Quaiscan
  • Quaiscan Open-Source Explorer
  • 🙎Using Quaiscan
    • Getting Started
      • Glossary of Terms
      • Main Menu
      • Blocks
      • Transaction Types
    • Token Support
      • ERC-1155 Support
  • 👩‍💻Developer Support
    • Quaiscan API
      • REST API Endpoints
      • GraphQL
      • JSON RPC & Quai Compatible RPC Endpoints
        • Account
        • Block
        • Contract
        • Logs
        • Stats
        • Token
        • Transaction
        • Quai RPC API
    • Smart Contract Verification
      • Quaiscan UI
      • Quaiscan smart-contract verification API
      • Hardhat Verification Plugin
    • Local Deployment
  • FAQs
    • User FAQs
    • Developer FAQs
  • 🧩Resources
    • Media kit
    • Release Notes
      • v1.0.0
    • Discussion
    • GitHub Repo
Powered by GitBook
On this page
Export as PDF
  1. Using Quaiscan
  2. Getting Started

Transaction Types

Different types of transactions are categorized in the Quaiscan UI to allow for quick identification. Types include:

  • Coin transfer: value transfer, value >= 0, no transaction input

  • Contract call: transaction input is present (any value including 0)

  • Contract creation: creation of a smart-contract

  • Token burning: recognized token transfer of any of ERC-20, 721, 1155 token instance (single or bulk) to 0x0000... address

  • Token creation: creation of token instance in ERC-1155

  • Token minting: token transfer of any of ERC-20, 721, 1155 token instance (single or bulk) from 0x0000... address

  • Token transfer: token transfer of any of ERC-20, 721, 1155 token instance (single or bulk)

  • Transaction: A contract call where the contract has not yet been identified by Quaiscan.

  • Coinbase: payout of mining rewards to the miner of a block or workshare.

PreviousBlocksNextToken Support

Last updated 7 months ago

🙎