Conversion
Swaps happen according to the provided conversion path and can involve one or multiple liquidity pools.
Conversion Path
function conversionPath(IERC20Token _sourceToken, IERC20Token _targetToken) public view
returns(address[])Name
Type
Description
[source token, converter anchor, target token, converter anchor, target token...]Conversion Rate
function rateByPath(IERC20Token[] _path, uint256 _amount) public view
returns(uint256)Name
Type
Description
Conversion
Name
Type
Description
Last updated