Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($751.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.218968 | $3,433.27 |
$751.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20449122 | 4 months ago | | | 0 | 0.00020629788 | |
| 20440401 | 4 months ago | | | 0 | 0.00010251470 | |
| 20213776 | 5 months ago | | | 0 | 0.00053596871 | |
| 20084917 | 5 months ago | | | 0 | 0.0010167452 | |
| 20062092 | 5 months ago | | | 0 | 0.0047062719 | |
| 19879916 | 6 months ago | | | 0 | 0.00021704328 | |
| 19849302 | 6 months ago | | | 0 | 0.00034830216 | |
| 19847421 | 6 months ago | | | 0 | 0.0019551744 | |
| 19513333 | 8 months ago | | | 0 | 0.00097345771 | |
| 19480796 | 8 months ago | | | 0 | 0.0012268966 |
ABI
ABI objects
Getter at block 21268333
contractURI() view returns (string)
https://api-mainnet.rarible.com/contractMetadata/{address}
isOwner() view returns (bool)
false
name() view returns (string)
HOPPERS
owner() view returns (address)
0xa8c6990bc778611ffd5b94db6befefc7ae74b147
symbol() view returns (string)
HPRS
tokenURIPrefix() view returns (string)
ipfs:/
totalSupply() view returns (uint256)
156
Read-only
balanceOf(address owner) view returns (uint256)
fees(uint256, uint256) view returns (address recipient, uint256 value)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256 id) view returns (uint256[])
getFeeRecipients(uint256 id) view returns (address[])
isApprovedForAll(address owner, address operator) view returns (bool)
isSigner(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addSigner(address account)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 tokenId, uint8 v, bytes32 r, bytes32 s, struct ERC721BaseFee[] _fees, string tokenURI)
removeSigner(address account)
renounceOwnership()
renounceSigner()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setContractURI(string contractURI)
setTokenURIPrefix(string tokenURIPrefix)
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)
CreateERC721_v4(address indexed creator, string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SecondarySaleFees(uint256 tokenId, address[] recipients, uint256[] bps)
SignerAdded(address indexed account)
SignerRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string contractURI, string tokenURIPrefix, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.