BaseRewardPool
Verified contract
Active on
Ethereum with 1,465 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a5d…1444
Balances ($7,628.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 27.132863K | $0.281167 |
$7,628.87 | |
cvxusdp3CRV | ERC-20 | 607.677685K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19811498 | 6 months ago | | | 0 | 0.0048796282 | |
| 18827907 | a year ago | | | 0 | 0.055707810 | |
| 17336616 | a year ago | | | 0 | 0.056160530 | |
| 17250047 | a year ago | | | 0 | 0.0084156310 | |
| 17249925 | a year ago | | | 0 | 0.027976614 | |
| 16985371 | 2 years ago | | | 0 | 0.0044059291 | |
| 16889291 | 2 years ago | | | 0 | 0.0091397952 | |
| 16825282 | 2 years ago | | | 0 | 0.010244277 | |
| 16657264 | 2 years ago | | | 0 | 0.015439451 | |
| 16378159 | 2 years ago | | | 0 | 0.015064035 |
ABI
ABI objects
Getter at block 21164554
currentRewards() view returns (uint256)
1549255938245667117160
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
4216109347446374325810848
lastTimeRewardApplicable() view returns (uint256)
1715485943
lastUpdateTime() view returns (uint256)
1715132663
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1715485943
pid() view returns (uint256)
28
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
40699402547734880
rewardPerTokenStored() view returns (uint256)
39210188410413826
rewardRate() view returns (uint256)
2561600426993497
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x7a5dc1fa2e1b10194bd2e2e9f1a224971a681444
totalSupply() view returns (uint256)
607677684604980916690390
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.