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
@jacqueswww - thanks a lot, may I selfishly suggest elements of the Uniswap contract for different ways of integrating ERC20 tokens as it has its own as well as external :).
Hi There,
I'm trying to compile the following contract running
master
:Input contract
Output
I can fix it temporarily by changing the
address
to anaddress(ERC20)
, this compiles to runtime bytecode, but doesn't compile when extracting the ABI:Input contract 2
(-f abi)
Output
The text was updated successfully, but these errors were encountered: