The Zoo Club Red Envelope
Verified contract
Active on
Ethereum with 725 txns
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 "The Zoo Club Red Envelope"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19760069 | 7 months ago | | | 0 | 0.00037664892 | |
| 19654412 | 7 months ago | | | 0 | 0.00049986070 | |
| 19402620 | 8 months ago | | | 0 | 0.0027492482 | |
| 18936003 | 10 months ago | | | 0 | 0.0010823426 | |
| 18823709 | a year ago | | | 0 | 0.0015738148 | |
| 18823688 | a year ago | | | 0 | 0.0018064871 | |
| 18641882 | a year ago | | | 0 | 0.0014905081 | |
| 18461204 | a year ago | | | 0 | 0.00043616558 | |
| 18425977 | a year ago | | | 0 | 0.00073848589 | |
| 18292987 | a year ago | | | 0 | 0.00046219000 |
ABI
ABI objects
Getter at block 21205723
DOMAIN_SEPARATOR() view returns (bytes32)
0x697b1bbb2e81d78dd453b4fbec4d0cd692b4ae5b171ae9965c15bb7f73e69086
MINTER_TYPEHASH() view returns (bytes32)
0x68e83002b91b0fd96d4df3566b5122221117e3ec6c2468fda594f6491f89b1c9
baseURI() view returns (string)
ipfs://QmTdDcwAXbYEmRfwTTf3TLq2VoNUfGTwZj8rnGVSrLMjGW/
maxMintPerWallet() view returns (uint256)
1
maxSupply() view returns (uint256)
200
name() view returns (string)
The Zoo Club Red Envelope
owner() view returns (address)
0x483190c72d60554a7b677a3736f51e7d4379678c
publicMint() view returns (bool)
false
symbol() view returns (string)
ZOOCNY
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)
State-modifying
Events addSupply(uint256 amount)
approve(address to, uint256 tokenId)
mint()
ownerMint(uint256 amount)
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)
setPublicMint(bool _state)
setWhitelistSigningAddress(address newSigningKey)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes signature)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.