FNCY Chain
FNCY 2.0.2 (ENG)
FNCY 2.0.2 (ENG)
  • Introduction
  • Getting Started
  • Design
    • Structure
    • Three Main Sets of Participants
    • PoSA Consensus
    • Governance
    • Staking
    • Mining Reward
    • Gas Fee
    • Runtime Upgrade
    • Cross-Chain Bridge
    • Security
  • Build On FNCY Chain
    • RPC Endpoints
    • Testnet Faucet
    • Block Explorer
      • Token Listing
    • BEP20 Token
    • NFT
    • Validator Requirements
    • NFT Market
      • FNCY Marketplace
  • For Developers
    • JSON-RPC
    • FNCY Chain API
      • Wallet API
      • Transaction API
      • Blockchain API
    • Wallet
      • FNCY Wallet
      • Use MetaMask for FNCY Chain
      • SDK
        • Android
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
        • iOS
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
    • Smart Contract
      • Deployment
        • Truffle
        • Hardhat
        • Remix IDE
      • Verify Your Contract on FncyScan
    • Gasless Transaction
    • with FNCY
      • FNCY Login
      • GAME AUTH Login
  • Tokenomics
  • Ecosystem Partner
  • FNCY Governance Partner
Powered by GitBook
On this page
  • Adding ERC20 Token on FNCYScan
  • Adding NFT on FNCYScan
  1. Build On FNCY Chain
  2. Block Explorer

Token Listing

PreviousBlock ExplorerNextBEP20 Token

Token Tracking and Management Platform

FNCYScan is an open source platform designed to help users track and manage tokens including ERC20, ERC721, and ERC1155. The platform provides a simple and intuitive interface that allows users to easily update their tokens through .

GitHub :

Environment
URL

Mainnet

Testnet

Adding ERC20 Token on FNCYScan

To add an ERC20 token on FNCYScan, follow the instructions below.

  1. Use the following PR template.

{
    "id": integer,
    "name": text,
    "symbol": text,
    "description": text,
    "address": address hash,
    "image": link to your token image,
}
  1. Provide all information requested by the PR.

  • id : Unique Identifier for the Token

  • name : Token Name

  • symbol : Token Symbol

  • description : A Brief Description About the Token

  • address : Token Address

  • image : Token Image Link

  1. Submit PR to FNCYScan.

The following is an example of how to submit a PR to add an ERC20 token on FNCYScan.

{
  "id": 2,
  "name": "Binance USD",
  "symbol": "BUSD",
  "description": "BUSD is a 1:1 USD-backed stablecoin approved by the New York State Department of Financial Services (NYDFS), issued in partnership with Paxos.",
  "address": "0x0facd73fc3e354b688323e9bcd1637d01ed94c4e",
  "image": "https://cryptologos.cc/logos/binance-usd-busd-logo.png?v=025",
}

Adding NFT on FNCYScan

To add an NFT onFNCYScan, follow the instructions below.

  1. Use the following PR template.

{
    "id": integer,
    "name": text,
    "symbol": text,
    "description": text,
    "address": address hash,
    "image": link to your token image,
    "singleNftDomain": provide an API domain where we can get your single NFT information,
}
  1. Provide all information requested by the PR.

  • id: Unique Identifier for the NFT

  • name: NFT Name

  • symbol: NFT Symbol

  • description: A Brief Description About the NFT

  • address: NFT Address

  • image: NFT Image Link

  • singleNftDomain: API Domain Where FNCYScan Can Obtain Single NFT's Information

  1. Submit PR to FNCYScan.

The following is an example of how to submit a PR to add an NFT on FNCYScan.

{
    "id": 1,
    "name": "IUFC NFT",
    "symbol": "IUFC",
    "description": "NFT series for K-Leagues's Incheon United F.C. Special benefits are provided for the IUFC fans.",
    "address": "0x5f29aa5c4125038819dcde1405Ca1b602306d4E9",
    "image": "https://static.cube.store/markets/incheon-united/thumbnail.png",
    "singleNftDomain": "https://api.fncy.world/tankers/markets/incheon-united/nfts/0x5f29aa5c4125038819dcde1405ca1b602306d4e9"
}

Below is a list of ERC721s registered on the mainnet as of July 4, 2023.

GitHub repository
https://github.com/FNCYchain/explorer
https://fncyscan.fncy.world/token
https://fncyscan-testnet.fncy.world/token