AUT_Roles_v1.sol
State Variables
BURN_ADMIN_ROLE
bytes32 public constant BURN_ADMIN_ROLE =
0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff;__gap
uint[50] private __gap;Functions
supportsInterface
onlyModule
Name
Type
Description
notLastAdmin
Name
Type
Description
noSelfAdmin
Name
Type
Description
Public Functions
init
checkForRole
Name
Type
Description
Name
Type
Description
generateRoleId
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
Internal Functions
__RoleAuthorizer_init
Name
Type
Description
_revokeRole
Name
Type
Description
Name
Type
Description
_grantRole
Name
Type
Description
Name
Type
Description
_msgSender
_msgData
_contextSuffixLength
Last updated