ToonCity
Verified contract
Active on
Ethereum with 3,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "ToonCity"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106423 | 13 days ago | | | 0 | 0.00015418337 | |
| 21106416 | 13 days ago | | | 0 | 0.00014967030 | |
| 19478445 | 8 months ago | | | 0 | 0.0016081930 | |
| 19223934 | 9 months ago | | | 0 | 0.0010000396 | |
| 19149689 | 9 months ago | | | 0 | 0.00061221791 | |
| 18994881 | 10 months ago | | | 0 | 0.00054250781 | |
| 18910045 | a year ago | | | 0 | 0.00041457096 | |
| 18910044 | a year ago | | | 0 | 0.00040646668 | |
| 18910043 | a year ago | | | 0 | 0.00042298987 | |
| 18910042 | a year ago | | | 0 | 0.00059294040 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (bool)
hasMintedCount(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
mint(uint256 _quantity) 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)
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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
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()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenDoesNotExist(uint256 id)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()