Data Decoder

Make transaction data human-readable

Ethereum transactions that aren't simple ETH transfers include a data field, which encodes function calls and arguments in a long hex string that are sent to a smart contract.

This tool decodes the calldata, extracting function names and input arguments, to make it easier to understand what the transaction is doing.

OR