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 "GMGN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20435329 | 4 months ago | | | 0 | 0.00030673743 | |
| 20397908 | 4 months ago | | | 0 | 0.00010814747 | |
| 20310629 | 4 months ago | | | 0 | 0.000093707785 | |
| 20192460 | 5 months ago | | | 0 | 0.00011002653 | |
| 20192453 | 5 months ago | | | 0 | 0.00012000839 | |
| 20142434 | 5 months ago | | | 0 | 0.00014759456 | |
| 19600767 | 8 months ago | | | 0 | 0.00025997450 | |
| 19519906 | 8 months ago | | | 0 | 0.0014949761 | |
| 19191838 | 9 months ago | | | 0 | 0.0017230712 | |
| 18960296 | a year ago | | | 0 | 0.00050444537 |
ABI
ABI objects
Getter at block 21259480
canClaim() view returns (bool)
false
canExchange() view returns (bool)
false
mutationContractAddress() view returns (address)
0x479e2cfa68c4a30eb37404044e195858a1d2eddc
owner() view returns (address)
0x034be3074ff759d0167ddf404db149d954dcdcee
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
hasClaimed(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _id) view returns (string)
walletClaimStatus(address _owner, uint256 _startId, uint256 _endId, uint256 _startBalance) view returns (struct GMGNClaimStatus[])
State-modifying
Events burn(address _owner, uint256 _id, uint256 _amount)
buyRadioactiveDynamite(uint8 _amount)
claim(uint256[] _tokenIds)
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)
setCanClaim(bool _canClaim)
setCanExchange(bool _canExchange)
setMutationContractAddress(address _mutationContractAddress)
setUriPrefix(string _uriPrefix)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claim(uint256 indexed tokenId, address indexed from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
constructor(string _uriPrefix)
This contract contains no fallback and receive objects.
AlreadyClaimed()
ClaimNotEnabled()
ExchangeNotEnabled()
InsufficientFunds()
InvalidTokenType()
OnlyTheMutationContractCanBurnTokensDirectly()
YouMustOwnAllTheTokens()