LiquidityManagement
Parameter Structsβ
AddLiquidityParamsβ
struct AddLiquidityParams {
address token0;
address token1;
uint24 fee;
address recipient;
int24 tickLower;
int24 tickUpper;
uint256 amount0Desired;
uint256 amount1Desired;
uint256 amount0Min;
uint256 amount1Min;
}Functionsβ
dragonswapV2MintCallbackβ
Name
Type
Description
addLiquidityβ
Last updated