HomeContractsv4 ProtocolTechnical ReferencePeripherybaseReentrancyLockOn this pageReentrancyLock 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();