Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1682…03c1
Balances ($0.00)
No balances found for "Roses"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18058069 | a year ago | | | 0 | 0.00060617304 | |
| 18057408 | a year ago | | | 0 | 0.00039525384 | |
| 16794915 | 2 years ago | | | 0 | 0.00080003389 | |
| 16794658 | 2 years ago | | | 0 | 0.0021316274 | |
| 16793391 | 2 years ago | | | 0 | 0.0039190706 | |
| 16793319 | 2 years ago | | | 0 | 0.0036069730 | |
| 16792546 | 2 years ago | | | 0 | 0.0014466495 | |
| 16791760 | 2 years ago | | | 0 | 0.0029624274 | |
| 16791323 | 2 years ago | | | 0 | 0.0012439994 | |
| 16791314 | 2 years ago | | | 0 | 0.0029799919 |
ABI
ABI objects
Getter at block 21190136
name() view returns (string)
Roses
owner() view returns (address)
0xbf7e3c8b16ae63fc74e8d35c3f5ea8a6a2a7995e
renderer() view returns (address)
0x168219161c8f88de76027173227a569544ff03c1
symbol() view returns (string)
ROSE
totalSupply() view returns (uint256)
38
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)
mint(address destination)
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowed(address addr, bool allowed)
setApprovalForAll(address operator, bool approved)
setRenderer(address addr)
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.
This contract contains no error objects.