Ethereum Input Data Decoder

screenshot of Ethereum Input Data Decoder
remix

Ethereum smart contract transaction input data decoder

Overview

The ethereum-input-data-decoder is a tool that allows users to decode Ethereum smart contract transaction input data. It provides a way to pass in the ABI file path or ABI array object to decode the input data. The tool supports decoding of tuple and tuple[] types, as well as big numbers. It also offers a CLI for easy installation and usage.

Features

  • Decode Ethereum smart contract transaction input data
  • Pass ABI file path or ABI array object to the decoder constructor
  • Supports decoding of tuple and tuple[] types
  • Returns numbers in big number format to preserve precision
  • CLI for easy installation and usage
  • Supports decoding contract creation input data
  • Supports ABIEncoderV2, but may encounter bugs
remix
Remix

Remix is a modern JavaScript framework that focuses on building fast and performant web applications. It emphasizes a combination of server-rendered content and client-side interactivity, offering a robust architecture for creating scalable and maintainable projects.