☁️
Zus Docs
  • About Züs
  • System
    • Providers and Services
      • Miner
      • Sharder
      • Blobber
      • Validator
      • Authorizer
      • Node Locator (0DNS)
    • Storage
      • Architecture and Data Management
      • Protocol
        • Allocations
        • Reference Objects
        • Challenges
        • Write Markers
          • Chain Hashing
          • Two Commit
        • Blobber Repair Protocol
      • ZS3 Server
        • Backup, Recovery and Replication
        • Encryption and Compression
        • S3FS Setup and Usage
        • Backup & Recovery with Restic on Blimp + ZS3 Server
        • Backup & Recovery with Veeam on Blimp + ZS3 Server
      • File Operations
        • Upload
        • Download
        • File Sharing
        • Partial Error Recovery
        • Streaming
        • Rent a Blobber
    • Smart Contracts
      • Storage S.C.
      • Miner S.C.
      • ZCN S.C.
      • ERC-20 S.C.s
      • Bridge Protocol
    • Blockchain & Consensus
      • Entities
    • User Authentication and Wallet Management System
      • OKTA Integration
      • Key Management System (KMS)
  • APIs
    • 0DNS API
    • JS API
    • Mobile API
  • CLIs
    • Storage CLI
      • Quickstart
      • Configuring the tool
    • Wallet CLI
      • Wallet Configuration
      • Quickstart
      • Configuring the tool
  • SDKs
    • Go SDK
      • GO SDK Microservices
    • JS SDK
  • Tokenomics
    • Staking
    • Reward & Penalty
  • ✨Züs Apps
    • 🗝️Vult
      • Getting Started
        • Web
        • Mobile
      • Vult AI
        • Batch Processing
        • Memory Retention
        • Technical Implementation
        • Architecture Overview
      • Login / Register
      • File Management Pages
      • File Sharing
      • Storage Management Dashboard
      • Storage Maintenance and Troubleshooting
      • Züs Subscription
      • Wallet Management
      • Refer a friend
      • Settings
    • 🏗️Blimp
      • Getting Started
      • Login / Register
      • Configure Storage
        • Create Standard Storage Allocation
        • Create Enterprise Allocation
        • Create S3 Server Allocation
        • Create Cloud Migration Allocation
        • Allocation Maintenance and Troubleshooting
      • File Management Pages
      • File Sharing
      • Manage Allocations
      • Upgrade Storage
      • Blimp Vault
      • Refer a friend
      • Settings
      • Launching ZS3 Server
      • Using CLI to backup files into Blimp + ZS3 Server
    • 🏠Chimney
      • Getting Started
      • Login / Register
      • Create New Deployment
      • Manage Your Deployments
      • Homepage
      • Staking Dashboard
      • Rank Dashboard
      • Monitor Dashboard
      • Stats Dashboard
      • Logs Dashboard
      • Wallet Dashboard
      • Operations on your Deployments
      • Restricted Blobbers
      • Settings
        • Manage Profile
        • Wallet Settings
        • Update Blobber Settings
        • Update Blobber Version
        • Refer a friend
        • Help
    • 🌐Atlus
      • Getting Started
      • Home page
      • Service Providers Page
      • Charts Page
        • Market Charts
        • Network Charts
        • Storage Charts
      • Blockchain Page
      • Server Map Page
      • Storage Explainer Page
      • Details Pages
        • Block Details Page
        • Transaction Details Page
        • Wallet Details Page
        • Miner Details Page
        • Sharder Details Page
        • Blobber Details Page
        • Validator Details Page
        • Authorizer Details Page
        • Allocation Details Page
      • Appendix: Common Components
    • ⚡Bolt
      • Getting Started
        • Web
        • Mobile
      • Login / Register
      • Sign In with external wallet
      • Staking Dashboard
      • Staking/Unstaking a provider
      • Claiming Rewards
      • Send/Receive ZCN tokens
      • Buy ZCN
      • Deposit/Withdraw ZCN tokens
      • Activity Dashboard
      • Refer a friend
      • Settings
  • Releases
    • Hardfork
Powered by GitBook
On this page
  • Transaction Overview
  • Transaction Details (JSON format)
  • How to find the error in a "failed" transaction
  1. Züs Apps
  2. Atlus
  3. Details Pages

Transaction Details Page

A page viewing the details of a transaction

PreviousBlock Details PageNextWallet Details Page

Last updated 1 year ago

You can access this page by one of the following:

  • Clicking on the Transaction Hash wherever it's presented, for example, in the Transactions table of the page.

  • Using this url format: https://atlus.cloud/transaction-details/<txn_hash>

Transaction Overview

Column Name
Description

Hash

Status

Block

Created At

This is the creation timestamp (date and time) of this transaction.

Type

From

This is the id of the sender/issuer of the transaction, with a copy icon to copy it to the clipboard. It can be a provider, a smart contract or a client's wallet, so clicking on that will open the details page of whatever the issuer is.

To

This is the id of the recipient of the transaction, with a copy icon to copy it to the clipboard. It can be a provider, a smart contract or a client's wallet, so clicking on that will open the details page of whatever the recipient is.

Value (ZCN)

The value is an attribute associated with the transactions to be used by the smart contract while processing the transaction. It's optional and depends on the function or the type of the transaction. You'll find this referred to in the documentation of the smart contract functions.

Txn Fee (ZCN)

This is the ZCN amount deducted as fee from the transaction issuer's wallet, as a cost for the computational power used to process the transaction. It also varies for different transaction types.

Transaction Details (JSON format)

This tab of the details viewer shows the JSON format of the details of this transaction. More information about the transactions data can be found in the Transaction Entity page.

How to find the error in a "failed" transaction

When a transaction fails, you can check its error in the JSON-formated details of the transactions. The error should be the value of the property named: transaction_output like in the image below

This part of the page shows the details of the transaction. It shows the same information show in the table of Transactions in in Atlus.

This is the hash of the transaction, which represents an identifier for the transactions based on its content, with a copy icon that copies it to the clipboard. Clicking on that opens the of this transactions.

Shown in the upper-right part of this view, this is the status of the transaction. It's either Success if the transaction is executed successfully or Failure if the transaction has an error, you can check the error, if found, in the .

This is the hash of the block within which this transaction lies, with a copy icon to copy it to the clipboard. Clicking this opens the of the block represented by this hash.

This is the type of the transaction, which defines its function in the smart contracts. Find all the available types of transactions in the documentation.

✨
🌐
the Blockchain page
Transaction Details Page
Transaction Details Page
Block Details Page
Smart Contract
Blockchain
Fig1: Transaction Overview
Fig2: Transaction Details (JSON format) - Successful Transaction