Skip to main content
Related concept

Signature

Description

Caller renounces role for themselves. Emits RoleRevoked. Dev: Reverts with AccessControlBadConfirmation when callerConfirmation != msg.sender. Dev: Reverts with LastAdminCannotRenounce when role == DEFAULT_ADMIN_ROLE and the caller is the last default admin. Param: role Role to renounce. Param: callerConfirmation MUST equal msg.sender.

Access control

Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.

Policy interaction

No direct policy interaction.

Example