This metric presents the number of contract calls, both internal and external, alongside the total transaction and transfer counts.
🔵 External Contract Calls are those initiated by an Externally Owned Address. It is typical for only one external contract call per confirmed transaction if a smart contract is initialized.
🔴 Internal Contract Calls are those initiated internally by a smart contract. These are often reflections of composability, where several smart contracts interact within a single transaction.
🟠Transaction Counts reflect the number of confirmed transactions each day.
🟢 Transfer Counts reflect the number of confirmed transactions each day that transferred a non-zero volume of ETH. One transaction can trigger one or more transfers. Only successful transfers are counted.