Updated 2025-03-12
    with pool_Address as (
    SELECT
    DISTINCT DECODED_LOG:pool as pool_ca,
    DECODED_LOG:token0 as token0_ca,
    DECODED_LOG:token1 as token1_ca
    FROM
    blast.core.ez_decoded_event_logs
    where
    tx_hash in (
    SELECT
    TX_HASH
    from
    blast.core.fact_traces
    WHERE
    TYPE ILIKE 'create%'
    AND to_address IS NOT NULL
    AND input IS NOT NULL
    AND input != '0x'
    AND tx_status = 'SUCCESS'
    AND trace_status = 'SUCCESS'
    and to_address in(
    SELECT
    lo2.decoded_log:pool as pool
    FROM
    blast.core.ez_decoded_event_logs lo
    inner join blast.core.ez_decoded_event_logs lo2 on lo2.tx_hash = lo.tx_hash
    WHERE
    lo.contract_Address = '0x121b5ac4de4a3e6f4171956bc26ceda40cb61a56'
    and lo.event_name = 'OpenPosition'
    and lo2.event_name = 'Collect'
    and lo2.CONTRACT_NAME is not null
    )
    )
    and event_name = 'PoolCreated'
    and TX_STATUS = 'SUCCESS'
    ),
    Last run: about 1 month ago
    DATE
    Daily # of Trades
    Total L&S Trades
    Daily # of Traders
    Daily Positions Volume(USD)
    Total Positions Volume(USD)
    1
    2024-04-06 00:00:00.00054676763948854021.8168849254580562.0041709
    2
    2024-06-18 00:00:00.0006694653040211515878.63730141180299399.82198
    3
    2024-06-02 00:00:00.0007753380932758423261.335244904973105.317563
    4
    2024-07-07 00:00:00.00017544998868369.1798244191256518901.1839
    5
    2024-09-21 00:00:00.00012569107447965.9073184421319666371.6012
    6
    2024-12-12 00:00:00.0002583642895.0106464291360269593.84273
    7
    2025-02-20 00:00:00.00025905411447.4330512031363125188.18171
    8
    2024-09-27 00:00:00.000105708610127183.4261468141348251816.70411
    9
    2024-08-14 00:00:00.000515620537667934.6111454851276755177.3992
    10
    2025-02-01 00:00:00.00025897817089.6344136111360508516.66175
    11
    2024-08-05 00:00:00.000305606515114643.8570654791273580874.58065
    12
    2024-10-02 00:00:00.000157262180.7349268741358627810.9974
    13
    2024-10-12 00:00:00.0003572963394.0471132261358632243.65664
    14
    2024-09-10 00:00:00.0006568243127.9335305521319200819.80958
    15
    2024-06-16 00:00:00.0001270451475168974986.385224881158176329.27381
    16
    2024-04-08 00:00:00.000659887733014859267.066756674198084.7060097
    17
    2024-03-05 00:00:00.0006960566134048.17671059471321.282344701
    18
    2024-07-02 00:00:00.00021543801662985.4458364381252549766.89255
    19
    2025-01-15 00:00:00.00015883813044.0438393671360432784.97921
    20
    2025-01-08 00:00:00.000858444412629.6797751431360401621.70252
    ...
    340
    24KB
    469s