Documentarion says that calling another contract returns (bool, bytes) but I'm getting error that says it actually returns (bool,bytes1). What is the issue here? I am trying to get read the unit256 returned by erc20 getBalance(address). I am calling contracts with bytes4 function prefix because I can't use interfaces here
May 16, 2021, 1:23 AM