Signature
IActivationRegistry.sol
Description
Deactivatesfeature. 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
Usage Example