diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6309d12 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# ignore all backup files +*~$*.xlsx \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1313a3a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.0.0] + +- Initial release to public diff --git a/LICENSE b/LICENSE index 07f44e6..5120855 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,21 @@ -MIT License - -Copyright (c) 2018 KarmaEDV - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +MIT License + +Copyright (c) 2020 KarmCraft.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Portfolio.xlsx b/Portfolio.xlsx new file mode 100644 index 0000000..29ff078 Binary files /dev/null and b/Portfolio.xlsx differ diff --git a/Queries.xlsx b/Queries.xlsx new file mode 100644 index 0000000..25bbf9f Binary files /dev/null and b/Queries.xlsx differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..9aa9297 --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +# Crypto Balance Excel Sheet + +If you're anything like me then you have several cryptocurrenties and altcoins organized in different wallets scattered around on dozens of addresses and multiple exchanges. To keep track of it all can be a dauntig task. I was and still am unhappy with most of the available wallet and balance apps, this is why I felt that I could create a simple to use but powerful Excel workbook to keep track of all my cryptos and their value in Fiat. Also, privacy is a big concern and I didn't want any service to know about my balances. When used correctly this Excel sheet allows to keep track of all *public* addresses and regain the overview over your crypto-empire. + +## Features + +- Simple to use and configure for normal excel users. Advanced Excel users will have no issues. +- The easiest overview of your crypto holdings, broken down to the single public address. No more guesswork. +- Pretty much absolute privacy. Your own API Keys. No need to enter values in apps that gather your informations. +- Calculates holdings in BTC and any Fiat (default USD & EUR) per wallet. +- Calculates total holdings of all wallets in BTC and any Fiat (default USD & EUR). +- Enter symbol, public address and balance - the rest is calculated automagically - et voilà! +- Support for any cryptocurrency (listed on coinmarketcap.com). +- Support for multiple wallets containing multiple addresses. +- Support for any available block explorer and direct navigation to entered address (customnizable). +- Periodically updates values from several APIs for all cryptocurrencies, Fiat currencies and fees/gas for BTC and ETH. +- Calculates your specific sums of the main cryptocurrencies. +- Automatic dominance calculation in a cool pie chart. +- **No VBA or Macros**! All queries are written in [Power Query M](https://docs.microsoft.com/en-us/powerquery-m/). +- Semantic versioning makes it easy keep your portfolio up-to-date with this project. + +![Crypto Balance Excel Sheet Example](/images/crypto-balance-excel-sheet-example.png) + +## Getting Started + +### Prerequisites + +- MS Office Excel is needed as any other Excel implementation does not support queries written in Power Query M. +- Clone/Download this repository to a local folder on your computer. + +### Configuration + +- To take full advantage of all the features, open the file */config/config.json* with your favorite text editor and enter the required .information. +- You will find further instructions, such as your Fiat currency and needed API Keys in the comments of each configuration item. + +:information_source: Any API key required comes from a provider with a reputable source and where the free plan is enough. You may be required to register with a username/email though. + +:information_source: The API Keys are optional. If you do not use them advanced features as conversion to BTC, 2nd Fiat and fee calculation will not work. I suggest to at least configure the CoinMarketCap API Key. + +### Using the sheet + +- Start the workbook *Queries.xlsx* and leave it open. Confirm possible messages from Excel. You can minimize it after that, it will do its thing and update the queries periodically. +- Start the workbook *Portfolio.xlsx*. Enter your holdings by filling out the tables. For details have a look at the examples in it and replace the fields in column A troguh E with your own values. You can replace with your own values. Delete unneeded wallet tables or add more by duplicating them. +- You can add several addresses of the same cryptocurrency, in fact you should add **all** of them :smile: + +:bulb: Add more rows to the tables by selecting a cell in the table and pressing CTRL + + + +:bulb: To add a new table select everything in an existing table, copy and paste in the row before the totals table. + +:information_source: ETH ERC20 Tokens: To add an ERC20 Token add the prefix "ERC20" in the NAME column. + +:information_source: The basic features will work even if you do not set up your API Keys, but the most useful functions will be disabled and the respective columns will stay empty. + +:warning: Only fill in the columns WALLET, NAME, SYM, ADDRESS by hand (**A** to **D**), the rest will be calculated automatically and pulled in from *Queries.xlsx*. + +### Security Messages + +During first time startup and when you update your API keys information a popup regarding privacy levels may be shown. You can either confirm the desired privacy level or click the checkbox *Ignore Privacy Levels checks for this file.* +![Privacy Levels checks message](/images/ignore-privacy-levels-check.png) + +Another popup that can appear is the Access Web content message. Just confirm this as well. +![Access WEb content message](/images/access-web-content-check.png) + +Learn more about [Privacy Levels](https://support.microsoft.com/en-us/office/privacy-levels-power-query-cc3ede4d-359e-4b28-bc72-9bee7900b540) + +## Updates & Versioning + +An important question is how to handle the situation when there are updates to this repository or the queries. +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +To allow backwards compatibility and ease of use the workbook has been splitted in two separate workbooks. + +*Queries.xlsx* performs all the heavy logic operations, loads queries from files and connects to various web services in the background. I expect updates to mainly affect this workbook. In the spirit of an open source project, the M queries have been written as clear text files so they can be easiliy versioned. + +The second workbook, *Portfolio.xlsx* is a dedicated spreadsheet where you enter your crypto holdings. This means that you will be able to copy and paste your *Portfolio.xlsx* into any newer version of this repo as long as there is no *major* version update (i.e. The first number in the version stays the same) and everything should just work fine. + +:information_source: This is especially important if you have a long list of addresses in your *Portfolio.xlsx* and removes much of the pain of an update. + +## Troubleshooting + +- Tested on MS Excel 2019 Professional Plus - ENG +- Dependendig on your regional settings in Windows you may be required to change some settings either on your system or in Excel. + - The 1000 Separator used is " ' " + - The formula expression separator used is " ; " + +:bulb: Learn how to change the formula separator [in this article](https://www.excel-exercise.com/comma-or-semicolon-in-excel-formula/) + +:information_source: If you find a bug, please report it [here](https://github.com/KarmCraft/crypto-balance-excel-sheet/issues) + +## Donations are appreciated, buy me a :coffee: + +- BTC: [bc1q27vkxgcwg3ryswc6p6kavdlp97zhegq6se9s5r](https://blockchair.com/bitcoin/address/bc1q27vkxgcwg3ryswc6p6kavdlp97zhegq6se9s5r) +- ETH: [0xB9Ce62394f3406d7F86B240212daCBbd4d452329](https://etherscan.io/address/0xB9Ce62394f3406d7F86B240212daCBbd4d452329) +- LTC: [ltc1q6q07s6ye0y34d7fdlu3nqjd4fnak8zwnrt8fev](https://chainz.cryptoid.info/ltc/address.dws?MK1HBhXE7AEmf9oLjWWuLCUPP7sgn5Pq9d.htm) +- BCH: [qz2hnx84eht4cphm6nt9al743q3w5tr8g58llc2w8s](https://blockchair.com/bitcoin-cash/address/3Ax4XaV7o8dDFtGBCWpfQuDfCttXerfiJR) +- API Keys: If you feel like sponsoring or sharing an API key from a paid subscription plan, I will consider adding it as a default in the config files. diff --git a/config/config.json b/config/config.json new file mode 100644 index 0000000..c1d50ae --- /dev/null +++ b/config/config.json @@ -0,0 +1,18 @@ +{ + "ApiKeyCoinmarketCap": { + "Value": "", + "Comment": "Sign up for free on https://pro.coinmarketcap.com/signup. To get you API key go to the dashboard under 'Overview' and genereate the key. Copy and paste it's value here." + }, + "ApiKeyForex": { + "Value": "", + "Comment": "Sign up for free on https://openexchangerates.org/signup/free for a free plan. To get your API key go to the dashboard under 'App IDs' and genereate the key. Copy and paste it's value here." + }, + "ApiKeyEthGas": { + "Value": "", + "Comment": "Sign up for free on https://docs.defipulse.com/authentication. To get you API key go to the dashboard under 'Active API Key' and genereate the key. Copy and paste it's value here." + }, + "AdditionalFiat": { + "Value": "EUR", + "Comment": "Enter your desired additional Fiat currency. The values will automatically be exchanged from USD $" + } +} \ No newline at end of file diff --git a/config/explorers-erc20.json b/config/explorers-erc20.json new file mode 100644 index 0000000..89e4441 --- /dev/null +++ b/config/explorers-erc20.json @@ -0,0 +1,999 @@ +[ + {"symbol": "USDT", "baseurl" : "https://etherscan.io/token/0xdac17f958d2ee523a2206206994597c13d831ec7?a={ADDRESS}"}, + {"symbol": "WETH", "baseurl" : "https://etherscan.io/token/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2?a={ADDRESS}"}, + {"symbol": "MGC", "baseurl" : "https://etherscan.io/token/0x174bfa6600bf90c885c7c01c7031389ed1461ab9?a={ADDRESS}"}, + {"symbol": "CARD", "baseurl" : "https://etherscan.io/token/0x0e3a2a1f2146d86a604adc220b4967a898d7fe07?a={ADDRESS}"}, + {"symbol": "LINK", "baseurl" : "https://etherscan.io/token/0x514910771af9ca656af840dff83e8264ecf986ca?a={ADDRESS}"}, + {"symbol": "CARD", "baseurl" : "https://etherscan.io/token/0x629cdec6acc980ebeebea9e5003bcd44db9fc5ce?a={ADDRESS}"}, + {"symbol": "USDC", "baseurl" : "https://etherscan.io/token/0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48?a={ADDRESS}"}, + {"symbol": "LPT", "baseurl" : "https://etherscan.io/token/0x58b6a8a3302369daec383334672404ee733ab239?a={ADDRESS}"}, + {"symbol": "coToken", "baseurl" : "https://etherscan.io/token/0x03cb0021808442ad5efb61197966aef72a1def96?a={ADDRESS}"}, + {"symbol": "CK", "baseurl" : "https://etherscan.io/token/0x06012c8cf97bead5deae237070f9587f8e7a266d?a={ADDRESS}"}, + {"symbol": "DAI", "baseurl" : "https://etherscan.io/token/0x6b175474e89094c44da98b954eedeac495271d0f?a={ADDRESS}"}, + {"symbol": "EOS", "baseurl" : "https://etherscan.io/token/0x86fa049857e0209aa7d9e616f7eb3b3b78ecfdb0?a={ADDRESS}"}, + {"symbol": "DAI", "baseurl" : "https://etherscan.io/token/0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359?a={ADDRESS}"}, + {"symbol": "LCS", "baseurl" : "https://etherscan.io/token/0xe62e6e6c3b808faad3a54b226379466544d76ea4?a={ADDRESS}"}, + {"symbol": "BNT", "baseurl" : "https://etherscan.io/token/0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c?a={ADDRESS}"}, + {"symbol": "TRX", "baseurl" : "https://etherscan.io/token/0xf230b790e05390fc8295f4d3f60332c93bed42e2?a={ADDRESS}"}, + {"symbol": "PAX", "baseurl" : "https://etherscan.io/token/0x8e870d67f660d95d5be530380d0ec0bd388289e1?a={ADDRESS}"}, + {"symbol": "OMG", "baseurl" : "https://etherscan.io/token/0xd26114cd6ee289accf82350c8d8487fedb8a0c07?a={ADDRESS}"}, + {"symbol": "BAT", "baseurl" : "https://etherscan.io/token/0x0d8775f648430679a709e98d2b0cb6250d2887ef?a={ADDRESS}"}, + {"symbol": "CPCT", "baseurl" : "https://etherscan.io/token/0x8fdcc30eda7e94f1c12ce0280df6cd531e8365c5?a={ADDRESS}"}, + {"symbol": "ETH", "baseurl" : "https://etherscan.io/token/0xc0829421c1d260bd3cb3e0f06cfe2d52db2ce315?a={ADDRESS}"}, + {"symbol": "MSD", "baseurl" : "https://etherscan.io/token/0xac08809df1048b82959d6251fbc9538920bed1fa?a={ADDRESS}"}, + {"symbol": "STORJ", "baseurl" : "https://etherscan.io/token/0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac?a={ADDRESS}"}, + {"symbol": "ANEX", "baseurl" : "https://etherscan.io/token/0xdc17e8a84fee8b52e4de7a85160f8cdbb3bb2494?a={ADDRESS}"}, + {"symbol": "ALC", "baseurl" : "https://etherscan.io/token/0x9e15f8ad98e95033c1d4798458cec34a4b5972b0?a={ADDRESS}"}, + {"symbol": "MXM", "baseurl" : "https://etherscan.io/token/0x8e766f57f7d16ca50b4a0b90b88f6468a09b0439?a={ADDRESS}"}, + {"symbol": "ESCH$", "baseurl" : "https://etherscan.io/token/0xa821f14fb6394e82839f5161f214cacc90372453?a={ADDRESS}"}, + {"symbol": "ZRX", "baseurl" : "https://etherscan.io/token/0xe41d2489571d322189246dafa5ebde1f4699f498?a={ADDRESS}"}, + {"symbol": "SCC", "baseurl" : "https://etherscan.io/token/0x74fd51a98a4a1ecbef8cc43be801cce630e260bd?a={ADDRESS}"}, + {"symbol": "WUC", "baseurl" : "https://etherscan.io/token/0x9e9801bace260f58407c15e6e515c45918756e0f?a={ADDRESS}"}, + {"symbol": "PLANET", "baseurl" : "https://etherscan.io/token/0x06a6a7af298129e3a2ab396c9c06f91d3c54aba8?a={ADDRESS}"}, + {"symbol": "BRC", "baseurl" : "https://etherscan.io/token/0x21ab6c9fac80c59d401b37cb43f81ea9dde7fe34?a={ADDRESS}"}, + {"symbol": "SUT", "baseurl" : "https://etherscan.io/token/0x0e50e6d6bb434938d8fe670a2d7a14cd128eb50f?a={ADDRESS}"}, + {"symbol": "NPXS", "baseurl" : "https://etherscan.io/token/0xa15c7ebe1f07caf6bff097d8a589fb8ac49ae5b3?a={ADDRESS}"}, + {"symbol": "ALC", "baseurl" : "https://etherscan.io/token/0xa3f440ef604a6380a030360f85bb0dedb6db5a85?a={ADDRESS}"}, + {"symbol": "KICK", "baseurl" : "https://etherscan.io/token/0xc12d1c73ee7dc3615ba4e37e4abfdbddfa38907e?a={ADDRESS}"}, + {"symbol": "HEALP", "baseurl" : "https://etherscan.io/token/0x7b2f9706cd8473b4f5b7758b0171a9933fc6c4d6?a={ADDRESS}"}, + {"symbol": "BEC", "baseurl" : "https://etherscan.io/token/0xc5d105e63711398af9bbff092d4b6769c82f793d?a={ADDRESS}"}, + {"symbol": "KNC", "baseurl" : "https://etherscan.io/token/0xdd974d5c2e2928dea5f71b9825b8b646686bd200?a={ADDRESS}"}, + {"symbol": "MNE", "baseurl" : "https://etherscan.io/token/0x426ca1ea2406c07d75db9585f22781c096e3d0e0?a={ADDRESS}"}, + {"symbol": "MNE", "baseurl" : "https://etherscan.io/token/0xc92e74b131d7b1d46e60e07f3fae5d8877dd03f0?a={ADDRESS}"}, + {"symbol": "SSN", "baseurl" : "https://etherscan.io/token/0xa5b46ff9a887180c8fb2d97146398ddfc5fef1cd?a={ADDRESS}"}, + {"symbol": "FOB", "baseurl" : "https://etherscan.io/token/0xb64ffdca47d6c3895608c4e05faba6e617b3a031?a={ADDRESS}"}, + {"symbol": "WENI", "baseurl" : "https://etherscan.io/token/0x68e54af74b22acaccffa04ccaad13be16ed14eac?a={ADDRESS}"}, + {"symbol": "POCC", "baseurl" : "https://etherscan.io/token/0x912656188616e0184e3181f019022990a63280b1?a={ADDRESS}"}, + {"symbol": "NEST", "baseurl" : "https://etherscan.io/token/0x04abeda201850ac0124161f037efd70c74ddc74c?a={ADDRESS}"}, + {"symbol": "HEX", "baseurl" : "https://etherscan.io/token/0x2b591e99afe9f32eaa6214f7b7629768c40eeb39?a={ADDRESS}"}, + {"symbol": "GNT", "baseurl" : "https://etherscan.io/token/0xa74476443119a942de498590fe1f2454d7d4ac0d?a={ADDRESS}"}, + {"symbol": "ENJ", "baseurl" : "https://etherscan.io/token/0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c?a={ADDRESS}"}, + {"symbol": "SBC", "baseurl" : "https://etherscan.io/token/0xcadb96858fe496bb6309622f9023ba2defb5d540?a={ADDRESS}"}, + {"symbol": "VIU", "baseurl" : "https://etherscan.io/token/0x519475b31653e46d20cd09f9fdcf3b12bdacb4f5?a={ADDRESS}"}, + {"symbol": "ATB", "baseurl" : "https://etherscan.io/token/0xbc4162d53f945266684f4e5e48d545f206bc1ca5?a={ADDRESS}"}, + {"symbol": "SUSHI", "baseurl" : "https://etherscan.io/token/0x6b3595068778dd592e39a122f4f5a5cf09c90fe2?a={ADDRESS}"}, + {"symbol": "Fus", "baseurl" : "https://etherscan.io/token/0x573aaaa81154cd24e96f0cb97fd86110b8f6767f?a={ADDRESS}"}, + {"symbol": "BNB", "baseurl" : "https://etherscan.io/token/0xb8c77482e45f1f44de1745f52c74426c631bdd52?a={ADDRESS}"}, + {"symbol": "SNT", "baseurl" : "https://etherscan.io/token/0x744d70fdbe2ba4cf95131626614a1763df805b9e?a={ADDRESS}"}, + {"symbol": "MKR", "baseurl" : "https://etherscan.io/token/0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2?a={ADDRESS}"}, + {"symbol": "5GH", "baseurl" : "https://etherscan.io/token/0x62b9f8741bf53a6986a5411c0557c30f6f11f3af?a={ADDRESS}"}, + {"symbol": "TEP", "baseurl" : "https://etherscan.io/token/0xd7cc16500d0b0ac3d0ba156a584865a43b0b0050?a={ADDRESS}"}, + {"symbol": "KICK", "baseurl" : "https://etherscan.io/token/0x27695e09149adc738a978e9a678f99e4c39e9eb9?a={ADDRESS}"}, + {"symbol": "YTL", "baseurl" : "https://etherscan.io/token/0x7c5cb1220bd293ff9cf903915732e51a71292038?a={ADDRESS}"}, + {"symbol": "TUSD", "baseurl" : "https://etherscan.io/token/0x0000000000085d4780b73119b644ae5ecd22b376?a={ADDRESS}"}, + {"symbol": "GEC", "baseurl" : "https://etherscan.io/token/0x9dffe202df7f82ba57a7f8d571628805eff7fed9?a={ADDRESS}"}, + {"symbol": "UNI", "baseurl" : "https://etherscan.io/token/0x1f9840a85d5af5bf1d1762f925bdaddc4201f984?a={ADDRESS}"}, + {"symbol": "DAB", "baseurl" : "https://etherscan.io/token/0x5e7ebea68ab05198f771d77a875480314f1d0aae?a={ADDRESS}"}, + {"symbol": "XNN", "baseurl" : "https://etherscan.io/token/0xab95e915c123fded5bdfb6325e35ef5515f1ea69?a={ADDRESS}"}, + {"symbol": "POC", "baseurl" : "https://etherscan.io/token/0xc9c4d9ec2b44b241361707679d3db0876ac10ca6?a={ADDRESS}"}, + {"symbol": "MAVRO", "baseurl" : "https://etherscan.io/token/0x0d152b9ee87ebae179f64c067a966dd716c50742?a={ADDRESS}"}, + {"symbol": "NEP", "baseurl" : "https://etherscan.io/token/0x1f0480a66883de97d2b054929252aae8f664c15c?a={ADDRESS}"}, + {"symbol": "MCAP", "baseurl" : "https://etherscan.io/token/0x93e682107d1e9defb0b5ee701c71707a4b2e46bc?a={ADDRESS}"}, + {"symbol": "SCF", "baseurl" : "https://etherscan.io/token/0xd3ebdaea9aeac98de723f640bce4aa07e2e44192?a={ADDRESS}"}, + {"symbol": "ENS", "baseurl" : "https://etherscan.io/token/0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85?a={ADDRESS}"}, + {"symbol": "IG", "baseurl" : "https://etherscan.io/token/0x8a88f04e0c905054d2f33b26bb3a46d7091a039a?a={ADDRESS}"}, + {"symbol": "LEND", "baseurl" : "https://etherscan.io/token/0x80fb784b7ed66730e8b1dbd9820afd29931aab03?a={ADDRESS}"}, + {"symbol": "MIP", "baseurl" : "https://etherscan.io/token/0x9b209d0df02c25fa7570c28c2add15225c3536ac?a={ADDRESS}"}, + {"symbol": "MYC", "baseurl" : "https://etherscan.io/token/0xe1ac9eb7cddabfd9e5ca49c23bd521afcdf8be49?a={ADDRESS}"}, + {"symbol": "FDS", "baseurl" : "https://etherscan.io/token/0x931abd3732f7eada74190c8f89b46f8ba7103d54?a={ADDRESS}"}, + {"symbol": "BEC", "baseurl" : "https://etherscan.io/token/0x3495ffcee09012ab7d827abf3e3b3ae428a38443?a={ADDRESS}"}, + {"symbol": "HDS", "baseurl" : "https://etherscan.io/token/0xcafe27178308351a12fffffdeb161d9d730da082?a={ADDRESS}"}, + {"symbol": "MANA", "baseurl" : "https://etherscan.io/token/0x0f5d2fb29fb7d3cfee444a200298f468908cc942?a={ADDRESS}"}, + {"symbol": "TUC", "baseurl" : "https://etherscan.io/token/0x5da8d37485b4374fc338fc1f1ea31d07eb7bedd3?a={ADDRESS}"}, + {"symbol": "TEP", "baseurl" : "https://etherscan.io/token/0x2e65e12b5f0fd1d58738c6f38da7d57f5f183d1c?a={ADDRESS}"}, + {"symbol": "CHI", "baseurl" : "https://etherscan.io/token/0x0000000000004946c0e9f43f4dee607b0ef1fa1c?a={ADDRESS}"}, + {"symbol": "TSR", "baseurl" : "https://etherscan.io/token/0x58959e0c71080434f237bd42d07cd84b74cef438?a={ADDRESS}"}, + {"symbol": "BFX", "baseurl" : "https://etherscan.io/token/0xbc2faad1ec407571249b0e874a9abd840111389b?a={ADDRESS}"}, + {"symbol": "SWAT", "baseurl" : "https://etherscan.io/token/0xc0f1728d9513efc316d0e93a0758c992f88b0809?a={ADDRESS}"}, + {"symbol": "GSE", "baseurl" : "https://etherscan.io/token/0xe530441f4f73bdb6dc2fa5af7c3fc5fd551ec838?a={ADDRESS}"}, + {"symbol": "DATA", "baseurl" : "https://etherscan.io/token/0x0cf0ee63788a0849fe5297f3407f701e122cc023?a={ADDRESS}"}, + {"symbol": "GODS", "baseurl" : "https://etherscan.io/token/0x6ebeaf8e8e946f0716e6533a6f2cefc83f60e8ab?a={ADDRESS}"}, + {"symbol": "HHH", "baseurl" : "https://etherscan.io/token/0x686b30a80826340a59afa564c2a01b79128eb7dd?a={ADDRESS}"}, + {"symbol": "CVC", "baseurl" : "https://etherscan.io/token/0x41e5560054824ea6b0732e656e3ad64e20e94e45?a={ADDRESS}"}, + {"symbol": "blockwell.ai KYC Casper Token", "baseurl" : "https://etherscan.io/token/0x212d95fccdf0366343350f486bda1ceafc0c2d63?a={ADDRESS}"}, + {"symbol": "OCN", "baseurl" : "https://etherscan.io/token/0x4092678e4e78230f46a1534c0fbc8fa39780892b?a={ADDRESS}"}, + {"symbol": "FUN", "baseurl" : "https://etherscan.io/token/0x419d0d8bdd9af5e606ae2232ed285aff190e711b?a={ADDRESS}"}, + {"symbol": "CARD", "baseurl" : "https://etherscan.io/token/0x564cb55c655f727b61d9baf258b547ca04e9e548?a={ADDRESS}"}, + {"symbol": "MMTN", "baseurl" : "https://etherscan.io/token/0x4d58b1e8007078ecc6eaf6df7527b64e46831d23?a={ADDRESS}"}, + {"symbol": "ET", "baseurl" : "https://etherscan.io/token/0x7a271d1df2c3f2fef734611c6c7ee6b9b8439204?a={ADDRESS}"}, + {"symbol": "YB", "baseurl" : "https://etherscan.io/token/0xc4131c1893576e078a0b637b653f3e6a18e137ac?a={ADDRESS}"}, + {"symbol": "Dozer", "baseurl" : "https://etherscan.io/token/0xbd13e53255ef917da7557db1b7d2d5c38a2efe24?a={ADDRESS}"}, + {"symbol": "AMPL", "baseurl" : "https://etherscan.io/token/0xd46ba6d942050d489dbd938a2c909a5d5039a161?a={ADDRESS}"}, + {"symbol": "IOV", "baseurl" : "https://etherscan.io/token/0x0e69d0a2bbb30abcb7e5cfea0e4fde19c00a8d47?a={ADDRESS}"}, + {"symbol": "MST", "baseurl" : "https://etherscan.io/token/0xa68920f6d3c996ac3c232e4e93914e9d76150735?a={ADDRESS}"}, + {"symbol": "TT", "baseurl" : "https://etherscan.io/token/0x0ba45a8b5d5575935b8158a88c631e9f9c95a2e5?a={ADDRESS}"}, + {"symbol": "HYN", "baseurl" : "https://etherscan.io/token/0xe99a894a69d7c2e3c92e61b64c505a6a57d2bc07?a={ADDRESS}"}, + {"symbol": "PAY", "baseurl" : "https://etherscan.io/token/0xb97048628db6b661d4c2aa833e95dbe1a905b280?a={ADDRESS}"}, + {"symbol": "USDA", "baseurl" : "https://etherscan.io/token/0x3c7b464376db7c9927930cf50eefdea2eff3a66a?a={ADDRESS}"}, + {"symbol": "CR", "baseurl" : "https://etherscan.io/token/0x8853b05833029e3cf8d3cbb592f9784fa43d2a79?a={ADDRESS}"}, + {"symbol": "AIRDROP", "baseurl" : "https://etherscan.io/token/0xba7435a4b4c747e0101780073eeda872a69bdcd4?a={ADDRESS}"}, + {"symbol": "LRC", "baseurl" : "https://etherscan.io/token/0xef68e7c694f40c8202821edf525de3782458639f?a={ADDRESS}"}, + {"symbol": "DDAM", "baseurl" : "https://etherscan.io/token/0xd5dc8921a5c58fb0eba6db6b40eab40283dc3c01?a={ADDRESS}"}, + {"symbol": "KIN", "baseurl" : "https://etherscan.io/token/0x818fc6c2ec5986bc6e2cbf00939d90556ab12ce5?a={ADDRESS}"}, + {"symbol": "YFI", "baseurl" : "https://etherscan.io/token/0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e?a={ADDRESS}"}, + {"symbol": "POWR", "baseurl" : "https://etherscan.io/token/0x595832f8fc6bf59c85c527fec3740a1b7a361269?a={ADDRESS}"}, + {"symbol": "CODX", "baseurl" : "https://etherscan.io/token/0xf226e38c3007b3d974fc79bcf5a77750035436ee?a={ADDRESS}"}, + {"symbol": "COMP", "baseurl" : "https://etherscan.io/token/0xc00e94cb662c3520282e6f5717214004a7f26888?a={ADDRESS}"}, + {"symbol": "EGT", "baseurl" : "https://etherscan.io/token/0x8e1b448ec7adfc7fa35fc2e885678bd323176e34?a={ADDRESS}"}, + {"symbol": "VIN", "baseurl" : "https://etherscan.io/token/0xf3e014fe81267870624132ef3a646b8e83853a96?a={ADDRESS}"}, + {"symbol": "SALT", "baseurl" : "https://etherscan.io/token/0x4156d3342d5c385a87d264f90653733592000581?a={ADDRESS}"}, + {"symbol": "ASKT", "baseurl" : "https://etherscan.io/token/0x1f28f618a2b4e1882ed062db9a4f6298f125e4b8?a={ADDRESS}"}, + {"symbol": "Voken", "baseurl" : "https://etherscan.io/token/0x82070415fee803f94ce5617be1878503e58f0a6a?a={ADDRESS}"}, + {"symbol": "MCO", "baseurl" : "https://etherscan.io/token/0xb63b606ac810a52cca15e44bb630fd42d8d1d83d?a={ADDRESS}"}, + {"symbol": "MLBCB", "baseurl" : "https://etherscan.io/token/0x8c9b261faef3b3c2e64ab5e58e04615f8c788099?a={ADDRESS}"}, + {"symbol": "VNDC", "baseurl" : "https://etherscan.io/token/0x1f3f677ecc58f6a1f9e2cf410df4776a8546b5de?a={ADDRESS}"}, + {"symbol": "WBTC", "baseurl" : "https://etherscan.io/token/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599?a={ADDRESS}"}, + {"symbol": "LAMB", "baseurl" : "https://etherscan.io/token/0x8971f9fd7196e5cee2c1032b50f656855af7dd26?a={ADDRESS}"}, + {"symbol": "YTA", "baseurl" : "https://etherscan.io/token/0x5edc1a266e8b2c5e8086d373725df0690af7e3ea?a={ADDRESS}"}, + {"symbol": "ELF", "baseurl" : "https://etherscan.io/token/0xbf2179859fc6d5bee9bf9158632dc51678a4100e?a={ADDRESS}"}, + {"symbol": "EA", "baseurl" : "https://etherscan.io/token/0x3f5fa71ea48ae374faae502afa2e27715484c3b7?a={ADDRESS}"}, + {"symbol": "BTMC", "baseurl" : "https://etherscan.io/token/0x4a8f44be523580a11cdb20e2c7c470adf44ec9bb?a={ADDRESS}"}, + {"symbol": "AMB", "baseurl" : "https://etherscan.io/token/0x4dc3643dbc642b72c158e7f3d2ff232df61cb6ce?a={ADDRESS}"}, + {"symbol": "HTY", "baseurl" : "https://etherscan.io/token/0xc45ba8f03ac63e4505ac5eed4985fb4e5e94383a?a={ADDRESS}"}, + {"symbol": "PFC", "baseurl" : "https://etherscan.io/token/0xa37d94e80eab7a5bcb6d2e76b7666e341e4b58f6?a={ADDRESS}"}, + {"symbol": "HT", "baseurl" : "https://etherscan.io/token/0x6f259637dcd74c767781e37bc6133cd6a68aa161?a={ADDRESS}"}, + {"symbol": "UBNK", "baseurl" : "https://etherscan.io/token/0x457476bc97adef10aba63fcadaefe503553fa0d2?a={ADDRESS}"}, + {"symbol": "YFV", "baseurl" : "https://etherscan.io/token/0x45f24baeef268bb6d63aee5129015d69702bcdfa?a={ADDRESS}"}, + {"symbol": "CRU", "baseurl" : "https://etherscan.io/token/0x527b9715d99acfb7e1b01c6c864dc8402f2a3c3b?a={ADDRESS}"}, + {"symbol": "ZIL", "baseurl" : "https://etherscan.io/token/0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27?a={ADDRESS}"}, + {"symbol": "GA", "baseurl" : "https://etherscan.io/token/0xd77bcd9cf4212a41defbcd2e2ff0f50fea2be643?a={ADDRESS}"}, + {"symbol": "REP", "baseurl" : "https://etherscan.io/token/0x1985365e9f78359a9b6ad760e32412f4a445e862?a={ADDRESS}"}, + {"symbol": "AXIE", "baseurl" : "https://etherscan.io/token/0xf5b0a3efb8e8e4c201e2a935f110eaaf3ffecb8d?a={ADDRESS}"}, + {"symbol": "CANDY", "baseurl" : "https://etherscan.io/token/0x45555629aabfea138ead1c1e5f2ac3cce2add830?a={ADDRESS}"}, + {"symbol": "GTL", "baseurl" : "https://etherscan.io/token/0xaafd35ddb9189995937a2862e8ff17519f5aae78?a={ADDRESS}"}, + {"symbol": "PCPT", "baseurl" : "https://etherscan.io/token/0x5b8174e20996ec743f01d3b55a35dd376429c596?a={ADDRESS}"}, + {"symbol": "POLY", "baseurl" : "https://etherscan.io/token/0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec?a={ADDRESS}"}, + {"symbol": "MXM", "baseurl" : "https://etherscan.io/token/0x6a750d255416483bec1a31ca7050c6dac4263b57?a={ADDRESS}"}, + {"symbol": "DROP", "baseurl" : "https://etherscan.io/token/0x4672bad527107471cb5067a887f4656d585a8a31?a={ADDRESS}"}, + {"symbol": "VEN", "baseurl" : "https://etherscan.io/token/0xd850942ef8811f2a866692a623011bde52a462c1?a={ADDRESS}"}, + {"symbol": "EBK", "baseurl" : "https://etherscan.io/token/0xbddab785b306bcd9fb056da189615cc8ece1d823?a={ADDRESS}"}, + {"symbol": "vb", "baseurl" : "https://etherscan.io/token/0xd736915f7d9f70a0f1837f90aa7b437264c20dc0?a={ADDRESS}"}, + {"symbol": "BCAC", "baseurl" : "https://etherscan.io/token/0xe36df5bb57e80629cfc28a31e5f794071c085eca?a={ADDRESS}"}, + {"symbol": "Veros", "baseurl" : "https://etherscan.io/token/0xedbaf3c5100302dcdda53269322f3730b1f0416d?a={ADDRESS}"}, + {"symbol": "HOT", "baseurl" : "https://etherscan.io/token/0x6c6ee5e31d828de241282b9606c8e98ea48526e2?a={ADDRESS}"}, + {"symbol": "XSR", "baseurl" : "https://etherscan.io/token/0x6bc1f3a1ae56231dbb64d3e82e070857eae86045?a={ADDRESS}"}, + {"symbol": "REN", "baseurl" : "https://etherscan.io/token/0x408e41876cccdc0f92210600ef50372656052a38?a={ADDRESS}"}, + {"symbol": "SCC", "baseurl" : "https://etherscan.io/token/0xe6b75a1960f91bfa7010dec8543685ead67f8cff?a={ADDRESS}"}, + {"symbol": "PETH", "baseurl" : "https://etherscan.io/token/0xf53ad2c6851052a81b42133467480961b2321c09?a={ADDRESS}"}, + {"symbol": "NOAH", "baseurl" : "https://etherscan.io/token/0x58a4884182d9e835597f405e5f258290e46ae7c2?a={ADDRESS}"}, + {"symbol": "ICBB", "baseurl" : "https://etherscan.io/token/0xfc87d4f82fc5fe80a2d1692ffee872b2517c34c7?a={ADDRESS}"}, + {"symbol": "DENT", "baseurl" : "https://etherscan.io/token/0x3597bfd533a99c9aa083587b074434e61eb0a258?a={ADDRESS}"}, + {"symbol": "EMPR", "baseurl" : "https://etherscan.io/token/0xe7d7b37e72510309db27c460378f957b1b04bd5d?a={ADDRESS}"}, + {"symbol": "GSGC", "baseurl" : "https://etherscan.io/token/0x151bc71a40c56c7cb3317d86996fd0b4ff9bd907?a={ADDRESS}"}, + {"symbol": "UCASH", "baseurl" : "https://etherscan.io/token/0x92e52a1a235d9a103d970901066ce910aacefd37?a={ADDRESS}"}, + {"symbol": "FNK", "baseurl" : "https://etherscan.io/token/0x816051e2203ca534c4336d8d6df71987fa3ae0bd?a={ADDRESS}"}, + {"symbol": "yDAI+yUSDC+yUSDT+yTUSD", "baseurl" : "https://etherscan.io/token/0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8?a={ADDRESS}"}, + {"symbol": "NEXO", "baseurl" : "https://etherscan.io/token/0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206?a={ADDRESS}"}, + {"symbol": "AZ", "baseurl" : "https://etherscan.io/token/0x77fe30b2cf39245267c0a5084b66a560f1cf9e1f?a={ADDRESS}"}, + {"symbol": "EMCO", "baseurl" : "https://etherscan.io/token/0xd97e471695f73d8186deabc1ab5b8765e667cd96?a={ADDRESS}"}, + {"symbol": "PMOD", "baseurl" : "https://etherscan.io/token/0xaf47ebbd460f21c2b3262726572ca8812d7143b0?a={ADDRESS}"}, + {"symbol": "UBT", "baseurl" : "https://etherscan.io/token/0x8400d94a5cb0fa0d041a3788e395285d61c9ee5e?a={ADDRESS}"}, + {"symbol": "DTA", "baseurl" : "https://etherscan.io/token/0x69b148395ce0015c13e36bffbad63f49ef874e03?a={ADDRESS}"}, + {"symbol": "PPT", "baseurl" : "https://etherscan.io/token/0xd4fa1460f537bb9085d22c7bccb5dd450ef28e3a?a={ADDRESS}"}, + {"symbol": "ODF", "baseurl" : "https://etherscan.io/token/0xab4e1802c61e12fd7b10a69a226f5d727c76a8aa?a={ADDRESS}"}, + {"symbol": "SNX", "baseurl" : "https://etherscan.io/token/0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f?a={ADDRESS}"}, + {"symbol": "CPTLX", "baseurl" : "https://etherscan.io/token/0x504b60a4133699c7056b58d3fe11ea73865a2d65?a={ADDRESS}"}, + {"symbol": "BITE", "baseurl" : "https://etherscan.io/token/0x1530df3e1c69501d4ecb7e58eb045b90de158873?a={ADDRESS}"}, + {"symbol": "WIB", "baseurl" : "https://etherscan.io/token/0x3f17dd476faf0a4855572f0b6ed5115d9bba22ad?a={ADDRESS}"}, + {"symbol": "sUSD", "baseurl" : "https://etherscan.io/token/0x57ab1ec28d129707052df4df418d58a2d46d5f51?a={ADDRESS}"}, + {"symbol": "BTCM", "baseurl" : "https://etherscan.io/token/0x03df4c372a29376d2c8df33a1b5f001cd8d68b0e?a={ADDRESS}"}, + {"symbol": "GTO", "baseurl" : "https://etherscan.io/token/0xc5bbae50781be1669306b9e001eff57a2957b09d?a={ADDRESS}"}, + {"symbol": "REQ", "baseurl" : "https://etherscan.io/token/0x8f8221afbb33998d8584a2b05749ba73c37a938a?a={ADDRESS}"}, + {"symbol": "BCLS", "baseurl" : "https://etherscan.io/token/0x3616fd03f11e22942e4fc01cdd0f1ca7cc7bb93d?a={ADDRESS}"}, + {"symbol": "QTUM", "baseurl" : "https://etherscan.io/token/0x9a642d6b3368ddc662ca244badf32cda716005bc?a={ADDRESS}"}, + {"symbol": "ECT", "baseurl" : "https://etherscan.io/token/0xbcc394d45c3613530a83cae62c716dc23b7f2152?a={ADDRESS}"}, + {"symbol": "CRO", "baseurl" : "https://etherscan.io/token/0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b?a={ADDRESS}"}, + {"symbol": "KBC", "baseurl" : "https://etherscan.io/token/0xf3586684107ce0859c44aa2b2e0fb8cd8731a15a?a={ADDRESS}"}, + {"symbol": "HTI", "baseurl" : "https://etherscan.io/token/0x4331e8d6358097ed9d253e6e3e6ccd93fe5960a4?a={ADDRESS}"}, + {"symbol": "VIDY", "baseurl" : "https://etherscan.io/token/0xc77b230f31b517f1ef362e59c173c2be6540b5e8?a={ADDRESS}"}, + {"symbol": "YUN", "baseurl" : "https://etherscan.io/token/0x02b3c88b805f1c6982e38ea1d40a1d83f159c3d4?a={ADDRESS}"}, + {"symbol": "TNT", "baseurl" : "https://etherscan.io/token/0x08f5a9235b08173b7569f83645d2c7fb55e8ccd8?a={ADDRESS}"}, + {"symbol": "CRV", "baseurl" : "https://etherscan.io/token/0xd533a949740bb3306d119cc777fa900ba034cd52?a={ADDRESS}"}, + {"symbol": "IT", "baseurl" : "https://etherscan.io/token/0xbf5f8bfcee9502a30018d91c63eca66980e6e9bb?a={ADDRESS}"}, + {"symbol": "CPTL", "baseurl" : "https://etherscan.io/token/0xda605fd5e003e6de0f33f6474080623fa6483e3e?a={ADDRESS}"}, + {"symbol": "BAL", "baseurl" : "https://etherscan.io/token/0xba100000625a3754423978a60c9317c58a424e3d?a={ADDRESS}"}, + {"symbol": "STORM", "baseurl" : "https://etherscan.io/token/0xd0a4b8946cb52f0661273bfbc6fd0e0c75fc6433?a={ADDRESS}"}, + {"symbol": "AE", "baseurl" : "https://etherscan.io/token/0x5ca9a71b1d01849c0a95490cc00559717fcf0d1d?a={ADDRESS}"}, + {"symbol": "BTM", "baseurl" : "https://etherscan.io/token/0xcb97e65f07da24d46bcdd078ebebd7c6e6e3d750?a={ADDRESS}"}, + {"symbol": "ANT", "baseurl" : "https://etherscan.io/token/0x960b236a07cf122663c4303350609a66a7b288c0?a={ADDRESS}"}, + {"symbol": "ORME", "baseurl" : "https://etherscan.io/token/0x516e5436bafdc11083654de7bb9b95382d08d5de?a={ADDRESS}"}, + {"symbol": "SEN", "baseurl" : "https://etherscan.io/token/0xbd65f6f9f9f87af2a677709e132debc3f242671d?a={ADDRESS}"}, + {"symbol": "RFR", "baseurl" : "https://etherscan.io/token/0xd0929d411954c47438dc1d871dd6081f5c5e149c?a={ADDRESS}"}, + {"symbol": "IOST", "baseurl" : "https://etherscan.io/token/0xfa1a856cfa3409cfa145fa4e20eb270df3eb21ab?a={ADDRESS}"}, + {"symbol": "CAT", "baseurl" : "https://etherscan.io/token/0x1234567461d3f8db7496581774bd869c83d51c93?a={ADDRESS}"}, + {"symbol": "RIDE", "baseurl" : "https://etherscan.io/token/0x1d6364000dcae6c800aff1a7086a2cd7c56f88c1?a={ADDRESS}"}, + {"symbol": "ENU", "baseurl" : "https://etherscan.io/token/0x275b69aa7c8c1d648a0557656bce1c286e69a29d?a={ADDRESS}"}, + {"symbol": "FRES", "baseurl" : "https://etherscan.io/token/0x351d5ea36941861d0c03fdfb24a8c2cb106e068b?a={ADDRESS}"}, + {"symbol": "STT", "baseurl" : "https://etherscan.io/token/0xac9bb427953ac7fddc562adca86cf42d988047fd?a={ADDRESS}"}, + {"symbol": "RLC", "baseurl" : "https://etherscan.io/token/0x607f4c5bb672230e8672085532f7e901544a7375?a={ADDRESS}"}, + {"symbol": "E2C", "baseurl" : "https://etherscan.io/token/0x08ceed1e8db59acbb687a5752f0a7db815cfda5e?a={ADDRESS}"}, + {"symbol": "DRGN", "baseurl" : "https://etherscan.io/token/0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e?a={ADDRESS}"}, + {"symbol": "0xBTC", "baseurl" : "https://etherscan.io/token/0xb6ed7644c69416d67b522e20bc294a9a9b405b31?a={ADDRESS}"}, + {"symbol": "Wdc", "baseurl" : "https://etherscan.io/token/0x8912358d977e123b51ecad1ffa0cc4a7e32ff774?a={ADDRESS}"}, + {"symbol": "MOF", "baseurl" : "https://etherscan.io/token/0x653430560be843c4a3d143d0110e896c2ab8ac0d?a={ADDRESS}"}, + {"symbol": "WBX", "baseurl" : "https://etherscan.io/token/0xbb97e381f1d1e94ffa2a5844f6875e6146981009?a={ADDRESS}"}, + {"symbol": "NMR", "baseurl" : "https://etherscan.io/token/0x1776e1f26f98b1a5df9cd347953a26dd3cb46671?a={ADDRESS}"}, + {"symbol": "BULLEON PROMO", "baseurl" : "https://etherscan.io/token/0xd4de05944572d142fbf70f3f010891a35ac15188?a={ADDRESS}"}, + {"symbol": "TOS", "baseurl" : "https://etherscan.io/token/0xfb5a551374b656c6e39787b1d3a03feab7f3a98e?a={ADDRESS}"}, + {"symbol": "SINOC", "baseurl" : "https://etherscan.io/token/0xcba8162778e6a3eba60e1cf7c012b327340bd05d?a={ADDRESS}"}, + {"symbol": "OPTC", "baseurl" : "https://etherscan.io/token/0x3cc83c2400e00a54fa1e588d62bc28bf15d5def5?a={ADDRESS}"}, + {"symbol": "RSR", "baseurl" : "https://etherscan.io/token/0x8762db106b2c2a0bccb3a80d1ed41273552616e8?a={ADDRESS}"}, + {"symbol": "Only", "baseurl" : "https://etherscan.io/token/0x9eec65e5b998db6845321baa915ec3338b1a469b?a={ADDRESS}"}, + {"symbol": "PNT", "baseurl" : "https://etherscan.io/token/0x53066cddbc0099eb6c96785d9b3df2aaeede5da3?a={ADDRESS}"}, + {"symbol": "DACC", "baseurl" : "https://etherscan.io/token/0xf8c595d070d104377f58715ce2e6c93e49a87f3c?a={ADDRESS}"}, + {"symbol": "DSCB", "baseurl" : "https://etherscan.io/token/0x42f1d3380cc1526eb182343dc3bdd970ce664322?a={ADDRESS}"}, + {"symbol": "POGO1", "baseurl" : "https://etherscan.io/token/0x47a16e51bcc89c0015622fe83eb482a4522f6c5c?a={ADDRESS}"}, + {"symbol": "VERI", "baseurl" : "https://etherscan.io/token/0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374?a={ADDRESS}"}, + {"symbol": "nCash", "baseurl" : "https://etherscan.io/token/0x809826cceab68c387726af962713b64cb5cb3cca?a={ADDRESS}"}, + {"symbol": "SOP", "baseurl" : "https://etherscan.io/token/0x076641af1b8f06b7f8c92587156143c109002cbe?a={ADDRESS}"}, + {"symbol": "nUSD", "baseurl" : "https://etherscan.io/token/0x57ab1e02fee23774580c119740129eac7081e9d3?a={ADDRESS}"}, + {"symbol": "LOVC", "baseurl" : "https://etherscan.io/token/0x49592d97be49033615a7fbc02c6853e4c58eb9bc?a={ADDRESS}"}, + {"symbol": "MT", "baseurl" : "https://etherscan.io/token/0x9b4e2b4b13d125238aa0480dd42b4f6fc71b37cc?a={ADDRESS}"}, + {"symbol": "POCT", "baseurl" : "https://etherscan.io/token/0x966daed1348fbd894bb6c404d9cddf78a9932913?a={ADDRESS}"}, + {"symbol": "BC", "baseurl" : "https://etherscan.io/token/0xd73be539d6b2076bab83ca6ba62dfe189abc6bbe?a={ADDRESS}"}, + {"symbol": "MTL", "baseurl" : "https://etherscan.io/token/0xf433089366899d83a9f26a773d59ec7ecf30355e?a={ADDRESS}"}, + {"symbol": "AO", "baseurl" : "https://etherscan.io/token/0xd2299b3098cf5e13144caebfdad61ebe505233dc?a={ADDRESS}"}, + {"symbol": "WTC", "baseurl" : "https://etherscan.io/token/0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74?a={ADDRESS}"}, + {"symbol": "FACC", "baseurl" : "https://etherscan.io/token/0xa720911a58d948fc9328560aecfc51e907404fc4?a={ADDRESS}"}, + {"symbol": "KAR", "baseurl" : "https://etherscan.io/token/0xd9e24d0f97ab29d23734d5122f87e333a371321b?a={ADDRESS}"}, + {"symbol": "AVINOC", "baseurl" : "https://etherscan.io/token/0xf1ca9cb74685755965c7458528a36934df52a3ef?a={ADDRESS}"}, + {"symbol": "٨", "baseurl" : "https://etherscan.io/token/0x08d32b0da63e2c3bcf8019c9c5d849d7a9d791e6?a={ADDRESS}"}, + {"symbol": "BRM", "baseurl" : "https://etherscan.io/token/0xd7732e3783b0047aa251928960063f863ad022d8?a={ADDRESS}"}, + {"symbol": "iDAG", "baseurl" : "https://etherscan.io/token/0xb68042de5b3da08a80c20d29aefab999d0848385?a={ADDRESS}"}, + {"symbol": "XCEL", "baseurl" : "https://etherscan.io/token/0xf6276830c265a779a2225b9d2fcbab790cbeb92b?a={ADDRESS}"}, + {"symbol": "ABT", "baseurl" : "https://etherscan.io/token/0x1a77cc30e8d7cb528520cda6b29279e7d859896a?a={ADDRESS}"}, + {"symbol": "LOOM", "baseurl" : "https://etherscan.io/token/0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0?a={ADDRESS}"}, + {"symbol": "DNT", "baseurl" : "https://etherscan.io/token/0x0abdace70d3790235af448c88547603b945604ea?a={ADDRESS}"}, + {"symbol": "NIOX", "baseurl" : "https://etherscan.io/token/0xe6aaceda7d6bc119df866f8b5228073d9a992734?a={ADDRESS}"}, + {"symbol": "PLAY", "baseurl" : "https://etherscan.io/token/0xe477292f1b3268687a29376116b0ed27a9c76170?a={ADDRESS}"}, + {"symbol": "YFII", "baseurl" : "https://etherscan.io/token/0xa1d0e215a23d7030842fc67ce582a6afa3ccab83?a={ADDRESS}"}, + {"symbol": "VIDT", "baseurl" : "https://etherscan.io/token/0x445f51299ef3307dbd75036dd896565f5b4bf7a5?a={ADDRESS}"}, + {"symbol": "WIN", "baseurl" : "https://etherscan.io/token/0x65c0469fa7a3ceb8130598e90f5f76c11b7e51aa?a={ADDRESS}"}, + {"symbol": "RCN", "baseurl" : "https://etherscan.io/token/0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6?a={ADDRESS}"}, + {"symbol": "CPOS", "baseurl" : "https://etherscan.io/token/0x3b8a1122316a9520b4ffe867f56a130c1524a64f?a={ADDRESS}"}, + {"symbol": "LRC", "baseurl" : "https://etherscan.io/token/0xbbbbca6a901c926f240b89eacb641d8aec7aeafd?a={ADDRESS}"}, + {"symbol": "MMT", "baseurl" : "https://etherscan.io/token/0x6ef77d991eb5306e9f235abc0cc65925da398ad0?a={ADDRESS}"}, + {"symbol": "REP", "baseurl" : "https://etherscan.io/token/0xe94327d07fc17907b4db788e5adf2ed424addff6?a={ADDRESS}"}, + {"symbol": "SKW", "baseurl" : "https://etherscan.io/token/0x007ac2f589eb9d4fe1cea9f46b5f4f52dab73dd4?a={ADDRESS}"}, + {"symbol": "ICST", "baseurl" : "https://etherscan.io/token/0xe6bc60a00b81c7f3cbc8f4ef3b0a6805b6851753?a={ADDRESS}"}, + {"symbol": "FTcoin", "baseurl" : "https://etherscan.io/token/0x2b7922fdf76fb3466902c7b702a20ea6a450a0a0?a={ADDRESS}"}, + {"symbol": "CRPT", "baseurl" : "https://etherscan.io/token/0x80a7e048f37a50500351c204cb407766fa3bae7f?a={ADDRESS}"}, + {"symbol": "GCC", "baseurl" : "https://etherscan.io/token/0x8bcb64bfda77905398b67af0af084c744e777a20?a={ADDRESS}"}, + {"symbol": "ZTH", "baseurl" : "https://etherscan.io/token/0xd48b633045af65ff636f3c6edd744748351e020d?a={ADDRESS}"}, + {"symbol": "MNC", "baseurl" : "https://etherscan.io/token/0x9f0f1be08591ab7d990faf910b38ed5d60e4d5bf?a={ADDRESS}"}, + {"symbol": "ONOT", "baseurl" : "https://etherscan.io/token/0xb31c219959e06f9afbeb36b388a4bad13e802725?a={ADDRESS}"}, + {"symbol": "cUSD", "baseurl" : "https://etherscan.io/token/0x5c406d99e04b8494dc253fcc52943ef82bca7d75?a={ADDRESS}"}, + {"symbol": "IOTX", "baseurl" : "https://etherscan.io/token/0x6fb3e0a217407efff7ca062d46c26e5d60a14d69?a={ADDRESS}"}, + {"symbol": "C1ORP", "baseurl" : "https://etherscan.io/token/0xb1656c8fe15b1ac60760777a8e45f5d7cd1d24ec?a={ADDRESS}"}, + {"symbol": "B91", "baseurl" : "https://etherscan.io/token/0x1519aff03b3e23722511d2576c769a77baf09580?a={ADDRESS}"}, + {"symbol": "HAV", "baseurl" : "https://etherscan.io/token/0xc011a72400e58ecd99ee497cf89e3775d4bd732f?a={ADDRESS}"}, + {"symbol": "XYO", "baseurl" : "https://etherscan.io/token/0x55296f69f40ea6d20e478533c15a6b08b654e758?a={ADDRESS}"}, + {"symbol": "MFT", "baseurl" : "https://etherscan.io/token/0xdf2c7238198ad8b389666574f2d8bc411a4b7428?a={ADDRESS}"}, + {"symbol": "HNW", "baseurl" : "https://etherscan.io/token/0x1c040c4ab9acce984d0d4c135576598013950e52?a={ADDRESS}"}, + {"symbol": "CREAM", "baseurl" : "https://etherscan.io/token/0x2ba592f78db6436527729929aaf6c908497cb200?a={ADDRESS}"}, + {"symbol": "ALC", "baseurl" : "https://etherscan.io/token/0x1953da0e7087ca94fa3bc467fb3599c9285a3b47?a={ADDRESS}"}, + {"symbol": "LBA", "baseurl" : "https://etherscan.io/token/0xfe5f141bf94fe84bc28ded0ab966c16b17490657?a={ADDRESS}"}, + {"symbol": "DRCT", "baseurl" : "https://etherscan.io/token/0x91cdb5bb5969bfed2373e97378354052bbc606f2?a={ADDRESS}"}, + {"symbol": "LXT", "baseurl" : "https://etherscan.io/token/0xbc46d9961a3932f7d6b64abfdec80c1816c4b835?a={ADDRESS}"}, + {"symbol": "SXP", "baseurl" : "https://etherscan.io/token/0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9?a={ADDRESS}"}, + {"symbol": "CMT", "baseurl" : "https://etherscan.io/token/0xf85feea2fdd81d51177f6b8f35f0e6734ce45f5f?a={ADDRESS}"}, + {"symbol": "BCV", "baseurl" : "https://etherscan.io/token/0x1014613e2b3cbc4d575054d4982e580d9b99d7b1?a={ADDRESS}"}, + {"symbol": "XMX", "baseurl" : "https://etherscan.io/token/0x0f8c45b896784a1e408526b9300519ef8660209c?a={ADDRESS}"}, + {"symbol": "DCNT", "baseurl" : "https://etherscan.io/token/0x001575786dfa7b9d9d1324ec308785738f80a951?a={ADDRESS}"}, + {"symbol": "BQ", "baseurl" : "https://etherscan.io/token/0xf0f8b0b8dbb1124261fc8d778e2287e3fd2cf4f5?a={ADDRESS}"}, + {"symbol": "MITx", "baseurl" : "https://etherscan.io/token/0x4a527d8fc13c5203ab24ba0944f4cb14658d1db6?a={ADDRESS}"}, + {"symbol": "NYBC", "baseurl" : "https://etherscan.io/token/0x041fe8df8b4aaa868941eb877952f17babe57da5?a={ADDRESS}"}, + {"symbol": "FTI", "baseurl" : "https://etherscan.io/token/0x943ed852dadb5c3938ecdc6883718df8142de4c8?a={ADDRESS}"}, + {"symbol": "KEY", "baseurl" : "https://etherscan.io/token/0x4cd988afbad37289baaf53c13e98e2bd46aaea8c?a={ADDRESS}"}, + {"symbol": "DGTX", "baseurl" : "https://etherscan.io/token/0x1c83501478f1320977047008496dacbd60bb15ef?a={ADDRESS}"}, + {"symbol": "SRN", "baseurl" : "https://etherscan.io/token/0x68d57c9a1c35f63e2c83ee8e49a64e9d70528d25?a={ADDRESS}"}, + {"symbol": "FDG", "baseurl" : "https://etherscan.io/token/0xa1b19bcd50a24be0cb399c1ec0f7ca546b94a2b0?a={ADDRESS}"}, + {"symbol": "IFOOD", "baseurl" : "https://etherscan.io/token/0x81e74a3ea4bab2277aa3b941e9d9f37b08ac5374?a={ADDRESS}"}, + {"symbol": "SHE", "baseurl" : "https://etherscan.io/token/0x9064c91e51d7021a85ad96817e1432abf6624470?a={ADDRESS}"}, + {"symbol": "BOBx", "baseurl" : "https://etherscan.io/token/0xd3ace836e47f7cf4948dffd8ca2937494c52580c?a={ADDRESS}"}, + {"symbol": "OCC1", "baseurl" : "https://etherscan.io/token/0x5c2c629feefcc07b338e97e39c73d2db33a85548?a={ADDRESS}"}, + {"symbol": "QSP", "baseurl" : "https://etherscan.io/token/0x99ea4db9ee77acd40b119bd1dc4e33e1c070b80d?a={ADDRESS}"}, + {"symbol": "ETHOS", "baseurl" : "https://etherscan.io/token/0x5af2be193a6abca9c8817001f45744777db30756?a={ADDRESS}"}, + {"symbol": "DST", "baseurl" : "https://etherscan.io/token/0xc5807256e2e2fe85ca94c3617c4bc5ff2bd9cfb6?a={ADDRESS}"}, + {"symbol": "VRT", "baseurl" : "https://etherscan.io/token/0x891f460176f180836f53b729ffb27cfcc7d74d71?a={ADDRESS}"}, + {"symbol": "cDAI", "baseurl" : "https://etherscan.io/token/0x5d3a536e4d6dbd6114cc1ead35777bab948e3643?a={ADDRESS}"}, + {"symbol": "BFV", "baseurl" : "https://etherscan.io/token/0xd2502768fb84b1e543daafcef5ccee39011b6cb4?a={ADDRESS}"}, + {"symbol": "OLE", "baseurl" : "https://etherscan.io/token/0x9d9223436ddd466fc247e9dbbd20207e640fef58?a={ADDRESS}"}, + {"symbol": "THETA", "baseurl" : "https://etherscan.io/token/0x3883f5e181fccaf8410fa61e12b59bad963fb645?a={ADDRESS}"}, + {"symbol": "TELE", "baseurl" : "https://etherscan.io/token/0xb363a3c584b1f379c79fbf09df015da5529d4dac?a={ADDRESS}"}, + {"symbol": "QMQ", "baseurl" : "https://etherscan.io/token/0x4cc29dd2b01a3e0ed005c6e2deb5b3666e4c240c?a={ADDRESS}"}, + {"symbol": "MRO", "baseurl" : "https://etherscan.io/token/0x6ff313fb38d53d7a458860b1bf7512f54a03e968?a={ADDRESS}"}, + {"symbol": "BAX", "baseurl" : "https://etherscan.io/token/0x9a0242b7a33dacbe40edb927834f96eb39f8fbcb?a={ADDRESS}"}, + {"symbol": "LYM", "baseurl" : "https://etherscan.io/token/0x57ad67acf9bf015e4820fbd66ea1a21bed8852ec?a={ADDRESS}"}, + {"symbol": "EMCO", "baseurl" : "https://etherscan.io/token/0x9a07fd8a116b7e3be9e6185861496af7a2041460?a={ADDRESS}"}, + {"symbol": "COMC", "baseurl" : "https://etherscan.io/token/0xa5e99ad202bdd71d3518306cf4dd163261981af1?a={ADDRESS}"}, + {"symbol": "PLR", "baseurl" : "https://etherscan.io/token/0xe3818504c1b32bf1557b16c238b2e01fd3149c17?a={ADDRESS}"}, + {"symbol": "GNO", "baseurl" : "https://etherscan.io/token/0x6810e776880c02933d47db1b9fc05908e5386b96?a={ADDRESS}"}, + {"symbol": "WAX", "baseurl" : "https://etherscan.io/token/0x39bb259f66e1c59d5abef88375979b4d20d98022?a={ADDRESS}"}, + {"symbol": "WPR", "baseurl" : "https://etherscan.io/token/0x4cf488387f035ff08c371515562cba712f9015d4?a={ADDRESS}"}, + {"symbol": "OEC", "baseurl" : "https://etherscan.io/token/0x31ed1bc96fa75ee33d513a0cef4b65c2500b320b?a={ADDRESS}"}, + {"symbol": "PTT", "baseurl" : "https://etherscan.io/token/0x4689a4e169eb39cc9078c0940e21ff1aa8a39b9c?a={ADDRESS}"}, + {"symbol": "CEL", "baseurl" : "https://etherscan.io/token/0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d?a={ADDRESS}"}, + {"symbol": "SCH", "baseurl" : "https://etherscan.io/token/0xf34839b310097fcb4cf3a302dda8cc9b57501083?a={ADDRESS}"}, + {"symbol": "CND", "baseurl" : "https://etherscan.io/token/0xd4c435f5b09f855c3317c8524cb1f586e42795fa?a={ADDRESS}"}, + {"symbol": "BULLEON-X", "baseurl" : "https://etherscan.io/token/0x4f4d22ca77222ae3d51e308c9a8f0e564f98e77a?a={ADDRESS}"}, + {"symbol": "MAN", "baseurl" : "https://etherscan.io/token/0xe25bcec5d3801ce3a794079bf94adf1b8ccd802d?a={ADDRESS}"}, + {"symbol": "RCT", "baseurl" : "https://etherscan.io/token/0x13f25cd52b21650caa8225c9942337d914c9b030?a={ADDRESS}"}, + {"symbol": "MRBLNFT", "baseurl" : "https://etherscan.io/token/0x1d963688fe2209a98db35c67a041524822cf04ff?a={ADDRESS}"}, + {"symbol": "GDC", "baseurl" : "https://etherscan.io/token/0x6267873a5a0a1647a8fbb25541605a0815e04d74?a={ADDRESS}"}, + {"symbol": "MGP", "baseurl" : "https://etherscan.io/token/0x8a845fc339ceb022a695281554890429a34df120?a={ADDRESS}"}, + {"symbol": "ELEC", "baseurl" : "https://etherscan.io/token/0xd49ff13661451313ca1553fd6954bd1d9b6e02b9?a={ADDRESS}"}, + {"symbol": "SOS", "baseurl" : "https://etherscan.io/token/0x7d3b3b1aef60bf891bc2ad3c202f791707f0645c?a={ADDRESS}"}, + {"symbol": "GEMC", "baseurl" : "https://etherscan.io/token/0x3b0b89bc54ecfc0c96ae8a99dc3ac54321b7162c?a={ADDRESS}"}, + {"symbol": "CRE", "baseurl" : "https://etherscan.io/token/0x115ec79f1de567ec68b7ae7eda501b406626478e?a={ADDRESS}"}, + {"symbol": "OPL", "baseurl" : "https://etherscan.io/token/0x3520ba6a529b2504a28eebda47d255db73966694?a={ADDRESS}"}, + {"symbol": "BTCG", "baseurl" : "https://etherscan.io/token/0xcde3ef6cacf84ad36d8a6eccc964f25351296d36?a={ADDRESS}"}, + {"symbol": "INS", "baseurl" : "https://etherscan.io/token/0x5b2e4a700dfbc560061e957edec8f6eeeb74a320?a={ADDRESS}"}, + {"symbol": "CNN", "baseurl" : "https://etherscan.io/token/0x8713d26637cf49e1b6b4a7ce57106aabc9325343?a={ADDRESS}"}, + {"symbol": "ENG", "baseurl" : "https://etherscan.io/token/0xf0ee6b27b759c9893ce4f094b49ad28fd15a23e4?a={ADDRESS}"}, + {"symbol": "CSM", "baseurl" : "https://etherscan.io/token/0xd8698a985b89650d0a70f99ad2909bd0c0b4b51c?a={ADDRESS}"}, + {"symbol": "PAI", "baseurl" : "https://etherscan.io/token/0xb9bb08ab7e9fa0a1356bd4a39ec0ca267e03b0b3?a={ADDRESS}"}, + {"symbol": "QKC", "baseurl" : "https://etherscan.io/token/0xea26c4ac16d4a5a106820bc8aee85fd0b7b2b664?a={ADDRESS}"}, + {"symbol": "UD", "baseurl" : "https://etherscan.io/token/0xd1e5b0ff1287aa9f9a268759062e4ab08b9dacbe?a={ADDRESS}"}, + {"symbol": "DMG", "baseurl" : "https://etherscan.io/token/0xed91879919b71bb6905f23af0a68d231ecf87b14?a={ADDRESS}"}, + {"symbol": "PYRO", "baseurl" : "https://etherscan.io/token/0x14409b0fc5c7f87b5dad20754fe22d29a3de8217?a={ADDRESS}"}, + {"symbol": "SDA", "baseurl" : "https://etherscan.io/token/0x4212fea9fec90236ecc51e41e2096b16ceb84555?a={ADDRESS}"}, + {"symbol": "BAND", "baseurl" : "https://etherscan.io/token/0xba11d00c5f74255f56a5e366f4f77f5a186d7f55?a={ADDRESS}"}, + {"symbol": "WOR", "baseurl" : "https://etherscan.io/token/0xe963b0fa93f48c3be91871f8ab6452a446bca7e4?a={ADDRESS}"}, + {"symbol": "UCT", "baseurl" : "https://etherscan.io/token/0x949bd9e6031a3d43623fec3f85e9adbf8a6d9f7a?a={ADDRESS}"}, + {"symbol": "NEAL", "baseurl" : "https://etherscan.io/token/0xacce88f5a63a5e65db9aa7303720be16b556e751?a={ADDRESS}"}, + {"symbol": "SPN", "baseurl" : "https://etherscan.io/token/0x67bc56caad630dc1719b14a540adc8e9968325c3?a={ADDRESS}"}, + {"symbol": "EAGC", "baseurl" : "https://etherscan.io/token/0xba08efcc14f24ef2c4f7a7e95c75d5f7970149dd?a={ADDRESS}"}, + {"symbol": "ENSA", "baseurl" : "https://etherscan.io/token/0x4e1945d8a75092923f39d4e332d8f3cb0afaeb51?a={ADDRESS}"}, + {"symbol": "EMO", "baseurl" : "https://etherscan.io/token/0xd037a81b22e7f814bc6f87d50e5bd67d8c329fa2?a={ADDRESS}"}, + {"symbol": "QPY", "baseurl" : "https://etherscan.io/token/0x6911270d4bc1915744aedd785d41d44f47245bd0?a={ADDRESS}"}, + {"symbol": "EKT", "baseurl" : "https://etherscan.io/token/0x4ecdb6385f3db3847f9c4a9bf3f9917bb27a5452?a={ADDRESS}"}, + {"symbol": "Drink", "baseurl" : "https://etherscan.io/token/0x0089659f609933d16a5cd6c2be1a5dca1abe24ad?a={ADDRESS}"}, + {"symbol": "PICKLE", "baseurl" : "https://etherscan.io/token/0x429881672b9ae42b8eba0e26cd9c73711b891ca5?a={ADDRESS}"}, + {"symbol": "IDA", "baseurl" : "https://etherscan.io/token/0x4b5bc97407898339eca79b541cee9b8b79ccda40?a={ADDRESS}"}, + {"symbol": "AOA", "baseurl" : "https://etherscan.io/token/0x9ab165d795019b6d8b3e971dda91071421305e5a?a={ADDRESS}"}, + {"symbol": "https://safe.ad", "baseurl" : "https://etherscan.io/token/0x31a240648e2baf4f9f17225987f6f53fceb1699a?a={ADDRESS}"}, + {"symbol": "XBD", "baseurl" : "https://etherscan.io/token/0xf1def7f0e620f39531eb352fe13da6825218e7df?a={ADDRESS}"}, + {"symbol": "AI", "baseurl" : "https://etherscan.io/token/0x5121e348e897daef1eef23959ab290e5557cf274?a={ADDRESS}"}, + {"symbol": "FCS", "baseurl" : "https://etherscan.io/token/0xd56c90a1b12c93bb48e9a0904a2a1e1d9dcb5161?a={ADDRESS}"}, + {"symbol": "STA", "baseurl" : "https://etherscan.io/token/0xa7de087329bfcda5639247f96140f9dabe3deed1?a={ADDRESS}"}, + {"symbol": "QTC", "baseurl" : "https://etherscan.io/token/0x923c90b98ee834d118c85ddf44906ee1769df648?a={ADDRESS}"}, + {"symbol": "STQ", "baseurl" : "https://etherscan.io/token/0x5c3a228510d246b78a3765c20221cbf3082b44a4?a={ADDRESS}"}, + {"symbol": "CTN", "baseurl" : "https://etherscan.io/token/0x1a94fce7ef36bc90959e206ba569a12afbc91ca1?a={ADDRESS}"}, + {"symbol": "KIMCHI", "baseurl" : "https://etherscan.io/token/0x1e18821e69b9faa8e6e75dffe54e7e25754beda0?a={ADDRESS}"}, + {"symbol": "XAZ", "baseurl" : "https://etherscan.io/token/0xab22fd25ddbbb9c3d2c2ced0fd20e3f2bbb932bc?a={ADDRESS}"}, + {"symbol": "PLA", "baseurl" : "https://etherscan.io/token/0x5f5b176553e51171826d1a62e540bc30422c7717?a={ADDRESS}"}, + {"symbol": "ADX", "baseurl" : "https://etherscan.io/token/0x4470bb87d77b963a013db939be332f927f2b992e?a={ADDRESS}"}, + {"symbol": "eosDAC", "baseurl" : "https://etherscan.io/token/0x7e9e431a0b8c4d532c745b1043c7fa29a48d4fba?a={ADDRESS}"}, + {"symbol": "PEW", "baseurl" : "https://etherscan.io/token/0xa701122c1b67220a8b6883d03c8ad67896b12466?a={ADDRESS}"}, + {"symbol": "PXS", "baseurl" : "https://etherscan.io/token/0x358d12436080a01a16f711014610f8a4c2c2d233?a={ADDRESS}"}, + {"symbol": "BOT", "baseurl" : "https://etherscan.io/token/0x5beabaebb3146685dd74176f68a0721f91297d37?a={ADDRESS}"}, + {"symbol": "HER", "baseurl" : "https://etherscan.io/token/0x491c9a23db85623eed455a8efdd6aba9b911c5df?a={ADDRESS}"}, + {"symbol": "ICN", "baseurl" : "https://etherscan.io/token/0x888666ca69e0f178ded6d75b5726cee99a87d698?a={ADDRESS}"}, + {"symbol": "CON", "baseurl" : "https://etherscan.io/token/0x4dd672e77c795844fe3a464ef8ef0faae617c8fb?a={ADDRESS}"}, + {"symbol": "UENC", "baseurl" : "https://etherscan.io/token/0xb3dd5dce850dca7519e74a943568b69f958df52c?a={ADDRESS}"}, + {"symbol": "UICC", "baseurl" : "https://etherscan.io/token/0xa39631972f19a8be52bd95455440d984f27e8f85?a={ADDRESS}"}, + {"symbol": "EDG", "baseurl" : "https://etherscan.io/token/0x08711d3b02c8758f2fb3ab4e80228418a7f8e39c?a={ADDRESS}"}, + {"symbol": "CHL", "baseurl" : "https://etherscan.io/token/0x8b8e088c7ad40d70d0a8183a399c8f9c24b5c8d8?a={ADDRESS}"}, + {"symbol": "AION", "baseurl" : "https://etherscan.io/token/0x4ceda7906a5ed2179785cd3a40a69ee8bc99c466?a={ADDRESS}"}, + {"symbol": "CPTL", "baseurl" : "https://etherscan.io/token/0x115e29615d1c10c8ddf826e4faec64ef6c1e3357?a={ADDRESS}"}, + {"symbol": "ATB", "baseurl" : "https://etherscan.io/token/0x6c22dd71cde0af8a67e20db8c7f81d74daf48f7a?a={ADDRESS}"}, + {"symbol": "TEL", "baseurl" : "https://etherscan.io/token/0x85e076361cc813a908ff672f9bad1541474402b2?a={ADDRESS}"}, + {"symbol": "OMTM", "baseurl" : "https://etherscan.io/token/0xfcca0c5ccd723baf6bf7f6678c8cfb49ce0042c7?a={ADDRESS}"}, + {"symbol": "YUN", "baseurl" : "https://etherscan.io/token/0x1f5cfb9a00b86bf9982970382bdb900b7744a559?a={ADDRESS}"}, + {"symbol": "CNNS", "baseurl" : "https://etherscan.io/token/0x6c3be406174349cfa4501654313d97e6a31072e1?a={ADDRESS}"}, + {"symbol": "CORE", "baseurl" : "https://etherscan.io/token/0x62359ed7505efc61ff1d56fef82158ccaffa23d7?a={ADDRESS}"}, + {"symbol": "XDCE", "baseurl" : "https://etherscan.io/token/0x41ab1b6fcbb2fa9dced81acbdec13ea6315f2bf2?a={ADDRESS}"}, + {"symbol": "SEDO", "baseurl" : "https://etherscan.io/token/0x0f00f1696218eaefa2d2330df3d6d1f94813b38f?a={ADDRESS}"}, + {"symbol": "XB", "baseurl" : "https://etherscan.io/token/0xce43921b2fbf3c7f4cf47e28b8261e8e31bc6106?a={ADDRESS}"}, + {"symbol": "S3C", "baseurl" : "https://etherscan.io/token/0x2c702d98d4d7e2af742f071c2038565b1cc07bef?a={ADDRESS}"}, + {"symbol": "XLAB", "baseurl" : "https://etherscan.io/token/0x8c4e7f814d40f8929f9112c5d09016f923d34472?a={ADDRESS}"}, + {"symbol": "CPT", "baseurl" : "https://etherscan.io/token/0x88d50b466be55222019d71f9e8fae17f5f45fca1?a={ADDRESS}"}, + {"symbol": "STC", "baseurl" : "https://etherscan.io/token/0x8f136cc8bef1fea4a7b71aa2301ff1a52f084384?a={ADDRESS}"}, + {"symbol": "WT", "baseurl" : "https://etherscan.io/token/0x2b81f9668f4a5fdeba51b53a759de46fb59a5c91?a={ADDRESS}"}, + {"symbol": "UBN", "baseurl" : "https://etherscan.io/token/0xdb13025b219db5e4529f48b65ff009a26b6ae733?a={ADDRESS}"}, + {"symbol": "CHP", "baseurl" : "https://etherscan.io/token/0xf3db7560e820834658b590c96234c333cd3d5e5e?a={ADDRESS}"}, + {"symbol": "LAND", "baseurl" : "https://etherscan.io/token/0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d?a={ADDRESS}"}, + {"symbol": "KCS", "baseurl" : "https://etherscan.io/token/0x039b5649a59967e3e936d7471f9c3700100ee1ab?a={ADDRESS}"}, + {"symbol": "RDN", "baseurl" : "https://etherscan.io/token/0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6?a={ADDRESS}"}, + {"symbol": "BXA", "baseurl" : "https://etherscan.io/token/0x98d8d146e644171cd47ff8588987b7bdeef72a87?a={ADDRESS}"}, + {"symbol": "WINGS", "baseurl" : "https://etherscan.io/token/0x667088b212ce3d06a1b553a7221e1fd19000d9af?a={ADDRESS}"}, + {"symbol": "EURS", "baseurl" : "https://etherscan.io/token/0xdb25f211ab05b1c97d595516f45794528a807ad8?a={ADDRESS}"}, + {"symbol": "ECT", "baseurl" : "https://etherscan.io/token/0x4ccc3759eb48faf1c6cfadad2619e7038db6b212?a={ADDRESS}"}, + {"symbol": "STX", "baseurl" : "https://etherscan.io/token/0x006bea43baa3f7a6f765f14f10a1a1b08334ef45?a={ADDRESS}"}, + {"symbol": "CS", "baseurl" : "https://etherscan.io/token/0x46b9ad944d1059450da1163511069c718f699d31?a={ADDRESS}"}, + {"symbol": "TTT", "baseurl" : "https://etherscan.io/token/0x317572aabc73d59fc55f923750d1c51680fd28b4?a={ADDRESS}"}, + {"symbol": "LUC", "baseurl" : "https://etherscan.io/token/0x0c54f67490a1876ec8638ace22aad2d1ff9e245d?a={ADDRESS}"}, + {"symbol": "mUSD", "baseurl" : "https://etherscan.io/token/0xe2f2a5c287993345a840db3b0845fbc70f5935a5?a={ADDRESS}"}, + {"symbol": "BLZ", "baseurl" : "https://etherscan.io/token/0x5732046a883704404f284ce41ffadd5b007fd668?a={ADDRESS}"}, + {"symbol": "EKT", "baseurl" : "https://etherscan.io/token/0xbab165df9455aa0f2aed1f2565520b91ddadb4c8?a={ADDRESS}"}, + {"symbol": "LMM", "baseurl" : "https://etherscan.io/token/0xe99ddae9181957e91b457e4c79a1b577e55a5742?a={ADDRESS}"}, + {"symbol": "CSCNFT", "baseurl" : "https://etherscan.io/token/0x4d3814d4da8083b41861dec2f45b4840e8b72d68?a={ADDRESS}"}, + {"symbol": "HMC", "baseurl" : "https://etherscan.io/token/0xaa0bb10cec1fa372eb3abc17c933fc6ba863dd9e?a={ADDRESS}"}, + {"symbol": "HPC", "baseurl" : "https://etherscan.io/token/0x1a0c31837edb132a9312841b9527e6307db13509?a={ADDRESS}"}, + {"symbol": "DCC", "baseurl" : "https://etherscan.io/token/0xffa93aacf49297d51e211817452839052fdfb961?a={ADDRESS}"}, + {"symbol": "IPM", "baseurl" : "https://etherscan.io/token/0xe251524df2bc0b83716749dc71975f173a5ef35c?a={ADDRESS}"}, + {"symbol": "TMTG", "baseurl" : "https://etherscan.io/token/0x10086399dd8c1e3de736724af52587a2044c9fa2?a={ADDRESS}"}, + {"symbol": "HD", "baseurl" : "https://etherscan.io/token/0x7fdcd2a1e52f10c28cb7732f46393e297ecadda1?a={ADDRESS}"}, + {"symbol": "DGD", "baseurl" : "https://etherscan.io/token/0xe0b7927c4af23765cb51314a0e0521a9645f0e2a?a={ADDRESS}"}, + {"symbol": "POE", "baseurl" : "https://etherscan.io/token/0x0e0989b1f9b8a38983c2ba8053269ca62ec9b195?a={ADDRESS}"}, + {"symbol": "NAVI", "baseurl" : "https://etherscan.io/token/0x588047365df5ba589f923604aac23d673555c623?a={ADDRESS}"}, + {"symbol": "IONC", "baseurl" : "https://etherscan.io/token/0xbc647aad10114b89564c0a7aabe542bd0cf2c5af?a={ADDRESS}"}, + {"symbol": "SOV", "baseurl" : "https://etherscan.io/token/0x010589b7c33034b802f7dba2c88cc9cec0f46673?a={ADDRESS}"}, + {"symbol": "EX", "baseurl" : "https://etherscan.io/token/0xd1f1c5ff90fb6f3b0d57f5f6ad4aaf7400f4b39b?a={ADDRESS}"}, + {"symbol": "CS1", "baseurl" : "https://etherscan.io/token/0x7e789e2dd1340971de0a9bca35b14ac0939aa330?a={ADDRESS}"}, + {"symbol": "AIT", "baseurl" : "https://etherscan.io/token/0x79650799e7899a802cb96c0bc33a6a8d4ce4936c?a={ADDRESS}"}, + {"symbol": "CASH", "baseurl" : "https://etherscan.io/token/0xd5524179cb7ae012f5b642c1d6d700bbaa76b96b?a={ADDRESS}"}, + {"symbol": "BZRX", "baseurl" : "https://etherscan.io/token/0x56d811088235f11c8920698a204a5010a788f4b3?a={ADDRESS}"}, + {"symbol": "CWV", "baseurl" : "https://etherscan.io/token/0xed494c9e2f8e34e53bdd0ea9b4d80305cb15c5c2?a={ADDRESS}"}, + {"symbol": "TOPC", "baseurl" : "https://etherscan.io/token/0x1b6c5864375b34af3ff5bd2e5f40bc425b4a8d79?a={ADDRESS}"}, + {"symbol": "MATIC", "baseurl" : "https://etherscan.io/token/0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0?a={ADDRESS}"}, + {"symbol": "SWAP", "baseurl" : "https://etherscan.io/token/0xcc4304a31d09258b0029ea7fe63d032f52e44efe?a={ADDRESS}"}, + {"symbol": "KCASH", "baseurl" : "https://etherscan.io/token/0x32d74896f05204d1b6ae7b0a3cebd7fc0cd8f9c7?a={ADDRESS}"}, + {"symbol": "CHZ", "baseurl" : "https://etherscan.io/token/0x3506424f91fd33084466f402d5d97f05f8e3b4af?a={ADDRESS}"}, + {"symbol": "MCHE", "baseurl" : "https://etherscan.io/token/0xdceaf1652a131f32a821468dc03a92df0edd86ea?a={ADDRESS}"}, + {"symbol": "QNT", "baseurl" : "https://etherscan.io/token/0x4a220e6096b25eadb88358cb44068a3248254675?a={ADDRESS}"}, + {"symbol": "OGN", "baseurl" : "https://etherscan.io/token/0x8207c1ffc5b6804f6024322ccf34f29c3541ae26?a={ADDRESS}"}, + {"symbol": "LINO", "baseurl" : "https://etherscan.io/token/0xba51ff3802aa3170ce7ac7ac001831ca3eb6eeea?a={ADDRESS}"}, + {"symbol": "AKRO", "baseurl" : "https://etherscan.io/token/0x8ab7404063ec4dbcfd4598215992dc3f8ec853d7?a={ADDRESS}"}, + {"symbol": "INE", "baseurl" : "https://etherscan.io/token/0x86e6a4f512b1290c043970b04e0b570d4fc98291?a={ADDRESS}"}, + {"symbol": "DPN", "baseurl" : "https://etherscan.io/token/0xfb8bf095ebcdad57d2e37573a505e7d3bafdd3cc?a={ADDRESS}"}, + {"symbol": "TREK", "baseurl" : "https://etherscan.io/token/0x0cfda67b0067f1a99deb1cb80e0273a3f26d317c?a={ADDRESS}"}, + {"symbol": "EXTRA", "baseurl" : "https://etherscan.io/token/0x7a8f99fcaffb3d94f07ad30feade85e556205599?a={ADDRESS}"}, + {"symbol": "POK", "baseurl" : "https://etherscan.io/token/0xbc8deee89f1cf4b661514185aa1ab780336c4c4a?a={ADDRESS}"}, + {"symbol": "EDS", "baseurl" : "https://etherscan.io/token/0x1d4abd5e28ef311ea114fd4756fbcf9b7d568e1f?a={ADDRESS}"}, + {"symbol": "SE", "baseurl" : "https://etherscan.io/token/0x5581c0bc21a762e43d148b06d310f088b6cf97b3?a={ADDRESS}"}, + {"symbol": "DOCK", "baseurl" : "https://etherscan.io/token/0xe5dada80aa6477e85d09747f2842f7993d0df71c?a={ADDRESS}"}, + {"symbol": "REP", "baseurl" : "https://etherscan.io/token/0x48c80f1f4d53d5951e5d5438b54cba84f29f32a5?a={ADDRESS}"}, + {"symbol": "3DB", "baseurl" : "https://etherscan.io/token/0x11016adcb85b65a0da8d8ddc3ade69dbad6bbca4?a={ADDRESS}"}, + {"symbol": "BTA", "baseurl" : "https://etherscan.io/token/0xd2bd6415db70a0f0b26c973b15b63bac74f5c9c6?a={ADDRESS}"}, + {"symbol": "ADC", "baseurl" : "https://etherscan.io/token/0x1e41a55030e0d0794abfb6dced22e6c7d18d8247?a={ADDRESS}"}, + {"symbol": "YAM", "baseurl" : "https://etherscan.io/token/0x0e2298e3b3390e3b945a5456fbf59ecc3f55da16?a={ADDRESS}"}, + {"symbol": "P2T", "baseurl" : "https://etherscan.io/token/0xba1f6c431cb148566c11ef9a3ca3d1fdc6a98ca0?a={ADDRESS}"}, + {"symbol": "UTK", "baseurl" : "https://etherscan.io/token/0x70a72833d6bf7f508c8224ce59ea1ef3d0ea3a38?a={ADDRESS}"}, + {"symbol": "AGI", "baseurl" : "https://etherscan.io/token/0x8eb24319393716668d768dcec29356ae9cffe285?a={ADDRESS}"}, + {"symbol": "ATCC", "baseurl" : "https://etherscan.io/token/0xddaaf4a0702a03a4505f2352a1aba001ffc344be?a={ADDRESS}"}, + {"symbol": "MTC", "baseurl" : "https://etherscan.io/token/0x905e337c6c8645263d3521205aa37bf4d034e745?a={ADDRESS}"}, + {"symbol": "NOE", "baseurl" : "https://etherscan.io/token/0xc55a13e36d93371a5b036a21d913a31cd2804ba4?a={ADDRESS}"}, + {"symbol": "POCBGH", "baseurl" : "https://etherscan.io/token/0xe474c6f011d3b0a9b63c2f85392c85f9bc4ef03f?a={ADDRESS}"}, + {"symbol": "CRE", "baseurl" : "https://etherscan.io/token/0x61f33da40594cec1e3dc900faf99f861d01e2e7d?a={ADDRESS}"}, + {"symbol": "VEEN", "baseurl" : "https://etherscan.io/token/0x54f0e3b0d7ccbb65e56d166350aa86f7e71ce20b?a={ADDRESS}"}, + {"symbol": "STO", "baseurl" : "https://etherscan.io/token/0x49a8adec52a92727f72b5ca8440b0c4379d171dc?a={ADDRESS}"}, + {"symbol": "ABT", "baseurl" : "https://etherscan.io/token/0xb98d4c97425d9908e66e53a6fdf673acca0be986?a={ADDRESS}"}, + {"symbol": "HOPE", "baseurl" : "https://etherscan.io/token/0x458c1987ba7cb7cd101cea17c4dfc0244ed7bd37?a={ADDRESS}"}, + {"symbol": "MCHH", "baseurl" : "https://etherscan.io/token/0x273f7f8e6489682df756151f5525576e322d51a3?a={ADDRESS}"}, + {"symbol": "AIDOC", "baseurl" : "https://etherscan.io/token/0x584b44853680ee34a0f337b712a8f66d816df151?a={ADDRESS}"}, + {"symbol": "BBC", "baseurl" : "https://etherscan.io/token/0xe7d3e4413e29ae35b0893140f4500965c74365e5?a={ADDRESS}"}, + {"symbol": "CCY", "baseurl" : "https://etherscan.io/token/0xa34d29cf8a06e8d05d22454cc33e5fbe7a3d3213?a={ADDRESS}"}, + {"symbol": "ICC", "baseurl" : "https://etherscan.io/token/0xedc502b12ced7e16ce21749e7161f9ed22bfca53?a={ADDRESS}"}, + {"symbol": "DNN", "baseurl" : "https://etherscan.io/token/0x9d9832d1beb29cc949d75d61415fd00279f84dc2?a={ADDRESS}"}, + {"symbol": "SUB", "baseurl" : "https://etherscan.io/token/0x12480e24eb5bec1a9d4369cab6a80cad3c0a377a?a={ADDRESS}"}, + {"symbol": "LOOT156", "baseurl" : "https://etherscan.io/token/0x6c170dc797014ea4e0900df58e4af67674ca54e8?a={ADDRESS}"}, + {"symbol": "BFDT", "baseurl" : "https://etherscan.io/token/0xd2d0f85b690604c245f61513bf4679b24ed64c35?a={ADDRESS}"}, + {"symbol": "CNCC", "baseurl" : "https://etherscan.io/token/0xbe15c4ebb73a67ddd94b83b237d2bdde5a5079ba?a={ADDRESS}"}, + {"symbol": "RING", "baseurl" : "https://etherscan.io/token/0x9469d013805bffb7d3debe5e7839237e535ec483?a={ADDRESS}"}, + {"symbol": "BEAUTY", "baseurl" : "https://etherscan.io/token/0xa7d81c86f9934b56dd00fa826c319330d628d31f?a={ADDRESS}"}, + {"symbol": "AUSD", "baseurl" : "https://etherscan.io/token/0x64cfc7428621b2b118896670c0b4d52ab020ee6a?a={ADDRESS}"}, + {"symbol": "ANKR", "baseurl" : "https://etherscan.io/token/0x8290333cef9e6d528dd5618fb97a76f268f3edd4?a={ADDRESS}"}, + {"symbol": "IHT", "baseurl" : "https://etherscan.io/token/0xeda8b016efa8b1161208cf041cd86972eee0f31e?a={ADDRESS}"}, + {"symbol": "LBK", "baseurl" : "https://etherscan.io/token/0xf849c59fb20aa98d8a93b16f77c4e39b0ac51d5a?a={ADDRESS}"}, + {"symbol": "RNT", "baseurl" : "https://etherscan.io/token/0xff603f43946a3a28df5e6a73172555d8c8b02386?a={ADDRESS}"}, + {"symbol": "CNMC", "baseurl" : "https://etherscan.io/token/0x8a3e08353e3c64d9fa5683bb5e2fbbf8aef7e7e9?a={ADDRESS}"}, + {"symbol": "WPKG", "baseurl" : "https://etherscan.io/token/0xa0c81655e84c31c4c5bd86d7f927f8cbe3c8a806?a={ADDRESS}"}, + {"symbol": "QCX", "baseurl" : "https://etherscan.io/token/0xf9e5af7b42d31d51677c75bbbd37c1986ec79aee?a={ADDRESS}"}, + {"symbol": "FTM", "baseurl" : "https://etherscan.io/token/0x4e15361fd6b4bb609fa63c81a2be19d873717870?a={ADDRESS}"}, + {"symbol": "ST", "baseurl" : "https://etherscan.io/token/0x2c4e8f2d746113d0696ce89b35f0d8bf88e0aeca?a={ADDRESS}"}, + {"symbol": "AST", "baseurl" : "https://etherscan.io/token/0x27054b13b1b798b345b591a4d22e6562d47ea75a?a={ADDRESS}"}, + {"symbol": "LUA", "baseurl" : "https://etherscan.io/token/0xb1f66997a5760428d3a87d68b90bfe0ae64121cc?a={ADDRESS}"}, + {"symbol": "DIA", "baseurl" : "https://etherscan.io/token/0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419?a={ADDRESS}"}, + {"symbol": "SGCC", "baseurl" : "https://etherscan.io/token/0xec985525f3f22c7fa9c9ff4a49e37589a76d86d4?a={ADDRESS}"}, + {"symbol": "SOR", "baseurl" : "https://etherscan.io/token/0x629a673a8242c2ac4b7b8c5d8735fbeac21a6205?a={ADDRESS}"}, + {"symbol": "SHT", "baseurl" : "https://etherscan.io/token/0xf73b1f84e0c16cd56b0fad03295213a3098de0de?a={ADDRESS}"}, + {"symbol": "cUSDC", "baseurl" : "https://etherscan.io/token/0x39aa39c021dfbae8fac545936693ac917d5e7563?a={ADDRESS}"}, + {"symbol": "HAC", "baseurl" : "https://etherscan.io/token/0x7ed172530f9822cd0573b895853e3f745f4108b4?a={ADDRESS}"}, + {"symbol": "LOC", "baseurl" : "https://etherscan.io/token/0x5e3346444010135322268a4630d2ed5f8d09446c?a={ADDRESS}"}, + {"symbol": "YEE", "baseurl" : "https://etherscan.io/token/0x922105fad8153f516bcfb829f56dc097a0e1d705?a={ADDRESS}"}, + {"symbol": "DAC", "baseurl" : "https://etherscan.io/token/0xaad54c9f27b876d2538455dda69207279ff673a5?a={ADDRESS}"}, + {"symbol": "SOUL", "baseurl" : "https://etherscan.io/token/0xbb1f24c0c1554b9990222f036b0aad6ee4caec29?a={ADDRESS}"}, + {"symbol": "-", "baseurl" : "https://etherscan.io/token/0xfac7bea255a6990f749363002136af6556b31e04?a={ADDRESS}"}, + {"symbol": "GTC", "baseurl" : "https://etherscan.io/token/0xb70835d7822ebb9426b56543e391846c107bd32c?a={ADDRESS}"}, + {"symbol": "MITH", "baseurl" : "https://etherscan.io/token/0x3893b9422cd5d70a81edeffe3d5a1c6a978310bb?a={ADDRESS}"}, + {"symbol": "CDT", "baseurl" : "https://etherscan.io/token/0x177d39ac676ed1c67a2b268ad7f1e58826e5b0af?a={ADDRESS}"}, + {"symbol": "EMONT", "baseurl" : "https://etherscan.io/token/0x95daaab98046846bf4b2853e23cba236fa394a31?a={ADDRESS}"}, + {"symbol": "MFA", "baseurl" : "https://etherscan.io/token/0x64baf35b4e74d3cfa332b05b811fd86ef8b0aa57?a={ADDRESS}"}, + {"symbol": "PIN", "baseurl" : "https://etherscan.io/token/0x005275450e77bfa6bcbd04d85175d5d0f2dfae43?a={ADDRESS}"}, + {"symbol": "WXB", "baseurl" : "https://etherscan.io/token/0x572328202d37b031b490f6659d8549e7bd712324?a={ADDRESS}"}, + {"symbol": "LGR", "baseurl" : "https://etherscan.io/token/0x2eb86e8fc520e0f6bb5d9af08f924fe70558ab89?a={ADDRESS}"}, + {"symbol": "GSC", "baseurl" : "https://etherscan.io/token/0x228ba514309ffdf03a81a205a6d040e429d6e80c?a={ADDRESS}"}, + {"symbol": "FAIR", "baseurl" : "https://etherscan.io/token/0x9b20dabcec77f6289113e61893f7beefaeb1990a?a={ADDRESS}"}, + {"symbol": "BCHC", "baseurl" : "https://etherscan.io/token/0x2ab05b915c30093679165bcdba9c26d8cd8bee99?a={ADDRESS}"}, + {"symbol": "LOOT032", "baseurl" : "https://etherscan.io/token/0x9648915f9a4b6778c3d3716bc084f0a44e4cba48?a={ADDRESS}"}, + {"symbol": "SDFT", "baseurl" : "https://etherscan.io/token/0xab85d25a50183fa56a5a98f644aa3a0ec9024bb9?a={ADDRESS}"}, + {"symbol": "-", "baseurl" : "https://etherscan.io/token/0xbb9bc244d798123fde783fcc1c72d3bb8c189413?a={ADDRESS}"}, + {"symbol": "EDD", "baseurl" : "https://etherscan.io/token/0x32776933663b27ebcda98b07c4958ec74c0bafb1?a={ADDRESS}"}, + {"symbol": "ORBS", "baseurl" : "https://etherscan.io/token/0xff56cc6b1e6ded347aa0b7676c85ab0b3d08b0fa?a={ADDRESS}"}, + {"symbol": "SVT", "baseurl" : "https://etherscan.io/token/0xf915bbfbb6c097dc327e64eec55e9ef4d110d627?a={ADDRESS}"}, + {"symbol": "ARP", "baseurl" : "https://etherscan.io/token/0xbeb6fdf4ef6ceb975157be43cbe0047b248a8922?a={ADDRESS}"}, + {"symbol": "GREEN", "baseurl" : "https://etherscan.io/token/0xb2089a7069861c8d90c8da3aacab8e9188c0c531?a={ADDRESS}"}, + {"symbol": "NGC", "baseurl" : "https://etherscan.io/token/0x72dd4b6bd852a3aa172be4d6c5a6dbec588cf131?a={ADDRESS}"}, + {"symbol": "MNE", "baseurl" : "https://etherscan.io/token/0x1a95b271b0535d15fa49932daba31ba612b52946?a={ADDRESS}"}, + {"symbol": "BRD", "baseurl" : "https://etherscan.io/token/0x558ec3152e2eb2174905cd19aea4e34a23de9ad6?a={ADDRESS}"}, + {"symbol": "BDG", "baseurl" : "https://etherscan.io/token/0x1961b3331969ed52770751fc718ef530838b6dee?a={ADDRESS}"}, + {"symbol": "TXT", "baseurl" : "https://etherscan.io/token/0xa57a2ad52ad6b1995f215b12fc037bffd990bc5e?a={ADDRESS}"}, + {"symbol": "CIT", "baseurl" : "https://etherscan.io/token/0xc54083e77f913a4f99e1232ae80c318ff03c9d17?a={ADDRESS}"}, + {"symbol": "VIO", "baseurl" : "https://etherscan.io/token/0x94ffb55ce68231c5966ea8dab16a8f066846513f?a={ADDRESS}"}, + {"symbol": "DBB", "baseurl" : "https://etherscan.io/token/0x976010db5538f0c1daf9f3855b8504721a23e5d4?a={ADDRESS}"}, + {"symbol": "LLT", "baseurl" : "https://etherscan.io/token/0x6d5cac36c1ae39f41d52393b7a425d0a610ad9f2?a={ADDRESS}"}, + {"symbol": "WaBi", "baseurl" : "https://etherscan.io/token/0x286bda1413a2df81731d4930ce2f862a35a609fe?a={ADDRESS}"}, + {"symbol": "LIB", "baseurl" : "https://etherscan.io/token/0x1d462811562cc3675375a6d00c1618a370c27836?a={ADDRESS}"}, + {"symbol": "MOON", "baseurl" : "https://etherscan.io/token/0x68a3637ba6e75c0f66b61a42639c4e9fcd3d4824?a={ADDRESS}"}, + {"symbol": "VGS", "baseurl" : "https://etherscan.io/token/0x4c9d5672ae33522240532206ab45508116daf263?a={ADDRESS}"}, + {"symbol": "OPEN", "baseurl" : "https://etherscan.io/token/0x69c4bb240cf05d51eeab6985bab35527d04a8c64?a={ADDRESS}"}, + {"symbol": "AUG", "baseurl" : "https://etherscan.io/token/0xb4e9f4a0f5d91ea9ea612b5ada9b4c0904a96de0?a={ADDRESS}"}, + {"symbol": "SAKE", "baseurl" : "https://etherscan.io/token/0x066798d9ef0833ccc719076dab77199ecbd178b0?a={ADDRESS}"}, + {"symbol": "INK", "baseurl" : "https://etherscan.io/token/0xf4c90e18727c5c76499ea6369c856a6d61d3e92e?a={ADDRESS}"}, + {"symbol": "BEAUTY", "baseurl" : "https://etherscan.io/token/0x0fb52add090338dda73bdb421d8ada0da57126ac?a={ADDRESS}"}, + {"symbol": "LT", "baseurl" : "https://etherscan.io/token/0x48f3726c787bdc36bb00c978e701879ceed185a4?a={ADDRESS}"}, + {"symbol": "SLP", "baseurl" : "https://etherscan.io/token/0x37236cd05b34cc79d3715af2383e96dd7443dcf1?a={ADDRESS}"}, + {"symbol": "ITC", "baseurl" : "https://etherscan.io/token/0x5e6b6d9abad9093fdc861ea1600eba1b355cd940?a={ADDRESS}"}, + {"symbol": "ROT", "baseurl" : "https://etherscan.io/token/0xd04785c4d8195e4a54d9dec3a9043872875ae9e2?a={ADDRESS}"}, + {"symbol": "CAN", "baseurl" : "https://etherscan.io/token/0x1d462414fe14cf489c7a21cac78509f4bf8cd7c0?a={ADDRESS}"}, + {"symbol": "CANDY", "baseurl" : "https://etherscan.io/token/0xf2eab3a2034d3f6b63734d2e08262040e3ff7b48?a={ADDRESS}"}, + {"symbol": "INT", "baseurl" : "https://etherscan.io/token/0x0b76544f6c413a555f309bf76260d1e02377c02a?a={ADDRESS}"}, + {"symbol": "EES", "baseurl" : "https://etherscan.io/token/0x626a14ec8bb0d92692ef704f19968c20727dede1?a={ADDRESS}"}, + {"symbol": "UTO", "baseurl" : "https://etherscan.io/token/0x1a8f615f0dd39b9de8ad26db89cfa76f7c9d0274?a={ADDRESS}"}, + {"symbol": "ERC20", "baseurl" : "https://etherscan.io/token/0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea?a={ADDRESS}"}, + {"symbol": "WAR", "baseurl" : "https://etherscan.io/token/0xda9c03dfd4d137f926c3cf6953cb951832eb08b2?a={ADDRESS}"}, + {"symbol": "BGR", "baseurl" : "https://etherscan.io/token/0xd6df5935cd03a768b7b9e92637a01b25e24cb709?a={ADDRESS}"}, + {"symbol": "CGK", "baseurl" : "https://etherscan.io/token/0xd515cfbe2c848bc9daa5460dae52425bff54e4c0?a={ADDRESS}"}, + {"symbol": "UBX", "baseurl" : "https://etherscan.io/token/0xb1dc1ca4e8d5bb705c4664c1555f7c9119ae6008?a={ADDRESS}"}, + {"symbol": "QASH", "baseurl" : "https://etherscan.io/token/0x618e75ac90b12c6049ba3b27f5d5f8651b0037f6?a={ADDRESS}"}, + {"symbol": "MTA", "baseurl" : "https://etherscan.io/token/0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2?a={ADDRESS}"}, + {"symbol": "SKM", "baseurl" : "https://etherscan.io/token/0xd99b8a7fa48e25cce83b81812220a3e03bf64e5f?a={ADDRESS}"}, + {"symbol": "WFEE", "baseurl" : "https://etherscan.io/token/0xa37adde3ba20a396338364e2ddb5e0897d11a91d?a={ADDRESS}"}, + {"symbol": "BOC", "baseurl" : "https://etherscan.io/token/0x4b317864a05c91225ab8f401ec7be0aeb87e9c12?a={ADDRESS}"}, + {"symbol": "MEET.ONE", "baseurl" : "https://etherscan.io/token/0x49e033122c8300a6d5091acf667494466ee4a9d2?a={ADDRESS}"}, + {"symbol": "MAGGOT", "baseurl" : "https://etherscan.io/token/0x163c754ef4d9c03fc7fa9cf6dd43bfc760e6ce89?a={ADDRESS}"}, + {"symbol": "ETU", "baseurl" : "https://etherscan.io/token/0x765b0aaef0ecac2bf23065f559e5ca3b81067993?a={ADDRESS}"}, + {"symbol": "R", "baseurl" : "https://etherscan.io/token/0x48f775efbe4f5ece6e0df2f7b5932df56823b990?a={ADDRESS}"}, + {"symbol": "SEC", "baseurl" : "https://etherscan.io/token/0xc6689eb9a6d724b8d7b1d923ffd65b7005da1b62?a={ADDRESS}"}, + {"symbol": "AZ", "baseurl" : "https://etherscan.io/token/0xeccab39acb2caf9adba72c1cb92fdc106b993e0b?a={ADDRESS}"}, + {"symbol": "LBCC", "baseurl" : "https://etherscan.io/token/0xaf45628ea7e0c3ffe645e7e41b0fa580d53cdd87?a={ADDRESS}"}, + {"symbol": "UNI-V2", "baseurl" : "https://etherscan.io/token/0xc5be99a02c6857f9eac67bbce58df5572498f40c?a={ADDRESS}"}, + {"symbol": "RHC", "baseurl" : "https://etherscan.io/token/0x435d4183ae0aeb1babc31bd25a815d6244fc3562?a={ADDRESS}"}, + {"symbol": "FNKOS", "baseurl" : "https://etherscan.io/token/0xeb021dd3e42dc6fdb6cde54d0c4a09f82a6bca29?a={ADDRESS}"}, + {"symbol": "sla", "baseurl" : "https://etherscan.io/token/0xe71377e968354013f85c597f2ed888f33778cc65?a={ADDRESS}"}, + {"symbol": "ETHS", "baseurl" : "https://etherscan.io/token/0xa2dca1505b07e39f96ce41e875b447f46d50c6fc?a={ADDRESS}"}, + {"symbol": "TNB", "baseurl" : "https://etherscan.io/token/0xf7920b0768ecb20a123fac32311d07d193381d6f?a={ADDRESS}"}, + {"symbol": "SEAL", "baseurl" : "https://etherscan.io/token/0x07bf5f95851ef2b2996f192569e406a6fea2a95a?a={ADDRESS}"}, + {"symbol": "BKC", "baseurl" : "https://etherscan.io/token/0xc88be04c809856b75e3dfe19eb4dcf0a3b15317a?a={ADDRESS}"}, + {"symbol": "W0xETH", "baseurl" : "https://etherscan.io/token/0x716523231368d43bdfe1f06afe1c62930731ab13?a={ADDRESS}"}, + {"symbol": "APPU", "baseurl" : "https://etherscan.io/token/0x1bb877351a0c5985a53fb7ca3c38a2d5871dcc71?a={ADDRESS}"}, + {"symbol": "OXT", "baseurl" : "https://etherscan.io/token/0x4575f41308ec1483f3d399aa9a2826d74da13deb?a={ADDRESS}"}, + {"symbol": "ETE", "baseurl" : "https://etherscan.io/token/0xbff7021e82f14aa8156c7f90ec8c339e1e2be31b?a={ADDRESS}"}, + {"symbol": "YKC", "baseurl" : "https://etherscan.io/token/0xd204616e2ecf6d0b27ee79207c4ba54f91182a9d?a={ADDRESS}"}, + {"symbol": "-", "baseurl" : "https://etherscan.io/token/0xb9a824e6dc289c57fac91c16c77e37666cce20e5?a={ADDRESS}"}, + {"symbol": "CREDO", "baseurl" : "https://etherscan.io/token/0x4e0603e2a27a30480e5e3a4fe548e29ef12f64be?a={ADDRESS}"}, + {"symbol": "HEX2T", "baseurl" : "https://etherscan.io/token/0xed1199093b1abd07a368dd1c0cdc77d8517ba2a0?a={ADDRESS}"}, + {"symbol": "GMB", "baseurl" : "https://etherscan.io/token/0xa0008f510fe9ee696e7e320c9e5cbf61e27791ee?a={ADDRESS}"}, + {"symbol": "WIC", "baseurl" : "https://etherscan.io/token/0x4f878c0852722b0976a955d68b376e4cd4ae99e5?a={ADDRESS}"}, + {"symbol": "WZI", "baseurl" : "https://etherscan.io/token/0xb8327f32127afe37a544c52b628653e222a93bad?a={ADDRESS}"}, + {"symbol": "WTE", "baseurl" : "https://etherscan.io/token/0xb53ac311087965d9e085515efbe1380b2ca4de9a?a={ADDRESS}"}, + {"symbol": "OCEAN", "baseurl" : "https://etherscan.io/token/0x985dd3d42de1e256d09e1c10f112bccb8015ad41?a={ADDRESS}"}, + {"symbol": "SCC", "baseurl" : "https://etherscan.io/token/0x355a458d555151d3b27f94227960ade1504e526a?a={ADDRESS}"}, + {"symbol": "STAKE", "baseurl" : "https://etherscan.io/token/0x0ae055097c6d159879521c384f1d2123d1f195e6?a={ADDRESS}"}, + {"symbol": "TRAC", "baseurl" : "https://etherscan.io/token/0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f?a={ADDRESS}"}, + {"symbol": "GABA", "baseurl" : "https://etherscan.io/token/0xc6cc22f88edae6667763f7745d4ecd297d535540?a={ADDRESS}"}, + {"symbol": "BCAC", "baseurl" : "https://etherscan.io/token/0x1abdb309aa592f00a101c545168bfdf9a6ec61ce?a={ADDRESS}"}, + {"symbol": "SNM", "baseurl" : "https://etherscan.io/token/0x983f6d60db79ea8ca4eb9968c6aff8cfa04b3c63?a={ADDRESS}"}, + {"symbol": "ECH", "baseurl" : "https://etherscan.io/token/0xc8ffd394421e09cb48b620dda56168171ca35ab7?a={ADDRESS}"}, + {"symbol": "CVNT", "baseurl" : "https://etherscan.io/token/0x6400b5522f8d448c0803e6245436dd1c81df09ce?a={ADDRESS}"}, + {"symbol": "STAMP", "baseurl" : "https://etherscan.io/token/0x43afc9058a3debf37eadf99138e449ce8a480a8a?a={ADDRESS}"}, + {"symbol": "AURA", "baseurl" : "https://etherscan.io/token/0xcdcfc0f66c522fd086a1b725ea3c0eeb9f9e8814?a={ADDRESS}"}, + {"symbol": "ccnext", "baseurl" : "https://etherscan.io/token/0x518aaaf9af1ebaefa206574e16f61f6af9c36235?a={ADDRESS}"}, + {"symbol": "BUSD", "baseurl" : "https://etherscan.io/token/0x4fabb145d64652a948d72533023f6e7a623c7c53?a={ADDRESS}"}, + {"symbol": "THBC", "baseurl" : "https://etherscan.io/token/0x04ad70466a79dd1251f22ad426248088724ff32b?a={ADDRESS}"}, + {"symbol": "VBT", "baseurl" : "https://etherscan.io/token/0x1ffe24629f1b3df74fc0f6e5d086f2fd09258ff2?a={ADDRESS}"}, + {"symbol": "SASHIMI", "baseurl" : "https://etherscan.io/token/0xc28e27870558cf22add83540d2126da2e4b464c2?a={ADDRESS}"}, + {"symbol": "GRX", "baseurl" : "https://etherscan.io/token/0x219218f117dc9348b358b8471c55a073e5e0da0b?a={ADDRESS}"}, + {"symbol": "yDAI", "baseurl" : "https://etherscan.io/token/0x16de59092dae5ccf4a1e6439d611fd0653f0bd01?a={ADDRESS}"}, + {"symbol": "BAR", "baseurl" : "https://etherscan.io/token/0xc7579bb99af590ec71c316e1ac4436c535039594?a={ADDRESS}"}, + {"symbol": "PMC", "baseurl" : "https://etherscan.io/token/0x767588059265d2a243445dd3f23db37b96018dd5?a={ADDRESS}"}, + {"symbol": "EVX", "baseurl" : "https://etherscan.io/token/0xf3db5fa2c66b7af3eb0c0b782510816cbe4813b8?a={ADDRESS}"}, + {"symbol": "Drink", "baseurl" : "https://etherscan.io/token/0xb8105b0d4a9ae55658b418065fea4282a8d2e968?a={ADDRESS}"}, + {"symbol": "R", "baseurl" : "https://etherscan.io/token/0x7d8b9f24320dab5369144eb46927667f4a58dc49?a={ADDRESS}"}, + {"symbol": "Dogether", "baseurl" : "https://etherscan.io/token/0xb0d761755efc1a7c45391815e0057b9598ddae18?a={ADDRESS}"}, + {"symbol": "SSP", "baseurl" : "https://etherscan.io/token/0x624d520bab2e4ad83935fa503fb130614374e850?a={ADDRESS}"}, + {"symbol": "SPACE", "baseurl" : "https://etherscan.io/token/0x7b00ae36c7485b678fe945c2dd9349eb5baf7b6b?a={ADDRESS}"}, + {"symbol": "MDT", "baseurl" : "https://etherscan.io/token/0x814e0908b12a99fecf5bc101bb5d0b8b5cdf7d26?a={ADDRESS}"}, + {"symbol": "CENNZ", "baseurl" : "https://etherscan.io/token/0x1122b6a0e00dce0563082b6e2953f3a943855c1f?a={ADDRESS}"}, + {"symbol": "YUN3", "baseurl" : "https://etherscan.io/token/0xb17e7e102e219450c2413a668e8f7ccad52deb3a?a={ADDRESS}"}, + {"symbol": "yUSDC", "baseurl" : "https://etherscan.io/token/0xd6ad7a6750a7593e092a9b218d66c0a814a3436e?a={ADDRESS}"}, + {"symbol": "CAT", "baseurl" : "https://etherscan.io/token/0x68e14bb5a45b9681327e16e528084b9d962c1a39?a={ADDRESS}"}, + {"symbol": "cETH", "baseurl" : "https://etherscan.io/token/0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5?a={ADDRESS}"}, + {"symbol": "FUEL", "baseurl" : "https://etherscan.io/token/0xea38eaa3c86c8f9b751533ba2e562deb9acded40?a={ADDRESS}"}, + {"symbol": "AMP", "baseurl" : "https://etherscan.io/token/0x1924c657d6a772816601fc5edf78377c23686e95?a={ADDRESS}"}, + {"symbol": "TKN", "baseurl" : "https://etherscan.io/token/0xaaaf91d9b90df800df4f55c205fd6989c977e73a?a={ADDRESS}"}, + {"symbol": "TUSD", "baseurl" : "https://etherscan.io/token/0x8dd5fbce2f6a956c3022ba3663759011dd51e73e?a={ADDRESS}"}, + {"symbol": "NEON", "baseurl" : "https://etherscan.io/token/0xe964c79a2a6a94365c0b0c07a65f1c882e3f4059?a={ADDRESS}"}, + {"symbol": "LIKE", "baseurl" : "https://etherscan.io/token/0x02f61fd266da6e8b102d4121f5ce7b992640cf98?a={ADDRESS}"}, + {"symbol": "HAND", "baseurl" : "https://etherscan.io/token/0x48c1b2f3efa85fbafb2ab951bf4ba860a08cdbb7?a={ADDRESS}"}, + {"symbol": "BCPT", "baseurl" : "https://etherscan.io/token/0x1c4481750daa5ff521a2a7490d9981ed46465dbd?a={ADDRESS}"}, + {"symbol": "DSC", "baseurl" : "https://etherscan.io/token/0xaddba95f769b5d42c02e144102817eab9d00efd3?a={ADDRESS}"}, + {"symbol": "KOK", "baseurl" : "https://etherscan.io/token/0x9b9647431632af44be02ddd22477ed94d14aacaa?a={ADDRESS}"}, + {"symbol": "PNK", "baseurl" : "https://etherscan.io/token/0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d?a={ADDRESS}"}, + {"symbol": "BXBC", "baseurl" : "https://etherscan.io/token/0x7eefdabcf01ea45d60b3fffca90df1a160c5311d?a={ADDRESS}"}, + {"symbol": "wNXM", "baseurl" : "https://etherscan.io/token/0x0d438f3b5175bebc262bf23753c1e53d03432bde?a={ADDRESS}"}, + {"symbol": "ETP", "baseurl" : "https://etherscan.io/token/0xf0df09387693690b1e00d71eabf5e98e7955cff4?a={ADDRESS}"}, + {"symbol": "FCC", "baseurl" : "https://etherscan.io/token/0xb7bbf6d2f5372022cc07b6677a9eb49ce78da8c3?a={ADDRESS}"}, + {"symbol": "FREE", "baseurl" : "https://etherscan.io/token/0x2f141ce366a2462f02cea3d12cf93e4dca49e4fd?a={ADDRESS}"}, + {"symbol": "OM", "baseurl" : "https://etherscan.io/token/0x2baecdf43734f22fd5c152db08e3c27233f0c7d2?a={ADDRESS}"}, + {"symbol": "PLBT", "baseurl" : "https://etherscan.io/token/0x0affa06e7fbe5bc9a764c979aa66e8256a631f02?a={ADDRESS}"}, + {"symbol": "GRAM", "baseurl" : "https://etherscan.io/token/0x82d3a142ddd44d2bd29a683f0691fbead3bccc44?a={ADDRESS}"}, + {"symbol": "CAS", "baseurl" : "https://etherscan.io/token/0xe8780b48bdb05f928697a5e8155f672ed91462f7?a={ADDRESS}"}, + {"symbol": "HYDRO", "baseurl" : "https://etherscan.io/token/0xebbdf302c940c6bfd49c6b165f457fdb324649bc?a={ADDRESS}"}, + {"symbol": "KEOS", "baseurl" : "https://etherscan.io/token/0xd4ae0807740df6fbaa7a258907132a2ac8d52fbc?a={ADDRESS}"}, + {"symbol": "HAV", "baseurl" : "https://etherscan.io/token/0xf244176246168f24e3187f7288edbca29267739b?a={ADDRESS}"}, + {"symbol": "Rock2Pay", "baseurl" : "https://etherscan.io/token/0x0e3de3b0e3d617fd8d1d8088639ba877feb4d742?a={ADDRESS}"}, + {"symbol": "IGC", "baseurl" : "https://etherscan.io/token/0x4927643162fe6d18c7f046b3d155d8da0eee80e8?a={ADDRESS}"}, + {"symbol": "YFL", "baseurl" : "https://etherscan.io/token/0x28cb7e841ee97947a86b06fa4090c8451f64c0be?a={ADDRESS}"}, + {"symbol": "EMB", "baseurl" : "https://etherscan.io/token/0x498d99de4268cebca264887f591c4ba8fac042e4?a={ADDRESS}"}, + {"symbol": "ZJLT", "baseurl" : "https://etherscan.io/token/0xbc34985b4d345aea933d5cac19f3a86bd1fb398f?a={ADDRESS}"}, + {"symbol": "SAM", "baseurl" : "https://etherscan.io/token/0xd9dbe80995dbe64e371464b94d78baf10a694ed0?a={ADDRESS}"}, + {"symbol": "RCCC", "baseurl" : "https://etherscan.io/token/0x33bfd20660eeaf952e8d5bc3236e1918701f17d0?a={ADDRESS}"}, + {"symbol": "KRS", "baseurl" : "https://etherscan.io/token/0xdfb410994b66778bd6cc2c82e8ffe4f7b2870006?a={ADDRESS}"}, + {"symbol": "IIC", "baseurl" : "https://etherscan.io/token/0xb6f43025b29196af2dddd69b0a58afba079cd600?a={ADDRESS}"}, + {"symbol": "CHR", "baseurl" : "https://etherscan.io/token/0x915044526758533dfb918eceb6e44bc21632060d?a={ADDRESS}"}, + {"symbol": "OSCH", "baseurl" : "https://etherscan.io/token/0xf46f98a8f6032914921ae9cfb5aaab5083bd9376?a={ADDRESS}"}, + {"symbol": "winethfree.com (Win ETH Free)", "baseurl" : "https://etherscan.io/token/0x85332b222787eacab0fff68cf3b884798823528c?a={ADDRESS}"}, + {"symbol": "LATX", "baseurl" : "https://etherscan.io/token/0x2f85e502a988af76f7ee6d83b7db8d6c0a823bf9?a={ADDRESS}"}, + {"symbol": "MECoin", "baseurl" : "https://etherscan.io/token/0x33fbc07d9d9456d9e6d8316aa87792a20d3ad448?a={ADDRESS}"}, + {"symbol": "AWC", "baseurl" : "https://etherscan.io/token/0xad22f63404f7305e4713ccbd4f296f34770513f4?a={ADDRESS}"}, + {"symbol": "OMF", "baseurl" : "https://etherscan.io/token/0x66668757b73deecc5d7241ea8daf39b509de3ae9?a={ADDRESS}"}, + {"symbol": "IMT", "baseurl" : "https://etherscan.io/token/0x13119e34e140097a507b07a5564bde1bc375d9e6?a={ADDRESS}"}, + {"symbol": "FDG", "baseurl" : "https://etherscan.io/token/0x4501b184694b401b53b3a4f266f8ef24fec09df8?a={ADDRESS}"}, + {"symbol": "MDC", "baseurl" : "https://etherscan.io/token/0x4df9500a02d64dcff99562ad128432832bac29a4?a={ADDRESS}"}, + {"symbol": "FARM", "baseurl" : "https://etherscan.io/token/0xa0246c9032bc3a600820415ae600c6388619a14d?a={ADDRESS}"}, + {"symbol": "GEF", "baseurl" : "https://etherscan.io/token/0xb7fbe91752dd926a5ea103f1b2e8b6fd2cee4d91?a={ADDRESS}"}, + {"symbol": "THE", "baseurl" : "https://etherscan.io/token/0xb4a677b0e363c3815d46326954a4e4d2b1ace357?a={ADDRESS}"}, + {"symbol": "BOX", "baseurl" : "https://etherscan.io/token/0x63f584fa56e60e4d0fe8802b27c7e6e3b33e007f?a={ADDRESS}"}, + {"symbol": "SLT", "baseurl" : "https://etherscan.io/token/0xd6d62024d82b5bf4fe4a9e214991743d543f1673?a={ADDRESS}"}, + {"symbol": "cDAI", "baseurl" : "https://etherscan.io/token/0xf5dce57282a584d2746faf1593d3121fcac444dc?a={ADDRESS}"}, + {"symbol": "CGCX", "baseurl" : "https://etherscan.io/token/0x8b35368ccbadbfbf2d19e8d3d8e58e3ddb63853a?a={ADDRESS}"}, + {"symbol": "COFI", "baseurl" : "https://etherscan.io/token/0x3136ef851592acf49ca4c825131e364170fa32b3?a={ADDRESS}"}, + {"symbol": "QP", "baseurl" : "https://etherscan.io/token/0x0bcc5683d7704b9c50aad6759c55f9aecbfe8878?a={ADDRESS}"}, + {"symbol": "UBT", "baseurl" : "https://etherscan.io/token/0x8e4fbe2673e154fe9399166e03e18f87a5754420?a={ADDRESS}"}, + {"symbol": "MyKI", "baseurl" : "https://etherscan.io/token/0x2fb5d7dda4f1f20f974a0fdd547c38674e8d940c?a={ADDRESS}"}, + {"symbol": "VCT", "baseurl" : "https://etherscan.io/token/0x9746953f5b1324a78132895cfd263f417b0faae3?a={ADDRESS}"}, + {"symbol": "CASAS", "baseurl" : "https://etherscan.io/token/0xa6f53672a40ab4ef7ffd8497d8abb843718ecb22?a={ADDRESS}"}, + {"symbol": "DVC", "baseurl" : "https://etherscan.io/token/0x194524355f26af663468d4996f207a918c73e013?a={ADDRESS}"}, + {"symbol": "ARPA", "baseurl" : "https://etherscan.io/token/0xba50933c268f567bdc86e1ac131be072c6b0b71a?a={ADDRESS}"}, + {"symbol": "NAS", "baseurl" : "https://etherscan.io/token/0x5d65d971895edc438f465c17db6992698a52318d?a={ADDRESS}"}, + {"symbol": "MWAT", "baseurl" : "https://etherscan.io/token/0x6425c6be902d692ae2db752b3c268afadb099d3b?a={ADDRESS}"}, + {"symbol": "UNI-V2", "baseurl" : "https://etherscan.io/token/0x0d4a11d5eeaac28ec3f61d100daf4d40471f1852?a={ADDRESS}"}, + {"symbol": "FIFAmini", "baseurl" : "https://etherscan.io/token/0xc1f5ba8bab3ca299f9817876a6715627f9e2b11a?a={ADDRESS}"}, + {"symbol": "CVT", "baseurl" : "https://etherscan.io/token/0xbe428c3867f05dea2a89fc76a102b544eac7f772?a={ADDRESS}"}, + {"symbol": "SMT", "baseurl" : "https://etherscan.io/token/0x21f15966e07a10554c364b988e91dab01d32794a?a={ADDRESS}"}, + {"symbol": "DEGO", "baseurl" : "https://etherscan.io/token/0x88ef27e69108b2633f8e1c184cc37940a075cc02?a={ADDRESS}"}, + {"symbol": "IMU", "baseurl" : "https://etherscan.io/token/0xc68279ab7758e395f9285021edca7e0b43d338b7?a={ADDRESS}"}, + {"symbol": "PCP", "baseurl" : "https://etherscan.io/token/0x70447f1579ec2d6007f99753427794a466c16f4d?a={ADDRESS}"}, + {"symbol": "SNTR", "baseurl" : "https://etherscan.io/token/0x2859021ee7f2cb10162e67f33af2d22764b31aff?a={ADDRESS}"}, + {"symbol": "-", "baseurl" : "https://etherscan.io/token/0xa159656d4d32d4cdc40bc795978142e4b676c198?a={ADDRESS}"}, + {"symbol": "LEN", "baseurl" : "https://etherscan.io/token/0x87c9ea70f72ad55a12bc6155a30e047cf2acd798?a={ADDRESS}"}, + {"symbol": "TCASH", "baseurl" : "https://etherscan.io/token/0xb8742486c723793cf5162bb5d3425ed9cd73d049?a={ADDRESS}"}, + {"symbol": "Dkey", "baseurl" : "https://etherscan.io/token/0xe498c0d37e1cab443d7f8bd74bd820bb9d5b6bd6?a={ADDRESS}"}, + {"symbol": "1ST", "baseurl" : "https://etherscan.io/token/0xaf30d2a7e90d7dc361c8c4585e9bb7d2f6f15bc7?a={ADDRESS}"}, + {"symbol": "VALUE", "baseurl" : "https://etherscan.io/token/0x49e833337ece7afe375e44f4e3e8481029218e5c?a={ADDRESS}"}, + {"symbol": "GUSD", "baseurl" : "https://etherscan.io/token/0x056fd409e1d7a124bd7017459dfea2f387b6d5cd?a={ADDRESS}"}, + {"symbol": "NANJ", "baseurl" : "https://etherscan.io/token/0xffe02ee4c69edf1b340fcad64fbd6b37a7b9e265?a={ADDRESS}"}, + {"symbol": "NOMO", "baseurl" : "https://etherscan.io/token/0xe44061f043682ff77c1d51d4e0f93ab2bb5b2ae0?a={ADDRESS}"}, + {"symbol": "PC", "baseurl" : "https://etherscan.io/token/0xa6714a2e5f0b1bdb97b895b0913b4fcd3a775e4d?a={ADDRESS}"}, + {"symbol": "RUFF", "baseurl" : "https://etherscan.io/token/0xf278c1ca969095ffddded020290cf8b5c424ace2?a={ADDRESS}"}, + {"symbol": "KOL", "baseurl" : "https://etherscan.io/token/0xb9feb59b7eb4df1d7ec129a03a15dcf271f0d795?a={ADDRESS}"}, + {"symbol": "COB", "baseurl" : "https://etherscan.io/token/0xb2f7eb1f2c37645be61d73953035360e768d81e6?a={ADDRESS}"}, + {"symbol": "REDRA", "baseurl" : "https://etherscan.io/token/0x7d2d8ad6d6c689b583fbd91f7b54c4395815de30?a={ADDRESS}"}, + {"symbol": "Centra", "baseurl" : "https://etherscan.io/token/0x96a65609a7b84e8842732deb08f56c3e21ac6f8a?a={ADDRESS}"}, + {"symbol": "TBCoin", "baseurl" : "https://etherscan.io/token/0x69dfcf370c5ba8959acebd0bfa229a0608961a6d?a={ADDRESS}"}, + {"symbol": "FET", "baseurl" : "https://etherscan.io/token/0x1d287cc25dad7ccaf76a26bc660c5f7c8e2a05bd?a={ADDRESS}"}, + {"symbol": "TFT", "baseurl" : "https://etherscan.io/token/0xe534619defdbf0caf673b8abf7158714f5bd4bd9?a={ADDRESS}"}, + {"symbol": "NETM", "baseurl" : "https://etherscan.io/token/0xe30a76ec9168639f09061e602924ae601d341066?a={ADDRESS}"}, + {"symbol": "JLL", "baseurl" : "https://etherscan.io/token/0x5661c46e366570360064ae1a50a17a7a1a8f3236?a={ADDRESS}"}, + {"symbol": "IBC", "baseurl" : "https://etherscan.io/token/0x8eff575359d56005b816028384c2b386dcb20015?a={ADDRESS}"}, + {"symbol": "IDAC", "baseurl" : "https://etherscan.io/token/0x0aad6509e9d09d2f0fdbbdb68dd9064f3f8c0417?a={ADDRESS}"}, + {"symbol": "NOBS", "baseurl" : "https://etherscan.io/token/0xf4faea455575354d2699bc209b0a65ca99f69982?a={ADDRESS}"}, + {"symbol": "UNI-V2", "baseurl" : "https://etherscan.io/token/0xce84867c3c02b05dc570d0135103d3fb9cc19433?a={ADDRESS}"}, + {"symbol": "BCDN", "baseurl" : "https://etherscan.io/token/0x1e797ce986c3cff4472f7d38d5c4aba55dfefe40?a={ADDRESS}"}, + {"symbol": "EPAY", "baseurl" : "https://etherscan.io/token/0xaa1ae5e57dc05981d83ec7fca0b3c7ee2565b7d6?a={ADDRESS}"}, + {"symbol": "ODIN", "baseurl" : "https://etherscan.io/token/0x57c8d5d5b87a1580fdaf996cef674bb0d7f14c98?a={ADDRESS}"}, + {"symbol": "MET", "baseurl" : "https://etherscan.io/token/0xa3d58c4e56fedcae3a7c43a725aee9a71f0ece4e?a={ADDRESS}"}, + {"symbol": "ICTA", "baseurl" : "https://etherscan.io/token/0x9e2b209afc38b74b3278b4e3e2e61dcefc752bb2?a={ADDRESS}"}, + {"symbol": "crvPlain3andSUSD", "baseurl" : "https://etherscan.io/token/0xc25a3a3b969415c80451098fa907ec722572917f?a={ADDRESS}"}, + {"symbol": "CHAT", "baseurl" : "https://etherscan.io/token/0x442bc47357919446eabc18c7211e57a13d983469?a={ADDRESS}"}, + {"symbol": "IBC", "baseurl" : "https://etherscan.io/token/0xd937ebe98787a0037eb94efd3e107bb574bb93d3?a={ADDRESS}"}, + {"symbol": "PLX", "baseurl" : "https://etherscan.io/token/0xb3203db25a01fa7950a860b42b899ad7da52ddd6?a={ADDRESS}"}, + {"symbol": "ZBUX", "baseurl" : "https://etherscan.io/token/0x7090a6e22c838469c9e67851d6489ba9c933a43f?a={ADDRESS}"}, + {"symbol": "SBT", "baseurl" : "https://etherscan.io/token/0x503f9794d6a6bb0df8fbb19a2b3e2aeab35339ad?a={ADDRESS}"}, + {"symbol": "HOTC", "baseurl" : "https://etherscan.io/token/0x4d09c5e758ca68be27240f29fb681e5a5341ca98?a={ADDRESS}"}, + {"symbol": "NYTR", "baseurl" : "https://etherscan.io/token/0x2d874077a83618aab75624cc1a4974510a0eb1ae?a={ADDRESS}"}, + {"symbol": "GEGO", "baseurl" : "https://etherscan.io/token/0x27b4bc90fbe56f02ef50f2e2f79d7813aa8941a7?a={ADDRESS}"}, + {"symbol": "SWRV", "baseurl" : "https://etherscan.io/token/0xb8baa0e4287890a5f79863ab62b7f175cecbd433?a={ADDRESS}"}, + {"symbol": "RAE", "baseurl" : "https://etherscan.io/token/0xe5a3229ccb22b6484594973a03a3851dcd948756?a={ADDRESS}"}, + {"symbol": "VIB", "baseurl" : "https://etherscan.io/token/0x2c974b2d0ba1716e644c1fc59982a89ddd2ff724?a={ADDRESS}"}, + {"symbol": "BQTX", "baseurl" : "https://etherscan.io/token/0x9d8be94d0612170ce533ac4d7b43cc3cd91e5a1a?a={ADDRESS}"}, + {"symbol": "JOT", "baseurl" : "https://etherscan.io/token/0xdb455c71c1bc2de4e80ca451184041ef32054001?a={ADDRESS}"}, + {"symbol": "PPP", "baseurl" : "https://etherscan.io/token/0xc42209accc14029c1012fb5680d95fbd6036e2a0?a={ADDRESS}"}, + {"symbol": "AAC", "baseurl" : "https://etherscan.io/token/0xe75ad3aab14e4b0df8c5da4286608dabb21bd864?a={ADDRESS}"}, + {"symbol": "BZH", "baseurl" : "https://etherscan.io/token/0x3685ee91777e3ed4ba4122c429c504df833c3b26?a={ADDRESS}"}, + {"symbol": "Main", "baseurl" : "https://etherscan.io/token/0x13f6534d1847be181e6b530b307329d10467f68e?a={ADDRESS}"}, + {"symbol": "AAA", "baseurl" : "https://etherscan.io/token/0x6aba1623ea906d1164cbb007e764ebde2514a2ba?a={ADDRESS}"}, + {"symbol": "ARAW", "baseurl" : "https://etherscan.io/token/0x30680ac0a8a993088223925265fd7a76beb87e7f?a={ADDRESS}"}, + {"symbol": "Gene", "baseurl" : "https://etherscan.io/token/0x884181554dfa9e578d36379919c05c25dc4a15bb?a={ADDRESS}"}, + {"symbol": "LYM", "baseurl" : "https://etherscan.io/token/0xc690f7c7fcffa6a82b79fab7508c466fefdfc8c5?a={ADDRESS}"}, + {"symbol": "ETW", "baseurl" : "https://etherscan.io/token/0x28424a18e22fcbbdc681fdee116ba451582f14fe?a={ADDRESS}"}, + {"symbol": "IOEC", "baseurl" : "https://etherscan.io/token/0x507096e1c7f6b8632de56a12c74c343fca3651e4?a={ADDRESS}"}, + {"symbol": "LET", "baseurl" : "https://etherscan.io/token/0xfa3118b34522580c35ae27f6cf52da1dbb756288?a={ADDRESS}"}, + {"symbol": "SKE", "baseurl" : "https://etherscan.io/token/0x13db74b3cf512f65c4b91683940b4f3955e05085?a={ADDRESS}"}, + {"symbol": "EDO", "baseurl" : "https://etherscan.io/token/0xced4e93198734ddaff8492d525bd258d49eb388e?a={ADDRESS}"}, + {"symbol": "SPD", "baseurl" : "https://etherscan.io/token/0x1dea979ae76f26071870f824088da78979eb91c8?a={ADDRESS}"}, + {"symbol": "FOTA", "baseurl" : "https://etherscan.io/token/0x4270bb238f6dd8b1c3ca01f96ca65b2647c06d3c?a={ADDRESS}"}, + {"symbol": "yUSDT", "baseurl" : "https://etherscan.io/token/0x83f798e925bcd4017eb265844fddabb448f1707d?a={ADDRESS}"}, + {"symbol": "BTY", "baseurl" : "https://etherscan.io/token/0x8f2798d8a77f5d51bd9cccc17a6f0bb537da2506?a={ADDRESS}"}, + {"symbol": "BTK", "baseurl" : "https://etherscan.io/token/0xdb8646f5b487b5dd979fac618350e85018f557d4?a={ADDRESS}"}, + {"symbol": "MIMI", "baseurl" : "https://etherscan.io/token/0xb9280b318a84df5891610f27625b0741951b94b4?a={ADDRESS}"}, + {"symbol": "MUSK", "baseurl" : "https://etherscan.io/token/0x5003b168b457b663c3c18ffcf5b6a24bee8f59c7?a={ADDRESS}"}, + {"symbol": "ARN", "baseurl" : "https://etherscan.io/token/0xba5f11b16b155792cf3b2e6880e8706859a8aeb6?a={ADDRESS}"}, + {"symbol": "FSN", "baseurl" : "https://etherscan.io/token/0xd0352a019e9ab9d757776f532377aaebd36fd541?a={ADDRESS}"}, + {"symbol": "TCASH", "baseurl" : "https://etherscan.io/token/0x7051620d11042c4335069aaa4f10cd3b4290c681?a={ADDRESS}"}, + {"symbol": "CHSB", "baseurl" : "https://etherscan.io/token/0xba9d4199fab4f26efe3551d490e3821486f135ba?a={ADDRESS}"}, + {"symbol": "NOKA", "baseurl" : "https://etherscan.io/token/0x64704e92440ee2f94d2cc2f4b8b662a292cb7b3b?a={ADDRESS}"}, + {"symbol": "SEN", "baseurl" : "https://etherscan.io/token/0x10c1a125830bcfa33b7cd42a64789e135fa5c838?a={ADDRESS}"}, + {"symbol": "WHACKD", "baseurl" : "https://etherscan.io/token/0xcf8335727b776d190f9d15a54e6b9b9348439eee?a={ADDRESS}"}, + {"symbol": "LEEK", "baseurl" : "https://etherscan.io/token/0x42c41dabf7962be4f510d54aa9eb0d2240634842?a={ADDRESS}"}, + {"symbol": "UMA", "baseurl" : "https://etherscan.io/token/0x04fa0d235c4abf4bcf4787af4cf447de572ef828?a={ADDRESS}"}, + {"symbol": "renBTC", "baseurl" : "https://etherscan.io/token/0xeb4c2781e4eba804ce9a9803c67d0893436bb27d?a={ADDRESS}"}, + {"symbol": "HCT", "baseurl" : "https://etherscan.io/token/0x68c86ea06b8c6f2618cf680528107ef695e8dbd6?a={ADDRESS}"}, + {"symbol": "KAN", "baseurl" : "https://etherscan.io/token/0x1410434b0346f5be678d0fb554e5c7ab620f8f4a?a={ADDRESS}"}, + {"symbol": "ETHBOT", "baseurl" : "https://etherscan.io/token/0xd2f81cd7a20d60c0d558496c7169a20968389b40?a={ADDRESS}"}, + {"symbol": "YAMv2", "baseurl" : "https://etherscan.io/token/0xaba8cac6866b83ae4eec97dd07ed254282f6ad8a?a={ADDRESS}"}, + {"symbol": "iFish", "baseurl" : "https://etherscan.io/token/0x98b4ca8bd52e4ed1f28d3f30d9f567d1166c9483?a={ADDRESS}"}, + {"symbol": "REBL", "baseurl" : "https://etherscan.io/token/0x5f53f7a8075614b699baad0bc2c899f4bad8fbbf?a={ADDRESS}"}, + {"symbol": "LID", "baseurl" : "https://etherscan.io/token/0x0417912b3a7af768051765040a55bb0925d4ddcf?a={ADDRESS}"}, + {"symbol": "GES", "baseurl" : "https://etherscan.io/token/0x84d4816ffb1ae1728b378078a955209a29c08112?a={ADDRESS}"}, + {"symbol": "FAIL", "baseurl" : "https://etherscan.io/token/0x931a7ca74e35f35a46881a4f968d5fbd095a0279?a={ADDRESS}"}, + {"symbol": "IDH", "baseurl" : "https://etherscan.io/token/0x5136c98a80811c3f46bdda8b5c4555cfd9f812f0?a={ADDRESS}"}, + {"symbol": "TKT", "baseurl" : "https://etherscan.io/token/0x13e9ec660d872f55405d70e5c52d872136f0970c?a={ADDRESS}"}, + {"symbol": "HUNG", "baseurl" : "https://etherscan.io/token/0xf78fbcf6babc3df94b3c2d2f6dc213f695d9ef1f?a={ADDRESS}"}, + {"symbol": "VT", "baseurl" : "https://etherscan.io/token/0x38405fa410c6eba342f9eb5ac66b2aaf6498c8e9?a={ADDRESS}"}, + {"symbol": "ZZZ", "baseurl" : "https://etherscan.io/token/0xc75f15ada581219c95485c578e124df3985e4ce0?a={ADDRESS}"}, + {"symbol": "XEN", "baseurl" : "https://etherscan.io/token/0x7a6542e629630a6a2c89ccce098386dcec39f6cf?a={ADDRESS}"}, + {"symbol": "PRO", "baseurl" : "https://etherscan.io/token/0x9041fe5b3fdea0f5e4afdc17e75180738d877a01?a={ADDRESS}"}, + {"symbol": "KTD", "baseurl" : "https://etherscan.io/token/0xd4e26b4e8e9881e8905315aba189b694f2307757?a={ADDRESS}"}, + {"symbol": "ZPR", "baseurl" : "https://etherscan.io/token/0xb5b8f5616fe42d5ceca3e87f3fddbdd8f496d760?a={ADDRESS}"}, + {"symbol": "ETA", "baseurl" : "https://etherscan.io/token/0x1b7ac38cb8fcdb3273e0dc8c9bb115a03247de62?a={ADDRESS}"}, + {"symbol": "OAS", "baseurl" : "https://etherscan.io/token/0x89885fc1f76c3f4cc719640e33c315227da7003a?a={ADDRESS}"}, + {"symbol": "ADC", "baseurl" : "https://etherscan.io/token/0x7d2624470429a4fa48f09206238749fbbb45eaa8?a={ADDRESS}"}, + {"symbol": "MFTU", "baseurl" : "https://etherscan.io/token/0x05d412ce18f24040bb3fa45cf2c69e506586d8e8?a={ADDRESS}"}, + {"symbol": "PAL", "baseurl" : "https://etherscan.io/token/0xfedae5642668f8636a11987ff386bfd215f942ee?a={ADDRESS}"}, + {"symbol": "CTXC", "baseurl" : "https://etherscan.io/token/0xea11755ae41d889ceec39a63e6ff75a02bc1c00d?a={ADDRESS}"}, + {"symbol": "LOOT143", "baseurl" : "https://etherscan.io/token/0x5a2c659fd2cbaa77c3fa30c062ca7cf7f9d60460?a={ADDRESS}"}, + {"symbol": "GN", "baseurl" : "https://etherscan.io/token/0x364b810acbad792b8eeac401c7d4e5e001b92b67?a={ADDRESS}"}, + {"symbol": "HMIO", "baseurl" : "https://etherscan.io/token/0x155697df0d39e18f719fa58e25a53a65ccb4864e?a={ADDRESS}"}, + {"symbol": "BMC", "baseurl" : "https://etherscan.io/token/0x986ee2b944c42d017f52af21c4c69b84dbea35d8?a={ADDRESS}"}, + {"symbol": "FDZ", "baseurl" : "https://etherscan.io/token/0x23352036e911a22cfc692b5e2e196692658aded9?a={ADDRESS}"}, + {"symbol": "ZSC", "baseurl" : "https://etherscan.io/token/0x7a41e0517a5eca4fdbc7fbeba4d4c47b9ff6dc63?a={ADDRESS}"}, + {"symbol": "BTE", "baseurl" : "https://etherscan.io/token/0xfd62247943f94c3910a4922af2c62c2d3fac2a8f?a={ADDRESS}"}, + {"symbol": "CLEAR", "baseurl" : "https://etherscan.io/token/0x410af23334e26aa13c1f3e630bae006bdd313264?a={ADDRESS}"}, + {"symbol": "AXPR", "baseurl" : "https://etherscan.io/token/0xc39e626a04c5971d770e319760d7926502975e47?a={ADDRESS}"}, + {"symbol": "UZ", "baseurl" : "https://etherscan.io/token/0xdc97c8a2aeb281af14a755d8f6b0c6bd7debbdf7?a={ADDRESS}"}, + {"symbol": "JRT", "baseurl" : "https://etherscan.io/token/0x8a9c67fee641579deba04928c4bc45f66e26343a?a={ADDRESS}"}, + {"symbol": "RARI", "baseurl" : "https://etherscan.io/token/0xfca59cd816ab1ead66534d82bc21e7515ce441cf?a={ADDRESS}"}, + {"symbol": "INF", "baseurl" : "https://etherscan.io/token/0x00e150d741eda1d49d341189cae4c08a73a49c95?a={ADDRESS}"}, + {"symbol": "DANDY", "baseurl" : "https://etherscan.io/token/0x9dfc4b433d359024eb3e810d77d60fbe8b0d9b82?a={ADDRESS}"}, + {"symbol": "aDAI", "baseurl" : "https://etherscan.io/token/0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d?a={ADDRESS}"}, + {"symbol": "TGC", "baseurl" : "https://etherscan.io/token/0x8c48060e5788518cd8e7097a432f5150b92d9809?a={ADDRESS}"}, + {"symbol": "BUT", "baseurl" : "https://etherscan.io/token/0xb2e260f12406c401874ecc960893c0f74cd6afcd?a={ADDRESS}"}, + {"symbol": "VLT", "baseurl" : "https://etherscan.io/token/0x05f02507c7134dbae420ab8c0ef56e999b59da03?a={ADDRESS}"}, + {"symbol": "Soar", "baseurl" : "https://etherscan.io/token/0xd65960facb8e4a2dfcb2c2212cb2e44a02e2a57e?a={ADDRESS}"}, + {"symbol": "IND", "baseurl" : "https://etherscan.io/token/0xf8e386eda857484f5a12e4b5daa9984e06e73705?a={ADDRESS}"}, + {"symbol": "BHTX", "baseurl" : "https://etherscan.io/token/0xb0ca787f8cf38f077e8201b05378da230a8b462f?a={ADDRESS}"}, + {"symbol": "SmartUp", "baseurl" : "https://etherscan.io/token/0x78f5bbc74fb9137a75d85f3c9c3c599be49f0a56?a={ADDRESS}"}, + {"symbol": "GNX", "baseurl" : "https://etherscan.io/token/0x6ec8a24cabdc339a06a172f8223ea557055adaa5?a={ADDRESS}"}, + {"symbol": "LUNA", "baseurl" : "https://etherscan.io/token/0xcbf2af75f33a36afa29870274c8e6893a8d0d806?a={ADDRESS}"}, + {"symbol": "DSCoin", "baseurl" : "https://etherscan.io/token/0xee395235ac363725c6b895d8994706cb7050482f?a={ADDRESS}"}, + {"symbol": "LUVI", "baseurl" : "https://etherscan.io/token/0xeefdfa0f6a921044e7901d18e6794c0a7baff4d7?a={ADDRESS}"}, + {"symbol": "YOO", "baseurl" : "https://etherscan.io/token/0x1d4105534da120da243281cfc3f26aaf038e2d6f?a={ADDRESS}"}, + {"symbol": "aLINK", "baseurl" : "https://etherscan.io/token/0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84?a={ADDRESS}"}, + {"symbol": "IMT", "baseurl" : "https://etherscan.io/token/0x48845c3da5bb1a4060fa2cea0ad5a3ef3af9a874?a={ADDRESS}"}, + {"symbol": "SCL", "baseurl" : "https://etherscan.io/token/0xd7631787b4dcc87b1254cfd1e5ce48e96823dee8?a={ADDRESS}"}, + {"symbol": "YFFI", "baseurl" : "https://etherscan.io/token/0xcee1d3c3a02267e37e6b373060f79d5d7b9e1669?a={ADDRESS}"}, + {"symbol": "GVT", "baseurl" : "https://etherscan.io/token/0x103c3a209da59d3e7c4a89307e66521e081cfdf0?a={ADDRESS}"}, + {"symbol": "MYX", "baseurl" : "https://etherscan.io/token/0x2129ff6000b95a973236020bcd2b2006b0d8e019?a={ADDRESS}"}, + {"symbol": "EPK", "baseurl" : "https://etherscan.io/token/0x56c438ee032224d93a5e9f182cbf4608cdfc928e?a={ADDRESS}"}, + {"symbol": "DAEC", "baseurl" : "https://etherscan.io/token/0x05ff5af70bd26c4cb93b4bb1028d38f1f251057b?a={ADDRESS}"}, + {"symbol": "MINI", "baseurl" : "https://etherscan.io/token/0x4d953cf077c0c95ba090226e59a18fcf97db44ec?a={ADDRESS}"}, + {"symbol": "COSM", "baseurl" : "https://etherscan.io/token/0xc4bcd64cb216d49fd3c643a32762f34626b45a1a?a={ADDRESS}"}, + {"symbol": "findtherabbit.me", "baseurl" : "https://etherscan.io/token/0x2ff2b86c156583b1135c584fd940a1996fa4230b?a={ADDRESS}"}, + {"symbol": "ALX", "baseurl" : "https://etherscan.io/token/0x49b127bc33ce7e1586ec28cec6a65b112596c822?a={ADDRESS}"}, + {"symbol": "AERGO", "baseurl" : "https://etherscan.io/token/0xae31b85bfe62747d0836b82608b4830361a3d37a?a={ADDRESS}"}, + {"symbol": "GEN", "baseurl" : "https://etherscan.io/token/0x543ff227f64aa17ea132bf9886cab5db55dcaddf?a={ADDRESS}"}, + {"symbol": "ETHPLO", "baseurl" : "https://etherscan.io/token/0xe0c6ce3e73029f201e5c0bedb97f67572a93711c?a={ADDRESS}"}, + {"symbol": "KEY", "baseurl" : "https://etherscan.io/token/0x4cc19356f2d37338b9802aa8e8fc58b0373296e7?a={ADDRESS}"}, + {"symbol": "AREC", "baseurl" : "https://etherscan.io/token/0x563d2e0791d9c453a644c193d5a4150d69870825?a={ADDRESS}"}, + {"symbol": "INSUR", "baseurl" : "https://etherscan.io/token/0x6ea6531b603f270d23d9edd2d8279135dc5d6773?a={ADDRESS}"}, + {"symbol": "UNI-V2", "baseurl" : "https://etherscan.io/token/0xa478c2975ab1ea89e8196811f51a7b7ade33eb11?a={ADDRESS}"}, + {"symbol": "HAI", "baseurl" : "https://etherscan.io/token/0x136723300aef2aab4b7cf52c3eaac6f997e12a68?a={ADDRESS}"}, + {"symbol": "Trister", "baseurl" : "https://etherscan.io/token/0x9d5155fbffd5bbb7555f13819a5b435b7befdcbe?a={ADDRESS}"}, + {"symbol": "ABYSS", "baseurl" : "https://etherscan.io/token/0x0e8d6b471e332f140e7d9dbb99e5e3822f728da6?a={ADDRESS}"}, + {"symbol": "DATx", "baseurl" : "https://etherscan.io/token/0xabbbb6447b68ffd6141da77c18c7b5876ed6c5ab?a={ADDRESS}"}, + {"symbol": "DTMT", "baseurl" : "https://etherscan.io/token/0x7a94edacea312198fba1142b3ef26bdd4f910d4c?a={ADDRESS}"}, + {"symbol": "Shell", "baseurl" : "https://etherscan.io/token/0x2c33f5fde437ad4c1de85d5d5cb864921ab583af?a={ADDRESS}"}, + {"symbol": "VITE", "baseurl" : "https://etherscan.io/token/0x1b793e49237758dbd8b752afc9eb4b329d5da016?a={ADDRESS}"}, + {"symbol": "CSAC", "baseurl" : "https://etherscan.io/token/0x93c564d4cc593867daae181eb3b494a2362b1ec5?a={ADDRESS}"}, + {"symbol": "WT", "baseurl" : "https://etherscan.io/token/0x5e2effd98b24a7fd12156c6ecf2f77cf4588b572?a={ADDRESS}"}, + {"symbol": "NAM", "baseurl" : "https://etherscan.io/token/0x05984006707585f66465e8a6505341f46b64fa7a?a={ADDRESS}"}, + {"symbol": "DCCB", "baseurl" : "https://etherscan.io/token/0xdd8a513d11bd563e009f8e561c488ba7969470e1?a={ADDRESS}"}, + {"symbol": "SNGLS", "baseurl" : "https://etherscan.io/token/0xaec2e87e0a235266d9c5adc9deb4b2e29b54d009?a={ADDRESS}"}, + {"symbol": "PUN", "baseurl" : "https://etherscan.io/token/0x32eb7fa944ad61b0cf093499af12f35a479315a2?a={ADDRESS}"}, + {"symbol": "OKB", "baseurl" : "https://etherscan.io/token/0x75231f58b43240c9718dd58b4967c5114342a86c?a={ADDRESS}"}, + {"symbol": "FNKOS", "baseurl" : "https://etherscan.io/token/0x0707681f344deb24184037fc0228856f2137b02e?a={ADDRESS}"}, + {"symbol": "SEOS", "baseurl" : "https://etherscan.io/token/0xc35e16a4fb05f12e3cb0253c807ee76c2833be65?a={ADDRESS}"}, + {"symbol": "IXT", "baseurl" : "https://etherscan.io/token/0xfca47962d45adfdfd1ab2d972315db4ce7ccf094?a={ADDRESS}"}, + {"symbol": "CRAD", "baseurl" : "https://etherscan.io/token/0x608f006b6813f97097372d0d31fb0f11d1ca3e4e?a={ADDRESS}"}, + {"symbol": "SWFTC", "baseurl" : "https://etherscan.io/token/0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e?a={ADDRESS}"}, + {"symbol": "SDZ", "baseurl" : "https://etherscan.io/token/0x01995786f1435743c42b7f2276c496a610b58612?a={ADDRESS}"}, + {"symbol": "TP", "baseurl" : "https://etherscan.io/token/0x2c15559489ce4034c95ef2f4923879071ec0a309?a={ADDRESS}"}, + {"symbol": "FET", "baseurl" : "https://etherscan.io/token/0xefcec6d87e3ce625c90865a49f2b7482963d73fe?a={ADDRESS}"}, + {"symbol": "TRADE", "baseurl" : "https://etherscan.io/token/0x6f87d756daf0503d08eb8993686c7fc01dc44fb1?a={ADDRESS}"}, + {"symbol": "TCT", "baseurl" : "https://etherscan.io/token/0x4824a7b64e3966b0133f4f4ffb1b9d6beb75fff7?a={ADDRESS}"}, + {"symbol": "SKO", "baseurl" : "https://etherscan.io/token/0x741d63278490a33f705519cfd5c56fe470726ee8?a={ADDRESS}"}, + {"symbol": "NOIA", "baseurl" : "https://etherscan.io/token/0xfc858154c0b2c4a3323046fb505811f110ebda57?a={ADDRESS}"}, + {"symbol": "MOS", "baseurl" : "https://etherscan.io/token/0x420a43153da24b9e2aedcec2b8158a8653a3317e?a={ADDRESS}"}, + {"symbol": "MTH", "baseurl" : "https://etherscan.io/token/0xaf4dce16da2877f8c9e00544c93b62ac40631f16?a={ADDRESS}"}, + {"symbol": "NKN", "baseurl" : "https://etherscan.io/token/0x5cf04716ba20127f1e2297addcf4b5035000c9eb?a={ADDRESS}"}, + {"symbol": "BWX", "baseurl" : "https://etherscan.io/token/0xbd168cbf9d3a375b38dc51a202b5e8a4e52069ed?a={ADDRESS}"}, + {"symbol": "TKC", "baseurl" : "https://etherscan.io/token/0x0651842ee1f973367138cd512709d81bf8a62217?a={ADDRESS}"}, + {"symbol": "MDA", "baseurl" : "https://etherscan.io/token/0x51db5ad35c671a87207d88fc11d593ac0c8415bd?a={ADDRESS}"}, + {"symbol": "APPC", "baseurl" : "https://etherscan.io/token/0x1a7a8bd9106f2b8d977e08582dc7d24c723ab0db?a={ADDRESS}"}, + {"symbol": "ZENAD", "baseurl" : "https://etherscan.io/token/0x798f509bade66b9f20980abb0dcc024ca7afc530?a={ADDRESS}"}, + {"symbol": "AMPX", "baseurl" : "https://etherscan.io/token/0x735af341f2d9ce3663616cd84ff522dbf62fbc1f?a={ADDRESS}"}, + {"symbol": "XNK", "baseurl" : "https://etherscan.io/token/0xbc86727e770de68b1060c91f6bb6945c73e10388?a={ADDRESS}"}, + {"symbol": "LUN", "baseurl" : "https://etherscan.io/token/0xfa05a73ffe78ef8f1a739473e462c54bae6567d9?a={ADDRESS}"}, + {"symbol": "WEU", "baseurl" : "https://etherscan.io/token/0x18de1a0a1c0a8bc315460886961ab80cb6aaeca4?a={ADDRESS}"}, + {"symbol": "SAT", "baseurl" : "https://etherscan.io/token/0xc56b13ebbcffa67cfb7979b900b736b3fb480d78?a={ADDRESS}"}, + {"symbol": "IPChain", "baseurl" : "https://etherscan.io/token/0xe12871cf4c9a64e87959c1cf7c18dca1cc2d07c6?a={ADDRESS}"}, + {"symbol": "EOCS", "baseurl" : "https://etherscan.io/token/0xf8dbfd7098c0fe93daf06006d040f45a6e4390cf?a={ADDRESS}"}, + {"symbol": "EVA", "baseurl" : "https://etherscan.io/token/0x4549c04465e1a89c16d5037c962077857e3923c4?a={ADDRESS}"}, + {"symbol": "MCUX", "baseurl" : "https://etherscan.io/token/0x34e71fda469b91e7ef57738cb06cb7c120621f25?a={ADDRESS}"}, + {"symbol": "GAMC", "baseurl" : "https://etherscan.io/token/0x496a8a1c9b3aa406a51046e64149b230ccd903a5?a={ADDRESS}"}, + {"symbol": "BasilToken", "baseurl" : "https://etherscan.io/token/0x800e09b8e24d37ac184b8b2a81a1637fc317896e?a={ADDRESS}"}, + {"symbol": "$F", "baseurl" : "https://etherscan.io/token/0xed314bf44013612e8c00abd3cb6eade61cc8c72e?a={ADDRESS}"}, + {"symbol": "YANU", "baseurl" : "https://etherscan.io/token/0x8080b66e7505db9bd1d7bb44a7b9518754c8d26b?a={ADDRESS}"}, + {"symbol": "HMQ", "baseurl" : "https://etherscan.io/token/0xcbcc0f036ed4788f63fc0fee32873d6a7487b908?a={ADDRESS}"}, + {"symbol": "Fzcoin", "baseurl" : "https://etherscan.io/token/0xe5aee163513119f4f750376c718766b40fa37a5f?a={ADDRESS}"}, + {"symbol": "BNSD", "baseurl" : "https://etherscan.io/token/0x668dbf100635f593a3847c0bdaf21f0a09380188?a={ADDRESS}"}, + {"symbol": "MGO", "baseurl" : "https://etherscan.io/token/0x40395044ac3c0c57051906da938b54bd6557f212?a={ADDRESS}"}, + {"symbol": "ZCN", "baseurl" : "https://etherscan.io/token/0xb9ef770b6a5e12e45983c5d80545258aa38f3b78?a={ADDRESS}"}, + {"symbol": "EDT", "baseurl" : "https://etherscan.io/token/0x50282cc400df9e89785d12a9413044ec627ba243?a={ADDRESS}"}, + {"symbol": "EBYTE", "baseurl" : "https://etherscan.io/token/0xa65ee5fd259d94294c4ef030d1a62eeb465b9438?a={ADDRESS}"}, + {"symbol": "SCT", "baseurl" : "https://etherscan.io/token/0x63b992e6246d88f07fc35a056d2c365e6d441a3d?a={ADDRESS}"}, + {"symbol": "PST", "baseurl" : "https://etherscan.io/token/0x5d4abc77b8405ad177d8ac6682d584ecbfd46cec?a={ADDRESS}"}, + {"symbol": "KNDC", "baseurl" : "https://etherscan.io/token/0x8e5610ab5e39d26828167640ea29823fe1dd5843?a={ADDRESS}"}, + {"symbol": "OPENC", "baseurl" : "https://etherscan.io/token/0x9d86b1b2554ec410eccffbf111a6994910111340?a={ADDRESS}"}, + {"symbol": "CBR", "baseurl" : "https://etherscan.io/token/0x0445ae32d33066a29e4573bf15d4a2a9690ab754?a={ADDRESS}"}, + {"symbol": "SAT", "baseurl" : "https://etherscan.io/token/0x1f0f468ee03a6d99cd8a09dd071494a83dc1c0e5?a={ADDRESS}"}, + {"symbol": "LEVT", "baseurl" : "https://etherscan.io/token/0xa1d38ef843553322a338cdd7d6134565ffba97ab?a={ADDRESS}"}, + {"symbol": "EO", "baseurl" : "https://etherscan.io/token/0xd366908c2f249537f905bdae5a77272a9fbda127?a={ADDRESS}"}, + {"symbol": "BPTN", "baseurl" : "https://etherscan.io/token/0x6c22b815904165f3599f0a4a092d458966bd8024?a={ADDRESS}"}, + {"symbol": "MLN", "baseurl" : "https://etherscan.io/token/0xec67005c4e498ec7f55e092bd1d35cbc47c91892?a={ADDRESS}"}, + {"symbol": "PRL", "baseurl" : "https://etherscan.io/token/0x1844b21593262668b7248d0f57a220caaba46ab9?a={ADDRESS}"}, + {"symbol": "ESA", "baseurl" : "https://etherscan.io/token/0xa4ba60fee8fc18a214140da7a085fff7d2628d2f?a={ADDRESS}"}, + {"symbol": "ZCO", "baseurl" : "https://etherscan.io/token/0x2008e3057bd734e10ad13c9eae45ff132abc1722?a={ADDRESS}"}, + {"symbol": "SOLVE", "baseurl" : "https://etherscan.io/token/0x446c9033e7516d820cc9a2ce2d0b7328b579406f?a={ADDRESS}"}, + {"symbol": "VLC", "baseurl" : "https://etherscan.io/token/0x8f7b0b40e27e357540f90f187d90ce06366ac5a5?a={ADDRESS}"}, + {"symbol": "CETH", "baseurl" : "https://etherscan.io/token/0x26c7bdd051318b48092390eabd1b69fce5080b25?a={ADDRESS}"}, + {"symbol": "PCC", "baseurl" : "https://etherscan.io/token/0xed6b0dc3aa8de5908ab857a70cb2ff657d9b6c5d?a={ADDRESS}"}, + {"symbol": "UST", "baseurl" : "https://etherscan.io/token/0xfa55951f84bfbe2e6f95aa74b58cc7047f9f0644?a={ADDRESS}"}, + {"symbol": "CARD", "baseurl" : "https://etherscan.io/token/0x55de98f2141a44f804df399468cf7133b7e3e8e5?a={ADDRESS}"}, + {"symbol": "MAYA", "baseurl" : "https://etherscan.io/token/0x581bd3322a90866e5da8060b9d64d7904394ad42?a={ADDRESS}"}, + {"symbol": "RADR", "baseurl" : "https://etherscan.io/token/0xb0f30284f3ba1a9b836eca9272db4194ece444d4?a={ADDRESS}"}, + {"symbol": "ETIT", "baseurl" : "https://etherscan.io/token/0x8fe19c447821b4cdcdd5012bca1b5469ca96d80d?a={ADDRESS}"}, + {"symbol": "aETH", "baseurl" : "https://etherscan.io/token/0x3a3a65aab0dd2a17e3f1947ba16138cd37d08c04?a={ADDRESS}"}, + {"symbol": "ZLA", "baseurl" : "https://etherscan.io/token/0xfd8971d5e8e1740ce2d0a84095fca4de729d0c16?a={ADDRESS}"}, + {"symbol": "HEZ", "baseurl" : "https://etherscan.io/token/0x04cd48c02807a5b2443c6e50e274479642c41232?a={ADDRESS}"}, + {"symbol": "SAFE", "baseurl" : "https://etherscan.io/token/0x1aa61c196e76805fcbe394ea00e4ffced24fc469?a={ADDRESS}"}, + {"symbol": "Atp", "baseurl" : "https://etherscan.io/token/0x66e2e867b93fbe69f84387427d08861285a9a65a?a={ADDRESS}"}, + {"symbol": "PTI", "baseurl" : "https://etherscan.io/token/0x9d9c250311b65803c895cc77f878b8092019dedc?a={ADDRESS}"}, + {"symbol": "WT", "baseurl" : "https://etherscan.io/token/0xaae81c0194d6459f320b70ca0cedf88e11a242ce?a={ADDRESS}"}, + {"symbol": "SEC", "baseurl" : "https://etherscan.io/token/0x30426db00a8ab29992fab730a16d26332ce0c439?a={ADDRESS}"}, + {"symbol": "OAC", "baseurl" : "https://etherscan.io/token/0x30589d7c60490c72c2452a04f4d1a95653ba056f?a={ADDRESS}"}, + {"symbol": "LFC", "baseurl" : "https://etherscan.io/token/0x73468010efda36a42662f000fce2c2a4ef175097?a={ADDRESS}"}, + {"symbol": "SOC", "baseurl" : "https://etherscan.io/token/0x2d0e95bd4795d7ace0da3c0ff7b706a5970eb9d3?a={ADDRESS}"}, + {"symbol": "MESH", "baseurl" : "https://etherscan.io/token/0xcf9fbffec9e0e5bbc62e79bf1965f5db76955661?a={ADDRESS}"}, + {"symbol": "AUTU", "baseurl" : "https://etherscan.io/token/0x829aa8e3455d0d6f18ed46121a64268ca0782465?a={ADDRESS}"}, + {"symbol": "ZBC", "baseurl" : "https://etherscan.io/token/0x9443528ec80759098287a01c0856eb2cddbd19c2?a={ADDRESS}"}, + {"symbol": "MXC", "baseurl" : "https://etherscan.io/token/0x5ca381bbfb58f0092df149bd3d243b08b9a8386e?a={ADDRESS}"}, + {"symbol": "UNC", "baseurl" : "https://etherscan.io/token/0x4dcadd9adfd450c2ef997bb71888c2995e2d33a0?a={ADDRESS}"}, + {"symbol": "LOOIX", "baseurl" : "https://etherscan.io/token/0x56af6596f28d9e6f289521d31affdb95c412265e?a={ADDRESS}"}, + {"symbol": "GML", "baseurl" : "https://etherscan.io/token/0x8ba49452e12449240425de9895b1aa51f5f3b90d?a={ADDRESS}"}, + {"symbol": "EGT", "baseurl" : "https://etherscan.io/token/0xc5faadd1206ca91d9f8dd015b3498affad9a58bc?a={ADDRESS}"}, + {"symbol": "elcoin", "baseurl" : "https://etherscan.io/token/0x225bc3affc1da39bd3cb2100c74a41c62310d1e1?a={ADDRESS}"}, + {"symbol": "EUP", "baseurl" : "https://etherscan.io/token/0xe532a2a37b0707b4306b21b412d2e8c22f9824ec?a={ADDRESS}"}, + {"symbol": "XAMP", "baseurl" : "https://etherscan.io/token/0xf911a7ec46a2c6fa49193212fe4a2a9b95851c27?a={ADDRESS}"}, + {"symbol": "NC", "baseurl" : "https://etherscan.io/token/0x9e176ad338d72dda4b3434a2a9daa598b08fa5c5?a={ADDRESS}"}, + {"symbol": "XGG", "baseurl" : "https://etherscan.io/token/0xf6b6aa0ef0f5edc2c1c5d925477f97eaf66303e7?a={ADDRESS}"}, + {"symbol": "KCB", "baseurl" : "https://etherscan.io/token/0xe01dd5ee7dfbb48baf94b1c885faaa5bc6bbd70a?a={ADDRESS}"}, + {"symbol": "BxC", "baseurl" : "https://etherscan.io/token/0xdecf7be29f8832e9c2ddf0388c9778b8ba76af43?a={ADDRESS}"}, + {"symbol": "REV", "baseurl" : "https://etherscan.io/token/0x2ef52ed7de8c5ce03a4ef0efbe9b7450f2d7edc9?a={ADDRESS}"}, + {"symbol": "EER", "baseurl" : "https://etherscan.io/token/0x6ea53dfc58c5cbf68a799edd208cb3a905db5939?a={ADDRESS}"}, + {"symbol": "NBT", "baseurl" : "https://etherscan.io/token/0x3f9c0a5773817ffaa5a1061e1e33c1d9c8888dff?a={ADDRESS}"}, + {"symbol": "WB", "baseurl" : "https://etherscan.io/token/0xda2e0aa8f697db190c32034894cf9731f6619960?a={ADDRESS}"}, + {"symbol": "LBN", "baseurl" : "https://etherscan.io/token/0x48bd67ad140c9d10f94099c1cef7ab17d90ac335?a={ADDRESS}"}, + {"symbol": "TRST", "baseurl" : "https://etherscan.io/token/0xcb94be6f13a1182e4a4b6140cb7bf2025d28e41b?a={ADDRESS}"}, + {"symbol": "3X", "baseurl" : "https://etherscan.io/token/0x25d0ca87c1cc4947f6ccbc01ea50ea7a969bf065?a={ADDRESS}"}, + {"symbol": "VT", "baseurl" : "https://etherscan.io/token/0x7a173fbb00c036b291d4db78ef62d99577e65ea9?a={ADDRESS}"}, + {"symbol": "EQL", "baseurl" : "https://etherscan.io/token/0x47dd62d4d075dead71d0e00299fc56a2d747bebb?a={ADDRESS}"}, + {"symbol": "FFF", "baseurl" : "https://etherscan.io/token/0x15a2e71af2d923376603fdf1dfbbaa836e288ef1?a={ADDRESS}"}, + {"symbol": "cV", "baseurl" : "https://etherscan.io/token/0xda6cb58a0d0c01610a29c5a65c303e13e885887c?a={ADDRESS}"}, + {"symbol": "PASS", "baseurl" : "https://etherscan.io/token/0xee4458e052b533b1aabd493b5f8c4d85d7b263dc?a={ADDRESS}"}, + {"symbol": "GFN", "baseurl" : "https://etherscan.io/token/0x3930e4ddb4d24ef2f4cb54c1f009a3694b708428?a={ADDRESS}"}, + {"symbol": "PRO", "baseurl" : "https://etherscan.io/token/0x226bb599a12c826476e3a771454697ea52e9e220?a={ADDRESS}"}, + {"symbol": "PTV", "baseurl" : "https://etherscan.io/token/0x594204d20980c84c2623ed0f4297e4396e6fbd17?a={ADDRESS}"}, + {"symbol": "EDU", "baseurl" : "https://etherscan.io/token/0xf263292e14d9d8ecd55b58dad1f1df825a874b7c?a={ADDRESS}"}, + {"symbol": "SFU", "baseurl" : "https://etherscan.io/token/0x5b135d7e2774c801a73208f258123d7623e07784?a={ADDRESS}"}, + {"symbol": "HBZ", "baseurl" : "https://etherscan.io/token/0xe34e1944e776f39b9252790a0527ebda647ae668?a={ADDRESS}"}, + {"symbol": "CEEK", "baseurl" : "https://etherscan.io/token/0xb056c38f6b7dc4064367403e26424cd2c60655e1?a={ADDRESS}"}, + {"symbol": "CELR", "baseurl" : "https://etherscan.io/token/0x4f9254c83eb525f9fcf346490bbb3ed28a81c667?a={ADDRESS}"}, + {"symbol": "BLT", "baseurl" : "https://etherscan.io/token/0x107c4504cd79c5d2696ea0030a8dd4e92601b82e?a={ADDRESS}"}, + {"symbol": "EDR", "baseurl" : "https://etherscan.io/token/0xc528c28fec0a90c083328bc45f587ee215760a0f?a={ADDRESS}"}, + {"symbol": "IBIT", "baseurl" : "https://etherscan.io/token/0xc398891b43f1b91158dca87c63a88b80d000c248?a={ADDRESS}"}, + {"symbol": "UFAC", "baseurl" : "https://etherscan.io/token/0x0ff69c20206d644331e6b6ca5262eeb8d6ccf7af?a={ADDRESS}"}, + {"symbol": "CTT", "baseurl" : "https://etherscan.io/token/0xf0ddd41ac68b71ecbad395aa6240c41c5b55c749?a={ADDRESS}"}, + {"symbol": "VPP", "baseurl" : "https://etherscan.io/token/0x4d2c05109a1309c6de0d3b7f06f397c9c41b8fae?a={ADDRESS}"}, + {"symbol": "BUX", "baseurl" : "https://etherscan.io/token/0x12d79c345cac7b050a5ff0797b5a607e254c73f5?a={ADDRESS}"}, + {"symbol": "EET", "baseurl" : "https://etherscan.io/token/0x0deecb13f4e801bdbf2721875756d44b207ca580?a={ADDRESS}"}, + {"symbol": "COCC", "baseurl" : "https://etherscan.io/token/0x7537aef853f63f114e6152956faf26488c08cc84?a={ADDRESS}"}, + {"symbol": "yTUSD", "baseurl" : "https://etherscan.io/token/0x73a052500105205d34daf004eab301916da8190f?a={ADDRESS}"}, + {"symbol": "BORA", "baseurl" : "https://etherscan.io/token/0x26fb86579e371c7aedc461b2ddef0a8628c93d3b?a={ADDRESS}"}, + {"symbol": "DAT", "baseurl" : "https://etherscan.io/token/0x81c9151de0c8bafcd325a57e3db5a5df1cebf79c?a={ADDRESS}"}, + {"symbol": "TRIO", "baseurl" : "https://etherscan.io/token/0x8b40761142b9aa6dc8964e61d0585995425c3d94?a={ADDRESS}"}, + {"symbol": "BEY", "baseurl" : "https://etherscan.io/token/0x66e5dbc7fece1d31eb60af8cfa0563ec0d1a81bd?a={ADDRESS}"}, + {"symbol": "WOR", "baseurl" : "https://etherscan.io/token/0x51e7359d008a85a021da36370d78b594079a67b1?a={ADDRESS}"}, + {"symbol": "GOMO", "baseurl" : "https://etherscan.io/token/0x28152e02be1e8af3bec836d434798aec1143d7ee?a={ADDRESS}"}, + {"symbol": "AUC", "baseurl" : "https://etherscan.io/token/0xc12d099be31567add4e4e4d0d45691c3f58f5663?a={ADDRESS}"}, + {"symbol": "GUP", "baseurl" : "https://etherscan.io/token/0xf7b098298f7c69fc14610bf71d5e02c60792894c?a={ADDRESS}"}, + {"symbol": "OF", "baseurl" : "https://etherscan.io/token/0xdc30a5baf62f3ce8d7e74a272bc139fbb7a0cab4?a={ADDRESS}"}, + {"symbol": "EVN", "baseurl" : "https://etherscan.io/token/0xd780ae2bf04cd96e577d3d014762f831d97129d0?a={ADDRESS}"}, + {"symbol": "REMI", "baseurl" : "https://etherscan.io/token/0x13cb85823f78cff38f0b0e90d3e975b8cb3aad64?a={ADDRESS}"}, + {"symbol": "CPC", "baseurl" : "https://etherscan.io/token/0xfae4ee59cdd86e3be9e8b90b53aa866327d7c090?a={ADDRESS}"}, + {"symbol": "UNI-V2", "baseurl" : "https://etherscan.io/token/0xb4e16d0168e52d35cacd2c6185b44281ec28c9dc?a={ADDRESS}"}, + {"symbol": "TRCT", "baseurl" : "https://etherscan.io/token/0x30cecb5461a449a90081f5a5f55db4e048397bab?a={ADDRESS}"}, + {"symbol": "BKBT", "baseurl" : "https://etherscan.io/token/0x6a27348483d59150ae76ef4c0f3622a78b0ca698?a={ADDRESS}"}, + {"symbol": "ESH", "baseurl" : "https://etherscan.io/token/0xd6a55c63865affd67e2fb9f284f87b7a9e5ff3bd?a={ADDRESS}"}, + {"symbol": "bkex.com", "baseurl" : "https://etherscan.io/token/0xba5f00a28f732f23ba946c594716496ebdc9aef5?a={ADDRESS}"}, + {"symbol": "UBC", "baseurl" : "https://etherscan.io/token/0x2d3e7d4870a51b918919e7b851fe19983e4c38d5?a={ADDRESS}"}, + {"symbol": "HUR", "baseurl" : "https://etherscan.io/token/0xcdb7ecfd3403eef3882c65b761ef9b5054890a47?a={ADDRESS}"}, + {"symbol": "EM", "baseurl" : "https://etherscan.io/token/0x35b08722aa26be119c1608029ccbc976ac5c1082?a={ADDRESS}"}, + {"symbol": "MAC", "baseurl" : "https://etherscan.io/token/0x9cfed76501ac8cf181a9d9fead5af25e2c901959?a={ADDRESS}"}, + {"symbol": "SAC", "baseurl" : "https://etherscan.io/token/0xabc1280a0187a2020cc675437aed400185f86db6?a={ADDRESS}"}, + {"symbol": "GTG", "baseurl" : "https://etherscan.io/token/0x66b279a074faa84e2a29b9a6997dc2957044c486?a={ADDRESS}"}, + {"symbol": "STPT", "baseurl" : "https://etherscan.io/token/0xde7d85157d9714eadf595045cc12ca4a5f3e2adb?a={ADDRESS}"}, + {"symbol": "MOD", "baseurl" : "https://etherscan.io/token/0x957c30ab0426e0c93cd8241e2c60392d08c6ac8e?a={ADDRESS}"}, + {"symbol": "MOB", "baseurl" : "https://etherscan.io/token/0xbe59434473c50021b30686b6d34cdd0b1b4f6198?a={ADDRESS}"}, + {"symbol": "USE", "baseurl" : "https://etherscan.io/token/0xd9485499499d66b175cf5ed54c0a19f1a6bcb61a?a={ADDRESS}"}, + {"symbol": "TEB", "baseurl" : "https://etherscan.io/token/0x254ef3fcae7b468e5ae36d55d9ebb1c5dff21e64?a={ADDRESS}"}, + {"symbol": "PAXG", "baseurl" : "https://etherscan.io/token/0x45804880de22913dafe09f4980848ece6ecbaf78?a={ADDRESS}"}, + {"symbol": "betbeb.com", "baseurl" : "https://etherscan.io/token/0xc30951ff31c04a47b26ce496b0510a3b2d709e92?a={ADDRESS}"}, + {"symbol": "AMN", "baseurl" : "https://etherscan.io/token/0x737f98ac8ca59f2c68ad658e3c3d8c8963e40a4c?a={ADDRESS}"}, + {"symbol": "RVC", "baseurl" : "https://etherscan.io/token/0x4f2c4dffa2f1b0c8695057d3a66b8e1a462f5834?a={ADDRESS}"}, + {"symbol": "BTE", "baseurl" : "https://etherscan.io/token/0x6733d909e10ddedb8d6181b213de32a30ceac7ed?a={ADDRESS}"}, + {"symbol": "BCAC", "baseurl" : "https://etherscan.io/token/0x2ad8529da0488a7c2a1af1e22d1902f7ad2943eb?a={ADDRESS}"}, + {"symbol": "LUCKY", "baseurl" : "https://etherscan.io/token/0xe478d4f4a87d4d641af97ca0b5cc3db61e266357?a={ADDRESS}"}, + {"symbol": "¢", "baseurl" : "https://etherscan.io/token/0xa33e729bf4fdeb868b534e1f20523463d9c46bee?a={ADDRESS}"}, + {"symbol": "VPC", "baseurl" : "https://etherscan.io/token/0x28c69cd429f785954ae4b0263db4d9871c033ca7?a={ADDRESS}"}, + {"symbol": "LAC", "baseurl" : "https://etherscan.io/token/0xbf83c5368b56d8408858d06f1bce15c1261fbe8f?a={ADDRESS}"}, + {"symbol": "DPY", "baseurl" : "https://etherscan.io/token/0x6c2adc2073994fb2ccc5032cc2906fa221e9b391?a={ADDRESS}"}, + {"symbol": "TP", "baseurl" : "https://etherscan.io/token/0xc8422a8a386eb49ecbf060198938df163c188406?a={ADDRESS}"}, + {"symbol": "FXP", "baseurl" : "https://etherscan.io/token/0x14ddda446688b73161aa1382f4e4343353af6fc8?a={ADDRESS}"}, + {"symbol": "MOC", "baseurl" : "https://etherscan.io/token/0x865ec58b06bf6305b886793aa20a2da31d034e68?a={ADDRESS}"}, + {"symbol": "LEXT", "baseurl" : "https://etherscan.io/token/0xd6c523854f08759df65fd335c80a5609e2a28d5f?a={ADDRESS}"}, +] diff --git a/config/explorers.json b/config/explorers.json new file mode 100644 index 0000000..29f6975 --- /dev/null +++ b/config/explorers.json @@ -0,0 +1,25 @@ +[ + {"symbol": "ADA", "baseurl" : "https://explorer.cardano.org/en/address?address={ADDRESS}"}, + {"symbol": "BCH", "baseurl" : "https://blockchair.com/bitcoin-cash/address/{ADDRESS}"}, + {"symbol": "BSV", "baseurl" : "https://bchsvexplorer.com/address/{ADDRESS}"}, + {"symbol": "BTC", "baseurl" : "https://blockchair.com/bitcoin/address/{ADDRESS}"}, + {"symbol": "DASH", "baseurl" : "https://chainz.cryptoid.info/dash/address.dws?{ADDRESS}"}, + {"symbol": "DGB", "baseurl" : "https://digiexplorer.info/address/{ADDRESS}"}, + {"symbol": "DOGE", "baseurl" : "https://dogechain.info/address/{ADDRESS}"}, + {"symbol": "DOT", "baseurl" : "https://polkadot.subscan.io/account/{ADDRESS}"}, + {"symbol": "EOS", "baseurl" : "https://bloks.io/account/{ADDRESS}"}, + {"symbol": "ETH", "baseurl" : "https://etherscan.io/address/{ADDRESS}"}, + {"symbol": "GAS", "baseurl" : "https://neoscan.io/address/{ADDRESS}"}, + {"symbol": "LTC", "baseurl" : "https://chainz.cryptoid.info/ltc/address.dws?{ADDRESS}.htm"}, + {"symbol": "MIOTA", "baseurl" : "https://thetangle.org/address/{ADDRESS}"}, + {"symbol": "NEO", "baseurl" : "https://neoscan.io/address/{ADDRESS}"}, + {"symbol": "PIVX", "baseurl" : "https://chainz.cryptoid.info/pivx/address.dws?{ADDRESS}"}, + {"symbol": "QTUM", "baseurl" : "https://explorer.qtum.org/address/{ADDRESS}"}, + {"symbol": "SLR", "baseurl" : "https://chainz.cryptoid.info/slr/address.dws?{ADDRESS}.htm"}, + {"symbol": "THETA", "baseurl" : "https://explorer.thetatoken.org/account/{ADDRESS}"}, + {"symbol": "TRX", "baseurl" : "https://tronscan.org/#/address/{ADDRESS}"}, + {"symbol": "TRX", "baseurl" : "https://tronscan.org/#/transaction/{ADDRESS}"}, + {"symbol": "XEM", "baseurl" : "https://explorer.nemtool.com/#/s_account?account={ADDRESS}"}, + {"symbol": "XLM", "baseurl" : "https://stellar.expert/explorer/public/account/{ADDRESS}?order=desc"}, + {"symbol": "XRP", "baseurl" : "https://bithomp.com/explorer/{ADDRESS}"}, +] \ No newline at end of file diff --git a/images/access-web-content-check.png b/images/access-web-content-check.png new file mode 100644 index 0000000..bd1ee69 Binary files /dev/null and b/images/access-web-content-check.png differ diff --git a/images/crypto-balance-excel-sheet-example.png b/images/crypto-balance-excel-sheet-example.png new file mode 100644 index 0000000..2234ab5 Binary files /dev/null and b/images/crypto-balance-excel-sheet-example.png differ diff --git a/images/ignore-privacy-levels-check.png b/images/ignore-privacy-levels-check.png new file mode 100644 index 0000000..67ccdda Binary files /dev/null and b/images/ignore-privacy-levels-check.png differ diff --git a/queries/fees.m b/queries/fees.m new file mode 100644 index 0000000..0ce70a5 --- /dev/null +++ b/queries/fees.m @@ -0,0 +1,91 @@ +let + BTCApiurl = "https://bitcoinfees.earn.com/api/v1/fees/recommended", + BTCSource = Json.Document(Web.Contents(BTCApiurl)), + BTCConvertedToTable = Record.ToTable(BTCSource), + BTCReplacedFast = + Table.ReplaceValue( + BTCConvertedToTable, + "fastestFee", + "BTC Fast", + Replacer.ReplaceText, + {"Name"} + ), + BTCReplacedAverage = + Table.ReplaceValue( + BTCReplacedFast, + "halfHourFee", + "BTC Average", + Replacer.ReplaceText, + {"Name"} + ), + BTCFees = + Table.ReplaceValue( + BTCReplacedAverage, + "hourFee", + "BTC Slow", + Replacer.ReplaceText, + {"Name"} + ), + ETHApiUrl = + Text.Combine( + { + "https://data-api.defipulse.com/api/v1/egs/api/ethgasAPI.json?api-key=", + GetCellValue("CONFIG_API_ETHGAS") + } + ), + ETHSource = Json.Document(Web.Contents(ETHApiUrl)), + ConvertedToTable = Record.ToTable(ETHSource), + ReplacedFast = + Table.ReplaceValue( + ConvertedToTable, + "fast", + "ETH Fast", + Replacer.ReplaceValue, + {"Name"} + ), + ReplacedSlow = + Table.ReplaceValue( + ReplacedFast, + "safeLow", + "ETH Slow", + Replacer.ReplaceValue, + {"Name"} + ), + ReplacedAverage = + Table.ReplaceValue( + ReplacedSlow, + "average", + "ETH Average", + Replacer.ReplaceValue, + {"Name"} + ), + ETHFees = + Table.SelectRows( + ReplacedAverage, + each + [Name] + = "ETH Fast" + or [Name] + = "ETH Average" + or [Name] + = "ETH Slow" + ), + Fees = + Table.Combine( + { + BTCFees, + ETHFees + } + ), + Result = + Table.Sort( + Fees, + { + { + "Name", + Order.Ascending + } + } + ) +in + Result \ No newline at end of file diff --git a/queries/rates-cmc.m b/queries/rates-cmc.m new file mode 100644 index 0000000..c5e4626 --- /dev/null +++ b/queries/rates-cmc.m @@ -0,0 +1,140 @@ +let + ApiKey = GetCellValue("CONFIG_API_CMC"), + ApiUrl = + Text.Combine( + { + "https://pro-api.coinmarketcap.com/v1/cryptocurrency/listings/latest?CMC_PRO_API_KEY=", + ApiKey, + "&limit=1000" + } + ), + Source = + if ApiKey = "" then + Json.Document( + "{ + ""status"": { + ""timestamp"": ""2020-01-01T00:00:00.000Z"", + ""error_code"": 0, + ""error_message"": null, + ""elapsed"": 0, + ""credit_count"": 0, + ""notice"": null, + ""total_count"": 0 + }, + ""data"": [ + { + ""id"": 1, + ""name"": ""Bitcoin"", + ""symbol"": ""BTC"", + ""slug"": ""bitcoin"", + ""num_market_pairs"": 0, + ""date_added"": ""2013-04-28T00:00:00.000Z"", + ""tags"": [ + ""mineable"", + ""pow"", + ""sha-256"", + ""store-of-value"", + ""state-channels"" + ], + ""max_supply"": 21000000, + ""circulating_supply"": 18517281, + ""total_supply"": 18517281, + ""platform"": null, + ""cmc_rank"": 1, + ""last_updated"": ""2020-10-14T22:28:23.000Z"", + ""quote"": { + ""USD"": { + ""price"": 1.0, + ""volume_24h"": 0, + ""percent_change_1h"": 0, + ""percent_change_24h"": 0, + ""percent_change_7d"": 0, + ""market_cap"": 0, + ""last_updated"": ""2020-01-00T00:00:00.000Z"" + } + } + } + ] + }" + ) + else + Json.Document(Web.Contents(ApiUrl)), + ConvertedToTable = Record.ToTable(Source), + Value = ConvertedToTable{1}[Value], + ConvertedToTable1 = + Table.FromList( + Value, + Splitter.SplitByNothing(), + null, + null, + ExtraValues.Error + ), + ExpandedColumn1 = + Table.ExpandRecordColumn( + ConvertedToTable1, + "Column1", + { + "id", + "name", + "symbol", + "slug", + "num_market_pairs", + "date_added", + "tags", + "max_supply", + "circulating_supply", + "total_supply", + "platform", + "cmc_rank", + "last_updated", + "quote" + }, + { + "cmc.id", + "cmc.name", + "cmc.symbol", + "cmc.slug", + "cmc.num_market_pairs", + "cmc.date_added", + "cmc.tags", + "cmc.max_supply", + "cmc.circulating_supply", + "cmc.total_supply", + "cmc.platform", + "cmc.cmc_rank", + "cmc.last_updated", + "cmc.quote" + } + ), + ExpandedCmcQuote = + Table.ExpandRecordColumn( + ExpandedColumn1, + "cmc.quote", + {"USD"}, + {"cmc.quote.USD"} + ), + Result = + Table.ExpandRecordColumn( + ExpandedCmcQuote, + "cmc.quote.USD", + { + "price", + "volume_24h", + "percent_change_1h", + "percent_change_24h", + "percent_change_7d", + "market_cap", + "last_updated" + }, + { + "cmc.quote.USD.price", + "cmc.quote.USD.volume_24h", + "cmc.quote.USD.percent_change_1h", + "cmc.quote.USD.percent_change_24h", + "cmc.quote.USD.percent_change_7d", + "cmc.quote.USD.market_cap", + "cmc.quote.USD.last_updated" + } + ) +in + Result \ No newline at end of file diff --git a/queries/rates-fiat.m b/queries/rates-fiat.m new file mode 100644 index 0000000..1c0bb51 --- /dev/null +++ b/queries/rates-fiat.m @@ -0,0 +1,18 @@ +let + ApiKey = GetCellValue("CONFIG_API_FIAT"), + ApiUrl = + Text.Combine( + { + "https://openexchangerates.org/api/latest.json?app_id=", + ApiKey + } + ), + Source = + if ApiKey = "" then + Json.Document("{""rates"":{""USD"":1}}") + else + Json.Document(Web.Contents(ApiUrl)), + FiatRates = Source[rates], + Result = Record.ToTable(FiatRates) +in + Result \ No newline at end of file diff --git a/queries/read-config.m b/queries/read-config.m new file mode 100644 index 0000000..0e8f4a9 --- /dev/null +++ b/queries/read-config.m @@ -0,0 +1,30 @@ +let + Path = + Text.Combine( + { + GetCellValue("CONFIG_QUERYPATH"), + "\config\config.json" + } + ), + Source = Json.Document(Text.FromBinary(File.Contents(Path))), + ConvertedToTable = Record.ToTable(Source), + ExpandedValue = + Table.ExpandRecordColumn( + ConvertedToTable, + "Value", + { + "Value", + "Comment" + }, + { + "Value", + "Comment" + } + ), + Result = + Table.RemoveColumns( + ExpandedValue, + {"Comment"} + ) +in + Result \ No newline at end of file