Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Zenith"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20984652 | a month ago | | | 0 | 0.00036380557 | |
| 20984651 | a month ago | | | 0 | 0.00037063684 | |
| 20981796 | a month ago | | | 0 | 0.00033505577 | |
| 20525722 | 3 months ago | | | 0 | 0.000091174069 | |
| 20305623 | 4 months ago | | | 0 | 0.000093361725 | |
| 20305618 | 4 months ago | | | 0 | 0.000092541049 | |
| 20305587 | 4 months ago | | | 0 | 0.000085759446 | |
| 20167939 | 5 months ago | | | 0 | 0.00011846102 | |
| 19617118 | 7 months ago | | | 0 | 0.0012143068 | |
| 19504414 | 8 months ago | | | 0 | 0.00041804696 |
ABI
ABI objects
Getter at block 21203626
DOMAIN_SEPARATOR() view returns (bytes32)
0xd4892f07f9f14ad00e1bc26840da6fa8bb24b341606007497939bb066149e45c
decimals() view returns (uint8)
18
name() view returns (string)
Zenith
owner() view returns (address)
0x3a11537c0e1f1cc80820a1eed973bb367bf3276a
symbol() view returns (string)
ZTH
totalSupply() view returns (uint256)
333200294152588564208105679
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
miners(address) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setMiner(address miner, bool isMiner)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
SetMiner(address indexed miner, bool isMiner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _owner)
This contract contains no fallback and receive objects.
MaxSupplyReached()
NotMiner()