Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Hinobi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20599225 | 4 months ago | | | 0 | 0.000040102103 | |
| 20379279 | 5 months ago | | | 0 | 0.00018137510 | |
| 20002190 | 6 months ago | | | 0 | 0.00019294503 | |
| 19305754 | 10 months ago | | | 0 | 0.0017102797 | |
| 18339819 | a year ago | | | 0 | 0.00016079382 | |
| 17738831 | a year ago | | | 0 | 0.00090502633 | |
| 17208008 | 2 years ago | | | 0 | 0.0022241792 | |
| 16951960 | 2 years ago | | | 0 | 0.00086731224 | |
| 16906200 | 2 years ago | | | 0 | 0.00067245692 | |
| 16506693 | 2 years ago | | | 0 | 0.00073412400 |
ABI
ABI objects
Getter at block 21386349
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
perWalletFreeMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) payable
ownerMint(address to, uint256 amount)
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)
setLimitFreeMintPerWallet(uint256 _limit)
setMaxFreeAmount(uint256 _amount)
setMaxLimitPerTransaction(uint256 _limit)
setPrice(uint256 _price)
setStatus(bool _status)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()