TheLaughingMandaily 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'

    UNION ALL
    Last run: 16 days ago
    DDATE
    LABEL
    UNIQUE_TRADERS
    TOTAL_ORDERS
    TOTAL_VOLUME
    TOTAL_FEES
    TOTAL_REBATES
    1
    2025-01-01 00:00:00.000arbitrum1321808323610708.8540642357.260082111-1178.820373514
    2
    2025-01-01 00:00:00.000base51914054.064.4568456960
    3
    2025-01-01 00:00:00.000blitz5031474704532.23178103313.343846586-300.72445586
    4
    2025-01-01 00:00:00.000mantle313421106235.14225352139.363389486-82.966217926
    5
    2025-01-01 00:00:00.000sei365271752132601.112481813481.23804552-3799.358462794
    6
    2025-01-02 00:00:00.000arbitrum1742870634615224.31457474239.82296297-1954.197817379
    7
    2025-01-02 00:00:00.000base739011.6894734970
    8
    2025-01-02 00:00:00.000blitz6551107867808.37730749383.685443583-505.587055569
    9
    2025-01-02 00:00:00.000mantle521463688294.98210275258.381961824-276.614440319
    10
    2025-01-02 00:00:00.000sei379201789225993.76955122420.286550942-6548.861320655
    11
    2025-01-03 00:00:00.000arbitrum1702395827767693.32475532956.764610851-1636.845292347
    12
    2025-01-03 00:00:00.000base11139055.9791151530
    13
    2025-01-03 00:00:00.000blitz7443446719403.93984473465.392864119-452.79501672
    14
    2025-01-03 00:00:00.000mantle517072382880.53158855157.532570222-178.706524034
    15
    2025-01-03 00:00:00.000sei406631159261512.076773215784.22423445-4331.352288155
    16
    2025-01-04 00:00:00.000arbitrum1471755118758916.81832141844.942227969-1059.018901258
    17
    2025-01-04 00:00:00.000base131398510.13640.5281825480
    18
    2025-01-04 00:00:00.000blitz6626203035385.48918169550.638510719-190.656976306
    19
    2025-01-04 00:00:00.000mantle71324858561.881290184180.292406139-64.365487616
    20
    2025-01-04 00:00:00.000sei404922650280627.989158612131.718494053-3657.860007421
    ...
    450
    37KB
    2s