BaseRewardPool
Verified contract
Active on
Ethereum with 479 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa11a…1b4f
Balances ($204,134.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 199.350214K | $1.024 |
$204,134.62 | |
cvxcrvUSDETHCRV | ERC-20 | 150.556544K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21322138 | 2 days ago | | | 0 | 0.0039572628 | |
| 21310460 | 3 days ago | | | 0 | 0.010023613 | |
| 21310448 | 3 days ago | | | 0 | 0.010765730 | |
| 21306686 | 4 days ago | | | 0 | 0.0055518376 | |
| 21302857 | 4 days ago | | | 0 | 0.0079498957 | |
| 21297591 | 5 days ago | | | 0 | 0.00094647270 | |
| 21290651 | 6 days ago | | | 0 | 0.0010299747 | |
| 21285634 | 7 days ago | | | 0 | 0.0057207135 | |
| 21279364 | 8 days ago | | | 0 | 0.0078530559 | |
| 21264014 | 10 days ago | | | 0 | 0.0069507447 |
ABI
ABI objects
Getter at block 21333068
currentRewards() view returns (uint256)
19346897930818880829208
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
6288945405272047116393825
lastTimeRewardApplicable() view returns (uint256)
1733362751
lastUpdateTime() view returns (uint256)
1733329907
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1733619287
pid() view returns (uint256)
211
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
17074926835684630068
rewardPerTokenStored() view returns (uint256)
17067948433992760741
rewardRate() view returns (uint256)
31988918536406879
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0xa11a2c04d62b4a2324fc857fa14762ad94751b4f
totalSupply() view returns (uint256)
150556543862167386788668
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.