SniperDaily Stakes
    Updated 2025-02-22
    with price_main AS (
    SELECT
    hour::date as date,
    avg(price)::string as price,
    'MAIN' :: string AS pool_type,
    'WETH' :: string AS token_symbol,
    '0x3ce1aa52eeaf57a355939c09ac76f03f01988f13' :: string AS pool
    FROM ethereum.price.ez_prices_hourly
    WHERE symbol = 'WETH'
    AND token_address = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
    AND hour::date >= current_date - interval '365 day'
    GROUP BY 1

    UNION all

    SELECT
    hour::date as date,
    avg(price)::string as price,
    'STARGATE' :: string AS pool_type,
    'stgWETH' :: string AS token_symbol,
    '0xdaf03b6431b422dc00e679d1fbe0d7679788dfe1' :: string AS pool
    FROM ethereum.price.ez_prices_hourly
    WHERE symbol = 'WETH'
    AND token_address = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
    AND hour::date >= current_date - interval '365 day'
    GROUP BY 1

    UNION all

    SELECT
    hour::date as date,
    avg(price)::string as price,
    'MAIN' :: string AS pool_type,
    'WKLAY' :: string AS token_symbol,
    '0x8a5562d2a17488647381c1a0e9cf527a01b6f3bd' :: string AS pool
    FROM kaia.price.ez_prices_hourly
    Last run: 2 months ago
    DAILY
    Stakes
    Stakers
    Amount Deposit(USD)
    Amount Withdraw(USD)
    Net Flow
    TVL
    Cumulative Stakes
    Cumulative Stakers
    1
    2024-12-15 00:00:00.000166102841294.540030532-1884616.34879551-1043321.8087649817934215.80155062795213123
    2
    2024-07-20 00:00:00.0008311937.984758074-5639.8104975486298.174260526558277.4176850341210658
    3
    2024-12-24 00:00:00.0001247782068.029009538-1195874.35895705-1113806.3299475213757889.01420922909013745
    4
    2024-12-29 00:00:00.000755573522.844644637-54928.77136571118594.0732789262668937.238173643024114389
    5
    2025-02-21 00:00:00.0006037549754.98696795-456323.07716508993431.9098028612512081.45686263329516223
    6
    2025-02-03 00:00:00.0007033245299.009449601-109866.408865502135432.6005840992053018.171924333229415617
    7
    2024-10-26 00:00:00.000152671174146.2984657-297249.53425417876896.76421152514995886.9252953156037550
    8
    2025-01-08 00:00:00.00090481551687.06927427-304470.0693334811247216.999940793149607.459484583097014830
    9
    2025-01-24 00:00:00.0004524265855.456649197-360179.000399609-94323.5437504121969122.947111523189415372
    10
    2025-01-15 00:00:00.0006029271963.057471974-231883.41017600140079.6472959732397405.825582973140515082
    11
    2024-06-16 00:00:00.000143165.83909563-2000-1834.16090437612336.434658382915487
    12
    2024-07-02 00:00:00.00055823.88055396-550.718443644273.162110316494892.5456069121107601
    13
    2025-01-27 00:00:00.000582746653.982634219-177980.409431482-131326.4267972631877086.765032293204015459
    14
    2024-07-27 00:00:00.00086795.170845261-36.699571616758.471273645565550.2830708171268699
    15
    2024-06-30 00:00:00.00018726495.239790045-39643.522999718-13148.283209673512000.6454890081093588
    16
    2025-01-13 00:00:00.0006831501515.703152133-334961.36283872166554.3403134132188854.734124123128815008
    17
    2024-11-29 00:00:00.000259174102059.872658133-141842.52220545-39782.64954731719126009.66207192378410894
    18
    2024-06-10 00:00:00.00024101876.614931349-16106.693793485-14230.078862136597635.88205621834441
    19
    2024-10-10 00:00:00.000254102825829.803061266-194252.602395307631577.2006659599399244.15002228125906139
    20
    2024-09-13 00:00:00.0001026270061.340955327-20071.40119774449989.9397575825901932.951094943692309
    ...
    281
    30KB
    95s