BaseRewardPool
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5557…58de
Balances ($72,413.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 57.018138K | $1.27 |
$72,413.03 | |
cvxdola-save | ERC-20 | 9.38157M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21393553 | 18 hours ago | | | 0 | 0.0082049031 | |
| 21391975 | a day ago | | | 0 | 0.0066311907 | |
| 21390785 | a day ago | | | 0 | 0.0019712934 | |
| 21390782 | a day ago | | | 0 | 0.0018188312 | |
| 21390780 | a day ago | | | 0 | 0.0069658616 | |
| 21389765 | a day ago | | | 0 | 0.0019701415 | |
| 21389642 | a day ago | | | 0 | 0.0024905722 | |
| 21389638 | a day ago | | | 0 | 0.0076276632 | |
| 21387023 | 2 days ago | | | 0 | 0.013936209 | |
| 21380202 | 3 days ago | | | 0 | 0.019309594 |
ABI
ABI objects
Getter at block 21399009
currentRewards() view returns (uint256)
39671891674682033945776
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
79649417839968267286239
lastTimeRewardApplicable() view returns (uint256)
1734158255
lastUpdateTime() view returns (uint256)
1734134555
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1734737555
pid() view returns (uint256)
397
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
15852940959291355
rewardPerTokenStored() view returns (uint256)
15687232773322718
rewardRate() view returns (uint256)
65595058985916061
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x55570f3b50d8a3c0a0e1c913bce4e9aba01c58de
totalSupply() view returns (uint256)
9381569708695283694777371
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.