yasmin-n-d-r-h5 most commonly used contract since the beginning of January chart
    Updated 2022-07-02
    SELECT DISTINCT(program_id) as program, COUNT(program_id) as count
    FROM solana.core.fact_events
    WHERE date_trunc('day', block_timestamp) >= '2022-01-01'
    GROUP BY program
    ORDER BY count DESC
    LIMIT 5

    Run a query to Download Data