KoolKidz
Verified contract
Active on
Ethereum with 2,765 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "KoolKidz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105100 | a month ago | | | 0 | 0.00011342347 | |
| 20683240 | 3 months ago | | | 0 | 0.000083320603 | |
| 20507070 | 4 months ago | | | 0 | 0.000041949213 | |
| 20506793 | 4 months ago | | | 0 | 0.000091308831 | |
| 19762873 | 7 months ago | | | 0 | 0.00049728859 | |
| 19622335 | 8 months ago | | | 0 | 0.00077032038 | |
| 19498418 | 9 months ago | | | 0 | 0.00041400100 | |
| 19110484 | 10 months ago | | | 0 | 0.00019914245 | |
| 19110483 | 10 months ago | | | 0 | 0.00018456345 | |
| 19087854 | a year ago | | | 0 | 0.00054601801 |
ABI
ABI objects
Getter at block 21395464
SCALE() view returns (uint256)
10000
baseExtension() view returns (string)
.json
cost() view returns (uint256)
0
maxMintAmountPresale() view returns (uint256)
2
maxMintAmountPublic() view returns (uint256)
1000
maxSupply() view returns (uint256)
5000
name() view returns (string)
KoolKidz
notRevealedUri() view returns (string)
ipfs://QmZxhRmggsJdfTZ4eiV5XQBpEHCvg58tRMTEz6rfar61qR/
owner() view returns (address)
0x339ff26cf5e9332b59a6e37c2453c4b335b839d1
paused() view returns (bool)
false
presaleMintingEnabled() view returns (bool)
true
publicMintingEnabled() view returns (bool)
true
reservedMinted() view returns (uint256)
250
reservedSupply() view returns (uint256)
250
revealed() view returns (bool)
true
royaltyPercentage() view returns (uint256)
750
royaltyRecipient() view returns (address)
0x339ff26cf5e9332b59a6e37c2453c4b335b839d1
symbol() view returns (string)
KOOL
totalSupply() view returns (uint256)
5000
whitelistMerkleRoot() view returns (bytes32)
0x6f3b37506d14fb35eab77aab09beae160cee02cfafb3274981281d30c646f76f
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistedInMerkleProof(address _account, bytes32[] _merkleProof) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintPresale(bytes32[] merkleProof, uint256 _mintAmount) payable
mintPublic(uint256 _mintAmount) payable
mintReserved(uint256 _mintAmount)
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setMaxMintAmountPublic(uint256 _newMax)
setNotRevealedURI(string _notRevealedURI)
setPresaleMintingEnabled(bool _enabled)
setPublicMintingEnabled(bool _enabled)
setRoyalty(uint256 _newRoyaltyPercentage)
setRoyaltyRecipient(address _newRoyaltyRecipient)
setWhitelistMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.