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