Skip to main content
All CollectionsAvalanche Explorer
Explorer: How do I use the Teleporter Explorer?
Explorer: How do I use the Teleporter Explorer?

How to navigate the Teleporter Explorer on the Avalanche Explorer.

L
Written by Lavinia Talpas
Updated this week

The Teleporter Explorer on the Avalanche Explorer allows users to track and view cross-chain messages and transactions facilitated by Teleporter. It provides a detailed overview of message IDs, source and destination blockchains, sender and recipient addresses, timestamps, and any associated relayer rewards.

Teleporter is an EVM-compatible cross-L1 communication protocol built on top of Avalanche Warp Messaging (AWM), and implemented as a Solidity smart contract. It provides a mechanism to asynchronously invoke smart contract functions on other EVM blockchains within Avalanche. To learn more about Teleporter, please check out this article.

What are the Teleporter Message Details?

When clicking on any message from the messages list, a details page for that message will open up.

Status Overview

  1. Message ID: The unique identifier of a Teleporter message. It is a hash of the contract address, source chain, destination chain, and message nonce.

  2. Status: The status of the Teleporter message.

What is the Relayer Information?

  • Relayer Reward Redeemer: Relayer address that redeems the reward for facilitating the Teleporter message.

  • Receipt Delivered: The receipt is a message from the destination chain to the source chain to confirm delivery of the Teleporter message. Without the receipt, the relayer can not redeem their reward.

  • Reward Details: Details about the reward for relaying the message.

  • Message Nonce: The on-chain counter for messages for a given source-destination pairing on a Teleporter contract.

  • Data Message: Byte value of the message being sent in the Teleporter transaction.

What information is in the From section?

This section displays details about the originating source of the transaction:

  • Source Avalanche L1: The source chain of the Teleporter transaction.

  • Source Teleporter Contract: The address of the source Teleporter contract.

  • Source Txn Hash: Transaction hash of the source transaction.

  • Source Txn Timestamp: Time of the source transaction.

  • Gas Spent: Gas spent on the source transaction.

What information is in the To section?

This part details the intended destination:

  • Destination Avalanche L1: The destination chain of the Teleporter transaction.

  • Destination Teleporter Contract: The address of the destination Teleporter contract.

  • Destination Txn Hash: Transaction hash of the destination transaction.

  • Message Deliverer: The address that delivered the message on the destination chain.

  • Destination Txn Timestamp: Time of the destination transaction.

  • Gas Spent: Gas spent on the destination transaction.


For any additional questions, please view our other knowledge base articles or contact a support team member via the chat button. Examples are for illustrative purposes only.

Did this answer your question?