Top Contracts by Gas

What it shows
Contracts ranked by total gas consumed during the live window, with each contract's call count.
How to read it
Gas consumed is the truest measure of "who is using the network" — it weighs both how often a contract is called and how heavy each call is. Token contracts (USDT, USDC) are permanent residents. The anomalies are the story: a batch-distribution tool like CoinTool_App burning 700M gas, or an unlabeled contract suddenly outconsuming Uniswap. High gas with few calls means expensive operations — check what that contract is doing.
Data & update cadence
Rolling window of 3 epochs (~19 minutes), refreshed every block (~12 s).
Related pages
- Top Method Calls — the same activity sliced by method
- Storage Heatmap — gas's cousin: state writes
- Smart Contracts — inspect any contract from here