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 repository.
GitHub : https://github.com/FNCYchain/explorer
Adding ERC20 Token on FNCYScan
To add an ERC20 token on FNCYScan, follow the instructions below.
Use the following PR template.
{
"id": integer,
"name": text,
"symbol": text,
"description": text,
"address": address hash,
"image": link to your token image,
}Provide all information requested by the PR.
id: Unique Identifier for the Tokenname: Token Namesymbol: Token Symboldescription: A Brief Description About the Tokenaddress: Token Addressimage: Token Image Link
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.
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,
}Provide all information requested by the PR.
id: Unique Identifier for the NFTname: NFT Namesymbol: NFT Symboldescription: A Brief Description About the NFTaddress: NFT Addressimage: NFT Image LinksingleNftDomain: API Domain Where FNCYScan Can Obtain Single NFT's Information
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.
