Hobozuki

Verified contract

Active on Ethereum with 2,132 txns
Deployed by via 0xdf3a9f14 at 17783815
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $41.56
0x5a59f596e397bfa67ac4cd3646a56c2ae2ac1804e0b94742e003d3700186149b
0x790db20d8138f93cdbdde26cae9ced4f22c945d4531608aef50b7d20aba3c955
0xe4aead2818af15c87e1e7f5f7dad239741dc8bff8c3af9c36236c17c46be5aad
0xad656eab6b7570c102f875ca1d17135ade9984601e7d435dfa36cc7ee41f4723
0x2f9006c10e5eb9f20997a9c24ff7f90951e6be096476d308c5f82580b6e830b6
0x1fa02ba9f46310a41b0f3061e9ac84e60a3910c236a890c986441d88d88552e1
0x91abb315cc47ccf19f902b3ee77306532b524c1ae3f47ed5424c4a0f6e0b9734
0x52143d8724d87baa66cb3ae74ff159bc970f8783fd8cebd174fdbf0873763353
0x98b9a6945ae383d5b463e2f0b896681e0ae3c719d876c1ed26d71fb55cf7ff7f
0x3c8cb062039350fc47a59121e26e13a500a2df2c551af423a8ffc20db9393f06

Functions
Getter at block 20970621
LIMIT_PER_WALLET(view returns (uint256)
2
LIMIT_PER_WALLET_WL(view returns (uint256)
3
MAX_MULTIMINT(view returns (uint256)
2
MAX_MULTIMINT_WL(view returns (uint256)
3
MAX_SUPPLY(view returns (uint256)
5000
PRICE(view returns (uint256)
2000000000000000
PRICE_WL(view returns (uint256)
5900000000000000
WL_SUPPLY(view returns (uint256)
2000
getMintType(view returns (uint8)
2
merkleRoot(view returns (bytes32)
0x0f1a74cce488b98356284f44f5d27ed29bf571e864875eb835108470dd0eeb81
mintType(view returns (uint8)
2
name(view returns (string)
Hobozuki
owner(view returns (address)
0x014d25672cc385dc05a561bdf0f616d45da78f13
symbol(view returns (string)
HOBOZ
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isValid(bytes32[] proofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 _countpayable 
mintDrop(address _touint256 _count
mintFree(uint256 _count
mintWL(uint256 _countbytes32[] _proofpayable 
multiSend(address[] _recipientsuint256[] _ids
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setConfig(uint256 _count
setConfigWL(uint256 _count
setLIMIT_PER_WALLET(uint256 _count
setLIMIT_PER_WALLET_WL(uint256 _count
setMAX_MULTIMINT(uint256 _count
setMAX_MULTIMINT_WL(uint256 _count
setMintType(uint8 _mintType
setPRICE(uint256 _price
setPRICE_WL(uint256 _price
setRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
withdrawAmount(uint256 _amount
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
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _customBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

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