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 "Gochi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19075549 | 10 months ago | | | 0 | 0.00064657400 | |
| 15853456 | 2 years ago | | | 0 | 0.00070373858 | |
| 15609635 | 2 years ago | | | 0 | 0.00030304791 | |
| 15571342 | 2 years ago | | | 0 | 0.00024656751 | |
| 15427707 | 2 years ago | | | 0 | 0.00025048915 | |
| 15394764 | 2 years ago | | | 0 | 0.00043536594 | |
| 15382099 | 2 years ago | | | 0 | 0.00013102744 | |
| 15364859 | 2 years ago | | | 0 | 0.00047456305 | |
| 15361841 | 2 years ago | | | 0 | 0.00054437607 | |
| 15349770 | 2 years ago | | | 0 | 0.00048991533 |
ABI
ABI objects
Getter at block 21216270
getGochiMinted() view returns (uint256)
0
gochiListTime() view returns (uint256)
1660323570
maxPublicSupply() view returns (uint256)
7500
maxSupply() view returns (uint256)
9999
merkleRootGochi() view returns (bytes32)
0x6c166888bf14c642a831e083392be1ee5cc47aad4f61913155b373a4599198cd
name() view returns (string)
Gochi
owner() view returns (address)
0x1e7f61fdd73e5a68b857e886ee6efe599f4a7970
publicPrice() view returns (uint256)
9900000000000000
publicSaleTime() view returns (uint256)
1660319970
symbol() view returns (string)
GOCHI
totalSupply() view returns (uint256)
242
Read-only
authGochiList(bytes32[] proof, bytes32 leaf) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
gochiListMint(bytes32[] proof)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGochiListTime(uint256 timestamp)
setMaxPublicSupply(uint256 _maxPublicSupply)
setMerkleRootGochi(bytes32 root)
setPublicPrice(uint256 price)
setPublicSaleTime(uint256 timestamp)
transferFrom(address from, address to, uint256 tokenId)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()