AccessControlledUpgradeable
AccessControlledUpgradeable
onlyAdmin
modifier onlyAdmin()
Modifier to make a function callable by the admin account.
onlySupervisor
modifier onlySupervisor()
Modifier to make a function callable by a supervisor account.
_acl
function _acl() internal view virtual returns (contract IACL)
return the IACL address