Signature
Description
Instant failsafe / emergency override — sets the current multiplier immediately and cancels any live pending update without a scheduling window. PrefersetUIMultiplier for routine corporate actions.
Dev: Reverts with AccessControlUnauthorizedAccount when the caller does not hold OPERATOR_ROLE.
Dev: Reverts with InvalidMultiplier when newMultiplier is zero or above type(uint128).max.
Param: newMultiplier New multiplier scaled to WAD_PRECISION; must be in (0, type(uint128).max].
Access control
OPERATOR_ROLE gates this Asset call.