Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ESZ | ERC-20 | 763.362251 | -- | -- | |
SENSE | ERC-20 | 657 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19376483 | 9 months ago | | | 0 | 0.0018827302 | |
| 18426336 | a year ago | | | 0 | 0.00066513681 | |
| 17569101 | a year ago | | | 0 | 0.0013037673 | |
| 15599838 | 2 years ago | | | 0 | 0.00091001412 | |
| 14030527 | 3 years ago | | | 0 | 0.0036490000 | |
| 13333452 | 3 years ago | | | 0 | 0.0033963203 | |
| 13196121 | 3 years ago | | | 0 | 0.0030553590 | |
| 13140964 | 3 years ago | | | 0 | 0.0080383422 | |
| 12955495 | 3 years ago | | | 0 | 0.00038198160 | |
| 12917384 | 3 years ago | | | 0 | 0.00085137010 |
ABI
ABI objects
Getter at block 21263940
decimals() view returns (uint8)
18
globalTransferLock() view returns (bool)
false
name() view returns (string)
ESZCoin
owner() view returns (address)
0x0bddf2e3c122a78739215c47613aa9b8f971155b
symbol() view returns (string)
ESZ
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
accountLock(address) view returns (bool)
allowance(address _owner, address _spender) view returns (uint256)
allowed(address, address) view returns (uint256)
balanceOf(address _eszHolder) view returns (uint256)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
freezeAccountTransfers(address _eszHolder) returns (bool)
freezeGlobalTansfers() returns (bool)
thawAccountTransfers(address _eszHolder) returns (bool)
thawGlobalTransfers() returns (bool)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _owner, address _recipient, uint256 _amount) returns (bool)
AccountTransfersFrozen(address indexed _eszHolder, bool indexed _accountTransfersFrozen)
AccountTransfersThawed(address indexed _eszHolder, bool indexed _accountTransfersThawed)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
GlobalTransfersLocked(bool indexed _transfersFrozenGlobally)
GlobalTransfersUnlocked(bool indexed _transfersThawedGlobally)
Transfer(address indexed _sender, address indexed _recipient, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.