select date_trunc('hour', block_timestamp) as dayz, AMOUNT / pow(10,18) as amt_aust
from ethereum.udm_events
where to_address = lower('0xe6191aa754f9a881e0a73f2028edf324242f39e2')
and CONTRACT_ADDRESS = lower('0xa8de3e3c934e2a1bb08b010104ccabbd4d6293ab')