cvxRewardPool
Verified contract
Active on
Ethereum with 46,879 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CVX | ERC-20 | 12.495306M | $2.08 |
$25,990,236.65 | |
CRV | ERC-20 | 1.482458M | $0.289326 |
$428,913.55 | |
TSP | ERC-20 | 70.293576M | -- | -- | |
HUB | ERC-20 | 16.55M | -- | -- | |
FPIS | ERC-20 | 1.007662M | -- | -- | |
COOM | ERC-20 | 450K | -- | -- | |
CNV | ERC-20 | 18.122925K | -- | -- | |
CNC | ERC-20 | 2.70555K | -- | -- | |
BGBG | ERC-20 | 381.029281 | -- | -- | |
ALFw3 | ERC-20 | 67 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155675 | 6 hours ago | | | 0 | 0.0016463729 | |
| 21155670 | 6 hours ago | | | 0 | 0.0019451236 | |
| 21155668 | 6 hours ago | | | 0 | 0.0012329670 | |
| 21154883 | 9 hours ago | | | 0 | 0.00083571350 | |
| 21154488 | 10 hours ago | | | 0 | 0.00063673349 | |
| 21153214 | 14 hours ago | | | 0 | 0.0017818643 | |
| 21153040 | 15 hours ago | | | 0 | 0.0012087357 | |
| 21153011 | 15 hours ago | | | 0 | 0.00097850334 | |
| 21149983 | a day ago | | | 0 | 0.0017981521 | |
| 21148658 | a day ago | | | 0 | 0.00090522709 |
ABI
ABI objects
Getter at block 21157516
FEE_DENOMINATOR() view returns (uint256)
10000
crvDeposits() view returns (address)
0x8014595f2ab54cd7c604b00e9fb932176fdc86ae
currentRewards() view returns (uint256)
94439598510844056954628
cvxCrvRewards() view returns (address)
0x3fe65692bfcd0e6cf84cb1e7d24108e434a7587e
cvxCrvToken() view returns (address)
0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7
duration() view returns (uint256)
604800
extraRewardsLength() view returns (uint256)
0
historicalRewards() view returns (uint256)
27590078615217372992753061
lastTimeRewardApplicable() view returns (uint256)
1731244679
lastUpdateTime() view returns (uint256)
1731244547
newRewardRatio() view returns (uint256)
830
operator() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
periodFinish() view returns (uint256)
1731463223
queuedRewards() view returns (uint256)
36420435257095209482393
rewardManager() view returns (address)
0x947b7742c403f20e5faccdac5e092c943e7d0277
rewardPerToken() view returns (uint256)
1722504452110880195
rewardPerTokenStored() view returns (uint256)
1722502802488318173
rewardRate() view returns (uint256)
156150129812903533
rewardToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
stakingToken() view returns (address)
0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b
totalSupply() view returns (uint256)
12494868589838075856619374
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)
clearExtraRewards()
donate(uint256 _amount) returns (bool)
getReward(address _account, bool _claimExtras, bool _stake)
getReward(bool _stake)
queueNewRewards(uint256 _rewards)
stake(uint256 _amount)
stakeAll()
stakeFor(address _for, uint256 _amount)
withdraw(uint256 _amount, bool claim)
withdrawAll(bool claim)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address stakingToken_, address rewardToken_, address crvDeposits_, address cvxCrvRewards_, address cvxCrvToken_, address operator_, address rewardManager_)
This contract contains no fallback and receive objects.
This contract contains no error objects.