Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Kurayami"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20143817 | 6 months ago | | | 0 | 0.000065245387 | |
| 19406592 | 9 months ago | | | 0 | 0.0028436253 | |
| 19225429 | 10 months ago | | | 0 | 0.0011425898 | |
| 19037231 | a year ago | | | 0 | 0.0021535932 | |
| 18969197 | a year ago | | | 0 | 0.00057692400 | |
| 18762568 | a year ago | | | 0 | 0.0012848534 | |
| 18676764 | a year ago | | | 0 | 0.0013342262 | |
| 18498448 | a year ago | | | 0 | 0.00068577694 | |
| 18469429 | a year ago | | | 0 | 0.00074566649 | |
| 18469413 | a year ago | | | 0 | 0.00088176284 |
ABI
ABI objects
Getter at block 21442697
maxPerWallet() view returns (uint256)
3
maximumSupply() view returns (uint256)
7777
mintPassContract() view returns (address)
0x25ee5c8b7e2363450943ea15b7e8b18efdbaee91
mintPrice() view returns (uint256)
77000000000000000
mintableSupply() view returns (uint256)
7228
name() view returns (string)
Kurayami
owner() view returns (address)
0xbaf153a8aff8352cb6539cf9168255442def0a02
publicSale() view returns (bool)
true
symbol() view returns (string)
KURAYAMI
totalSupply() view returns (uint256)
764
whitelistSale() view returns (bool)
true
Read-only
addressMintCount(uint256, address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
whitelistMerkleRoot(uint256) view returns (bytes32)
State-modifying
Events adminMint(address _recipient, uint256 _quantity)
approve(address to, uint256 tokenId)
claimMintPass()
mintPublic(uint256 _quantity) payable
mintWhitelist(uint256 _tier, uint256 _quantity, bytes32[] merkleProof) payable
reduceMaximumSupply(uint256 _supply)
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_)
setMaxPerWallet(uint256 _amount)
setMintPrice(uint256 _price)
setMintableSupply(uint256 _supply)
setPublicSale()
setWhitelistMerkleRoot(uint256 tier, bytes32 merkleRoot)
setWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(address _mintPassContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.