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
Currently, Etherscan knows it's a proxy and we don't. We could use &action=getsourcecode instead of action=getabi when calling Etherscan to receive the implementation address in Implementation field alongside the ABI in ABI field. We already have code for this in Ethereum Code Viewer / Dethcode.
A solution agnostic about ABI source: In this particular case, we'd need to replicate
And I'm not sure if this one is feasible. There is only a constructor and a fallback in the ABI, both implementationName mapping and addressManager mapping are private.
https://etherscan.io/address/0x25ace71c97B33Cc4729CF772ae268934F7ab5fA1#code
The text was updated successfully, but these errors were encountered: