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
I am trying to interact with Optimism USDC Contract. Specifically I want to execute a common approve method on ERC20 Contract but ABI is not showing up for it. This is one of the most common contracts on Optimism and how come I cannot interact with it using multisig? Can someone please assist?
I'll relay this to our backend team. Thanks for the report!
Edit:
Following up on this: we rely on Sourcify for ABIs, and it's not indexed on there. We'll need to reach out to them to add the implementation contract.
I am trying to interact with Optimism USDC Contract. Specifically I want to execute a common
approve
method on ERC20 Contract but ABI is not showing up for it. This is one of the most common contracts on Optimism and how come I cannot interact with it using multisig? Can someone please assist?Contract reference: https://optimistic.etherscan.io/token/0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85#writeProxyContract#F1
Below, you will see that ABI is not populated & no instructions are provided
The expected behavior is that I should be able to create transactions for common contracts even if they are proxies
The text was updated successfully, but these errors were encountered: