Skip to content

MulticallCall

Defined in: utils/multicall.ts:31

A single call to include in a multicall batch.

Properties

abi

abi: JSONABI

Defined in: utils/multicall.ts:35

The JSON ABI of the target contract (or at least the entry for the function being called)


args?

optional args: any[]

Defined in: utils/multicall.ts:39

The arguments to pass to the function


functionName

functionName: string

Defined in: utils/multicall.ts:37

The name of the function to call


target

target: string

Defined in: utils/multicall.ts:33

The target contract address