Minimal Anti Collusion Infrastructure (MACI) / Tally
Interface: Tally
Defined in: contracts/typechain-types/contracts/Tally.ts:314
Extends
BaseContract
Properties
addTallyResults
addTallyResults:
TypedContractMethod<[AddTallyResultsArgsStruct], [void],"nonpayable">
Defined in: contracts/typechain-types/contracts/Tally.ts:359
filters
filters:
object
Defined in: contracts/typechain-types/contracts/Tally.ts:682
All the Events available on this contract.
Overrides
BaseContract.filters
getAppendedBytes
getAppendedBytes:
TypedContractMethod<[], [string],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:365
getPublicCircuitInputs
getPublicCircuitInputs:
TypedContractMethod<[BigNumberish,BigNumberish], [bigint[]],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:367
getTallyResults
getTallyResults:
TypedContractMethod<[BigNumberish], [TallyResultStructOutput],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:373
hash2
hash2:
TypedContractMethod<[[BigNumberish,BigNumberish]], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:379
hash3
hash3:
TypedContractMethod<[[BigNumberish,BigNumberish,BigNumberish]], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:385
hash4
hash4:
TypedContractMethod<[[BigNumberish,BigNumberish,BigNumberish,BigNumberish]], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:391
hash5
hash5:
TypedContractMethod<[[BigNumberish,BigNumberish,BigNumberish,BigNumberish,BigNumberish]], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:397
hashLeftRight
hashLeftRight:
TypedContractMethod<[BigNumberish,BigNumberish], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:411
initialize
initialize:
TypedContractMethod<[], [void],"nonpayable">
Defined in: contracts/typechain-types/contracts/Tally.ts:417
initialized
initialized:
TypedContractMethod<[], [boolean],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:419
interface
interface:
TallyInterface
Defined in: contracts/typechain-types/contracts/Tally.ts:318
The contract Interface.
Overrides
BaseContract.interface
isTallied
isTallied:
TypedContractMethod<[], [boolean],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:421
MESSAGE_DATA_LENGTH
MESSAGE_DATA_LENGTH:
TypedContractMethod<[], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:357
messageProcessor
messageProcessor:
TypedContractMethod<[], [string],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:423
mode
mode:
TypedContractMethod<[], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:425
poll
poll:
TypedContractMethod<[], [string],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:427
sbCommitment
sbCommitment:
TypedContractMethod<[], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:429
sha256Hash
sha256Hash:
TypedContractMethod<[BigNumberish[]], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:431
tallyBatchNum
tallyBatchNum:
TypedContractMethod<[], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:433
tallyCommitment
tallyCommitment:
TypedContractMethod<[], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:435
tallyVotes
tallyVotes:
TypedContractMethod<[BigNumberish,BigNumberish[]], [void],"nonpayable">
Defined in: contracts/typechain-types/contracts/Tally.ts:437
totalSpent
totalSpent:
TypedContractMethod<[], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:443
totalTallyResults
totalTallyResults:
TypedContractMethod<[], [bigint],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:445
updateSbCommitment
updateSbCommitment:
TypedContractMethod<[], [void],"nonpayable">
Defined in: contracts/typechain-types/contracts/Tally.ts:447
verifier
verifier:
TypedContractMethod<[], [string],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:449
verifyingKeysRegistry
verifyingKeysRegistry:
TypedContractMethod<[], [string],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:500
verifyPerVoteOptionSpentVoiceCredits
verifyPerVoteOptionSpentVoiceCredits:
TypedContractMethod<[BigNumberish,BigNumberish,BigNumberish[][],BigNumberish,BigNumberish,BigNumberish,BigNumberish], [boolean],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:451
verifySpentVoiceCredits
verifySpentVoiceCredits:
TypedContractMethod<[BigNumberish,BigNumberish,BigNumberish,BigNumberish], [boolean],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:465
verifyTallyProof
verifyTallyProof:
TypedContractMethod<[BigNumberish,BigNumberish,BigNumberish[]], [boolean],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:476
verifyTallyResult
verifyTallyResult:
TypedContractMethod<[BigNumberish,BigNumberish,BigNumberish[][],BigNumberish,BigNumberish,BigNumberish,BigNumberish], [boolean],"view">
Defined in: contracts/typechain-types/contracts/Tally.ts:486
Methods
connect()
connect(
runner?):Tally
Defined in: contracts/typechain-types/contracts/Tally.ts:315
Return a new Contract instance with the same target and ABI, but a different %%runner%%.
Parameters
runner?
ContractRunner | null
Returns
Tally
Overrides
BaseContract.connect
getFunction()
Call Signature
getFunction<
T>(key):T
Defined in: contracts/typechain-types/contracts/Tally.ts:502
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:506
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:509
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:516
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:519
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: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
"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:533
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:540
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:547
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:554
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:569
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:576
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:579
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:582
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:585
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:588
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:591
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:594
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:597
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:600
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:603
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:606
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:613
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:616
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:619
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:622
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:625
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:640
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:652
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:663
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:678
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:349
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:352
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:331
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:335
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:340
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:344
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:320
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:325
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:353
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:316
Resolve to this Contract once the bytecode has been deployed, or resolve immediately if already deployed.
Returns
Promise<Tally>
Overrides
BaseContract.waitForDeployment