Interface: MulticallCall
A single call to include in a multicall batch.
Properties
abi
• abi: JSONABI
The JSON ABI of the target contract (or at least the entry for the function being called)
Defined in
utils/multicall.ts:35
args
• Optional args: any[]
The arguments to pass to the function
Defined in
utils/multicall.ts:39
functionName
• functionName: string
The name of the function to call
Defined in
utils/multicall.ts:37
target
• target: string
The target contract address
Defined in
utils/multicall.ts:33