BaseRewardPool
Verified contract
Active on
Ethereum with 13 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9e18…d66c
Balances ($2.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 7.655954 | $0.372995 |
$2.86 | |
cvxagEURFRAXB-f | ERC-20 | 29.594593 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18812952 | a year ago | | | 0 | 0.027741645 | |
| 18747804 | a year ago | | | 0 | 0.024379184 | |
| 18567890 | a year ago | | | 0 | 0.0028162729 | |
| 18410308 | a year ago | | | 0 | 0.010293546 | |
| 17648440 | a year ago | | | 0 | 0.011423710 | |
| 17031956 | 2 years ago | | | 0 | 0.019719083 | |
| 16498854 | 2 years ago | | | 0 | 0.011312817 | |
| 16498763 | 2 years ago | | | 0 | 0.016289600 | |
| 16338148 | 2 years ago | | | 0 | 0.0021884766 | |
| 16338144 | 2 years ago | | | 0 | 0.010792619 |
ABI
ABI objects
Getter at block 21216083
currentRewards() view returns (uint256)
166744010519703874042
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
0
historicalRewards() view returns (uint256)
57500307307723489850523
lastTimeRewardApplicable() view returns (uint256)
1698434735
lastUpdateTime() view returns (uint256)
1698434735
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1698434735
pid() view returns (uint256)
116
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
273106658160521464
rewardPerTokenStored() view returns (uint256)
273106658160521464
rewardRate() view returns (uint256)
275701075594748
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x9e187393cbc76c8bf8e8a06bd7737a7cabe9d66c
totalSupply() view returns (uint256)
29594592567695267884
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.