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 "GOO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20903990 | 2 months ago | | | 0 | 0.00011599130 | |
| 19857122 | 7 months ago | | | 0 | 0.00014477242 | |
| 19695623 | 7 months ago | | | 0 | 0.00086166047 | |
| 19695617 | 7 months ago | | | 0 | 0.00069186884 | |
| 19695609 | 7 months ago | | | 0 | 0.00052556418 | |
| 19598273 | 8 months ago | | | 0 | 0.00094051947 | |
| 19598272 | 8 months ago | | | 0 | 0.0013644194 | |
| 19118679 | 10 months ago | | | 0 | 0.00066889524 | |
| 19118627 | 10 months ago | | | 0 | 0.00052488536 | |
| 18624610 | a year ago | | | 0 | 0.0014512945 |
ABI
ABI objects
Getter at block 21309510 getM1() view returns (uint256[]) getM2() view returns (uint256[]) getM3() view returns (uint256[])
IS_PRE_SALE_ACTIVE() view returns (bool)
false
IS_SALE_ACTIVE() view returns (bool)
false
M1_SPOT() view returns (uint256)
671
M2_SPOT() view returns (uint256)
176
M3_SPOT() view returns (uint256)
152
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_PRIVATE() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
3333
MINT_PRICE_M1() view returns (uint256)
50000000000000000
MINT_PRICE_M2() view returns (uint256)
100000000000000000
MINT_PRICE_M3() view returns (uint256)
200000000000000000
name() view returns (string)
GOO
owner() view returns (address)
0x6cb37b3cb49bb19d1266df27a4cbb29f38c04063
symbol() view returns (string)
MUT
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mintM1(uint256 quantity) payable
mintM2(uint256 quantity) payable
mintM3(uint256 quantity) payable
mintPrivateM1(uint256 quantity, bytes32[] proof) payable
mintPrivateM2(uint256 quantity, bytes32[] proof) payable
mintPrivateM3(uint256 quantity, bytes32[] proof) payable
ownerMint(address to, uint256 quantity, uint8 typeofmint)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMerkleRoot(bytes32 merkleroot)
setURI(string URI)
togglePreSale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string Name, string Symbol, string _URI, bytes32 _root)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()