Confirmed |
|
{{if eq .ChainType 1}}
{{if $addr.ContractInfo}}
{{if $addr.ContractInfo.Type}}
| Contract type |
{{$addr.ContractInfo.Type}} |
{{end}}
{{if $addr.ContractInfo.CreatedInBlock}}
| Created in Block |
{{$addr.ContractInfo.CreatedInBlock}} |
{{end}}
{{if $addr.ContractInfo.DestructedInBlock}}
| Destructed in Block |
{{$addr.ContractInfo.DestructedInBlock}} |
{{end}}
{{end}}
| Balance |
{{amountSpan $addr.BalanceSat $data "copyable"}} |
| Transactions |
{{$addr.Txs}} |
| Non-contract Transactions |
{{$addr.NonTokenTxs}} |
| Internal Transactions |
{{$addr.InternalTxs}} |
| Nonce |
{{$addr.Nonce}} |
{{if tokenCount $addr.Tokens "ERC20"}}
| ERC20 Tokens |
|
{{end}}
{{if tokenCount $addr.Tokens "ERC721"}}
| ERC721 Tokens |
|
{{end}}
{{if tokenCount $addr.Tokens "ERC1155"}}
| ERC1155 Tokens |
|
{{end}}
{{else}}
| Total Received |
{{amountSpan $addr.TotalReceivedSat $data "copyable"}} |
| Total Sent |
{{amountSpan $addr.TotalSentSat $data "copyable"}} |
| Final Balance |
{{amountSpan $addr.BalanceSat $data "copyable"}} |
| No. Transactions |
{{formatInt $addr.Txs}} |
{{end}}