| BLOCK_TIMESTAMP_HOUR | TIMESTAMP_NTZ | The hourly time bucket. |
| BLOCK_NUMBER_MIN | NUMBER | Minimum block number in the hour. |
| BLOCK_NUMBER_MAX | NUMBER | Maximum block number in the hour. |
| BLOCK_COUNT | NUMBER | Number of blocks produced in the hour. |
| TRANSACTION_COUNT | NUMBER | Total transactions in the hour. |
| TRANSACTION_COUNT_SUCCESS | NUMBER | Successful transactions in the hour. |
| TRANSACTION_COUNT_FAILED | NUMBER | Failed transactions in the hour. |
| UNIQUE_SENDER_COUNT | NUMBER | Unique transaction senders in the hour. |
| UNIQUE_PAYLOAD_FUNCTION_COUNT | NUMBER | Unique payload functions called in the hour. |
| TOTAL_FEES_NATIVE | FLOAT | Total fees paid in native token. |
| TOTAL_FEES_USD | FLOAT | Total fees paid in USD. |
| EZ_CORE_METRICS_HOURLY_ID | TEXT | Unique identifier for the row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified. |