Signature
IB20.sol
Description
Caller renouncesrole for themselves. Emits RoleRevoked.
Parameters
Reverts
AccessControlBadConfirmationwhencallerConfirmation != msg.sender.LastAdminCannotRenouncewhenrole == DEFAULT_ADMIN_ROLEand the caller is the last default admin.
Access Control
Read-only or ERC-20-standard access rules unless the NatSpec states otherwise.Policy Interaction
No direct policy interaction.Example
Usage Example