is Initializable
Source: contracts/common/Petrifiable.solarrow-up-right
isPetrified
petrify
function`` isPetrified() public view returns (bool)
function``
() public view returns (bool)
Returns:
bool
function`` petrify() internal
() 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
Last updated 2 years ago
Was this helpful?