kaibladeUntitled Query
    Updated 2022-09-08
    SELECT *
    FROM ethereum.core.fact_transactions
    WHERE to_address = LOWER('0x1111111254fb6c44bAC0beD2854e76F90643097d')
    AND block_timestamp LIKE '2022%'
    ORDER BY BLOCK_TIMESTAMP DESC
    Run a query to Download Data