Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ReentrancyTransientMockUpgradeable

Inherits: Initializable, ReentrancyGuardTransientUpgradeable

State Variables

counter

uint256 public counter;

Functions

__ReentrancyTransientMock_init

function __ReentrancyTransientMock_init() internal onlyInitializing;

__ReentrancyTransientMock_init_unchained

function __ReentrancyTransientMock_init_unchained() internal onlyInitializing;

callback

function callback() external nonReentrant;

countLocalRecursive

function countLocalRecursive(uint256 n) public nonReentrant;

countThisRecursive

function countThisRecursive(uint256 n) public nonReentrant;

countAndCall

function countAndCall(ReentrancyAttackUpgradeable attacker) public nonReentrant;

_count

function _count() private;

guardedCheckEntered

function guardedCheckEntered() public nonReentrant;

unguardedCheckNotEntered

function unguardedCheckNotEntered() public view;