zkptotal account
    Updated 2023-09-18
    SELECT DISTINCT
    count(DISTINCT CONTRACT) as "total wallets"
    from
    external.tokenflow_starknet.decoded_transactions
    where
    CHAIN_ID = 'mainnet'
    Run a query to Download Data