ConvallaxCore — 0x76c41a03e0993F0261bB3B1949320cA693f76faE
Function Signature
Parameters
uint256
required
The settled option series ID.
uint256
required
Number of option tokens to burn and claim (6 decimals). Example:
10000000 = 10 whole options.Payout Calculation
ThepayoffPerWhole (USDC raw per 1 whole option, i.e. per 1,000,000 raw tokens) is set at settlement:
amount raw tokens:
payoffPerWhole = 0), the tokens are burned but no USDC is transferred.
Prerequisites
- The series must be settled (via
settleWithAttestation()orsettle()) - The caller must hold at least
amountof option tokens for the series - No approval is needed —
ConvallaxCoreis the minter/burner of option tokens
Example
There is no deadline to claim. Payouts remain available on-chain indefinitely.
