alfredfx10CEX AND DEX
    Updated 2024-07-04
    SELECT
    COUNT(DISTINCT tx_hash) AS "MEME DEX TRANSACTIONS",
    COUNT(DISTINCT origin_from_address) AS "MEME DEX USERS",
    SUM(ABS(amount_in_usd) + ABS(amount_out_usd)) AS "MEME DEX VOLUME"
    FROM
    ethereum.defi.ez_dex_swaps
    WHERE
    TOKEN_IN = LOWER('0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74')
    OR TOKEN_OUT = LOWER('0xb131f4A55907B10d1F0A50d8ab8FA09EC342cd74')

    QueryRunArchived: QueryRun has been archived