1SELECT contract_name, COUNT(*) as event_count
2FROM @blt.ethereum.fact_decoded_events
3GROUP BY all
4ORDER BY event_count DESC
5LIMIT 101SELECT contract_name, COUNT(*) as event_count
2FROM @blt.ethereum.fact_decoded_events
3GROUP BY all
4ORDER BY event_count DESC
5LIMIT 10Share link
Anyone who has the link will be able to view this.