PositionHandler
State Variables
LONGTAIL
ISeawaterAMM immutable LONGTAIL;
LEO
ILeo immutable LEO;
FUSDC
IERC20 immutable FUSDC;
NFT_MANAGER
OwnershipNFTs immutable NFT_MANAGER;
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);