theericstoneAlchemix Farmer Addresses
    Updated 2021-03-24
    SELECT DISTINCT origin_address AS address
    FROM ethereum.udm_events
    WHERE contract_address = '0xab8e74017a8cc7c15ffccd726603790d26d7deca'
    AND origin_function_name in ('deposit','claim','exit','harvest','earn','withdraw')
    AND block_timestamp > '2021-02-21';
    Run a query to Download Data