DividendDistributor
Last updated
Was this helpful?
Last updated
Was this helpful?
Distributes cash dividends (in an ERC20 stablecoin) to holders of a single share class as tracked by ShareClass.
Declares a new dividend event.
Parameters
totalAmount
uint256
The total stablecoin amount allocated for this dividend.
claimDeadline
uint256
The timestamp by which users must claim (0 if indefinite).
Allows a shareholder to claim their portion of the specified dividend.
Parameters
dividendId
uint256
The ID of the dividend event.
Optionally close the dividend event if you want to finalize it after some time.
Parameters
dividendId
uint256
The ID of the dividend event to close.