ReferenceContract: ClaimlessRewardsState​
Variables​
POOLED_REWARDS: address​
darknodeRegistry: contract DarknodeRegistryLogicV1​
store: contract DarknodePaymentStore​
cycleCumulativeTokenShares: mapping(uint256 => mapping(address => uint256))​
rewardsLastClaimed: mapping(address => mapping(address => uint256))​
latestCycleTimestamp: uint256​
epochTimestamps: uint256[]​
registeredTokens: struct LinkedList.List​
deregisteredTokens: struct LinkedList.List​
HOURLY_PAYOUT_WITHHELD_DENOMINATOR: uint256​
hourlyPayoutWithheldNumerator: uint256​