p2pix-smart-contracts/docs/lib/utils/ReentrancyGuard.md

438 B

Solidity API

ReentrancyGuard

Reentrancy protection for smart contracts.

Reentrancy

error Reentrancy()

nonReentrant

modifier nonReentrant()

setReentrancyGuard

function setReentrancyGuard() internal virtual

Check guard sentinel value and set it.

clearReentrancyGuard

function clearReentrancyGuard() internal virtual

Unset sentinel value.