BaseRewardPool
Verified contract
Active on
Ethereum with 7,206 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9518…3ed0
Balances ($9,370.26)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 17.019133K | $0.497334 |
$8,464.19 | |
3Crv | ERC-20 | 873.742435 | $1.037 |
$906.07 | |
cvxsteCRV | ERC-20 | 27.089697K | -- | -- | |
CNC | ERC-20 | 1.469391K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282179 | a day ago | | | 0 | 0.013266589 | |
| 21281008 | a day ago | | | 0 | 0.014389362 | |
| 21280907 | a day ago | | | 0 | 0.013959788 | |
| 21280465 | a day ago | | | 0 | 0.010154495 | |
| 21280439 | a day ago | | | 0 | 0.010752342 | |
| 21277519 | 2 days ago | | | 0 | 0.0065615002 | |
| 21274029 | 2 days ago | | | 0 | 0.0077601933 | |
| 21256869 | 5 days ago | | | 0 | 0.0054438828 | |
| 21253233 | 5 days ago | | | 0 | 0.0022894151 | |
| 21253123 | 5 days ago | | | 0 | 0.0067126341 |
ABI
ABI objects
Getter at block 21289768
currentRewards() view returns (uint256)
21246511462799983727
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
2
historicalRewards() view returns (uint256)
2888601951696712702543969
lastTimeRewardApplicable() view returns (uint256)
1732840031
lastUpdateTime() view returns (uint256)
1732829567
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1733274587
pid() view returns (uint256)
25
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
6412052415861137043
rewardPerTokenStored() view returns (uint256)
6412038846186760611
rewardRate() view returns (uint256)
35129813926587
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x9518c9063eb0262d791f38d8d6eb0aca33c63ed0
totalSupply() view returns (uint256)
27089697418696903386655
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.