Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / Tally

Interface: Tally

Defined in: contracts/typechain-types/contracts/Tally.ts:334

Extends

  • BaseContract

Properties

addTallyResults

addTallyResults: TypedContractMethod<[AddTallyResultsArgsStruct], [void], "nonpayable">

Defined in: contracts/typechain-types/contracts/Tally.ts:379


filters

filters: object

Defined in: contracts/typechain-types/contracts/Tally.ts:710

All the Events available on this contract.

ResultAdded

ResultAdded: TypedContractEvent<InputTuple, OutputTuple, OutputObject>

ResultAdded(uint256,uint256)

ResultAdded(uint256,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Overrides

BaseContract.filters


getAppendedBytes

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

Defined in: contracts/typechain-types/contracts/Tally.ts:385


getPublicCircuitInputs

getPublicCircuitInputs: TypedContractMethod<[BigNumberish, BigNumberish], [bigint[]], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:387


getTallyResults

getTallyResults: TypedContractMethod<[BigNumberish], [TallyResultStructOutput], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:393


hash2

hash2: TypedContractMethod<[[BigNumberish, BigNumberish]], [bigint], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:399


hash3

hash3: TypedContractMethod<[[BigNumberish, BigNumberish, BigNumberish]], [bigint], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:405


hash4

hash4: TypedContractMethod<[[BigNumberish, BigNumberish, BigNumberish, BigNumberish]], [bigint], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:411


hash5

hash5: TypedContractMethod<[[BigNumberish, BigNumberish, BigNumberish, BigNumberish, BigNumberish]], [bigint], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:417


hashLeftRight

hashLeftRight: TypedContractMethod<[BigNumberish, BigNumberish], [bigint], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:431


initialize

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

Defined in: contracts/typechain-types/contracts/Tally.ts:437


initialized

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

Defined in: contracts/typechain-types/contracts/Tally.ts:439


interface

interface: TallyInterface

Defined in: contracts/typechain-types/contracts/Tally.ts:338

The contract Interface.

Overrides

BaseContract.interface


isTallied

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

Defined in: contracts/typechain-types/contracts/Tally.ts:441


MESSAGE_DATA_LENGTH

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

Defined in: contracts/typechain-types/contracts/Tally.ts:377


messageProcessor

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

Defined in: contracts/typechain-types/contracts/Tally.ts:443


mode

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

Defined in: contracts/typechain-types/contracts/Tally.ts:445


poll

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

Defined in: contracts/typechain-types/contracts/Tally.ts:447


sbCommitment

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

Defined in: contracts/typechain-types/contracts/Tally.ts:449


sha256Hash

sha256Hash: TypedContractMethod<[BigNumberish[]], [bigint], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:451


tallyBatchNum

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

Defined in: contracts/typechain-types/contracts/Tally.ts:453


tallyCommitment

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

Defined in: contracts/typechain-types/contracts/Tally.ts:455


tallyVotes

tallyVotes: TypedContractMethod<[BigNumberish, BigNumberish[]], [void], "nonpayable">

Defined in: contracts/typechain-types/contracts/Tally.ts:457


totalSpent

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

Defined in: contracts/typechain-types/contracts/Tally.ts:463


totalTallyResults

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

Defined in: contracts/typechain-types/contracts/Tally.ts:465


updateSbCommitment

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

Defined in: contracts/typechain-types/contracts/Tally.ts:467


verifier

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

Defined in: contracts/typechain-types/contracts/Tally.ts:469


verifyingKeysRegistry

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

Defined in: contracts/typechain-types/contracts/Tally.ts:520


verifyPerVoteOptionSpentVoiceCredits

verifyPerVoteOptionSpentVoiceCredits: TypedContractMethod<[BigNumberish, BigNumberish, BigNumberish[][], BigNumberish, BigNumberish, BigNumberish, BigNumberish], [boolean], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:471


verifySpentVoiceCredits

verifySpentVoiceCredits: TypedContractMethod<[BigNumberish, BigNumberish, BigNumberish, BigNumberish], [boolean], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:485


verifyTallyProof

verifyTallyProof: TypedContractMethod<[BigNumberish, BigNumberish, BigNumberish[]], [boolean], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:496


verifyTallyResult

verifyTallyResult: TypedContractMethod<[BigNumberish, BigNumberish, BigNumberish[][], BigNumberish, BigNumberish, BigNumberish, BigNumberish], [boolean], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:506

Methods

connect()

connect(runner?): Tally

Defined in: contracts/typechain-types/contracts/Tally.ts:335

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

Parameters

runner?

ContractRunner | null

Returns

Tally

Overrides

BaseContract.connect


getEvent()

getEvent(key): TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Defined in: contracts/typechain-types/contracts/Tally.ts:702

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

Parameters

key

"ResultAdded"

Returns

TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Overrides

BaseContract.getEvent


getFunction()

Call Signature

getFunction<T>(key): T

Defined in: contracts/typechain-types/contracts/Tally.ts:522

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/contracts/Tally.ts:526

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

"MESSAGE_DATA_LENGTH"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:529

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

"addTallyResults"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:536

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<[BigNumberish, BigNumberish], [bigint[]], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:539

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

"getPublicCircuitInputs"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:546

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

"getTallyResults"

Returns

TypedContractMethod<[BigNumberish], [TallyResultStructOutput], "view">

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:553

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

"hash2"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:560

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

"hash3"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:567

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

"hash4"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:574

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

"hash5"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:589

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

"hashLeftRight"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:596

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/contracts/Tally.ts:599

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<[], [boolean], "view">

Defined in: contracts/typechain-types/contracts/Tally.ts:602

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

"isTallied"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:605

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

"messageProcessor"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:608

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

"mode"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:611

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

"poll"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:614

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

"sbCommitment"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:617

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

"sha256Hash"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:620

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

"tallyBatchNum"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:623

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

"tallyCommitment"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:626

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

"tallyVotes"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:633

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

"totalSpent"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:636

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

"totalTallyResults"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:639

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

"updateSbCommitment"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:642

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

"verifier"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:645

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

"verifyPerVoteOptionSpentVoiceCredits"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:660

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

"verifySpentVoiceCredits"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:672

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

"verifyTallyProof"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:683

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

"verifyTallyResult"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:698

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

"verifyingKeysRegistry"

Returns

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

Overrides

BaseContract.getFunction


listeners()

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:369

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/contracts/Tally.ts:372

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<Tally>

Defined in: contracts/typechain-types/contracts/Tally.ts:351

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

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
event

TCEvent

listener

TypedListener<TCEvent>

Returns

Promise<Tally>

Overrides

BaseContract.on

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:355

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<Tally>

Overrides

BaseContract.on


once()

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:360

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<Tally>

Overrides

BaseContract.once

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:364

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<Tally>

Overrides

BaseContract.once


queryFilter()

Call Signature

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

Defined in: contracts/typechain-types/contracts/Tally.ts:340

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/contracts/Tally.ts:345

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<Tally>

Defined in: contracts/typechain-types/contracts/Tally.ts:373

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<Tally>

Overrides

BaseContract.removeAllListeners


waitForDeployment()

waitForDeployment(): Promise<Tally>

Defined in: contracts/typechain-types/contracts/Tally.ts:336

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

Returns

Promise<Tally>

Overrides

BaseContract.waitForDeployment