select
block_timestamp::date as day,
amount,
amount_usd,
from_address,
to_address,
tx_hash
from ethereum.core.ez_token_transfers
where to_address = '0x78605df79524164911c144801f41e9811b7db73d'
and contract_address = '0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5'
and block_timestamp::date = '2022-09-21'