🏠V4 ProtocolTechnical ReferencePeripherybaseReentrancyLockHelpful?On this pageReentrancyLockGit Source | Generated with forge docA transient reentrancy lock, that stores the caller's address as the lockFunctionsisNotLockedmodifier isNotLocked();Copy_getLockerfunction _getLocker() internal view returns (address);CopyErrorsContractLockederror ContractLocked();Copy