Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / GitcoinPassportChecker

Interface: GitcoinPassportChecker

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:82

Extends

  • BaseContract

Properties

check

check: TypedContractMethod<[AddressLike, BytesLike], [boolean], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:127


FACTOR

FACTOR: TypedContractMethod<[], [bigint], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:125


filters

filters: object

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:173

All the Events available on this contract.

Overrides

BaseContract.filters


getAppendedBytes

getAppendedBytes: TypedContractMethod<[], [string], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:133


initialize

initialize: TypedContractMethod<[], [void], "nonpayable">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:135


initialized

initialized: TypedContractMethod<[], [boolean], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:137


interface

interface: GitcoinPassportCheckerInterface

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:86

The contract Interface.

Overrides

BaseContract.interface


passportDecoder

passportDecoder: TypedContractMethod<[], [string], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:139


thresholdScore

thresholdScore: TypedContractMethod<[], [bigint], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:141

Methods

connect()

connect(runner?): GitcoinPassportChecker

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:83

Return a new Contract instance with the same target and ABI, but a different %%runner%%.

Parameters

runner?

null | ContractRunner

Returns

GitcoinPassportChecker

Overrides

BaseContract.connect


getFunction()

Call Signature

getFunction<T>(key): T

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:143

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Type Parameters
T

T extends ContractMethod<any[], any, any> = ContractMethod<any[], any, any>

Parameters
key

string | FunctionFragment

Returns

T

Overrides

BaseContract.getFunction

Call Signature

getFunction(nameOrSignature): TypedContractMethod<[], [bigint], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:147

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Parameters
nameOrSignature

"FACTOR"

Returns

TypedContractMethod<[], [bigint], "view">

Overrides

BaseContract.getFunction

Call Signature

getFunction(nameOrSignature): TypedContractMethod<[AddressLike, BytesLike], [boolean], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:150

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Parameters
nameOrSignature

"check"

Returns

TypedContractMethod<[AddressLike, BytesLike], [boolean], "view">

Overrides

BaseContract.getFunction

Call Signature

getFunction(nameOrSignature): TypedContractMethod<[], [string], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:157

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Parameters
nameOrSignature

"getAppendedBytes"

Returns

TypedContractMethod<[], [string], "view">

Overrides

BaseContract.getFunction

Call Signature

getFunction(nameOrSignature): TypedContractMethod<[], [void], "nonpayable">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:160

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Parameters
nameOrSignature

"initialize"

Returns

TypedContractMethod<[], [void], "nonpayable">

Overrides

BaseContract.getFunction

Call Signature

getFunction(nameOrSignature): TypedContractMethod<[], [boolean], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:163

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Parameters
nameOrSignature

"initialized"

Returns

TypedContractMethod<[], [boolean], "view">

Overrides

BaseContract.getFunction

Call Signature

getFunction(nameOrSignature): TypedContractMethod<[], [string], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:166

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Parameters
nameOrSignature

"passportDecoder"

Returns

TypedContractMethod<[], [string], "view">

Overrides

BaseContract.getFunction

Call Signature

getFunction(nameOrSignature): TypedContractMethod<[], [bigint], "view">

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:169

Return the function for a given name. This is useful when a contract method name conflicts with a JavaScript name such as prototype or when using a Contract programatically.

Parameters
nameOrSignature

"thresholdScore"

Returns

TypedContractMethod<[], [bigint], "view">

Overrides

BaseContract.getFunction


listeners()

Call Signature

listeners<TCEvent>(event): Promise<TypedListener<TCEvent>[]>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:117

Resolves to the listeners subscribed to %%event%% or all listeners if unspecified.

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
event

TCEvent

Returns

Promise<TypedListener<TCEvent>[]>

Overrides

BaseContract.listeners

Call Signature

listeners(eventName?): Promise<Listener[]>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:120

Resolves to the listeners subscribed to %%event%% or all listeners if unspecified.

Parameters
eventName?

string

Returns

Promise<Listener[]>

Overrides

BaseContract.listeners


on()

Call Signature

on<TCEvent>(event, listener): Promise<GitcoinPassportChecker>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:99

Add an event %%listener%% for the %%event%%.

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
event

TCEvent

listener

TypedListener<TCEvent>

Returns

Promise<GitcoinPassportChecker>

Overrides

BaseContract.on

Call Signature

on<TCEvent>(filter, listener): Promise<GitcoinPassportChecker>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:103

Add an event %%listener%% for the %%event%%.

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
filter

TypedDeferredTopicFilter<TCEvent>

listener

TypedListener<TCEvent>

Returns

Promise<GitcoinPassportChecker>

Overrides

BaseContract.on


once()

Call Signature

once<TCEvent>(event, listener): Promise<GitcoinPassportChecker>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:108

Add an event %%listener%% for the %%event%%, but remove the listener after it is fired once.

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
event

TCEvent

listener

TypedListener<TCEvent>

Returns

Promise<GitcoinPassportChecker>

Overrides

BaseContract.once

Call Signature

once<TCEvent>(filter, listener): Promise<GitcoinPassportChecker>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:112

Add an event %%listener%% for the %%event%%, but remove the listener after it is fired once.

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
filter

TypedDeferredTopicFilter<TCEvent>

listener

TypedListener<TCEvent>

Returns

Promise<GitcoinPassportChecker>

Overrides

BaseContract.once


queryFilter()

Call Signature

queryFilter<TCEvent>(event, fromBlockOrBlockhash?, toBlock?): Promise<TypedEventLog<TCEvent>[]>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:88

Provide historic access to event data for %%event%% in the range %%fromBlock%% (default: 0) to %%toBlock%% (default: "latest") inclusive.

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
event

TCEvent

fromBlockOrBlockhash?

string | number

toBlock?

string | number

Returns

Promise<TypedEventLog<TCEvent>[]>

Overrides

BaseContract.queryFilter

Call Signature

queryFilter<TCEvent>(filter, fromBlockOrBlockhash?, toBlock?): Promise<TypedEventLog<TCEvent>[]>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:93

Provide historic access to event data for %%event%% in the range %%fromBlock%% (default: 0) to %%toBlock%% (default: "latest") inclusive.

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
filter

TypedDeferredTopicFilter<TCEvent>

fromBlockOrBlockhash?

string | number

toBlock?

string | number

Returns

Promise<TypedEventLog<TCEvent>[]>

Overrides

BaseContract.queryFilter


removeAllListeners()

removeAllListeners<TCEvent>(event?): Promise<GitcoinPassportChecker>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:121

Remove all the listeners for %%event%% or remove all listeners if unspecified.

Type Parameters

TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters

event?

TCEvent

Returns

Promise<GitcoinPassportChecker>

Overrides

BaseContract.removeAllListeners


waitForDeployment()

waitForDeployment(): Promise<GitcoinPassportChecker>

Defined in: contracts/typechain-types/@excubiae/contracts/contracts/extensions/gitcoin/GitcoinPassportChecker.ts:84

Resolve to this Contract once the bytecode has been deployed, or resolve immediately if already deployed.

Returns

Promise<GitcoinPassportChecker>

Overrides

BaseContract.waitForDeployment