God Of Attenton Coco
Verified contract
Active on
Ethereum with 3,012 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
4 additional
variables
Balances ($0.00)
No balances found for "God Of Attenton Coco"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18856154 | a year ago | | | 0 | 0.0016073988 | |
| 17311220 | a year ago | | | 0 | 0.0012620397 | |
| 16964789 | 2 years ago | | | 0 | 0.00088524800 | |
| 16861198 | 2 years ago | | | 0 | 0.00056882946 | |
| 16858073 | 2 years ago | | | 0 | 0.00080672811 | |
| 16854741 | 2 years ago | | | 0 | 0.0016783184 | |
| 16852893 | 2 years ago | | | 0 | 0.0012404995 | |
| 16852855 | 2 years ago | | | 0 | 0.0013216029 | |
| 16852785 | 2 years ago | | | 0 | 0.0013060955 | |
| 16844896 | 2 years ago | | | 0 | 0.00083908800 |
ABI
ABI objects
Getter at block 21171825
MAX_PER_Address_FOR_ALLOW_LIST() view returns (uint256)
2
MAX_PER_Transaction() view returns (uint256)
2
allowListPrice() view returns (uint256)
0
believerPrice() view returns (uint256)
0
getSaleStatus() view returns (uint8)
0
getSoldNum() view returns (uint256)
0
getSpots() view returns (uint256)
0
name() view returns (string)
God Of Attenton Coco
notRevealedURI() view returns (string)
ipfs://QmeSsXCHrPaEoUbd37MPxEoVB8SRwUu5Mj7uYjKcCN9h1t/meetCoco.json
owner() view returns (address)
0xd9463d96dcec70c48493960a7607aeba18c4b917
revealed() view returns (bool)
true
royaltyAddress() view returns (address)
0xd9463d96dcec70c48493960a7607aeba18c4b917
royaltyFeesInBips() view returns (uint96)
700
saleStatus() view returns (uint8)
0
symbol() view returns (string)
GOA
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
calculateRoyalty(uint256 _salePrice) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNumberMinted(address _address) view returns (uint256)
getOwnershipData(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
getPrice(uint256 _count) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isValid(bytes32[] merkleproof, bytes32 leaf) view returns (bool)
merkleRoot(uint256) view returns (bytes32)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address beneficiary, uint256 amount)
approve(address to, uint256 tokenId) payable
renounceOwnership()
reserveNFT(uint256 quantity)
reveal(string _uri)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAccessListPrice(uint256 _newPrice)
setApprovalForAll(address operator, bool approved)
setBaptizedLimit(uint256 _newLimit)
setBaseURI(string baseURI)
setElderLimit(uint256 _newLimit)
setMAX_PER_Address_FOR_ALLOW_LIST(uint256 _newLimit)
setMAX_PER_Transaction(uint256 _newLimit)
setMerkleRoot(bytes32 _ElderRoot, bytes32 _baptizedRoot)
setNotRevealedURI(string URI)
setPublicPrice(uint256 _newPrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFeesInBips)
setSaleStatus(uint8 _status)
setTeamWallet(address _newTeamWallet)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whoMetCocoMint(uint256 quantity, bytes32[] merkleproof) payable
whoWillMeetCocoMint(uint256 quantity) payable
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 _hiddenURI, uint96 _royaltyFeesInBips, address _teamWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()