14 lines
350 B
Markdown
14 lines
350 B
Markdown
# ReentrancyGuard
|
|
|
|
_z0r0z.ethModified from Seaport (https://github.com/ProjectOpenSea/seaport/blob/main/contracts/lib/ReentrancyGuard.sol)Modified from Solmate (https://github.com/Rari-Capital/solmate/blob/main/src/utils/ReentrancyGuard.sol)_
|
|
|
|
Reentrancy protection for smart contracts.
|
|
|
|
## Errors
|
|
|
|
### Reentrancy
|
|
|
|
```solidity
|
|
error Reentrancy()
|
|
```
|