BaseRewardPool
Verified contract
Active on
Ethereum with 1,567 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2d20…71e9
Balances ($4,917.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 16.829603K | $0.292222 |
$4,917.98 | |
cvxUST_whv23CRV-f | ERC-20 | 169.797614K | -- | -- | |
CNC | ERC-20 | 3.343804K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18474205 | a year ago | | | 0 | 0.0021846460 | |
| 17748405 | a year ago | | | 0 | 0.0028327432 | |
| 17286065 | a year ago | | | 0 | 0.0061724164 | |
| 17051697 | 2 years ago | | | 0 | 0.0031389070 | |
| 15984192 | 2 years ago | | | 0 | 0.0032683845 | |
| 15804983 | 2 years ago | | | 0 | 0.0037259912 | |
| 15689040 | 2 years ago | | | 0 | 0.0085626978 | |
| 15606634 | 2 years ago | | | 0 | 0.00059587968 | |
| 15565345 | 2 years ago | | | 0 | 0.00069216204 | |
| 15498797 | 2 years ago | | | 0 | 0.0027409792 |
ABI
ABI objects
Getter at block 21168866
currentRewards() view returns (uint256)
365190622700240068670411
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
8549299114730596742121312
lastTimeRewardApplicable() view returns (uint256)
1654100669
lastUpdateTime() view returns (uint256)
1654100669
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1654100669
pid() view returns (uint256)
59
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
101803978464228127
rewardPerTokenStored() view returns (uint256)
101803978464228127
rewardRate() view returns (uint256)
603820474041402229
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x2d2006135e682984a8a2eb74f5c87c2251cc71e9
totalSupply() view returns (uint256)
169797614484422521979647
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.