makerSelling = true) and the taker on a short trade (makerSelling = false). The payout is the writer’s original collateral minus the portion allocated to holder payouts.
Contract: ConvallaxCore — 0x76c41a03e0993F0261bB3B1949320cA693f76faE
Function Signature
Parameters
uint256
required
The settled option series ID.
Payout Calculation
writerPoolRemaining = totalCollateral − holderPool (total collateral minus all holder payouts).
Prerequisites
- The series must be settled
- The caller must have posted collateral for this series at fill time (recorded by
ConvallaxCore.mintForwhen the trade executed) - The caller’s recorded collateral must be greater than zero
