Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

OpsTimelock

Git Source

Inherits: TimelockController

Title: OpsTimelock

A timelock controller for contracts that require faster updates

Timelock used for operational control during early protocol phases. Grants privileged access to core team for upgrades or config changes with a short delay.

Functions

constructor

constructor(
    uint256 minDelay,
    address[] memory proposers,
    address[] memory executors,
    address admin
) TimelockController(minDelay, proposers, executors, admin);