Last updated 1 month ago
Was this helpful?
Inherits:
Extends BaseRoles to include exemptions for private offerings.
bytes32 public constant ACCREDITED_INVESTOR_ROLE = keccak256("ACCREDITED_INVESTOR_ROLE");
function grantAccreditedInvestorRole(address investor) external onlyRole(ISSUER_ROLE);