itasli / evm-abi-finder

Guess ABI of any Ethereum contract, even if it is not verified on Etherscan.

Home Page:https://evm-abi-finder.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess ABI of any EVM contract, even if it is not verified. Works by analyzing the bytecode, extracting selectors from PUSH4/JUMPI instructions and comparing them to known ABI signatures.

Forked from @w1nt3r-eth/abi.w1nt3r.xyz

Powered by @shazow/whatsabi and 4byte.directory

Getting Started

To begin, install the npm modules:

npm i

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Guess ABI of any Ethereum contract, even if it is not verified on Etherscan.

https://evm-abi-finder.vercel.app/


Languages

Language:TypeScript 92.3%Language:CSS 6.2%Language:JavaScript 1.5%