Options
The options fees to deduct from user and call options gains are calculated here.
Read Functions
function calculateStrikePriceGains(
uint128 depositedAmount,
uint128 strikePrice,
uint64 ethPrice )Param Name
Type
Description
function calculateOptionPrice(
uint128 _ethPrice,
uint256 _ethVolatility,
uint256 _amount,
StrikePrice _strikePrice )Param Name
Type
Description
Last updated