This contract deploys new contracts using the CREATE opcode and is used as part of
the CREATE3 deployment method.
function deploy(bytes bytecode) external payable
Deploys a new contract with the specified bytecode using the CREATE opcode.
| Name | Type | Description |
|---|---|---|
| bytecode | bytes | The bytecode of the contract to be deployed |