The Ultimate Zootopia

Verified contract

Active on Ethereum with 960 txns
Deployed by via 0xc84badca at 15700241
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Ultimate Zootopia"

0xb14aa003935505c85319ecd4c25470853307e151ce7bbd414538166a3102858e
0x133ec6a2adbbf7109c8f50fd537bf5b75c39f0402fc7409c6a51db8032a12ff4
0xfa45766729c76f872239bbc222fe1f3d17ed06f61e13d68c94ef861225a724c7
0x9be83ad42fd289a8c0aa9f3f5caf9e28c70f28d4d30e1fa783a4040389a15331
0xa843c32b3107b19d56fb9504a42a0dc7e7694eff8ea036216c919e75932bc4e5
0xb9ba45b611eb462600e159319df1fad8efa35d3a704c6d93d8a7e834f29e2b5c
0x4a2786a88f98eae0d1b5941054eb75fd717777d096abb27fd61cf5477f65e84f
0x53aa37685f0565c9de517577f84726c815a3beebe70a3574346ad7bcc3af957d
0xf70bf57ebceaa95c7bfcb115bad72a62e94cf80a9eff15e367e01b38cd1f8c0c
0x1cddb1b24ac6e0576229ad7299fd4b30dfdef1aed46c9c2b3cb9dada6c1ce6c1

Functions
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 ownerview returns (uint256)
calcTotal(uint256 countview 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)
State-modifying
airdrop(address touint256 count
approve(address touint256 tokenIdpayable 
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURL(string url
setPublicMintPrice(uint256 price
setSaleStatus(uint8 status
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(
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(