☁️
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
  • Transactions
  • Transaction Type Filter
  • Blocks
  1. Züs Apps
  2. Atlus

Blockchain Page

A Page showing a list of all transactions and blocks in a Paginated Table Component

PreviousStorage ChartsNextServer Map Page

Last updated 11 months ago

Page Link:

This page shows all the blocks and the transactions in the system, both using a .

Transactions

This table lists all the transactions in the system, starting from the most recent one. The information shown about each transaction in the table columns is as follows:

Column Name
Description

Hash

Type

Block

Age

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

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.

Status

You can also use the search bar in the top right corner to search for a transaction by its hash.

Transaction Type Filter

The transaction type filter on the Züs blockchain explorer allows users to view and categorize transactions easily.

This table lists all the blocks added to the blockchain, starting by the most recent one. The information shown about each block in the table columns is as follows:

Filter Type
Description

All

Displays all transactions without any filtering.

Fees

Shows transactions related to network fees.

Generate Challenge

Displays transactions that involve generating challenges.

Challenge Response

Filters transactions that involve responding to challenges.

Blocks

Column Name
Description

Round No.

Age

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

Transaction count

This is the count of transactions found in this block.

Miner ID

You can also use the search bar in the top right corner to search for a block by its round or miner id.

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.

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.

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 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 round number of this block, with a copy icon to copy it to the clipboard. Clicking on this redirects to the .

This is the Provider ID of the miner which generated this block - know as a generator - with a copy icon to copy it to the clipboard. For more information about block generation process, check the .

✨
🌐
Transaction Details Page
Smart Contract
Block Details Page
Transaction Details Page
Block Details Page
Blockchain System Feature Documentation
https://atlus.cloud/blockchain
Paginated Table Component
Fig1: Transactions table
FIg3: Transaction Type Filter
FIg2: Blocks table