Skip to main content

Signature

Description

Pauses each of features. Additive: features already paused remain paused; duplicates within the call are idempotent. Emits Paused.

Parameters

Reverts

  • AccessControlUnauthorizedAccount when the caller does not hold PAUSE_ROLE.
  • EmptyFeatureSet when features.length == 0.

Access control

PAUSE_ROLE gates this call.

Policy interaction

No direct policy interaction.

Example