Rule701Exemption
Last updated
Was this helpful?
Last updated
Was this helpful?
Inherits:
A standalone contract that tracks a total issuance cap for equity compensation under Rule 701. Typically enforces a 12-month rolling limit.
Constructor for implementation
Initialize the Rule701Exemption contract
Parameters
_issuer
address
The address of the issuer
_initialCap
uint256
Optional initial cap. If 0, uses DEFAULT_ISSUANCE_CAP
Called by a compensation issuance contract to record a new grant's fair value. Ensures we do not exceed the 701 cap.
Closes the 701 exemption usage (e.g. if the company transitions to a different structure).
Allows the issuer to update the issuance cap. The new cap must be greater than or equal to the total already issued.
Allows the issuer to update the SEC reporting flag. Set _secReporting to true if the company is SEC-reporting; false otherwise.
Events