Multicall

Inherits: IMulticall

Functions

multicall

This function allows multiple calls to different contract functions in a single transaction.

function multicall(bytes[] calldata data) external returns (bytes[] memory results);

Parameters

Returns

Last updated