p2pix-smart-contracts/docs/lib/utils/ReentrancyGuard.md
2022-12-03 01:17:48 -03:00

350 B

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

error Reentrancy()