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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.002922 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MCPR | ERC-721 | 1 | -- | -- | |
MCPR | ERC-721 | 1 | -- | -- | |
SET | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202478 | 8 days ago | | | 0 | 0.00054228711 | |
| 21179843 | 11 days ago | | | 0 | 0.0039252142 | |
| 21159891 | 14 days ago | | | 0 | 0.0024285466 | |
| 21048303 | a month ago | | | 0 | 0.000094965876 | |
| 21019306 | a month ago | | | 0 | 0.00015202544 | |
| 21011702 | a month ago | | | 0 | 0.00024223316 | |
| 20902583 | 2 months ago | | | 0 | 0.00016385851 | |
| 20830914 | 2 months ago | | | 0 | 0.00071574906 | |
| 20770554 | 2 months ago | | | 0 | 0.00012641494 | |
| 20711895 | 2 months ago | | | 0 | 0.00013802865 |
ABI
ABI objects
Getter at block 21256738
InterfaceId_ERC165() view returns (bytes4)
0x01ffc9a7
name() view returns (string)
Flower
remoteTokenUriContract() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FLOWER
totalSupply() view returns (uint256)
25001
Read-only
balanceOf(address _owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address)
privileges(address) view returns (uint8)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenByIndex(uint256 _index) view returns (uint256)
tokenData(uint256 _tokenId) view returns (bytes)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address _to, uint256 _tokenId)
grantPrivileges(address _target, uint8 _privileges)
mint(address _to, bytes _tokenData) returns (uint256)
removePrivileges(address _target, uint8 _privileges)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setRemoteTokenUriAddress(address _target)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
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.