piperGnosis: Total Number of Wallets / Users
    Updated 2023-03-14
    /*
    Twitter: @der_piper
    Discrod: piper#6707

    Gnosis - Some Numbers and Charts
    */

    SELECT
    COUNT(DISTINCT(from_address)) AS number_of_addresses
    FROM
    gnosis.core.fact_transactions
    WHERE
    status = 'SUCCESS'

    /* The End! */
    Run a query to Download Data