Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66fc…98e7
0x0621…d4b2
Balances ($0.00)
No balances found for "GHGRum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18001490 | a year ago | | | 0 | 0.00054967471 | |
| 17970910 | a year ago | | | 0 | 0.0045120626 | |
| 17155831 | 2 years ago | | | 0 | 0.00077527316 | |
| 16858723 | 2 years ago | | | 0 | 0.00053991656 | |
| 16858681 | 2 years ago | | | 0 | 0.00079643187 | |
| 16858651 | 2 years ago | | | 0 | 0.00074316828 | |
| 16858640 | 2 years ago | | | 0 | 0.00038150013 | |
| 16844098 | 2 years ago | | | 0 | 0.00071193638 | |
| 16640380 | 2 years ago | | | 0 | 0.0012851720 | |
| 16639918 | 2 years ago | | | 0 | 0.0033222469 |
ABI
ABI objects
Getter at block 21259643
TOKEN_ID() view returns (uint256)
0
goldHunter() view returns (address)
0x66fca7555cd481545a5e66ba9a2bec1e256f98e7
minted() view returns (uint256)
1188
name() pure returns (string)
GHGRum
owner() view returns (address)
0x5be29bdfd79644eca15fa36b3b078f2a4691f94e
paused() view returns (bool)
false
symbol() pure returns (string)
GHGRUM
totalSupply() view returns (uint256)
1188
treasureIsland() view returns (address)
0x06217a2e76604cb63451ac98401b898af038d4b2
Read-only
approvedManagers(address) view returns (bool)
availableClaims(uint16[] tokenIds) view returns (uint256 count)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
usedTokens(uint256) view returns (bool)
State-modifying
Events addManager(address _address)
burn(address account, uint256 amount)
giveAway(address to, uint256 amount)
mint(uint16[] unstakedTokens)
pause()
removeManager(address _address)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setGoldHunter(address _address)
setTreasureIsland(address _address)
setURI(string uri)
transferOwnership(address newOwner)
unpause()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.