Kawaii Kokoro
Verified contract
Active on
Ethereum with 1,170 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional
variables
Balances ($0.00)
No balances found for "Kawaii Kokoro"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18889230 | a year ago | | | 0 | 0.0011101093 | |
| 18617866 | a year ago | | | 0 | 0.00081421626 | |
| 18617861 | a year ago | | | 0 | 0.00085957733 | |
| 18296792 | a year ago | | | 0 | 0.00037848535 | |
| 17124534 | 2 years ago | | | 0 | 0.0018316002 | |
| 16687853 | 2 years ago | | | 0 | 0.0015827709 | |
| 16667973 | 2 years ago | | | 0 | 0.0010605066 | |
| 16667527 | 2 years ago | | | 0 | 0.0015046446 | |
| 16667518 | 2 years ago | | | 0 | 0.0013886768 | |
| 16641363 | 2 years ago | | | 0 | 0.0015833911 |
ABI
ABI objects
Getter at block 21306598
CONTRACT_VERSION() view returns (uint8)
2
EARLY_MINT_PRICE() view returns (uint256)
0
MAX_WALLET_MINTS() view returns (uint256)
4
PRICE() view returns (uint256)
0
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenExtension() view returns (string)
.json
_baseTokenURI() view returns (string)
ipfs://bafybeibiy6sn2kw5fc2pkypdwj3tzvnbgwmh2t4twrwwscbk6rdrxxcdey/
allowlistDropTime() view returns (uint256)
1668286740
allowlistDropTimePassed() view returns (bool)
true
baseTokenURI() view returns (string)
ipfs://bafybeibiy6sn2kw5fc2pkypdwj3tzvnbgwmh2t4twrwwscbk6rdrxxcdey/
calcAvailableBalance() view returns (uint256)
0
collectionSize() view returns (uint256)
777
currentTokenId() view returns (uint256)
777
earlyMintTokenIdCap() view returns (uint256)
777
enforceAllowlistDropTime() view returns (bool)
true
enforcePublicDropTime() view returns (bool)
true
erc20Payable() view returns (address)
0xa6346fe900b2a3c93c02d18f53324543219c60f7
getNextTokenId() view returns (uint256)
778
isRevealed() view returns (bool)
true
maxBatchSize() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0xa293ed43d8f8fffc1a5ac163e68149abbcc4b0bec2e58b777d8d19c5b1b4fe33
mintingOpen() view returns (bool)
true
name() view returns (string)
Kawaii Kokoro
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
true
onlyERC20MintingMode() view returns (bool)
false
owner() view returns (address)
0xa6346fe900b2a3c93c02d18f53324543219c60f7
payableAddressCount() view returns (uint256)
1
publicDropTime() view returns (uint256)
1668292200
publicDropTimePassed() view returns (bool)
true
symbol() view returns (string)
KK
totalSupply() view returns (uint256)
777
usingEarlyMintIncentive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
chargeAmountForERC20(address _erc20TokenContract) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _count) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForERC20Payments(address _erc20TokenContract) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
restrictedApprovalAddresses(address) view returns (bool)
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)
State-modifying
Events addOrUpdateERC20ContractAsPayment(address _erc20TokenContract, bool _isActive, uint256 _chargeAmountInTokens)
addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistDropTime()
disableAllowlistOnlyMode()
disableERC20ContractAsPayment(address _erc20TokenContract)
disableERC20OnlyMinting()
disableEarlyMintIncentive()
disablePublicDropTime()
enableAllowlistOnlyMode()
enableERC20ContractAsPayment(address _erc20TokenContract)
enableERC20OnlyMinting()
enableEarlyMintIncentive()
mintTo(address _to) payable
mintToAL(address _to, bytes32[] _merkleProof) payable
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
mintToMultipleERC20(address _to, uint256 _amount, address _erc20TokenContract) payable
mintToMultipleERC20AL(address _to, uint256 _amount, bytes32[] _merkleProof, address _erc20TokenContract) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistDropTime(uint256 _newDropTime)
setApprovalForAll(address operator, bool approved)
setApprovalRestriction(address _address, bool _isRestricted)
setBaseTokenExtension(string baseExtension)
setBaseURI(string baseURI)
setERC20PayableAddress(address _newErc20Payable)
setEarlyIncentivePrice(uint256 _feeInWei)
setEarlyMintTokenIdCap(uint256 _newTokenIdCap)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setPublicDropTime(uint256 _newDropTime)
setRamppAddress(address _newAddress)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unveil(string _updatedTokenURI)
updateMerkleRoot(bytes32 _newMerkleRoot)
useAllowlistDropTime()
usePublicDropTime()
withdrawAll()
withdrawAllRampp()
withdrawERC20(address _tokenContract, uint256 _amountToWithdraw)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.