function multicall( bytes[] data ) external payable override returns (bytes[] results)
Call multiple functions in the current contract and return the data from all of them if they all succeedThe msg.value should not be trusted for any method callable from multicall.