IAccessControlRestriction

Git Source

Author: Matter Labs

Note: security-contact: security@matterlabs.dev

Events

RoleSet

Emitted when the required role for a specific function is set.

event RoleSet(
  address indexed target, bytes4 indexed selector, bytes32 requiredRole
);

FallbackRoleSet

Emitted when the required role for a fallback function is set.

event FallbackRoleSet(address indexed target, bytes32 requiredRole);