Unipilot AST/WETH Active Vault
Verified contract
Active on
Ethereum with 86 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1174…53f0
Balances ($145.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.042902 | $3,382.94 |
$145.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18547144 | a year ago | | | 0 | 0.0077708400 | |
| 18539067 | a year ago | | | 0 | 0.0016271790 | |
| 17725513 | a year ago | | | 0 | 0.00042633351 | |
| 17462120 | a year ago | | | 0 | 0.0072070003 | |
| 16904668 | 2 years ago | | | 0 | 0.0060614723 | |
| 16903896 | 2 years ago | | | 0 | 0.0047113646 | |
| 16619583 | 2 years ago | | | 0 | 0.0070746877 | |
| 16067570 | 2 years ago | | | 0 | 0.0052845604 | |
| 15652455 | 2 years ago | | | 0 | 0.0018281851 | |
| 15516951 | 2 years ago | | | 0 | 0.0027003991 |
ABI
ABI objects
Getter at block 21263354
DOMAIN_SEPARATOR() view returns (bytes32)
0xa2c2714a3e4435ad45c1e13f73f6e6353a7114aee2b6ed973ce355b41405bbcf
decimals() view returns (uint8)
18
getVaultInfo() view returns (address, address, uint24, address)
(0x27054b13b1b798b345b591a4d22e6562d47ea75a, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2, 3000, 0x117439f6fdde9a09d28eb78759cd5c852a8653f0)
name() view returns (string)
Unipilot AST/WETH Active Vault
symbol() view returns (string)
ULP-AST/WETH-AV
ticksData() view returns (int24 baseTickLower, int24 baseTickUpper, int24 rangeTickLower, int24 rangeTickUpper)
(baseTickLower=219780, baseTickUpper=227580, rangeTickLower=0, rangeTickUpper=0)
totalSupply() view returns (uint256)
1498820581997609218
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.