Signature
Description
Updates the token’sname. Emits NameUpdated followed by EIP712DomainChanged.
Dev: Reverts with AccessControlUnauthorizedAccount when the caller does not hold METADATA_ROLE.
Param: newName New token name.
Access control
METADATA_ROLE gates this call.