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

Token Support

Quaiscan supports the following token types:

  • ERC-20: Fungible tokens

    • Standard for interchangeable tokens

    • Used for cryptocurrencies, stablecoins, utility tokens

  • ERC-721: Non-fungible tokens (NFTs)

    • Unique, indivisible tokens

    • Often used for digital art, collectibles, game items

  • ERC-1155: Multi-token standard

    • Combines fungible and non-fungible tokens

    • Efficient for gaming and complex ecosystems

  • ERC-777: Advanced fungible tokens (basic indexing but no additional views, provides similar info to ERC-20)

    • Adds features like operator support and hooks

    • Backward compatible with ERC-20.

  • ERC-4626: Tokenized Vaults (basic indexing but no additional views, provides similar info to ERC-20)

    • Standard for yield-bearing tokens

    • Used in DeFi for lending and yield farming

PreviousTransaction TypesNextERC-1155 Support

Last updated 8 months ago

🙎