denze-e7j2NU2024-06-06 04:10 PM
    Updated 2024-06-06
    -- select * from near.core.fact_transactions
    -- where block_timestamp >= '2024-06-05'
    -- and tx_hash = 'AwSaJKmMf2y5s1Aj5r7iQ5htaCaDHrJeKVLHBLUSafX'

    select * from near.core.fact_actions_events
    where tx_hash = '32qyKcLvk3yxsSpr8ADCKcLGAPbhXtxED8FDfxXnD352'
    and block_timestamp between '2023-06-01' and '2023-07-01'

    select * from near.core.fact_transactions
    where tx_hash = 'BjuBdyzsUYPCGk4rVAqATbnSuDvhzJFLaRVoxMAf8cEx'
    and block_timestamp between '2024-06-01' and '2024-07-01'

    select * from near.core.fact_receipts limit 10
    QueryRunArchived: QueryRun has been archived