sarathbot detection
    Updated 2022-03-15
    SELECT DISTINCT origin_address,date(block_timestamp) as date,
    count(tx_id) from polygon.udm_events where origin_function_name in ('swap','swapExactTokensForTokens','swapExactTokensForETH') and date BETWEEN '2022-01-01' and '2022-01-31'
    group by 1,2
    LIMIT 1000
    Run a query to Download Data