Skip to main content
Related concept

Signature

Description

Unpauses each of features. Features not listed are unaffected; duplicates are idempotent. Emits Unpaused. Dev: Reverts with AccessControlUnauthorizedAccount when the caller does not hold UNPAUSE_ROLE. Dev: Reverts with EmptyFeatureSet when features.length == 0. Param: features Features to unpause.

Access control

UNPAUSE_ROLE gates this call.

Policy interaction

No direct policy interaction.

Example