Initializable
contract Initializable
Simple helper contract to support initialization outside of the constructor. To use it, replace the constructor with a function that has the `isInitializer` modifier. WARNING: This helper does not support multiple inheritance. WARNING: It is the developer's responsibility to ensure that an initializer is actually called. Use `Migratable` for more complex migration mechanisms.
Source: migrations/Initializable.sol
Index
Reference
Modifiers
isInitializer
modifier isInitializer()
Modifier to use in the initialization function of a contract.