Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xda41…d511
Balances ($0.00)
No balances found for "KIDz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20236108 | 5 months ago | | | 0 | 0.00021634996 | |
| 19813642 | 7 months ago | | | 0 | 0.00026800718 | |
| 19813639 | 7 months ago | | | 0 | 0.00029161957 | |
| 19813638 | 7 months ago | | | 0 | 0.00034314241 | |
| 19727047 | 8 months ago | | | 0 | 0.00028950525 | |
| 19580852 | 8 months ago | | | 0 | 0.00041213009 | |
| 19520572 | 9 months ago | | | 0 | 0.00098926303 | |
| 19238307 | 10 months ago | | | 0 | 0.0013489312 | |
| 18929157 | a year ago | | | 0 | 0.0013493654 | |
| 18915198 | a year ago | | | 0 | 0.00040117927 |
ABI
ABI objects
Getter at block 21405846
MAX_SUPPLY() view returns (uint256)
3000
idMigrated() view returns (uint256)
2559
minted() view returns (uint256)
3000
name() view returns (string)
KIDz
oldCollection() view returns (address)
0xda416fc5eaddb67d3710aebbf1923c2357c7d511
owner() view returns (address)
0x6401694dba7b91a105b0653ce167cf5527b80456
paused() view returns (bool)
false
symbol() view returns (string)
KIDZ
totalSupply() view returns (uint256)
3000
Read-only
balanceOf(address owner) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events airdrop(address _to)
airdropMultiple(address[] _to)
approve(address to, uint256 tokenId)
migrateNFT(uint256 _number)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.