Skip to main content
Schema: crosschain.stats Table: ez_activity_protocol_metrics_daily Type: Base Table

What

An aggregated daily view of cross-chain activity metrics, including transaction counts aggregated by the protocol. This model also contains and IS_QUALITY flag that indicates whether the transaction initiator has a user score of 4 or higher.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTBlockchain, Network, or Platform the transaction or event occurs on.
BLOCK_DATEDATEThe date of the block timestamp of this transaction in UTC
PROTOCOLTEXTPROTOCOL column
TRANSACTION_COUNTNUMBERThe number of transactions in the hour.
QUALITY_TRANSACTION_COUNTNUMBERThe number of transactions in the hour.
NUM_USERSNUMBERunique addresses submitting a transaction that interacts with any protocol contract (same address can be counted across two different protocols, but never more than once within a protocol)
NUM_QUALITY_USERSNUMBERquality addresses with flipside score >= 4 submitting a transaction that interacts with any protocol contract (same address can be counted across two different protocols, but never more than once within a protocol)
EZ_ACTIVITY_PROTOCOL_METRICS_DAILY_IDTEXTThe unique identifier for each row in the table.
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.