Crazzy_Sidamount of ETH
    Updated 2022-06-16
    select sum (AMOUNT_USD) as amount_USD, date_trunc('day', BLOCK_TIMESTAMP) as date from ethereum.core.ez_eth_transfers where
    ETH_TO_ADDRESS = '0xabea9132b05a70803a4e85094fd0e1800777fbef' and BLOCK_TIMESTAMP >= current_date - 60 and IDENTIFIER = 'CALL_ORIGIN' group by date