G33kNoob / abi-guesser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

abi-guesser

Guess the type for any ABI-encoded blob of data, such as call data, return data, or anything that was created with abi.encode().

Usage:

npm install https://github.com/samczsun/abi-guesser

yarn add https://github.com/samczsun/abi-guesser

pnpm install https://github.com/samczsun/abi-guesser
import { guessAbiEncodedData } from '@samczsun/abi-guesser/dist/encode-guesser';

const types = guessAbiEncodedData(data);

About


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%