PriceHelper
State Variables
REAL_ID_SHIFT
int256 private constant REAL_ID_SHIFT = 1 << 23;Functions
getPriceFromId
function getPriceFromId(uint24 id, uint16 binStep) internal pure returns (uint256 price);Name
Type
Description
Name
Type
Description
getIdFromPrice
Name
Type
Description
Name
Type
Description
getBase
Name
Type
Description
Name
Type
Description
getExponent
Name
Type
Description
Name
Type
Description
convertDecimalPriceTo128x128
Name
Type
Description
Name
Type
Description
convert128x128PriceToDecimal
Name
Type
Description
Name
Type
Description
Last updated