Skip to main content
Schema: crosschain.core Table: dim_evm_event_abis Type: View

What

This table contains the individual event abis for each all contracts that we have ABIs for. Proxies are rolled up to their implementation.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTThe blockchain that the event abi is for.
PARENT_CONTRACT_ADDRESSTEXTThe address of the contract that the event abi is for.
EVENT_NAMETEXTThe name of the event.
ABIVARIANTThe abi of the event.
SIMPLE_EVENT_NAMETEXTThe name of the event along with its parameters.
EVENT_SIGNATURETEXTThe keccak256 signature of the simple event name. This can be used to filter for events in the logs table on topics[0].
START_BLOCKNUMBERThe block number of the creation of the contract containing the event. This could be from a proxy or an implementation.
END_BLOCKNUMBERThe block number before a similar event was created in the contract. This could be from a proxy or an implementation.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.
DIM_EVM_EVENT_ABIS_IDTEXTThe unique identifier for each row in the table.