AccessControl
Unauthorized
error Unauthorized(address operator)InvalidRoleId
error InvalidRoleId(uint256 roleId)AuthorizePersonnel
event AuthorizePersonnel(uint256 roleId, address authorizedAddress, bool isAuthorized)AuthorizeOperator
event AuthorizeOperator(bytes4 interfaceId, uint256 roleId, bool isAuthorized)onlyOperator
modifier onlyOperator(bytes4 _interfaceId, uint256 _roleId, address _operator)onlyOwner
constructor
owner
setRole
setOperator
hasRole
isOperator
AccessControl Summarize
Last updated