PayableMulticall
Functions
multicall
function multicall(bytes[] calldata data) external payable returns (bytes[] memory results);Name
Type
Description
Name
Type
Description
Last updated
Inherits: IPayableMulticall
This function allows multiple calls to different contract functions in a single transaction.
function multicall(bytes[] calldata data) external payable returns (bytes[] memory results);Parameters
data
bytes[]
An array of encoded function call data.
Returns
results
bytes[]
An array of the results of the function calls.
Last updated