Last updated 2 years ago
Provides a function to batch together multiple calls in a single external call. Available since v4.1.
function multicall(bytes[] data) external nonpayable returns (bytes[] results)
Receives and executes a batch of function calls on this contract.
data
bytes[]
undefined
results