Skip to main content
Related concept

Signature

Description

Deactivates feature. Emits FeatureDeactivated. Dev: Reverts with DelegateCallNotAllowed when invoked via DELEGATECALL or CALLCODE. Dev: Reverts with StaticCallNotAllowed when invoked under STATICCALL. Dev: Reverts with Unauthorized when the caller is not the activation admin. Dev: Reverts with AlreadyDeactivated when feature is already deactivated. Param: feature Feature to deactivate.

Access control

Callable by the ActivationRegistry admin.

Policy interaction

No direct policy interaction.

Example