Lixir Vault Token SOS-WETH
Verified contract
Proxy
Active on
Ethereum with 17 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
0x3b48…aee0
0xff2c…2e85
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOS | ERC-20 | 0 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14282812 | 3 years ago | | | 0 | 0.0085420338 | |
| 14216225 | 3 years ago | | | 0 | 0.019671182 | |
| 14063237 | 3 years ago | | | 0 | 0.0050299148 | |
| 14063228 | 3 years ago | | | 0.0034625102 | 0.045380686 | |
| 14024892 | 3 years ago | | | 0 | 0.050542932 | |
| 14006433 | 3 years ago | | | 0 | 0.0093139755 | |
| 14006424 | 3 years ago | | | 0.021211353 | 0.060639316 | |
| 14006411 | 3 years ago | | | 0.016651186 | 0.065024423 | |
| 13998202 | 3 years ago | | | 0 | 0.0080131032 | |
| 13996182 | 3 years ago | | | 0.0021901859 | 0.049238325 |
ABI
ABI objects
Getter at block 21313145 calculateTotals() view returns (uint256 total0, uint256 total1, uint128 mL, uint128 rL)
DOMAIN_SEPARATOR() view returns (bytes32)
0x6784fab50cf30160b5b50085836c09e081260a0167181ee2b55e381a75e51faf
WETH_TOKEN() view returns (uint8)
1
activeFee() view returns (uint24)
3000
activePool() view returns (address)
0xff2c97303089b6af24c4b424047b7c192dfd2e85
decimals() pure returns (uint8)
18
keeper() view returns (address)
0x2f2483ec7db08adcd7325c07458c6ad13d50e297
mainPosition() view returns (int24 tickLower, int24 tickUpper)
(tickLower=-213120, tickUpper=-208500)
name() view returns (string)
Lixir Vault Token SOS-WETH
performanceFee() view returns (uint24)
333333
rangePosition() view returns (int24 tickLower, int24 tickUpper)
(tickLower=-211620, tickUpper=-210720)
registry() view returns (address)
0x18bf8a3ee39be5730189a0c88d90f744e3c55b20
strategist() view returns (address)
0x2f2483ec7db08adcd7325c07458c6ad13d50e297
strategy() view returns (address)
0x79af26c4586cfaef4d703068b5cbc1807951251d
symbol() view returns (string)
lv_SOS-WETH
token0() view returns (address)
0x3b484b82567a09e2588a13d54d032153f0c0aee0
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
117995265499801548043955
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.