SELECT
COUNT(DISTINCT trader) AS "uniqe swapper",
COUNT(DISTINCT tx_id) as "total TX",
sum(to_amount/pow(10,8)) as "total amount"
FROM osmosis.core.fact_swaps
WHERE TO_CURRENCY = 'ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1'
AND block_timestamp >= '2022-09-24'