CoolKidsNextGen
Verified contract
Active on
Ethereum with 1,630 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "CoolKidsNextGen"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110332 | 16 days ago | | | 0 | 0.00019233177 | |
| 19612138 | 7 months ago | | | 0 | 0.00099464230 | |
| 19430364 | 8 months ago | | | 0 | 0.0011212620 | |
| 16609337 | 2 years ago | | | 0 | 0.00071406183 | |
| 16372980 | 2 years ago | | | 0 | 0.00054877456 | |
| 16290313 | 2 years ago | | | 0 | 0.00048426970 | |
| 16290311 | 2 years ago | | | 0 | 0.00084613572 | |
| 16190037 | 2 years ago | | | 0 | 0.00065515348 | |
| 16190014 | 2 years ago | | | 0 | 0.00072470988 | |
| 16128614 | 2 years ago | | | 0 | 0.00039218144 |
ABI
ABI objects
Getter at block 21223332
COOL_KIDS_NEXT_GEN_SUPPLY() view returns (uint256)
5000
MAX_MINT_PER_TX() view returns (uint256)
10
baseURI() view returns (string)
https://coolkidsclub.mypinata.cloud/ipfs/QmWLUcN5KZu3AZeWynoWL9ujwnHAdgpJ2kgmFyNTDAnN4L/
coolKidsFree() view returns (uint256)
5000
name() view returns (string)
CoolKidsNextGen
owner() view returns (address)
0xf05da6731212f86ed2cea46aa26b8831e44a5905
pauseMint() view returns (bool)
false
price() view returns (uint256)
10000000000000000
symbol() view returns (string)
CKNG
totalSupply() view returns (uint256)
5000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint16 amountPurchase) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setFreeSupply(uint256 _freeSupply)
setPauseMint(bool _setPauseMint)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.