IFixer
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
| Name | Type | Description |
|---|---|---|
isFixed | bool | True if fix was properly applied |