For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hemera SocialScan

Overview

Hemera SocialScan is the official block explorer for the Pharos Network. It provides real-time visibility into on-chain activity, allowing developers and users to inspect transactions, blocks, accounts, tokens, and smart contracts.

For developers, the explorer provides a familiar interface of EVM that includes tools for contract verification, token analytics, and transaction debugging.

Explorer Access

Parameter
Value

Explorer Link

Developer APIs (Contract Verification API)

Explorer Developer API Key

102dfc05-661d-4efd-a81e-24afb3918c7f

What You Can Do

Hemera SocialScan supports common developer workflows:

  • View and track transactions in real time

  • Inspect blocks and network activity

  • Explore wallet addresses, balances, and interactions

  • View deployed smart contracts and their state

  • Verify smart contracts and access source code

  • Analyze token activity and transfers

Contract Verification

You can verify deployed smart contracts using the SocialScan Developer API.

Notes

  • Ensure your contract is compiled with the correct settings before verification

  • Verification may fail if bytecode or compiler settings do not match

  • Use the explorer alongside your preferred framework (Foundry, Hardhat) for a smoother workflow

Next Steps

  • Verify your deployed contracts

  • Use the explorer to debug and monitor transactions

  • Combine with RPC and indexing tools for deeper insights

Last updated

Was this helpful?