BaseRewardPool
Verified contract
Active on
Ethereum with 844 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x117a…560c
Balances ($36,426.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 122.868761K | $0.29647 |
$36,426.9 | |
cvxcrvFRAX | ERC-20 | 1.671731M | -- | -- | |
BGBG | ERC-20 | 676.397591 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21061076 | 19 days ago | | | 0 | 0.0030571523 | |
| 21061070 | 19 days ago | | | 0 | 0.00077197288 | |
| 20837408 | 2 months ago | | | 0 | 0.010243791 | |
| 20597197 | 3 months ago | | | 0 | 0.00013756608 | |
| 20597181 | 3 months ago | | | 0 | 0.00047195064 | |
| 20163765 | 5 months ago | | | 0 | 0.00077702900 | |
| 20055094 | 5 months ago | | | 0 | 0.0023915567 | |
| 19839257 | 6 months ago | | | 0 | 0.00083966640 | |
| 19839252 | 6 months ago | | | 0 | 0.0031352707 | |
| 19751857 | 7 months ago | | | 0 | 0.0024465560 |
ABI
ABI objects
Getter at block 21198079
currentRewards() view returns (uint256)
3151277090588186100980
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
0
historicalRewards() view returns (uint256)
18545120089167072078386958
lastTimeRewardApplicable() view returns (uint256)
1731129611
lastUpdateTime() view returns (uint256)
1731129611
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1731129611
pid() view returns (uint256)
100
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
162680696691907902
rewardPerTokenStored() view returns (uint256)
162680696691907902
rewardRate() view returns (uint256)
5210444924914328
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x117a0bab81f25e60900787d98061ccfae023560c
totalSupply() view returns (uint256)
1671730877860519630879946
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.