flyingfishflow_q16-first NFL All Day first
    Updated 2022-07-04
    SELECT
    tx_id,
    block_timestamp,
    nft_collection,
    nft_id,
    price
    FROM flow.core.fact_nft_sales
    WHERE nft_collection = 'A.e4cf4bdc1751c65d.AllDay'
    ORDER BY block_timestamp ASC
    LIMIT 1
    Run a query to Download Data