Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot Create a Transaction with Optimism USDC Contract #764

Open
Andriy-Kulak opened this issue Oct 12, 2023 · 1 comment
Open

I cannot Create a Transaction with Optimism USDC Contract #764

Andriy-Kulak opened this issue Oct 12, 2023 · 1 comment

Comments

@Andriy-Kulak
Copy link

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
Screenshot 2023-10-12 at 16 29 41

The expected behavior is that I should be able to create transactions for common contracts even if they are proxies

@katspaugh katspaugh transferred this issue from safe-global/safe-wallet-web Oct 13, 2023
@katspaugh
Copy link
Member

katspaugh commented Oct 13, 2023

Looks like neither sourcify, nor our own indexer have an ABI for this contract (or rather the singleton it proxies):

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants