Petrifiable
contract Petrifiable
Source: contracts/common/Petrifiable.sol
Index
Reference
Functions
isPetrified
function``
isPetrified
() public view returns (bool)
Returns:
bool
petrify
function``
petrify
() internal
Function to be called by top level contract to prevent being initialized. Useful for freezing base contracts when they're used behind proxies.
Modifiers:
Last updated