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 "CoinKids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18361403 | a year ago | | | 0 | 0.00024405121 | |
| 17976347 | a year ago | | | 0 | 0.00081016054 | |
| 17810472 | a year ago | | | 0 | 0.00055895739 | |
| 17789106 | a year ago | | | 0 | 0.00086000610 | |
| 17646318 | a year ago | | | 0 | 0.00038595716 | |
| 17646318 | a year ago | | | 0 | 0.00037997239 | |
| 17646318 | a year ago | | | 0 | 0.00062780399 | |
| 17442931 | a year ago | | | 0 | 0.00070260574 | |
| 17435022 | a year ago | | | 0.002 | 0.0016285058 | |
| 17434764 | a year ago | | | 0.02 | 0.0019653147 |
ABI
ABI objects
Getter at block 21220541
cost() view returns (uint256)
2000000000000000
freePertx() view returns (uint256)
0
maxFree() view returns (uint256)
1000
maxSupply() view returns (uint256)
1599
name() view returns (string)
CoinKids
owner() view returns (address)
0xf3888e77723fbad300464989bd98c48acd60a1de
symbol() view returns (string)
Kids
totalSupply() view returns (uint256)
1407
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setData(uint256 f, uint256 t, uint256 m)
setUri(string i)
transferFrom(address from, address to, uint256 tokenId)
treasureMint(address addr, uint256 amount)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()