Git Source
ISeawaterAMM immutable LONGTAIL;
ILeo immutable LEO;
OwnershipNFTs immutable NFT_MANAGER;
IERC20 immutable FUSDC;
constructor(ISeawaterAMM longtail, ILeo leo, OwnershipNFTs nftManager, IERC20 fusdcAddr);
function proxyVestIncr(
address pool,
int32 lower,
int32 upper,
uint256 amount0Min,
uint256 fusdcMin,
uint256 amount0Max,
uint256 fusdcMax,
bool shouldVest,
address recipient
) external returns (uint256);
function quoteProxyVestIncr(address pool, int32 lower, int32 upper, uint256 amount0Max, uint256 fusdcMax) external;
error Quoted(uint256 token0, uint256 token1);