esi69number of cow swap transaction
    Updated 2022-04-21
    SELECT DATE_TRUNC('day', block_timestamp) AS date, count(distinct tx_hash)
    FROM ethereum_core.fact_event_logs
    WHERE CONTRACT_ADDRESS = '0x9008d19f58aabd9ed0d60971565aa8510560ab41' and date >= '2022-01-01'
    group by date
    order by date
    Run a query to Download Data