Multicall
Provides a function to batch together multiple calls in a single external call. Available since v4.1.
Methods
multicall
Receives and executes a batch of function calls on this contract.
Parameters
Name
Type
Description
data
bytes[]
undefined
Returns
Name
Type
Description
results
bytes[]
undefined
Last updated