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 "Zero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16903308 | 2 years ago | | | 0 | 0.00050666805 | |
| 16476485 | 2 years ago | | | 0 | 0.00035280972 | |
| 16278791 | 2 years ago | | | 0 | 0.00046644169 | |
| 15985599 | 2 years ago | | | 0 | 0.00091795985 | |
| 15869226 | 2 years ago | | | 0 | 0.00095280418 | |
| 15868382 | 2 years ago | | | 0 | 0.0013575178 | |
| 15867758 | 2 years ago | | | 0 | 0.0018233904 | |
| 15867160 | 2 years ago | | | 0 | 0.00062882247 | |
| 15865505 | 2 years ago | | | 0 | 0.00040688502 | |
| 15864943 | 2 years ago | | | 0 | 0.00043023665 |
ABI
ABI objects
Getter at block 21207635
decimals() view returns (uint8)
18
name() view returns (string)
Zero
owner() view returns (address)
0x4a776355534875aa774a409aaad9b1e788daae7c
symbol() view returns (string)
ZERO
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.