IOpenEndFundClass
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits:
Interface for OpenEndFundClass, extending Token functionalities.
Returns
<none>
uint96
The current numerator of the NAV ratio.
Returns
<none>
uint96
The current denominator of the NAV ratio.
Updates the global NAV ratio.
Parameters
num
uint96
The new numerator for the NAV ratio.
den
uint96
The new denominator for the NAV ratio.
Calculates the "real" quantity for a given lot based on the NAV ratio.
Parameters
tokenId
bytes32
The identifier of the lot.
Returns
<none>
uint96
The real quantity after applying the NAV ratio.
Allows an owner to redeem a specified real amount from their lot.
Parameters
tokenId
bytes32
The identifier of the lot.
realAmount
uint96
The real amount to redeem.
Emitted when the NAV ratio is updated.
Parameters
newNumerator
uint96
The new numerator of the NAV ratio.
newDenominator
uint96
The new denominator of the NAV ratio.