BaseRewardPool
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1df8…3982
Balances ($17,962.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 26.775301K | $0.67085 |
$17,962.21 | |
cvxethx-f | ERC-20 | 2.474588K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053171 | a month ago | | | 0 | 0.0022734327 | |
| 20831668 | 2 months ago | | | 0 | 0.0024876747 | |
| 20831665 | 2 months ago | | | 0 | 0.0080702455 | |
| 20803229 | 2 months ago | | | 0 | 0.0012966027 | |
| 20731335 | 3 months ago | | | 0 | 0.0014158641 | |
| 20557737 | 3 months ago | | | 0 | 0.00019702920 | |
| 20549443 | 3 months ago | | | 0 | 0.00093785916 | |
| 20504761 | 4 months ago | | | 0 | 0.0010297391 | |
| 20490716 | 4 months ago | | | 0 | 0.0025980873 | |
| 20482927 | 4 months ago | | | 0 | 0.0012829091 |
ABI
ABI objects
Getter at block 21311128
currentRewards() view returns (uint256)
13567985076881218427837
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
2
historicalRewards() view returns (uint256)
523794693292494691850128
lastTimeRewardApplicable() view returns (uint256)
1733097875
lastUpdateTime() view returns (uint256)
1733092679
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1733697479
pid() view returns (uint256)
232
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
364000656651753264518
rewardPerTokenStored() view returns (uint256)
363953551350052357613
rewardRate() view returns (uint256)
22433837759393548
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x1df858ae1fe8f58d6157b8eb9f7089e62e303982
totalSupply() view returns (uint256)
2474588141647857420961
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.