flow.core_evm Table: ez_decoded_event_logs Type: Base Table
What
For information on how to submit a contract for decoding, as well as how ABIs are sourced, please visit here. This model contains decoded event logs for contracts that we have an ABI for. Please note, this table does not include all event logs, only those that we have an ABI for. Thedecoded_log column is the easiest place to query decoded data. It is a JSON object, where the keys are the names of the event parameters, and the values are the values of the event parameters.
You can select from this column using the following sample format, decoded_log:from::string or more generally, decoded_log:<event_param>::datatype. See below for a full sample query.
The full_decoded_logs column contains the same information, as well as additional fields such as the datatype of the decoded data. You may need to laterally flatten this column to query the data.
Sample query for USDC Transfer events: