NativePool
Functions
getAmountIn
function getAmountIn(
uint256 amountOut,
address _tokenIn,
address _tokenOut
) public view returns (uint amountIn)Name
Type
Description
getAmountOut
function getAmountOut(
uint256 amountIn,
address _tokenIn,
address _tokenOut
) public view returns (uint amountOut)Name
Type
Description
pairExists
Name
Type
Description
getPairFee
Name
Type
Description
updatePairs
Name
Type
Description
removePair
Name
Type
Description
swap
Name
Type
Description
setRouter
Name
Type
Description
addSigner
Name
Type
Description
removeSigner
Name
Type
Description
getNonce
Name
Type
Description
increaseNonce
Name
Type
Description
Last updated