Cool Kids Walk
Verified contract
Active on
Ethereum with 6,328 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Cool Kids Walk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21018679 | 22 days ago | | | 0 | 0.00029064574 | |
| 20997848 | 24 days ago | | | 0 | 0.00023769583 | |
| 20946537 | a month ago | | | 0 | 0.00047129043 | |
| 20946058 | a month ago | | | 0 | 0.00053561562 | |
| 20674722 | 2 months ago | | | 0 | 0.000057079367 | |
| 20464515 | 3 months ago | | | 0 | 0.00021397730 | |
| 20125111 | 5 months ago | | | 0 | 0.00015272600 | |
| 19820694 | 6 months ago | | | 0 | 0.00020167834 | |
| 19669781 | 7 months ago | | | 0 | 0.00047679881 | |
| 19669777 | 7 months ago | | | 0 | 0.00052066625 |
ABI
ABI objects
Getter at block 21173018
MAX_MINTS_PER_TXN() view returns (uint256)
3
baseURI() view returns (string)
https://coolkidswalknft.io/api/metadata/
isLocked() view returns (bool)
false
maxPresaleMintsPerWallet() view returns (uint256)
2
maxTokenSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0x4cdeb7a485f56e81d1e17a15b9439910f49d5cb08ad3c9977898209e9ac45075
mintPrice() view returns (uint256)
0
name() view returns (string)
Cool Kids Walk
owner() view returns (address)
0x7fe9184b5fbbae603951402d382d2cafacce0fc8
preSaleIsActive() view returns (bool)
false
provenance() view returns (string)
saleIsActive() view returns (bool)
false
symbol() view returns (string)
CKW
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashLeaf(address presaleAddress) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMints(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adoptCoolKids(uint256 numberOfTokens) payable
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
lockProvenance()
presaleMint(uint256 numberOfTokens, bytes32[] merkleProof) payable
renounceOwnership()
reserveMint(uint256 reservedAmount, address mintAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setMaxPresaleMintsPerWallet(uint256 newLimit)
setMaxTokenSupply(uint256 maxCKWSupply)
setMerkleRoot(bytes32 newMerkleRoot)
setMintPrice(uint256 newPrice)
setProvenanceHash(string provenanceHash)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawForGiveaway(uint256 amount, address to)
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)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 maxCKWSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.