Petrifiable
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:
- onlyInit