PrivateOfferingRoles

Git Source

Inherits: BaseRoles

Extends BaseRoles to include exemptions for private offerings.

State Variables

ACCREDITED_INVESTOR_ROLE

bytes32 public constant ACCREDITED_INVESTOR_ROLE = keccak256("ACCREDITED_INVESTOR_ROLE");

Functions

grantAccreditedInvestorRole

function grantAccreditedInvestorRole(address investor) external onlyRole(ISSUER_ROLE);

Last updated

Was this helpful?