Staked Curve.fi DAI/USDC/USDT Convex Deposit Abra
Verified contract
Active on
Ethereum with 2,246 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11,961.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 22.996035K | $0.410234 |
$9,433.76 | |
CVX | ERC-20 | 899.53315 | $2.81 |
$2,527.69 | |
CNV | ERC-20 | 49.572474K | -- | -- |
Transactions
ABI
ABI objects
Getter at block 21224876
cauldronsLength() view returns (uint256)
1
collateralVault() view returns (address)
0xf5bce5077908a1b7370b9ae04adc565ebd643966
convexBooster() view returns (address)
0xf403c135812408bfbe8713b5a23a04b3d48aae31
convexPool() view returns (address)
0x689440f2ff927e1f24c72f1087e1faf471ece1c8
convexPoolId() view returns (uint256)
9
convexToken() view returns (address)
0x30d9410ed1d5da1f6c8391af5338c93ab8d4035c
crv() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
curveToken() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
cvx() view returns (address)
0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b
cvx_reward_integral() view returns (uint256)
111522900870044378
cvx_reward_remaining() view returns (uint256)
899533150362313996276
decimals() view returns (uint8)
18
isInit() view returns (bool)
true
isShutdown() view returns (bool)
false
name() view returns (string)
Staked Curve.fi DAI/USDC/USDT Convex Deposit Abra
owner() view returns (address)
0xfddfe525054efaad204600d00ca86adb1cc2ea8a
rewardLength() view returns (uint256)
1
symbol() view returns (string)
stkcvx3Crv-abra
totalSupply() view returns (uint256)
340889673932568931193887
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
cauldrons(uint256) view returns (address)
cvx_claimable_reward(address) view returns (uint256)
cvx_reward_integral_for(address) view returns (uint256)
earned(address _account) view returns (struct ConvexStakingWrapperEarnedData[] claimable)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _curveToken, address _convexToken, address _convexPool, uint256 _poolId, address _vault)
renounceOwnership()
setApprovals()
setCauldron(address _cauldron)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.