Browse develop
    • Get Started
      • Sign with a Multisig Account
      • Start the Light Client Daemon (LCD)
      • Overview
      • Build a Simple XPLA Chain dApp
        • ERC20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
        • CW20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
      • Open Source Contract Comparison
      • Which Tools to Use
        • Get Started with Wallet Provider
        • Signing Bytes
        • Extension Vault
        • Mobile Vault
        • Get Started with xpla.js
        • Common Examples
        • Add Modules
        • Coin and Coins
        • Fees
        • IBC Transfers
        • Keys
        • Make a Connection
        • Message Authorization
        • Numeric
        • Query Data
        • Send Message
        • Smart Contracts
        • Transactions
        • Wallets
        • Websockets
        • About `xplad`
        • Install `xplad`
        • Using 'xplad'
        • Commands
        • Subcommands
        • 'xplad' Mac
      • Overview
      • Auth
      • AuthZ
      • Bank
      • Capability
      • Crisis
      • Distribution
      • Evidence
      • EVM
      • Fee Grant
      • Feemarket
      • Governance
      • Mint
      • Params
      • Reward
      • Slashing
      • Staking
      • Upgrade
      • Volunteer
      • WASM
      • Developer Resources
      • History and Changes

XPLA

  • Learn
    • About XPLA Chain
    • Brand Assets
    • Fees
    • XPLA Vault
    • Glossary
  • Develop
    • Get Started
    • Guides
    • Smart Contract Guide
    • Tools
    • Core Modules
    • Dev Reference
  • Full Node
    • Run a Full Node
    • Manage a Validator
    • Resources
  • Guide
    • Token Migration
  • Ecosystem
    • Make Together
    • Discover Contribution
    • Code of Conduct


  • X
  • GitHub

    • Get Started
      • Sign with a Multisig Account
      • Start the Light Client Daemon (LCD)
      • Overview
      • Build a Simple XPLA Chain dApp
        • ERC20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
        • CW20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
      • Open Source Contract Comparison
      • Which Tools to Use
        • Get Started with Wallet Provider
        • Signing Bytes
        • Extension Vault
        • Mobile Vault
        • Get Started with xpla.js
        • Common Examples
        • Add Modules
        • Coin and Coins
        • Fees
        • IBC Transfers
        • Keys
        • Make a Connection
        • Message Authorization
        • Numeric
        • Query Data
        • Send Message
        • Smart Contracts
        • Transactions
        • Wallets
        • Websockets
        • About `xplad`
        • Install `xplad`
        • Using 'xplad'
        • Commands
        • Subcommands
        • 'xplad' Mac
      • Overview
      • Auth
      • AuthZ
      • Bank
      • Capability
      • Crisis
      • Distribution
      • Evidence
      • EVM
      • Fee Grant
      • Feemarket
      • Governance
      • Mint
      • Params
      • Reward
      • Slashing
      • Staking
      • Upgrade
      • Volunteer
      • WASM
      • Developer Resources
      • History and Changes
    • Get Started
      • Sign with a Multisig Account
      • Start the Light Client Daemon (LCD)
      • Overview
      • Build a Simple XPLA Chain dApp
        • ERC20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
        • CW20 Tokens
        • Environment Setup
        • Writing the Contract
        • Interacting with the Contract
      • Open Source Contract Comparison
      • Which Tools to Use
        • Get Started with Wallet Provider
        • Signing Bytes
        • Extension Vault
        • Mobile Vault
        • Get Started with xpla.js
        • Common Examples
        • Add Modules
        • Coin and Coins
        • Fees
        • IBC Transfers
        • Keys
        • Make a Connection
        • Message Authorization
        • Numeric
        • Query Data
        • Send Message
        • Smart Contracts
        • Transactions
        • Wallets
        • Websockets
        • About `xplad`
        • Install `xplad`
        • Using 'xplad'
        • Commands
        • Subcommands
        • 'xplad' Mac
      • Overview
      • Auth
      • AuthZ
      • Bank
      • Capability
      • Crisis
      • Distribution
      • Evidence
      • EVM
      • Fee Grant
      • Feemarket
      • Governance
      • Mint
      • Params
      • Reward
      • Slashing
      • Staking
      • Upgrade
      • Volunteer
      • WASM
      • Developer Resources
      • History and Changes

CW20 Tokens

According to the official documentation:

CW20 is a specification for fungible tokens based on CosmWasm. The name and design is loosely based on Ethereum’s ERC20 standard, but many changes have been made. The types in here can be imported by contracts that wish to implement this spec, or by contracts that call to any standard CW20 contract.

Edit this page on GitHub
Environment Setup →
  • Powered by