Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking
Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.
La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.
Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.
list_blocksList Starknet blocks (paginated, newest first).List Starknet blocks (paginated, newest first).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_blockGet a Starknet block by number, hash, or "pre_confirmed".Get a Starknet block by number, hash, or "pre_confirmed".
Aucun schéma d’entrée n’a été publié pour cet outil.
list_classesList declared classes (contract templates) on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally window by declaration block or timestamp (mutually exclusive).List declared classes (contract templates) on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally window by declaration block or timestamp (mutually exclusive).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_classGet a Starknet class by hash: type, declaration info, verification status, and ABI.Get a Starknet class by hash: type, declaration info, verification status, and ABI.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_class_codeGet the verified Cairo source code for a class. Use this to read the actual contract implementation when writing or auditing Starknet code.Get the verified Cairo source code for a class. Use this to read the actual contract implementation when writing or auditing Starknet code.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_class_functionsGet the callable functions (ABI entrypoints) declared by a class.Get the callable functions (ABI entrypoints) declared by a class.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_class_decompiledGet the decompiled code of a class (useful when verified source is not available).Get the decompiled code of a class (useful when verified source is not available).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_class_contractsList the contracts deployed from a given class, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Per-row activity counts are capped and render as "1000+" beyond the cap.List the contracts deployed from a given class, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Per-row activity counts are capped and render as "1000+" beyond the cap.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_contractsList contracts deployed on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally filter by contract type and window by deployment block or timestamp (mutually exclusive).List contracts deployed on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally filter by contract type and window by deployment block or timestamp (mutually exclusive).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contractGet a Starknet contract by address: class hash, type, deployment info, ABI, and aliases.Get a Starknet contract by address: class hash, type, deployment info, ABI, and aliases.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_token_balancesGet the token balances held by a specific contract address.Get the token balances held by a specific contract address.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_codeGet the code of a contract: verified Cairo source if available, otherwise bytecode/decompiled.Get the code of a contract: verified Cairo source if available, otherwise bytecode/decompiled.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_functionsGet the callable functions (ABI entrypoints) of a contract.Get the callable functions (ABI entrypoints) of a contract.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_transfersList token transfers involving a contract, with filters (token, counterparties, time range). Keyset pagination via `cursor`.List token transfers involving a contract, with filters (token, counterparties, time range). Keyset pagination via `cursor`.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_protocolsList known protocols / dapps on Starknet (paginated).List known protocols / dapps on Starknet (paginated).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_top_contracts_statsGet the most-used contracts ranked by activity over a timeframe.Get the most-used contracts ranked by activity over a timeframe.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_holdersList token holders for a token contract (paginated).List token holders for a token contract (paginated).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_transfer_tokensList the distinct tokens involved in a contract's transfers (filter helper).List the distinct tokens involved in a contract's transfers (filter helper).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_class_historyList the class history (implementation upgrades) of a contract.List the class history (implementation upgrades) of a contract.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_bridge_transactionsList L1↔L2 bridge transactions involving a contract.List L1↔L2 bridge transactions involving a contract.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_erc20_balance_historyGet the ERC-20 balance history of a contract over a time range.Get the ERC-20 balance history of a contract over a time range.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_erc20_tokens_heldList the ERC-20 tokens a contract has ever held.List the ERC-20 tokens a contract has ever held.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_contract_portfolioGet the current token portfolio (holdings) of a contract / account.Get the current token portfolio (holdings) of a contract / account.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_eventsList events emitted on Starknet (newest first). Optionally filter by emitting contract and/or block. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.List events emitted on Starknet (newest first). Optionally filter by emitting contract and/or block. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_eventGet details of a single event by its id.Get details of a single event by its id.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_l1_transactionGet an Ethereum L1 transaction related to Starknet by its hash.Get an Ethereum L1 transaction related to Starknet by its hash.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_l1_bridge_transactionsGet the bridge transactions associated with an L1 transaction (paginated).Get the bridge transactions associated with an L1 transaction (paginated).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_l1_state_updatesGet the Starknet state updates included in an L1 transaction (paginated).Get the Starknet state updates included in an L1 transaction (paginated).
Aucun schéma d’entrée n’a été publié pour cet outil.
list_messagesList L1↔L2 messages on Starknet (newest first). Filter by block, contract, or direction. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.List L1↔L2 messages on Starknet (newest first). Filter by block, contract, or direction. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_messageGet a Starknet L1↔L2 message by its message hash.Get a Starknet L1↔L2 message by its message hash.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_message_bridge_transactionsGet the bridge transactions associated with an L1↔L2 message (paginated).Get the bridge transactions associated with an L1↔L2 message (paginated).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_network_statusGet the Starknet network status (chain health / indexer state).Get the Starknet network status (chain health / indexer state).
Aucun schéma d’entrée n’a été publié pour cet outil.
get_indexer_laggingCheck whether the Voyager indexer is lagging behind the chain tip.Check whether the Voyager indexer is lagging behind the chain tip.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_cairo_v1_contracts_countGet the count of Cairo 1 contracts on Starknet.Get the count of Cairo 1 contracts on Starknet.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_account_callGet details of a specific account call by its id.Get details of a specific account call by its id.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_nftsList NFTs across Starknet.List NFTs across Starknet.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_nft_contractGet details of an NFT contract (collection) by address.Get details of an NFT contract (collection) by address.
Aucun schéma d’entrée n’a été publié pour cet outil.
get_nftGet details of a single NFT (token) by contract address and token id.Get details of a single NFT (token) by contract address and token id.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_nft_itemsList the items (tokens) of an NFT collection, optionally filtered by owner.List the items (tokens) of an NFT collection, optionally filtered by owner.
Aucun schéma d’entrée n’a été publié pour cet outil.
list_nft_balancesList NFT balances for a collection (optionally a specific token id).List NFT balances for a collection (optionally a specific token id).
Aucun schéma d’entrée n’a été publié pour cet outil.
40 outils sur 40 ont publié une description.
Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.
Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
L'exploration s'est arrêtée à la limite de profondeur 4. Tout ce qui se trouve en dessous n'a jamais été résolu.
L'exploration s'est arrêtée à la limite de 60 paquets. Le reste de l'arbre n'a jamais été résolu.
36 autres paquets résolus ne sont pas dessinés ici (limite d'affichage : 24). Toute dépendance porteuse d'un avis de sécurité est dessinée quelle que soit la limite. Inventaire complet (SBOM CycloneDX)
54 dépendances déclarées ne sont jamais arrivées dans l'arbre. Elles manquent à la résolution de Forge, pas au paquet.
+42 de plus non listées. Les comptes par motif ci-dessus les couvrent toutes.
Non suivies : peerDependencies. Cet arbre ne couvre que les dépendances d'exécution ; ce qu'elles entraînent n'a jamais été résolu.