SingleTokenRewardDistributor
Verified contract
Active on
Ethereum with 287 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
yvmkUSD-A | ERC-20 | 57.232055K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21320367 | a day ago | | | 0 | 0.0037433793 | |
| 21316764 | 2 days ago | | | 0 | 0.0043632066 | |
| 21315059 | 2 days ago | | | 0 | 0.0039015282 | |
| 21300307 | 4 days ago | | | 0 | 0.00099679852 | |
| 21292384 | 5 days ago | | | 0 | 0.00063870050 | |
| 21287326 | 6 days ago | | | 0 | 0.0020469271 | |
| 21262638 | 9 days ago | | | 0 | 0.0015967764 | |
| 21226641 | 14 days ago | | | 0 | 0.0012787974 | |
| 21218019 | 15 days ago | | | 0 | 0.0010448799 | |
| 21213966 | 16 days ago | | | 0 | 0.00090712397 |
ABI
ABI objects
Getter at block 21328482
PRECISION() view returns (uint256)
1000000000000000000000000000
START_TIME() view returns (uint256)
1691625600
START_WEEK() view returns (uint256)
40
getWeek() view returns (uint256 week)
68
rewardToken() view returns (address)
0x04aebe2e4301cdf5e9c57b01ebdfe4ac4b48dd13
staker() view returns (address)
0xf4c6e0e006f164535508787873d86b84fe901975
Read-only
accountInfo(address account) view returns (address recipient, uint96 lastClaimWeek)
adjustedAccountWeightAt(address _account, uint256 _week) view returns (uint256)
adjustedGlobalWeightAt(uint256 _week) view returns (uint256)
approvedClaimer(address account, address claimer) view returns (bool approved)
computeSharesAt(address _account, uint256 _week) view returns (uint256)
getClaimable(address _account) view returns (uint256 claimable)
getClaimableAt(address _account, uint256 _week) view returns (uint256 rewardAmount)
getSuggestedClaimRange(address _account) view returns (uint256 claimStartWeek, uint256 claimEndWeek)
getTotalClaimableByRange(address _account, uint256 _claimStartWeek, uint256 _claimEndWeek) view returns (uint256 claimable)
pushableRewards(uint256 _week) view returns (uint256)
weeklyRewardAmount(uint256 week) view returns (uint256 amount)
State-modifying
Events approveClaimer(address _claimer, bool _approved)
claim() returns (uint256 amountClaimed)
claimFor(address _account) returns (uint256 amountClaimed)
claimWithRange(uint256 _claimStartWeek, uint256 _claimEndWeek) returns (uint256 amountClaimed)
claimWithRangeFor(address _account, uint256 _claimStartWeek, uint256 _claimEndWeek) returns (uint256 amountClaimed)
configureRecipient(address _recipient)
depositReward(uint256 _amount)
pushRewards(uint256 _week) returns (bool)
ClaimerApproved(address indexed account, address indexed arg1, bool approved)
RecipientConfigured(address indexed account, address indexed recipient)
RewardDeposited(uint256 indexed week, address indexed depositor, uint256 rewardAmount)
RewardPushed(uint256 indexed fromWeek, uint256 indexed toWeek, uint256 amount)
RewardsClaimed(address indexed account, uint256 indexed week, uint256 rewardAmount)
constructor(address _staker, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.