Static
Readonly
bytecodeConnect the factory to a provider.
The provider to be associated with the factory.
A new ContractFactory instance.
Create a transaction request to deploy a contract with the specified options.
Optional
deployOptions: { Options for deploying the contract.
The CreateTransactionRequest object for deploying the contract.
Deploy a contract of any length with the specified options.
Optional
deployOptions: DeployContractOptionsOptions for deploying the contract.
A promise that resolves to the deployed contract instance.
Chunks and deploys a contract via a loader contract. Suitable for deploying contracts larger than the max contract size.
Optional
deployOptions: DeployContractOptionsOptions for deploying the contract.
A promise that resolves to the deployed contract instance.
Deploy a contract with the specified options.
Optional
deployOptions: DeployContractOptionsOptions for deploying the contract.
A promise that resolves to the deployed contract instance.
Static
deploy
ContractFactory
provides utilities for deploying and configuring contracts.