morph-explorer

Queries Morph L2 blockchain data using the Blockscout API for addresses, transactions, tokens, and contracts.

6|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/morph-l2/morph-skill --skill morph-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morph-explorer
Source: https://github.com/morph-l2/morph-skill/tree/main/skills/morph-explorer
Command: npx skills add https://github.com/morph-l2/morph-skill --skill morph-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill provides direct access to on-chain data for the Morph L2 blockchain, allowing users to query addresses, transactions, tokens, and contracts without needing to navigate complex blockchain explorers or RPC endpoints.

Core Features & Use Cases

  • Address Analysis: Get balance, transaction count, and token holdings for any Morph address.
  • Transaction Tracking: Retrieve detailed information about specific transactions, including decoded input and token transfers.
  • Token & Contract Information: Search for tokens, view their details (supply, holders), and inspect smart contract properties (source code, ABI).
  • Use Case: A user wants to understand the activity of a specific wallet on Morph. They can use this skill to see its ETH and token balances, view its recent transactions, and check if it holds any specific tokens.

Quick Start

Use the morph-explorer skill to get the token holdings for the address 0x1234567890abcdef1234567890abcdef12345678.

Frequently Asked Questions about morph-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Morph L2 on-chain data for a specific address?

To query Morph L2 on-chain data, use this Skill to retrieve address information, transaction details, token holdings, and smart contract metadata via the Blockscout API. It provides direct access to blockchain data for analysis and verification purposes.

How do I retrieve token holdings and balance for a Morph blockchain address?

Retrieve token holdings and balances by querying the Morph blockchain address through this Skill. It fetches ETH balance, transaction count, and token holdings directly using the Blockscout API without navigating complex RPC endpoints.

Can I get smart contract source code and ABI from the Morph L2 blockchain?

Yes, you can get smart contract source code and ABI from the Morph L2 blockchain. This Skill inspects smart contract properties and retrieves contract metadata, allowing you to verify and analyze deployed contracts.

What is the best way to track transaction details on the Morph L2 network?

The best way to track transaction details on the Morph L2 network is using this Skill. It retrieves detailed information about specific transactions, including decoded input data and token transfers, via the Blockscout API.

Do I need the requests library to use this Morph blockchain explorer?

Yes, you need the requests library installed to use this Morph blockchain explorer. The Skill depends on requests to facilitate API calls to Blockscout for fetching on-chain data such as address balances and contract information.

Why use this Skill instead of navigating a blockchain explorer interface for Morph data?

Use this Skill instead of a blockchain explorer interface to automate Morph data retrieval. It allows programmatic querying of addresses, transactions, tokens, and contracts using the Blockscout API, bypassing manual navigation for analysis workflows.