BaseRewardPool
Verified contract
Active on
Ethereum with 3,418 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3689…f524
Balances ($42,449.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 85.5803K | $0.496015 |
$42,449.11 | |
cvxusdn3CRV | ERC-20 | 794.51598K | -- | -- | |
CNC | ERC-20 | 2.039624K | -- | -- | |
BGBG | ERC-20 | 705.608452 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20731155 | 3 months ago | | | 0 | 0.00022796640 | |
| 20517599 | 3 months ago | | | 0 | 0.00024232697 | |
| 20516717 | 3 months ago | | | 0 | 0.00022993234 | |
| 20513896 | 3 months ago | | | 0 | 0.00096103131 | |
| 20211438 | 5 months ago | | | 0 | 0.00088717175 | |
| 19545207 | 8 months ago | | | 0 | 0.0028927195 | |
| 19443360 | 8 months ago | | | 0 | 0.0030644306 | |
| 18874472 | a year ago | | | 0 | 0.0017364623 | |
| 18827900 | a year ago | | | 0 | 0.010153501 | |
| 18445628 | a year ago | | | 0 | 0.0011333636 |
ABI
ABI objects
Getter at block 21283782
currentRewards() view returns (uint256)
2772580271718381060261
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
0
historicalRewards() view returns (uint256)
12265628009345160205864273
lastTimeRewardApplicable() view returns (uint256)
1674444755
lastUpdateTime() view returns (uint256)
1674444755
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1674444755
pid() view returns (uint256)
13
queuedRewards() view returns (uint256)
1457437770772932038154
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
129568263655071472
rewardPerTokenStored() view returns (uint256)
129568263655071472
rewardRate() view returns (uint256)
4584292777312137
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x3689f325e88c2363274e5f3d44b6dab8f9e1f524
totalSupply() view returns (uint256)
794515979975064367727474
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.