V2SwapRouter
Router for stateless execution of swaps against PancakeSwap V2
Solidity API
swapExactTokensForTokens
function swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to) external payable returns (uint256 amountOut)Name
Type
Description
Name
Type
Description
swapTokensForExactTokens
function swapTokensForExactTokens(uint256 amountOut, uint256 amountInMax, address[] path, address to) external payable returns (uint256 amountIn)Name
Type
Description
Name
Type
Description
Last updated