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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
EMPR | ERC-20 | 2.18382K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903536 | a year ago | | | 0 | 0.00055896546 | |
| 12990309 | 3 years ago | | | 0 | 0.0015333940 | |
| 12580167 | 4 years ago | | | 0 | 0.00072574500 | |
| 12050527 | 4 years ago | | | 0 | 0.017462190 | |
| 11917220 | 4 years ago | | | 0 | 0.0074792820 | |
| 11817993 | 4 years ago | | | 0 | 0.0072847670 | |
| 11817933 | 4 years ago | | | 0 | 0.0079033650 | |
| 11605541 | 4 years ago | | | 0 | 0.0027668540 | |
| 11418416 | 4 years ago | | | 0 | 0.0029410550 | |
| 11293465 | 4 years ago | | | 0 | 0.0014026570 |
ABI
ABI objects
Getter at block 21387496
MAX_TOTAL() view returns (uint256)
35000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
ZNA Token
owner() view returns (address)
0xdcf9374c0f535f9a357eaa7bd9efb18889542121
paused() view returns (bool)
false
symbol() view returns (string)
ZNA
totalSupply() view returns (uint256)
1492057532445659712268180
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 maxAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.