This contract is being backfilled. You may encounter incomplete storage history.

Hinobi

Verified contract

Active on Ethereum with 2,103 txns
Deployed by via 0xedea259f at 15544189
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Hinobi"

0x836a69eefbda04b28c59e9a1b219ae07076c5257a3c1a7ad811d91bd12cd1359
0x89c26ccf7e7c7a25a44039d9522a92c36ff266a982a6ba1a73684ebc3d838093
0x282ec4beeb58b0a718ece731d296b730aa5af707452a5ba4f4f704e7ab15f5b6
0xc6632eabfa9c1d2770e3ffd29851da307127506ac5c642508c21aea362c34865
0x41de8959c8f4f477b3c317807ce92337a8667e6f7adf3e8c3dfa231bd5e8d940
0x8948c8ce0f45736909000cf5df9e795cf5de908afebea8d916bbb94c6d0c6d2b
0x934f7b77dc4432b06a1209f8c7762bada686710ec017a6b3399128ab79e7612f
0x906abc73f6f6de3a2ba78dcf04ff9ca01e6505d47a04ab58125ceb72c4e1a9a2
0x4e7e3f614363b1ed4d9f3829b17abe4fe184c11ebb57f0bd157258c7097ae162
0xc14f81f02f2391680b479bc378e20077e3d2eadcf370861c7495017f51582d63

Functions
Getter at block 20799481
MAX_FREE_PER_WALLET(view returns (uint256)
3
MAX_FREE_SUPPLY(view returns (uint256)
5000
MAX_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
5000
PRICE(view returns (uint256)
1000000000000000
baseTokenURI(view returns (string)
https://meta.hinobi.xyz/json/
name(view returns (string)
Hinobi
owner(view returns (address)
0xc85fd8804cbbea1148b1d80fa4c1aa443fe0fa9c
status(view returns (bool)
true
symbol(view returns (string)
Hinobi
totalSupply(view returns (uint256)
5000
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
perWalletFreeMinted(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
ownerMint(address touint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setLimitFreeMintPerWallet(uint256 _limit
setMaxFreeAmount(uint256 _amount
setMaxLimitPerTransaction(uint256 _limit
setPrice(uint256 _price
setStatus(bool _status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(