HypeArt
Verified contract
Active on
Ethereum with 2,524 txns
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 "HypeArt"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19632051 | 8 months ago | | | 0 | 0.00037891653 | |
| 19606131 | 8 months ago | | | 0 | 0.00073982380 | |
| 19434426 | 9 months ago | | | 0 | 0.0014112241 | |
| 19339447 | 9 months ago | | | 0 | 0.0019153438 | |
| 19334527 | 9 months ago | | | 0 | 0.0021175508 | |
| 19314376 | 9 months ago | | | 0 | 0.0023274844 | |
| 19264495 | 9 months ago | | | 0 | 0.00094150940 | |
| 19059684 | 10 months ago | | | 0 | 0.00033748356 | |
| 19018700 | 10 months ago | | | 0 | 0.0016250712 | |
| 18947778 | a year ago | | | 0 | 0.00059959836 |
ABI
ABI objects
Getter at block 21298469
owner() view returns (address)
0x9f9bc52febc90b463207a3293aa654ef2367b8fb
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events mintRandom()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.