Last updated 11 months ago
Rounds down price input to two significant digits to adjust it for strike price. Assumes 18 decimal places (e.g., ETH price 1500 as 1500 * 10**18).
function getAdjustPrice(uint256 price) pure returns (uint256 adjustedPrice)
Params:
Returns:
Name
Type
Description
price
uint256
The input price
adjustedPrice
The adjusted price