RewardCollection
Verified contract
Active on
Ethereum with 2,527 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6f14…e7b9
0x5ce9…b0d0
8 additional
variables
Balances ($0.00)
No balances found for "RewardCollection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19579460 | 7 months ago | | | 0 | 0.0010759336 | |
| 18661638 | a year ago | | | 0 | 0.00076461069 | |
| 18501011 | a year ago | | | 0 | 0.0016647006 | |
| 18501010 | a year ago | | | 0 | 0.0018537644 | |
| 18501010 | a year ago | | | 0 | 0.0014552425 | |
| 18501009 | a year ago | | | 0 | 0.0015349555 | |
| 18120250 | a year ago | | | 0 | 0.0014036658 | |
| 18120248 | a year ago | | | 0 | 0.0017275215 | |
| 18120237 | a year ago | | | 0 | 0.0017260934 | |
| 18120235 | a year ago | | | 0 | 0.0019814867 |
ABI
ABI objects
Getter at block 21099609
gapMonthNormal() view returns (uint8)
3
gapMonthPlatinum() view returns (uint8)
1
gapMonthSpecial() view returns (uint8)
2
holdLimitNormal() view returns (uint256)
7776000
holdLimitSpecial() view returns (uint256)
5184000
lastDateNormal() view returns (uint256)
202309
lastDatePlatinum() view returns (uint256)
202303
lastDateSpecial() view returns (uint256)
202311
owner() view returns (address)
0x241708383345ea082d6f7eb5da586a313e763dac
startHour() view returns (uint256)
23
startTimestamp() view returns (uint256)
1646175600
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
claimStatus(uint256 tokenId, uint256 timestamp) view returns (bool)
exists(uint256 id) view returns (bool)
getEndTimestamp(uint8 which) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claimCharCoir(uint256 tokenId)
claimNormal(uint256 tokenId, uint256 randNo)
claimPlant()
claimPlatinum(uint256 tokenId)
claimTerpHogz(uint256 tokenId)
claimVegBloom(uint256 tokenId)
claimZkittlez(uint256 tokenId)
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)
setRedPandaz(address redPandazAddress)
setTrashPandaz(address trashPandazAddress)
setURI(string uri_)
transferOwnership(address newOwner)
updateGapMonthNormal(uint8 _gapMonthNormal)
updateGapMonthPlatinum(uint8 _gapMonthPlatinum)
updateGapMonthSpecial(uint8 _gapMonthSpecial)
updateHoldLimitNormal(uint256 _holdLimitNormal)
updateHoldLimitSpecial(uint256 _holdLimitSpecial)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.