StangFASToverall of candidates
    Updated 2023-08-24
    -- forked from 04 - candidates @ https://flipsidecrypto.xyz/edit/queries/2fa2c38a-0543-4cd3-9af3-b2f5f21d9249

    -- forked from 04 - who has the most votes @ https://flipsidecrypto.xyz/edit/queries/fd2e723d-1862-4d6c-8c42-c4e4e82b143c

    -- forked from 03 - candidates @ https://flipsidecrypto.xyz/edit/queries/482b1434-d50c-4a8b-8949-a7338e437ce7

    -- 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