Token Listing

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 repositoryarrow-up-right.

GitHub : https://github.com/FNCYchain/explorerarrow-up-right

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.

Adding NFT on FNCYScan

To add an NFT onFNCYScan, follow the instructions below.

  1. Use the following PR template.

  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.

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