Skip to main content
updateMultiplier is deprecated. The source file docs/B20/Asset.md has been removed as part of a documentation restructure. This function reference is retained for backward compatibility. Prefer updateUIMultiplier for routine corporate actions.

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 deprecated MultiplierUpdated 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