Transaction Decoder
About Transaction Decoder
- Decode Ethereum transaction input data to understand contract interactions
- Provide the transaction input data (starting with 0x)
- Optionally provide the contract ABI for detailed function decoding
- Without ABI, basic method ID and parameters will be shown
- With ABI, full function signature and decoded parameters will be displayed