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