Skip to main content
Related concept

Signature

Description

Activates feature. Emits FeatureActivated. 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 AlreadyActivated when feature is already activated. Param: feature Feature to activate.

Access control

Callable by the ActivationRegistry admin.

Policy interaction

No direct policy interaction.

Example