Initializable
Kiln
Initializable
This contract ensures that initializers are called only once per version
Events
Initialize
Emitted when the contract is properly initialized
Parameters
Name | Type | Description |
---|---|---|
version | uint256 | New version of the contracts |
cdata | bytes | Complete calldata that was used during the initialization |
Errors
InvalidInitialization
An error occured during the initialization
Parameters
Name | Type | Description |
---|---|---|
version | uint256 | The version that was attempting to be initialized |
expectedVersion | uint256 | The version that was expected |
Last updated