ApeWorX / ape-etherscan

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

feat: use symbol() when possible for Vyper_contract source names #26

Closed antazoey closed 2 years ago

antazoey commented 2 years ago

What I did

Etherscan always returns Vyper_contract for vyper contract types. However, sometimes it is a token contract and has a symbol() method. If that is the case, change the contract type name to the symbol name, as a trick to improve experience.

How I did it

How to verify it

Checklist