Skip to main content

Reference

Interfaces, signatures, parameters, and generated references.

Lookup friendly
TOC available

ReentrancyLock

Git Source - Generated with forge doc

A transient reentrancy lock, that stores the caller's address as the lock

Functions

isNotLocked

modifier isNotLocked();

_getLocker

function _getLocker() internal view returns (address);

Errors

ContractLocked

error ContractLocked();