denze-e7j2NU2024-06-06 04:10 PM
Updated 2024-06-06
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
-- 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