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