Skip to main content

Signature

IB20Asset.sol

Description

Returns the bytes32 role constant required to call:
  • announce: disclose an operator-driven change
  • updateUIMultiplier: schedule a future multiplier change
  • cancelUIMultiplierUpdate: cancel a live pending multiplier update
  • updateMultiplier: immediate override (deprecated; emergency use only)
The metadata setters (updateName, updateSymbol, updateExtraMetadata) are gated by METADATA_ROLE, not OPERATOR_ROLE. This role is Asset-only. B20 Stablecoin has no multiplier and does not expose OPERATOR_ROLE for these purposes.

Access Control

Read-only view; returns a constant. No role required to call this function.

Policy Interaction

No direct policy interaction.

Example

Usage Example