Overview

Take transaction https://aptscan.ai/transactions/149608710?tab=overview for example:

Here is the breakdown of all the important info that you will find useful in navigating Aptsacn.ai:

  • Type: Transaction type

  • Version: Aptos is a per-transaction version database. When transactions are executed, the resulting state of each transaction is stored separately and thus allows for more granular data access. "Version" here means the blockchain state after executing a transaction, and it's also a fast way to identify the transaction taking place

  • Status: Confirmation of transaction success/ failure.

  • From: sender address

  • To: interacting address

  • Function: The function in the program being called.

  • Timestamp: when the transaction was initiated.

  • Main action: What the transaction is doing

  • Block: where the transaction is included

  • Expiration time: The timestamp after which the transaction is invalid

  • Sequence:

  • Gas Fee

  • Gas Price

  • Max Gas

  • VM status

  • Signature

  • Event Root hash

  • Accumulator root hash

  • State Change Hash

Last updated