Multicall
Multicall
Functions
multicall
Name
Type
Description
Name
Type
Description
Multicall
Functions
multicall
Name
Type
Description
Name
Type
Description
Last updated
Multicall Enables calling multiple methods in a single call to the contract
multicall(bytes[]) payable external
Call multiple functions in the current contract and return the data from all of them if they all succeed
data
bytes[]
The encoded function data for each of the calls to make to this contract
Returns:
results
bytes[]
Multicall Enables calling multiple methods in a single call to the contract
multicall(bytes[]) payable external
Call multiple functions in the current contract and return the data from all of them if they all succeed
data
bytes[]
The encoded function data for each of the calls to make to this contract
Returns:
results
bytes[]
Last updated