BaseRewardPool
Verified contract
Active on
Ethereum with 145 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x408a…0dff
Balances ($6,242.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 21.256873K | $0.293659 |
$6,242.27 | |
cvxcrvUSDDOLA-f | ERC-20 | 1.367614M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20960753 | a month ago | | | 0 | 0.0015056781 | |
| 20960671 | a month ago | | | 0 | 0.0050071243 | |
| 20920643 | a month ago | | | 0 | 0.0080942603 | |
| 20866406 | a month ago | | | 0 | 0.0013154153 | |
| 20866406 | a month ago | | | 0 | 0.0047326659 | |
| 20843740 | a month ago | | | 0 | 0.0025558700 | |
| 20840495 | a month ago | | | 0 | 0.0066394853 | |
| 20808674 | 2 months ago | | | 0 | 0.0079038570 | |
| 20777449 | 2 months ago | | | 0 | 0.0033139623 | |
| 20751888 | 2 months ago | | | 0 | 0.00017801300 |
ABI
ABI objects
Getter at block 21161479
currentRewards() view returns (uint256)
12138301345350973478862
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
2
historicalRewards() view returns (uint256)
604568555935961713496420
lastTimeRewardApplicable() view returns (uint256)
1731292415
lastUpdateTime() view returns (uint256)
1731114275
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1731719075
pid() view returns (uint256)
215
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
580557413198673079
rewardPerTokenStored() view returns (uint256)
577943180886351981
rewardRate() view returns (uint256)
20069942700646450
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x408abf1a02388a5ef19e3db1e08db5efdc510dff
totalSupply() view returns (uint256)
1367613572765762781142407
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
extraRewards(uint256) view returns (address)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events addExtraReward(address _reward) returns (bool)
clearExtraRewards()
donate(uint256 _amount) returns (bool)
getReward() returns (bool)
getReward(address _account, bool _claimExtras) returns (bool)
queueNewRewards(uint256 _rewards) returns (bool)
stake(uint256 _amount) returns (bool)
stakeAll() returns (bool)
stakeFor(address _for, uint256 _amount) returns (bool)
withdraw(uint256 amount, bool claim) returns (bool)
withdrawAll(bool claim)
withdrawAllAndUnwrap(bool claim)
withdrawAndUnwrap(uint256 amount, bool claim) returns (bool)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(uint256 pid_, address stakingToken_, address rewardToken_, address operator_, address rewardManager_)
This contract contains no fallback and receive objects.
This contract contains no error objects.