Control Facet
Overview
Role Management
grantRole() / revokeRole()
function grantRole(address user, bytes32 role) external onlyRoleAdmin(role);
function revokeRole(address user, bytes32 role) external onlyRoleAdmin(role);setRoleAdmin()
function setRoleAdmin(address user, bytes32 role, bool status) external onlyRole(DEFAULT_ADMIN_ROLE);Pause Control
pause() / unpause()
Account Configuration
setAccountManagerImplementation()
setSigner()
Affiliate Configuration
setSymmioFeeReceiver()
setWhitelistedSymmioCore()
setHookAllowedSelectors()
setCallAllowedSelectors()
addSymmioCoreToAffiliate()
Last updated

