Signature
Description
Permanently transitions the token to a zero-admin state. RevokesDEFAULT_ADMIN_ROLE
from msg.sender. Emits RoleRevoked(DEFAULT_ADMIN_ROLE, msg.sender, msg.sender) and
LastAdminRenounced(msg.sender).
Dev: Reverts with AccessControlUnauthorizedAccount when msg.sender does not hold DEFAULT_ADMIN_ROLE.
Dev: Reverts with NotSoleAdmin when other accounts also hold DEFAULT_ADMIN_ROLE.