Table Description

The traces_decoded table contains decoded traces from Ethereum transactions. The table matches MethodID, which consists of the first 4 bytes of any eth call to the trace signature and the corresponding Method name. The table does not contain the full trace data and is not suitable for analysis of smart contract level data. For that, use the specific event tables as described in Call-tables.

This table is great for gaining a high level understanding of the types of events that are being emitted by a smart contract or smart contracts of a certain protocol.

Column Descriptions

Datatypes on Snowflake datashare are different in some cases, read more here.

Table Sample