V2Helper
Code
Address
Events, Read-Only Functions, and State-Changing Functions
Last updated
Last updated
function estimateSwapAmount(address lp, address token, uint amount) public view returns (uint maxLP, uint maxSwap, uint targetAmount)function addLiquidityWithETH(address lp, uint limit, uint inputForLiquidity, uint targetForLiquidity) public payablefunction addLiquidityWithKCT(address lp, address token, uint amount, uint limit, uint inputForLiquidity, uint targetForLiquidity) public