SELECT sum(amount) as Penalty, symbol,
date_trunc('day', block_timestamp::date) as
from ethereum.core.ez_token_transfers
where origin_to_address = '0xa4b41efc1b6f73355c90119aeefddb1ffcf907b0'
and to_address = '0xa45645ebb075a96d1c89511e28d3e9b94f3b7905'
group by symbol