Skip to main content
Version: v3.x

Minimal Anti Collusion Infrastructure (MACI) / MockERC20Votes

Interface: MockERC20Votes

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:144

Extends

  • BaseContract

Properties

allowance

allowance: TypedContractMethod<[AddressLike, AddressLike], [bigint], "view">

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:187


approve

approve: TypedContractMethod<[AddressLike, BigNumberish], [boolean], "nonpayable">

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:193


balanceOf

balanceOf: TypedContractMethod<[AddressLike], [bigint], "view">

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:199


changeVotes

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:201


decimals

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:207


filters

filters: object

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:311

All the Events available on this contract.

Approval

Approval: TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Approval(address,address,uint256)

Approval(address,address,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Transfer

Transfer: TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Transfer(address,address,uint256)

Transfer(address,address,uint256): TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Overrides

BaseContract.filters


getPastVotes

getPastVotes: TypedContractMethod<[AddressLike, BigNumberish], [bigint], "view">

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:209


interface

interface: MockERC20VotesInterface

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:148

The contract Interface.

Overrides

BaseContract.interface


name

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:215


symbol

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:217


totalSupply

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:219


transfer

transfer: TypedContractMethod<[AddressLike, BigNumberish], [boolean], "nonpayable">

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:221


transferFrom

transferFrom: TypedContractMethod<[AddressLike, AddressLike, BigNumberish], [boolean], "nonpayable">

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:227


votes

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:233

Methods

connect()

connect(runner?): MockERC20Votes

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:145

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

Parameters

runner?

null | ContractRunner

Returns

MockERC20Votes

Overrides

BaseContract.connect


getEvent()

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:296

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

"Approval"

Returns

TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Overrides

BaseContract.getEvent

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:303

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

"Transfer"

Returns

TypedContractEvent<InputTuple, OutputTuple, OutputObject>

Overrides

BaseContract.getEvent


getFunction()

Call Signature

getFunction<T>(key): T

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:235

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:239

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

"allowance"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:246

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

"approve"

Returns

TypedContractMethod<[AddressLike, BigNumberish], [boolean], "nonpayable">

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:253

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

"balanceOf"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:256

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

"changeVotes"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:259

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

"decimals"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:262

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

"getPastVotes"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:269

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

"name"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:272

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

"symbol"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:275

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

"totalSupply"

Returns

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

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:278

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

"transfer"

Returns

TypedContractMethod<[AddressLike, BigNumberish], [boolean], "nonpayable">

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:285

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

"transferFrom"

Returns

TypedContractMethod<[AddressLike, AddressLike, BigNumberish], [boolean], "nonpayable">

Overrides

BaseContract.getFunction

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:292

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

"votes"

Returns

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

Overrides

BaseContract.getFunction


listeners()

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:179

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/mocks/MockERC20Votes.ts:182

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:161

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

Type Parameters
TCEvent

TCEvent extends TypedContractEvent<any, any, any>

Parameters
event

TCEvent

listener

TypedListener<TCEvent>

Returns

Promise<MockERC20Votes>

Overrides

BaseContract.on

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:165

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

Overrides

BaseContract.on


once()

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:170

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

Overrides

BaseContract.once

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:174

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

Overrides

BaseContract.once


queryFilter()

Call Signature

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:150

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/mocks/MockERC20Votes.ts:155

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

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:183

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

Overrides

BaseContract.removeAllListeners


waitForDeployment()

waitForDeployment(): Promise<MockERC20Votes>

Defined in: contracts/typechain-types/contracts/mocks/MockERC20Votes.ts:146

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

Returns

Promise<MockERC20Votes>

Overrides

BaseContract.waitForDeployment