OverviewWhat this address is, since when, and how it is doing.ActivityEverything that happened here — transactions, transfers, internal calls, state changes.StorageContract storage activity: slots written, who writes them, how deep the calls go.EventsThe event log this contract itself emitted, decoded where the ABI is known.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.
ContractThe address currently carries runtime code. Derived unambiguously from chain data.Had runtime codeRuntime code existed at this address at some point of its history. Derived unambiguously from chain data.
All Tokens77.5KERC-20, ERC-4626 and ERC-777 together — one paginated set, not three lists stitchedERC-2077.1KFungible token (currencies, stablecoins)ERC-46260Tokenized vault — yield-bearing sharesERC-777346Advanced fungible token with transfer hooks
All Events0Every event type these standards emitDeposit0ERC-4626 Deposit — assets in, vault shares outWithdraw0ERC-4626 Withdraw — shares burned, assets out