Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZOM | ERC-20 | 50K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
) | UD | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14077360 | 3 years ago | | | 0 | 0.0036270649 | |
| 13303409 | 3 years ago | | | 0 | 0.0032221090 | |
| 13303344 | 3 years ago | | | 0 | 0.0017145315 | |
| 12695464 | 3 years ago | | | 0 | 0.00017457600 | |
| 12393411 | 3 years ago | | | 0 | 0.0032245580 | |
| 12383062 | 3 years ago | | | 0 | 0.0029616800 | |
| 12382879 | 3 years ago | | | 0 | 0.0025914700 | |
| 12352569 | 4 years ago | | | 0 | 0.0012358460 | |
| 12342004 | 4 years ago | | | 0 | 0.0026004500 | |
| 12285166 | 4 years ago | | | 0 | 0.0045930486 |
ABI
ABI objects
Getter at block 21124048
decimals() pure returns (uint8)
18
initialSupply() pure returns (uint256)
50000000000000000000000000
name() pure returns (string)
ZOM
symbol() pure returns (string)
ZOM
totalSupply() view returns (uint256)
52484448521246770802742329
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.