Unipilot SNX/WETH Active Vault
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xede8…b8cf
Balances ($1.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 0.356267 | $3.01 |
$1.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17656628 | a year ago | | | 0 | 0.0075463169 | |
| 17613188 | a year ago | | | 0 | 0.0060214109 | |
| 17469514 | a year ago | | | 0 | 0.011954611 | |
| 17314906 | 2 years ago | | | 0.15233106 | 0.010020393 | |
| 17314896 | 2 years ago | | | 0 | 0.015577064 | |
| 17116464 | 2 years ago | | | 0 | 0.020742404 | |
| 17058915 | 2 years ago | | | 0.1347421 | 0.0091967255 | |
| 17058720 | 2 years ago | | | 0 | 0.011522041 | |
| 16999671 | 2 years ago | | | 17.979044 | 0.0069553856 | |
| 16996371 | 2 years ago | | | 0.014378 | 0.0092077671 |
ABI
ABI objects
Getter at block 21332766
DOMAIN_SEPARATOR() view returns (bytes32)
0xbc3ef02d51268839fa00545276ae264d7b4fb6dbd1b83b3223b5f0659cc3b662
decimals() view returns (uint8)
18
getVaultInfo() view returns (address, address, uint24, address)
(0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, 3000, 0xede8dd046586d22625ae7ff2708f879ef7bdb8cf)
name() view returns (string)
Unipilot SNX/WETH Active Vault
symbol() view returns (string)
ULP-SNX/WETH-AV
ticksData() view returns (int24 baseTickLower, int24 baseTickUpper, int24 rangeTickLower, int24 rangeTickUpper)
(baseTickLower=-72360, baseTickUpper=-66360, rangeTickLower=0, rangeTickUpper=0)
totalSupply() view returns (uint256)
10000000294963281514
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isOperator(address _operator) view returns (bool)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 amount0Desired, uint256 amount1Desired, address recipient) payable returns (uint256 lpShares, uint256 amount0, uint256 amount1)
getPositionDetails() returns (uint256 amount0, uint256 amount1, uint256 fees0, uint256 fees1, uint128 baseLiquidity, uint128 rangeLiquidity)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
pullLiquidity(address recipient)
readjustLiquidity()
rerange()
toggleOperator(address _operator)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
uniswapV3SwapCallback(int256 amount0, int256 amount1, bytes data)
withdraw(uint256 liquidity, address recipient, bool refundAsETH) returns (uint256 amount0, uint256 amount1)
Approval(address indexed owner, address indexed spender, uint256 value)
CompoundFees(uint256 amount0, uint256 amount1)
Deposit(address indexed depositor, address indexed recipient, uint256 amount0, uint256 amount1, uint256 lpShares)
FeesSnapshot(bool isReadjustLiquidity, uint256 fees0, uint256 fees1)
PullLiquidity(uint256 reserves0, uint256 reserves1, uint256 fees0, uint256 fees1)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed recipient, uint256 shares, uint256 amount0, uint256 amount1)
constructor(address _pool, address _unipilotFactory, address _WETH, address governance, string _name, string _symbol)
fallback()
receive()
This contract contains no error objects.