Posts tagged #logs

1 post.

July 4, 2026 · 5 min read

Did It Actually Succeed? Reading eth_getTransactionReceipt

A transaction being mined does not mean it worked — a reverted transaction still lands in a block and still costs you gas. The receipt is where the truth lives: the status flag, the event logs, the real gas paid, and how many confirmations you should wait. Here's how to read one.

Read →