GOO

Verified contract

Active on Ethereum with 1,091 txns
Deployed by via 0x8cfc7e89 at 15559897
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "GOO"

0xde00599d2f1d99e95e72e2522d2724195c96104efc65adfb873e2ef4af2224fd
0x7e0f0f1a1c5431eb630e6e842fdfda2664f1c6bd338117ac630382f526d38407
0x92ced201038da82f33cd4090fd081af90cbb3eab1dd8cb7fbfc36af14dd1fa0b
0xe2150019c50868994fa8b6bc5c869fb156cbebbb998dbcca720ac1ebdb27db89
0xb997db0a35dfae853002c39bd9ffe21f0fa484a0a34b840797d9020531b02539
0xa3553f08a62263ac81036923961ec60af985a626f175983c2aa7ba83b54df705
0xb19310275b0b126ab28f97d2a255292d3f15c0f7547e5652770ad2c68280feb0
0x62cf874b9753949a1a4abb5d153277ffa414801179f94b6b20dce27bb16e897c
0x19636f01c4004f977fc912cb650b1589faa94158ee3b73766aad70af54a68ddd
0x138d4fba34cdcac70410cbde658436c9d74193cf86dad996d49499523274b67d

Functions
Getter at block 21309510
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
 
getM1(view returns (uint256[])
 
getM2(view returns (uint256[])
 
getM3(view returns (uint256[])
name(view returns (string)
GOO
owner(view returns (address)
0x6cb37b3cb49bb19d1266df27a4cbb29f38c04063
symbol(view returns (string)
MUT
totalSupply(view returns (uint256)
999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenIdpayable 
mintM1(uint256 quantitypayable 
mintM2(uint256 quantitypayable 
mintM3(uint256 quantitypayable 
mintPrivateM1(uint256 quantitybytes32[] proofpayable 
mintPrivateM2(uint256 quantitybytes32[] proofpayable 
mintPrivateM3(uint256 quantitybytes32[] proofpayable 
ownerMint(address touint256 quantityuint8 typeofmint
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMerkleRoot(bytes32 merkleroot
setURI(string URI
togglePreSale(
toggleSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string Namestring Symbolstring _URIbytes32 _root
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(