Last updated 1 month ago
Was this helpful?
Inherits:
Example for Regulation Crowdfunding, which has lower raise caps and investor limits.
constructor();
function _initializeRegCFExemption(uint256 _maxRaise) internal;
Overridden to enforce Reg CF rules (e.g., $5M max in a 12-month period, investor limits, etc.).
function issueUnderExemption(address investor, uint256 amount) internal virtual override;