aihatsuRead a transactionLearnRPC

Open a transaction

one hash · one record

Open a contract

one address · what it can do

Uses the chain selected above. Reads the function selectors out of the bytecode, so it works on contracts nobody verified.

What you get

Balance changes
Every address that gained or lost value, native and ERC-20, read against a single zero rule.
Events
Logs decoded against your own signature database, including contracts nobody verified.
Call tree
The internal call order with gas per branch. Needs an RPC that allows debug_traceTransaction.
Contract functions
Every selector embedded in a contract's bytecode, decoded, plus the contracts already read that share it.