Ali3NOverall BLUB Trading Stats in DEX Avalanche
    Updated 3 hours ago
    select count (distinct tx_hash) as TX_Count,
    count (distinct origin_from_address) as Traders_Count,
    sum(coalesce(amount_in_usd,amount_out_usd,0)) as USD_Trading_Volume,
    avg(coalesce(amount_in_usd,amount_out_usd,0)) as Average_USD_Trading_Volume
    from avalanche.defi.ez_dex_swaps
    where token_in in ('0x0f669808d88b2b0b3d23214dcd2a1cc6a8b1b5cd')
    or token_out = '0x0f669808d88b2b0b3d23214dcd2a1cc6a8b1b5cd'




    Last run: about 3 hours agoAuto-refreshes every 24 hours
    TX_COUNT
    TRADERS_COUNT
    USD_TRADING_VOLUME
    AVERAGE_USD_TRADING_VOLUME
    1
    12400817612112734902.07715.495500628
    1
    43B
    157s