UniswapV2SwapHelper
The utilitary library which is helping to perform swaps in Uniswap V2.
maxSafeTokenAmount
Parameter name
Annotation
function maxSafeTokenAmount(
address _iHasRouter,
address _inToken,
address _outToken,
uint256 _inTokenAmount,
uint256 _maxLiquidityPercentageSwap
) public view returns (uint256 safeAmount);swap
Parameter name
Annotation
Last updated
Was this helpful?