freemartianHourly Donation
    Updated 2024-01-29
    select
    date_trunc('hour', block_timestamp) as time,
    sum(raw_amount)/pow(10,6) as total_amount,
    count(distinct from_address) as donatoors_Count
    from optimism.core.fact_token_transfers
    where contract_address = '0x7f5c764cbc14f9669b88837ca1490cca17c31607'
    and origin_function_signature = '0x160e3f3d'
    and to_address = '0x19793c7824be70ec58bb673ca42d2779d12581be'
    group by time
    Last run: over 1 year agoAuto-refreshes every 3 hours
    TIME
    TOTAL_AMOUNT
    DONATOORS_COUNT
    1
    2023-06-23 20:00:00.00035.67414
    2
    2023-06-03 13:00:00.0001395.205542
    3
    2023-06-03 14:00:00.0001402.62498
    4
    2023-06-02 18:00:00.000721.496272
    5
    2023-06-02 10:00:00.000296.9372
    6
    2023-06-01 20:00:00.000177.97915
    7
    2023-06-05 08:00:00.000609.345291
    8
    2023-07-07 05:00:00.0006.995
    9
    2023-06-08 23:00:00.00083.7079973
    10
    2023-06-11 00:00:00.00016.9614
    11
    2023-06-18 01:00:00.0007.2624817
    12
    2023-06-06 14:00:00.000338.746129
    13
    2023-06-07 15:00:00.000446.79877133
    14
    2023-06-04 20:00:00.000521.753228
    15
    2023-06-04 15:00:00.000714.906377
    16
    2023-06-26 11:00:00.00048.37954726
    17
    2023-06-27 01:00:00.000425
    18
    2023-06-13 05:00:00.00067.3936
    19
    2023-06-04 04:00:00.000566.001250
    20
    2023-06-10 13:00:00.000119.97755
    ...
    766
    28KB
    30s