hessminimum-coral
    Updated 2025-02-13
    with price as ( select hour::date as day,
    token_address,
    symbol,
    avg(price) as avg_price
    from ronin.price.ez_prices_hourly
    where symbol = 'RON'
    group by 1,2,3)
    ,
    fee as ( select block_timestamp::Date as date,
    VALUE,
    VALUE_PRECISE_RAW,
    VALUE_PRECISE
    from ronin.core.fact_traces
    where from_address = '0xa54b0184d12349cf65281c6f965a74828ddd9e8f'
    and to_address = '0x3a62b1e24a2e734d9721ebb9064dfdb0504a7dbb'

    )

    select *
    from fee
    limit 100
    Last run: 2 months ago
    DATE
    VALUE
    VALUE_PRECISE_RAW
    VALUE_PRECISE
    1
    2025-01-23 00:00:00.0000.50877628415087762841189611450.508776284118961145
    2
    2025-01-23 00:00:00.0000.036360000000000000000.036
    3
    2025-01-23 00:00:00.0000.02671400586267140058596397130.026714005859639713
    4
    2025-01-23 00:00:00.0000.05500000000000000000.05
    5
    2025-01-23 00:00:00.0000.22000000000000000000.2
    6
    2025-01-23 00:00:00.0000.02315259401231525940127012910.023152594012701291
    7
    2025-01-23 00:00:00.0000.0480699165480699164957414220.048069916495741422
    8
    2025-01-23 00:00:00.0000.13223545611322354560645860930.132235456064586093
    9
    2025-01-23 00:00:00.0000.0495495000000000000000.0495
    10
    2025-01-23 00:00:00.0000.12069457911206945791304550620.120694579130455062
    11
    2025-01-23 00:00:00.0000.054540000000000000000.054
    12
    2025-01-23 00:00:00.0000.11000000000000000000.1
    13
    2025-01-23 00:00:00.0000.01100000000000000000.01
    14
    2025-01-23 00:00:00.0000.55000000000000000000.5
    15
    2025-01-23 00:00:00.0000.11000000000000000000.1
    16
    2025-01-23 00:00:00.0000.56593250295659325028556618670.565932502855661867
    17
    2025-01-23 00:00:00.0000.46823029754682302974977920040.468230297497792004
    18
    2025-01-23 00:00:00.0000.08906425744890642574438928250.089064257443892825
    19
    2025-01-23 00:00:00.0000.03300000000000000000.03
    20
    2025-01-23 00:00:00.0000.36145977973614597797014405360.361459779701440536
    100
    7KB
    1s