andurilyearning-amethyst
    Updated 2024-08-16
    select tx_id,
    units_consumed,
    units_limit
    from solana.core.fact_transactions
    where
    date(block_timestamp) >= '2024-08-15'
    --and tx_id = 'ZCJHdYXrUk7FxzYdCoZRxPs9By8xn4JeB8TWRkuN4e6jeFiFKFtHswbCU2CZuqNtc6i2qCDY1tNnG4wLVBGicqc'
    limit 10
    QueryRunArchived: QueryRun has been archived