shazow/whatsabi
Extract the ABI (and resolve proxies, and get other metadata) from Ethereum bytecode, even without source code. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 17.5
- age_days: 1442
- days_rel: 15
- days_push: 15
- n_releases_24m: 21
Adoption not part of the score
1160 stars · 92 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WhatsABI is a small TypeScript library that guesses an ABI and detects proxy contracts directly from Ethereum bytecode, even for unverified contracts. It works in the browser and embeds in wallets, block explorers, and other web3 tooling, integrating with Ethers.js, Viem, and Web3.js.
Use cases
- extract an ABI from unverified Ethereum contract bytecode
- resolve proxy contracts behind a contract address
- look up function signatures from selectors
- build a procedural frontend for arbitrary smart contracts
- embed contract analysis in a web3 wallet
- analyze EVM bytecode in a block explorer
When to choose
- you need ABI info for contracts without verified source code
- you want a tiny, browser-runnable library with minimal dependencies
- you need proxy contract detection
- you work with contracts written in languages other than Solidity, like Vyper
When to avoid
- you need full decompilation or deep static analysis of EVM bytecode
- you already have verified source code and can compile the ABI yourself
- you need a non-JavaScript environment without a JS runtime
Facets
library · maturity active
parser developer-tools sdk blockchain developer-tools apis browser cross-platform ethereum evm bytecode-analysis abi web3 proxy-detection smart-contracts nodejs typescript
2 sources
- readme: https://github.com/shazow/whatsabi · fetched 2026-08-28 · 6394246aafdd
- homepage: https://shazow.github.io/whatsabi/ · fetched 2026-08-29 · 4a89276cbcfb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| shazow/whatsabi | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem