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 "HNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20064200 | 6 months ago | | | 0 | 0.00066462786 | |
| 18350670 | a year ago | | | 0 | 0.00035802053 | |
| 17046964 | 2 years ago | | | 0 | 0.0016260906 | |
| 17033597 | 2 years ago | | | 0 | 0.0019999853 | |
| 17032918 | 2 years ago | | | 0 | 0.0015930005 | |
| 16843785 | 2 years ago | | | 0 | 0.0010472182 | |
| 16476449 | 2 years ago | | | 0 | 0.00066677461 | |
| 16475788 | 2 years ago | | | 0 | 0.0010214667 | |
| 16428078 | 2 years ago | | | 0 | 0.00064986866 | |
| 16372532 | 2 years ago | | | 0 | 0.0011226942 |
ABI
ABI objects
Getter at block 21324892
name() view returns (string)
HNFT
owner() view returns (address)
0x19f05368db2d2c199255c2b324c3dcd012d2e915
paused() view returns (bool)
false
symbol() view returns (string)
HNFT
totalSupply() view returns (uint256)
172
Read-only
_idToSerial(uint256) view returns (string)
_idToTier(uint256) view returns (string)
_proxies(address) view returns (bool)
_tickets(string) view returns (bool exists, bool active, string name, string description, string image, uint16 numMinted, uint16 maxSupply)
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)
returnActive(string tier) view returns (bool)
returnMinted(string tier) view returns (uint16)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
manageTickets(string tier, string name, string description, string image, uint16 maxSupply, bool active)
mint(address receiver, string tier, uint256 amount)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setProxyAddress(address proxy, bool state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(uint256 indexed tokenId)
Minted(uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _name, string _ticker)
This contract contains no fallback and receive objects.
This contract contains no error objects.