CARTOON KIDZ
Verified contract
Active on
Ethereum with 1,314 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 "CARTOON KIDZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17898037 | a year ago | | | 0 | 0.00030379382 | |
| 17411021 | a year ago | | | 0 | 0.00098728155 | |
| 16719095 | 2 years ago | | | 0 | 0.0014159585 | |
| 16303826 | 2 years ago | | | 0 | 0.00070814789 | |
| 15594849 | 2 years ago | | | 0 | 0.00028353625 | |
| 15467058 | 2 years ago | | | 0 | 0.00023648194 | |
| 15386978 | 2 years ago | | | 0 | 0.00025249729 | |
| 15376022 | 2 years ago | | | 0 | 0.00041136022 | |
| 15375954 | 2 years ago | | | 0 | 0.00028968691 | |
| 15375947 | 2 years ago | | | 0 | 0.00031412378 |
ABI
ABI objects
Getter at block 21313201
baseExtension() view returns (string)
.json
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmbzcMUP3g8Y36fnog9qJYjRwxKeJnFCbBHVTkbQdTmLh4/
freeMintMax() view returns (uint256)
2950
maxPerTx() view returns (uint256)
20
maxPerTxFree() view returns (uint256)
4
maxSupply() view returns (uint256)
3250
name() view returns (string)
CARTOON KIDZ
owner() view returns (address)
0x9999806f2ce5c28cceb393b6de9598d8e78c7d6a
paused() view returns (bool)
false
price() view returns (uint256)
3300
symbol() view returns (string)
CTKDZ
totalSupply() view returns (uint256)
3247
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _number)
mint(uint256 _amount) payable
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_)
setMaxFreeMint(uint256 _max)
setMaxFreePerTx(uint256 _max)
setMaxPaidPerTx(uint256 _max)
setMaxSupply(uint256 _max)
setPause(bool _state)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
freeMintIsOver()