Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 652 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 652 Bytes

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.