CustomReentrancyGuard
Author: Struct Finance, Modified from Solmate to make it compatible with OZ Clones
Gas & bytecode optimized reentrancy protection for smart contracts.
State Variables
reentrancyStatus
uint256 private reentrancyStatus = 1;
Functions
nonReentrant
modifier nonReentrant();
_nonReentrant
function _nonReentrant() private;