TheLaughingMantotal stats by label
    Updated 2025-04-11


    with merge as (

    ---arbitrum
    SELECT * EXCLUDE version, 'arbitrum' as label from arbitrum.vertex.ez_perp_trades
    WHERE 1=1
    AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'
    UNION ALL
    ---base
    SELECT *, 'base' as label from base.vertex.ez_perp_trades
    WHERE 1=1
    AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'

    UNION ALL
    ---blitz
    SELECT * , 'blitz' as label from blast.blitz.ez_perp_trades
    WHERE 1=1
    AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'

    UNION ALL
    ---mantle
    SELECT * , 'mantle' as label from mantle.vertex.ez_perp_trades
    WHERE 1=1
    AND block_timestamp::date BETWEEN '{{start_date}}' AND '{{end_date}}'
    AND trader != '0x0000000000000000000000000000000000000000'
    AND subaccount!='0x0000000000000000000000000000000000000000000000000000000000000001'

    Last run: 18 days ago
    LABEL
    UNIQUE_TRADERS
    TOTAL_ORDERS
    TOTAL_VOLUME
    TOTAL_FEES
    1
    arbitrum119024860543057008069.43649209052.362194474
    2
    base9866561735490.6312896142.02543373
    3
    blitz268287293392199382.48821133657.12593958
    4
    mantle26291240529791274.589692-10995.48421625
    5
    sei11264787428330528176.20971610986.102720668
    5
    268B
    5s