Account not found

We couldn't find the account {{accountName}}

{{accountService.account['account_name']}}

Total Balance: {{totalBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Liquid Balance: {{liquidBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Staked Balance: {{stakedBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Refunding: {{refundBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Created on: {{formatDate(creationData.timestamp)}}
CPU {{(accountService.account['cpu_limit']['used'] / accountService.account['cpu_limit']['max']) * 100 | number: '1.0-2'}}% used {{convertMicroS(accountService.account['cpu_limit']['used'])}} / {{convertMicroS(accountService.account['cpu_limit']['max'])}}
Self-staked:{{myCpuBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Staked by others:{{cpuByOthers() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Total in CPU:{{cpuBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
NET {{(accountService.account['net_limit']['used'] / accountService.account['net_limit']['max']) * 100 | number: '1.0-2'}}% used {{convertBytes(accountService.account['net_limit']['used'])}} / {{convertBytes(accountService.account['net_limit']['max'])}}
Self-staked:{{myNetBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Staked by others:{{netByOthers() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
Total in NET:{{netBalance() | number: '1.0-' + systemPrecision}} {{systemSymbol}}
RAM {{(accountService.account['ram_usage'] / accountService.account['ram_quota']) * 100 | number}}% used {{convertBytes(accountService.account['ram_usage'])}} / {{convertBytes(accountService.account['ram_quota'])}}

Tokens

{{token.amount | number :'1.0-' + (token.precision || 4)}} {{token.symbol}}
No tokens to display

Permissions & Keys

{{node.perm_name}}

{{key.weight}}/{{node.required_auth.threshold}} {{key.key}}
{{acc.weight}}/{{node.required_auth.threshold}} {{acc.permission.actor}}@{{acc['permission'].permission}}
{{waits.weight}}/{{node.required_auth.threshold}} {{waits.wait_sec}}s

{{node.perm_name}}

{{key.weight}}/{{node.required_auth.threshold}} {{key.key}}
{{acc.weight}}/{{node.required_auth.threshold}} {{acc.permission.actor}}@{{acc.permission.permission}}
{{waits.weight}}/{{node.required_auth.threshold}} {{waits.wait_sec}}s

Votes

{{accountService.account['account_name']}} is voting in proxy {{accountService.account['voter_info'].proxy}} {{accountService.account['voter_info'].producers.length}} producers
{{producer}},

Actions

Last Irreversible Block: {{accountService.libNum}}
action live streaming {{accountService.streamClientStatus ? 'enabled' : 'disabled'}}
TX {{(action['block_num'] - accountService.libNum) / 2}}s {{action['trx_id'].slice(0, 8)}}... Action {{action['act']['name']}} on {{action['act']['account']}} Data
{{item.key}} [{{item.value.length}}]:
• {{subitem}}
{{elem.key}}: {{elem.value}}
{{item.key}}: {{item.value}} empty
{{action['act']['data']}}
Block & Date {{action['block_num']}}
{{formatDate(action['@timestamp'])}}