You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aggregate results from multiple read-only function calls
As far as I'm aware, it supports writing to function calls. Is this correct? I believe this comment is wrong where it says read-only?
And it does not support payable or passing msg.value?
In the multicall.sol contract: https://github.com/makerdao/multicall/blob/master/src/Multicall.sol#L7
As far as I'm aware, it supports writing to function calls. Is this correct? I believe this comment is wrong where it says
read-only?And it does not support
payableor passingmsg.value?