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 "Goblin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12099675 | 4 years ago | | | 0 | 0.0037753200 | |
| 11533646 | 4 years ago | | | 0 | 0.0024435400 | |
| 11508948 | 4 years ago | | | 0 | 0.0045445920 | |
| 11236131 | 4 years ago | | | 0 | 0.00040883705 | |
| 11236085 | 4 years ago | | | 0 | 0.00068887008 | |
| 11146592 | 4 years ago | | | 0 | 0.0011638350 | |
| 11146560 | 4 years ago | | | 0 | 0.0021735741 | |
| 11146197 | 4 years ago | | | 0 | 0.0023905800 | |
| 11146188 | 4 years ago | | | 0 | 0.0020675461 | |
| 11142912 | 4 years ago | | | 0 | 0.0011777863 |
ABI
ABI objects
Getter at block 21162246
current_minter() view returns (address)
0xc707e0854da2d72c90a7453f8dc224dd937d7e82
decimals() view returns (uint8)
8
name() view returns (string)
Goblin
symbol() view returns (string)
Goblin
totalSupply() view returns (uint256)
4704247232459
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
replaceMinter(address newMinter)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, address minter)
This contract contains no fallback and receive objects.
This contract contains no error objects.