BaseRewardPool
Verified contract
Active on
Ethereum with 95,589 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x62b9…0aa7
Balances ($137,933,526.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cvxCRV | ERC-20 | 344.186594M | $0.398792 |
$137,258,860.25 | |
CRV | ERC-20 | 1.395305M | $0.483526 |
$674,666.29 | |
COLLAR | ERC-20 | 10M | -- | -- | |
CNC | ERC-20 | 4.143015K | -- | -- | |
BGBG | ERC-20 | 239.019288 | -- | -- | |
crvUSD | ERC-20 | 5.188728 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270998 | 2 hours ago | | | 0 | 0.0016852580 | |
| 21270982 | 2 hours ago | | | 0 | 0.0027476156 | |
| 21269299 | 7 hours ago | | | 0 | 0.0016419351 | |
| 21269084 | 8 hours ago | | | 0 | 0.0022802094 | |
| 21264788 | a day ago | | | 0 | 0.0036086591 | |
| 21259739 | 2 days ago | | | 0 | 0.0024230248 | |
| 21259735 | 2 days ago | | | 0 | 0.0022461747 | |
| 21258538 | 2 days ago | | | 0 | 0.0028429033 | |
| 21258521 | 2 days ago | | | 0 | 0.0023106572 | |
| 21257851 | 2 days ago | | | 0 | 0.0030803400 |
ABI
ABI objects
Getter at block 21271530
currentRewards() view returns (uint256)
221511536529678399751450
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
2
historicalRewards() view returns (uint256)
58895859958858571048963950
lastTimeRewardApplicable() view returns (uint256)
1732619363
lastUpdateTime() view returns (uint256)
1732612943
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1732696283
pid() view returns (uint256)
0
queuedRewards() view returns (uint256)
163836378761344740940853
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
392335981108858796
rewardPerTokenStored() view returns (uint256)
392329149456299625
rewardRate() view returns (uint256)
366255847436637565
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7
totalSupply() view returns (uint256)
344186493703696168000890816
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.