Minimal Anti Collusion Infrastructure (MACI) / LibClone__factory
Class: LibClone__factory
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:46
Extends
ContractFactory
Constructors
Constructor
new LibClone__factory(...
args):LibClone__factory
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:47
Parameters
args
...LibCloneConstructorParams
Returns
LibClone__factory
Overrides
ContractFactory.constructor
Properties
abi
readonlystaticabi: readonly [{inputs: readonly [];name:"DeploymentFailed";type:"error"; }, {inputs: readonly [];name:"ETHTransferFailed";type:"error"; }, {inputs: readonly [];name:"SaltDoesNotStartWith";type:"error"; }] =_abi
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:72
bytecode
readonlystaticbytecode:"0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c465de42dc286487acd5ea4499d4281e9bfa9bc1a238f99ddaddb89d08d56c3264736f6c634300081c0033"=_bytecode
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:71
Methods
connect()
connect(
runner):LibClone__factory
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:67
Return a new ContractFactory with the same ABI and bytecode, but connected to %%runner%%.
Parameters
runner
ContractRunner | null
Returns
LibClone__factory
Overrides
ContractFactory.connect
deploy()
deploy(
overrides?):Promise<LibClone&object>
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:60
Resolves to the Contract deployed by passing %%args%% into the constructor.
This will resolve to the Contract before it has been deployed to the network, so the [[BaseContract-waitForDeployment]] should be used before sending any transactions to it.
Parameters
overrides?
NonPayableOverrides & object
Returns
Promise<LibClone & object>
Overrides
ContractFactory.deploy
getDeployTransaction()
getDeployTransaction(
overrides?):Promise<ContractDeployTransaction>
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:55
Resolves to the transaction to deploy the contract, passing %%args%% into the constructor.
Parameters
overrides?
NonPayableOverrides & object
Returns
Promise<ContractDeployTransaction>
Overrides
ContractFactory.getDeployTransaction
connect()
staticconnect(address,runner?):LibClone
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:76
Parameters
address
string
runner?
ContractRunner | null
Returns
createInterface()
staticcreateInterface():LibCloneInterface
Defined in: contracts/typechain-types/factories/solady/src/utils/LibClone__factory.ts:73
Returns
LibCloneInterface