Kurai Michi
Verified contract
Active on
Ethereum with 2,064 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Kurai Michi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18909335 | a year ago | | | 0 | 0.00048997924 | |
| 17515961 | a year ago | | | 0 | 0.0013877736 | |
| 17515951 | a year ago | | | 0 | 0.0017004062 | |
| 16755632 | 2 years ago | | | 0 | 0.0015779334 | |
| 16632846 | 2 years ago | | | 0 | 0.0013049001 | |
| 16304286 | 2 years ago | | | 0 | 0.00055459106 | |
| 16250376 | 2 years ago | | | 0 | 0.00052118386 | |
| 16155421 | 2 years ago | | | 0 | 0.00047702574 | |
| 16155420 | 2 years ago | | | 0 | 0.00081006656 | |
| 16153113 | 2 years ago | | | 0 | 0.00070845321 |
ABI
ABI objects
Getter at block 21230381
MAX_PER_Transaction() view returns (uint256)
3
MAX_PER_WALLET() view returns (uint256)
3
MAX_PER_WL_TRANSACTION() view returns (uint256)
3
PRICE() view returns (uint256)
0
PhaseCollectionSize_() view returns (uint256)
5000
getStatus() view returns (uint256)
0
itemPriceWhiteList() view returns (uint256)
0
name() view returns (string)
Kurai Michi
owner() view returns (address)
0xd0c528456df36a918a660b92a2ef6504d3283b2e
reserve() view returns (uint256)
0
revealed() view returns (bool)
true
status() view returns (uint256)
0
symbol() view returns (string)
KM-NFT
totalSupply() view returns (uint256)
5777
whiteListPerWallet() view returns (uint256)
3
whitelistMerkleRoot() view returns (bytes32)
0x69dddf57e23eae5f9f1b9eb59e9c5ba9237ad28a7afca2034157355b6f7585a7
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _quantity) view returns (uint256)
getWhitelistPrice(uint256 _quantity) view returns (uint256)
inWhitelist(bytes32[] _proof, address _owner) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
publicClaimedBy(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whiteListClaimedBy(address) view returns (uint256)
State-modifying
Events airdrop(address sendTo, uint256 quantity)
approve(address to, uint256 tokenId)
changeMAX_PER_Transaction(uint256 q)
changeMAX_PER_WALLET(uint256 q)
changeMAX_PER_WL_TRANSACTION(uint256 q)
changeMintPrice(uint256 _newPrice)
changeRevealStatus()
mint(uint256 quantity) payable
mintReserveTokens(uint256 quantity)
purchaseWhiteListTokens(uint256 _howMany, bytes32[] _proof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPriceWhiteList(uint256 _itemPriceWhiteList)
setReserveTokens(uint256 _quantity)
setStatus(uint256 s)
setURIbeforeReveal(string URI)
setWLavailable(uint256 _whiteListCollection)
setWhiteListPerWallet(uint256 _whiteListPerWallet)
setWhitelistMerkleRoot(bytes32 _whitelistMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()