ACLAuth

@notice Provides modifiers and internal functions for interacting with the ACLRegistry @dev Derived contracts using ACLAuth must also inherit ContractRegistryAccess and override _getContract.


Functions:

Modifiers:

Graphs:


Function Definitions:

Events

Modifiers

onlyRole()

onlyRole(bytes32 role)

onlyRoles()

onlyRoles(bytes32 roleA, bytes32 roleB)

onlyPermission()

onlyPermission(bytes32 role)

onlyApprovedContractOrEOA()

onlyApprovedContractOrEOA()

Graphs

Dependency Graph

Inheritance Graph

Last updated