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
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.