Palette Developer Documentation
  • Palette Developer Documentation
  • About Palette
    • Concepts
      • Follow Standards
        • Palette Token Standard
        • Palette NFT Token Standard
        • Transaction Format
      • Validator Management
      • Stake
        • Current delegation reward return coefficient β
      • Gas
    • Palette White Paper
    • Update Notes
  • Development
    • Developer Tutorials
      • Your First Transaction
      • Your First NFT
    • Blockchain Deployments
  • TOOLS
    • Palettescan
    • Palette API
    • PLT Wallet
  • Infomation
    • Incident Report
      • Block Generation Suspension on Apr. 14-15
Powered by GitBook
On this page
  1. About Palette
  2. Concepts
  3. Follow Standards

Palette Token Standard

PRC-20 Standard

Palette token is issued on Ethereum and Palette uses a token standard called PRC-20, which is the same implementation as ERC-20. This specification can increase the interchangeability of PRC20-based tokens and perform the same operations in dApps.

PRC-20 deals with the problem of the Ethereum community creating unique tokens and functions and solves the issue of destroying smart contracts and cyber attacks during token transfers.

The common functionality token (Utility token) is also an application type based on PRC-20. PRC-20 contains six functions, two events, and three token information functions. As long as it is written in the smart contract, it can be regarded as a token based on PRC-20.

PreviousFollow StandardsNextPalette NFT Token Standard

Last updated 9 months ago