Skip to content

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

Notifications You must be signed in to change notification settings

itasli/evm-abi-finder

Repository files navigation

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.