UniswapLiquidityManager
Verified contract
Active on
Ethereum with 326 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 1.602312 | $3,831.77 |
$6,139.69 | |
USDC | ERC-20 | 1.187155K | $1.00 |
$1,187.16 | |
SHIB | ERC-20 | 33.215032M | $0.000029 |
$960.25 | |
MATIC | ERC-20 | 656.762577 | $0.633449 |
$416.03 | |
WBTC | ERC-20 | 0.003274 | $100,819.00 |
$330.08 | |
UNI | ERC-20 | 14.047699 | $17.21 |
$241.76 | |
CRV | ERC-20 | 46.657585 | $1.12 |
$52.26 | |
ENS | ERC-20 | 1.265793 | $40.02 |
$50.66 | |
LINK | ERC-20 | 1.445565 | $24.08 |
$34.81 | |
PERP | ERC-20 | 3.946077 | $1.077 |
$4.25 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19793478 | 7 months ago | | | 0 | 0.0044165872 | |
| 18388600 | a year ago | | | 0 | 0.0074058438 | |
| 18388581 | a year ago | | | 0 | 0.0063767897 | |
| 18388574 | a year ago | | | 0 | 0.0058728484 | |
| 18351232 | a year ago | | | 0 | 0.0076332668 | |
| 18351231 | a year ago | | | 0 | 0.0070885328 | |
| 18351205 | a year ago | | | 0 | 0.0061399053 | |
| 18351202 | a year ago | | | 0 | 0.0078366217 | |
| 18351183 | a year ago | | | 0 | 0.0067321626 | |
| 18351164 | a year ago | | | 0 | 0.0072975048 |
ABI
ABI objects
Getter at block 21382799
This contract contains no getter function objects.
Read-only
getReserves(address token0, address token1, bytes data) view returns (uint256 totalAmount0, uint256 totalAmount1, uint256 totalLiquidity)
poolPositions(address pool) view returns (struct IUniswapLiquidityManagerLiquidityPosition)
shouldReadjust(address pool, int24 baseTickLower, int24 baseTickUpper) view returns (bool readjust)
updatePositionTotalAmounts(address _pool) view returns (uint256 amount0, uint256 amount1, uint256 totalLiquidity)
userPositions(uint256 tokenId) view returns (struct IUniswapLiquidityManagerPosition)
State-modifying
Events collect(bool pilotToken, bool wethToken, uint256 tokenId, bytes data) payable
createPair(address _token0, address _token1, bytes data) returns (address _pool)
deposit(address token0, address token1, uint256 amount0Desired, uint256 amount1Desired, uint256 shares, uint256 tokenId, bool isTokenMinted, bytes data) payable
emergencyExit(address recipient, bytes[10] data)
getUserFees(uint256 tokenId) returns (uint256 fees0, uint256 fees1)
readjustFrequencyStatus(address pool) returns (bool status)
readjustLiquidity(address token0, address token1, uint24 fee)
setPilotProtocolDetails(struct IUniswapLiquidityManagerUnipilotProtocolDetails params)
setPoolIncentives(address pool, bool feesInPilot_, bool managed_, address oracle0, address oracle1)
uniswapV3MintCallback(uint256 amount0Owed, uint256 amount1Owed, bytes data)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes data)
withdraw(bool pilotToken, bool wethToken, uint256 liquidity, uint256 tokenId, bytes data) payable
Collect(uint256 tokenId, uint256 userAmount0, uint256 userAmount1, uint256 pilotAmount, address pool, address recipient)
Deposited(address indexed pool, uint256 tokenId, uint256 amount0, uint256 amount1, uint256 liquidity)
PoolCreated(address indexed token0, address indexed token1, address indexed pool, uint24 fee, uint160 sqrtPriceX96)
PoolReajusted(address pool, uint128 baseLiquidity, uint128 rangeLiquidity, int24 newBaseTickLower, int24 newBaseTickUpper, int24 newRangeTickLower, int24 newRangeTickUpper)
Withdrawn(address indexed pool, address indexed recipient, uint256 tokenId, uint256 amount0, uint256 amount1)
constructor(struct IUniswapLiquidityManagerUnipilotProtocolDetails params, address _uniswapFactory)
fallback()
receive()
This contract contains no error objects.