lostariousUntitled Query
    Updated 2021-11-10
    select * from
    ethereum.events_emitted
    where tx_to_address = LOWER('0xE6c78b85f93c25B8EE7d963fD15d1d53a00F5908')
    and event_name = 'Harvested'
    and block_timestamp > '2021-02-01' ORDER BY block_timestamp DESC;

    Run a query to Download Data