Kurai Michi

Verified contract

Active on Ethereum with 2,064 txns
Deployed by via 0x73e104ee at 16033436
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional variables

No balances found for "Kurai Michi"

0x50d0366abcb3a002a931fba6ade97a9f0923c8c2c3b430016bd258c578b30188
0x703706b6ed1f85bfae5aac4ec6389f683b28603249988b04ac926f1c6e248f51
0x97aa34f0d2ddb6cd7014a38c7eac4a0162ec4b2200058fc08ab160a0f62d703f
0x8b19b2e21e181e3f107661bd90f280839faf829226fd1ae018235967a31ccdd8
0xc4e92ab084724c2f2a21e7f0bdd1ab0b044b836ef7bd2526f77a747dc92a918a
0xc46d37a7888493feda607f2aca80a043c216e4765e387e6945a16a29941438c8
0x1f8eac656b8484cfb7c6081558f0d65b7226f1f1ec418c420d43c8fd26109566
0x8d3cb5868fb93bbf996de63f9322cfa6cf7dc7292cf8b15b9742c000c2735320
0xb1951b24f034069f7779416d28895907a24ca83fd3a39341723475cc4e86c928
0xc0ed60b161929af653a3d0f78664686f48193e2c8b1a570761bec4a019c83a62

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
getPrice(uint256 _quantityview returns (uint256)
getWhitelistPrice(uint256 _quantityview returns (uint256)
inWhitelist(bytes32[] _proofaddress _ownerview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
publicClaimedBy(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whiteListClaimedBy(addressview returns (uint256)
State-modifying
airdrop(address sendTouint256 quantity
approve(address touint256 tokenId
changeMAX_PER_Transaction(uint256 q
changeMAX_PER_WALLET(uint256 q
changeMAX_PER_WL_TRANSACTION(uint256 q
changeMintPrice(uint256 _newPrice
changeRevealStatus(
mint(uint256 quantitypayable 
mintReserveTokens(uint256 quantity
purchaseWhiteListTokens(uint256 _howManybytes32[] _proofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(