Multicall Upgradeable

Provides a function to batch together multiple calls in a single external call. Available since v4.1.

Methods

multicall

function multicall(bytes[] data) external nonpayable returns (bytes[] results)

Receives and executes a batch of function calls on this contract.

Parameters

NameTypeDescription

data

bytes[]

undefined

Returns

NameTypeDescription

results

bytes[]

undefined

Last updated