WEMIX3.0
WEMIX3.0 (ENG)
WEMIX3.0 (ENG)
  • Introduction
    • Blockchain Basics
      • What is Blockchain?
      • Consensus Algorithm
      • Transactions
      • Gas
      • Account
  • Design
    • Architecture
    • Consensus
    • Governance
    • Minting
    • EIP1559
    • Eco Fund
    • Fee Delegation
    • Roadmap
  • Quick Start
    • Start Node
      • Use Binary
        • Command-line Option
      • Use Public API Server(RPC)
    • Connect Node
    • Account
      • Use MetaMask
    • Testnet Faucet
  • Install & Operation
    • End Node
      • System Requirements
      • Firewall Setting
      • Install Guide
    • Block Producer Node
      • System Requirements
      • Firewall Setting
      • Install Guide
    • Download
    • Operation Guide
  • dApp Developer
    • Smart Contract
      • Solidity
      • Precompiled Contracts
      • Sample Contracts
    • JSON-RPC
    • API Reference
      • Account APIs
      • Block APIs
      • Contract APIs
      • Transaction APIs
      • Event logs APIs
      • Tokens APIs
  • Tutorial
    • Create a Wallet
    • Receive Test Coin
    • Create Smart Contract
      • Remix
      • Truffle
      • Hardhat
    • ERC-20 Token
      • Write ERC-20 Contract
      • Check ERC-20 Token
      • Send ERC-20 Token
      • Check ERC-20 Token API
      • Burn ERC-20 Token
    • ERC-721 Token
      • Write ERC-721 Contract
      • Minting ERC-721 Token
      • Check ERC-721 Token API
      • Burn ERC-721 Token
    • Use Fee Delegation
  • Manual
    • Explorer
    • Wallet
  • FAQ
Powered by GitBook
On this page
  • Step 1 : Access MetaMask
  • Step 2 : Check Token Contract Address
  • Step 3 : Add Custom Token
  • Step 4 : Confirm Custom Token
  1. Tutorial
  2. ERC-20 Token

Check ERC-20 Token

PreviousWrite ERC-20 ContractNextSend ERC-20 Token

You can add and verify the custom token in MetaMask for ERC-20 tokens distributed using Remix.

ERC-20 contracts must be deployed in advance. Please refer to for ERC-20 Contract deployment.

We will proceed with the process of checking the ERC-20 token in the order below..

  • Step 1 : Access MetaMask

  • Step 2 : Check Token Contract Address

  • Step 3 : Add Custom Token

  • Step 4 : Confirm Custom Token

All examples are based on WEMIX3.0 Testnet.

Step 1 : Access MetaMask

You must run the MetaMask Extensions that are installed. If you do not have MetaMask Extensions installed, you must go to the to download and run MetaMask.

Once MetaMask is running, you can now change the network from Ethereum to WEMIX3.0 Testnet as shown in the picture below.

Step 2 : Check Token Contract Address

Find the name of the token entered when creating the ERC-20 contract, check the Contract Address, and copy it.

Step 3 : Add Custom Token

Return to the MetaMask and select 'Import tokens' and enter 'Token contract address'. When entering 'Token contract address', Token symbol and Token decision are automatically entered.

If you select 'Add custom token' in the picture above, a screen will be displayed to confirm whether you want to add the token finally. Select 'Import tokens' to complete token registration.

Step 4 : Confirm Custom Token

Once the token registration is complete, you can check the ERC-20 Token deployed at the bottom of TWEMIX as shown below.

Below is an additional example of Token with Token Name 'WT Token'.

A token contract address is required to add as a Custom Token. The ERC-20 Contract Address deployed through Remix can be found in .

After accessing , you can check tokens by selecting 'Token > Tokens List'.

Testnet Explorer
Testnet Explorer
Write ERC-20 Contract
Chrome Web Store
Install MetaMask Extension
Connect WEMIX_Testnet
Token > Token List
After selecting 'Import tokens', Enter Token Contract Address and Add
Confirm Custom Token