RewardClaimer
Verified contract
Active on
Ethereum with 11 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x507d…0f74
Balances ($718.64)
Native
Value
$718.64
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.218172 | $3,293.91 |
$718.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19750123 | 7 months ago | | | 0 | 0.00076313667 | |
| 19090454 | 10 months ago | | | 0 | 0.0082152215 | |
| 18944854 | a year ago | | | 0 | 0.0032732782 | |
| 18922746 | a year ago | | | 0 | 0.0023742642 | |
| 18902964 | a year ago | | | 0 | 0.0015504338 | |
| 18855717 | a year ago | | | 0 | 0.0024563300 | |
| 18855717 | a year ago | | | 0 | 0.0057902482 | |
| 18737596 | a year ago | | | 0 | 0.0063108269 | |
| 18735730 | a year ago | | | 0.097571783 | 0.0012621838 | |
| 18735571 | a year ago | | | 0.0021368252 | 0.0019256968 |
ABI
ABI objects
Getter at block 21273723
canStartNewEpoch() view returns (bool)
true
currentEpoch() view returns (uint256)
1
minimumETHForNextEpoch() view returns (uint256)
100000000000000000
nftContract() view returns (address)
0x507d7f014746cbe496b2154751ff8d9166b00f74
owner() view returns (address)
0x4271e15d9cd7ca2ea8fbd87bd2a4eb497adb5ed0
rewardsAccumulatedTowardsNextEpoch() view returns (uint256 rewardsDuringEpochPeriod)
142718750872031861
totalRewardsCollected() view returns (uint256)
124788703671518901
totalRewardsDistributed() view returns (uint256)
49335068893391178
Read-only
claimedRewards(uint256, uint256) view returns (bool)
claimsInEpoch(uint256) view returns (uint256)
getClaimsInEpochs(uint256[] epochIds) view returns (uint256[] claims)
getNFTsClaimStatusForEpochs(uint256[][] tokenIds, uint256[] epochIds) view returns (bool[][])
getParticipantsInEpochs(uint256[] epochIds) view returns (uint256[] participants)
getPendingRewards(uint256[][] tokenIds, uint256[] epochIds) view returns (uint256 totalRewards)
participantsInEpoch(uint256) view returns (uint256)
rewardPerNFT(uint256) view returns (uint256)
State-modifying
Events claimRewards(uint256[][] tokenIds, uint256[] epochIds)
renounceOwnership()
setMinimumETHForNextEpoch(uint256 amount)
startNewEpoch()
transferOwnership(address newOwner)
withdrawETH(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nftAddress, uint256 _minimumETHForNextEpoch)
receive()
This contract contains no error objects.