sixahi6066SOL transactions
Updated 2024-05-27
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
-- forked from Coinbase SPL to and from @ https://flipsidecrypto.xyz/edit/queries/0ca5e85e-2edc-47a9-98c2-15fe2ed4f795
SELECT
*
FROM
SOLANA.core.fact_transfers
WHERE
block_timestamp >= '2022-05-16'
and block_timestamp <= '2022-05-18'
and mint = '11111111111111111111111111111111'
and amount >= 9999
and amount <= 10001
limit 10000
QueryRunArchived: QueryRun has been archived