axelar-gmp-sdk-solidity

Solidity API

CreateDeploy

This contract deploys new contracts using the CREATE opcode and is used as part of the CREATE3 deployment method.

deploy

function deploy(bytes bytecode) external payable

Deploys a new contract with the specified bytecode using the CREATE opcode.

Parameters

Name Type Description
bytecode bytes The bytecode of the contract to be deployed