Staked CvxCrv
Verified contract
Active on
Ethereum with 30,602 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,452,089.02)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 3.599644M | $0.440365 |
$1,585,157.08 | |
CVX | ERC-20 | 429.69363K | $2.76 |
$1,185,954.42 | |
crvUSD | ERC-20 | 567.484313K | $0.994979 |
$564,634.97 | |
3Crv | ERC-20 | 112.191468K | $1.037 |
$116,342.55 | |
BGBG | ERC-20 | 501.114626 | -- | -- | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244558 | an hour ago | | | 0 | 0.0055370374 | |
| 21244499 | an hour ago | | | 0 | 0.0073412747 | |
| 21244453 | an hour ago | | | 0 | 0.0069320142 | |
| 21244359 | 2 hours ago | | | 0 | 0.0068187991 | |
| 21244355 | 2 hours ago | | | 0 | 0.0072150642 | |
| 21243600 | 4 hours ago | | | 0 | 0.0095084715 | |
| 21243590 | 4 hours ago | | | 0 | 0.012388415 | |
| 21243280 | 5 hours ago | | | 0 | 0.0061823152 | |
| 21243052 | 6 hours ago | | | 0 | 0.0037122849 | |
| 21242935 | 7 hours ago | | | 0 | 0.0048003911 |
ABI
ABI objects
Getter at block 21244889
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
crvDepositor() view returns (address)
0x8014595f2ab54cd7c604b00e9fb932176fdc86ae
cvx() view returns (address)
0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b
cvxCrv() view returns (address)
0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7
cvxCrvStaking() view returns (address)
0x3fe65692bfcd0e6cf84cb1e7d24108e434a7587e
decimals() view returns (uint8)
18
isShutdown() view returns (bool)
false
name() view returns (string)
Staked CvxCrv
owner() view returns (address)
0xa3c5a1e09150b75ff251c1a7815a07182c3de2fb
rewardHook() view returns (address)
0x723f9aa67fdd9b0e375ef8553eb2afc28ecd4a96
rewardLength() view returns (uint256)
4
supplyWeight() view returns (uint256)
222761178373973875278445187
symbol() view returns (string)
stkCvxCrv
threeCrv() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
totalSupply() view returns (uint256)
337401939946928745582432486
treasury() view returns (address)
0x1389388d01708118b497f59521f6943be2541bb7
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
registeredRewards(address) view returns (uint256)
rewardSupply(uint256 _rewardGroup) view returns (uint256)
rewards(uint256) view returns (address reward_token, uint8 reward_group, uint128 reward_integral, uint128 reward_remaining)
userRewardBalance(address _address, uint256 _rewardGroup) view returns (uint256)
userRewardWeight(address) view returns (uint256)
State-modifying
Events addTokenReward(address _token, uint256 _rewardGroup)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount, address _to)
depositAndSetWeight(uint256 _amount, uint256 _weight)
earned(address _account) returns (struct CvxCrvStakingWrapperEarnedData[] claimable)
getReward(address _account)
getReward(address _account, address _forwardTo)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
invalidateReward(address _token)
reclaim()
renounceOwnership()
setApprovals()
setHook(address _hook)
setRewardGroup(address _token, uint256 _rewardGroup)
setRewardWeight(uint256 _weight)
shutdown()
stake(uint256 _amount, address _to)
stakeAndSetWeight(uint256 _amount, uint256 _weight)
stakeFor(address _to, uint256 _amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
user_checkpoint(address _account) returns (bool)
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposited(address indexed _user, address indexed _account, uint256 _amount, bool _isCrv)
HookSet(address _rewardToken)
IsShutdown()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardGroupSet(address _rewardToken, uint256 _rewardGroup)
RewardInvalidated(address _rewardToken)
RewardPaid(address indexed _user, address indexed _token, uint256 _amount, address _receiver)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed _user, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.