blockscout / frontend

Front-end application for Blockscout
https://blockscout.com
GNU General Public License v3.0
181 stars 474 forks source link

Show reverse-engineered ABI #1836

Open ulyanas opened 7 months ago

ulyanas commented 7 months ago

WhatsABI tool can guess a contract's ABI and detect proxies from an Ethereum bytecode, even if it's unverified.

Using this tool we can show guessed ABIs for unverified contacts.

UI:

MyAccount turned on:

The ABI used here was reverse-engineered using whatsabi. It may contain errors. You can upload your own ABI instead. It will remain private.

Upload link: <chain url>/account/custom-abi

MyAccount turned off:

The ABI used here was reverse-engineered using whatsabi. It may contain errors.

ulyanas commented 1 month ago

Need to re-visit. Check if backend is ready and works @ulyanas @rimrakhimov