Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "HOZUKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269002 | 5 days ago | | | 0 | 0.00022011032 | |
| 21269001 | 5 days ago | | | 0 | 0.00038956591 | |
| 21157027 | 21 days ago | | | 0 | 0.00072544021 | |
| 21106721 | a month ago | | | 0 | 0.00025841630 | |
| 19753729 | 7 months ago | | | 0 | 0.00050751309 | |
| 19693096 | 7 months ago | | | 0 | 0.00016394497 | |
| 19664617 | 8 months ago | | | 0 | 0.00017701430 | |
| 19625567 | 8 months ago | | | 0 | 0.0017973652 | |
| 19102165 | 10 months ago | | | 0 | 0.00027805769 | |
| 18968019 | a year ago | | | 0 | 0.00034031398 |
ABI
ABI objects
Getter at block 21307558
ALLOW_PRICE() view returns (uint256)
3500000000000000
AL_MINT_COUNT() view returns (uint256)
335
MAX_AL_SUPPLY() view returns (uint256)
4000
MAX_AL_TX() view returns (uint256)
5
MAX_PER_FREE() view returns (uint256)
1
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
5860
MAX_TX() view returns (uint256)
10
MAX_WL_SUPPLY() view returns (uint256)
2000
SALE_PRICE() view returns (uint256)
1000000000000000
WL_MINT_COUNT() view returns (uint256)
1458
merkleRootAllow() view returns (bytes32)
0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470
merkleRootWl() view returns (bytes32)
0xe93833fa05edc4e69934eef28c0469c0f85c03ec6728feefa2a3c188fd8c794a
name() view returns (string)
HOZUKI
owner() view returns (address)
0x72b56046374eefe3801942f3f8785fbe268cdbf2
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
HZK
totalSupply() view returns (uint256)
5859
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowlist(bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelist(bytes32[] _merkleProof) 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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events airdrop(address _to, uint256 _quantity)
allowlistMint(uint256 _quantity, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId)
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(bytes32 _merkleRoot)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxAlTx(uint256 _maxALTx)
setMaxAllowlistSuplly(uint256 _maxALSupply)
setMaxPerFree(uint256 _maxPerFree)
setMaxPerTx(uint256 _maxPerTx)
setMaxSupply(uint256 _maxSupply)
setMaxTx(uint256 _maxTx)
setMaxWhitelistSuplly(uint256 _maxWLSupply)
setPaused(bool _state)
setRevealed(bool _state)
setSalePrice(uint256 _newPrice)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelist(bytes32 _merkleRoot)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _quantity, bytes32[] _merkleProof) payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.