Minimal Anti Collusion Infrastructure (MACI) / ERC20
Interface: ERC20
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:123
Extends
BaseContract
Properties
allowance
allowance:
TypedContractMethod
<[AddressLike
,AddressLike
], [bigint
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:166
approve
approve:
TypedContractMethod
<[AddressLike
,BigNumberish
], [boolean
],"nonpayable"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:172
balanceOf
balanceOf:
TypedContractMethod
<[AddressLike
], [bigint
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:178
decimals
decimals:
TypedContractMethod
<[], [bigint
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:180
filters
filters:
object
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:263
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
interface
interface:
ERC20Interface
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:127
The contract Interface.
Overrides
BaseContract.interface
name
name:
TypedContractMethod
<[], [string
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:182
symbol
symbol:
TypedContractMethod
<[], [string
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:184
totalSupply
totalSupply:
TypedContractMethod
<[], [bigint
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:186
transfer
transfer:
TypedContractMethod
<[AddressLike
,BigNumberish
], [boolean
],"nonpayable"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:188
transferFrom
transferFrom:
TypedContractMethod
<[AddressLike
,AddressLike
,BigNumberish
], [boolean
],"nonpayable"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:194
Methods
connect()
connect(
runner?
):ERC20
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:124
Return a new Contract instance with the same target and ABI, but a different %%runner%%.
Parameters
runner?
null
| ContractRunner
Returns
ERC20
Overrides
BaseContract.connect
getEvent()
Call Signature
getEvent(
key
):TypedContractEvent
<InputTuple
,OutputTuple
,OutputObject
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:248
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:255
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:200
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:204
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:211
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:218
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
<[], [bigint
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:221
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
<[], [string
],"view"
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:224
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:227
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:230
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:233
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:240
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
listeners()
Call Signature
listeners<
TCEvent
>(event
):Promise
<TypedListener
<TCEvent
>[]>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:158
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:161
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
<ERC20
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:140
Add an event %%listener%% for the %%event%%.
Type Parameters
TCEvent
TCEvent
extends TypedContractEvent
<any
, any
, any
>
Parameters
event
TCEvent
listener
TypedListener
<TCEvent
>
Returns
Promise
<ERC20
>
Overrides
BaseContract.on
Call Signature
on<
TCEvent
>(filter
,listener
):Promise
<ERC20
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:144
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
<ERC20
>
Overrides
BaseContract.on
once()
Call Signature
once<
TCEvent
>(event
,listener
):Promise
<ERC20
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:149
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
<ERC20
>
Overrides
BaseContract.once
Call Signature
once<
TCEvent
>(filter
,listener
):Promise
<ERC20
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:153
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
<ERC20
>
Overrides
BaseContract.once
queryFilter()
Call Signature
queryFilter<
TCEvent
>(event
,fromBlockOrBlockhash?
,toBlock?
):Promise
<TypedEventLog
<TCEvent
>[]>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:129
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/@openzeppelin/contracts/token/ERC20/ERC20.ts:134
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
<ERC20
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:162
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
<ERC20
>
Overrides
BaseContract.removeAllListeners
waitForDeployment()
waitForDeployment():
Promise
<ERC20
>
Defined in: contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.ts:125
Resolve to this Contract once the bytecode has been deployed, or resolve immediately if already deployed.
Returns
Promise
<ERC20
>
Overrides
BaseContract.waitForDeployment