LiquidityPoolProxy.sol
constructor()
constructor(
uint256 xToken_,
uint256 yToken_,
address ocean_,
uint256 initialLpTokenSupply_
) LiquidityPool(
xToken_,
yToken_,
ocean_,
initialLpTokenSupply_,
address(0)
);Parameter Name
Type
Description
swapGivenInputAmount()
Parameter Name
Type
Description
depositGivenInputAmount()
Parameter Name
Type
Description
withdrawGivenInputAmount()
Parameter Name
Type
Description
swapGivenOutputAmount()
Parameter Name
Type
Description
depositGivenOutputAmount()
Parameter Name
Type
Description
withdrawGivenOutputAmount()
Parameter Name
Type
Description
Last updated

