BaseRewardPool
Verified contract
Active on
Ethereum with 7,897 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xabb5…6f05
Balances ($973,432.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 2.017861M | $0.482408 |
$973,432.49 | |
COLLAR | ERC-20 | 10M | -- | -- | |
cvxMIM-3LP3CRV-f | ERC-20 | 14.14016M | -- | -- | |
CNC | ERC-20 | 3.727222K | -- | -- | |
BGBG | ERC-20 | 904.452444 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21277994 | 2 hours ago | | | 0 | 0.0011588973 | |
| 21271768 | a day ago | | | 0 | 0.0090242008 | |
| 21265421 | 2 days ago | | | 0 | 0.0038870861 | |
| 21265073 | 2 days ago | | | 0 | 0.0032802819 | |
| 21255692 | 3 days ago | | | 0 | 0.0056168622 | |
| 21241715 | 5 days ago | | | 0 | 0.0011186870 | |
| 21241489 | 5 days ago | | | 0 | 0.0054909742 | |
| 21238853 | 6 days ago | | | 0 | 0.0024470826 | |
| 21213336 | 9 days ago | | | 0 | 0.0016832635 | |
| 21207878 | 10 days ago | | | 0 | 0.0016276887 |
ABI
ABI objects
Getter at block 21278509
currentRewards() view returns (uint256)
156722044963098608288238
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
1
historicalRewards() view returns (uint256)
39630054871703298297365166
lastTimeRewardApplicable() view returns (uint256)
1732703507
lastUpdateTime() view returns (uint256)
1732697291
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1733088515
pid() view returns (uint256)
40
queuedRewards() view returns (uint256)
56462703560594015398873
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
610728717626776418
rewardPerTokenStored() view returns (uint256)
610614804181980646
rewardRate() view returns (uint256)
259130365349038704
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0xabb54222c2b77158cc975a2b715a3d703c256f05
totalSupply() view returns (uint256)
14140160135596284949554704
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.