Creates a new instance of the object
Optional
signerOrProvider: Provider | Signer | MulticallProviderProtected
_callOptional
Readonly
multicallReturns the connected provider/signer
Returns if the contract is connected to a signer
Construct a contract call that can be utilized as a multicall
Rest
...params: any[]Executes the chainable list of contract calls
Optional
provider: Provider | Signer | MulticallProvider
Represents an extension to ethers.Contract that allows us to easily dump out the contract calls so that they can be used within a multicall execution pattern