Skip to content

ReentrancyGuard ​

_ReentrancyGuard based on OpenZeppelin implementation. https://github.com/OpenZeppelin/openzeppelin-contracts/blob/release-v4.8/contracts/security/ReentrancyGuard.sol_

REENTRANCY_NOT_ENTERED ​

solidity
uint8 REENTRANCY_NOT_ENTERED

REENTRANCY_ENTERED ​

solidity
uint8 REENTRANCY_ENTERED

constructor ​

solidity
constructor() internal

reentrancy ​

solidity
modifier reentrancy()

Prevents a contract from calling itself, directly or indirectly. See OpenZeppelin implementation for more info

CommonHelpers ​

_getGovernanceAddr ​

solidity
function _getGovernanceAddr() internal view returns (address governance_)

Returns the current admin (governance).