Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NOS | ERC-721 | 1 | -- | -- | |
NOS | ERC-721 | 1 | -- | -- | |
NOS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241072 | 2 days ago | | | 0 | 0.00046767319 | |
| 21191526 | 9 days ago | | | 0 | 0.00067037976 | |
| 21163135 | 13 days ago | | | 0 | 0.00035195516 | |
| 21163088 | 13 days ago | | | 0 | 0.00033654554 | |
| 20834797 | 2 months ago | | | 0 | 0.00066058738 | |
| 20792687 | 2 months ago | | | 0 | 0.00078686880 | |
| 20774930 | 2 months ago | | | 0 | 0.00024916705 | |
| 20770582 | 2 months ago | | | 0 | 0.00011936183 | |
| 20758591 | 2 months ago | | | 0 | 0.00013219762 | |
| 20723536 | 2 months ago | | | 0 | 0.00010731499 |
ABI
ABI objects
Getter at block 21257751
isOwner() view returns (bool)
false
name() view returns (string)
Rarible
owner() view returns (address)
0xf03ba06dd459ae597357b491219fcb573f5fe683
symbol() view returns (string)
RARE
tokenURIPrefix() view returns (string)
https://ipfs.daonomic.com
totalSupply() view returns (uint256)
4325
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 tokenId, uint8 v, bytes32 r, bytes32 s, string tokenURI)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string tokenURIPrefix)
This contract contains no fallback and receive objects.
This contract contains no error objects.