Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / FreeForAllCheckerFactory__factory

Class: FreeForAllCheckerFactory__factory

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:75

Extends

  • ContractFactory

Constructors

Constructor

new FreeForAllCheckerFactory__factory(...args): FreeForAllCheckerFactory__factory

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:76

Parameters

args

...FreeForAllCheckerFactoryConstructorParams

Returns

FreeForAllCheckerFactory__factory

Overrides

ContractFactory.constructor

Properties

abi

readonly static abi: readonly [{ inputs: readonly []; stateMutability: "nonpayable"; type: "constructor"; }, { 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"; }, { inputs: readonly []; name: "deploy"; outputs: readonly [{ internalType: "address"; name: "clone"; type: "address"; }]; stateMutability: "nonpayable"; type: "function"; }] = _abi

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:103


bytecode

readonly static bytecode: "0x60a0604052348015600f57600080fd5b50604051601a906046565b604051809103906000f0801580156035573d6000803e3d6000fd5b506001600160a01b03166080526053565b61026c8061028e83390190565b60805161021b610073600039600081816040015260fa015261021b6000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c80633a4741bd1461003b578063775c300c1461007e575b600080fd5b6100627f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200160405180910390f35b6100626040805160008082526020820190925261009a816100f3565b9150816001600160a01b0316638129fc1c6040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156100d757600080fd5b505af11580156100eb573d6000803e3d6000fd5b505050505090565b600061011f7f00000000000000000000000000000000000000000000000000000000000000008361015b565b6040519091506001600160a01b038216907f2158cde9935cbf85d0b02e02fbc315ad0be2f3f017a603a2ebeedead21b8d60b90600090a2919050565b600061016960008484610170565b9392505050565b600060405182518060438301826020870160045afa506e5af43d82803e903d91602b57fd5bf360238301528460148301528060881b74fe61002d3d81600a3d39f3363d3d373d3d3d363d730182526037810161ffd38210600b01830187f092505050806101695763301164256000526004601cfdfea2646970667358221220ed8d99eb85ab29b701b3847b3daf47a29477de342d7e102c77905da77eadf69564736f6c634300081c00336080604052348015600f57600080fd5b5061024d8061001f6000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c8063158ef93e146100515780638129fc1c14610073578063b41a4b191461007d578063e2b2408514610092575b600080fd5b60005461005e9060ff1681565b60405190151581526020015b60405180910390f35b61007b6100a9565b005b6100856100b3565b60405161006a9190610136565b61005e6100a0366004610184565b50600192915050565b6100b16100c2565b565b60606100bd6100ca565b905090565b6100b16100d5565b60606100bd30610107565b60005460ff16156100f85760405162dc149f60e41b815260040160405180910390fd5b6000805460ff19166001179055565b60405164ffffffffff602c19833b0116808252602090810190602d908301843c60408101815101604052919050565b602081526000825180602084015260005b818110156101645760208186018101516040868401015201610147565b506000604082850101526040601f19601f83011684010191505092915050565b60008060006040848603121561019957600080fd5b83356001600160a01b03811681146101b057600080fd5b9250602084013567ffffffffffffffff8111156101cc57600080fd5b8401601f810186136101dd57600080fd5b803567ffffffffffffffff8111156101f457600080fd5b86602082840101111561020657600080fd5b93966020919091019550929350505056fea2646970667358221220c30430394fbaf0d4d4c912a3b6ce777e09203b6b60d5fd436e50b7e7cf0dbeb264736f6c634300081c0033" = _bytecode

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:102

Methods

connect()

connect(runner): FreeForAllCheckerFactory__factory

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:96

Return a new ContractFactory with the same ABI and bytecode, but connected to %%runner%%.

Parameters

runner

ContractRunner | null

Returns

FreeForAllCheckerFactory__factory

Overrides

ContractFactory.connect


deploy()

deploy(overrides?): Promise<FreeForAllCheckerFactory & object>

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:89

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<FreeForAllCheckerFactory & object>

Overrides

ContractFactory.deploy


getDeployTransaction()

getDeployTransaction(overrides?): Promise<ContractDeployTransaction>

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:84

Resolves to the transaction to deploy the contract, passing %%args%% into the constructor.

Parameters

overrides?

NonPayableOverrides & object

Returns

Promise<ContractDeployTransaction>

Overrides

ContractFactory.getDeployTransaction


connect()

static connect(address, runner?): FreeForAllCheckerFactory

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:107

Parameters

address

string

runner?

ContractRunner | null

Returns

FreeForAllCheckerFactory


createInterface()

static createInterface(): FreeForAllCheckerFactoryInterface

Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllCheckerFactory__factory.ts:104

Returns

FreeForAllCheckerFactoryInterface