Lixir Vault Token WETH-USDC
Verified contract
Proxy
Active on
Ethereum with 230 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
0xc02a…6cc2
0x8ad5…e6d8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,383.67 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15516736 | 2 years ago | | | 0 | 0.0033926220 | |
| 15402073 | 2 years ago | | | 0 | 0.0025731822 | |
| 15268977 | 2 years ago | | | 0 | 0.00028806300 | |
| 14602390 | 3 years ago | | | 0 | 0.0044252930 | |
| 14541153 | 3 years ago | | | 0 | 0.013285307 | |
| 14500611 | 3 years ago | | | 0 | 0.0016443223 | |
| 14500596 | 3 years ago | | | 0 | 0.017152884 | |
| 14500495 | 3 years ago | | | 0 | 0.015496304 | |
| 14493995 | 3 years ago | | | 0 | 0.012632864 | |
| 14493959 | 3 years ago | | | 0 | 0.0065983584 |
ABI
ABI objects
Getter at block 21271059 calculateTotals() view returns (uint256 total0, uint256 total1, uint128 mL, uint128 rL)
DOMAIN_SEPARATOR() view returns (bytes32)
0xbe558f1170f6699b3735a5c92f793b02fe6cbb5d5ae76b0a933ccd6a52ecb915
WETH_TOKEN() view returns (uint8)
1
activeFee() view returns (uint24)
3000
activePool() view returns (address)
0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8
decimals() pure returns (uint8)
18
keeper() view returns (address)
0x2f2483ec7db08adcd7325c07458c6ad13d50e297
mainPosition() view returns (int24 tickLower, int24 tickUpper)
(tickLower=194280, tickUpper=197940)
name() view returns (string)
Lixir Vault Token WETH-USDC
performanceFee() view returns (uint24)
333333
rangePosition() view returns (int24 tickLower, int24 tickUpper)
(tickLower=195300, tickUpper=196200)
registry() view returns (address)
0x18bf8a3ee39be5730189a0c88d90f744e3c55b20
strategist() view returns (address)
0x2f2483ec7db08adcd7325c07458c6ad13d50e297
strategy() view returns (address)
0x79af26c4586cfaef4d703068b5cbc1807951251d
symbol() view returns (string)
lv_WETH-USDC
token0() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
6110078830888982
weth9() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTotalsFromTick(int24 virtualTick) view returns (uint256 total0, uint256 total1, uint128 mL, uint128 rL)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseApproval(address spender, uint256 amount) returns (bool)
deposit(uint256 amount0Desired, uint256 amount1Desired, uint256 amount0Min, uint256 amount1Min, address recipient, uint256 deadline) returns (uint256 shares, uint256 amount0In, uint256 amount1In)
depositETH(uint256 amountDesired, uint256 amountEthMin, uint256 amountMin, address recipient, uint256 deadline) payable returns (uint256 shares, uint256 amountEthIn, uint256 amountIn)
increaseApproval(address spender, uint256 amount) returns (bool)
initialize(string name, string symbol, address _token0, address _token1, address _strategist, address _keeper, address _strategy)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
rebalance(int24 mainTickLower, int24 mainTickUpper, int24 rangeTickLower0, int24 rangeTickUpper0, int24 rangeTickLower1, int24 rangeTickUpper1, uint24 fee)
setKeeper(address _keeper)
setPerformanceFee(uint24 newFee)
setStrategist(address _strategist)
setStrategy(address _strategy)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes)
withdraw(uint256 shares, uint256 amount0Min, uint256 amount1Min, address recipient, uint256 deadline) returns (uint256 amount0Out, uint256 amount1Out)
withdrawETH(uint256 shares, uint256 amountEthMin, uint256 amountMin, address recipient, uint256 deadline) returns (uint256 amountEthOut, uint256 amountOut)
withdrawETHFrom(address withdrawer, uint256 shares, uint256 amountEthMin, uint256 amountMin, address recipient, uint256 deadline) returns (uint256 amountEthOut, uint256 amountOut)
withdrawFrom(address withdrawer, uint256 shares, uint256 amount0Min, uint256 amount1Min, address recipient, uint256 deadline) returns (uint256 amount0Out, uint256 amount1Out)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed depositor, address indexed recipient, uint256 shares, uint256 amount0In, uint256 amount1In, uint256 total0, uint256 total1)
PerformanceFeeSet(uint24 oldFee, uint24 newFee)
Rebalance(int24 mainTickLower, int24 mainTickUpper, int24 rangeTickLower, int24 rangeTickUpper, uint24 newFee, uint256 total0, uint256 total1, struct LixirVaultFeeData feeData)
StrategySet(address oldStrategy, address newStrategy)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed withdrawer, address indexed recipient, uint256 shares, uint256 amount0Out, uint256 amount1Out)
This contract contains no constructor objects.
receive()
This contract contains no error objects.