paradigmxyz/rivet

Feature: Display logs in transaction details

Closed this issue · 2 comments

jxom commented

The Request

The ability to see a list of (decoded) logs for a transaction on the transaction details screen.

Problem

Right now, we cannot see logs that were broadcast on a transaction.

Solution

As a user, I would like to see a list of decoded logs on the transaction details screen (akin to Etherscan's Logs tab).

PDiTO commented

I'd like to have a stab at this for a day or two if possible.

PDiTO commented

Any thoughts on the decoding element of this. Etherscan has the benefit of contract verification to lean on. Use a library of the most common signatures? (https://www.4byte.directory/event-signatures/)