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

TimelockReentrantUpgradeable

Inherits: Initializable

State Variables

_reenterTarget

address private _reenterTarget;

_reenterData

bytes private _reenterData;

_reentered

bool _reentered;

Functions

__TimelockReentrant_init

function __TimelockReentrant_init() internal onlyInitializing;

__TimelockReentrant_init_unchained

function __TimelockReentrant_init_unchained() internal onlyInitializing;

disableReentrancy

function disableReentrancy() external;

enableRentrancy

function enableRentrancy(address target, bytes calldata data) external;

reenter

function reenter() external;