Kokoro Club NFT

Verified contract

Active on Ethereum with 646 txns
Deployed by via 0x0a703d30 at 15263574
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Kokoro Club NFT"

0xe060065c15c3dfa3d6fc0227f19db5207c92dd9207ad55a5ea3d9bbb6649f016
From
0x6d181e6f50b259d03e8c8d5c0ec2881f290aa02f36902a49323a41b1b11e4bea
0xb16c9e340ac20b56538573f45cacc2edecc21edfdc8a771f4e5fbc3ec00a69f3
0x597dd3880a56cba582dd6f42611124a42d4ccb8c6ff2372e47f1000ada41adc4
0x8ff43d2bdc037a2fb412566d178e82232e1ff9426c070963174de8bfb6abbb83
0x6e89117e4bad8ebb91bda5b8ceb15bd0181e4f32ab6b10501fc24224ec4ed2c3
0xf29ac01b3cb753a105fc2c342f95422f148215461d50f7b5342390cd6916ada5
0x35444a444b92b34084d856bea743f10e0736c9ec73cc5b3b9501633640ec06ab
0x948667d5c4cc0f1adb2d65db54f9076bd91445199c781041ef0e59086f6e7750
0xf4957cdc92bf64151136e16ca97e54837e30f9265e63ce504b88a4295e4881da

Functions
Getter at block 20907088
devAddress(view returns (address)
0x7fecca700f95ffa9b948fec42479e6bd541213f3
maxSupply(view returns (uint256)
10000
name(view returns (string)
Kokoro Club NFT
owner(view returns (address)
0x7fecca700f95ffa9b948fec42479e6bd541213f3
saleConfig(view returns (uint32 whitelistMintStartTimeuint32 publicSaleStartTimeuint64 whitelistPriceuint64 publicPriceuint64 maxPerAddressDuringMintuint64 nowMaxSupply)
(whitelistMintStartTime=1662033600, publicSaleStartTime=4122712800, whitelistPrice=1, publicPrice=20000000000000000, maxPerAddressDuringMint=1, nowMaxSupply=1000)
symbol(view returns (string)
KCN
totalSupply(view returns (uint256)
313
whitelistMerkleRoot(view returns (bytes32)
0x4e02805a9c8cd7f7e24f4639e6f3356d849657835f60790c9d1b2f36b8d86b8e
Read-only
addressMintedCnt(addressview returns (uint64)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintOn(uint256 priceWeiuint256 mintStartTimeview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistAddressMintedCnt(addressview returns (uint64)
State-modifying
approve(address touint256 tokenId
publicSaleMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setSaleConfig(uint32 whitelistMintStartTimeuint32 publicSaleStartTimeuint64 whitelistPriceWeiuint64 publicPriceWeiuint64 maxPerAddressDuringMintuint64 nowMaxSupply
setWhitelistMerkleRoot(bytes32 merkleRoot
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] merkleProofuint256 quantitypayable 
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxSupply_address devAddress_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(