RegCFExemption

Git Source

Inherits: FederalExemption

Example for Regulation Crowdfunding, which has lower raise caps and investor limits.

Functions

constructor

constructor();

_initializeRegCFExemption

function _initializeRegCFExemption(uint256 _maxRaise) internal;

issueUnderExemption

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;

Last updated

Was this helpful?