Staked Curve.fi Factory Crypto Pool: agEUR/FRAXBP Convex Deposit Frax
Verified contract
Proxy
Active on
Ethereum with 46 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 ($11.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 24.296999 | $0.376144 |
$9.14 | |
CVX | ERC-20 | 1.206103 | $2.12 |
$2.56 |
Transactions
ABI
ABI objects
Getter at block 21215444
collateralVault() view returns (address)
0xd1f21322bbdd3586dc1151adccaa2684641c2b31
convexBooster() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
convexPool() view returns (address)
0x17962ab30c7f291b125a0a38d0ad220ab22f8a5b
convexPoolId() view returns (uint256)
116
convexToken() view returns (address)
0x9e187393cbc76c8bf8e8a06bd7737a7cabe9d66c
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
curveToken() view returns (address)
0x22e859ee894c2068920858a60b51dc03ac5581c1
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: agEUR/FRAXBP Convex Deposit Frax
owner() view returns (address)
0x947b7742c403f20e5faccdac5e092c943e7d0277
rewardLength() view returns (uint256)
2
symbol() view returns (string)
stkcvxagEURFRAXB-f-frax
totalSupply() view returns (uint256)
29356679869128005096
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
earned(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)
getReward(address _account)
getReward(address _account, address _forwardTo)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _curveToken, address _convexToken, address _convexPool, uint256 _poolId, address _vault)
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[2] _accounts) 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.