grahamUntitled Query
Updated 2022-12-07
9
1
2
3
4
5
›
⌄
SELECT block_timestamp, tx_hash, contract_address, from_address, to_address, symbol, amount
FROM ethereum.core.ez_token_transfers
WHERE FROM_ADDRESS = lower('0x62a43123FE71f9764f26554b3F5017627996816a')
OR TO_ADDRESS = lower('0x62a43123FE71f9764f26554b3F5017627996816a')
and BLOCK_TIMESTAMP < '2022-01-01 00:00:00.000'
Run a query to Download Data