Minimal Anti Collusion Infrastructure (MACI) / FreeForAllChecker__factory
Class: FreeForAllChecker__factory
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:93
Extends
ContractFactory
Constructors
Constructor
new FreeForAllChecker__factory(...
args):FreeForAllChecker__factory
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:94
Parameters
args
...FreeForAllCheckerConstructorParams
Returns
FreeForAllChecker__factory
Overrides
ContractFactory.constructor
Properties
abi
readonlystaticabi: readonly [{inputs: readonly [];name:"AlreadyInitialized";type:"error"; }, {inputs: readonly [{internalType:"address";name:"subject";type:"address"; }, {internalType:"bytes";name:"evidence";type:"bytes"; }];name:"check";outputs: readonly [{internalType:"bool";name:"checked";type:"bool"; }];stateMutability:"view";type:"function"; }, {inputs: readonly [];name:"getAppendedBytes";outputs: readonly [{internalType:"bytes";name:"appendedBytes";type:"bytes"; }];stateMutability:"view";type:"function"; }, {inputs: readonly [];name:"initialize";outputs: readonly [];stateMutability:"nonpayable";type:"function"; }, {inputs: readonly [];name:"initialized";outputs: readonly [{internalType:"bool";name:"";type:"bool"; }];stateMutability:"view";type:"function"; }] =_abi
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:119
bytecode
readonlystaticbytecode:"0x6080604052348015600f57600080fd5b5061024d8061001f6000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c8063158ef93e146100515780638129fc1c14610073578063b41a4b191461007d578063e2b2408514610092575b600080fd5b60005461005e9060ff1681565b60405190151581526020015b60405180910390f35b61007b6100a9565b005b6100856100b3565b60405161006a9190610136565b61005e6100a0366004610184565b50600192915050565b6100b16100c2565b565b60606100bd6100ca565b905090565b6100b16100d5565b60606100bd30610107565b60005460ff16156100f85760405162dc149f60e41b815260040160405180910390fd5b6000805460ff19166001179055565b60405164ffffffffff602c19833b0116808252602090810190602d908301843c60408101815101604052919050565b602081526000825180602084015260005b818110156101645760208186018101516040868401015201610147565b506000604082850101526040601f19601f83011684010191505092915050565b60008060006040848603121561019957600080fd5b83356001600160a01b03811681146101b057600080fd5b9250602084013567ffffffffffffffff8111156101cc57600080fd5b8401601f810186136101dd57600080fd5b803567ffffffffffffffff8111156101f457600080fd5b86602082840101111561020657600080fd5b93966020919091019550929350505056fea2646970667358221220ce18db1338059aafeb463dc366e91375b4cb3f38b6027010c3a2fd52177978f564736f6c634300081c0033"=_bytecode
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:118
Methods
connect()
connect(
runner):FreeForAllChecker__factory
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:114
Return a new ContractFactory with the same ABI and bytecode, but connected to %%runner%%.
Parameters
runner
ContractRunner | null
Returns
FreeForAllChecker__factory
Overrides
ContractFactory.connect
deploy()
deploy(
overrides?):Promise<FreeForAllChecker&object>
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:107
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<FreeForAllChecker & object>
Overrides
ContractFactory.deploy
getDeployTransaction()
getDeployTransaction(
overrides?):Promise<ContractDeployTransaction>
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:102
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?):FreeForAllChecker
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:123
Parameters
address
string
runner?
ContractRunner | null
Returns
createInterface()
staticcreateInterface():FreeForAllCheckerInterface
Defined in: contracts/typechain-types/factories/@excubiae/contracts/contracts/extensions/freeForAll/FreeForAllChecker__factory.ts:120
Returns
FreeForAllCheckerInterface