BaseRewardPool
Verified contract
Active on
Ethereum with 314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe2c3…a3a8
Balances ($777.18)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 2.681636K | $0.289816 |
$777.18 | |
cvxcrvGEARETH-f | ERC-20 | 55.151733K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21075702 | 13 days ago | | | 0 | 0.0028042707 | |
| 21075691 | 13 days ago | | | 0 | 0.010392563 | |
| 20942206 | a month ago | | | 0 | 0.0027165021 | |
| 20812037 | 2 months ago | | | 0 | 0.016172387 | |
| 20711565 | 2 months ago | | | 0 | 0.00056163482 | |
| 20695671 | 2 months ago | | | 0 | 0.00032080680 | |
| 20646817 | 2 months ago | | | 0 | 0.0011905438 | |
| 20571135 | 3 months ago | | | 0 | 0.0011905666 | |
| 20565345 | 3 months ago | | | 0 | 0.00025935780 | |
| 20383923 | 4 months ago | | | 0 | 0.0058541325 |
ABI
ABI objects
Getter at block 21170287
currentRewards() view returns (uint256)
9129874273838604171
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
133388426345483660757525
lastTimeRewardApplicable() view returns (uint256)
1731398651
lastUpdateTime() view returns (uint256)
1731283643
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1731888443
pid() view returns (uint256)
136
queuedRewards() view returns (uint256)
288060180199059197
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
606937509619120339
rewardPerTokenStored() view returns (uint256)
606906030548326719
rewardRate() view returns (uint256)
15095691590341
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0xe2c373862297fb0926b2a6c004445d58406da3a8
totalSupply() view returns (uint256)
55151732711683613560643
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.