Signature
IB20.sol
Description
Revokesrole from account. Emits RoleRevoked.
Parameters
Reverts
AccessControlUnauthorizedAccountwhen the caller does not hold the admin role forrole, or when the token has been transitioned to admin-less viarenounceLastAdmin.LastAdminCannotRenouncewhenrole == DEFAULT_ADMIN_ROLEandaccountis the last default admin. UserenounceLastAdminto clear the final admin.
Access Control
Uses the B20 access-control role graph. Factory initCalls bypass role gates during creation.Policy Interaction
No direct policy interaction.Example
Usage Example