BaseRewardPool
Verified contract
Active on
Ethereum with 1,109 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0148…9f32
Balances ($837,443.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 1.174451M | $0.713051 |
$837,443.57 | |
cvxcvxcrv-crv-f | ERC-20 | 59.874985M | -- | -- | |
BGBG | ERC-20 | 1.085405K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21311867 | an hour ago | | | 0 | 0.0085214651 | |
| 21310664 | 5 hours ago | | | 0 | 0.0084754833 | |
| 21310651 | 5 hours ago | | | 0 | 0.0026023147 | |
| 21310395 | 6 hours ago | | | 0 | 0.0094054413 | |
| 21308699 | 11 hours ago | | | 0 | 0.013622705 | |
| 21308568 | 12 hours ago | | | 0 | 0.012160895 | |
| 21306807 | 18 hours ago | | | 0 | 0.0019242016 | |
| 21305823 | 21 hours ago | | | 0 | 0.0014958978 | |
| 21303985 | a day ago | | | 0 | 0.0017734315 | |
| 21303975 | a day ago | | | 0 | 0.0078518687 |
ABI
ABI objects
Getter at block 21312115
currentRewards() view returns (uint256)
225252119411666787767249
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
19690670974696165357411326
lastTimeRewardApplicable() view returns (uint256)
1733109779
lastUpdateTime() view returns (uint256)
1733107787
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1733696651
pid() view returns (uint256)
157
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
313544471787237036
rewardPerTokenStored() view returns (uint256)
313532080939453726
rewardRate() view returns (uint256)
372440673630401434
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x0148cf564318272c2bad048488f90df4e3769f32
totalSupply() view returns (uint256)
59874984734380217204739970
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.