Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($761.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 760.746864 | $1.001 |
$761.51 | |
HHOS1 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19077330 | 10 months ago | | | 0 | 0.00082355612 | |
| 18467078 | a year ago | | | 0 | 0.0012726582 | |
| 17898850 | a year ago | | | 0 | 0.00083227205 | |
| 17810196 | a year ago | | | 0 | 0.0026408250 | |
| 17809245 | a year ago | | | 0 | 0.0026408250 | |
| 17807829 | a year ago | | | 0 | 0.0026403750 | |
| 17807784 | a year ago | | | 0 | 0.0026408250 | |
| 17806420 | a year ago | | | 0 | 0.0026408250 | |
| 17806371 | a year ago | | | 0 | 0.0026408250 | |
| 17806143 | a year ago | | | 0 | 0.0026408250 |
ABI
ABI objects
Getter at block 21243615
baseURI() view returns (string)
https://resource.hypernft.world/json/
name() view returns (string)
HyperNFT_HOS_1.0
owner() view returns (address)
0x8a01fa5a77311bbcf29e293d8ecb48707cfdb700
symbol() view returns (string)
HHOS1
totalSupply() view returns (uint256)
291295
Read-only
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchTransfer(address recipient, uint256[] tokenIds)
batchTransfer2(address[] recipients, uint256[] amountPerRecipient, uint256[] tokenIds)
bulkMint(address[] recipients, uint256[] amounts)
mint(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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()