Multicall class

Constructors

Multicall(String multicallAddress, dynamic providerOrSigner)
Multicall.fromChain(Chains chain, dynamic providerOrSigner)
factory

Properties

contract Contract
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

aggregate(List<MulticallPayload> payload) Future<MulticallResult>
multipleERC20Allowance(List<String> tokens, List<String> owners, List<String> spenders) Future<List<BigInt>>
multipleERC20Balances(List<String> tokens, List<String> addresses) Future<List<BigInt>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

abi → const List<String>