OverviewWhat this address is, since when, and how it is doing.ActivityEverything that happened here — transactions, transfers, internal calls, state changes.GraphMoney flow and structure around this address.
TransactionsTransactions where this address is the sender or the recipient.Token TransfersFungible token transfers — ERC-20, plus ERC-777 and ERC-4626 behind the chips.NFT TransfersERC-721 and ERC-1155 transfers. Each row names one token id; ERC-1155 also says how many copies moved.InternalInternal transfers — value-carrying contract calls (CALL / DELEGATECALL / SELFDESTRUCT).State ChangesBlocks where this address's own account state changed — balance, nonce, code.DEX TradesSwaps where this address is the trader, across DEX protocols.
EOAAn externally owned account with no runtime code. Derived unambiguously from chain data.
High traffic→Very high transaction volume (≥ 100,000 txns).
All Tokens580.5KERC-20, ERC-4626 and ERC-777 together — one paginated set, not three lists stitchedERC-20577.5KFungible token (currencies, stablecoins)ERC-46260Tokenized vault — yield-bearing sharesERC-7773KAdvanced fungible token with transfer hooks
All Events3KEvery event type these standards emitSent3KERC-777 Sent — emitted ALONGSIDE Transfer for the same movementBurned0ERC-777 Burned — the standard’s own burn event, not a zero-address transferMinted0ERC-777 Minted — the standard’s own mint event, not a zero-address transfer