deckoff8-ozS7S9grouped from for bitdex
    Updated 2024-06-16
    select origin_function_signature, sum(amount) from blast.core.ez_native_transfers
    where LOWER(from_address) = '0x5c713d9ff4c70da9d953ffa1ea565d9fd5cbb605'
    -- and origin_function_signature = '0x1249c58b'
    group by origin_function_signature
    order by sum(amount) desc;
    QueryRunArchived: QueryRun has been archived