rezarwzVolume Volatility
    Updated 2025-03-12
    -- forked from (MACD) of Volume @ https://flipsidecrypto.xyz/edit/queries/016b145f-5e64-4f94-a94e-412cdbea543d
    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
    VOLUME
    Z_SCORE
    WEEKLY_VOLATILITY
    MONTHLY_VOLATILITY
    7 Day Moving Average
    30 Day Moving Average
    7 Day Moving Average(# of Tx)
    30 Day Moving Average(# of Tx)
    VOLUME_PERCENTILE
    VOLUME_MOMENTUM
    1
    2024-02-29 00:00:00.0005188.050159597-0.41253902085188.0501595975188.05015959714140.2271386431
    2
    2024-03-01 00:00:00.00066792.605593408-0.406193538943560.9988992343560.9988992335990.32787650235990.32787650290900.466076696211.874317622
    3
    2024-03-02 00:00:00.00072928.30981291-0.405561540237464.45180515637464.45180515648302.98852197148302.988521971102.333102.3330.48082595870.09186202821
    4
    2024-03-03 00:00:00.00078190.009785233-0.405019566934044.55819517834044.55819517855774.74383778755774.7438377871061060.49262536870.07214893621
    5
    2024-03-04 00:00:00.000114174.130282963-0.401313078339387.45516612239387.45516612267454.62112682267454.621126822107.2107.20.50442477880.4602137869
    6
    2024-03-05 00:00:00.000134048.17671059-0.399265982944499.59820551244499.59820551278553.5470574578553.54705745100.833100.8330.53687315630.1740678591
    7
    2024-03-06 00:00:00.00057820.384628098-0.407117708641371.33887175741371.33887175775591.666710475591.666710493.71493.7140.4454277286-0.5686596711
    8
    2024-03-07 00:00:00.00064959.212459768-0.406382384728622.64743451938486.44293443484130.40418185374262.609929071100.857900.46017699120.1234655888
    9
    2024-03-08 00:00:00.00032551.055930242-0.409720536734418.66719376338592.39025268979238.75422997269627.9928180983.42884.8880.4100294985-0.4989000836
    10
    2024-03-09 00:00:00.00055200.330692493-0.407387583235592.58978417836670.18524677676706.18578419868185.2266055371.42880.70.43952802360.6958076817
    11
    2024-03-10 00:00:00.00047689.268957064-0.408161248537210.82974248735333.01172307672348.9370944666321.95772839761.28577.5450.4365781711-0.1360691438
    12
    2024-03-11 00:00:00.00042735.791095868-0.408671473833432.5300718334369.8672103362143.46006773264356.44384235351.14274.50.4277286136-0.1038698636
    13
    2024-03-12 00:00:00.000115283.801740742-0.401198778326800.84509576935809.97755193259462.83507203968273.9329114648.14272.4610.51032448381.697593721
    14
    2024-03-13 00:00:00.00064967.719480868-0.406381508526863.91670746334416.45868051460483.88290814968037.77480927546.285700.4631268437-0.4364540508
    15
    2024-03-14 00:00:00.00081292.450697511-0.404700004828002.61111845633340.64247542762817.20265639868921.4198684943.57168.3330.49557522120.2512744998
    16
    2024-03-15 00:00:00.000249836.93677155-0.387339340973053.04282961455526.06049398393858.04277658580228.63967493145.85767.8120.57817109142.073310432
    17
    2024-03-16 00:00:00.00067618.063687435-0.406108513972102.44056703753849.80445008895632.00463300579486.84108743245660.4690265487-0.7293512138
    18
    2024-03-17 00:00:00.000201252.833851284-0.392343671278188.87517720259606.582833157117569.65676075186251.61846320145.71465.1660.56637168141.976317612
    19
    2024-03-18 00:00:00.000149891.129455125-0.397634104171280.25388606459738.732233525132877.56224064589601.0664101454463.2630.5427728614-0.2552098443
    20
    2024-03-19 00:00:00.000152241.788725431-0.397391978171128.46696888159808.711479186138157.27466702992733.1025259094261.80.54572271390.01568244418
    ...
    340
    54KB
    517s