Staked Curve.fi Factory Crypto Pool: RSR+FRAX/USDC (FRAXBP) Convex Deposit Frax
Verified contract
Proxy
Active on
Ethereum with 25 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($423.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 1.216199K | $0.329527 |
$400.77 | |
CVX | ERC-20 | 11.527506 | $2.00 |
$23.06 |
Transactions
ABI
ABI objects
Getter at block 21212346
collateralVault() view returns (address)
0xf22d3c85e41ef4b5ac8cb8b89a14718e290a0561
convexBooster() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
convexPool() view returns (address)
0x28441fb9b8b026487a6174ff39be015810611c0f
convexPoolId() view returns (uint256)
125
convexToken() view returns (address)
0x022600684e9492da82f0da11bf039c11109d0935
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
curveToken() view returns (address)
0x3f436954afb722f5d14d868762a23fab6b0dabf0
cvx() view returns (address)
0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b
decimals() view returns (uint8)
18
isInit() view returns (bool)
true
isShutdown() view returns (bool)
false
name() view returns (string)
Staked Curve.fi Factory Crypto Pool: RSR+FRAX/USDC (FRAXBP) Convex Deposit Frax
owner() view returns (address)
0x947b7742c403f20e5faccdac5e092c943e7d0277
rewardLength() view returns (uint256)
2
symbol() view returns (string)
stkcvxRSRcrvFRAX-f-frax
totalSupply() view returns (uint256)
7193902787737747900774
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earnedView(address _account) view returns (struct ConvexStakingWrapperEarnedData[] claimable)
registeredRewards(address) view returns (uint256)
rewards(uint256) view returns (address reward_token, address reward_pool, uint128 reward_integral, uint128 reward_remaining)
totalBalanceOf(address _account) view returns (uint256)
State-modifying
Events addRewards()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount, address _to)
earned(address _account) returns (struct ConvexStakingWrapperEarnedData[] claimable)
getReward(address _account)
getReward(address _account, address _forwardTo)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint256 _poolId)
renounceOwnership()
setApprovals()
setVault(address _vault)
shutdown()
stake(uint256 _amount, address _to)
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)
withdrawAndUnwrap(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposited(address indexed _user, address indexed _account, uint256 _amount, bool _wrapped)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed _user, uint256 _amount, bool _unwrapped)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.