KuramaFloorDAO - $FLOOR transactions over time
    Updated 2022-07-04
    SELECT date_trunc('day', block_timestamp) as date, COUNT (distinct (tx_hash))
    FROM ethereum.core.fact_transactions
    where to_address ='0xf59257e961883636290411c11ec5ae622d19455e'
    AND status = 'SUCCESS'
    GROUP BY date

    Run a query to Download Data