select origin_function_signature, sum(amount) from blast.core.ez_native_transfers
--where LOWER(tx_hash) = '0x67d8f5f750f90c3d0ec5e80c72c220ff60d8b6468186e412cb01e1e7e6e8e921'
where LOWER(from_address) = '0x0872b71efc37cb8dde22b2118de3d800427fdba0'
group by origin_function_signature
order by sum(amount) desc;