The Ultimate Zootopia
Verified contract
Active on
Ethereum with 960 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 Ultimate Zootopia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20899345 | 2 months ago | | | 0 | 0.00012955940 | |
| 18174133 | a year ago | | | 0 | 0.00040464415 | |
| 16229421 | 2 years ago | | | 0 | 0.00059299263 | |
| 15985830 | 2 years ago | | | 0 | 0.00034808702 | |
| 15980915 | 2 years ago | | | 0 | 0.00066921473 | |
| 15980911 | 2 years ago | | | 0 | 0.0012121377 | |
| 15797818 | 2 years ago | | | 0 | 0.0015228180 | |
| 15725588 | 2 years ago | | | 0 | 0.0010456898 | |
| 15725587 | 2 years ago | | | 0 | 0.0010537748 | |
| 15723096 | 2 years ago | | | 0 | 0.0012762185 |
ABI
ABI objects
Getter at block 21309500
COLLECTION_SIZE() view returns (uint256)
7000
FIRSTXFREE() view returns (uint256)
2
MINT_PRICE() view returns (uint256)
1500000000000000
TOKENS_PER_PERSON_PUB_LIMIT() view returns (uint256)
1000
TOKENS_PER_TRAN_LIMIT() view returns (uint256)
200
name() view returns (string)
The Ultimate Zootopia
owner() view returns (address)
0x0f85221b8b42fd0c571247b58098c5a67c6352d9
saleStatus() view returns (uint8)
2
symbol() view returns (string)
The Ultimate Zootopia
totalSupply() view returns (uint256)
2418
Read-only
balanceOf(address owner) view returns (uint256)
calcTotal(uint256 count) 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 airdrop(address to, uint256 count)
approve(address to, uint256 tokenId) payable
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURL(string url)
setPublicMintPrice(uint256 price)
setSaleStatus(uint8 status)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()