This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 20793297, which is 16 minutes old. We're running behind the tip but working to resolve the issue.

Kamiyo

Verified contract

Active on Ethereum with 7,857 txns
Deployed by via 0x93ac75d3 at 15846102
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
4 additional variables

No balances found for "Kamiyo"

0x92f0b1430f82ceda15ec3eb078266a4285146b5d9ea76438bb9d4291a66e07b6
0x246c60a2146d0036bb97bb3881261b84f07d009524dcbea856450c9a04215f6b
0x3e62698f0ffdf56473741f66adb524e71c1e3d717a606d81cd89804dcc673285
0x6d68e5aa0c69e6577750c9ded54d059f8786833b9a104f04a651229a68c4d1fa
0x45879b8727e488e45dc3e7c85fdd38566fae627239815c8c5f0700699811d32f
0x185f32e04dcbf9885429cf33d7f184b01dc21db98b9b5f5e6e96a04ca47131f2
0x09e16c178a5643e48bda9a96b06b5d57bd64f7dce74b000110dc6780c9862a09
0x0513ca76dd1c01da374e238211691e5159b86031f15b950442b0ce0a2655348b
0x81de25d330be2d59b51f2e11b9b1a645a4e5d7a555697e12bb9b6077fc6d9e82
0xccdc0fee2e55be3c73e3fc746d58ba6db8ad1c96a0907a87712f038a4ab3d87e

Functions
Getter at block 20793296
CAL(view returns (address)
0xdbaa28cbe70af04ebfb166b1a3e8f8034e5b9fc7
CALLevel(view returns (uint256)
2
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://storage.googleapis.com/kojiki-kamiyo/json/
contractLockStatus(view returns (uint8)
2
getTotalBurned(view returns (uint256)
0
isBurnMint(view returns (bool)
false
maxAmountPerMint(view returns (uint256)
3
maxBurnMint(view returns (uint256)
0
maxSupply(view returns (uint256)
13888
mintCost(view returns (uint256)
1000000000000000
name(view returns (string)
Kamiyo
owner(view returns (address)
0xab08ce4ec986cef98a33af119afcd1e1260468c4
paused(view returns (bool)
true
salesId(view returns (uint256)
1
symbol(view returns (string)
KMY
totalSupply(view returns (uint256)
13888
withdrawAddress(view returns (address)
0xe53f976b720a0be0fd60508f9e938185dfd43657
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getLockStatus(uint256 tokenIdview returns (uint8)
getLocked(address operatoraddress holderview returns (bool)
getMintedAmount(address targetAddressview returns (uint256)
getTokenLocked(address operatoruint256 tokenIdview returns (bool isLocked)
getTokensUnderLock(address holderaddress toview returns (uint256[])
getTokensUnderLock(address holderaddress touint256 startuint256 endview returns (uint256[])
getTokensUnderLock(address toview returns (uint256[])
getTokensUnderLock(address touint256 startuint256 endview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
isLocalAllowed(address _transfererview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addLocalContractAllowList(address _contract
approve(address touint256 tokenIdpayable 
burnMint(uint256[] burnTokenIdsuint256 allowedAmountbytes32[] merkleProofpayable 
mint(uint256 amountuint256 allowedAmountbytes32[] merkleProofpayable 
pause(
removeLocalContractAllowList(address _contract
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _value
setBaseURI(string _value
setCAL(address _cal
setContractAllowListLevel(uint256 level
setContractLockStatus(uint8 status
setIsBurnMint(bool _value
setMaxAmountPerMint(uint256 _value
setMaxBurnMint(uint256 _value
setMaxSupply(uint256 _value
setMerkleRoot(bytes32 _value
setMintCost(uint256 _value
setSalesId(uint256 _value
setSalesInfo(uint256 _salesIduint256 _maxAmountPerMintuint256 _maxSupplyuint256 _mintCostbytes32 _merkleRootbool _isBurnMintuint256 _maxBurnMint
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
withdraw(payable 
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
Paused(address account
TokenLock(address indexed owneraddress indexed fromuint256 lockStatusuint256 indexed tokenId
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address[] addressesuint256[] amounts
Fallback and receive

This contract contains no fallback and receive objects.

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