BaseRewardPool
Verified contract
Active on
Ethereum with 6,154 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8fdf…45b7
Balances ($95,145.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 196.459602K | $0.484299 |
$95,145.19 | |
COLLAR | ERC-20 | 10M | -- | -- | |
cvxcvxcrv-f | ERC-20 | 2.539825M | -- | -- | |
CNC | ERC-20 | 2.246833K | -- | -- | |
BGBG | ERC-20 | 1.077948K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256704 | 3 hours ago | | | 0 | 0.0051345072 | |
| 21235815 | 3 days ago | | | 0 | 0.0089996662 | |
| 21215347 | 6 days ago | | | 0 | 0.011024592 | |
| 21184582 | 10 days ago | | | 0 | 0.0058726906 | |
| 21166965 | 13 days ago | | | 0 | 0.0057039473 | |
| 21166935 | 13 days ago | | | 0 | 0.024687195 | |
| 21148654 | 15 days ago | | | 0 | 0.0058514784 | |
| 21127609 | 18 days ago | | | 0 | 0.011494609 | |
| 21027055 | a month ago | | | 0 | 0.0015622489 | |
| 21014423 | a month ago | | | 0 | 0.011353161 |
ABI
ABI objects
Getter at block 21257737
currentRewards() view returns (uint256)
1405702687955005832846
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
14602112802367735099634003
lastTimeRewardApplicable() view returns (uint256)
1731284459
lastUpdateTime() view returns (uint256)
1731284459
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1731284459
pid() view returns (uint256)
41
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
258944648235673358
rewardPerTokenStored() view returns (uint256)
258944648235673358
rewardRate() view returns (uint256)
2324243862359467
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x8fdf7cabfec73d5ffd1447867834b4cf39b745b7
totalSupply() view returns (uint256)
2539825284442941695582109
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.