RocketRewardsPool
Verified contract
Active on
Ethereum with 61 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 "RocketRewardsPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21234149 | 2 days ago | | | 0 | 0.0070851105 | |
| 21234146 | 2 days ago | | | 0 | 0.0029839225 | |
| 21234145 | 2 days ago | | | 0 | 0.0029081883 | |
| 21234140 | 2 days ago | | | 0 | 0.0030407633 | |
| 21234139 | 2 days ago | | | 0 | 0.0028110629 | |
| 21234134 | 2 days ago | | | 0 | 0.0028120645 | |
| 21234132 | 2 days ago | | | 0 | 0.0028307568 | |
| 21234130 | 2 days ago | | | 0 | 0.0029114195 | |
| 21234125 | 2 days ago | | | 0 | 0.0030825949 | |
| 21033520 | a month ago | | | 0 | 0.0045186342 |
ABI
ABI objects
Getter at block 21245524 getClaimIntervalTime() view returns (uint256) getClaimIntervalsPassed() view returns (uint256) getPendingRPLRewards() view returns (uint256)
getClaimIntervalTimeStart() view returns (uint256)
1732167339
getPendingETHRewards() view returns (uint256)
8863565557888543642
getRPLBalance() view returns (uint256)
2794860693703650856067
getRewardIndex() view returns (uint256)
30
version() view returns (uint8)
4
Read-only
getClaimIntervalExecutionAddress(uint256 _interval) view returns (address)
getClaimIntervalExecutionBlock(uint256 _interval) view returns (uint256)
getClaimingContractPerc(string _claimingContract) view returns (uint256)
getClaimingContractsPerc(string[] _claimingContracts) view returns (uint256[])
getSubmissionCount(struct RewardSubmission _submission) view returns (uint256)
getSubmissionFromNodeExists(address _trustedNodeAddress, struct RewardSubmission _submission) view returns (bool)
getTrustedNodeSubmitted(address _trustedNodeAddress, uint256 _rewardIndex) view returns (bool)
State-modifying
Events executeRewardSnapshot(struct RewardSubmission _submission)
submitRewardSnapshot(struct RewardSubmission _submission)
RewardSnapshot(uint256 indexed rewardIndex, struct RewardSubmission submission, uint256 intervalStartTime, uint256 intervalEndTime, uint256 time)
RewardSnapshotSubmitted(address indexed from, uint256 indexed rewardIndex, struct RewardSubmission submission, uint256 time)
constructor(address _rocketStorageAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.