IAuthorizer_v1.sol
Functions
checkForRole
function checkForRole(bytes32 role, address who) external view returns (bool);Name
Type
Description
Name
Type
Description
generateRoleId
function generateRoleId(address module, bytes32 role)
external
pure
returns (bytes32);Name
Type
Description
Name
Type
Description
grantRoleFromModule
Name
Type
Description
grantRoleFromModuleBatched
Name
Type
Description
revokeRoleFromModule
Name
Type
Description
revokeRoleFromModuleBatched
Name
Type
Description
transferAdminRole
Name
Type
Description
burnAdminFromModuleRole
Name
Type
Description
grantGlobalRole
Name
Type
Description
grantGlobalRoleBatched
Name
Type
Description
revokeGlobalRole
Name
Type
Description
revokeGlobalRoleBatched
Name
Type
Description
getAdminRole
Name
Type
Description
Errors
Module__Authorizer__NotActiveModule
Name
Type
Description
Module__Authorizer__ModuleNotSelfManaged
Module__Authorizer__AdminRoleCannotBeEmpty
Module__Authorizer__OrchestratorCannotHaveAdminRole
Module__Authorizer__InvalidInitialAdmin
Last updated