freemartianOptimism match Amount & Count
    Updated 2024-01-16
    select
    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 in ('0x160e3f3d', '0x6a761202')
    and to_address = '0x19793c7824be70ec58bb673ca42d2779d12581be'--tx_hash = '0xe0e31fe8f3b2acaa3307cc70f64c03b8e75a788101287ee710c180421094c563'
    QueryRunArchived: QueryRun has been archived