sixahi6066SPL Time Frames
    Updated 2024-05-27
    -- forked from 2023-10-28 02:08 PM @ https://flipsidecrypto.xyz/edit/queries/2573b0ef-ad01-4275-bfa1-f82f1620e1a0
    select * from solana.core.fact_transfers
    where
    mint = '5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC'
    --AND ((tx_from = '3MWHzLgLQ98n4htEJXKJWNUNUfbeexWEDnksRFxDsLeS' OR
    -- tx_to = '3MWHzLgLQ98n4htEJXKJWNUNUfbeexWEDnksRFxDsLeS'))
    and block_timestamp >= '2023-12-24'
    and block_timestamp <= '2023-12-26'
    limit
    10000
    --- GROUP BY TX_FROM
    --- ORDER BY COUNT DESC
    QueryRunArchived: QueryRun has been archived