ActionRestricted

Git Source

Author: Lens Protocol

This abstract contract adds a public ACTION_MODULE immutable field, and onlyActionModule modifier, to inherit from contracts that have functions restricted to be only called by the Action Modules.

State Variables

ACTION_MODULE

address public immutable ACTION_MODULE;

Functions

onlyActionModule

modifier onlyActionModule();

constructor

constructor(address actionModule);