BaseRewardPool
Verified contract
Active on
Ethereum with 574 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x18f3…c84b
Balances ($14,385.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 22.109386K | $0.650647 |
$14,385.41 | |
cvxcrvEURSUSDC | ERC-20 | 2.000348M | -- | -- | |
BGBG | ERC-20 | 138.773072 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19710616 | 7 months ago | | | 0 | 0.0039446807 | |
| 19385434 | 9 months ago | | | 0 | 0.047391122 | |
| 19257405 | 9 months ago | | | 0 | 0.012923042 | |
| 19257352 | 9 months ago | | | 0 | 0.0031845725 | |
| 19052081 | 10 months ago | | | 0 | 0.0015180771 | |
| 18634698 | a year ago | | | 0 | 0.044305211 | |
| 18400716 | a year ago | | | 0 | 0.0014011690 | |
| 18370397 | a year ago | | | 0 | 0.011771183 | |
| 17840204 | a year ago | | | 0 | 0.012314332 | |
| 17811571 | a year ago | | | 0 | 0.011336957 |
ABI
ABI objects
Getter at block 21306751
currentRewards() view returns (uint256)
3407647694649412118967
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
0
historicalRewards() view returns (uint256)
2861965881707893075973826
lastTimeRewardApplicable() view returns (uint256)
1719631415
lastUpdateTime() view returns (uint256)
1719631415
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1719631415
pid() view returns (uint256)
54
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
164647951972631121
rewardPerTokenStored() view returns (uint256)
164647951972631121
rewardRate() view returns (uint256)
5634338119460006
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x18f320b124a80ee2fa491e1438cda771c3d8c84b
totalSupply() view returns (uint256)
2000347721881970659048780
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.