eth-abi-decoder

1.1.0 • Public • Published

eth-abi-decoder

Ethereum transaction raw data decoder

Install

npm install eth-abi-decoder
yarn add eth-abi-decoder

Decode transaction input data

const {addABI, decodedData} = require('eth-abi-decoder')
// 1. Add the Abstract Binary Interface
addABI(abi);

// 2. Decode the input data
const decodedData = decodeMethod(data);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    0
  • 1.0.1
    1
  • 1.0.0
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i eth-abi-decoder

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

100 kB

Total Files

4

Last publish

Collaborators

  • ppoliani