Last updated 9 months ago
function callExternal(address to, bytes data) external payable returns (bytes)
Call any external contract function.
to
address
- Address to call.
data
bytes
- Data to call {to} with.
[0]
bytes - Return data received from a call.