BaseRewardPool
Verified contract
Active on
Ethereum with 215 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc07e…c30e
Balances ($5,757.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 11.772105K | $0.489039 |
$5,757.02 | |
cvxfrxETHCRV | ERC-20 | 2.520034K | -- | -- | |
BGBG | ERC-20 | 989.795701 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282410 | a day ago | | | 0 | 0.0076734518 | |
| 21151878 | 19 days ago | | | 0 | 0.0052497281 | |
| 20608331 | 3 months ago | | | 0 | 0.0010889487 | |
| 20505512 | 4 months ago | | | 0 | 0.0027926205 | |
| 20505502 | 4 months ago | | | 0 | 0.00058004404 | |
| 20505497 | 4 months ago | | | 0 | 0.00062802312 | |
| 20505488 | 4 months ago | | | 0 | 0.00057662797 | |
| 20493055 | 4 months ago | | | 0 | 0.00043605386 | |
| 20121627 | 5 months ago | | | 0 | 0.0044208861 | |
| 20117902 | 5 months ago | | | 0 | 0.00072518907 |
ABI
ABI objects
Getter at block 21288800
currentRewards() view returns (uint256)
8703189324987346580971
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
0
historicalRewards() view returns (uint256)
5483965584380874610842614
lastTimeRewardApplicable() view returns (uint256)
1732828343
lastUpdateTime() view returns (uint256)
1732750655
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1733037539
pid() view returns (uint256)
128
queuedRewards() view returns (uint256)
4932085739601906572873
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
216488542374577443617
rewardPerTokenStored() view returns (uint256)
216044919178729242499
rewardRate() view returns (uint256)
14390193989727755
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0xc07e540dbfeccf7431ea2478eb28a03918c1c30e
totalSupply() view returns (uint256)
2520033670774303072263
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.