rezarwzStatus of Liquidated Positions by Pair
    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
    PAIR_NAME
    # of Add premium TXs
    # of Liquidated Positions
    % of total positions
    1
    WETH-mwstETH-WPUNKS:207312.4087
    2
    USDB-BAG16128.7736
    3
    ezETH-WETH1824012.2324
    4
    YES-WETH0743.75
    5
    WETH-BAG0480
    6
    WETH-PAC0120
    7
    USDB-PAC0853.3333
    8
    WETH-WBTC01518.75
    9
    ORBIT-WETH12336.5079
    10
    OHNO-WETH0981.8182
    11
    WETH-JUICE0150
    12
    USDB-PTC0150
    13
    WETH-BLAST1413.3333
    14
    WETH-mwstETH-WPUNKS:40044.6512
    15
    USDB-axlUSDC01100
    16
    USDB-OLE015
    17
    USDB-USDe0302.9098
    18
    USDB-WETH508948517.5925
    19
    WETH-YIELD01100
    20
    PUMP-WETH16840
    23
    584B
    443s