v2-periphery
v2-periphery copied to clipboard
I want to know how the web front-end obtains the required parameters for the method of adding liquidity
function addLiquidity( address tokenA, address tokenB, uint amountADesired, uint amountBDesired, uint amountAMin, uint amountBMin, address to, uint deadline ) external returns (uint amountA, uint amountB, uint liquidity)