rezarwzDaily volume
    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 2 months ago
    DATE
    PAIR_NAME
    # of Trader
    Trade Volume (USD)
    # oF Trades
    1
    2024-05-10 00:00:00.000USDB-WETH2532086646.02561651253
    2
    2024-05-28 00:00:00.000USDB-WETH52465648281.8563617524
    3
    2024-05-03 00:00:00.000USDB-WETH5025540528.75736818502
    4
    2024-06-21 00:00:00.000ezETH-WETH1237544.37024632512
    5
    2024-07-19 00:00:00.000USDB-WETH1759794.49339162917
    6
    2024-03-05 00:00:00.000USDB-WETH63133367.88564154863
    7
    2024-08-23 00:00:00.000USDB-WETH8119862.9466930628
    8
    2024-04-14 00:00:00.000ezETH-WETH7483299.5062108417
    9
    2024-05-30 00:00:00.000USDB-USDe492125.1145331054
    10
    2024-05-13 00:00:00.000ezETH-WETH9504177.2062113829
    11
    2024-07-24 00:00:00.000USDB-BLAST2440.2068939672
    12
    2024-05-08 00:00:00.000USDB-BAG10.92473197061
    13
    2024-03-06 00:00:00.000WETH-mwstETH-WPUNKS:40110537.5138620631
    14
    2024-11-21 00:00:00.000WETH-BLAST10.42993928621
    15
    2024-04-30 00:00:00.000WETH-WBTC24295.8079076542
    16
    2024-06-04 00:00:00.000USDB-USDe1175357876.03310441117
    17
    2024-06-14 00:00:00.000USDB-USDe913373.776205989
    18
    2024-05-03 00:00:00.000WETH-mwstETH-WPUNKS:402473.3951993772
    19
    2024-05-19 00:00:00.000WETH-WBTC3163.5789198863
    20
    2024-04-03 00:00:00.000USDB-PAC179.1656442381
    ...
    896
    54KB
    426s