Registry
To manage pricers
Functions
registerPricer
function registerPricer(
uint256 id,
address addr
) public returns (bool)parameters:
Name
Type
Description
getAmountOut
function getAmountOut(
uint256 amountIn,
uint256 fee,
uint256 id,
address treasury,
address tokenIn,
address tokenOut
) public view returns (uint amountOut)parameters:
Name
Type
Description
getAmountIn
parameters:
Name
Type
Description
Last updated