Skip to main content
Helpful?

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();
Helpful?