PositionHandler

Git Source

State Variables

LONGTAIL

ISeawaterAMM immutable LONGTAIL;

LEO

ILeo immutable LEO;

NFT_MANAGER

OwnershipNFTs immutable NFT_MANAGER;

FUSDC

IERC20 immutable FUSDC;

Functions

constructor

constructor(ISeawaterAMM longtail, ILeo leo, OwnershipNFTs nftManager, IERC20 fusdcAddr);

proxyVestIncr

function proxyVestIncr(
    address pool,
    int32 lower,
    int32 upper,
    uint256 amount0Min,
    uint256 fusdcMin,
    uint256 amount0Max,
    uint256 fusdcMax,
    bool shouldVest,
    address recipient
) external returns (uint256);

quoteProxyVestIncr

function quoteProxyVestIncr(address pool, int32 lower, int32 upper, uint256 amount0Max, uint256 fusdcMax) external;

Errors

Quoted

error Quoted(uint256 token0, uint256 token1);