Loop Decoder - a highly customizable TypeScript library to decode and interpret any EVM transaction into a human-readable format.
Key features:
- Can be used on both the client side and server side in JS applications.
- Minimal external dependencies - you only need an RPC. It also has optional API providers that can be used to fetch contract metadata or you can connect just your storage.
- Flexible interpreter that allows you to define any custom interpretation of EVM transactions.