TestSwapReturnValues
Last updated
Was this helpful?
Last updated
Was this helpful?
constructor(contract ISwap swapContract, contract IERC20 lpTokenContract, uint8 numOfTokens)
No description
test_swap(uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 dx, uint256 minDy)
No description
test_addLiquidity(uint256[] amounts, uint256 minToMint)
No description
test_removeLiquidity(uint256 amount, uint256[] minAmounts)
No description
test_removeLiquidityImbalance(uint256[] amounts, uint256 maxBurnAmount)
No description
test_removeLiquidityOneToken(uint256 tokenAmount, uint8 tokenIndex, uint256 minAmount)
No description