IClosedEndFundClass
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits:
Interface for ClosedEndFundClassRegistry to manage subscriptions, tokens, and distributions.
Closes the subscription window, preventing new createLot calls.
Opens the subscription window again.
Creates a new lot with the specified parameters.
Parameters
owner
address
The address of the lot owner.
quantity
uint96
The quantity of the lot.
paymentCurrency
address
The payment currency for this lot.
costBasis
uint96
The cost basis of the lot.
acquisitionDate
uint64
The acquisition date of the lot.
Returns
tokenId
bytes32
The unique identifier of the created lot.
Records a distribution based on the total proceeds.
Parameters
totalProceeds
uint256
The total proceeds to be distributed.