IFixer

Git Source

Author: mortimr @ Kiln

The Hatcher can deploy, upgrade, fix and pause a set of instances called cubs. All cubs point to the same common implementation.

Unstructured Storage Friendly

Functions

fix

Interface to implement on a Fixer contract.

function fix() external returns (bool isFixed);

Returns

NameTypeDescription
isFixedboolTrue if fix was properly applied