ApeWorX / ape-etherscan

Etherscan explorer plugin using EVM-based networks for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
22 stars 25 forks source link

Make use of source code in ABI response #57

Closed antazoey closed 5 months ago

antazoey commented 1 year ago

What went wrong?

Currently, we return ContractType objects in the explorer, the API expects. However, while making these, we discard valuable Source data. Sources are present elsewhere in the PackageManifest and it may be nice to include these artifacts somewhere.

How can it be fixed?

Ideas: