select
block_timestamp
, tx_hash
, origin_function_signature
, contract_address
, from_address
, to_address
, symbol
, amount
, amount_usd
from ethereum.core.ez_token_transfers
where true
and to_address = '0x989aeb4d175e16225e39e87d0d97a3360524ad80'
and from_address = '0x0000000000000000000000000000000000000000'
and contract_address = '0xd533a949740bb3306d119cc777fa900ba034cd52'
and origin_function_signature = '0x454ff85f'
and block_timestamp between '2023-08-01' and '2023-09-01'
order by block_timestamp