Top Method Calls

What it shows
The most frequently called contract methods during the live window — transfer, approve, execute, and whatever else the network is busy doing — with caller and call counts. Where the method belongs to a known interface, TraceFast annotates it (ERC-20 token, Uniswap UniversalRouter).
How to read it
This is the network's activity described in verbs. transfer and approve leading is the ERC-20 baseline. execute (routers) tracks DEX flow; depositNative spikes with bridge activity. A raw selector (like 0xa9059cbb) without annotation high in the list points at something new or unusual — click through and look.
Data & update cadence
Rolling window of 3 epochs (~19 minutes), refreshed every block (~12 s).
Related pages
- Top Contracts by Gas — the same story sliced by contract
- Smart Contracts — method-level context on a contract page