Ali3NOverall BLUB Trading Stats in DEX Avalanche
    Updated 2 days 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: 1 day agoAuto-refreshes every 24 hours
    TX_COUNT
    TRADERS_COUNT
    USD_TRADING_VOLUME
    AVERAGE_USD_TRADING_VOLUME
    1
    12696317701113584276.25702.433975362
    1
    43B
    185s