StangFAST01 - daos
    Updated 2023-08-24
    -- forked from 01 - cex copy @ https://flipsidecrypto.xyz/edit/queries/453a0c62-7fe3-4629-8599-1a3ca34d8521

    -- forked from 01 - cex @ https://flipsidecrypto.xyz/edit/queries/5026d942-1c33-42c9-9585-0d3651db63aa

    -- forked from 01 - assets [ NEAR ] @ https://flipsidecrypto.xyz/edit/queries/33dd8f8c-7ba8-4eb4-adce-b688da91edfb

    -- forked from 03 - community @ https://flipsidecrypto.xyz/edit/queries/23e8a6ee-0ec1-4440-a366-8826a80b451d

    -- forked from 02 - new and old users charts @ https://flipsidecrypto.xyz/edit/queries/01ae6c3d-d714-44d2-967c-3fb185193d08

    -- forked from 01 - active wallet @ https://flipsidecrypto.xyz/edit/queries/80056b6f-38ed-432b-90cf-5db3a735a159

    --- fractal.i-am-human.near -> fractal
    --- community.i-am-human.near -> comminity sbts
    --- og-sbt.sputnik-dao.near -> og
    --- issuer.regens.near -> regen
    --- issuer.prooofofvibes.near -> proof of vibes

    --- kudos.ndctools.near -> proof of kudos
    --- nominations.ndc-gwg.near -> gwg core contributor
    --- ndccollective.sputnik-dao.near -> ndc contributor


    with

    min AS
    (
    SELECT
    min( a.block_timestamp ) AS min_date
    , a.tx_signer AS new_user
    FROM
    near.core.fact_transactions a
    GROUP BY 2
    ORDER BY 1 DESC
    )
    ,
    Run a query to Download Data