Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / Factory__factory

Class: Factory__factory

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.ts:40

Constructors

Constructor

new Factory__factory(): Factory__factory

Returns

Factory__factory

Properties

abi

readonly static abi: readonly [{ anonymous: false; inputs: readonly [{ indexed: true; internalType: "address"; name: "clone"; type: "address"; }]; name: "CloneDeployed"; type: "event"; }, { inputs: readonly []; name: "IMPLEMENTATION"; outputs: readonly [{ internalType: "address"; name: ""; type: "address"; }]; stateMutability: "view"; type: "function"; }] = _abi

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.ts:41

Methods

connect()

static connect(address, runner?): Factory

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.ts:45

Parameters

address

string

runner?

ContractRunner | null

Returns

Factory


createInterface()

static createInterface(): FactoryInterface

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/proxy/Factory__factory.ts:42

Returns

FactoryInterface