{{walletAccount.proxy.name}}
{{walletAccount.proxy.owner}}
{{walletAccount.proxy.owner}}
{{'COMMON_TERM_AVAILABLE'|translate}}: {{((walletAccount.account.ram_quota - walletAccount.account.ram_usage) >= 0)?((walletAccount.account.ram_quota - walletAccount.account.ram_usage) | bytesFormat:2):'∞'}}
{{'COMMON_TERM_TOTAL'|translate}}: {{(walletAccount.account.ram_quota >= 0)?(walletAccount.account.ram_quota | bytesFormat:2):'∞'}} {{'COMMON_TERM_USED'|translate}}: {{(walletAccount.account.ram_quota >= 0)?(walletAccount.account.ram_usage | bytesFormat:2):'∞'}}{{'COMMON_TERM_AVAILABLE'|translate}}: {{(walletAccount.account.net_limit.available >= 0)?(walletAccount.account.net_limit.available | bytesFormat:2):'∞'}}
{{'COMMON_TERM_TOTAL'|translate}}: {{(walletAccount.account.net_limit.max >= 0)?(walletAccount.account.net_limit.max | bytesFormat:2):'∞'}} {{'COMMON_TERM_USED'|translate}}: {{(walletAccount.account.net_limit.used >= 0)?(walletAccount.account.net_limit.used | bytesFormat:2):'∞'}}{{'COMMON_TERM_AVAILABLE'|translate}}: {{(walletAccount.account.cpu_limit.available >= 0)?(walletAccount.account.cpu_limit.available | microsecondsFormat:2):'∞'}}
{{'COMMON_TERM_TOTAL'|translate}}: {{(walletAccount.account.cpu_limit.max >= 0)?(walletAccount.account.cpu_limit.max | microsecondsFormat:2):'∞'}} {{'COMMON_TERM_USED'|translate}}: {{(walletAccount.account.cpu_limit.used >= 0)?(walletAccount.account.cpu_limit.used | microsecondsFormat:2):'∞'}}WANT MORE CPU / NET?
You can Get REX here
WANT MORE CPU / NET?
You can Stake here
{{'PAGE_WALLET_SMART_CONTRACT_MESSAGE'|translate}}
{{walletAccount.accountAbi.abi| json}}
| {{'COMMON_TERM_TRANSACTION'|translate}} | {{'COMMON_TERM_TIME'|translate}} | {{'COMMON_TERM_TYPE'|translate}} | {{'COMMON_TERM_INFO'|translate}} | ||||
|---|---|---|---|---|---|---|---|
| {{'PAGE_WALLET_TRANSACTION_LOADING_MESSAGE'|translate}} | |||||||
| Temporary issue fetching account history | {{'PAGE_WALLET_NO_TRANSACTIONS'|translate}} | ||||||
| {{transactions.actions.length - transactionsFiltered.length}} actions hidden - Small balance (less than {{transactions.settings.smallTransfersThreshold|number:4}}), spam or actions by account filters | |||||||
|
|
{{action['@timestamp']| dateCustom: "dd MMM yy": transactions.options.datesInUTC }} {{action['@timestamp']| dateCustom: "HH:mm:ss": transactions.options.datesInUTC }} | {{transactions.getActionShortname(action)}} |
Warning. Potential spam or dangerous
{{action.act.data.from}} {{action.act.data.to}} ({{action.act.data.amount|number:4}} {{action.act.data.symbol}})
{{action.act.data|json}}
{{action.act.data.voter}} {{'PAGE_WALLET_VOTED_FOR_ACTION'|translate}} {{producer}}
{{'COMMON_TERM_MEMO'|translate}}:
{{action.act.data.memo}}
{{'PAGE_WALLET_TRANSACTION_CONSUMED_INFO'|translate:{ACCOUNT:account_ram_delta.account,DELTA:account_ram_delta.delta } }}
{{'PAGE_WALLET_TRANSACTION_RELEASED_INFO'|translate:{ACCOUNT:account_ram_delta.account, DELTA:account_ram_delta.delta } }}
|
||||
|
|
{{action.block_time| dateCustom: "dd MMM yy": transactions.options.datesInUTC }} {{action.block_time| dateCustom: "HH:mm:ss": transactions.options.datesInUTC }} | {{transactions.getActionShortname(action)}} |
{{action.action_trace.act.data.from}} {{action.action_trace.act.data.to}} ({{action.action_trace.act.data.quantity}})
{{action.action_trace.act.data|json}}
{{action.action_trace.act.data.voter}} {{'PAGE_WALLET_VOTED_FOR_ACTION'|translate}} {{producer}}
{{'COMMON_TERM_MEMO'|translate}}:
{{action.action_trace.act.data.memo}}
{{'PAGE_WALLET_TRANSACTION_CONSUMED_INFO'|translate:{ACCOUNT:account_ram_delta.account, DELTA:account_ram_delta.delta } }}
{{'PAGE_WALLET_TRANSACTION_RELEASED_INFO'|translate:{ACCOUNT:account_ram_delta.account, DELTA:(account_ram_delta.delta|abs) } }}
|
||||
Loading tokens...
| {{'COMMON_TERM_RANK'|translate}} | {{'COMMON_TERM_TOKEN'|translate}} | {{'COMMON_TERM_BALANCE'|translate}} | {{'COMMON_TERM_PRICE'|translate}}({{$parent.currentNetwork.token_symbol}}) | {{'COMMON_TERM_VALUE'|translate}}({{$parent.currentNetwork.token_symbol}}) | {{'COMMON_TERM_VOLUME'|translate}} | {{'COMMON_TERM_CHANGE'|translate}}/24h |
|---|---|---|---|---|---|---|
| {{token.rank}} | {{token.amount|number}} | {{token.airdrop.price|number:5}} | {{token.airdrop.value|number:4}} | {{token.airdrop.volume|number:3}} | {{token.airdrop.change|number:3}}% {{'PAGE_WALLET_TOKENS_TRADE'|translate}} |
| {{'COMMON_TERM_TOKEN'|translate}} | {{'COMMON_TERM_BALANCE'|translate}} | {{'COMMON_TERM_PRICE'|translate}}({{$parent.currentNetwork.token_symbol}}) | {{'COMMON_TERM_VALUE'|translate}}({{$parent.currentNetwork.token_symbol}}) |
|---|---|---|---|
| {{dfsToken.airdrop.name}} | {{dfsToken.amount|number}} | {{dfsToken.airdrop.price|number:5}} | {{dfsToken.airdrop.value|number:4}} |
| {{'COMMON_TERM_TOKEN'|translate}} | Loan | Collateral ({{$parent.currentNetwork.token_symbol}}) |
|---|---|---|
| {{dfsLoan.token}} | {{dfsLoan.issue|number}} | {{dfsLoan.pledge|number}} |
| {{'COMMON_TERM_TOKEN'|translate}} | Balance | |
|---|---|---|
| {{mining.token}} | Claimed: {{mining.claimed}} Unclaimed: {{mining.unclaimed}} |
|
| {{farming.token}} | Reward: {{farming.reward}} {{farming.token}} |
{{'PAGE_WALLET_VOTES_LOADING'|translate}}
{{votes.voting_proxy.name}}
{{votes.voting_proxy.slogan}}
| {{'COMMON_TERM_ID'|translate}} | {{'COMMON_TERM_TIME'|translate}} | {{'COMMON_TERM_PRODUCERS'|translate}} |
|---|---|---|
| {{votingHistory.action.trx_id.substring(0, 8)}} | {{votingHistory.action['@timestamp']| date: "dd MMM yy" }} {{votingHistory.action['@timestamp']| date: "HH:mm:ss" }} |
{{'PAGE_WALLET_PROXIED_VOTE'|translate}}: {{votingHistory.action.act.data.proxy}}
{{'PAGE_WALLET_NO_CHANGE'|translate}}: {{producer}}{{(votingHistory.action.act.data.producers.length > ($index + 1) ? ", " : "")}}
{{'COMMON_TERM_ADD'|translate}} (+{{votingHistory.added.length}}): {{producer}} {{'COMMON_TERM_REMOVE'|translate}} (-{{votingHistory.removed.length}}): {{producer}} |
| {{'COMMON_TERM_RANK'|translate}} | {{'COMMON_TERM_NAME'|translate}} | {{'COMMON_TERM_COUNTRY'|translate}} |
|---|---|---|
| {{producer.rank}} | {{producer.name}} | {{producer.country}} |
| {{'COMMON_TERM_ID'|translate}} | {{'COMMON_TERM_TIME'|translate}} | {{'COMMON_TERM_PRODUCERS'|translate}} |
|---|---|---|
| {{votingHistory.action.trx_id.substring(0, 8)}} | {{votingHistory.action['@timestamp']| date: "dd MMM yy" }} {{votingHistory.action['@timestamp']| date: "HH:mm:ss" }} |
|
{{'PAGE_WALLET_RAM_USAGE_LOADING'|translate}}
| From | NET Staked | CPU Staked | Total Staked |
|---|---|---|---|
| eosio.rex | {{walletAccount.rexBreakDown.netLoanStaked|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{walletAccount.rexBreakDown.cpuLoanStaked|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{(walletAccount.rexBreakDown.loanStaked) |number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} |
| eosio.reserv | {{walletAccount.powerupBreakDown.netStaked|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{walletAccount.powerupBreakDown.cpuStaked|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{(walletAccount.powerupBreakDown.totalStaked) |number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} |
| {{delegatedFrom.del_from}} | {{delegatedFrom.net_weight|formatPrecision:(currentNetwork.precision||4) |number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{delegatedFrom.cpu_weight|formatPrecision:(currentNetwork.precision||4) |number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{(delegatedFrom.total_staked|formatPrecision:(currentNetwork.precision||4))|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} |
| No records found. | |||
| To | NET Staked | CPU Staked | Total Staked | |
|---|---|---|---|---|
| {{delegatedTo.account_name}} | {{delegatedTo.net_weight|formatPrecision:(currentNetwork.precision||4)|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{delegatedTo.cpu_weight|formatPrecision:(currentNetwork.precision||4)|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | {{(delegatedTo.total_staked|formatPrecision:(currentNetwork.precision||4))|number:(currentNetwork.precision||4)}} {{currentNetwork.token_symbol}} | Unstake |
| No records found. | ||||
{{'PAGE_WALLET_POLLS_LOADING'|translate}}
{{'PAGE_WALLET_POLLS_CREATED_MESSAGE'|translate:{COUNT:walletAccount.polls.created.length } }}
{{'PAGE_WALLET_POLLS_VOTED_MESSAGE'|translate:{COUNT:walletAccount.polls.voted.length } }}
Loading...
No NFTs found on the account.
| Name | ID | Collection | Author |
|---|---|---|---|
|
|
{{nftsService.getAssetId(nftsRow)}} | {{nftsService.getCollectionName(nftsRow)}} | {{nftsService.getAuthor(nftsRow)}} |
| No NFTs found. | |||
Loading ...
This account controls the following domains:
No domains found
{{'PAGE_WALLET_ADD_ACCOUNT_TEXT'|translate}}
{{'COMMON_TERM_ALTERNATE_ADD_ACCOUNT_MESSAGE'|translate}}
{{'PAGE_WALLET_ACOUNT_NOT_FOUND_MESSAGE'|translate:{ACCOUNT:walletAccount.account_name,TOKEN:currentNetwork.name} }}
A matching account was found on the {{networkMatch.network.network}} network