Expand description
Generated by the following Solidity interface…
interface Initializable {
event Initialized(uint8 version);
}
…which was generated by the following JSON ABI:
[
{
"type": "event",
"name": "Initialized",
"inputs": [
{
"name": "version",
"type": "uint8",
"indexed": false,
"internalType": "uint8"
}
],
"anonymous": false
}
]
Structs§
- A
Initializable
instance. - Event with signature
Initialized(uint8)
and selector0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498
.solidity event Initialized(uint8 version);
Enums§
- Container for all the
Initializable
events.
Statics§
- The creation / init bytecode of the contract.
- The runtime bytecode of the contract, as deployed on the network.
Functions§
- Deploys this contract using the given
provider
and constructor arguments, if any. - Creates a
RawCallBuilder
for deploying this contract using the givenprovider
and constructor arguments, if any. - Creates a new wrapper around an on-chain
Initializable
contract instance.