shazow / abi.w1nt3r.xyz

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

Home Page:https://abi.w1nt3r.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Powered by @shazow/whatsabi and 4byte.directory

Getting Started

Copy .env.example to .env and add your Alchemy API key.

Then, run the development server:

npm run dev
# or
yarn 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://abi.w1nt3r.xyz/

License:MIT License


Languages

Language:TypeScript 93.2%Language:CSS 5.4%Language:JavaScript 1.3%Language:Shell 0.1%