Signature
IB20Asset.sol
Description
DEPRECATED. Instant failsafe / emergency override — sets the current multiplier immediately and cancels any live pending update without a scheduling window. Emits both the deprecatedMultiplierUpdated and UIMultiplierUpdated. Prefer updateUIMultiplier for routine corporate actions.
Reverts with AccessControlUnauthorizedAccount when the caller does not hold OPERATOR_ROLE. Reverts with InvalidMultiplier when newMultiplier is zero or above type(uint128).max.
Parameters
Access Control
OPERATOR_ROLE gates this call.
Policy Interaction
No direct policy interaction.Example
Usage Example