ToonCity

Verified contract

Active on Ethereum with 3,150 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "ToonCity"

0x4f418838457382c2d61de6d2527e03efa3a977fe20550f4da25eb16422df9a72
0xbc3a25105a536692e32e899e82e4e251f3d7bc7dd73cd04a6eb41afa987a73de
0x50e43cf23909921c31d632e58d8060c6766405ad1d7ef27ee046be1cc03546ec
0x81bd7061bebade13004abf7066e7bf7dba24ee911d8d9b465877329824a56870
0x9ba6d5f07614ab7049bbf7064f42f0ad825decb02684988a75217ee9091316de
0xbe4c34bd7014b89b93bcaac1e8351d7cc6d68cfb8db2a1e4d2fbc6d1dc4d24c7
0x606fcae462120b790baa304d251c7349c8fe771477f11f3acfb1b9ed953cf929
0x2fec952a6e92958a6ad950304a4414d376e856c6b4a4f6e613721901bf999d8b
0x943e36a2b229f1a578ff980949232cc0aff604e5a36f8f07f04b154409c77c56
0xdb5674bd9801836fdb550027fe38a98d674b1c2c9f3a73dec3521e9e8b495ea8

Functions
Getter at block 21202425
MAX_MINT(view returns (uint256)
13
MAX_SUPPLY(view returns (uint256)
3000
MAX_WL_SUPPLY(view returns (uint256)
1200
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PRICE(view returns (uint256)
5000000000000000
Royalty(view returns (address)
0x5dfcb24c3152efbbbd94c76361376c2aed9dd557
getMerkleRoot(view returns (bytes32)
0xae24196d8c0dccf2acce32bf2b91b2076d10408360e7c1bdf17874873f17bf9a
isRevealed(view returns (bool)
true
name(view returns (string)
ToonCity
owner(view returns (address)
0x5dfcb24c3152efbbbd94c76361376c2aed9dd557
pause(view returns (bool)
false
placeholderTokenUri(view returns (string)
ipfs://QmUJwsq9aunc7GeLCfdCexTREx4beQ7tKtxty1PgZTmfPv/
publicSale(view returns (bool)
true
symbol(view returns (string)
ToonCity
totalSupply(view returns (uint256)
3000
whiteListSale(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
hasClaimed(addressview returns (bool)
hasMintedCount(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalPublicMint(addressview returns (uint256)
totalWhitelistMint(addressview returns (uint256)
State-modifying
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setMaxSupply(uint256 _MAX_SUPPLY
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(address _Royalty
setMintPrice(uint256 newMintPrice
setPlaceHolderUri(string _placeholderTokenUri
setTokenUri(string _baseTokenUri
teamMint(uint256 quantity
togglePublicSale(
toggleReveal(
toggleWhiteListSale(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(bytes32[] _merkleProofuint256 _quantitypayable 
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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenDoesNotExist(uint256 id
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(