Cipher009-CpUJ5k2023-07-08 05:20 PM
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
{{param_Roag}}select
a.block_timestamp,
a.eth_from_address as FROM_WALLET,
a.amount as ETH_SENT,
a.tx_hash
from
ethereum.core.ez_eth_transfers a
where
a.eth_to_address = lower('0x91364516D3CAD16E1666261dbdbb39c881Dbe9eE')
and a.block_timestamp > '2023-05-12 16:03'
and a.block_timestamp < '2023-06-25 22:03'
order by
a.block_timestamp ASC
Run a query to Download Data