Multicall
Inherits: IMulticall
Functions
multicall
This function allows multiple calls to different contract functions in a single transaction.
Parameters
Returns
Last updated
Inherits: IMulticall
This function allows multiple calls to different contract functions in a single transaction.
Parameters
Returns
Last updated
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
data
bytes[]
An array of encoded function call data.
results
bytes[]
An array of the results of the function calls.