BaseRewardPool
Verified contract
Active on
Ethereum with 4,657 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x903c…61fb
Balances ($315,368.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 525.350548K | $0.600302 |
$315,368.98 | |
COLLAR | ERC-20 | 10M | -- | -- | |
cvxcrv3crypto | ERC-20 | 4.999308K | -- | -- | |
CNC | ERC-20 | 2.855027K | -- | -- | |
BGBG | ERC-20 | 487.218735 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21300527 | 3 hours ago | | | 0 | 0.0013995430 | |
| 21227283 | 10 days ago | | | 0 | 0.0046695870 | |
| 21215679 | 12 days ago | | | 0 | 0.012772064 | |
| 21209770 | 13 days ago | | | 0 | 0.0052677808 | |
| 21209749 | 13 days ago | | | 0 | 0.0012499196 | |
| 21198550 | 14 days ago | | | 0 | 0.0014833093 | |
| 21173808 | 18 days ago | | | 0 | 0.023807796 | |
| 21165456 | 19 days ago | | | 0 | 0.019621680 | |
| 21164309 | 19 days ago | | | 0 | 0.0091154777 | |
| 21144016 | 22 days ago | | | 0 | 0.013520386 |
ABI
ABI objects
Getter at block 21301364
currentRewards() view returns (uint256)
1849556851166864059781
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
0
historicalRewards() view returns (uint256)
36385705798628641407673882
lastTimeRewardApplicable() view returns (uint256)
1732980203
lastUpdateTime() view returns (uint256)
1732977995
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1733274587
pid() view returns (uint256)
38
queuedRewards() view returns (uint256)
0
rewardManager() view returns (address)
0xedccb35798fae4925718a43cc608ae136208aa8d
rewardPerToken() view returns (uint256)
234968032287604967803
rewardPerTokenStored() view returns (uint256)
234966681630508857611
rewardRate() view returns (uint256)
3058129714230926
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x903c9974aaa431a765e60bc07af45f0a1b3b61fb
totalSupply() view returns (uint256)
4999307691395713774593
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.