BaseRewardPool
Verified contract
Active on
Ethereum with 3,240 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xca3d…ca61
Balances ($30,345.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 81.75757K | $0.371163 |
$30,345.38 | |
cvxalUSD3CRV-f | ERC-20 | 272.181266K | -- | -- | |
CNC | ERC-20 | 1.264494K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148493 | 10 days ago | | | 0 | 0.0065311297 | |
| 20944995 | a month ago | | | 0 | 0.0017304016 | |
| 20944840 | a month ago | | | 0 | 0.0072600019 | |
| 20695041 | 2 months ago | | | 0 | 0.00039046117 | |
| 20683912 | 2 months ago | | | 0 | 0.0020901329 | |
| 20595551 | 3 months ago | | | 0 | 0.00014353721 | |
| 20573974 | 3 months ago | | | 0 | 0.00011892684 | |
| 20509035 | 3 months ago | | | 0 | 0.00021310682 | |
| 20445540 | 4 months ago | | | 0 | 0.00028410704 | |
| 20379687 | 4 months ago | | | 0 | 0.00041621884 |
ABI
ABI objects
Getter at block 21217990
currentRewards() view returns (uint256)
3747857089498397830617
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
7505778541182029642630696
lastTimeRewardApplicable() view returns (uint256)
1731196199
lastUpdateTime() view returns (uint256)
1731196199
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1731196199
pid() view returns (uint256)
36
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
294332800036015573
rewardPerTokenStored() view returns (uint256)
294332800036015573
rewardRate() view returns (uint256)
6196853653271160
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0xca3d9f45ffa69ed454e66539298709cb2db8ca61
totalSupply() view returns (uint256)
272181266401817441542176
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.