select *
from ethereum.core.fact_transactions
where 1=1
--and to_address = '0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640'
--remember lowercase
and to_address = lower('0x00000f312c54d0dd25888ee9CDC3DEE988700000')
and from_address <> lower('0x63605E53D422C4F1ac0e01390AC59aAf84C44A51')
and block_timestamp > '2023-06-20'
order by block_timestamp desc