Flowers
Verified contract
Active on
Ethereum with 1,511 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 "Flowers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21059404 | a month ago | | | 0 | 0.00064815405 | |
| 21011297 | a month ago | | | 0 | 0.00036783183 | |
| 20765962 | 2 months ago | | | 0 | 0.00035074682 | |
| 20765957 | 2 months ago | | | 0 | 0.00025663961 | |
| 20747358 | 3 months ago | | | 0 | 0.0028290954 | |
| 20717230 | 3 months ago | | | 0 | 0.0015670914 | |
| 20365400 | 4 months ago | | | 0 | 0.00047672528 | |
| 20183403 | 5 months ago | | | 0 | 0.0011435928 | |
| 20142952 | 5 months ago | | | 0 | 0.00021192037 | |
| 20088389 | 6 months ago | | | 0 | 0.00041483907 |
ABI
ABI objects
Getter at block 21299794
MAX_FLOWER_ID() view returns (uint256)
10
TIME_TO_STAKE() view returns (uint256)
604800
ULTIMATE_FLOWER_ID() view returns (uint256)
0
nyolingContractAddress() view returns (address)
0xb16dfd9aaaf874fcb1db8a296375577c1baa6f21
owner() view returns (address)
0x545ff430b6eab009f28c8035d84414c0453628fc
stakingAddress() view returns (address)
0x63827d2f4588ef5041434e7d7e964a64cbf2d269
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getClaimableCount(uint256 tokenId) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
nyoInfos(uint256) view returns (uint256 lastClaimedAt, uint256 lastFlowerId)
supportsInterface(bytes4 interfaceId) view returns (bool)
upgradedNyos(uint256) view returns (bool)
uri(uint256 flowerId) view returns (string)
State-modifying
Events burnForUltimate(uint16 n)
claim(uint256[] nyolingIds)
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 _baseUri)
transferOwnership(address newOwner)
upgrade(uint256[] nyolingIds)
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(address _stakingAddress, address _nyolingContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.