CREATE TABLE IF NOT EXISTS `BlockchainEntity` (`uid` TEXT NOT NULL, `name` TEXT NOT NULL, `eip3091url` TEXT, PRIMARY KEY(`uid`));
CREATE TABLE IF NOT EXISTS `Coin` (`uid` TEXT NOT NULL, `name` TEXT NOT NULL, `code` TEXT NOT NULL, `marketCapRank` INTEGER, `coinGeckoId` TEXT, `image` TEXT, `priority` INTEGER NULL, PRIMARY KEY(`uid`));
CREATE TABLE IF NOT EXISTS `TokenEntity` (`coinUid` TEXT NOT NULL, `blockchainUid` TEXT NOT NULL, `type` TEXT NOT NULL, `decimals` INTEGER, `reference` TEXT NOT NULL, PRIMARY KEY(`coinUid`, `blockchainUid`, `type`, `reference`), FOREIGN KEY(`coinUid`) REFERENCES `Coin`(`uid`) ON UPDATE NO ACTION ON DELETE CASCADE , FOREIGN KEY(`blockchainUid`) REFERENCES `BlockchainEntity`(`uid`) ON UPDATE NO ACTION ON DELETE CASCADE )
INSERT OR REPLACE INTO BlockchainEntity VALUES('01coin','01coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('0cash','0cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('1337','Elite',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('2acoin','2ACoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('2x2','2X2',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('404','404',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('42-coin','42-coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('Bitcichain','Bitcichain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aarma-2','Aarma',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('abc-chain','ABC Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('acala','Acala',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('achain','Achain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('acoin','Acoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('actinium','Actinium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('adamant-messenger','ADAMANT Messenger',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('advanced-internet-block','Advanced Integrated Blocks',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aeon','Aeon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('afro','Afro',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('agenor','Agenor',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('agouti','Agouti',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('agricoin','Agricoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('agrinovuscoin','AgriNovusCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ahatoken','AhaToken',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aidos-kuneen','Aidos Kuneen',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aion','Aion',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aitra','AITRA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('akash-network','Akash Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('akroma','Akroma',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('alaya','Alaya',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aleo','ALEO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aleph-zero','Aleph Zero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('alexgo','ALEX Lab',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('algorand','Algorand',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('alibabacoin','ABBC',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('allive','Allive',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('alloy-project','Alloy Project',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('allsafe','AllSafe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('altcommunity-coin','ALTOM',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('altmarkets-coin','Altmarkets Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('amazonacoin','AmazonasCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('amoveo','Amoveo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('amz-coin','AMZ Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('analog','Analog',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('animecoin','Animecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('anon','ANON',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('anryton','Anryton',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('antimony','Antimony',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('antra','Antra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ao-computer','ao Computer',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aok','AOK',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aos','AOS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('apertum','Apertum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('apollo','Apollo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('appics','Appics',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('apr-coin','APR Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aptos','Aptos',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aquariuscoin','AquariusCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ar-io-network','AR.IO Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arbitrum-one','Arbitrum','https://arbiscan.io/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('arcticcoin','Advanced Technology Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ardor','Ardor',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('argocoin-2','Argocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arion','Arion',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arionum','Arionum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ark','Ark',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arkeo','ARKEO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arqma','ArQmA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arrow','Arrow',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('artax','ARTAX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('artbyte','ArtByte',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('artery','Artery',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arthera','Arthera',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('arweave','Arweave',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aryacoin','Aryacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ascension','Ascension',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aspire','Aspire',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('astar','Astar','https://astar.subscan.io/');
INSERT OR REPLACE INTO BlockchainEntity VALUES('atbcoin','ATBCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('atheios','Atheios',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('atheneum','Atheneum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('atlas-protocol','Atlas Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('atomone','AtomOne',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('atromg8','ATROMG8',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('audax','Audax',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('audiocoin','AudioCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('aurora','Aurora','https://explorer.mainnet.aurora.dev/');
INSERT OR REPLACE INTO BlockchainEntity VALUES('auroracoin','Auroracoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('autonomys-network','Autonomys Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('auxilium','Auxilium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('avalanche','Avalanche','https://snowtrace.io/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('axe','Axe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('axel','AXEL',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('azus','Azus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('b2bcoin-2','B2Bcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('babacoin','Babacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('babylon','Babylon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('backpacker-coin','BackPacker Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ball-coin','BALL Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ballotbox','Ballotbox',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bantu','Bantu',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bare','BARE',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('base','Base','https://basescan.org/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('bata','Bata',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bbscoin','BBSCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('beacon','Beacon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('beam','Beam',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bean-cash','Bean Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('beenode','Beenode',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('beldex','Beldex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bellcoin','Bellcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bellscoin','Bellscoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('belrium','Belrium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('berachain-bera','Berachain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('betller-coin','Betller Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('betxoin','Betxoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('beyondcoin','Beyondcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bficoin','Bficoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bfusd','BFUSD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('biblepay','BiblePay',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bigbang-core','BigBang Core',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bigdata-cash','BigdataCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('binance-smart-chain','BNB Smart Chain','https://bscscan.com/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('binancecoin','BNB Beacon Chain','https://explorer.binance.org/asset/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('binanceidr','BIDR',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('binarium','Binarium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('binjit-coin','Binjit Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('birake','Birake',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bit-ecological-digital','Bit Ecological Digital',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitbar','Bitbar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitblocks-project','BitBlocks',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcanna','BitCanna',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcash','BitCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcicoin','Bitcicoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcloud','Bitcloud',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitclout','Decentralized Social',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin','Bitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-2','Bitcoin 2',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-adult','Bitcoin Adult',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-atom','Bitcoin Atom',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-cash','Simple Ledger Protocol (Bitcoin Cash)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-cash-sv','Bitcoin SV',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-confidential','Bitcoin Confidential',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-cure','Byron',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-diamond','Bitcoin Diamond',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-final','Bitcoin Final',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-god','Bitcoin God',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-gold','Bitcoin Gold',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-green','Bitcoin Green',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-hd','Bitcoin HD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-hot','Bitcoin Hot',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-instant','Bitcoin Instant',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-latinum','Bitcoin Latinum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-lightning','Block-Logic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-plus','Bitcoin Plus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-private','Bitcoin Private',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-scrypt','Bitcoin Scrypt',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-stash','Bitcoin Stash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-subsidium','Bitcoin Subsidium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-token','BitcoinToken',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-trust','Bitcoin Trust',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-ultra','BitcoinUltra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoin-vault','Bitcoin Vault',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinbam','BitcoinBam',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinmoney','BitcoinMoney',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinmono','BitcoinMono',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinstaking','BitcoinStaking',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinv','BitcoinV',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinx','BitcoinX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinx-2','BitcoinXGames',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcoinz','BitcoinZ',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitconnect','Bitconnect',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitconnectx-genesis','BCCXGenesis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcore','BitCore',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitcrex-coin','Bitcrex Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitfinity-network','Bitfinity Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitflowers','bitFlowers',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitgem','Bitgem',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitgert','Bitgert Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitgesell','Bitgesell',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bithostcoin','BitHostCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitica-coin','BITICA COIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitkub-coin','Bitkub Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitmark','Bitmark',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitmoney','BitMoney',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitshares','BitShares',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitstake','BitStake',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitsum','Matka',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitswift','Bitswift',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bittensor','Bittensor',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bittokens','BitTokens',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bittube','BitTube',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitvote','Bitvote',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitweb','Bitweb',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitwhite','BitWhite',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitwin24','Bitwin24',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bityuan','Bityuan',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitz','bitz',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bitzeny','BitZeny',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bixb-coin','BixB Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bizauto','BizAuto',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('blackcoin','BlackCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('blast','Blast',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bloc-money','Bloc.Money',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('blockchain-of-hash-power','Blockchain of Hash Power',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('blockidcoin','Blockidcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('blocknet','Blocknet',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('blockstack','Stacks',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('blockstamp','BlockStamp',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bluecoin','Bluecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bluefin','Bluefin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bnb-beacon-chain','BNB Beacon Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('boba','Boba Network','https://bobascan.com/');
INSERT OR REPLACE INTO BlockchainEntity VALUES('bolivarcoin','Bolivarcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bonorum-coin','Bonorum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bontecoin','Bontecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bouncebit','BounceBit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bowscoin','BowsCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bring','Noir',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bsha3','BSHA3',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('btf','Bitcoin Faith',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bullion','Bullion',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bunnycoin','Bunnycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('buysell','BuySell',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('buyucoin-token','BuyUCoin Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bytecoin','Bytecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bytz','BYTZ',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('bzedge','BZEdge',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('caica-coin','CAICA Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('calamari-network','Calamari Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('californium','Californium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('callisto','Callisto',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('caluracoin','CaluraCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cannabiscoin','CannabisCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('canto','Canto',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('capital-x-cell','CAPITAL X CELL',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('carboncoin','Carboncoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cardano','Cardano',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cash2','Cash2',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cashhand','Cashhand',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('casinocoin','Casinocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('casper-network','Casper Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('catcoin','Catcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('catocoin','CatoCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('catscoin','Catscoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('celestia','Celestia',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('celo','Celo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('centrifuge','Centrifuge',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('centurion','Centurion',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cerium','Cerium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('certik','CertiK',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('certurium','Certurium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('chaincoin','Chaincoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('chesscoin-0-32','ChessCoin 0.32%',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('chia','Chia',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('chiliz','Chiliz',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('chimaera','XAYA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('chives-coin','Chives Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('circleswap','CircleSwap',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cirquity','Cirquity',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cirrus','Cirrus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('citadel','Citadel',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('city-coin','City Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('clams','Clams',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('classicbitcoin','ClassicBitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('classzz','ClassZZ',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cloakcoin','Cloakcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('coalculus','Coalculus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('codex','Codex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('coin4trade','Coin4Trade',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('coinbase-stock','Coinbase Tokenized Stock on FTX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('coinbase-stock-bittrex','Coinbase Tokenized Stock on Bittrex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('collegicoin','Collegicoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('compound-coin','Compound Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('conceal','Conceal',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('concordium','Concordium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('conflux','Conflux',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('conflux-token','Conflux',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('constellation-labs','Constellation',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('coral-swap','Coral Swap',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('coredaoorg','Core',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cortex','Cortex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cosanta','Cosanta',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cosmos','Cosmos',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('counos-coin','Counos Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('counosx','CounosX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('counterparty','Counterparty',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cowry','COWRY',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('crave','Crave',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cream','Creamcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('credit','TerraCredit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('credits','CREDITS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('crevacoin','Crevacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cricket-foundation','Cricket Foundation',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('croat','CROAT',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cronos','Cronos','https://cronoscan.com/');
INSERT OR REPLACE INTO BlockchainEntity VALUES('crossfi-2','CrossFi',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('crowdclassic','CRowdCLassic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('crown','Crown',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('crypto-sports','Crypto Sports',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cryptocean','Cryptocean',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cryptoflow','Cryptoflow',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cryptokenz','Cryptokenz',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cryptonex','Cryptonex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cryptosaga','CryptoSaga',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cryptoverificationcoin','CryptoVerificationCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cts-coin','Crypto Trading Solutions Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cube','Cube',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cube-network','Cube Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('curecoin','Curecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('curvehash','CURVEHASH',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cutcoin','CUTcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cybex','Cybex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cypher-genesis-runes','CYPHER•GENESIS (Runes)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('cypherium','Cypherium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dagger','Dagger',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('daikicoin','Daikicoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('daobase','DAOBase',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dappercoin','DapperCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('daps-token','DAPS Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('darkpaycoin','DARK',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('darma-cash','Darma Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dascoin','GreenPower',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dash','Dash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dash-diamond','Dash Diamond',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('datahighway','DataHighway',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dcoin-token','Dcoin Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ddmcoin','DDMCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('decentrahub-coin','Decentrahub Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('decentralway','Decentralway',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('decimal','Decimal',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('decred','Decred',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('deepbrain-chain','DeepBrain Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('deeponion','DeepOnion',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('defi-kingdoms-blockchain','DFK Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('defibox','DefiBox',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('defichain','DeFiChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('defis','Defis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('defive','DeFive',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('delion','Delion',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('denarius','Denarius',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dequant','Dequant',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('deracoin','Deracoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dero','Dero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('deso','Decentralized Social',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('deutsche-emark','Deutsche eMark',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('devault','DeVault',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('deviantcoin','Deviant Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dexa-coin','DEXA COIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dextro','Dextro',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('diamond','Diamond',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('digi-dinar','Digi Dinar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('digibyte','DigiByte',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('digimoney','DigiMoney',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('digital-money-bits','Digital Money Bits',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('digitalcoin','Digitalcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('digitalnote','DigitalNote',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('digitalprice','DigitalPrice',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dimecoin','Dimecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('diminutive-coin','Diminutive Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dinastycoin','Dinastycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dinero','Dinero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dingocoin','Dingocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dipper-network','Dipper Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('divi','Divi',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dock','Dock',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('documentchain','Documentchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dogecash','DogeCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dogechain','Dogechain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dogecoin','Dogecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dogi','dogi',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dolr-ai','DOLR AI',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('donnie-finance','Donnie Finance',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('draken','Draken',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('drop-2','DROP',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dune','Dune',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dymension','Dymension',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dynamic','Dynamic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dynamo-coin','Dynamo Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('dynex','Dynex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('earnzcoin','EarnzCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('earthcoin','Earthcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eazypayza','EazyPayZa',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eboost','eBoost',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ecash','eCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ecc','ECC',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('echosoracoin','EchoSoraCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ecobit','Ecobit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ecochain','Ecochain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ecodollar','EcoDollar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('edc-blockchain','EDC Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('efin','eFIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('einsteinium','Einsteinium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('elastos','Elastos Smart Contract Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('electra','Electra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('electric-cash','Electric Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('electronero','Electronero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('electronero-pulse','Electronero Pulse',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('electroneum','Electroneum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('electronic-pk-chain','Electronic PK Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('electronicgulden','Electronic Gulden',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('elementrem','Elementrem',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('elrond','MultiversX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('elrond-erd-2','Elrond',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('elya','Elya',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('elys-network','Elys',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('emercoin','EmerCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('emogi-network','EMOGI Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('empow','Empow',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('emrals','Emrals',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('encocoinplus','Encocoinplus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('energi','Energi',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('energy-web-token','Energy Web Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('enq-enecuum','Enecuum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eos','EOS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eos-evm','EOS EVM',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eosforce','EOSForce',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('epic-cash','Epic Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('equitrader','EquiTrader',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ergo','Ergo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eros','Eros',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('escudonavacense','EscudoNavacense',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eska','Eska',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('espers','Espers',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eternal-oasis','Eternal Oasis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eth2-staking-by-poolx','Eth 2.0 Staking by Pool-X',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eth3s','ETH3S',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ethdown','ETHDOWN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ethereum','Ethereum','https://etherscan.io/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('ethereum-classic','Ethereum Classic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ethereum-pow-iou','EthereumPoW',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ethereumpow','EthereumPoW',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ethergem','EtherGem',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('etherinc','EtherInc',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('etherzero','Ether Zero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ethup','ETHUP',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('etitanium','eTitanium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('euno','EUNO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('eureka-coin','Eureka Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('europecoin','EuropeCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('evernode','Evernode',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('evil-coin','Evil Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('evmos','Evmos',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('evrice','Evrice',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('excelon','Excelon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('exchangecoin','ExchangeCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('exclusivecoin','ExclusiveCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('exosama','Exosama',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('exosama-network','Moonsama',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('expanse','Expanse',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('experience-chain','eXPerience Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('experiencecoin','ExperienceCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fact0rn','Fact0rn',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('factom','Factom',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fanaticos-cash','Fanáticos Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fandom-chain','Fandom Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fango','Fango',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fantasy-gold','Fantasy Gold',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fantom','Fantom','https://ftmscan.com/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('fashion-coin','Fashion Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fds','Fair Dollars',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('feathercoin','Feathercoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fedora-gold','Fedora Gold',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fedoracoin','Fedoracoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fibos','FIBOS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('filecash','Filecash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('filecoin','Filecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('filestar','FileStar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('findora','Findora',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fio-protocol','FIO Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fireants','FireAnts',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('five-balance','Fivebalance Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fixed-trade-coin','Fixed Trade Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('flare-networks','Flare',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('flits','Flits',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('florin','Florin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('flow','Flow',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('foincoin','Foin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('football-coin','Football Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('foxdcoin','Foxdcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fractal-bitcoin','Fractal Bitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('freecash','Freecash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('freicoin','Freicoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('french-digital-reserve','French Digital Reserve',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fruits','Fruits',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fuse','Fuse',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fusion-network','Fusion Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('futurescoin','FuturesCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('futurocoin','FuturoCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fuzzballs','FuzzBalls',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('fydcoin','FYDcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('g999','G999',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('galaxy-network','Galaxy Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('game-frag','Game-Frag',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('game7','Game7',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gapcoin','Gapcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gard-governance-token','GARD Governance Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gasp','gAsp',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gastrocoin','GastroCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gbrick','Gbrick',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gcn-coin','GCN Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('genesisx','GenesisX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('genix','Genix',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gentarium','Gentarium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('geocoin','Geocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('geysercoin','GeyserCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ghost-by-mcafee','Ghost',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gictrade','GICTrade',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gigecoin','GigEcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('giletjaunecoin','GiletJauneCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gizmo-imaginary-kitten-runes','GIZMO•IMAGINARY• KITTEN (Runes)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('glass-chain','Glass Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gleec-coin','Gleec Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('global-dollar','Global Dollar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('global-smart-asset','Global Smart Asset',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('globalboost','GlobalBoost-Y',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('globalchainz','GlobalChainZ',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('globalcoin','GlobalCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gnosis','Gnosis','https://gnosisscan.io/address/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('gobyte','GoByte',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gochain','GoChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gold-poker','Gold Poker',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gold-secured-currency','Gold Secured Currency',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('goldblocks','GoldBlocks',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('goldcoin','Goldcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('goldkash','GoldKash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('governance-zil','governance ZIL',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('graft-blockchain','Graft Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gram','OpenGram',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('graviocoin','Graviocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('greencoin','Greencoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('greenpay-coin','GreenPay Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gridcoin-research','Gridcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('grimm','Grimm',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('grin','Grin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('groestlcoin','Groestlcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('growthcoin','GrowthCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gsmcoin','GSMcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gstcoin','GSTCOIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gteth','GTETH',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('guapcoin','Guapcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gulden','Gulden',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('guncoin','Guncoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gunz','Gunz',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gusd','GUSD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('gxchain','GXChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hacash','Hacash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('halcyon','Halcyon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('halo-platform','Halo Platform',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('harmony','Harmony',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('harmony-shard-0','Harmony Shard 0','https://explorer.harmony.one/address/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('harmonycoin','HarmonyCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('haroldcoin','Haroldcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hash-2','Provenance Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hashgard','Hashgard',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hathor','Hathor',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('haven','Haven',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hawaii-coin','Hawaii Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hebeblock','Hebeblock',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hedera-hashgraph','Hedera Hashgraph',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('helio','Helio',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('helium','Helium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('helix','Helix',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('helleniccoin','HNC Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('help-the-homeless-coin','Help The Homeless Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('helpico','Helpico',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hempcoin-thc','Hempcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('heptafranc','HEPTAFRANC',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('herbcoin','HERBCOIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hertz-network','Hertz Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hicoin','HiCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hidden-coin','Hidden Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('high-performance-blockchain','High Performance Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hippo-protocol','Hippo Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hirevibes','HireVibes',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('historia','Historia',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hitcoin','Hitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hive','Hive',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hive_dollar','Hive Dollar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hodlcoin','HOdlcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hondaiscoin','HondaisCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hoo','Hoo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hoo-smart-chain','Hoo Smart Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hospital-coin','Hospital Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hotnow','HotNow',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('htmlcoin','HTMLCOIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('humanode','Humanode',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('huobi-token','Huobi ECO Chain Mainnet','https://hecoinfo.com/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('hupayx','HUPAYX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hush','Hush',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hycon','Hycon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hydra','Hydra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hydra-token','Hydraledger',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hymnode','Hymnode',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hyper-pay','Hyper Pay',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hyperbridge-2','Hyperbridge',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hyperexchange','HyperExchange',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hyperlauncher','Hyperlauncher',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('hyperstake','HyperStake',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('i0coin','I0Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ibank','iBank',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ibithub','iBitHub',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('icb-network','ICB Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('icolcoin','Icolcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('icon','ICON',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ignition','Ignition',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ilcoin','ILCOIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('imagecash','ImageCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('imagecoin','ImageCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('impleum','Impleum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('improved-bitcoin','Improved Bitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('incakoin','IncaKoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('incaswap','INCASWAP',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('incoin','InCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('index-chain','Index Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('infchain','InfChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('infinite-launch','Infinite Launch',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('infinite-ricks','Infinite Ricks',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('infinitecoin','Infinitecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('infinium','Infinium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('inflationcoin','InflationCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('influxcoin','Influxcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('initia','Initia',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('innova','Innova',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('insanecoin','INSaNe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('insights-network','INSTAR',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('integritee','Integritee',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('internet-computer','Internet Computer',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('intucoin','INTUCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('investdigital','InvestDigital',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('invoice-coin','Invoice Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iocoin','I/O Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ioex','ioeX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ionomy','Ionomy',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iostoken','IOST',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iota','IOTA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iotex','IoTeX','https://iotexscan.io/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('ipx-token','Tachyon Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iq-cash','IQ.cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iridium','Iridium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iris-network','IRISnet',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iron-fish','Iron Fish',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('islamic-coin','Islamic Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('italo','Italo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('iticoin','iTicoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ixcoin','Ixcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('jackpot','Jackpot',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('joulecoin','Joulecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('joys','JOYS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('jumbo-blockchain','Jumbo Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('junsonmingchancoin','Junsonmingchancoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kadena','Kadena',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kaia','Kaia',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kala','Kala',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('karbo','Karbo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kardiachain','KardiaChain','https://explorer.kardiachain.io/');
INSERT OR REPLACE INTO BlockchainEntity VALUES('karura','Karura',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kashhcoin','Kashhcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kaspa','Kaspa',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kava','Kava','https://www.mintscan.io/kava');
INSERT OR REPLACE INTO BlockchainEntity VALUES('kava-swap','Kava Swap',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kcash','Kcash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kemacoin','KemaCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kepler-network','Kepler Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kevacoin','Kevacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('keyco','Keyco',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kilo-shiba-inu','Kilo Shiba Inu',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kinesis-gold','Kinesis Gold',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kinesis-silver','Kinesis Silver',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('king-money','King Money',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kinto','Kinto',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('klay-token','Klaytn',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('klimatas','Klimatas',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kmushicoin','Kmushicoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('knoxfs','KnoxFS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kobocoin','Kobocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('komodo','Komodo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('konet','KONET',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('konjungate','KONJUNGATE',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('koto','Koto',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kucoin-community-chain','Kucoin Community Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kucoin-shares','KuCoin Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kujira','Kujira',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kulupu','Kulupu',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kurrent','Kurrent',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kusama','Kusama',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kyanite','Kyanite',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kyve-network','KYVE Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('kzcash','Kzcash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lagrange','Lagrange',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lamina1','Lamina1',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lanacoin','LanaCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('laos-network','LAOS Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('largo-coin','Largo Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lbry-credits','LBRY Credits',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('leafcoin','Leafcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('leasehold','Leasehold',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ledgis','Ledgis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lethean','Lethean',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('letitride','LetItRide',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('liber-coin','LIBER COIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('liberland-lld','Liberland LLD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('libonomy','Libonomy',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lightforge','Lightforge',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lightlink','LightLink',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lightning-bitcoin','Lightning Bitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lightningcoin','LightningCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lightstreams','Lightstreams Photon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lightyears','Lightyears',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('linda','Metrix Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('linea','Linea',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lingose','Lingose',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('link','LINK',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('liquid-staked-flow','Increment Staked FLOW',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lisk','Lisk',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litebar','LiteBar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litebitcoin','LiteBitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litecash','Litecash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litecoin','Litecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litecoin-cash','Litecoin Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litecoin-finance','Litecoin Finance',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litecoin-plus','Litecoin Plus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litecoin-ultra','LiteCoin Ultra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litecoinz','LitecoinZ',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('litedoge','LiteDoge',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('livenodes','Livenodes',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lobstex-coin','Lobstex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lucent','Lucent',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('luckchain','LuckChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('luckycoin','Luckycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lucy','LUCY',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lukso-token-2','LUKSO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lumia','Lumia',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lunarbits','Lunarbits',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lunes','Lunes',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('luxcoin','LUXCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lyfe','Lyfe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lynx','Lynx',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('lyra','Lyra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('machinecoin','Machinecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('magic-cube','Magic Cube Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('magic-internet-money-runes','MAGIC•INTERNET•MONEY (Runes)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('magpiecoin','MagpieCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mainnetz','MainnetZ',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('manateecoin','ManateeCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mango-network','Mango Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('manna','Manna',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('manta-pacific','Manta Pacific',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mantis-network','Mantis Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mantle','Mantle',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mao-zedong','Mao Zedong',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mapcoin','MapCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('marscoin','Marscoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('martexcoin','MarteXcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('martkist','Martkist',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('marxcoin','MarxCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('masari','Masari',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mass','MASS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('masterwin','MasterWin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('maxcoin','Maxcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('maxonrow','Maxonrow',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('maza','Maza',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mbitbooks','MBitBooks',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mchain','Mchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mcoin1','MCOIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mdex','Mdex',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mdu','MDUKEY',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('meconcash','Meconcash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('medibloc','Medibloc',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('medic-coin','Medic Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('megacoin','Megacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('megatech','Megatech',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('melonheadsprotocol','MelonHeadSProtocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('memetic','Memetic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mercury','Mercury',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('merebel','Merebel',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metacoin','Metacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metahash','#MetaHash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metal-music-coin','Metal Music Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metamui','MetaMUI',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metaverse-etp','Metaverse ETP',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metaverse-network-pioneer','Metaverse.Network Pioneer',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metaversex','MetaverseX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('meter','Meter',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('meter-stable','Meter Stable',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('metis-andromeda','Metis Andromeda',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('miamicoin','MiamiCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('microbitcoin','MicroBitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('microcoin','MicroCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('microvisionchain','MicrovisionChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('milk-alliance','MiL.k Alliance',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('milkomeda-cardano','Milkomeda (Cardano)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('milkyway-2','MilkyWay',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('millenniumclub','MillenniumClub Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mimblewimblecoin','MimbleWimbleCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mina-protocol','Mina Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mincoin','Mincoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mindcoin','MindCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mine-network','MINE Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('minergate-token','MinerGate Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mineum','Mineum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('minotari','MinoTari',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mintcoin','Mintcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mixin','Mixin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mixin-network','Mixin Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mktcash','Mktcash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mktcoin','MktCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mnpostree','MNPoSTree',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mobile-crypto-pay-coin','Mobile Crypto Pay Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mobilecoin','MobileCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mobit-global','Mobit Global',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mode','Mode',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mojocoin','Mojocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('moments','Moments Market',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('monacoin','MonaCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('monero','Monero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('monero-classic-xmc','Monero-Classic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('monerov','MoneroV',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('moneta','Moneta',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('monetaryunit','MonetaryUnit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('moneybyte','MoneyByte',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('monk','Monk',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('moonbeam','Moonbeam',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mooncoin','Mooncoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('moonriver','Moonriver','https://blockscout.moonriver.moonbeam.network/address/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('motacoin','MotaCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('motocoin','Motocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mouse','MouseMN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('mttcoin','MTTCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('myce','MYCE',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('myriadcoin','Myriad',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('naka-bodhi-token','Naka Bodhi Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('namada','Namada',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('namecoin','Namecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nano','Nano',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nasdacoin','Nasdacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nav-coin','Navcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('navibration','Navibration',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('near','Near',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('near-protocol','Near Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('neblio','Neblio',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('neetcoin','Neetcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nem','NEM',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('neo','NEO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('neon','Neon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nero-chain','NERO Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nerva','Nerva',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nervenetwork','NerveNetwork',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nervos-network','Nervos Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nestegg-coin','NestEgg Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('netbox-coin','Netbox Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('netcoin','Netcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('netm','Netm',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('neurai','Neurai',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('neutron-3','Neutron',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('new-bitshares','New BitShares',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('new-power-coin','New Power Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('newton-coin-project','Newton Coin Project',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('newton-project','Newton Project',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('newyorkcoin','NewYorkCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nexacoin','Nexa',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nexalt','Nexalt',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nexdax','NexDAX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nextdao','NextDAO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nextexchange','NEXT',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nexus','Nexus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ngin','Ngin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nibiru','Nibiru',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nigella-chain','Nigella Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nillion','Nillion',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nimiq-2','Nimiq',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('niobio-cash','Niobio',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('noble-dollar-usdn','Noble Dollar (USDN)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('noblecoin','NobleCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nockchain','Nockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nodestats','Nodestats',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nodetrade','Nodetrade',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('novacoin','Novacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('now-coin','Now Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('npccoin','NPCcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nuls','Nuls',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nusd-hotbit','nUSD (HotBit)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nxt','NXT',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nyerium','Nyerium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('nyzo','Nyzo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oasis','Oasis Emerald',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oasis-2','OASIS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oasis-network','Oasis Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oasys','Oasys',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('observer-coin','OBSERVER Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oc-protocol','OC Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('octaspace','OctaSpace',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('octocoin','Octocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oduwa-coin','Oduwa Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oec-token','OEC Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ohm-coin','Ohmcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oho-blockchain','OHO Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('okcash','OKCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('okex-chain','OKT Chain','https://www.oklink.com/oec/address/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('ombre','Ombre',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('omega','OMEGA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('omni','Omni',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('omni-network','Omni Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('omotenashicoin','OmotenashiCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('one-world-coin','One World Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('onomy-protocol','Onomy Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ontology','Ontology',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oort','OORT',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('opalcoin','Opalcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('openledger','OpenLedger',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('openledger-2','OpenLedger',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('optimistic-ethereum','Optimism','https://optimistic.etherscan.io/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('optio','Optio',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('oracolxor','Oracolxor',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('orao-network','ORAO Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('orbitcoin','Orbitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('orbyt-token','ORBYT Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('orderly-network','Orderly Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ordinals','ORDI',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('orient-walt','Orient Walt',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('original-crypto-coin','The Universal Settlement Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('orlycoin','Orlycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('osmiumcoin','OsmiumCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('osmosis','Osmosis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('otocash','OTOCASH',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ovato','Ovato',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('paccoin','PAC Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pakcoin','Pakcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pandacoin','Pandacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('parallelcoin','ParallelCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('parkcoin','Parkcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('particl','Particl',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('partisia-blockchain','Partisia Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pascalcoin','Pascal',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('paws-funds','Paws Funds',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pay-coin','Paycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('paycon-token','Paycon Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('paymastercoin','PayMasterCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('payment-coin','Payment Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pchain','Plian',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('peaq-2','peaq',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('peepcoin','Peepcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pengolincoin','PengolinCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('peony-coin','Peony Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pepecoin-network','Pepecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pepegold','PEPS Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('perkle','Perkle',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('persistence','Persistence',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('peseta-digital','Peseta Digital',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('petrachor','Petrachor',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('petrodollar','PetroDollar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('phicoin','Phicoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('philscurrency','Digiwage',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('phoenixcoin','Phoenixcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('phore','Phore',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pi-network','Pi Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('piasa','PIASA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('picasso','Picasso',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('picoin','PiCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pigeoncoin','Pigeoncoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pinkcoin','Pinkcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pirate-chain','Pirate Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('piratecash','PirateCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pivx','PIVX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('placeh','Placeholders',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('plasma','Plasma',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('platincoin','PlatinCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('platon-network','PlatON Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('playervsplayercoin','PlayerVsPlayerCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('plex','PLEX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('plug-chain','Plug Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pluracoin','PluraCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('plusonecoin','PlusOneCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('poa-network','POA Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('poc-blockchain','POC Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pocket-network','Pocket Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pocketcoin','Pocketcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pokerain','Pokerain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('polimec','Polimec',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('polis-chain','Polis Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('polkadot','Polkadot',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('polygon-pos','Polygon POS','https://polygonscan.com/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('polymesh','Polymesh',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ponzicoin','PonziCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('poolcoin','POOLCOIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pos-coin','POS Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('postcoin','PostCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('powerbalt','PowerBalt',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('prime-xi','Prime-XI',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('primecoin','Primecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('privcy','PRiVCY',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('prizm','Prizm',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('project-pai','Project Pai',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('project-x','Project-X',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('proshares-bitcoin-strategy-etf','ProShares Bitcoin Strategy ETF',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('proud-money','Proud Money',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('proxynode','ProxyNode',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pump-coin','Pump Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pundi-x-nem','Pundi X NEM',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('purple-butterfly-trading','Purple Butterfly Trading',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('putincoin','PutinCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('pyrk','Pyrk',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qlink','QLC Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qmcoin','QMCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qredit','Qredit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qtum','Qtum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('quai-network','Quai Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('quantis','Quantis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('quantum-resistant-ledger','Quantum Resistant Ledger',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('quark','Quark',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qubetics','Qubetics',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qubic-network','Qubic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qubitcoin-2','Qubitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('quebecoin','Quebecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('quotient','Quotient',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('qwertycoin','Qwertycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('radiant','Radiant',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('radium','Validity',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('radix','Radix',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rapids','Rapids',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('raptoreum','Raptoreum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ratecoin','Ratecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('raven-dark','Raven Dark',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ravencoin','Ravencoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ravencoin-classic','Ravencoin Classic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('reactive-network','Reactive Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rebel-cars','Rebel Cars',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('recovery-right-token','Recovery Right Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('redbelly-network-token','Redbelly Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('redbux','RedBUX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('reddcoin','Reddcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('reecoin','ReeCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rei-network','REI Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rekt-4','Rekt',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('remita-coin','Remita Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('renec','RENEC',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('renrenbit','Renrenbit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('resolv','Resolv',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ride-my-car','Ride My Car',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('riecoin','Riecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rilcoin','Rilcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ripple','XRP',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ripple-alpha','Ripple Alpha',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rise','Rise',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rito','Rito',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rizon','Rizon',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('road','ROAD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('robbocoach','RobboCoach',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rock-n-rain-coin','Rock N Rain Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rocket-fund','Rocket Fund',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ronin','Ronin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ronpaulcoin','RonPaulCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rootstock','Rootstock RSK',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rowan-coin','Rowan Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('roxe','Roxe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rupee','Rupee',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('russell-coin','RussellCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('rutheneum','Rutheneum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ryo','Ryo Currency',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safcoin','SafCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safe-coin','Safe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safe-coin-2','SafeCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safe-deal','SafeDeal',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safe-seafood-coin','Safe SeaFood Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safecapital','SafeCapital',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safeinsure','SafeInsure',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('safepe','SafePe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sakura','Sakura',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('salus','SaluS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sandego','SanDeGo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sapphire','Sapphire',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('satori-network','Satori Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('schillingcoin','Schilling-Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('scholarship-coin','Scholarship Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('scolcoin','Scolcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('scootercoin','ScooterCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('scribe','Scribe',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('scriv','SCRIV',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('scrypta','Scrypta',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('seal-2','Seal',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('secret','Secret',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('secure-cash','Secure Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('seda-2','SEDA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sei-network','Sei Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('self-chain','Self Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sexcoin','Sexcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shadow-token','Shadow Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shardeum','Shardeum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sharkcoin','Sharkcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shiden','Shiden Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shiden network','Shiden Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shield','SHIELD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shilling','Shilling',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shorty','Shorty',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('shrooms','Shrooms',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('siaclassic','SiaClassic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('siacoin','Siacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('siaprime-coin','ScPrime',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sibcoin','SIBCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sicash','SICash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sienna','Sienna',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('simple-masternode-coin','Simple Masternode Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('simplexchain','SimplexChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sixeleven','SixEleven',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sjwcoin','SJWCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('skycoin','Skycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('slimcoin','Slimcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('slothcoin','SlothCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('smartbch','SmartBCH',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('smartcash','SmartCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('smileycoin','Smileycoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('snowblossom','SnowBlossom',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('social-send','Social Send',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('soga-project','SOGA Project',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('solace-coin','Solace Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('solana','Solana','https://explorer.solana.com/address/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('solaris','Solaris',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('solayer-usd','Solayer sUSD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('solbit','SOLBIT',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('soldo','Soldo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('songbird','Songbird',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('songcoin','SongCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sonic-3','Sonic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sono','SONO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sonocoin','SonoCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('soon-2','SOON',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sora','Sora','https://sorascan.com/sora-mainnet/asset/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('sorachancoin','SorachanCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('source','Source',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('southxchange-coin','SouthXchange Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sovereign-coin','Sovereign Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('spacecoin','Spacecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('spacemesh','Spacemesh',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sparkle-coin','Sparkle Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sparks','SparksPay',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('spartancoin','SpartanCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('spectrecoin','Alias',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('spectresecuritycoin','SpectreSecurityCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sphere','Sphere',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('spice','Spice Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('spots','Spots',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sprint-coin','Sprint Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sproutsextreme','SproutsExtreme',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stakecube','Stakecube',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stakestone-berachain-vault-token','StakeStone Berachain Vault Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('starchain','StarChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('starcoin','Starcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('starknet','StarkNet',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('starname','Starname',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stealthcoin','Stealth',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('steem','Steem',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('steem-dollars','Steem Dollars',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stellar','Stellar','https://stellar.expert/explorer/public/asset/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('stellite','Scala',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('step-network','Step Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stipend','Stipend',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('story-2','Story',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stratis','Stratis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('strayacoin','Strayacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stride-staked-atom','Stride Staked Atom',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stride-staked-dydx','Stride Staked DYDX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stronghands','StrongHands',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('stronghands-masternode','StrongHands Masternode',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('subquery-network','SubQuery Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sucrecoin','Sucrecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sugarchain','Sugarchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sui','Sui',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sui-iou','Sui (IOU)',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('suiswap','Suiswap',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sumcoin','Sumcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('summer-point-token','Summer Point Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sumokoin','Sumokoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sundaeswap','SundaeSwap',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('super-zero','Sero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('super8','Super8',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('supercoin','SuperCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('supra','Supra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('suprenft','SupreNFT',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('suqa','SINOVATE',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('suvereno','Suvereno',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('swagbucks','SwagBucks',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('swamp-coin','Swamp Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('swan-chain','Swan Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('swap','Swap',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('swellchain','Swellchain','');
INSERT OR REPLACE INTO BlockchainEntity VALUES('swiftcash','SwiftCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('swing','Swing',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('swipp','Swipp',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('sx-network','SX Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('symbol','Symbol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('syscoin','Syscoin NEVM',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tagrcoin','TAGRcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tajcoin','TajCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('takamaka-green-coin','Takamaka Green Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('taker-protocol','Taker Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('taler','Taler',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tcy','TCY',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tekcoin','TEKcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('telos','Telos',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('telos-coin','Teloscoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('temtem','Temtum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tenup','Tenup',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tera-smart-money','TERA',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('terra','Terra Classic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('terra-2','Terra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('terra-luna','Terra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('terra-luna-2','Terra',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('terracoin','Terracoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('teslafunds','Transaction Service Fee',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('texitcoin','TEXITcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tezos','Tezos',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('the-champcoin','The ChampCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('the-coop-network','The Coop Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('the-forbidden-forest','The Forbidden Forest',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('the-open-network','The Open Network','https://tonviewer.com/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('thebigcoin','TheBigCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('thegcccoin','Global Cryptocurrency',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('theholyrogercoin','TheHolyRogerCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('themis','Themis Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('theo-short-duration-us-treasury-fund','Theo Short Duration US Treasury Fund',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('theta','Theta',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('theta-fuel','Theta Fuel',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('theta-token','Theta Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('thinkium','Thinkium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('thorchain','Thorchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('thought','Thought',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('thundercore','ThunderCore',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ti-value','Ti-Value',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tico','Tico',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tictalk','TicTalk',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tidecoin','Tidecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('timelockcoin','TimeLockCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('titan-coin','Titan Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('title-network','Bitcoin Clashic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tnc-coin','TNC Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tokyo','Tokyo Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tombchain','Tombchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tomochain','Viction','https://scan.tomochain.com/tokens/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('touriva','Touriva',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tptu','TPTU',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('treasure-sl','Treasure SL',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('treehouse','Treehouse',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('trezarcoin','TrezarCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('trinity','Trinity',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('triton','Equilibria',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('trittium','Trittium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('trollcoin','Trollcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tron','TRON','https://tronscan.org/#/token20/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('true-chain','TrueChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('trust-wallet-token','Trust Wallet Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tune','TUNE',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tune-token','TUNE TOKEN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('turtlecoin','TurtleCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tuxcoin','Tuxcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('twist','TWIST',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('tycoon-global','Tycoon Global',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('uca','UCA Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('uchain-2','UCHAIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ucoin','Ucoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ufocoin','Uniform Fiscal Object',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ulord','Ulord',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ultra-clear','Ultra Clear',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ultragate','Ultragate',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('unichain','Unichain','');
INSERT OR REPLACE INTO BlockchainEntity VALUES('unification','Unification',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('united-bitcoin','United Bitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('unitus','Unitus',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('universal-currency','Universal Currency',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('uniworld','UniWorld',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('unknown-fair-object','Unknown Fair Object',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('unobtanium','Unobtanium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('uplexa','uPlexa',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('uraniumx','UraniumX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('usd-sports','USD Sports',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('utip','uTip',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('utopia','Crypton',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('v-systems','V.SYSTEMS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('valuto','Valuto',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vana','Vana',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vankia-chain','Vankia Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vantaur','Vantaur',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vaperscoin','VapersCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vara-network','Vara Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vault','VAULT',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vaulta','Vaulta',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vcash','Vcash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vechain','VeChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('veco','Veco',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vectorium','Vectorium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('veggiecoin','VeggieCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('veil','VEIL',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('velas','Velas',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('veles','Veles',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('venom','Venom',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('venox','Venox',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('venture-mind-ai','VentureMind AI',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('verge','Verge',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vericoin','VeriCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('version','Version',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vertcoin','Vertcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('verus-coin','Verus Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vexanium','Vexanium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('viacoin','Viacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vidulum','Vidulum',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vindax-coin','VinDax Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vip-coin','Vip Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vipstarcoin','VIPSTARCOIN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('visio','Visio',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vite','Vite',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vollar','V-Dimension',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('voytek-bear-coin','BEAR Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vpncoin','VPNCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vsync','Vsync',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('vyvo-smart-chain','Vyvo Smart Chain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wab-network','BAW Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wadzcoin','WadzCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wanchain','Wanchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('warthog','Warthog',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('water-3','Waterfall',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('waves','Waves','https://wavesexplorer.com/');
INSERT OR REPLACE INTO BlockchainEntity VALUES('waves-community-token','Waves Community Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wavesgo','WavesGo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wax','WAX',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wayawolfcoin','WayaWolfCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('waykichain','WaykiChain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('waykichain-governance-coin','WaykiChain Governance Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wdash','wDASH',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('webchain','MintMe.com Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('webdollar','webdollar',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wechain-coin','WeChain Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('welups-blockchain','Welups Blockchain',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wemix-network','Wemix Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('whitebit','WhiteBIT Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('whitecoin','Whitecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('whive','Whive',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wild-beast-block','Wild Beast Block',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('witnet','Witnet',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wonderfi-tokenized-stock','WonderFi Tokenized Stock',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('woodcoin','Woodcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('worktips','Worktips',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('world-chain','World Chain','');
INSERT OR REPLACE INTO BlockchainEntity VALUES('worldcoin','WorldCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wownero','Wownero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('wxcoin','WXCOINS',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('x-cash','X-CASH',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('x-protocol','X Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('x42-protocol','X42 Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xbit','Xbit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xchainz','XChainZ',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xdai','Gnosis Chain','https://blockscout.com/xdai/mainnet/address/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('xdc-network','XDC Network',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xeleb-protocol','Xeleb Protocol',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xelis','Xelis',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xenios','Xenios',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xeonbit','Xeonbit',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xion-2','XION',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xl1','XL1',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xp','XP',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xrp','XRP Ledger',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xrpalike-gene','Xrpalike Gene',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xtendcash','XtendCash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xterio','Xterio',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xtrabytes','XTRABYTES',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xtrm','XTRM',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xtusd','XT Stablecoin XTUSD',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('xuez','Xuez Coin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('yacoin','YACoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('yadacoin','YadaCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('ycash','Ycash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('yenten','YENTEN',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('yocoin','Yocoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('yunex','YunEx Yun Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zaif-token','Zaif Token',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zano','Zano',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zarcash','Zarhexcash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zcash','Zcash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zclassic','Zclassic',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zcoin','Firo',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zcore','ZCore',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zealium','Zealium',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zeitcoin','Zeitcoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zelcash','Flux',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zenad','Zenad',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zencash','Horizen',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zenrock','Zenrock',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zent-cash','Zent Cash',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zenzo','ZENZO',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zero','Zero',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zerozed','Zerozed',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zetacoin','Zetacoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zik-token','Ziktalk',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zillioncoin','ZillionCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zilliqa','Zilliqa',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zkfair','ZKFair',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zksync','zkSync','https://era.zksync.network/token/$ref');
INSERT OR REPLACE INTO BlockchainEntity VALUES('zonecoin','Zonecoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zrcoin','ZrCoin',null);
INSERT OR REPLACE INTO BlockchainEntity VALUES('zumcoin','ZumCoin',null);
INSERT OR REPLACE INTO Coin VALUES('-5', '🟥🟩', '🟥🟩', 3507, '-5', 'https://assets.coingecko.com/coins/images/51826/large/newlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('-6', '"　"', '"　"', 3312, '-6', 'https://assets.coingecko.com/coins/images/52360/large/blank.png', 100);
INSERT OR REPLACE INTO Coin VALUES('01coin', '01coin', 'ZOC', null, null, 'https://assets.coingecko.com/coins/images/5720/large/F1nTlw9I_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('0chain', '0chain', 'ZCN', 5937, '0chain', 'https://assets.coingecko.com/coins/images/4934/large/200x200_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('0x', '0x', 'ZRX', 358, '0x', 'https://assets.coingecko.com/coins/images/863/large/0x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('0x0-ai-ai-smart-contract', '0x0.ai: AI Smart Contract', '0X0', 1861, '0x0-ai-ai-smart-contract', 'https://assets.coingecko.com/coins/images/28880/large/0x0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('0xdao', '0xDAO', 'OXD', null, null, 'https://assets.coingecko.com/coins/images/22888/large/rjks-OoT_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('0xgasless-2', '0xGasless', '0XGAS', 2526, '0xgasless-2', 'https://assets.coingecko.com/coins/images/33756/large/Main_LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('0xmonk', '0xMonk by Virtuals', 'MONK', 3879, '0xmonk', 'https://assets.coingecko.com/coins/images/53683/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('0xsim-by-virtuals', '0xsim by Virtuals', 'SAGE', 4046, '0xsim-by-virtuals', 'https://assets.coingecko.com/coins/images/53223/large/coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('0xy', '0xy', '0XY', 752, '0xy', 'https://assets.coingecko.com/coins/images/68838/large/%D0%A7%D0%B0%D1%82_%D1%82%D0%B3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('1-coin-can-change-your-life', '1 Coin Can Change Your Life', '1-COIN-CAN-CHANGE-YOUR-LIFE', 2637, '1-coin-can-change-your-life', 'https://assets.coingecko.com/coins/images/69844/large/1coinlogo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('1000x-by-virtuals', '1000x by Virtuals', '1000X', 2860, '1000x-by-virtuals', 'https://assets.coingecko.com/coins/images/53381/large/2025-08-10_20.22.14.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('1art', 'ArtWallet', '1ART', 7277, '1art', 'https://assets.coingecko.com/coins/images/19307/large/token_light_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('1ex', '1ex', '1EX', 11198, null, 'https://assets.coingecko.com/coins/images/34927/large/1ex_logo_200%D1%85200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('1guy', '1GUY', '1GUY', 1702, '1guy', 'https://assets.coingecko.com/coins/images/50551/large/logo-min.png', 100);
INSERT OR REPLACE INTO Coin VALUES('1inch', '1inch', '1INCH', 274, '1inch', 'https://assets.coingecko.com/coins/images/13469/large/1inch-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('1million-nfts', '1MillionNFTs', '1MIL', null, '1million-nfts', 'https://assets.coingecko.com/coins/images/14990/large/4kQ8hRnU_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('23-turtles', '23 Turtles', 'AI23T', 10377, '23-turtles', 'https://assets.coingecko.com/coins/images/54380/large/Asset_1_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('28vck', '28VCK', 'VCK', null, null, 'https://assets.coingecko.com/coins/images/20063/large/9435.png', 100);
INSERT OR REPLACE INTO Coin VALUES('2omb-finance', '2omb Finance', '2OMB', null, null, 'https://assets.coingecko.com/coins/images/22311/large/VKF8hjD0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('2share', '2SHARE', '2SHARES', null, null, 'https://assets.coingecko.com/coins/images/22313/large/VKF8hjD0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('300fit', '300FIT', 'FIT', null, null, 'https://assets.coingecko.com/coins/images/9690/large/6mkyI4Ss_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('360noscope420blazeit', '360noscope420blazeit', 'MLG', 2933, '360noscope420blazeit', 'https://assets.coingecko.com/coins/images/51079/large/MLGTICKERIMAGE2_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('4-2', '4', '4', 359, '4-2', 'https://assets.coingecko.com/coins/images/69728/large/4-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('401jk', '401jK', '401JK', 2813, '401jk', 'https://assets.coingecko.com/coins/images/68871/large/photo_2025-08-28_15-16-54.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('404-gen', '404—GEN', 'SN17', 1469, '404-gen', 'https://assets.coingecko.com/coins/images/66336/large/sn17.png', 100);
INSERT OR REPLACE INTO Coin VALUES('42-coin', '42-coin', '42', 3092, '42-coin', 'https://assets.coingecko.com/coins/images/1283/large/42-coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('4chan', '4Chan', '4CHAN', 2301, '4chan', 'https://assets.coingecko.com/coins/images/30124/large/4CHAN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('4everland', '4EVERLAND', '4EVER', 2803, '4everland', 'https://assets.coingecko.com/coins/images/52783/large/4everland.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('5ire', '5ire', '5IRE', 4993, '5ire', 'https://assets.coingecko.com/coins/images/25246/large/16919.png', 100);
INSERT OR REPLACE INTO Coin VALUES('67coin', '67COIN', '67', 4257, '67coin', 'https://assets.coingecko.com/coins/images/69049/large/gu9n3cil1grfhqigg92bfq73p2my.', 100);
INSERT OR REPLACE INTO Coin VALUES('717ai-by-virtuals', '717ai by Virtuals', 'WIRE', 2183, '717ai-by-virtuals', 'https://assets.coingecko.com/coins/images/53470/large/n1uSIHW0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('888-token', '888', '888', 4681, '888-token', 'https://assets.coingecko.com/coins/images/51363/large/Final_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('88mph', '88mph', 'MPH', 5648, '88mph', 'https://assets.coingecko.com/coins/images/13137/large/yfU-_Tcj_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('8pay', '8Pay', '8PAY', 7820, '8pay', 'https://assets.coingecko.com/coins/images/14667/large/8pay.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('_', '༼ つ ◕_◕ ༽つ', 'GIB', 2551, '_', 'https://assets.coingecko.com/coins/images/54238/large/gib-coingecko-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('a-hunters-dream', 'A Hunters Dream', 'CAW', 818, 'a-hunters-dream', 'https://assets.coingecko.com/coins/images/25130/large/x-Logo-color-10x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('a0x', 'A0x', 'A0X', 2700, 'a0x', 'https://assets.coingecko.com/coins/images/67753/large/ksvx43b6wzuizd92091qlauexzm0.', 100);
INSERT OR REPLACE INTO Coin VALUES('a3s', 'A3S', 'AA', 8114, null, 'https://assets.coingecko.com/coins/images/32133/large/A3S.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aaa-cat', 'aaa cat', 'AAA', 5206, 'aaa-cat', 'https://assets.coingecko.com/coins/images/50318/large/aaaCat_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aag-ventures', 'AAG', 'AAG', 6169, 'aag-ventures', 'https://assets.coingecko.com/coins/images/21382/large/aag-token-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aark-digital', 'Aark Digital', 'AARK', 2497, 'aark-digital', 'https://assets.coingecko.com/coins/images/37813/large/aark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aarma-2', 'Aarma', 'ARMA', 2221, null, 'https://assets.coingecko.com/coins/images/39429/large/aarma.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aave', 'Aave', 'AAVE', 46, 'aave', 'https://assets.coingecko.com/coins/images/12645/large/aave-token-round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-aave', 'Aave AAVE', 'AAAVE', null, 'aave-aave', 'https://assets.coingecko.com/coins/images/17248/large/amAAVE_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-bptbalweth', 'Aave AMM BptBALWETH', 'AAMMBPTBALWETH', null, 'aave-amm-bptbalweth', 'https://assets.coingecko.com/coins/images/17261/large/aAmmBptBALWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-bptwbtcweth', 'Aave AMM BptWBTCWETH', 'AAMMBPTWBTCWETH', null, 'aave-amm-bptwbtcweth', 'https://assets.coingecko.com/coins/images/17260/large/aAmmBptWBTCWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-dai', 'Aave AMM DAI', 'AAMMDAI', null, 'aave-amm-dai', 'https://assets.coingecko.com/coins/images/17197/large/aAMMDAI_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-uniaaveweth', 'Aave AMM UniAAVEWETH', 'AAMMUNIAAVEWETH', null, 'aave-amm-uniaaveweth', 'https://assets.coingecko.com/coins/images/17232/large/aAmmUniAAVEWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unibatweth', 'Aave AMM UniBATWETH', 'AAMMUNIBATWETH', null, 'aave-amm-unibatweth', 'https://assets.coingecko.com/coins/images/17217/large/aAmmUniBATWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unicrvweth', 'Aave AMM UniCRVWETH', 'AAMMUNICRVWETH', null, 'aave-amm-unicrvweth', 'https://assets.coingecko.com/coins/images/17220/large/aAmmUniCRVWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unidaiusdc', 'Aave AMM UniDAIUSDC', 'AAMMUNIDAIUSDC', null, 'aave-amm-unidaiusdc', 'https://assets.coingecko.com/coins/images/17218/large/aAmmUniDAIUSDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unidaiweth', 'Aave AMM UniDAIWETH', 'AAMMUNIDAIWETH', null, 'aave-amm-unidaiweth', 'https://assets.coingecko.com/coins/images/17230/large/aAmmUniDAIWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unilinkweth', 'Aave AMM UniLINKWETH', 'AAMMUNILINKWETH', null, 'aave-amm-unilinkweth', 'https://assets.coingecko.com/coins/images/17221/large/aAmmUniLINKWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unimkrweth', 'Aave AMM UniMKRWETH', 'AAMMUNIMKRWETH', null, 'aave-amm-unimkrweth', 'https://assets.coingecko.com/coins/images/17222/large/aAmmUniMKRWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unirenweth', 'Aave AMM UniRENWETH', 'AAMMUNIRENWETH', null, 'aave-amm-unirenweth', 'https://assets.coingecko.com/coins/images/17223/large/aAmmUniRENWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-unisnxweth', 'Aave AMM UniSNXWETH', 'AAMMUNISNXWETH', null, 'aave-amm-unisnxweth', 'https://assets.coingecko.com/coins/images/17224/large/aAmmUniSNXWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-uniuniweth', 'Aave AMM UniUNIWETH', 'AAMMUNIUNIWETH', null, 'aave-amm-uniuniweth', 'https://assets.coingecko.com/coins/images/17225/large/aAmmUniUNIWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-uniusdcweth', 'Aave AMM UniUSDCWETH', 'AAMMUNIUSDCWETH', null, 'aave-amm-uniusdcweth', 'https://assets.coingecko.com/coins/images/17219/large/aAmmUniUSDCWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-uniwbtcusdc', 'Aave AMM UniWBTCUSDC', 'AAMMUNIWBTCUSDC', null, 'aave-amm-uniwbtcusdc', 'https://assets.coingecko.com/coins/images/17255/large/aAmmUniWBTCUSDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-uniwbtcweth', 'Aave AMM UniWBTCWETH', 'AAMMUNIWBTCWETH', null, 'aave-amm-uniwbtcweth', 'https://assets.coingecko.com/coins/images/17231/large/aAmmUniWBTCWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-uniyfiweth', 'Aave AMM UniYFIWETH', 'AAMMUNIYFIWETH', null, 'aave-amm-uniyfiweth', 'https://assets.coingecko.com/coins/images/17258/large/aAmmUniYFIWETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-usdc', 'Aave AMM USDC', 'AAMMUSDC', null, 'aave-amm-usdc', 'https://assets.coingecko.com/coins/images/17226/large/aAMMUSDC_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-usdt', 'Aave AMM USDT', 'AAMMUSDT', null, 'aave-amm-usdt', 'https://assets.coingecko.com/coins/images/17200/large/aAMMUSDT_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-wbtc', 'Aave AMM WBTC', 'AAMMWBTC', null, 'aave-amm-wbtc', 'https://assets.coingecko.com/coins/images/17215/large/aAMMWBTC_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-amm-weth', 'Aave AMM WETH', 'AAMMWETH', null, 'aave-amm-weth', 'https://assets.coingecko.com/coins/images/17259/large/aAMMWETH_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-bal', 'Aave BAL', 'ABAL', null, 'aave-bal', 'https://assets.coingecko.com/coins/images/17242/large/aBAL_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-balancer-pool-token', 'Aave Balancer Pool Token', 'ABPT', null, 'aave-balancer-pool-token', 'https://assets.coingecko.com/coins/images/16788/large/ABPT_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-bat', 'Aave BAT', 'ABAT', null, 'aave-bat', 'https://assets.coingecko.com/coins/images/14246/large/aBAT.1fe436f7_-_Copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-bat-v1', 'Aave BAT v1', 'ABAT', null, 'aave-bat-v1', 'https://assets.coingecko.com/coins/images/11726/large/aBAT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-busd', 'Aave BUSD', 'ABUSD', null, 'aave-busd', 'https://assets.coingecko.com/coins/images/14245/large/aBUSD.346a65d7_-_Copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-busd-v1', 'Aave BUSD v1', 'ABUSD', null, 'aave-busd-v1', 'https://assets.coingecko.com/coins/images/11736/large/aBUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-crv', 'Aave CRV', 'ACRV', null, 'aave-crv', 'https://assets.coingecko.com/coins/images/17250/large/aCRV_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-dai', 'Aave DAI', 'ADAI', null, 'aave-dai', 'https://assets.coingecko.com/coins/images/14242/large/aDAI.84b6c41f.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-dai-v1', 'Aave DAI v1', 'ADAI', null, 'aave-dai-v1', 'https://assets.coingecko.com/coins/images/10843/large/aDAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-enj', 'Aave ENJ', 'AENJ', null, 'aave-enj', 'https://assets.coingecko.com/coins/images/14251/large/aENJ.ed76293b.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-enj-v1', 'Aave ENJ v1', 'AENJ', null, 'aave-enj-v1', 'https://assets.coingecko.com/coins/images/12484/large/aENJ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-eth-v1', 'Aave ETH v1', 'AETH', null, 'aave-eth-v1', null, 100);
INSERT OR REPLACE INTO Coin VALUES('aave-gusd', 'Aave GUSD', 'AGUSD', null, 'aave-gusd', 'https://assets.coingecko.com/coins/images/17246/large/aGUSD_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-interest-bearing-steth', 'Aave Interest Bearing STETH', 'ASTETH', null, 'aave-interest-bearing-steth', 'https://assets.coingecko.com/coins/images/24163/large/steth.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-knc', 'Aave KNC', 'AKNC', null, 'aave-knc', 'https://assets.coingecko.com/coins/images/14250/large/aKNC.42bcd2e3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-knc-v1', 'Aave KNC v1', 'AKNC', null, 'aave-knc-v1', 'https://assets.coingecko.com/coins/images/11727/large/aKNC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-link', 'Aave LINK', 'ALINK', null, 'aave-link', 'https://assets.coingecko.com/coins/images/14315/large/aLINK.412c6589.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-link-v1', 'Aave LINK v1', 'ALINK', null, 'aave-link-v1', 'https://assets.coingecko.com/coins/images/11729/large/aLINK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-mana', 'Aave MANA', 'AMANA', null, 'aave-mana', 'https://assets.coingecko.com/coins/images/14267/large/aMANA.f89a1098.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-mana-v1', 'Aave MANA v1', 'AMANA', null, 'aave-mana-v1', 'https://assets.coingecko.com/coins/images/11730/large/aMANA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-mkr', 'Aave MKR', 'AMKR', null, 'aave-mkr', 'https://assets.coingecko.com/coins/images/14248/large/aMKR.ac965178.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-mkr-v1', 'Aave MKR v1', 'AMKR', null, 'aave-mkr-v1', 'https://assets.coingecko.com/coins/images/11731/large/aMKR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-polygon-aave', 'Aave Polygon AAVE', 'AMAAVE', null, 'aave-polygon-aave', 'https://assets.coingecko.com/coins/images/17239/large/amAAVE_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-polygon-dai', 'Aave Polygon DAI', 'AMDAI', null, 'aave-polygon-dai', 'https://assets.coingecko.com/coins/images/17251/large/amDAI_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-polygon-usdc', 'Aave Polygon USDC', 'AMUSDC', null, 'aave-polygon-usdc', 'https://assets.coingecko.com/coins/images/17249/large/amUSDC_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-polygon-usdt', 'Aave Polygon USDT', 'AMUSDT', null, 'aave-polygon-usdt', 'https://assets.coingecko.com/coins/images/17264/large/amUSDT_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-polygon-wbtc', 'Aave Polygon WBTC', 'AMWBTC', null, 'aave-polygon-wbtc', 'https://assets.coingecko.com/coins/images/17265/large/amWBTC_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-polygon-weth', 'Aave Polygon WETH', 'AMWETH', null, 'aave-polygon-weth', 'https://assets.coingecko.com/coins/images/17266/large/amWETH_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-polygon-wmatic', 'Aave Polygon WMATIC', 'AMWMATIC', null, 'aave-polygon-wmatic', 'https://assets.coingecko.com/coins/images/17267/large/amWMATIC_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-rai', 'Aave RAI', 'ARAI', null, 'aave-rai', 'https://assets.coingecko.com/coins/images/17245/large/aRAI_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-ren', 'Aave REN', 'AREN', null, 'aave-ren', 'https://assets.coingecko.com/coins/images/14249/large/aREN.382be386.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-ren-v1', 'Aave REN v1', 'AREN', null, 'aave-ren-v1', 'https://assets.coingecko.com/coins/images/12483/large/aREN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-snx', 'Aave SNX', 'ASNX', null, 'aave-snx', 'https://assets.coingecko.com/coins/images/14265/large/aSNX.3238f3e7.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-snx-v1', 'Aave SNX v1', 'ASNX', null, 'aave-snx-v1', 'https://assets.coingecko.com/coins/images/11733/large/aSNX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-susd', 'Aave SUSD', 'ASUSD', null, 'aave-susd', 'https://assets.coingecko.com/coins/images/14266/large/aSUSD.9b00ffc6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-susd-v1', 'Aave SUSD v1', 'ASUSD', null, 'aave-susd-v1', 'https://assets.coingecko.com/coins/images/11723/large/aSUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-tusd', 'Aave TUSD', 'ATUSD', null, 'aave-tusd', 'https://assets.coingecko.com/coins/images/14317/large/aTUSD.08592b49.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-tusd-v1', 'Aave TUSD v1', 'ATUSD', null, 'aave-tusd-v1', 'https://assets.coingecko.com/coins/images/11724/large/aTUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-uni', 'Aave UNI', 'AUNI', null, 'aave-uni', 'https://assets.coingecko.com/coins/images/17247/large/aUNI_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-usdc', 'Aave USDC', 'AUSDC', null, 'aave-usdc', 'https://assets.coingecko.com/coins/images/14318/large/aUSDC.e260d492.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-usdc-sonic', 'Aave USDC (Sonic)', 'ASONUSDC', 1197, 'aave-usdc-sonic', 'https://assets.coingecko.com/coins/images/55659/large/aSonUSDC_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-usdc-v1', 'Aave USDC v1', 'AUSDC', null, 'aave-usdc-v1', 'https://assets.coingecko.com/coins/images/11674/large/aUSDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-usdt', 'Aave USDT', 'AUSDT', null, 'aave-usdt', 'https://assets.coingecko.com/coins/images/14243/large/aUSDT.78f5faae.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-usdt-v1', 'Aave USDT v1', 'AUSDT', null, 'aave-usdt-v1', 'https://assets.coingecko.com/coins/images/11725/large/aUSDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-wbtc', 'Aave WBTC', 'AWBTC', null, 'aave-wbtc', 'https://assets.coingecko.com/coins/images/14244/large/aWBTC.41453c2a.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-wbtc-v1', 'Aave WBTC v1', 'AWBTC', null, 'aave-wbtc-v1', 'https://assets.coingecko.com/coins/images/11734/large/aWBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-weth', 'Aave WETH', 'AWETH', null, 'aave-weth', 'https://assets.coingecko.com/coins/images/17238/large/aWETH_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-xsushi', 'Aave XSUSHI', 'AXSUSHI', null, 'aave-xsushi', 'https://assets.coingecko.com/coins/images/17256/large/aXSUSHI_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-yfi', 'Aave YFI', 'AYFI', null, 'aave-yfi', 'https://assets.coingecko.com/coins/images/17257/large/aYFI_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-zrx', 'Aave ZRX', 'AZRX', null, 'aave-zrx', 'https://assets.coingecko.com/coins/images/14264/large/aZRX.9be555a9.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aave-zrx-v1', 'Aave ZRX v1', 'AZRX', null, 'aave-zrx-v1', 'https://assets.coingecko.com/coins/images/11735/large/aZRX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aavegotchi', 'Aavegotchi', 'GHST', 1446, 'aavegotchi', 'https://assets.coingecko.com/coins/images/12467/large/GHST.png', 100);
INSERT OR REPLACE INTO Coin VALUES('abelian', 'Abelian', 'ABEL', 1450, 'abelian', 'https://assets.coingecko.com/coins/images/30417/large/Abelian_New_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('abi', 'Abi', 'ABI', 11195, 'abi', 'https://assets.coingecko.com/coins/images/51388/large/abi_logo_output.png', 100);
INSERT OR REPLACE INTO Coin VALUES('able-finance', 'Able Finance', 'ABLE', null, 'able-finance', 'https://assets.coingecko.com/coins/images/17819/large/aac9bfb0-f27f-48f3-9b3e-ec090e10d3e1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aborean', 'Aborean', 'ABX', 1877, 'aborean', 'https://assets.coingecko.com/coins/images/69919/large/TOKEN_ICON.png', 100);
INSERT OR REPLACE INTO Coin VALUES('abster', 'Abster', 'ABSTER', 1466, 'abster', 'https://assets.coingecko.com/coins/images/54607/large/AbsterCoingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('abtc', 'aBTC', 'ABTC', 5822, 'abtc', 'https://assets.coingecko.com/coins/images/50837/large/aBTC_512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ac-milan-fan-token', 'AC Milan Fan Token', 'ACM', 2017, 'ac-milan-fan-token', 'https://assets.coingecko.com/coins/images/13940/large/ACM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('academic-labs', 'Academic Labs', 'AAX', 5454, 'academic-labs', 'https://assets.coingecko.com/coins/images/51575/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('acala', 'Acala', 'ACA', 1229, 'acala', 'https://assets.coingecko.com/coins/images/20634/large/upOKBONH_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('access-protocol', 'Access Protocol', 'ACS', 1095, 'access-protocol', 'https://assets.coingecko.com/coins/images/28747/large/dR4FovX4_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('acent', 'Acent', 'ACE', 12157, 'acent', 'https://assets.coingecko.com/coins/images/15211/large/acent-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aces-fun', 'ACES.fun', 'ACES', 3026, 'aces-fun', 'https://assets.coingecko.com/coins/images/68980/large/ACES-logo-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('acet-token', 'Acet', 'ACT', 1015, 'acet-token', 'https://assets.coingecko.com/coins/images/18205/large/ACET-LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('achain', 'Achain', 'ACT', 1315, 'achain', 'https://assets.coingecko.com/coins/images/1147/large/achain-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('acid-ai', 'Acid AI', 'ACID', 10471, 'acid-ai', 'https://assets.coingecko.com/coins/images/66869/large/tl4cl0f2m11qmkkq1kxlsxjmhgs8.', 100);
INSERT OR REPLACE INTO Coin VALUES('acolyte-by-virtuals', 'Acolyte by Virtuals', 'ACOLYT', 3868, 'acolyte-by-virtuals', 'https://assets.coingecko.com/coins/images/52977/large/Logo_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('across-protocol', 'Across Protocol', 'ACX', 761, 'across-protocol', 'https://assets.coingecko.com/coins/images/28161/large/across-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('acryptos', 'ACryptoS', 'ACS', 4787, 'acryptos', 'https://assets.coingecko.com/coins/images/13276/large/acryptos_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('acryptosi', 'ACryptoSI', 'ACSI', 5505, null, 'https://assets.coingecko.com/coins/images/13307/large/acryptos2_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('act-i-the-ai-prophecy', 'Act I The AI Prophecy', 'ACT', 1239, 'act-i-the-ai-prophecy', 'https://assets.coingecko.com/coins/images/50984/large/ai_prophecy.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('actinium', 'Actinium', 'ACM', null, null, 'https://assets.coingecko.com/coins/images/4763/large/actinium-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('action-figure', 'Action Figure', 'FIGURE', 8658, 'action-figure', 'https://assets.coingecko.com/coins/images/55156/large/figure.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('actual', 'ACTUAL', 'ACTUAL', 8430, 'actual', 'https://assets.coingecko.com/coins/images/53484/large/XAvatar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('adacash', 'ADAcash', 'ADACASH', null, 'adacash', 'https://assets.coingecko.com/coins/images/19509/large/adacash.png', 100);
INSERT OR REPLACE INTO Coin VALUES('adamant', 'Adamant', 'ADDY', null, 'adamant', 'https://assets.coingecko.com/coins/images/15225/large/adamant.png', 100);
INSERT OR REPLACE INTO Coin VALUES('adapad', 'ADAPad', 'ADAPAD', 3960, 'adapad', 'https://assets.coingecko.com/coins/images/18273/large/EhSqPTtG_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('adappter-token', 'Adappter Token', 'ADP', 2234, 'adappter-token', 'https://assets.coingecko.com/coins/images/14203/large/logo_on.png', 100);
INSERT OR REPLACE INTO Coin VALUES('adex', 'Ambire AdEx', 'ADX', 1518, 'adex', 'https://assets.coingecko.com/coins/images/847/large/adex.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ado-network', 'ADO Protocol', 'ADO', 1362, 'ado-network', 'https://assets.coingecko.com/coins/images/27346/large/ado-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('adrena', 'Adrena', 'ADX', 748, 'adrena', 'https://assets.coingecko.com/coins/images/50363/large/adrena_logo_adx_color_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('adshares', 'Adshares', 'ADS', 1059, 'adshares', 'https://assets.coingecko.com/coins/images/868/large/rnO9DyJ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('adventure-gold', 'Adventure Gold', 'AGLD', 932, 'adventure-gold', 'https://assets.coingecko.com/coins/images/18125/large/lpgblc4h_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('advertise-coin', 'Advertise Coin', 'ADCO', 870, 'advertise-coin', 'https://assets.coingecko.com/coins/images/14344/large/advertisecoin200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aegis', 'Aegis', 'AGS', 12541, 'aegis', 'https://assets.coingecko.com/coins/images/12391/large/logo-3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aegis-yusd', 'Aegis YUSD', 'YUSD', 968, 'aegis-yusd', 'https://assets.coingecko.com/coins/images/55085/large/LOGO_YUSD_BLACK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aelf', 'aelf', 'ELF', 452, 'aelf', 'https://assets.coingecko.com/coins/images/1371/large/aelf-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aelin', 'Aelin', 'AELIN', null, 'aelin', 'https://assets.coingecko.com/coins/images/22303/large/aelien.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aergo', 'Aergo', 'AERGO', 916, 'aergo', 'https://assets.coingecko.com/coins/images/4490/large/aergo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aerobud', 'AEROBUD', 'AEROBUD', 2379, 'aerobud', 'https://assets.coingecko.com/coins/images/38210/large/Logo_Coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aerodrome-finance', 'Aerodrome Finance', 'AERO', 128, 'aerodrome-finance', 'https://assets.coingecko.com/coins/images/31745/large/token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aeron', 'Aeron', 'ARNX', null, 'aeron', 'https://assets.coingecko.com/coins/images/1124/large/ARNX-token-logo-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aesoperator', 'Aesoperator', 'AESOPERATOR', 10928, 'aesoperator', 'https://assets.coingecko.com/coins/images/54207/large/IMG_5558.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('aeternity', 'Aeternity', 'AE', 3139, 'aeternity', 'https://assets.coingecko.com/coins/images/1091/large/aeternity.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aether-collective', 'aether collective', 'AETHER', 9046, 'aether-collective', 'https://assets.coingecko.com/coins/images/53196/large/pnglogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aethir', 'Aethir', 'ATH', 148, 'aethir', 'https://assets.coingecko.com/coins/images/36179/large/logogram_circle_dark_green_vb_green_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aevo-exchange', 'Aevo', 'AEVO', 670, 'aevo-exchange', 'https://assets.coingecko.com/coins/images/35893/large/aevo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aezora', 'Aezora', 'AZR', 4503, null, 'https://assets.coingecko.com/coins/images/10412/large/aezora-app-icon-164x164-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('afen-blockchain', 'AFEN Blockchain', 'AFEN', 12384, 'afen-blockchain', 'https://assets.coingecko.com/coins/images/14957/large/cropped-cropped-afen-e1616095076861.png', 100);
INSERT OR REPLACE INTO Coin VALUES('affine', 'affine', 'SN120', 1214, 'affine', 'https://assets.coingecko.com/coins/images/69755/large/affine-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('affyn', 'Affyn', 'FYN', 5337, 'affyn', 'https://assets.coingecko.com/coins/images/23275/large/fyn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('afin-coin', 'Asian Fintech', 'AFIN', 6221, null, 'https://assets.coingecko.com/coins/images/7519/large/Afinlogo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('afreum', 'Afreum', 'AFR', 1797, 'afreum', 'https://assets.coingecko.com/coins/images/18255/large/Afreum_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('africarare', 'Africarare', 'UBU', 2241, 'africarare', 'https://assets.coingecko.com/coins/images/35377/large/Full_Vector_Token_Icon.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('afrix', 'Afrix', 'AFX', null, null, 'https://assets.coingecko.com/coins/images/19454/large/-HoKp1Fl_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('afrostar', 'Afrostar', 'AFRO', null, 'afrostar', 'https://assets.coingecko.com/coins/images/19784/large/afrostar.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('aga-rewards', 'Edcoin', 'EDC', null, 'aga-rewards', 'https://assets.coingecko.com/coins/images/13872/large/EDCOIN-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aga-token', 'AGA Token', 'AGA', 8381, 'aga-token', 'https://assets.coingecko.com/coins/images/12180/large/aga-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agave-token', 'Agave Token', 'AGVE', 2351, 'agave-token', 'https://assets.coingecko.com/coins/images/14146/large/agve.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agenda-47', 'AGENDA 47', 'A47', 1184, 'agenda-47', 'https://assets.coingecko.com/coins/images/54093/large/logo-2-A47-Breaking-Memes-01-%282%29_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agent-hustle', 'Agent Hustle', 'HUSTLE', 2050, 'agent-hustle', 'https://assets.coingecko.com/coins/images/67193/large/AGENTHUSTLE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('agent-s', 'Agent S', 'S', 6324, 'agent-s', 'https://assets.coingecko.com/coins/images/53004/large/1000276184.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('agent-ted', 'Agent Ted', 'TED', 2729, 'agent-ted', 'https://assets.coingecko.com/coins/images/55285/large/TED_Dexscreener.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('agent-virtual-machine', 'Agent Virtual Machine', 'AVM', 2830, 'agent-virtual-machine', 'https://assets.coingecko.com/coins/images/66521/large/200x200_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agent-yp-by-virtuals', 'Agent YP by Virtuals', 'AIYP', 5427, 'agent-yp-by-virtuals', 'https://assets.coingecko.com/coins/images/52716/large/PFP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agent-zero-token', 'Agent Zero Token', 'A0T', 3489, 'agent-zero-token', 'https://assets.coingecko.com/coins/images/55202/large/favicon_round_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agentaigo', 'AgentAlgo', 'AGENT', 4639, 'agentaigo', 'https://assets.coingecko.com/coins/images/52294/large/agent_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('agentcoin-tv', 'AITV', 'AITV', 1190, 'agentcoin-tv', 'https://assets.coingecko.com/coins/images/54817/large/aitv-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agentfun-ai', 'AgentFun.AI', 'AGENTFUN', 362, 'agentfun-ai', 'https://assets.coingecko.com/coins/images/52133/large/AIFUN_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agentipy', 'AgentiPy', 'APY', 4815, 'agentipy', 'https://assets.coingecko.com/coins/images/53323/large/u6sNkPXM_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('agentlayer', 'AgentLayer', 'AGENT', 6160, 'agentlayer', 'https://assets.coingecko.com/coins/images/50213/large/Logo-Mark-White_256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agents-ai', 'Agents AI', 'AGENT', 5811, 'agents-ai', 'https://assets.coingecko.com/coins/images/51925/large/MpM08QH6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('agenttank', 'AgentTank', 'TANK', 5581, 'agenttank', 'https://assets.coingecko.com/coins/images/52616/large/cursor_icon_w.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ageofgods', 'AgeOfGods', 'AOG', null, 'ageofgods', 'https://assets.coingecko.com/coins/images/22133/large/aog.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ageur', 'agEUR', 'AGEUR', 1345, 'ageur', 'https://assets.coingecko.com/coins/images/19479/large/agEUR-4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agi-alpha-agent', 'AGI ALPHA AGENT', 'AGIALPHA', 2240, 'agi-alpha-agent', 'https://assets.coingecko.com/coins/images/54109/large/IMG_9829.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('agixbt-by-virtuals', 'AGIXBT by Virtuals', 'AGIXBT', 8315, 'agixbt-by-virtuals', 'https://assets.coingecko.com/coins/images/53742/large/IMG_4664.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('agixt', 'AGiXT', 'AGIXT', 5070, 'agixt', 'https://assets.coingecko.com/coins/images/53723/large/agixt-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agora-ausd-katana', 'Agora AUSD (Katana)', 'AUSD', 1134, null, 'https://assets.coingecko.com/coins/images/67047/large/ausd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agora-dollar', 'AUSD', 'AUSD', 425, 'agora-dollar', 'https://assets.coingecko.com/coins/images/39284/large/Circle_Agora_White_on_Olive_1080px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agoras-currency-of-tau', 'Agoras: Currency of Tau', 'AGRS', 1665, 'agoras-currency-of-tau', 'https://assets.coingecko.com/coins/images/399/large/agrs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agoric', 'Agoric', 'BLD', 1978, 'agoric', 'https://assets.coingecko.com/coins/images/24487/large/agoric_bld_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agrello', 'Agrello', 'DLT', 8822, null, 'https://assets.coingecko.com/coins/images/900/large/delta_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('agridex-governance-token', 'AgriDex', 'AGRI', 3209, 'agridex-governance-token', 'https://assets.coingecko.com/coins/images/52004/large/agridexdarklogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ahatoken', 'AhaToken', 'AHT', 1312, 'ahatoken', 'https://assets.coingecko.com/coins/images/12158/large/2022_ahatoken.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-agent-layer', 'AI Agent Layer', 'AIFUN', 5226, 'ai-agent-layer', 'https://assets.coingecko.com/coins/images/51634/large/logo_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-analysis-token', 'AI Analysis Token', 'AIAT', 971, 'ai-analysis-token', 'https://assets.coingecko.com/coins/images/33672/large/aia-logo-icon200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-companions', 'AI Companions', 'AIC', 195, 'ai-companions', 'https://assets.coingecko.com/coins/images/40130/large/AI_Companions.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-inu', 'AI INU', 'AIINU', 4440, 'ai-inu', 'https://assets.coingecko.com/coins/images/36902/large/aiinu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-network', 'AI Network', 'AIN', 2854, 'ai-network', 'https://assets.coingecko.com/coins/images/13211/large/AI_Network_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-power-grid', 'AI Power Grid', 'AIPG', 6257, 'ai-power-grid', 'https://assets.coingecko.com/coins/images/33878/large/AIPG_small_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-powered-cmp', 'AI-Powered CMP', 'AICMP', 7922, 'ai-powered-cmp', 'https://assets.coingecko.com/coins/images/53371/large/aicmp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-rig-complex', 'AI Rig Complex', 'ARC', 1595, 'ai-rig-complex', 'https://assets.coingecko.com/coins/images/52701/large/u312bPNA_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-rocket-by-virtuals', 'AI ROCKET by Virtuals', 'ROCKET', 5071, 'ai-rocket-by-virtuals', 'https://assets.coingecko.com/coins/images/53030/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-shell-nova', 'AI Shell NOVA', 'NOVA', 6431, 'ai-shell-nova', 'https://assets.coingecko.com/coins/images/52975/large/NOVA_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ai-trader-agent', 'AI Trader Agent', 'AIT', 10124, 'ai-trader-agent', 'https://assets.coingecko.com/coins/images/52965/large/e66c7226-b155-4ecd-8f59-b22ddadeaeca.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ai16z', 'ai16z', 'AI16Z', 643, 'ai16z', 'https://assets.coingecko.com/coins/images/51090/large/AI16Z.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ai16zeliza', 'ai16zeliza', 'ELIZA', 5786, 'ai16zeliza', 'https://assets.coingecko.com/coins/images/51824/large/ai16.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ai20x-ai', 'Ai20x.ai', 'AI20X', 1364, 'ai20x-ai', 'https://assets.coingecko.com/coins/images/69376/large/OWCFTIE2_400x400-1_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ai9000', 'ai9000', 'AI9000', 7941, 'ai9000', 'https://assets.coingecko.com/coins/images/52826/large/190844147.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aia', 'DeAgentAI', 'AIA', 471, 'aia', 'https://assets.coingecko.com/coins/images/69053/large/DA-AIA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aichain', 'AICHAIN', 'AIT', 3934, 'aichain', 'https://assets.coingecko.com/coins/images/2525/large/aichain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aicm-marketplace', 'AICM Marketplace', 'AICM', 6430, 'aicm-marketplace', 'https://assets.coingecko.com/coins/images/52484/large/AICM_200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aicrostrategy', 'AicroStrategy', 'AISTR', null, 'aicrostrategy', 'https://assets.coingecko.com/coins/images/53020/large/Aicrostrategy_Aistr_Logo_transparent_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aida', 'AIDA', 'AIDA', 8402, 'aida', 'https://assets.coingecko.com/coins/images/53392/large/0x57e93adcecd97fc8b30fc6f124be185f292b648e324773d8fbe6650e8274790f__aida__aida.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('aigentx', 'AGIX', 'AGX', 6413, 'aigentx', 'https://assets.coingecko.com/coins/images/31860/large/3QGe4WSN_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aigg', 'AIGG', '$AIGG', 11956, 'aigg', 'https://assets.coingecko.com/coins/images/54314/large/238291d4-6441-456d-90d5-aa9c8805d50c.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('aigov', 'AIGOV', 'OLIVIA', 8446, 'aigov', 'https://assets.coingecko.com/coins/images/66172/large/AIGOV.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ailive', 'ailive', 'AILIVE', 10297, 'ailive', 'https://assets.coingecko.com/coins/images/53302/large/WhatsApp_Image_2024-12-19_at_17.04.18.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('aimbot', 'AimBot', 'AIMBOT', 11851, 'aimbot', 'https://assets.coingecko.com/coins/images/31200/large/200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aimerica', 'AIMERICA', 'UAI', 7115, 'aimerica', 'https://assets.coingecko.com/coins/images/52946/large/Untitled_design_%2816%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aimonica-brands', 'Aimonica Brands', 'AIMONICA', 3948, 'aimonica-brands', 'https://assets.coingecko.com/coins/images/52526/large/PFP_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aintivirus', 'AIntivirus', 'AINTI', 998, 'aintivirus', 'https://assets.coingecko.com/coins/images/52368/large/ainti_tokenimg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aintivirus-2', 'AIntivirus', 'AINTI', 2777, 'aintivirus-2', 'https://assets.coingecko.com/coins/images/53879/large/aintivirus-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ainu-token', 'Ainu Token', 'AINU', null, 'ainu-token', 'https://assets.coingecko.com/coins/images/17022/large/AINU.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aion', 'Aion', 'AION', 5954, 'aion', 'https://assets.coingecko.com/coins/images/1023/large/Aion_Currency_Symbol_Transparent_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aion-5100', 'AION 5100', 'AION', 2603, 'aion-5100', 'https://assets.coingecko.com/coins/images/52808/large/l8DUQ6ns_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aios-foundation', 'AIOS Foundation', 'AIOS', 6092, 'aios-foundation', 'https://assets.coingecko.com/coins/images/53566/large/aios.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aioz-network', 'AIOZ Network', 'AIOZ', 269, 'aioz-network', 'https://assets.coingecko.com/coins/images/14631/large/aioz-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aipad', 'AIPad', 'AIPAD', 3559, 'aipad', 'https://assets.coingecko.com/coins/images/28894/large/JZadeHu.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('aipump', 'aiPump', 'AIPUMP', 7264, 'aipump', 'https://assets.coingecko.com/coins/images/53407/large/Socials-20.png', 100);
INSERT OR REPLACE INTO Coin VALUES('airight', 'aiRight', 'AIRI', 7692, 'airight', 'https://assets.coingecko.com/coins/images/16428/large/alright.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('airnft-token', 'AirNFT Token', 'AIRT', null, 'airnft-token', 'https://assets.coingecko.com/coins/images/18370/large/AIRT-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('airswap', 'AirSwap', 'AST', 2316, 'airswap', 'https://assets.coingecko.com/coins/images/1019/large/Airswap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('airtor-protocol', 'AirTor Protocol', 'ATOR', 804, 'airtor-protocol', 'https://assets.coingecko.com/coins/images/29690/large/AirTor.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aism-faith-token', 'AISM FAITH TOKEN', 'AISM', 2143, 'aism-faith-token', 'https://assets.coingecko.com/coins/images/66597/large/IMG_1848.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ait-protocol', 'AIT Protocol', 'AIT', 4050, 'ait-protocol', 'https://assets.coingecko.com/coins/images/33962/large/ait-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aiveronica', 'AIVeronica by Virtuals', 'AIV', 6052, 'aiveronica', 'https://assets.coingecko.com/coins/images/54688/large/IMG_3752.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aiville-governance-token', 'AIVille Governance Token', 'AGT', null, 'aiville-governance-token', 'https://assets.coingecko.com/coins/images/66177/large/200x200_cmc_AIV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aiwithdaddyissues', 'Aiwithdaddyissues', 'SHEGEN', 6537, 'aiwithdaddyissues', 'https://assets.coingecko.com/coins/images/50958/large/shegen.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aiwork', 'AiWork', 'AWO', null, null, 'https://assets.coingecko.com/coins/images/15373/large/aiwork.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('aiws', 'aiws', 'AIWS', 7378, 'aiws', 'https://assets.coingecko.com/coins/images/53553/large/aiws_x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aixbt', 'aixbt by Virtuals', 'AIXBT', 660, 'aixbt', 'https://assets.coingecko.com/coins/images/51784/large/3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aixcb-by-virtuals', 'aixCB by Virtuals', 'AIXCB', 4111, 'aixcb-by-virtuals', 'https://assets.coingecko.com/coins/images/52869/large/aixCB.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ajna-protocol', 'Ajna Protocol', 'AJNA', 2312, 'ajna-protocol', 'https://assets.coingecko.com/coins/images/30187/large/AJNA-Icon-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('akash-network', 'Akash Network', 'AKT', 303, 'akash-network', 'https://assets.coingecko.com/coins/images/12785/large/akash-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('akedo', 'Akedo', 'AKE', 883, 'akedo', 'https://assets.coingecko.com/coins/images/68410/large/akedo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aki-protocol', 'Aki Network', 'AKI', 2976, 'aki-protocol', 'https://assets.coingecko.com/coins/images/29359/large/Aki-logo_3D.png', 100);
INSERT OR REPLACE INTO Coin VALUES('akio', 'Akio', 'AKIO', 4418, 'akio', 'https://assets.coingecko.com/coins/images/55211/large/AKIO_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('akita-bsc', 'AKITA-BSC', 'AKITA', 7497, 'akita-bsc', 'https://assets.coingecko.com/coins/images/52932/large/photo_2024-12-19_21-57-02.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('akita-inu', 'Akita Inu', 'AKITA', 2577, 'akita-inu', 'https://assets.coingecko.com/coins/images/14115/large/akita.png', 100);
INSERT OR REPLACE INTO Coin VALUES('akropolis', 'Akropolis', 'AKRO', 5462, 'akropolis', 'https://assets.coingecko.com/coins/images/3328/large/kaon.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('akropolis-delphi', 'Delphi', 'ADEL', 9199, null, 'https://assets.coingecko.com/coins/images/12300/large/adel_on_white_10x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('akuma-inu', 'Akuma Inu', 'AKUMA', 8151, 'akuma-inu', 'https://assets.coingecko.com/coins/images/52182/large/IMG_8186.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aladdin-dao', 'Aladdin DAO', 'ALD', 1831, 'aladdin-dao', 'https://assets.coingecko.com/coins/images/18277/large/78200839.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alanyaspor-fan-token', 'Alanyaspor Fan Token', 'ALA', 7859, 'alanyaspor-fan-token', 'https://assets.coingecko.com/coins/images/18966/large/ALA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alchemist', 'Alchemist', 'MIST', 3418, 'alchemist', 'https://assets.coingecko.com/coins/images/14655/large/79158662.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alchemist-accelerate', 'Alchemist Accelerate', 'ALCH', 9845, 'alchemist-accelerate', 'https://assets.coingecko.com/coins/images/53128/large/logo_cm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alchemist-ai', 'Alchemist AI', 'ALCH', 696, 'alchemist-ai', 'https://assets.coingecko.com/coins/images/52302/large/small-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alchemix', 'Alchemix', 'ALCX', 1332, 'alchemix', 'https://assets.coingecko.com/coins/images/14113/large/Alchemix.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alchemix-usd', 'Alchemix USD', 'ALUSD', 1576, 'alchemix-usd', 'https://assets.coingecko.com/coins/images/14114/large/Alchemix_USD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alchemy-pay', 'Alchemy Pay', 'ACH', 636, 'alchemy-pay', 'https://assets.coingecko.com/coins/images/12390/large/ACH_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aldrin', 'Aldrin', 'RIN', 9966, 'aldrin', 'https://assets.coingecko.com/coins/images/16849/large/Aldrin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aleo', 'ALEO', 'ALEO', 386, 'aleo', 'https://assets.coingecko.com/coins/images/27916/large/secondary-icon-dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aleph', 'Aleph.im', 'ALEPH', 1740, 'aleph', 'https://assets.coingecko.com/coins/images/11676/large/Aleph-Logo-BW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aleph-zero', 'Aleph Zero', 'AZERO', 2156, 'aleph-zero', 'https://assets.coingecko.com/coins/images/17212/large/azero-logo_coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alephium', 'Alephium', 'ALPH', 1317, 'alephium', 'https://assets.coingecko.com/coins/images/21598/large/Alephium-Logo-round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alethea-artificial-liquid-intelligence-token', 'Alethea Artificial Liquid Intelligence Token', 'ALI', 932, 'alethea-artificial-liquid-intelligence-token', 'https://assets.coingecko.com/coins/images/22062/large/ALI-v2.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('alexgo', 'ALEX Lab', 'ALEX', 2604, 'alexgo', 'https://assets.coingecko.com/coins/images/25837/large/ALEX_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('algorand', 'Algorand', 'ALGO', 76, 'algorand', 'https://assets.coingecko.com/coins/images/4380/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alibabacoin', 'ABBC', 'ABBC', null, 'alibabacoin', 'https://assets.coingecko.com/coins/images/3313/large/abbc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alien-worlds', 'Alien Worlds', 'TLM', 1236, 'alien-worlds', 'https://assets.coingecko.com/coins/images/14676/large/kY-C4o7RThfWrDQsLCAG4q4clZhBDDfJQVhWUEKxXAzyQYMj4Jmq1zmFwpRqxhAJFPOa0AsW_PTSshoPuMnXNwq3rU7Imp15QimXTjlXMx0nC088mt1rIwRs75GnLLugWjSllxgzvQ9YrP4tBgclK4_rb17hjnusGj_c0u2fx0AvVokjSNB-v2poTj0xT9BZRCbzRE3-lF1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('alienbase', 'Alien Base', 'ALB', 1790, 'alienbase', 'https://assets.coingecko.com/coins/images/31301/large/ALB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alita', 'Alita', 'ALI', null, 'alita', 'https://assets.coingecko.com/coins/images/17750/large/Logo-200x200_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alitas', 'Alitas', 'ALT', null, 'alitas', 'https://assets.coingecko.com/coins/images/16330/large/ALT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alkimi', 'Alkimi', '$ADS', null, 'alkimi', 'https://assets.coingecko.com/coins/images/17979/large/ADS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alkimi-2', 'ALKIMI', 'ALKIMI', 1555, 'alkimi-2', 'https://assets.coingecko.com/coins/images/68374/large/Token_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('all-in-dollo', 'All in Dollo', 'DOLLO', 4527, 'all-in-dollo', 'https://assets.coingecko.com/coins/images/67958/large/dollo_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('all-will-retire', 'All Will Retire', 'AWR', 2683, 'all-will-retire', 'https://assets.coingecko.com/coins/images/53508/large/AWR_Lifestyle_Logo_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('allbridge', 'Allbridge', 'ABR', 3737, 'allbridge', 'https://assets.coingecko.com/coins/images/18690/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alliance-fan-token', 'Alliance Fan Token', 'ALL', 7773, 'alliance-fan-token', 'https://assets.coingecko.com/coins/images/13841/large/ALL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alliance-games', 'Alliance Games', 'COA', 3128, 'alliance-games', 'https://assets.coingecko.com/coins/images/67537/large/coa.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('allianceblock-nexera', 'AllianceBlock Nexera', 'NXRA', 1401, 'allianceblock-nexera', 'https://assets.coingecko.com/coins/images/29181/large/nxra.png', 100);
INSERT OR REPLACE INTO Coin VALUES('allindoge', 'ALLINDOGE', 'ALLINDOGE', 2208, 'allindoge', 'https://assets.coingecko.com/coins/images/67332/large/20250623-194209.png', 100);
INSERT OR REPLACE INTO Coin VALUES('allo', 'Allo', 'RWA', 1762, 'allo', 'https://assets.coingecko.com/coins/images/55939/large/allo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('allsafe', 'AllSafe', 'ASAFE', 12481, 'allsafe', 'https://assets.coingecko.com/coins/images/1424/large/1439.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alltoscan', 'Alltoscan', 'ATS', 1964, 'alltoscan', 'https://assets.coingecko.com/coins/images/36447/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('allunity-eur', 'AllUnity EUR', 'EURAU', 1318, 'allunity-eur', 'https://assets.coingecko.com/coins/images/68076/large/EURAU_Full_Colour.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ally', 'Ally', 'ALY', null, null, 'https://assets.coingecko.com/coins/images/9619/large/BTf_sTXi_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('alon', 'Alon', 'ALON', 2463, 'alon', 'https://assets.coingecko.com/coins/images/53922/large/alon-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('alpaca', 'Alpaca City', 'ALPA', 7691, 'alpaca', 'https://assets.coingecko.com/coins/images/13070/large/alpaca_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alpaca-finance', 'Alpaca Finance', 'ALPACA', 3276, 'alpaca-finance', 'https://assets.coingecko.com/coins/images/14165/large/Logo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alpha-4', 'Alpha', 'ALPHA', 5855, 'alpha-4', 'https://assets.coingecko.com/coins/images/54056/large/IMG_4863.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('alpha-city', 'Alpha City', 'AMETA', 1328, 'alpha-city', 'https://assets.coingecko.com/coins/images/54292/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alpha-fi', 'Alpha Fi', 'ALPHA', 1872, 'alpha-fi', 'https://assets.coingecko.com/coins/images/39087/large/Alpha_Logo_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alpha-finance', 'Alpha Finance', 'ALPHA', 1727, 'alpha-finance', 'https://assets.coingecko.com/coins/images/12738/large/Stella200x200-06.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alpha-quark-token', 'Alpha Quark Token', 'AQT', 1279, 'alpha-quark-token', 'https://assets.coingecko.com/coins/images/12872/large/alpha_quark_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alpha-trader-exchange-atx', 'Alpha Trader Exchange (ATX)', 'SN63', 1904, 'alpha-trader-exchange-atx', 'https://assets.coingecko.com/coins/images/66439/large/alpha-trader-exchange-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('alphaarc', 'AlphaArc', 'ALPHA', 8132, 'alphaarc', 'https://assets.coingecko.com/coins/images/53293/large/Elemento.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alphakek-ai', 'AlphaKEK.AI', 'AIKEK', 2934, 'alphakek-ai', 'https://assets.coingecko.com/coins/images/35445/large/image_2025-07-21_17-44-03.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alphbanx', 'AlphBanX', 'ABX', 2753, 'alphbanx', 'https://assets.coingecko.com/coins/images/53048/large/CG_-_ABX_Logo_mark_%28white_background%29_-_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alphr', 'Alphr', 'ALPHR', 10695, null, 'https://assets.coingecko.com/coins/images/15029/large/alphr.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('alpine-f1-team-fan-token', 'Alpine F1 Team Fan Token', 'ALPINE', 1730, 'alpine-f1-team-fan-token', 'https://assets.coingecko.com/coins/images/23717/large/18112.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alright-buddy', 'alright buddy', 'BUDDY', 2861, 'alright-buddy', 'https://assets.coingecko.com/coins/images/54657/large/alright_buddy_pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alris-agent', 'ALRIS AGENT', 'ALR', 9996, 'alris-agent', 'https://assets.coingecko.com/coins/images/53322/large/photo_2025-01-01_16-49-29-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alt-town', 'alt.town', 'TOWN', 5016, 'alt-town', 'https://assets.coingecko.com/coins/images/68506/large/town_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('altair', 'Altair', 'AIR', 4154, 'altair', 'https://assets.coingecko.com/coins/images/23548/large/altair.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('altbase', 'Altbase', 'ALTB', null, 'altbase', 'https://assets.coingecko.com/coins/images/19550/large/615635338527975b0314223a_Altbase_app_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('altcoin-2', 'Altcoin', 'ALT', 6136, 'altcoin-2', 'https://assets.coingecko.com/coins/images/67181/large/bihvzx2ifx011ghkysnm05p59lxd.', 100);
INSERT OR REPLACE INTO Coin VALUES('altcoinist-token', 'Altcoinist Token', 'ALTT', 1655, 'altcoinist-token', 'https://assets.coingecko.com/coins/images/39455/large/Altcoinist_logo_png_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('altered-state-token', 'Altered State Machine', 'ASTO', 2668, 'altered-state-token', 'https://assets.coingecko.com/coins/images/24893/large/ASTO-Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('altlayer', 'AltLayer', 'ALT', 531, 'altlayer', 'https://assets.coingecko.com/coins/images/34608/large/Logomark_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('altura', 'Altura', 'ALU', 1357, 'altura', 'https://assets.coingecko.com/coins/images/15127/large/logo-dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aluna', 'Aluna', 'ALN', 12476, 'aluna', 'https://assets.coingecko.com/coins/images/14379/large/uaLoLU8c_400x400_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alva', 'ALVA', 'AA', 9292, null, 'https://assets.coingecko.com/coins/images/31720/large/alva200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('alvara-protocol', 'Alvara Protocol', 'ALVA', 2007, 'alvara-protocol', 'https://assets.coingecko.com/coins/images/35707/large/Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amasa', 'Amasa', 'AMAS', null, null, 'https://assets.coingecko.com/coins/images/18799/large/agmqWjv8_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amaterasu-omikami', 'AMATERASU OMIKAMI', 'OMIKAMI', 1547, 'amaterasu-omikami', 'https://assets.coingecko.com/coins/images/31821/large/Omikami_BTC_AMZN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amber', 'Ambrosus', 'AMB', 5885, 'amber', 'https://assets.coingecko.com/coins/images/1041/large/Ascendia_Coins.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ambire-wallet', 'Ambire Wallet', 'WALLET', 1398, 'ambire-wallet', 'https://assets.coingecko.com/coins/images/23154/large/wallet.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('amepay', 'Amepay', 'AME', 3481, 'amepay', 'https://assets.coingecko.com/coins/images/13539/large/amechain-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('america-party', 'America Party', 'AP', 6007, 'america-party', 'https://assets.coingecko.com/coins/images/67029/large/IMG_1817.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('america-party-4', 'America Party', 'AP', 4189, 'america-party-4', 'https://assets.coingecko.com/coins/images/67147/large/IMG_8882.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('america-party-coin', 'America Party Coin', 'APC', 9142, 'america-party-coin', 'https://assets.coingecko.com/coins/images/67117/large/photo_2025-07-05_22-31-10.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('america-s-official-launchpad', 'America''s Official Launchpad', 'AOL', 2413, 'america-s-official-launchpad', 'https://assets.coingecko.com/coins/images/69198/large/2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('american-coin', 'American Coin', 'USA', 2197, 'american-coin', 'https://assets.coingecko.com/coins/images/37000/large/usacoin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('american-shiba', 'American Shiba', 'USHIBA', null, 'american-shiba', 'https://assets.coingecko.com/coins/images/15650/large/american_shiba.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ami', 'Amnis Finance', 'AMI', 2820, 'ami', 'https://assets.coingecko.com/coins/images/54972/large/AMI_token200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amiko', 'Amiko', 'AMIKO', 4267, 'amiko', 'https://assets.coingecko.com/coins/images/56036/large/AMIKO_SQ_V1_1X.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amino', 'Amino', '$AMO', 5872, null, 'https://assets.coingecko.com/coins/images/32677/large/App_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ammyi-coin', 'AMMYI Coin', 'AMI', null, 'ammyi-coin', 'https://assets.coingecko.com/coins/images/14469/large/AMMYI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amnis-aptos', 'Amnis Aptos', 'AMAPT', 526, 'amnis-aptos', 'https://assets.coingecko.com/coins/images/32567/large/amAPT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amnis-staked-aptos-coin', 'Amnis Staked Aptos Coin', 'STAPT', 1885, 'amnis-staked-aptos-coin', 'https://assets.coingecko.com/coins/images/32669/large/stAPT_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amo', 'AMO Coin', 'AMO', 1607, 'amo', 'https://assets.coingecko.com/coins/images/4009/large/amo-logomark_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amocucinare', 'Amocucinare', 'AMORE', 3211, 'amocucinare', 'https://assets.coingecko.com/coins/images/52070/large/333.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('amond', 'AmonD', 'AMON', null, 'amond', 'https://assets.coingecko.com/coins/images/8952/large/AmonD_512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('amp-token', 'Amp', 'AMP', 309, 'amp-token', 'https://assets.coingecko.com/coins/images/12409/large/amp-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ampleforth', 'Ampleforth', 'AMPL', 1406, 'ampleforth', 'https://assets.coingecko.com/coins/images/4708/large/Ampleforth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ampleforth-governance-token', 'Ampleforth Governance Token', 'FORTH', 1157, 'ampleforth-governance-token', 'https://assets.coingecko.com/coins/images/14917/large/photo_2021-04-22_00.00.03.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('analog', 'Analog', 'ANLOG', 3878, 'analog', 'https://assets.coingecko.com/coins/images/53852/large/anlog.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('analos', 'analoS', 'ANALOS', 5543, 'analos', 'https://assets.coingecko.com/coins/images/33855/large/image_4_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anchor-protocol', 'Anchor Protocol', 'ANC', 4005, 'anchor-protocol', 'https://assets.coingecko.com/coins/images/14420/large/anchor_protocol_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('anchorswap', 'AnchorSwap', 'ANCHOR', 11954, 'anchorswap', 'https://assets.coingecko.com/coins/images/18909/large/anchorswap.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ancient8', 'Ancient8', 'A8', 1194, 'ancient8', 'https://assets.coingecko.com/coins/images/39170/large/A8_Token-04_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('andromeda-2', 'Andromeda', 'ANDR', 6210, 'andromeda-2', 'https://assets.coingecko.com/coins/images/33998/large/logo-square-color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anduschain', 'Anduschain', 'DEB', null, 'anduschain', 'https://assets.coingecko.com/coins/images/20842/large/DEB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('andy-4', 'ANDY', 'ANDY', 4227, 'andy-4', 'https://assets.coingecko.com/coins/images/53364/large/Andy_BSC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('andy-on-base', 'Andy', 'ANDY', 2670, 'andy-on-base', 'https://assets.coingecko.com/coins/images/36552/large/ANDY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('andy-the-wisguy', 'ANDY ETH', 'ANDY', 865, 'andy-the-wisguy', 'https://assets.coingecko.com/coins/images/35910/large/IMG_20240309_044840_797.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('andy70b', 'ANDY70B', 'ANDY70B', 7985, 'andy70b', 'https://assets.coingecko.com/coins/images/52959/large/ANDY70B.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('angle-protocol', 'ANGLE', 'ANGLE', 2747, 'angle-protocol', 'https://assets.coingecko.com/coins/images/19060/large/ANGLE_Token-light.png', 100);
INSERT OR REPLACE INTO Coin VALUES('angola', 'Angola', 'AGLA', 10770, 'angola', 'https://assets.coingecko.com/coins/images/27547/large/8SGgovDI_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('angryb', 'Angryb', 'ANB', null, 'angryb', 'https://assets.coingecko.com/coins/images/17270/large/AngryBlockchain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ani-grok-companion', 'Ani Grok Companion', 'ANI', 3175, 'ani-grok-companion', 'https://assets.coingecko.com/coins/images/67370/large/m69hOU76_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('anime', 'Animecoin', 'ANIME', 717, 'anime', 'https://assets.coingecko.com/coins/images/53575/large/anime.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('anime-token', 'Anime Token', 'ANI', 7260, 'anime-token', 'https://assets.coingecko.com/coins/images/13792/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anita', 'ANITA', 'ANITA', 3510, 'anita', 'https://assets.coingecko.com/coins/images/68173/large/_L_L.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anita-ai', 'Anita AI', 'ANITA', 3547, 'anita-ai', 'https://assets.coingecko.com/coins/images/55868/large/IMG_7102.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ankaragucu-fan-token', 'Ankaragücü Fan Tokens', 'ANKA', 7504, null, 'https://assets.coingecko.com/coins/images/17648/large/anka.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ankr', 'Ankr', 'ANKR', 482, 'ankr', 'https://assets.coingecko.com/coins/images/4324/large/Ankr_Blue_Symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ankreth', 'Ankr Reward-Bearing Staked ETH', 'AETHC', 897, 'ankreth', 'https://assets.coingecko.com/coins/images/13403/large/aETHc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anoma', 'Anoma', 'XAN', 499, 'anoma', 'https://assets.coingecko.com/coins/images/69380/large/Anoma_Logo_Roundel_RGB_Colour-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anon', 'ANON', 'ANON', null, null, 'https://assets.coingecko.com/coins/images/6006/large/anon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anon-inu', 'Anon Inu', 'AINU', null, 'anon-inu', 'https://assets.coingecko.com/coins/images/17151/large/LOGO-AINU-COIN-GECKO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anonfi', 'AnonFi', 'ANON', 1033, null, 'https://assets.coingecko.com/coins/images/50446/large/IMG_20240928_164632_277.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anryton', 'Anryton', 'MOL', null, 'anryton', 'https://assets.coingecko.com/coins/images/54827/large/download_%285%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anti-rug-agent', 'Anti Rug Agent', 'ANTIRUG', 6845, 'anti-rug-agent', 'https://assets.coingecko.com/coins/images/53308/large/_ANTIRUG-5.png', 100);
INSERT OR REPLACE INTO Coin VALUES('antimatter', 'AntiMatter', 'MATTER', 7523, 'antimatter', 'https://assets.coingecko.com/coins/images/14112/large/bittune.png', 100);
INSERT OR REPLACE INTO Coin VALUES('antitoken', 'Antitoken', 'ANTI', 8729, 'antitoken', 'https://assets.coingecko.com/coins/images/52195/large/Untitled_design_%2825%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anvil', 'Anvil', 'ANVL', 3484, 'anvil', 'https://assets.coingecko.com/coins/images/50825/large/anvil.png', 100);
INSERT OR REPLACE INTO Coin VALUES('any-inu', 'Any Inu', 'AI', 3909, 'any-inu', 'https://assets.coingecko.com/coins/images/34126/large/anyinulogo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anypad', 'Anypad', 'APAD', null, null, 'https://assets.coingecko.com/coins/images/18385/large/vxBgiYKj_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anyswap', 'Anyswap', 'ANY', null, 'anyswap', 'https://assets.coingecko.com/coins/images/12242/large/anyswap.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('anzen-finance', 'Anzen Finance', 'ANZ', 3150, 'anzen-finance', 'https://assets.coingecko.com/coins/images/52456/large/ANZ_symbol200w.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anzen-staked-usdz', 'Anzen Staked USDz', 'SUSDZ', 2894, 'anzen-staked-usdz', 'https://assets.coingecko.com/coins/images/38040/large/susdz-symbol-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anzen-usdz', 'Anzen USDz', 'USDZ', 473, 'anzen-usdz', 'https://assets.coingecko.com/coins/images/38039/large/usdz-image-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('anzens-usda', 'Anzens USDA', 'USDA', 1779, 'anzens-usda', 'https://assets.coingecko.com/coins/images/67347/large/usda.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ao-computer', 'ao Computer', 'AO', 1057, 'ao-computer', 'https://assets.coingecko.com/coins/images/38335/large/ao.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aok', 'AOK', 'AOK', 12046, 'aok', 'https://assets.coingecko.com/coins/images/20516/large/dFtBcV56_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ape-and-pepe', 'Ape and Pepe', 'APEPE', 238, 'ape-and-pepe', 'https://assets.coingecko.com/coins/images/39614/large/APEPE_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apecoin-ape', 'ApeCoin', 'APE', 212, 'apecoin', 'https://assets.coingecko.com/coins/images/24383/large/APECOIN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apeironnft', 'Apeiron', 'APRS', 4581, 'apeironnft', 'https://assets.coingecko.com/coins/images/36449/large/apeironnft.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apenft', 'APENFT', 'NFT', 205, 'apenft', 'https://assets.coingecko.com/coins/images/15687/large/apenft.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('apertum', 'Apertum', 'APTM', 751, 'apertum', 'https://assets.coingecko.com/coins/images/55116/large/200x200_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apescreener', 'ApeScreener', 'APES', 4356, 'apescreener', 'https://assets.coingecko.com/coins/images/38822/large/200_200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('apestrategy', 'ApeStrategy', 'APESTR', 2313, 'apestrategy', 'https://assets.coingecko.com/coins/images/69404/large/aprstr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apeswap-finance', 'ApeSwap Finance', 'BANANA', null, 'apeswap-finance', 'https://assets.coingecko.com/coins/images/14870/large/banana.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apex-5', 'Apex', 'SN1', 1718, 'apex-5', 'https://assets.coingecko.com/coins/images/66332/large/sn1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apex-ai', 'Apex AI', 'APEX', 3894, 'apex-ai', 'https://assets.coingecko.com/coins/images/56026/large/Apex_Dex_Screener_Logo_Final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apex-token-2', 'ApeX', 'APEX', 392, 'apex-token-2', 'https://assets.coingecko.com/coins/images/25266/large/CxpMECpk_400x400_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apexit-finance', 'ApeXit Finance', 'APEX', null, 'apexit-finance', 'https://assets.coingecko.com/coins/images/16864/large/cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apf-coin', 'APF coin', 'APFC', 2486, 'apf-coin', 'https://assets.coingecko.com/coins/images/30990/large/photo_2023-10-28_09-48-25.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('api3', 'API3', 'API3', 519, 'api3', 'https://assets.coingecko.com/coins/images/13256/large/Api3-Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apm-coin', 'apM Coin', 'APM', 4408, 'apm-coin', 'https://assets.coingecko.com/coins/images/10069/large/PvDCvh5h_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apollo', 'Apollo', 'APL', 3231, null, 'https://assets.coingecko.com/coins/images/5226/large/NxxI4VuS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apollo-2', 'Apollo', 'APOLLO', 5036, null, 'https://assets.coingecko.com/coins/images/34792/large/apollo-png-256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apollox-2', 'ApolloX', 'APX', 763, 'apollox-2', 'https://assets.coingecko.com/coins/images/21972/large/apx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('appcoins', 'AppCoins', 'APPC', 6064, null, 'https://assets.coingecko.com/coins/images/1876/large/appcoins.png', 100);
INSERT OR REPLACE INTO Coin VALUES('appics', 'Appics', 'APX', null, 'appics', 'https://assets.coingecko.com/coins/images/3674/large/appics_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('apraemio', 'Apraemio', 'APRA', 1235, 'apraemio', 'https://assets.coingecko.com/coins/images/52520/large/new_apra_logo_symbol-black-05-09.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apricot', 'Apricot', 'APT', 10446, 'apricot', 'https://assets.coingecko.com/coins/images/20636/large/hF_3FMuH_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('april', 'April', 'APRIL', 8251, 'april', 'https://assets.coingecko.com/coins/images/15689/large/200-by-200-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apron', 'Apron', 'APN', null, null, 'https://assets.coingecko.com/coins/images/14916/large/1_GOjoDhGzzpqnMPGpHGeWhg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aptos', 'Aptos', 'APT', 55, 'aptos', 'https://assets.coingecko.com/coins/images/26455/large/aptos_round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aptos-bridged-wbtc-aptos', 'Aptos Bridged WBTC (Aptos)', 'WBTC', 2317, 'aptos-bridged-wbtc-aptos', 'https://assets.coingecko.com/coins/images/67604/large/wbtc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('apu-s-club', 'Apu Apustaja', 'APU', 833, 'apu-s-club', 'https://assets.coingecko.com/coins/images/35986/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apwine', 'APWine', 'APW', 2107, 'apwine', 'https://assets.coingecko.com/coins/images/15597/large/spectra.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apy-finance', 'APY.Finance', 'APY', 8203, 'apy-finance', 'https://assets.coingecko.com/coins/images/13041/large/1*AvkD-OLocausbxqUzezZ0A.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apy-vision', 'APY.vision', 'VISION', 5576, 'apy-vision', 'https://assets.coingecko.com/coins/images/13288/large/apyvisionlogo200circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('apyswap', 'APYSwap', 'APYS', 9311, 'apyswap', 'https://assets.coingecko.com/coins/images/14163/large/apys.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aqtis', 'AQTIS', 'AQTIS', null, 'aqtis', 'https://assets.coingecko.com/coins/images/29910/large/aita.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aqua-goat', 'Aqua Goat', 'AQUAGOAT', null, 'aqua-goat', 'https://assets.coingecko.com/coins/images/18676/large/ag.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aquarius', 'Aquarius', 'AQUA', 1124, 'aquarius', 'https://assets.coingecko.com/coins/images/20026/large/aqua-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ar-io-network', 'AR.IO Network', 'ARIO', 2996, 'ar-io-network', 'https://assets.coingecko.com/coins/images/54840/large/ARIO_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ara', 'ARA', 'ARA', 2516, 'ara', 'https://assets.coingecko.com/coins/images/69531/large/500_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ara-token', 'Ara Token', 'ARA', 8612, 'ara-token', 'https://assets.coingecko.com/coins/images/13877/large/ara-icon-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arabic', 'Arabic', 'ABIC', null, 'arabic', 'https://assets.coingecko.com/coins/images/19549/large/abic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aragon', 'Aragon', 'ANT', 2152, 'aragon', 'https://assets.coingecko.com/coins/images/681/large/Avatar_Circle_x6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arai', 'Arai', 'AA', 1375, 'arai', 'https://assets.coingecko.com/coins/images/69109/large/arai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('araistotle', 'ArAIstotle', 'FACY', 1026, 'araistotle', 'https://assets.coingecko.com/coins/images/68121/large/fnho0s0oz5m2lie56vly5oxdx2fn.', 100);
INSERT OR REPLACE INTO Coin VALUES('araracoin', 'Araracoin', 'ARARA', 1342, 'araracoin', 'https://assets.coingecko.com/coins/images/54852/large/logo_200_200_stxqsn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbdoge-ai', 'ArbDoge AI', 'AIDOGE', 1520, 'arbdoge-ai', 'https://assets.coingecko.com/coins/images/29852/large/photo_2023-04-18_14-25-28.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arbidoge', 'ArbiDoge', 'ADOGE', 4725, 'arbidoge', 'https://assets.coingecko.com/coins/images/18333/large/Screen-Shot-2021-09-04-at-11-59-16-AM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbinyan', 'ArbiNYAN', 'NYAN', null, 'arbinyan', 'https://assets.coingecko.com/coins/images/18309/large/Qmf8DSV4RbSuVRLJvmj4WwEMjwtYcCd53EFXPPjkEwzx4B.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbitrum', 'Arbitrum', 'ARB', 75, 'arbitrum', 'https://assets.coingecko.com/coins/images/16547/large/arb.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arbitrum-bridged-usdt-arbitrum', 'Arbitrum Bridged USDT (Arbitrum)', 'USDT', 70, null, 'https://assets.coingecko.com/coins/images/35073/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbitrum-bridged-wbtc-arbitrum-one', 'Arbitrum Bridged WBTC (Arbitrum One)', 'WBTC', 118, 'arbitrum-bridged-wbtc-arbitrum-one', 'https://assets.coingecko.com/coins/images/39532/large/wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbitrum-bridged-weth-arbitrum-nova', 'Arbitrum Bridged WETH (Arbitrum Nova)', 'WETH', 1996, 'arbitrum-bridged-weth-arbitrum-nova', 'https://assets.coingecko.com/coins/images/39697/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbitrum-bridged-weth-arbitrum-one', 'Arbitrum Bridged WETH (Arbitrum One)', 'WETH', 154, 'arbitrum-bridged-weth-arbitrum-one', 'https://assets.coingecko.com/coins/images/39713/large/WETH.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('arbitrum-bridged-wrapped-eeth', 'Arbitrum Bridged Wrapped eETH (Arbitrum)', 'WEETH', 183, 'arbitrum-bridged-wrapped-eeth', 'https://assets.coingecko.com/coins/images/69123/large/weeth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbius', 'Arbius', 'AIUS', 4457, 'arbius', 'https://assets.coingecko.com/coins/images/35246/large/arbius-200x-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arbus', 'Arbus', 'ARBUS', 4439, 'arbus', 'https://assets.coingecko.com/coins/images/39872/large/Arbus_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arc', 'Arc', 'ARC', 2875, 'arc', 'https://assets.coingecko.com/coins/images/24235/large/Clipboard.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arcadia', 'Arcadia', 'AAA', 2831, 'arcadia', 'https://assets.coingecko.com/coins/images/55185/large/AAA_Icon_V4_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arcana-token', 'Arcana Network', 'XAR', 5319, 'arcana-token', 'https://assets.coingecko.com/coins/images/23373/large/Arcana_-_Logomark_-_White_on_Pink_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arcblock', 'Arcblock', 'ABT', 721, 'arcblock', 'https://assets.coingecko.com/coins/images/2341/large/arcblock.png', 100);
INSERT OR REPLACE INTO Coin VALUES('archethic', 'Archethic', 'UCO', 7461, 'archethic', 'https://assets.coingecko.com/coins/images/12330/large/Archethic_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('archway', 'Archway', 'ARCH', 2774, 'archway', 'https://assets.coingecko.com/coins/images/30789/large/bxLJkEWw_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arcona', 'Arcona', 'ARCONA', 8406, 'arcona', 'https://assets.coingecko.com/coins/images/4312/large/icon_ARCONA_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arcs', 'ARCS', 'ARX', 2519, 'arcs', 'https://assets.coingecko.com/coins/images/10068/large/arcs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ardana', 'Ardana', 'DANA', 11896, 'ardana', 'https://assets.coingecko.com/coins/images/18440/large/ardana.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ardor', 'Ardor', 'ARDR', 621, 'ardor', 'https://assets.coingecko.com/coins/images/525/large/Ardor_Vertical_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('are-ya-winning-son', 'ARE YA WINNING, SON?', 'SON', 4380, 'are-ya-winning-son', 'https://assets.coingecko.com/coins/images/68059/large/ARE_YA_WINNING__SON.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arena-token', 'Arena Token', 'ARENA', null, 'arena-token', 'https://assets.coingecko.com/coins/images/17273/large/1A08E0A4-6486-4D35-BC0E-436551ECC078.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arena-z', 'Arena-Z', 'A2Z', 1254, 'arena-z', 'https://assets.coingecko.com/coins/images/67345/large/logo_transparent_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('areon-network', 'Areon Network', 'AREA', 4108, 'areon-network', 'https://assets.coingecko.com/coins/images/28764/large/Areum_Logo_%2811%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ares-protocol', 'Ares Protocol', 'ARES', 6823, 'ares-protocol', 'https://assets.coingecko.com/coins/images/15153/large/Ares-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('argentine-football-association-fan-token', 'Argentine Football Association Fan Token', 'ARG', 2063, 'argentine-football-association-fan-token', 'https://assets.coingecko.com/coins/images/16259/large/ARG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('argo', 'ArGoApp', 'ARGO', 7620, 'argo', 'https://assets.coingecko.com/coins/images/15477/large/Group_118.png', 100);
INSERT OR REPLACE INTO Coin VALUES('argo-3', 'Argo', 'ARGO', 11887, 'argo-3', 'https://assets.coingecko.com/coins/images/54140/large/Logo-Black-bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('argocoin-2', 'Argocoin', 'AGC', 3718, 'argocoin-2', 'https://assets.coingecko.com/coins/images/54935/large/Devolved_AI_-_Icon_-_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('argon', 'Argon', 'ARGON', 10337, 'argon', 'https://assets.coingecko.com/coins/images/14280/large/200x200-no-bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ari10', 'Ari10', 'ARI10', null, 'ari10', 'https://assets.coingecko.com/coins/images/19904/large/ari10.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('aria-ai', 'Aria.AI', 'ARIA', 1155, 'aria-ai', 'https://assets.coingecko.com/coins/images/68392/large/aria.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aria-premier-launch', 'Aria Premier Launch', 'APL', 1815, 'aria-premier-launch', 'https://assets.coingecko.com/coins/images/66927/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arianee', 'Arianee', 'ARIA20', 2075, 'arianee', 'https://assets.coingecko.com/coins/images/5054/large/Aria_Logo_256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ariva', 'Ariva', 'ARV', 5519, 'ariva', 'https://assets.coingecko.com/coins/images/18103/large/logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arix', 'Arix', 'ARIX', 12241, 'arix', 'https://assets.coingecko.com/coins/images/13485/large/ARIX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ark', 'Ark', 'ARK', 620, 'ark', 'https://assets.coingecko.com/coins/images/613/large/ark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ark-3', 'ARK', 'ARK', 267, 'ark-3', 'https://assets.coingecko.com/coins/images/68794/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ark-of-panda', 'Ark of Panda', 'AOP', 1247, 'ark-of-panda', 'https://assets.coingecko.com/coins/images/69315/large/aop.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arkadiko-protocol', 'Arkadiko', 'DIKO', 3915, 'arkadiko-protocol', 'https://assets.coingecko.com/coins/images/21729/large/diko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arkeo', 'ARKEO', 'ARKEO', 4976, 'arkeo', 'https://assets.coingecko.com/coins/images/66164/large/arkeo-logo-200px_t_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arker-2', 'Arker', 'ARKER', null, 'arker-2', 'https://assets.coingecko.com/coins/images/21313/large/coin_%285%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arkham', 'Arkham', 'ARKM', 351, 'arkham', 'https://assets.coingecko.com/coins/images/30929/large/Arkham_Logo_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arkreen-token', 'Arkreen Token', 'AKRE', 2499, 'arkreen-token', 'https://assets.coingecko.com/coins/images/35719/large/AKRE-Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('armor', 'ARMOR', 'ARMOR', 7416, 'armor', 'https://assets.coingecko.com/coins/images/13748/large/armor.png', 100);
INSERT OR REPLACE INTO Coin VALUES('army-3', 'XRP ARMY', 'ARMY', 2118, 'army-3', 'https://assets.coingecko.com/coins/images/53227/large/-5967456750116390278_99.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arok-vc', 'AROK.VC', 'AROK', 5550, 'arok-vc', 'https://assets.coingecko.com/coins/images/52727/large/Frame_2_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arpa', 'ARPA', 'ARPA', 1425, 'arpa', 'https://assets.coingecko.com/coins/images/8506/large/9u0a23XY_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arqma', 'ArQmA', 'ARQ', 8901, 'arqma', 'https://assets.coingecko.com/coins/images/6191/large/ms-icon-310x310.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arsenal-fan-token', 'Arsenal Fan Token', 'AFC', 2748, 'arsenal-fan-token', 'https://assets.coingecko.com/coins/images/17661/large/AFC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('artbyte', 'ArtByte', 'ABY', null, 'artbyte', 'https://assets.coingecko.com/coins/images/141/large/artbyte.png', 100);
INSERT OR REPLACE INTO Coin VALUES('artemis', 'Artemis', 'MIS', null, 'artemis', 'https://assets.coingecko.com/coins/images/18916/large/136704691-920ef315-4906-4a82-bca1-144b07dea3fb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('artery', 'Artery', 'ARTR', 10924, null, 'https://assets.coingecko.com/coins/images/17380/large/200x200_%2823%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arth', 'ARTH', 'ARTH', 4887, 'arth', 'https://assets.coingecko.com/coins/images/16876/large/Ik5dhOq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arthera', 'Arthera', 'ARTHERA', 3257, null, 'https://assets.coingecko.com/coins/images/52395/large/WhatsApp_Image_2024-11-14_at_21.49.11_a69eab26.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('artificial-intelligence', 'Artificial Intelligence', 'AI', null, 'artificial-intelligence', 'https://assets.coingecko.com/coins/images/20632/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('artrade', 'Artrade', 'ATR', 1872, 'artrade', 'https://assets.coingecko.com/coins/images/24894/large/ATR_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('artx', 'ARTX', 'ARTX', 6268, null, 'https://assets.coingecko.com/coins/images/14652/large/ARTX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('artyfact', 'Artyfact', 'ARTY', 2036, 'artyfact', 'https://assets.coingecko.com/coins/images/33879/large/arty.png', 100);
INSERT OR REPLACE INTO Coin VALUES('arweave', 'Arweave', 'AR', 260, 'arweave', 'https://assets.coingecko.com/coins/images/4343/large/oRt6SiEN_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('arxiv', 'arXiv', 'ARXIV', 8854, 'arxiv', 'https://assets.coingecko.com/coins/images/53359/large/Untitled_%2852%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('as-monaco-fan-token', 'AS Monaco Fan Token', 'ASM', 4436, 'as-monaco-fan-token', 'https://assets.coingecko.com/coins/images/23271/large/ASM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('as-roma-fan-token', 'AS Roma Fan Token', 'ASR', 1582, 'as-roma-fan-token', 'https://assets.coingecko.com/coins/images/11688/large/ASR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('asd', 'AscendEx Token', 'ASD', 1428, 'asd', 'https://assets.coingecko.com/coins/images/5003/large/bitmax.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ash', 'ASH', 'ASH', null, 'ash', 'https://assets.coingecko.com/coins/images/15714/large/omnPqaTY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('asia-coin', 'Asia Coin', 'ASIA', 3384, 'asia-coin', 'https://assets.coingecko.com/coins/images/18589/large/Ou7mp_R1TQ5B9vsBiZ8oQnSv36M6hiA2hESxV_7YSw0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ask-splat', 'ASK SPLAT', 'SPLAT', 3283, 'ask-splat', 'https://assets.coingecko.com/coins/images/68494/large/IMG_1748.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('askjimmy', 'AskJimmy', 'ASKJ', 7078, 'askjimmy', 'https://assets.coingecko.com/coins/images/54398/large/SFX53r2F_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('asmatch', 'AsMatch', 'ASM', 5098, 'asmatch', 'https://assets.coingecko.com/coins/images/33920/large/AsMatch_coin_image.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aspecta', 'Aspecta', 'ASP', 1219, 'aspecta', 'https://assets.coingecko.com/coins/images/67447/large/asp.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('aspo-world', 'ASPO World', 'ASPO', null, 'aspo-world', 'https://assets.coingecko.com/coins/images/20329/large/12599.png', 100);
INSERT OR REPLACE INTO Coin VALUES('assai', 'ASSAI', 'ASSAI', 10619, 'assai', 'https://assets.coingecko.com/coins/images/53295/large/asai.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('assdaq', 'ASSDAQ', 'ASSDAQ', 3620, 'assdaq', 'https://assets.coingecko.com/coins/images/67212/large/1000002377_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('assemble-protocol', 'Assemble Protocol', 'ASM', 1246, 'assemble-protocol', 'https://assets.coingecko.com/coins/images/11605/large/200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('assimilate', 'Assimilate', 'SIM', 8359, 'assimilate', 'https://assets.coingecko.com/coins/images/52377/large/SIM_LOGO.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('assisterr-ai', 'Assisterr AI', 'ASRR', 4310, 'assisterr-ai', 'https://assets.coingecko.com/coins/images/66206/large/ASRR_LOGO200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('astar', 'Astar', 'ASTR', 379, 'astar', 'https://assets.coingecko.com/coins/images/22617/large/astr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aster', 'Aster', 'ATC', null, null, 'https://assets.coingecko.com/coins/images/17325/large/atc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aster-2', 'Aster', 'ASTER', 62, 'aster-2', 'https://assets.coingecko.com/coins/images/69040/large/_ASTER.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aster-inu', 'Aster INU', 'ASTERINU', 5133, 'aster-inu', 'https://assets.coingecko.com/coins/images/69448/large/photo_2025-09-22_03-25-59.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astera-usd', 'Astera USD', 'ASUSD', 1205, 'astera-usd', 'https://assets.coingecko.com/coins/images/67887/large/asusd_logo_mark_svg-2_big.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astherus-staked-bnb', 'Astherus Staked BNB', 'ASBNB', 175, 'astherus-staked-bnb', 'https://assets.coingecko.com/coins/images/54129/large/asBNB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astherus-staked-usdf', 'Astherus Staked USDF', 'ASUSDF', 1106, 'astherus-staked-usdf', 'https://assets.coingecko.com/coins/images/54132/large/asUSDF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astherus-usdf', 'Astherus USDF', 'USDF', 270, 'astherus-usdf', 'https://assets.coingecko.com/coins/images/54133/large/USDF_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aston-martin-cognizant-fan-token', 'Aston Martin Cognizant Fan Token', 'AM', 5221, 'aston-martin-cognizant-fan-token', 'https://assets.coingecko.com/coins/images/16868/large/VVY4ZVPQ8EJoHgJGCRNGptFXFICPT5mpxwHMmSEW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aston-villa-fan-token', 'Aston Villa Fan Token', 'AVL', 4940, 'aston-villa-fan-token', 'https://assets.coingecko.com/coins/images/19444/large/AVL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astraai', 'AstraAI', 'ASTRA', 1792, 'astraai', 'https://assets.coingecko.com/coins/images/33138/large/20241215_231624.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('astrafer', 'Astrafer', 'ASTRAFER', 3044, 'astrafer', 'https://assets.coingecko.com/coins/images/26246/large/ATSRA_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astroelon', 'AstroElon', 'ELONONE', null, 'astroelon', 'https://assets.coingecko.com/coins/images/16082/large/AstroElon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astropepex', 'AstroPepeX', 'APX', 4780, 'astropepex', 'https://assets.coingecko.com/coins/images/31839/large/astropepexcoingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astroport', 'Astroport', 'ASTRO', 6927, null, 'https://assets.coingecko.com/coins/images/20804/large/Astro_coin_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astroport-fi', 'Astroport', 'ASTRO', 3647, 'astroport-fi', 'https://assets.coingecko.com/coins/images/26309/large/Astroport_Circle_Icon_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astroswap', 'AstroSwap', 'ASTRO', 12147, 'astroswap', 'https://assets.coingecko.com/coins/images/18816/large/astro.png', 100);
INSERT OR REPLACE INTO Coin VALUES('astrotools', 'AstroTools', 'ASTRO', 8095, 'astrotools', 'https://assets.coingecko.com/coins/images/12345/large/AT-flat-purple_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('asyagro', 'ASYAGRO', 'ASY', null, null, 'https://assets.coingecko.com/coins/images/10632/large/c0Q4z8HJ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('asym', 'ASYM', 'ASYM', 4774, 'asym', 'https://assets.coingecko.com/coins/images/54110/large/photo_2024-12-09_19-36-45.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('asymmetry-finance', 'Asymmetry Finance', 'ASF', 2868, 'asymmetry-finance', 'https://assets.coingecko.com/coins/images/51638/large/ASF-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('asymmetry-usdaf-2', 'Asymmetry USDaf', 'USDAF', 1684, 'asymmetry-usdaf-2', 'https://assets.coingecko.com/coins/images/67996/large/USDaf_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atari', 'Atari', 'ATRI', 4782, 'atari', 'https://assets.coingecko.com/coins/images/12992/large/AtariLogoPS_200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atehun', 'ATEHUN', 'ATEHUN', 5461, 'atehun', 'https://assets.coingecko.com/coins/images/52661/large/Q9wYbIJ3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('athenadao-token', 'AthenaDAO', 'ATH', 2833, 'athenadao-token', 'https://assets.coingecko.com/coins/images/33349/large/ATH_Token_Black_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atheneum', 'Atheneum', 'AEM', null, null, 'https://assets.coingecko.com/coins/images/7424/large/AEM_logo_only_400px_400px_2px_spacing_red_blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atlantis-aqua-token', 'Atlantis AQUA Token', 'AQUA', 7337, 'atlantis-aqua-token', 'https://assets.coingecko.com/coins/images/66414/large/atlantis.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('atlas-dex', 'Atlas DEX', 'ATS', 11842, 'atlas-dex', 'https://assets.coingecko.com/coins/images/23002/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atlas-navi', 'Atlas Navi', 'NAVI', 2143, 'atlas-navi', 'https://assets.coingecko.com/coins/images/28389/large/token_icon_-_logo_ATLAS_NAVI_200x200_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atlas-protocol', 'Atlas Protocol', 'ATP', null, null, 'https://assets.coingecko.com/coins/images/4924/large/atp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atletico-madrid', 'Atletico Madrid Fan Token', 'ATM', 1854, 'atletico-madrid', 'https://assets.coingecko.com/coins/images/11689/large/ATM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('atomone', 'AtomOne', 'ATONE', 280, 'atomone', 'https://assets.coingecko.com/coins/images/33230/large/atomone_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('attention', 'Attention', 'ATTN', 2539, 'attention', 'https://assets.coingecko.com/coins/images/56075/large/attn_png_CMC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('attila', 'Attila', 'ATT', null, 'attila', 'https://assets.coingecko.com/coins/images/11337/large/LOGO_%2874%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('au79', 'AU79', 'AU79', 1107, 'au79', 'https://assets.coingecko.com/coins/images/67850/large/LLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aubrai-by-bio', 'Aubrai by Bio', 'AUBRAI', 1210, 'aubrai-by-bio', 'https://assets.coingecko.com/coins/images/68736/large/avatar-dex_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('auction', 'Bounce', 'AUCTION', 854, 'auction', 'https://assets.coingecko.com/coins/images/13860/large/1_KtgpRIJzuwfHe0Rl0avP_g.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('auctus', 'Auctus', 'AUC', 9824, 'auctus', 'https://assets.coingecko.com/coins/images/2165/large/Auc_Discord_Avatar1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('audit', 'Audit', 'AUDIT', 4226, 'audit', 'https://assets.coingecko.com/coins/images/52819/large/Frame_6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('audius', 'Audius', 'AUDIO', 684, 'audius', 'https://assets.coingecko.com/coins/images/12913/large/audio-token-asset_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('augur', 'Augur', 'REP', 1803, 'augur', 'https://assets.coingecko.com/coins/images/309/large/REP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('augury-finance', 'Augury Finance', 'OMEN', null, 'augury-finance', 'https://assets.coingecko.com/coins/images/16573/large/omen.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('auki-labs', 'AUKI', 'AUKI', 587, 'auki-labs', 'https://assets.coingecko.com/coins/images/39811/large/COINGECKO-200-x-200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aura-2', 'Aura', 'AURA', 3700, 'aura-2', 'https://assets.coingecko.com/coins/images/54983/large/CMC_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aura-bal', 'Aura BAL', 'AURABAL', 1468, 'aura-bal', 'https://assets.coingecko.com/coins/images/26538/large/auraBAL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aura-finance', 'Aura Finance', 'AURA', 2129, 'aura-finance', 'https://assets.coingecko.com/coins/images/25942/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aura-network', 'Aura Network', 'AURA', 2778, 'aura-network', 'https://assets.coingecko.com/coins/images/25768/large/Aura-Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aura-on-sol', 'aura', 'AURA', 600, 'aura-on-sol', 'https://assets.coingecko.com/coins/images/38376/large/aura_logo_200x200-01-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aureus-nummus-gold', 'Aureus Nummus Gold', 'ANG', null, null, 'https://assets.coingecko.com/coins/images/12134/large/AureusNummusGold-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aurix', 'Aurix', 'AUR', null, 'aurix', 'https://assets.coingecko.com/coins/images/14372/large/gold-brown-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aurora-dao', 'IDEX', 'IDEX', 1324, 'aurora-dao', 'https://assets.coingecko.com/coins/images/2565/large/idexlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aurora-near', 'Aurora', 'AURORA', 859, 'aurora-near', 'https://assets.coingecko.com/coins/images/20582/large/aurora.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('auroracoin', 'Auroracoin', 'AUR', 4077, 'auroracoin', 'https://assets.coingecko.com/coins/images/3/large/aur_official_2021.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aurory', 'Aurory', 'AURY', 1989, 'aurory', 'https://assets.coingecko.com/coins/images/19324/large/Ico_Blanc_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('austin-capitals', 'Austin Capitals', 'AUX', 857, 'austin-capitals', 'https://assets.coingecko.com/coins/images/54937/large/AUSTIN-Logoo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('australian-safe-shepherd', 'Australian Safe Shepherd', 'ASS', null, 'australian-safe-shepherd', 'https://assets.coingecko.com/coins/images/14912/large/XCsenIJ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('auto', 'Auto', 'AUTO', null, 'auto', 'https://assets.coingecko.com/coins/images/13751/large/autofarm_icon_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('autocrypto', 'AutoCrypto', 'AU', null, 'autocrypto', 'https://assets.coingecko.com/coins/images/19157/large/mrineaq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('automata', 'Automata', 'ATA', 1402, 'automata', 'https://assets.coingecko.com/coins/images/15985/large/ATA_Icon_%28Profile_2%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('autonio', 'Autonio', 'NIOX', 7865, 'autonio', 'https://assets.coingecko.com/coins/images/1122/large/NewLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('autonolas', 'Autonolas', 'OLAS', 1051, 'autonolas', 'https://assets.coingecko.com/coins/images/31099/large/OLAS-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('autonomi', 'Autonomi', 'ANT', 1287, 'autonomi', 'https://assets.coingecko.com/coins/images/54388/large/Autonomi_Icon_Coin_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('autonomous-virtual-beings', 'Autonomous Virtual Beings', 'AVB', 5100, 'autonomous-virtual-beings', 'https://assets.coingecko.com/coins/images/51295/large/logo_hd.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('autonomys-network', 'Autonomys Network', 'AI3', 2784, 'autonomys-network', 'https://assets.coingecko.com/coins/images/54240/large/0wstRMq7_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('autoshark', 'AutoShark', 'JAWS', null, null, 'https://assets.coingecko.com/coins/images/16335/large/osP9madX_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ava-ai', 'Ava AI', 'AVA', 1514, 'ava-ai', 'https://assets.coingecko.com/coins/images/51935/large/7VZQ0qhB_400x400_%282%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('avail', 'Avail', 'AVAIL', 994, 'avail', 'https://assets.coingecko.com/coins/images/37372/large/avail-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avalanche-2', 'Avalanche', 'AVAX', 24, 'avalanche-2', 'https://assets.coingecko.com/coins/images/12559/large/Avalanche_Circle_RedWhite_Trans.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avalanche-bridged-dai-avalanche', 'Avalanche Bridged DAI (Avalanche)', 'DAI', 1734, 'avalanche-bridged-dai-avalanche', 'https://assets.coingecko.com/coins/images/39786/large/dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avalanche-bridged-gho-avalanche', 'Avalanche Bridged GHO (Avalanche)', 'GHO', 2116, 'avalanche-bridged-gho-avalanche', 'https://assets.coingecko.com/coins/images/67500/large/gho.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('avalanche-bridged-wbtc-avalanche', 'Avalanche Bridged WBTC (Avalanche)', 'WBTC', 3396, 'avalanche-bridged-wbtc-avalanche', 'https://assets.coingecko.com/coins/images/67285/large/wbtc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('avalanche-bridged-weth-avalanche', 'Avalanche Bridged WETH (Avalanche)', 'WETH', 427, 'avalanche-bridged-weth-avalanche', 'https://assets.coingecko.com/coins/images/39707/large/WETH.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('avalanche-old-bridged-wbtc-avalanche', 'Avalanche Bridged WBTC (Avalanche)', 'WBTC', 831, 'avalanche-old-bridged-wbtc-avalanche', 'https://assets.coingecko.com/coins/images/39529/large/wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avalaunch', 'Avalaunch', 'XAVA', 1755, 'avalaunch', 'https://assets.coingecko.com/coins/images/15466/large/avalaunch.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avalon-2', 'Avalon', 'AVL', 1001, 'avalon-2', 'https://assets.coingecko.com/coins/images/54119/large/AV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avant-staked-usd', 'Avant Staked USD', 'SAVUSD', 477, 'avant-staked-usd', 'https://assets.coingecko.com/coins/images/53558/large/token-savusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avant-usd', 'Avant USD', 'AVUSD', 454, 'avant-usd', 'https://assets.coingecko.com/coins/images/53527/large/token-avusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avantis', 'Avantis', 'AVNT', 384, 'avantis', 'https://assets.coingecko.com/coins/images/68972/large/avnt-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avaocado-dao', 'Avocado DAO', 'AVG', 4444, 'avaocado-dao', 'https://assets.coingecko.com/coins/images/21102/large/logo192_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avarik-saga', 'Avarik Saga', 'AVRK', 5933, 'avarik-saga', 'https://assets.coingecko.com/coins/images/51914/large/Logo500x500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avax-has-no-chill', 'AVAX HAS NO CHILL', 'NOCHILL', 3038, 'avax-has-no-chill', 'https://assets.coingecko.com/coins/images/34002/large/logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avaxtars', 'Avaxtars', 'AVXT', 11110, 'avaxtars', 'https://assets.coingecko.com/coins/images/18336/large/avxt.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('avc', 'AVC', 'AVC', 4509, 'avc', 'https://assets.coingecko.com/coins/images/52785/large/altervesegame.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aventis-ai', 'Aventis AI', 'AAI', null, null, 'https://assets.coingecko.com/coins/images/38919/large/AAIToken_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aventus', 'Aventus', 'AVT', 1469, 'aventus', 'https://assets.coingecko.com/coins/images/901/large/aventus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('aviator', 'Aviator', 'AVI', 3262, 'aviator', 'https://assets.coingecko.com/coins/images/31024/large/avi-200x200png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('avinoc', 'AVINOC', 'AVINOC', 4545, 'avinoc', 'https://assets.coingecko.com/coins/images/4659/large/qX7fh69Q_400x400-1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('avo', 'Avo', 'AVO', 1307, 'avo', 'https://assets.coingecko.com/coins/images/66182/large/avo-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('awoke-2', 'Awoke', 'AWOKE', 9897, 'awoke-2', 'https://assets.coingecko.com/coins/images/68513/large/Awoke.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('axe', 'Axe', 'AXE', 10664, 'axe', 'https://assets.coingecko.com/coins/images/6598/large/axe-sq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axel', 'AXEL', 'AXEL', 2797, 'axel', 'https://assets.coingecko.com/coins/images/9765/large/axel-logo-250px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axelar', 'Axelar', 'AXL', 293, 'axelar', 'https://assets.coingecko.com/coins/images/27277/large/V-65_xQ1_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('axelrod-by-virtuals', 'Axelrod by Virtuals', 'AXR', 3060, 'axelrod-by-virtuals', 'https://assets.coingecko.com/coins/images/66200/large/Axelrod_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axia', 'Axia', 'AXIAV3', 8014, null, 'https://assets.coingecko.com/coins/images/12906/large/axia_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axial-token', 'Axial Token', 'AXIAL', 10276, null, 'https://assets.coingecko.com/coins/images/20502/large/E5nD9pPv_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('axie-infinity', 'Axie Infinity', 'AXS', 266, 'axie-infinity', 'https://assets.coingecko.com/coins/images/13029/large/axie_infinity_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axion', 'Axion', 'AXN', null, 'axion', 'https://assets.coingecko.com/coins/images/13110/large/AXION.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axis-defi', 'Axis DeFi', 'AXIS', 4776, null, 'https://assets.coingecko.com/coins/images/12199/large/YeLWZ3V.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('axl-inu', 'AXL INU', 'AXL', null, 'axl-inu', 'https://assets.coingecko.com/coins/images/22191/large/Original_Logo-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axol', 'AXOL', 'AXOL', 4385, 'axol', 'https://assets.coingecko.com/coins/images/50412/large/AXOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('axondao-governance-token', 'AxonDAO Governance Token', 'AXGT', 1260, 'axondao-governance-token', 'https://assets.coingecko.com/coins/images/35290/large/AXGT-logo-7.png', 100);
INSERT OR REPLACE INTO Coin VALUES('azen', 'aZen', 'AZEN', 2427, 'azen', 'https://assets.coingecko.com/coins/images/55584/large/conventional.png', 100);
INSERT OR REPLACE INTO Coin VALUES('azit', 'azit', 'AZIT', 2563, 'azit', 'https://assets.coingecko.com/coins/images/24515/large/ofbC3qtQ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('azuki', 'Azuki', 'AZUKI', 9062, 'azuki', 'https://assets.coingecko.com/coins/images/13091/large/bdUBSCo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('azuro-protocol', 'Azuro Protocol', 'AZUR', 3229, 'azuro-protocol', 'https://assets.coingecko.com/coins/images/38499/large/azuro.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('b-cube-ai', 'B-cube.ai', 'BCUBE', 5579, 'b-cube-ai', 'https://assets.coingecko.com/coins/images/15948/large/bcube.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('b14g-dualcore', 'b14g dualCORE', 'DUALCORE', 2610, 'b14g-dualcore', 'https://assets.coingecko.com/coins/images/55488/large/dualCORE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('b1oai', 'B1OAI', 'B1OAI', 12390, 'b1oai', 'https://assets.coingecko.com/coins/images/67590/large/b1o_logo_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('b20', 'B20', 'B20', 5278, 'b20', 'https://assets.coingecko.com/coins/images/13803/large/b20.png', 100);
INSERT OR REPLACE INTO Coin VALUES('b3', 'B3', 'B3', 695, 'b3', 'https://assets.coingecko.com/coins/images/54287/large/B3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baanx', 'Baanx', 'BXX', 1760, 'baanx', 'https://assets.coingecko.com/coins/images/17108/large/BXX_Token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baasid', 'BaaSid', 'BAAS', 3245, 'baasid', 'https://assets.coingecko.com/coins/images/5463/large/baasid.png', 100);
INSERT OR REPLACE INTO Coin VALUES('babacoin', 'Babacoin', 'BBC', 1702, null, 'https://assets.coingecko.com/coins/images/28035/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('babb', 'BABB', 'BAX', 3835, 'babb', 'https://assets.coingecko.com/coins/images/2168/large/babb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-bali', 'Baby Bali', 'BB', null, 'baby-bali', 'https://assets.coingecko.com/coins/images/20789/large/New-Era-of-Baby-Bali-200x200pxl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-bft', 'Baby BFT', 'BBFT', 1709, 'baby-bft', 'https://assets.coingecko.com/coins/images/67171/large/IMG_0370.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-bnb', 'Baby BNB', 'BABYBNB', 3762, 'baby-bnb', 'https://assets.coingecko.com/coins/images/50389/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-bottle', 'Baby Bottle', 'BOTT', 1672, 'baby-bottle', 'https://assets.coingecko.com/coins/images/69833/large/bott.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-doge-cash', 'Baby Doge Cash', 'BABYDOGECASH', null, 'baby-doge-cash', 'https://assets.coingecko.com/coins/images/16846/large/babydogecash-cmc-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-doge-coin', 'Baby Doge Coin', 'BABYDOGE', 340, 'baby-doge-coin', 'https://assets.coingecko.com/coins/images/16125/large/babydoge.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-doge-inu', 'Baby Doge Inu', '$BABYDOGEINU', null, 'baby-doge-inu', 'https://assets.coingecko.com/coins/images/17012/large/KEtLxnLH_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-floki-coin', 'Baby Floki Coin', 'BABYFLOKICOIN', null, 'baby-floki-coin', 'https://assets.coingecko.com/coins/images/18882/large/n8hZe-5I_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-floki-inu', 'Baby Floki Inu', 'BFLOKI', null, 'baby-floki-inu', 'https://assets.coingecko.com/coins/images/16759/large/floki.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-fwog', 'Baby Fwog', 'BABYFWOG', 7031, 'baby-fwog', 'https://assets.coingecko.com/coins/images/53117/large/baby_fwog.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-grok', 'Baby Grok', 'BABYGROK', 5394, null, 'https://assets.coingecko.com/coins/images/32972/large/photo_2023-11-10_15-50-54.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-grok-5', 'Baby Grok', 'BABYGROK', 3194, 'baby-grok-5', 'https://assets.coingecko.com/coins/images/67640/large/photo_2025-07-22_23.25.56_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-pepe-3', 'Baby Pepe', 'BABYPEPE', 4845, 'baby-pepe-3', 'https://assets.coingecko.com/coins/images/38672/large/NEW_BABYPEPE_LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-samo-coin', 'Baby Samo Coin', 'BABY', null, 'baby-samo-coin', 'https://assets.coingecko.com/coins/images/20262/large/386VuTho_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-shark', 'Baby Shark', 'SHARK', null, 'baby-shark', 'https://assets.coingecko.com/coins/images/15653/large/Resized_Shark_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-shark-meme', 'Baby Shark Meme', 'BABYSHARK', 3752, 'baby-shark-meme', 'https://assets.coingecko.com/coins/images/53472/large/babyshark.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-shark-tank', 'Baby Shark Tank', 'BASHTANK', null, 'baby-shark-tank', 'https://assets.coingecko.com/coins/images/15390/large/IqTGmFXy_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-shark-universe', 'Baby Shark Universe', 'BSU', 979, 'baby-shark-universe', 'https://assets.coingecko.com/coins/images/68088/large/bsu.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-shiba-inu', 'Baby Shiba Inu', 'BABYSHIBAINU', null, 'baby-shiba-inu', 'https://assets.coingecko.com/coins/images/16805/large/BabyShiba.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-solana-3', 'Baby Solana', 'BABYSOL', 12502, 'baby-solana-3', 'https://assets.coingecko.com/coins/images/68718/large/Babysol.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baby-wen', 'Baby Wen', 'BWEN', 7453, 'baby-wen', 'https://assets.coingecko.com/coins/images/51330/large/58bebe03-60fe-4c59-8bb3-e24fd919b94d.png', 100);
INSERT OR REPLACE INTO Coin VALUES('babybonk', 'BabyBonk', 'BABYBONK', null, 'babybonk', 'https://assets.coingecko.com/coins/images/33808/large/Illustration-1v2-3-1-720.png', 100);
INSERT OR REPLACE INTO Coin VALUES('babybonk-3', 'BabyBonk', 'BABYBONK', 2962, 'babybonk-3', 'https://assets.coingecko.com/coins/images/69148/large/babybonklogonew_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('babyboomtoken', 'BabyBoomToken', 'BBT', 1566, 'babyboomtoken', 'https://assets.coingecko.com/coins/images/50996/large/BabyBoomToken_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('babyfloki', 'BabyFloki', 'BABYFLOKI', null, null, 'https://assets.coingecko.com/coins/images/16712/large/floki.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('babylon', 'Babylon', 'BABY', 505, 'babylon', 'https://assets.coingecko.com/coins/images/55092/large/Baby-Symbol-Mint_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('babylons', 'Babylons', 'BABI', 8952, 'babylons', 'https://assets.coingecko.com/coins/images/17838/large/CW32Ubsk_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('babyswap', 'BabySwap', 'BABY', 12581, 'babyswap', 'https://assets.coingecko.com/coins/images/16169/large/baby.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('babyxrp', 'BabyXrp', 'BBYXRP', null, 'babyxrp', 'https://assets.coingecko.com/coins/images/16862/large/Final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('backroom', 'Backroom', 'ROOM', 3774, 'backroom', 'https://assets.coingecko.com/coins/images/66724/large/8j8rklaclbkfkbioa8xlpsxgxcdf.', 100);
INSERT OR REPLACE INTO Coin VALUES('bacon-protocol', 'Bacon Protocol', 'BAC', 4879, 'bacon-protocol', 'https://assets.coingecko.com/coins/images/53584/large/BAC_LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bacondao', 'BaconDAO', 'BACON', null, 'bacondao', 'https://assets.coingecko.com/coins/images/18059/large/xDV_bhdA_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bad-idea-ai', 'Bad Idea AI', 'BAD', 3217, 'bad-idea-ai', 'https://assets.coingecko.com/coins/images/30871/large/BadIdea-Logo_Icon-Emblem.png', 100);
INSERT OR REPLACE INTO Coin VALUES('badcatsol', 'BADCATsol', '$BADCAT', 11151, 'badcatsol', 'https://assets.coingecko.com/coins/images/51586/large/BADCAT-COIN-BIG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('badger-dao', 'Badger DAO', 'BADGER', 1411, 'badger-dao', 'https://assets.coingecko.com/coins/images/13287/large/badger_dao_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('badger-sett-badger', 'Badger Sett Badger', 'BBADGER', null, 'badger-sett-badger', 'https://assets.coingecko.com/coins/images/14502/large/BADGER_DAO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bag', 'Bag.win', 'BAG', 5150, 'bag', 'https://assets.coingecko.com/coins/images/35417/large/bag-logo-token-listing.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bagwork', 'Bagwork', 'BAGWORK', 4483, 'bagwork', 'https://assets.coingecko.com/coins/images/69171/large/nz7fu1izkuclnhur1f5nf3xlffrp.', 100);
INSERT OR REPLACE INTO Coin VALUES('baked-token', 'Baked Token', 'BAKED', 8710, 'baked-token', 'https://assets.coingecko.com/coins/images/19178/large/rebaked-logo-full.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bakerytoken', 'BakerySwap', 'BAKE', 2453, 'bakerytoken', 'https://assets.coingecko.com/coins/images/12588/large/bakerytoken_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bakerytools', 'BakeryTools', 'TBAKE', null, null, 'https://assets.coingecko.com/coins/images/15184/large/tbakelogo-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('baklava', 'Baklava', 'BAVA', 10817, 'baklava', 'https://assets.coingecko.com/coins/images/23780/large/200x200_BAVA_LOGO_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('balajis', 'balajis', 'BALAJIS', 2244, 'balajis', 'https://assets.coingecko.com/coins/images/68523/large/balajis-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('balance', 'Balance', 'EPT', 1922, 'balance', 'https://assets.coingecko.com/coins/images/55252/large/tokenzl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('balance-tokens', 'Balanced', 'BALN', 3653, 'balance-tokens', 'https://assets.coingecko.com/coins/images/15303/large/balance_tokens.png', 100);
INSERT OR REPLACE INTO Coin VALUES('balanced-dollars', 'Balanced Dollars', 'BNUSD', 2207, 'balanced-dollars', 'https://assets.coingecko.com/coins/images/18949/large/bnUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('balancer', 'Balancer', 'BAL', 644, 'balancer', 'https://assets.coingecko.com/coins/images/11683/large/Balancer.png', 100);
INSERT OR REPLACE INTO Coin VALUES('balls-of-fate', 'Balls of Fate', 'BOF', 9198, 'balls-of-fate', 'https://assets.coingecko.com/coins/images/50261/large/Balls_of_Fate.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ballswap', 'BallSwap', 'BSP', null, null, 'https://assets.coingecko.com/coins/images/14050/large/bsp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('balpha', 'bAlpha', 'BALPHA', 7836, 'balpha', 'https://assets.coingecko.com/coins/images/14224/large/logo_bAlpha_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('balsa-mm-fund', 'Balsa MM Fund', 'BMMF', 2688, 'balsa-mm-fund', 'https://assets.coingecko.com/coins/images/66844/large/BMMF.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bamboo-coin', 'Bamboo Coin', 'BMBO', null, 'bamboo-coin', 'https://assets.coingecko.com/coins/images/19620/large/FC0hnduacAAHYFC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bamboo-defi', 'BambooDeFi', 'BAMBOO', null, 'bamboo-defi', 'https://assets.coingecko.com/coins/images/13856/large/LOGO_BAMBOO_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bamboo-on-base', 'Bamboo on Base', 'BAMBOO', 5809, 'bamboo-on-base', 'https://assets.coingecko.com/coins/images/39126/large/Bamboo_Logo_800x800.png', 100);
INSERT OR REPLACE INTO Coin VALUES('banana', 'Banana', 'BANANA', 3348, 'banana', 'https://assets.coingecko.com/coins/images/17521/large/banana-token-cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('banana-for-scale-2', 'Banana For Scale', 'BANANAS31', 853, 'banana-for-scale-2', 'https://assets.coingecko.com/coins/images/52230/large/Banana_token_image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('banana-gun', 'Banana Gun', 'BANANA', 707, 'banana-gun', 'https://assets.coingecko.com/coins/images/31744/large/bg-logo-coingecko-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bananacat', 'BananaCat', 'BCAT', 3986, 'bananacat', 'https://assets.coingecko.com/coins/images/32557/large/imresizer-1698351889115.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('banano', 'Banano', 'BAN', 3255, 'banano', 'https://assets.coingecko.com/coins/images/6226/large/banano-transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bancor', 'Bancor Network Token', 'BNT', 628, 'bancor', 'https://assets.coingecko.com/coins/images/736/large/Bancor_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bancor-governance-token', 'Bancor Governance Token', 'VBNT', null, 'bancor-governance-token', 'https://assets.coingecko.com/coins/images/14053/large/vBNT_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('band-protocol', 'Band Protocol', 'BAND', 542, 'band-protocol', 'https://assets.coingecko.com/coins/images/9545/large/Band_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bankera', 'Bankera', 'BNK', null, null, 'https://assets.coingecko.com/coins/images/1949/large/bankera.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bankercoin-2', 'BankrCoin', 'BNKR', 823, 'bankercoin-2', 'https://assets.coingecko.com/coins/images/52626/large/bankr-static.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bankless-bed-index', 'Bankless BED Index', 'BED', 4356, 'bankless-bed-index', 'https://assets.coingecko.com/coins/images/17175/large/BED_Logo_-_No_border.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bankless-dao', 'Bankless DAO', 'BANK', 5612, 'bankless-dao', 'https://assets.coingecko.com/coins/images/15227/large/j4WEJrwU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bankroll-vault', 'Bankroll Vault', 'VLT', null, 'bankroll-vault', 'https://assets.coingecko.com/coins/images/11638/large/vlt-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('banksocial', 'BankSocial', 'BSL', null, 'banksocial', 'https://assets.coingecko.com/coins/images/15738/large/banksocial_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bantu', 'Bantu', 'XBN', null, null, 'https://assets.coingecko.com/coins/images/17474/large/63203576.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bao-finance', 'Bao Finance', 'BAO', 8310, 'bao-finance', 'https://assets.coingecko.com/coins/images/13547/large/BaoLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('barnbridge', 'BarnBridge', 'BOND', 3625, 'barnbridge', 'https://assets.coingecko.com/coins/images/12811/large/barnbridge.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('barter', 'Barter', 'BRTR', 12571, 'barter', 'https://assets.coingecko.com/coins/images/13401/large/BRTR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bas', 'BNB Attestation Service', 'BAS', 685, 'bas', 'https://assets.coingecko.com/coins/images/67419/large/bas.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('base-god', 'Base God', 'TYBG', 2198, 'base-god', 'https://assets.coingecko.com/coins/images/34563/large/tybg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('base-is-for-everyone', 'Base is for everyone', 'BASEISFOREVERYONE', 2638, 'base-is-for-everyone', 'https://assets.coingecko.com/coins/images/55231/large/baseisforeveryone.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('base-protocol', 'Base Protocol', 'BASE', 7014, 'base-protocol', 'https://assets.coingecko.com/coins/images/13265/large/200x200green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('based', 'BASED', 'BASED', 5489, 'based', 'https://assets.coingecko.com/coins/images/39369/large/based_solana.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('based-apu', 'Based Apu', 'APU', 6873, 'based-apu', 'https://assets.coingecko.com/coins/images/52610/large/apu-ezgif.com-webp-to-jpg-converter.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('based-brett', 'Brett', 'BRETT', 242, 'based-brett', 'https://assets.coingecko.com/coins/images/35529/large/1000050750.png', 100);
INSERT OR REPLACE INTO Coin VALUES('based-chad', 'Based Chad', 'CHAD', 3400, 'based-chad', 'https://assets.coingecko.com/coins/images/36285/large/logo_200_200_square.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('based-eth', 'Based ETH', 'BSDETH', 1343, 'based-eth', 'https://assets.coingecko.com/coins/images/35774/large/Icon_White_on_Blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('based-fartcoin', 'Based Fartcoin', 'FARTCOIN', 1748, 'based-fartcoin', 'https://assets.coingecko.com/coins/images/53113/large/farrtcoin_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('based-pepe', 'Based Pepe', 'PEPE', 2006, 'based-pepe', 'https://assets.coingecko.com/coins/images/39763/large/based_pepe_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('based-turbo', 'Based Turbo', 'TURBO', 6018, 'based-turbo', 'https://assets.coingecko.com/coins/images/52830/large/IMG_0966.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basedai', 'BasedAI', 'BASEDAI', 1640, 'basedai', 'https://assets.coingecko.com/coins/images/36607/large/1000004475.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basedd-house', 'BASEDD House', 'BASEDD', 3457, 'basedd-house', 'https://assets.coingecko.com/coins/images/66709/large/woehic0fn2ypcn8ms7ytvqy7qxdf.', 100);
INSERT OR REPLACE INTO Coin VALUES('basenji', 'Basenji', 'BENJI', 1908, 'basenji', 'https://assets.coingecko.com/coins/images/36416/large/photo_2025-07-18_00.02.26.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basic-attention-token', 'Basic Attention Token', 'BAT', 276, 'basic-attention-token', 'https://assets.coingecko.com/coins/images/677/large/basic-attention-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basis-cash', 'Basis Cash', 'BAC', 7600, 'basis-cash', 'https://assets.coingecko.com/coins/images/13246/large/BAC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basis-gold-share-heco', 'Basis Gold Share (Heco)', 'BAGS', null, null, 'https://assets.coingecko.com/coins/images/13694/large/BAGS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basis-markets', 'basis.markets', 'BASIS', null, 'basis-markets', 'https://assets.coingecko.com/coins/images/21444/large/tkQevyc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basis-share', 'Basis Share', 'BAS', 7392, null, 'https://assets.coingecko.com/coins/images/13251/large/BAS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('basisos-by-virtuals', 'BasisOS by Virtuals', 'BIOS', 4650, 'basisos-by-virtuals', 'https://assets.coingecko.com/coins/images/55534/large/8K7xbWmZ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('baskt-fun', 'Baskt.Fun', 'BASKT', 10607, 'baskt-fun', 'https://assets.coingecko.com/coins/images/51858/large/basktlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('battle-infinity', 'Battle Infinity', 'IBAT', 6564, null, 'https://assets.coingecko.com/coins/images/27069/large/ibat_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('battle-of-three-kingdoms', 'SGC', 'SGC', 3027, 'battle-of-three-kingdoms', 'https://assets.coingecko.com/coins/images/66558/large/sgc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('battle-pets', 'Battle Pets', 'PET', 7239, null, 'https://assets.coingecko.com/coins/images/14354/large/hello_pets.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('battle-world', 'Battle World', 'BWO', 3976, null, 'https://assets.coingecko.com/coins/images/25799/large/battleworld_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bazaars', 'Bazaars', 'BZR', null, 'bazaars', 'https://assets.coingecko.com/coins/images/26392/large/bazaars_logo-color-black-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bazed-games', 'Bazed Games', 'BAZED', 3711, 'bazed-games', 'https://assets.coingecko.com/coins/images/31195/large/IMG_1849.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bbachain', 'BBAChain', 'BBA', 5468, 'bbachain', 'https://assets.coingecko.com/coins/images/52950/large/logo-01_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bbqcoin', 'BBQCOIN', 'BBQ', 5559, 'bbqcoin', 'https://assets.coingecko.com/coins/images/51348/large/MJZ74qGI_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bc-token', 'BC Token', 'BC', 653, 'bc-token', 'https://assets.coingecko.com/coins/images/53197/large/Graphic_Only-200black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bcpay-fintech', 'BCPAY FinTech', 'BCPAY', 9329, 'bcpay-fintech', 'https://assets.coingecko.com/coins/images/18342/large/bcpay.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bdc-coin', 'BDC COIN', 'BDC DANA', 11841, 'bdc-coin', 'https://assets.coingecko.com/coins/images/68116/large/k5ytpctzmg0n5fjvhb6up00wusxh.', 100);
INSERT OR REPLACE INTO Coin VALUES('bdollar', 'bDollar', 'BDO', null, 'bdollar', 'https://assets.coingecko.com/coins/images/13487/large/bdollar-yellow.png', 100);
INSERT OR REPLACE INTO Coin VALUES('be-for-fwx', 'Be For FWX', 'B4FWX', 2739, 'be-for-fwx', 'https://assets.coingecko.com/coins/images/38663/large/b4fwx-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beam', 'BEAM', 'BEAM', 2000, 'beam', 'https://assets.coingecko.com/coins/images/7339/large/BEAM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beam-2', 'Beam', 'BEAM', 239, 'beam-2', 'https://assets.coingecko.com/coins/images/32417/large/cgicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bean', 'Bean', 'BEAN', null, 'bean', 'https://assets.coingecko.com/coins/images/18447/large/bean-logo-coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bean-cash', 'Bean Cash', 'BITB', null, 'bean-cash', 'https://assets.coingecko.com/coins/images/254/large/bitbean.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bear-in-bathrobe', 'Bear In Bathrobe', 'BIB', 3783, 'bear-in-bathrobe', 'https://assets.coingecko.com/coins/images/53932/large/BIB_PF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bearxrpl', 'BEARXRPL', '$BEAR', 3338, 'bearxrpl', 'https://assets.coingecko.com/coins/images/54155/large/QmckXBopdPwEt9poD74jw1CAa24fj8ePmn89Pd9f2Vfftq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beast-seller', 'BEAST SELLER', 'BEAST', 4730, 'beast-seller', 'https://assets.coingecko.com/coins/images/67818/large/Screenshot_2025-07-30_at_0.26.41.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bedrock-btc', 'Bedrock BTC', 'BRBTC', 781, 'bedrock-btc', 'https://assets.coingecko.com/coins/images/53039/large/brBTC_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bedrock-token', 'Bedrock', 'BR', 1550, 'bedrock-token', 'https://assets.coingecko.com/coins/images/54908/large/BR_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beefy-finance', 'Beefy.Finance', 'BIFI', 1636, 'beefy-finance', 'https://assets.coingecko.com/coins/images/12704/large/bifi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beenz', 'BEENZ', 'BEENZ', 7149, 'beenz', 'https://assets.coingecko.com/coins/images/53857/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beeper-coin', 'Beeper Coin', 'BEEPER', 3354, 'beeper-coin', 'https://assets.coingecko.com/coins/images/53403/large/Frame_70334.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beercoin-2', 'Beercoin', 'BEER', 2970, 'beercoin-2', 'https://assets.coingecko.com/coins/images/38123/large/beer_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('beercoin2', 'Beercoin 2', 'BEER2', 7218, 'beercoin2', 'https://assets.coingecko.com/coins/images/66140/large/Yellow_Coin_1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('beethoven-x', 'Beethoven X', 'BEETS', 2330, 'beethoven-x', 'https://assets.coingecko.com/coins/images/19158/large/beets.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beets', 'Beets', 'BEETS', 2614, 'beets', 'https://assets.coingecko.com/coins/images/53249/large/beets.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beets-staked-sonic', 'Beets Staked Sonic', 'STS', 758, 'beets-staked-sonic', 'https://assets.coingecko.com/coins/images/52937/large/token-beets-staked-sonic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('befi-labs', 'BeFi Labs', 'BEFI', null, 'befi-labs', 'https://assets.coingecko.com/coins/images/34384/large/Image_22-11-2024_at_14.49.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('beholder', 'Behodler', 'EYE', 6779, 'beholder', 'https://assets.coingecko.com/coins/images/12804/large/etherscan-eye-2-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beincom', 'Beincom', 'BIC', 1611, 'beincom', 'https://assets.coingecko.com/coins/images/55109/large/BIC_-_Violet_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beingai', 'BEINGAI', 'BEING_AI', 10576, 'beingai', 'https://assets.coingecko.com/coins/images/53334/large/Being_AI_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bela', 'Bela Aqua', 'AQUA', null, 'bela', 'https://assets.coingecko.com/coins/images/15566/large/d5bnQ0H.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beldex', 'Beldex', 'BDX', 160, 'beldex', 'https://assets.coingecko.com/coins/images/5111/large/Beldex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('believe-in-something-2', 'believe in something', 'DTF', 5352, 'believe-in-something-2', 'https://assets.coingecko.com/coins/images/51561/large/dtf4k.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bella-protocol', 'Bella Protocol', 'BEL', 1394, 'bella-protocol', 'https://assets.coingecko.com/coins/images/12478/large/Bella.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bellscoin', 'Bellscoin', 'BELLS', 1889, 'bellscoin', 'https://assets.coingecko.com/coins/images/33822/large/IMG_6067.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('belt', 'Belt', 'BELT', 3575, 'belt', 'https://assets.coingecko.com/coins/images/14319/large/belt_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bemo-staked-ton', 'bemo Staked TON', 'STTON', 2150, 'bemo-staked-ton', 'https://assets.coingecko.com/coins/images/36516/large/Bemo_logo-01.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ben-pasternak', 'Ben Pasternak', 'PASTERNAK', 541, 'ben-pasternak', 'https://assets.coingecko.com/coins/images/53916/large/launchcoin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ben-the-dog', 'Ben the Dog', 'BENDOG', 5812, 'ben-the-dog', 'https://assets.coingecko.com/coins/images/36994/large/Q1DO0l9F_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('benddao', 'BendDao', 'BEND', 4891, 'benddao', 'https://assets.coingecko.com/coins/images/22829/large/benddao.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('benqi', 'BENQI', 'QI', 835, 'benqi', 'https://assets.coingecko.com/coins/images/16362/large/GergDDN3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('benqi-liquid-staked-avax', 'BENQI Liquid Staked AVAX', 'SAVAX', 201, 'benqi-liquid-staked-avax', 'https://assets.coingecko.com/coins/images/23657/large/savax_blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beny-bad-boy', 'Beny Bad Boy', 'BBB', 2014, 'beny-bad-boy', 'https://assets.coingecko.com/coins/images/50629/large/bbb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('benzene', 'Benzene', 'BZN', 8150, 'benzene', 'https://assets.coingecko.com/coins/images/17368/large/bzn-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bep20-leo', 'BEP20 LEO', 'BLEO', null, 'bep20-leo', 'https://assets.coingecko.com/coins/images/18764/large/2bP4pJr4wVimqCWjYimXJe2cnCgnAD5Au3rAU7JkDc2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bepro-network', 'BEPRO Network', 'BEPRO', 4087, 'bepro-network', 'https://assets.coingecko.com/coins/images/10251/large/bepro_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('berachain-bera', 'Berachain', 'BERA', 265, 'berachain-bera', 'https://assets.coingecko.com/coins/images/25235/large/BERA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('berachain-staked-eth', 'Berachain Staked ETH', 'BERAETH', 3730, 'berachain-staked-eth', 'https://assets.coingecko.com/coins/images/54260/large/beraETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beraxbt', 'BeraXBT', 'BIXBT', 8242, 'beraxbt', 'https://assets.coingecko.com/coins/images/55022/large/BeraLogo-200px.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('berry', 'Berry', 'BERRY', 4493, null, 'https://assets.coingecko.com/coins/images/11016/large/Berry_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('berry-data', 'Berry Data', 'BRY', 6833, 'berry-data', 'https://assets.coingecko.com/coins/images/13987/large/berry.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('berryswap', 'BerrySwap', 'BERRY', null, null, 'https://assets.coingecko.com/coins/images/14609/large/Berry.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bertram-the-pomeranian', 'Bertram The Pomeranian', 'BERT', 633, 'bertram-the-pomeranian', 'https://assets.coingecko.com/coins/images/51480/large/photo_2025-04-22_23.04.39.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beta-finance', 'Beta Finance', 'BETA', 1549, 'beta-finance', 'https://assets.coingecko.com/coins/images/18715/large/beta_finance.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('beth', 'Beth', '$BETH', 9786, 'beth', 'https://assets.coingecko.com/coins/images/52999/large/bethcg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bettensor', 'Bettensor', 'SN30', 2273, 'bettensor', 'https://assets.coingecko.com/coins/images/66378/large/bettensor-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('beyond-finance', 'BeyondFi', 'BYN', null, 'beyond-finance', 'https://assets.coingecko.com/coins/images/14746/large/NBX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('beyond-protocol', 'Beyond Protocol', 'BP', null, null, 'https://assets.coingecko.com/coins/images/4732/large/b-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bezoge-earth', 'Bezoge Earth', 'BEZOGE', 5739, 'bezoge-earth', 'https://assets.coingecko.com/coins/images/15639/large/token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bfg-token', 'BFG Token', 'BFG', 1855, 'bfg-token', 'https://assets.coingecko.com/coins/images/18108/large/BFG_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bficoin', 'Bficoin', 'BFIC', 3231, 'bficoin', 'https://assets.coingecko.com/coins/images/14884/large/4e0ba862ec6a4634bb8abba34838ab26.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bfusd', 'BFUSD', 'BFUSD', 80, 'bfusd', 'https://assets.coingecko.com/coins/images/68227/large/bfusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bianrensheng', '币安人生', '币安人生', 326, 'bianrensheng', 'https://assets.coingecko.com/coins/images/69848/large/%E5%B8%81%E5%AE%89%E4%BA%BA%E7%94%9F.png', 100);
INSERT OR REPLACE INTO Coin VALUES('biao-on-bnbchain', 'Biao on BNBChain', 'BIAO', 9184, 'biao-on-bnbchain', 'https://assets.coingecko.com/coins/images/55007/large/Biao.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('biao-on-sol', 'BIAO on SOL', 'BIAO', 5318, 'biao-on-sol', 'https://assets.coingecko.com/coins/images/52260/large/BIAO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bibox-token', 'Bibox Token', 'BIX', 4992, null, 'https://assets.coingecko.com/coins/images/1441/large/bibox-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('biconomy', 'Biconomy', 'BICO', 634, 'biconomy', 'https://assets.coingecko.com/coins/images/21061/large/biconomy_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('biconomy-exchange-token', 'Biconomy Exchange Token', 'BIT', 2642, 'biconomy-exchange-token', 'https://assets.coingecko.com/coins/images/18198/large/mGky0OOh_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bidao', 'Bidao', 'BID', null, 'bidao', 'https://assets.coingecko.com/coins/images/12596/large/bidao.png', 100);
INSERT OR REPLACE INTO Coin VALUES('biden-coin', 'Biden Coin', 'BIDEN', 5635, 'biden-coin', 'https://assets.coingecko.com/coins/images/67052/large/logo_1_1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bidz-coin', 'BIDZ Coin', 'BIDZ', 3320, 'bidz-coin', 'https://assets.coingecko.com/coins/images/26177/large/O99u27zU_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bifi', 'BiFi', 'BIFI', 4634, 'bifi', 'https://assets.coingecko.com/coins/images/13671/large/ysYIu7Q.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bifrost', 'Bifrost', 'BFC', 829, 'bifrost', 'https://assets.coingecko.com/coins/images/4639/large/BFC_Symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bifrost-native-coin', 'Bifrost Native Coin', 'BNC', 2443, 'bifrost-native-coin', 'https://assets.coingecko.com/coins/images/19259/large/bifrost.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bifrost-voucher-manta', 'Bifrost Voucher MANTA', 'VMANTA', 4333, 'bifrost-voucher-manta', 'https://assets.coingecko.com/coins/images/34707/large/vMANTA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('big', 'BIG', 'BIG', 7994, 'big', 'https://assets.coingecko.com/coins/images/52449/large/fix.png', 100);
INSERT OR REPLACE INTO Coin VALUES('big-data-protocol', 'Big Data Protocol', 'BDP', 5023, 'big-data-protocol', 'https://assets.coingecko.com/coins/images/14222/large/logo_BDP_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('big-defi-energy', 'Big Defi Energy', 'BDE', null, 'big-defi-energy', 'https://assets.coingecko.com/coins/images/17903/large/bde.png', 100);
INSERT OR REPLACE INTO Coin VALUES('big-dog-fink', 'Big Dog Fink', 'BINK', null, 'big-dog-fink', 'https://assets.coingecko.com/coins/images/51674/large/IMG_6585.png', 100);
INSERT OR REPLACE INTO Coin VALUES('big-jim', 'BIG JIM', 'BIGJIM', 12251, 'big-jim', 'https://assets.coingecko.com/coins/images/53034/large/big_jim_braccia_incrociate.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('big-pharmai', 'Big Pharmai', 'DRUGS', 4138, 'big-pharmai', 'https://assets.coingecko.com/coins/images/52800/large/newprofilepic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('big-time', 'Big Time', 'BIGTIME', 639, 'big-time', 'https://assets.coingecko.com/coins/images/32251/large/-6136155493475923781_121.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('big-tony', 'Big Tony', 'TONY', 5141, 'big-tony', 'https://assets.coingecko.com/coins/images/54091/large/logo-128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bigcoin-2', 'Bigcoin', 'BIG', 2156, 'bigcoin-2', 'https://assets.coingecko.com/coins/images/55214/large/H-4X_qxN_400x400-1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bigshortbets', 'BigShortBets', 'BIGSB', 4646, 'bigshortbets', 'https://assets.coingecko.com/coins/images/18235/large/bigsb-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bilira', 'BiLira', 'TRYB', 2129, 'bilira', 'https://assets.coingecko.com/coins/images/10119/large/JBs9jiXO_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('billion-dollar-cat-runes', 'BILLION•DOLLAR•CAT (Runes)', 'BDC', 2403, 'billion-dollar-cat-runes', 'https://assets.coingecko.com/coins/images/38389/large/IMG_2824.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('billionhappiness', 'BillionHappiness', 'BHC', 9285, 'billionhappiness', 'https://assets.coingecko.com/coins/images/12803/large/BHC_BLACK_TRANSPARENT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('billy', 'Billy', 'BILLY', 3233, 'billy', 'https://assets.coingecko.com/coins/images/38745/large/BILLY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('billy-base', 'Billy Base', 'BILLY', 3770, 'billy-base', 'https://assets.coingecko.com/coins/images/67774/large/3kXxPsKv_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('billy-bets-by-virtuals', 'Billy Bets by Virtuals', '$BILLY', null, 'billy-bets-by-virtuals', 'https://assets.coingecko.com/coins/images/54536/large/BillyLogots.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bim-2', 'BIM', 'BIM', 595, 'bim-2', 'https://assets.coingecko.com/coins/images/54860/large/bim-fi.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('binamon', 'Binamon', 'BMON', 5142, 'binamon', 'https://assets.coingecko.com/coins/images/16346/large/bmon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-bitcoin', 'Binance Bitcoin', 'BTCB', null, 'binance-bitcoin', 'https://assets.coingecko.com/coins/images/14108/large/Binance-bitcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-bridged-usdc-bnb-smart-chain', 'Binance Bridged USDC (BNB Smart Chain)', 'USDC', 107, 'binance-bridged-usdc-bnb-smart-chain', 'https://assets.coingecko.com/coins/images/35220/large/USDC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-bridged-usdt-bnb-smart-chain', 'Binance Bridged USDT (BNB Smart Chain)', 'BSC-USD', 26, 'binance-bridged-usdt-bnb-smart-chain', 'https://assets.coingecko.com/coins/images/35021/large/USDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-eth', 'Binance ETH staking', 'BETH', null, 'binance-eth', 'https://assets.coingecko.com/coins/images/13804/large/Binnace.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-avalanche', 'Binance-Peg Avalanche', 'AVAX', 822, 'binance-peg-avalanche', 'https://assets.coingecko.com/coins/images/18674/large/avax_logo_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-bitcoin-cash', 'Binance-Peg Bitcoin Cash', 'BCH', null, 'binance-peg-bitcoin-cash', 'https://assets.coingecko.com/coins/images/15774/large/bitcoin-cash-circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-busd', 'Binance-Peg BUSD', 'BUSD', 249, 'binance-peg-busd', 'https://assets.coingecko.com/coins/images/31273/large/new_binance-peg-busd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-cardano', 'Binance-Peg Cardano', 'ADA', null, 'binance-peg-cardano', 'https://assets.coingecko.com/coins/images/15455/large/ZE8LxNBf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-dai', 'Binance-Peg DAI', 'DAI', 871, 'binance-peg-dai', 'https://assets.coingecko.com/coins/images/39784/large/dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-dogecoin', 'Binance-Peg Dogecoin', 'DOGE', 174, 'binance-peg-dogecoin', 'https://assets.coingecko.com/coins/images/15768/large/dogecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-eos', 'Binance-Peg EOS', 'EOS', 2243, 'binance-peg-eos', 'https://assets.coingecko.com/coins/images/15771/large/eos-eos-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-ethereum', 'Binance-Peg Ethereum', 'ETH', 23, 'weth', 'https://assets.coingecko.com/coins/images/2518/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-filecoin', 'Binance-Peg Filecoin', 'FIL', null, 'binance-peg-filecoin', 'https://assets.coingecko.com/coins/images/15776/large/filecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-firo', 'Binance-Peg Firo', 'FIRO', null, 'binance-peg-firo', 'https://assets.coingecko.com/coins/images/20128/large/firocoingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-iotex', 'Binance-Peg IoTeX', 'IOTX', null, 'binance-peg-iotex', 'https://assets.coingecko.com/coins/images/15978/large/iotex-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-litecoin', 'Binance-Peg Litecoin', 'LTC', null, 'binance-peg-litecoin', 'https://assets.coingecko.com/coins/images/15456/large/LrysCc5Q_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-ontology', 'Binance-Peg Ontology', 'ONT', null, 'binance-peg-ontology', 'https://assets.coingecko.com/coins/images/18559/large/ont.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-polkadot', 'Binance-Peg Polkadot', 'DOT', null, 'binance-peg-polkadot', 'https://assets.coingecko.com/coins/images/15457/large/-Tj2WF_6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-sol', 'Binance-Peg SOL', 'SOL', 315, 'binance-peg-sol', 'https://assets.coingecko.com/coins/images/54582/large/wsol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-weth', 'Binance-Peg WETH', 'WETH', 61, 'binance-peg-weth', 'https://assets.coingecko.com/coins/images/39580/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-peg-xrp', 'Binance-Peg XRP', 'XRP', null, 'binance-peg-xrp', 'https://assets.coingecko.com/coins/images/15458/large/ryyrCapt_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-staked-sol', 'Binance Staked SOL', 'BNSOL', 66, 'binance-staked-sol', 'https://assets.coingecko.com/coins/images/40132/large/bnsol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-usd', 'Binance USD', 'BUSD', 728, 'binance-usd', 'https://assets.coingecko.com/coins/images/9576/large/BUSDLOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-wrapped-btc', 'Binance Wrapped BTC', 'BBTC', null, 'binance-wrapped-btc', 'https://assets.coingecko.com/coins/images/14867/large/binance-btc_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binance-yellow-robot', 'Binance Yellow Robot', 'BINA', 3266, 'binance-yellow-robot', 'https://assets.coingecko.com/coins/images/69849/large/bina.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binancecoin', 'Binance Coin', 'BNB', 3, 'binancecoin', 'https://assets.coingecko.com/coins/images/825/large/bnb-icon2_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binaryx', 'BinaryX', 'BNX', 3761, 'binaryx', 'https://assets.coingecko.com/coins/images/18095/large/BinaryX-RGB-01_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bincentive', 'Bincentive', 'BCNT', null, 'bincentive', 'https://assets.coingecko.com/coins/images/9661/large/bcnt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binemon', 'Binemon', 'BIN', null, 'binemon', 'https://assets.coingecko.com/coins/images/17932/large/logo-v3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('binstarter', 'BinStarter', 'BSR', 4460, 'binstarter', 'https://assets.coingecko.com/coins/images/17554/large/BSR200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bio-protocol', 'Bio Protocol', 'BIO', 369, 'bio-protocol', 'https://assets.coingecko.com/coins/images/53022/large/bio.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('biopassport', 'Bio Passport', 'BIOT', null, 'biopassport', 'https://assets.coingecko.com/coins/images/14167/large/logo_%2895%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('birake', 'Birake', 'BIR', 4841, null, 'https://assets.coingecko.com/coins/images/6063/large/birake.png', 100);
INSERT OR REPLACE INTO Coin VALUES('birbstrategy', 'BirbStrategy', 'BIRBSTR', 2764, 'birbstrategy', 'https://assets.coingecko.com/coins/images/69405/large/aprstr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bird-dog', 'Bird Dog', 'BIRDDOG', 3854, 'bird-dog', 'https://assets.coingecko.com/coins/images/36707/large/birddog-cg-200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bird-money', 'Bird.Money', 'BIRD', 9708, 'bird-money', 'https://assets.coingecko.com/coins/images/13260/large/favicon-180x180.png', 100);
INSERT OR REPLACE INTO Coin VALUES('birdei', 'Birdei', 'BIRDEI', 10590, 'birdei', 'https://assets.coingecko.com/coins/images/66396/large/Birdei_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bismuth', 'Bismuth', 'BIS', 5411, 'bismuth', 'https://assets.coingecko.com/coins/images/974/large/bis200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bistroo', 'Bistroo', 'BIST', 5744, 'bistroo', 'https://assets.coingecko.com/coins/images/15645/large/bistroo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('biswap', 'Biswap', 'BSW', 2835, 'biswap', 'https://assets.coingecko.com/coins/images/16845/large/biswap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bit-store-coin', 'Bit Store', 'STORE', null, 'bit-store-coin', 'https://assets.coingecko.com/coins/images/20463/large/bit_store.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('bit2me', 'Bit2Me', 'B2M', 875, 'bit2me', 'https://assets.coingecko.com/coins/images/19848/large/b2m-circle-solid-default.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitball', 'Bitball', 'BTB', 8434, 'bitball', 'https://assets.coingecko.com/coins/images/7039/large/IMG_2064.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitbar', 'Bitbar', 'BTB', null, null, 'https://assets.coingecko.com/coins/images/97/large/bitbar-logo-128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitboard', 'BitBoard', 'BB', 1749, 'bitboard', 'https://assets.coingecko.com/coins/images/52618/large/lOviRzPu_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitbonk', 'BitBonk', 'BBONK', 7134, 'bitbonk', 'https://assets.coingecko.com/coins/images/50782/large/IMG_1140.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitbook-token', 'BitBook', 'BBT', null, 'bitbook-token', 'https://assets.coingecko.com/coins/images/15965/large/bitbook.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('bitboost', 'BitBoost', 'BBT', null, null, 'https://assets.coingecko.com/coins/images/1194/large/bitboost.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcanna', 'BitCanna', 'BCNA', null, 'bitcanna', 'https://assets.coingecko.com/coins/images/4716/large/bcna.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcast', 'Bitcast', 'SN93', 1827, 'bitcast', 'https://assets.coingecko.com/coins/images/66365/large/sn93.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcicoin', 'Bitcicoin', 'BITCI', 6414, 'bitcicoin', 'https://assets.coingecko.com/coins/images/13816/large/output-onlinepngtools.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin', 'Bitcoin', 'BTC', 1, 'bitcoin', 'https://assets.coingecko.com/coins/images/1/large/bitcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-2', 'Bitcoin 2', 'BTC2', 3238, 'bitcoin-2', 'https://assets.coingecko.com/coins/images/5925/large/bitcoin2_logo256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-5', 'Bitcoin.ℏ', 'BTC.ℏ', 2541, 'bitcoin-5', 'https://assets.coingecko.com/coins/images/55129/large/bitcoinHT_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-avalanche-bridged-btc-b', 'Bitcoin Avalanche Bridged (BTC.b)', 'BTC.B', 176, 'bitcoin-avalanche-bridged-btc-b', 'https://assets.coingecko.com/coins/images/26115/large/btcb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-bit', 'Bitcoin Bit', 'BCB', 2142, 'bitcoin-bit', 'https://assets.coingecko.com/coins/images/55532/large/bitcoinbit_simbol-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-bridged-zed20', 'Bitcoin Bridged ZED20', 'BTC.Z', 2325, 'bitcoin-bridged-zed20', 'https://assets.coingecko.com/coins/images/38101/large/btc-z.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-cash', 'Bitcoin Cash', 'BCH', 20, 'bitcoin-cash', 'https://assets.coingecko.com/coins/images/780/large/bitcoin-cash-circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-cash-sv', 'Bitcoin SV', 'BSV', 195, 'bitcoin-cash-sv', 'https://assets.coingecko.com/coins/images/6799/large/BSV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-diamond', 'Bitcoin Diamond', 'BCD', 2223, 'bitcoin-diamond', 'https://assets.coingecko.com/coins/images/1254/large/bitcoin-diamond.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-fast', 'Bitcoin Fast', 'BCF', null, null, 'https://assets.coingecko.com/coins/images/1323/large/bcf.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-god', 'Bitcoin God', 'GOD', null, null, 'https://assets.coingecko.com/coins/images/2543/large/bitcoin-god.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-gold', 'Bitcoin Gold', 'BTG', 1100, 'bitcoin-gold', 'https://assets.coingecko.com/coins/images/1043/large/bitcoin-gold-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-limited-edition', 'Bitcoin Limited Edition', 'BTCLE', 1170, 'bitcoin-limited-edition', 'https://assets.coingecko.com/coins/images/68354/large/icon_btcle_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-on-base', 'Bitcoin on Base', 'BTCB', 2917, 'bitcoin-on-base', 'https://assets.coingecko.com/coins/images/38868/large/BTCB_Official_Logo_July_2024.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-on-katana', 'Bitcoin on Katana', 'BTCK', 918, 'bitcoin-on-katana', 'https://assets.coingecko.com/coins/images/68287/large/btc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-plus', 'Bitcoin Plus', 'XBC', 5229, 'bitcoin-plus', 'https://assets.coingecko.com/coins/images/469/large/bitcoin_plus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-private', 'Bitcoin Private', 'BTCP', null, null, 'https://assets.coingecko.com/coins/images/3413/large/icon_btcp-1000px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-pro', 'Bitcoin Pro', 'BTCP', 3718, 'bitcoin-pro', 'https://assets.coingecko.com/coins/images/3545/large/DSiD9ZhWsAE_8cS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-subsidium', 'Bitcoin Subsidium', 'XBTX', 7486, null, 'https://assets.coingecko.com/coins/images/9539/large/coin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-trc20', 'Bitcoin TRC20', 'BTCT', null, 'bitcoin-trc20', 'https://assets.coingecko.com/coins/images/16999/large/9486.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-usd-btcfi', 'Bitcoin USD (BTCFi)', 'BTCUSD', 1933, 'bitcoin-usd-btcfi', 'https://assets.coingecko.com/coins/images/37181/large/BtcUSD_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-vault', 'Bitcoin Vault', 'BTCV', null, 'bitcoin-vault', 'https://assets.coingecko.com/coins/images/10764/large/logo_large_full_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoin-wizards', 'Bitcoin Wizards', 'WZRD', 2680, 'bitcoin-wizards', 'https://assets.coingecko.com/coins/images/33425/large/78e454a7f80334c3e2ac89a314e79e0.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoinbam', 'BitcoinBam', 'BTCBAM', 4718, 'bitcoinbam', 'https://assets.coingecko.com/coins/images/12854/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoinx', 'BitcoinX', 'BCX', null, 'bitcoinx', 'https://assets.coingecko.com/coins/images/1351/large/bitcoinx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoinz', 'BitcoinZ', 'BTCZ', 4859, 'bitcoinz', 'https://assets.coingecko.com/coins/images/1004/large/BTCZ_LOGO-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoinzk-zyra', 'BitcoinZK', 'ZYRA', 893, 'bitcoinzk-zyra', 'https://assets.coingecko.com/coins/images/69140/large/uNCqBwtf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcoiva', 'Bitcoiva', 'BCA', null, 'bitcoiva', 'https://assets.coingecko.com/coins/images/13016/large/Untitled-design-6-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitcore', 'BitCore', 'BTX', 3649, 'bitcore', 'https://assets.coingecko.com/coins/images/680/large/BitCoreBTXlogoJan2021inv.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitdao', 'BitDAO', 'BIT', null, 'bitdao', 'https://assets.coingecko.com/coins/images/17627/large/rI_YptK8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitdca', 'BitDCA', 'BDCA', 575, 'bitdca', 'https://assets.coingecko.com/coins/images/54590/large/bdca_logo_transparent200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitecoin-2', 'Bitecoin', 'BITE', 7685, 'bitecoin-2', 'https://assets.coingecko.com/coins/images/67427/large/U3xwp1nh_400x400_%281%29_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitenium-token', 'Bitenium Token', 'BT', null, 'bitenium-token', 'https://assets.coingecko.com/coins/images/14618/large/BT-token-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitfinity-network', 'Bitfinity Network', 'BTF', 9287, 'bitfinity-network', 'https://assets.coingecko.com/coins/images/52096/large/WeI-EGzK_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitforex', 'Bitforex Token', 'BF', null, null, 'https://assets.coingecko.com/coins/images/5330/large/BitForex-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitget-staked-sol', 'Bitget Staked SOL', 'BGSOL', 1373, 'bitget-staked-sol', 'https://assets.coingecko.com/coins/images/54550/large/bgsol-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitget-token', 'Bitget Token', 'BGB', 47, 'bitget-token', 'https://assets.coingecko.com/coins/images/11610/large/Bitget_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitget-wallet-token', 'Bitget Wallet Token', 'BWB', 562, null, 'https://assets.coingecko.com/coins/images/37767/large/bwb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitkub-coin', 'Bitkub Coin', 'KUB', 440, 'bitkub-coin', 'https://assets.coingecko.com/coins/images/15760/large/KUB_Coin_2025.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitlayer-bitvm', 'Bitlayer', 'BTR', 1473, 'bitlayer-bitvm', 'https://assets.coingecko.com/coins/images/55177/large/App_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitlight', 'Bitlight', 'LIGHT', 979, 'bitlight', 'https://assets.coingecko.com/coins/images/69521/large/bitlight.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitlocus', 'Bitlocus', 'BTL', 9738, null, 'https://assets.coingecko.com/coins/images/20913/large/btl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitmappunks', 'BitmapPunks', 'BMP', 2271, 'bitmappunks', 'https://assets.coingecko.com/coins/images/53387/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitmark', 'Bitmark', 'MARKS', null, null, 'https://assets.coingecko.com/coins/images/125/large/bitmark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitmart-token', 'BitMart Token', 'BMX', 423, 'bitmart-token', 'https://assets.coingecko.com/coins/images/5236/large/bitmart-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitmex-token', 'BitMEX', 'BMEX', 1281, 'bitmex-token', 'https://assets.coingecko.com/coins/images/21831/large/bitmex-token.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitmind', 'BitMind', 'SN34', 1321, 'bitmind', 'https://assets.coingecko.com/coins/images/66422/large/bitmind-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bito-coin', 'BITO Coin', 'BITO', null, 'bito-coin', 'https://assets.coingecko.com/coins/images/7796/large/bitopro_28.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitorbit', 'BitOrbit', 'BITORB', 12487, 'bitorbit', 'https://assets.coingecko.com/coins/images/19850/large/bitorbit.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('bitpanda-ecosystem-token', 'Bitpanda Ecosystem Token', 'BEST', null, 'bitpanda-ecosystem-token', 'https://assets.coingecko.com/coins/images/8738/large/BEST-Coin-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitrise-token', 'Bitrise Token', 'BRISE', 1350, 'bitrise-token', 'https://assets.coingecko.com/coins/images/17388/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitrock', 'Bitrock', 'BROCK', 6320, 'bitrock', 'https://assets.coingecko.com/coins/images/30987/large/20230713_155626.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitrue-token', 'Bitrue Coin', 'BTR', 1738, 'bitrue-token', 'https://assets.coingecko.com/coins/images/8873/large/Bittrue_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitscrunch-token', 'bitsCrunch Token', 'BCUT', 2028, 'bitscrunch-token', 'https://assets.coingecko.com/coins/images/34832/large/logo-256_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitshares', 'BitShares', 'BTS', 2780, 'bitshares', 'https://assets.coingecko.com/coins/images/95/large/bts.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitshiba', 'BitShiba', 'SHIBA', null, 'bitshiba', 'https://assets.coingecko.com/coins/images/20205/large/3g2LGTkS_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bitsong', 'BitSong', 'BTSG', 5779, 'bitsong', 'https://assets.coingecko.com/coins/images/5041/large/logo_-_2021-01-10T210801.390.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bitspawn', 'Bitspawn', 'SPWN', 12312, 'bitspawn', 'https://assets.coingecko.com/coins/images/16513/large/token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bittensor', 'Bittensor', 'TAO', 45, 'bittensor', 'https://assets.coingecko.com/coins/images/28452/large/ARUsPeNQ_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bittoken', 'BITToken', 'BITT', 12546, 'bittoken', 'https://assets.coingecko.com/coins/images/13783/large/BITT_Logo_256pixels.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bittorrent', 'BitTorrent', 'BTT', 178, 'bittorrent', 'https://assets.coingecko.com/coins/images/22457/large/btt_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bittorrent-old', 'BitTorrent [OLD]', 'BTTOLD', null, 'bittorrent-old', 'https://assets.coingecko.com/coins/images/7595/large/BTT_Token_Graphic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bityuan', 'Bityuan', 'BTY', 1223, 'bityuan', 'https://assets.coingecko.com/coins/images/8679/large/BTY_logo_%28200_200%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bizauto', 'BizAuto', 'BIZA', 4862, 'bizauto', 'https://assets.coingecko.com/coins/images/32005/large/BizAuto_logo_231227.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bizzy-by-virtuals', 'Bizzy by Virtuals', 'BIZ', 4035, 'bizzy-by-virtuals', 'https://assets.coingecko.com/coins/images/56017/large/Bizzy.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bkokfi', 'BKOKFi', 'BKOK', 5296, 'bkokfi', 'https://assets.coingecko.com/coins/images/50963/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('black-agnus', 'Black Agnus', 'FTW', 6972, 'black-agnus', 'https://assets.coingecko.com/coins/images/50170/large/32x32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('black-devil', 'Black Devil', 'ANGLERFISH', 7956, 'black-devil', 'https://assets.coingecko.com/coins/images/54483/large/IMG_4114.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('black-mirror', 'Black Mirror', 'MIRROR', 3098, 'black-mirror', 'https://assets.coingecko.com/coins/images/68922/large/black_mirror.png', 100);
INSERT OR REPLACE INTO Coin VALUES('black-phoenix', 'Black Phoenix', 'BPX', null, 'black-phoenix', 'https://assets.coingecko.com/coins/images/16948/large/photo_2021-05-11_01-35-19.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('black-unicorn-corp', 'Black Unicorn Corp.', 'MOON', 7284, 'black-unicorn-corp', 'https://assets.coingecko.com/coins/images/52874/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blackcoin', 'BlackCoin', 'BLK', 2635, 'blackcoin', 'https://assets.coingecko.com/coins/images/50/large/blackcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blackhat-coin', 'BlackHat Coin', 'BLKC', 9335, null, 'https://assets.coingecko.com/coins/images/15987/large/logo_light.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blackhole', 'Blackhole', 'BLACK', 1010, 'blackhole', 'https://assets.coingecko.com/coins/images/67389/large/black.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blackhole-protocol', 'BlackHole Protocol', 'BLACK', null, 'blackhole-protocol', 'https://assets.coingecko.com/coins/images/15124/large/blackhole.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('blackpearl-chain', 'BlackPearl Token', 'BPLC', null, 'blackpearl-chain', 'https://assets.coingecko.com/coins/images/8931/large/EJIpComQ_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blackpool-token', 'BlackPool Token', 'BPT', 7372, 'blackpool-token', 'https://assets.coingecko.com/coins/images/15887/large/uyO7dQzR_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blackrack', 'BlackRack', 'RACKS', 7665, 'blackrack', 'https://assets.coingecko.com/coins/images/53220/large/RACKS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blai', 'blai', 'BLAI', 4185, 'blai', 'https://assets.coingecko.com/coins/images/67214/large/blai-green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blank', 'Blank', 'BLANK', 9813, 'blank', 'https://assets.coingecko.com/coins/images/14209/large/Group_121417608.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blast', 'Blast', 'BLAST', 607, 'blast', 'https://assets.coingecko.com/coins/images/35494/large/Blast.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blaze', 'Blaze', 'BLAZE', 7838, 'blaze', 'https://assets.coingecko.com/coins/images/66693/large/Untitled_design_%2884%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blend-2', 'Blend', 'BLEND', 8993, 'blend-2', 'https://assets.coingecko.com/coins/images/52885/large/BLEND.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('blendr-network', 'Blendr Network', 'BLENDR', 5432, 'blendr-network', 'https://assets.coingecko.com/coins/images/35765/large/Blendr_Network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bless-2', 'Bless', 'BLESS', 682, 'bless-2', 'https://assets.coingecko.com/coins/images/69339/large/Layer_1_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blind-boxes', 'Blind Boxes', 'BLES', 7317, 'blind-boxes', 'https://assets.coingecko.com/coins/images/14537/large/BLES-Logo-BW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blinkdotfun', 'blinkdotfun', 'BLINK', 6318, 'blinkdotfun', 'https://assets.coingecko.com/coins/images/52814/large/blnkdotfunlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blinks-gg', 'Blinks.gg', 'BGG1', 4554, 'blinks-gg', 'https://assets.coingecko.com/coins/images/39794/large/QmTz16M9Te1xQrBkPfuuZaq1rhfKCjNj1QSwGE32mbDS9Y_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bloc-money', 'Bloc.Money', 'BLOC', null, null, 'https://assets.coingecko.com/coins/images/6206/large/bloc-money.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blocery', 'Blocery', 'BLY', null, 'blocery', 'https://assets.coingecko.com/coins/images/12095/large/Blocery_logo_200x200_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('block-4', 'Block', 'BLOCK', 1936, 'block-4', 'https://assets.coingecko.com/coins/images/67391/large/download_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('block-ape-scissors', 'Block Ape Scissors', 'BAS', 3135, 'block-ape-scissors', 'https://assets.coingecko.com/coins/images/17404/large/Arcas_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('block-vault', 'Block Vault', 'BVT', 4941, 'block-vault', 'https://assets.coingecko.com/coins/images/56068/large/kaid77u7_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blockasset', 'Blockasset', 'BLOCK', 3232, 'blockasset', 'https://assets.coingecko.com/coins/images/21332/large/Blockasset_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockbank', 'BlockBank', 'BBANK', 10268, 'blockbank', 'https://assets.coingecko.com/coins/images/15081/large/blockbank.jpg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockcdn', 'BlockCDN', 'BCDN', 8082, 'blockcdn', 'https://assets.coingecko.com/coins/images/1301/large/blockcdn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockchain-bets', 'Blockchain Bets', 'BCB', 4362, 'blockchain-bets', 'https://assets.coingecko.com/coins/images/28694/large/200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blockchain-brawlers', 'Blockchain Brawlers', 'BRWL', 5131, 'blockchain-brawlers', 'https://assets.coingecko.com/coins/images/24701/large/fuDdvI8Y_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockchain-certified-data-token', 'EvidenZ', 'BCDT', 4326, 'blockchain-certified-data-token', 'https://assets.coingecko.com/coins/images/2014/large/evidenz-512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockchain-cuties-universe-governance', 'Blockchain Cuties Universe Governance', 'BCUG', 11908, 'blockchain-cuties-universe-governance', 'https://assets.coingecko.com/coins/images/14425/large/bcug_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockchain-monster-hunt', 'Blockchain Monster Hunt', 'BCMC', 6482, 'blockchain-monster-hunt', 'https://assets.coingecko.com/coins/images/19045/large/bcmc-coin-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockgames', 'BlockGames', 'BLOCK', 6215, 'blockgames', 'https://assets.coingecko.com/coins/images/36976/large/Group_1903671126_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blocklords', 'BLOCKLORDS', 'LRDS', 2387, 'blocklords', 'https://assets.coingecko.com/coins/images/34775/large/LRDS_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blocknet', 'Blocknet', 'BLOCK', 6766, 'blocknet', 'https://assets.coingecko.com/coins/images/236/large/blocknet.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blocksquare', 'Blocksquare', 'BST', 2469, 'blocksquare', 'https://assets.coingecko.com/coins/images/23924/large/XpkkqPVR_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blockstack', 'Stacks', 'STX', 126, 'blockstack', 'https://assets.coingecko.com/coins/images/2069/large/Stacks_Logo_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blockv', 'BLOCKv', 'VEE', 812, 'blockv', 'https://assets.coingecko.com/coins/images/1266/large/blockv.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blocsport-one', 'blocsport.one', 'BLS', 8245, 'blocsport-one', 'https://assets.coingecko.com/coins/images/15708/large/metacourt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blocto-token', 'Blocto Token', 'BLT', 7991, null, 'https://assets.coingecko.com/coins/images/18657/large/BLT_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bloktopia', 'Bloktopia', 'BLOK', 2569, 'bloktopia', 'https://assets.coingecko.com/coins/images/18819/large/logo-bholdus-6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blood-crystal', 'Blood Crystal', 'BC', 2907, 'blood-crystal', 'https://assets.coingecko.com/coins/images/35834/large/BloodCrystalToken_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bloodloop', 'BloodLoop', '$BLS', 8024, 'bloodloop', 'https://assets.coingecko.com/coins/images/38372/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bloomsperg-terminal', 'Bloomsperg Terminal', 'SPERG', 10009, 'bloomsperg-terminal', 'https://assets.coingecko.com/coins/images/51448/large/web-app-manifest-512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blox', 'Blox', 'CDT', 462, null, 'https://assets.coingecko.com/coins/images/1231/large/Blox_Staking_Logo_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bloxmove-erc20', 'bloXmove Token', 'BLXM', 9232, 'bloxmove-erc20', 'https://assets.coingecko.com/coins/images/19310/large/blxm_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blub', 'BLUB', 'BLUB', 2521, 'blub', 'https://assets.coingecko.com/coins/images/39356/large/Frame_38.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blub-2', 'Blub', 'BLUB', 5550, 'blub-2', 'https://assets.coingecko.com/coins/images/54739/large/u_5C-c5m_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blue-chip-2', 'Blue Chip', 'BLUECHIP', 6885, 'blue-chip-2', 'https://assets.coingecko.com/coins/images/67019/large/6q3pny7jawdgzcf3530cvjd875s7.', 100);
INSERT OR REPLACE INTO Coin VALUES('bluefin', 'Bluefin', 'BLUE', 1148, 'bluefin', 'https://assets.coingecko.com/coins/images/30883/large/BLUE_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bluemove', 'BlueMove', 'MOVE', 5262, 'bluemove', 'https://assets.coingecko.com/coins/images/28917/large/BlueMoveCoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bluesparrow-token', 'BlueSparrow Token', 'BLUESPARROW', null, 'bluesparrow-token', 'https://assets.coingecko.com/coins/images/19995/large/bluesparrow.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blum', 'Blum', 'BLUM', 1863, 'blum', 'https://assets.coingecko.com/coins/images/50864/large/blum.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('blur', 'Blur', 'BLUR', 418, 'blur', 'https://assets.coingecko.com/coins/images/28453/large/blur.png', 100);
INSERT OR REPLACE INTO Coin VALUES('blurt', 'Blurt', 'BLURT', 3860, 'blurt', 'https://assets.coingecko.com/coins/images/12996/large/blurt-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bluzelle', 'Bluzelle', 'BLZ', 1598, 'bluzelle', 'https://assets.coingecko.com/coins/images/2848/large/ColorIcon_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bm', 'bm', 'BM', 7035, 'bm', 'https://assets.coingecko.com/coins/images/54413/large/photo_2025-02-13_05.15.34.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bmchain-token', 'BMCHAIN token', 'BMT', null, 'bmchain-token', 'https://assets.coingecko.com/coins/images/7419/large/bchain_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bmx', 'BMX', 'BMX', 1577, 'bmx', 'https://assets.coingecko.com/coins/images/31699/large/bmx_white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bnb-card', 'BNB Card', 'BNBCARD', 2978, 'bnb-card', 'https://assets.coingecko.com/coins/images/54916/large/2025-03-18_20.01.36.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bnb-diamond', 'BNB Diamond', 'BNBD', null, 'bnb-diamond', 'https://assets.coingecko.com/coins/images/15354/large/J6gLEc0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bnb-meme-szn', 'BNB MEME SZN', 'SZN', 2604, 'bnb-meme-szn', 'https://assets.coingecko.com/coins/images/69699/large/bnb-szn-big.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bnb-tiger-inu', 'BNB Tiger Inu', 'BNBTIGER', 2607, 'bnb-tiger-inu', 'https://assets.coingecko.com/coins/images/69021/large/IMG-20220111-212721-633.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bnb-wallstreet-bull', 'BNB Wallstreet Bull', 'WBULL', 2751, 'bnb-wallstreet-bull', 'https://assets.coingecko.com/coins/images/69905/large/cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bnb48-club-token', 'KOGE', 'KOGE', 391, 'bnb48-club-token', 'https://assets.coingecko.com/coins/images/13827/large/bnb48.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bnbxbt', 'BNBXBT', 'BNBXBT', 3607, 'bnbxbt', 'https://assets.coingecko.com/coins/images/54480/large/bnbxbt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bnktothefuture', 'BnkToTheFuture', 'BFT', 4578, 'bnktothefuture', 'https://assets.coingecko.com/coins/images/3468/large/bnktothefuture.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bns-token', 'BNS Token', 'BNS', null, 'bns-token', 'https://assets.coingecko.com/coins/images/25150/large/bitbns_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bnsd-finance', 'BNSD Finance', 'BNSD', 9218, 'bnsd-finance', 'https://assets.coingecko.com/coins/images/12368/large/bnsd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bob', 'BOB', 'BOB', 5665, 'bob', 'https://assets.coingecko.com/coins/images/27266/large/Bob-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bob-3', 'BOB', 'BOB', 2591, 'bob-3', 'https://assets.coingecko.com/coins/images/50202/large/bob-128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bob-token', 'BOB Token', 'BOB', 2798, 'bob-token', 'https://assets.coingecko.com/coins/images/29929/large/bob.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boba-network', 'Boba Network', 'BOBA', 937, 'boba-network', 'https://assets.coingecko.com/coins/images/20285/large/Boba-200x200---white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boba-oppa', 'Boba Oppa', 'BOBAOPPA', 3127, 'boba-oppa', 'https://assets.coingecko.com/coins/images/36548/large/photo_2024-03-30_13.26.25.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bobacat', 'BobaCat', 'PSPS', 2629, 'bobacat', 'https://assets.coingecko.com/coins/images/31777/large/bobalogo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bobby-the-cat', 'Bobby The Cat', 'BTC', 11134, 'bobby-the-cat', 'https://assets.coingecko.com/coins/images/67088/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bobo-coin', 'BOBO Coin', 'BOBO', 1308, 'bobo-coin', 'https://assets.coingecko.com/coins/images/30388/large/bobologo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bodega', 'Bodega', 'BODEGA', 3431, 'bodega', 'https://assets.coingecko.com/coins/images/53660/large/Group_122.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bogdanoff-2', 'BOGDANOFF', 'PUMPIT', 10911, 'bogdanoff-2', 'https://assets.coingecko.com/coins/images/54320/large/BOGDANOFF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bogged-finance', 'Bogged Finance', 'BOG', 6916, 'bogged-finance', 'https://assets.coingecko.com/coins/images/15980/large/bog.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bolivarcoin', 'Bolivarcoin', 'BOLI', 12167, 'bolivarcoin', 'https://assets.coingecko.com/coins/images/1325/large/Bolicoin_black_and_yellow.svg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bolt', 'Bolt', 'BOLT', 6133, 'bolt', 'https://assets.coingecko.com/coins/images/4489/large/bolt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bomb', 'BOMB', 'BOMB', 6010, 'bomb', 'https://assets.coingecko.com/coins/images/7713/large/Bomb-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bomb-money', 'Bomb Money', 'BOMB', 11815, 'bomb-money', 'https://assets.coingecko.com/coins/images/21406/large/CD9qxg9l_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bomber-coin', 'Bomber Coin', 'BCOIN', 4053, 'bomber-coin', 'https://assets.coingecko.com/coins/images/18567/large/bcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bombie', 'Bombie', 'BOMB', 2859, 'bombie', 'https://assets.coingecko.com/coins/images/66628/large/bombie.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bomo-on-base', 'BOMO on Base', 'BOMO', 4722, 'bomo-on-base', 'https://assets.coingecko.com/coins/images/67130/large/BOMO_BLue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bondex', 'Bondex', 'BDXN', 2342, 'bondex', 'https://assets.coingecko.com/coins/images/38909/large/BDXN.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bondly', 'Bondly', 'BONDLY', 4409, 'bondly', 'https://assets.coingecko.com/coins/images/13322/large/FORJ_twitter_twitter-linked_in_profile_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bone-shibaswap', 'Bone ShibaSwap', 'BONE', 1060, 'bone-shibaswap', 'https://assets.coingecko.com/coins/images/16916/large/bone_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bonfida', 'Bonfida', 'FIDA', 674, 'bonfida', 'https://assets.coingecko.com/coins/images/13395/large/bonfida.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bonfire', 'Bonfire', 'BONFIRE', null, 'bonfire', 'https://assets.coingecko.com/coins/images/15020/large/Logo_-_2021-04-27T062421.226.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bongo-cat', 'BONGO CAT', 'BONGO', 7759, 'bongo-cat', 'https://assets.coingecko.com/coins/images/34342/large/bongocat_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bonk', 'Bonk', 'BONK', 102, 'bonk', 'https://assets.coingecko.com/coins/images/28600/large/bonk.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bonk-level-saviour-2', 'Bonk Level Saviour', 'SAVIOUR', 5849, 'bonk-level-saviour-2', 'https://assets.coingecko.com/coins/images/67145/large/utx7t9du1ja2y23wzp06cwt6pbbk.', 100);
INSERT OR REPLACE INTO Coin VALUES('bonk-staked-sol', 'Bonk Staked SOL', 'BONKSOL', 999, 'bonk-staked-sol', 'https://assets.coingecko.com/coins/images/37473/large/bonksol.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bonzo-finance', 'Bonzo Finance', 'BONZO', 2222, 'bonzo-finance', 'https://assets.coingecko.com/coins/images/54537/large/Bonzo_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('book-2', 'BOOK', 'BOOK', 1812, 'book-2', 'https://assets.coingecko.com/coins/images/32590/large/stuff.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('book-of-binance', 'Book of Binance', 'BOOK', 4459, 'book-of-binance', 'https://assets.coingecko.com/coins/images/54010/large/book200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('book-of-ethereum', 'Book of Ethereum', 'BOOE', 1460, 'book-of-ethereum', 'https://assets.coingecko.com/coins/images/37384/large/RGh5luer_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('book-of-meme', 'BOOK OF MEME', 'BOME', 571, 'book-of-meme', 'https://assets.coingecko.com/coins/images/36071/large/bome.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boom-2', 'Boom', 'BOOM', 1957, 'boom-2', 'https://assets.coingecko.com/coins/images/67063/large/boom.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('boomer', 'Boomer', 'BOOMER', 3843, 'boomer', 'https://assets.coingecko.com/coins/images/36477/large/Token_Image_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boop-2', 'Boop', 'BOOP', 3225, 'boop-2', 'https://assets.coingecko.com/coins/images/33874/large/Boop_resized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boop-4', 'BOOP', 'BOOP', 2201, 'boop-4', 'https://assets.coingecko.com/coins/images/55464/large/BOOP_coin_UI_4x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boopa', 'Boopa', 'BOOPA', 7514, 'boopa', 'https://assets.coingecko.com/coins/images/55465/large/New_Project-4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boost-2', 'Boost', 'BOOST', 1586, 'boost-2', 'https://assets.coingecko.com/coins/images/66848/large/boost-b.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bora', 'BORA', 'BORA', 610, 'bora', 'https://assets.coingecko.com/coins/images/7646/large/mqFw8hxm_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bored-2', 'BORED', 'BORED', 4935, 'bored-2', 'https://assets.coingecko.com/coins/images/50884/large/boredsquare.png', 100);
INSERT OR REPLACE INTO Coin VALUES('borgy', 'BORGY', '$BORGY', 1451, 'borgy', 'https://assets.coingecko.com/coins/images/54105/large/borgy_logo_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boring-protocol', 'Boring Protocol', 'BOP', 12391, 'boring-protocol', 'https://assets.coingecko.com/coins/images/16828/large/imgonline-com-ua-resize-VT59gqn-Bya-WGG.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('boringdao', 'BoringDAO', 'BORING', 5743, 'boringdao', 'https://assets.coingecko.com/coins/images/16429/large/Tjq3pXEH_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('boringdao-[old]', 'BoringDAO [OLD]', 'BOR', 387, 'boringdao-[old]', null, 100);
INSERT OR REPLACE INTO Coin VALUES('bosagora', 'BOSAGORA', 'BOA', null, null, 'https://assets.coingecko.com/coins/images/9202/large/Picture1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boson-protocol', 'Boson Protocol', 'BOSON', 1771, 'boson-protocol', 'https://assets.coingecko.com/coins/images/14710/large/boson_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boss', 'Boss', 'BOSS', null, 'boss', 'https://assets.coingecko.com/coins/images/17927/large/XL7jo4j.png', 100);
INSERT OR REPLACE INTO Coin VALUES('botanix-pegged-bitcoin', 'Botanix Pegged Bitcoin', 'PBTC', 1125, 'botanix-pegged-bitcoin', 'https://assets.coingecko.com/coins/images/67552/large/pbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('botanix-staked-bitcoin', 'Botanix Staked Bitcoin', 'STBTC', 1708, 'botanix-staked-bitcoin', 'https://assets.coingecko.com/coins/images/67554/large/stbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('botify', 'BOTIFY', 'BOTIFY', 3528, 'botify', 'https://assets.coingecko.com/coins/images/53482/large/BOTIFY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('botto', 'Botto', 'BOTTO', 1901, 'botto', 'https://assets.coingecko.com/coins/images/18892/large/bottos_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bottos', 'Bottos', 'BTO', 9642, null, 'https://assets.coingecko.com/coins/images/2048/large/bottos.png', 100);
INSERT OR REPLACE INTO Coin VALUES('botxcoin', 'BOTXCOIN', 'BOTX', 1279, 'botxcoin', 'https://assets.coingecko.com/coins/images/6827/large/20250728_115719.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bouncebit', 'BounceBit', 'BB', 753, 'bouncebit', 'https://assets.coingecko.com/coins/images/37144/large/bb.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('boundless', 'Boundless', 'ZKC', 844, 'boundless', 'https://assets.coingecko.com/coins/images/68462/large/boundless.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bountymarketcap', 'BountyMarketCap', 'BMC', 1871, 'bountymarketcap', 'https://assets.coingecko.com/coins/images/13472/large/bmc-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('boxbet', 'BoxBet', 'BXBT', 3488, 'boxbet', 'https://assets.coingecko.com/coins/images/32495/large/BXBT_chip.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bozo-hybrid', 'Bozo Benk', 'BOZO', 3142, 'bozo-hybrid', 'https://assets.coingecko.com/coins/images/34555/large/bozo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bracky', 'BRACKY', 'BRACKY', 1602, 'bracky', 'https://assets.coingecko.com/coins/images/67973/large/original.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('brainlet-2', 'Brainlet', 'BRAINLET', 3638, 'brainlet-2', 'https://assets.coingecko.com/coins/images/39419/large/Brainlet.png', 100);
INSERT OR REPLACE INTO Coin VALUES('braintrust', 'Braintrust', 'BTRST', null, 'braintrust', 'https://assets.coingecko.com/coins/images/18100/large/braintrust.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('brandpad-finance', 'BrandPad Finance', 'BRAND', null, null, 'https://assets.coingecko.com/coins/images/19532/large/brandpad.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('brat', 'Brat', 'BRAT', 8667, 'brat', 'https://assets.coingecko.com/coins/images/54444/large/Brat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brazil-fan-token', 'Brazil Fan Token', 'BFT', 5192, 'brazil-fan-token', 'https://assets.coingecko.com/coins/images/18081/large/BFT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bread', 'Bread', 'BRD', 4325, 'bread', 'https://assets.coingecko.com/coins/images/1440/large/bread.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bread-2', 'Bread', 'BREAD', 3080, 'bread-2', 'https://assets.coingecko.com/coins/images/54952/large/photo_2025-03-21_13.46.43.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('breakout-bro-by-virtuals', 'Breakout Bro by Virtuals', 'BOB', 9556, 'breakout-bro-by-virtuals', 'https://assets.coingecko.com/coins/images/52905/large/bob-pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('breederdao', 'BreederDAO', 'BREED', 1676, null, 'https://assets.coingecko.com/coins/images/25203/large/BreederDAO-Breed_Token-FINAL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brett-memecoin', 'Brett (ETH)', 'BRETT', 2672, 'brett-memecoin', 'https://assets.coingecko.com/coins/images/38340/large/logo_brett_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brian', 'Brian', 'BRIAN', 4008, 'brian', 'https://assets.coingecko.com/coins/images/51099/large/Brian_Arm_Strong.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brick', 'r/FortNiteBR Bricks', 'BRICK', 4279, 'brick', 'https://assets.coingecko.com/coins/images/11223/large/Brick.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brick-token', 'Brick Token', 'BRICK', 7337, null, 'https://assets.coingecko.com/coins/images/16741/large/TILE1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brickken', 'Brickken', 'BKN', 1534, 'brickken', 'https://assets.coingecko.com/coins/images/18474/large/brickken-coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridge-mutual', 'Bridge Mutual', 'BMI', 6688, 'bridge-mutual', 'https://assets.coingecko.com/coins/images/13808/large/bmi_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-tether-linea', 'Bridged Tether (Linea)', 'USDT', 919, 'bridged-tether-linea', 'https://assets.coingecko.com/coins/images/31271/large/usdt.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-tether-opbnb', 'Bridged Tether (opBNB)', 'USDT', 723, 'bridged-tether-opbnb', 'https://assets.coingecko.com/coins/images/32613/large/usdt_opbnb_bridged.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-tether-scroll', 'Bridged Tether (Scroll)', 'USDT', 1934, 'bridged-tether-scroll', 'https://assets.coingecko.com/coins/images/32610/large/usdt_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-tether-starkgate', 'Bridged Tether (StarkGate)', 'USDT', 2508, 'bridged-tether-starkgate', 'https://assets.coingecko.com/coins/images/32210/large/usdt_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usd-coin-base', 'Bridged USDC (Base)', 'USDBC', 1927, 'bridged-usd-coin-base', 'https://assets.coingecko.com/coins/images/31164/large/baseusdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usd-coin-linea', 'Bridged USD Coin (Linea)', 'USDC', 567, 'bridged-usd-coin-linea', 'https://assets.coingecko.com/coins/images/31270/large/USDC-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usd-coin-optimism', 'Standard Bridged USDC.e (Optimism)', 'USDC.E', 958, 'bridged-usd-coin-optimism', 'https://assets.coingecko.com/coins/images/31580/large/USDC-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usd-coin-scroll', 'Bridged USD Coin (Scroll)', 'USDC', 1383, 'bridged-usd-coin-scroll', 'https://assets.coingecko.com/coins/images/32611/large/USDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usd-coin-starkgate', 'Bridged USD Coin (StarkGate)', 'USDC', 464, 'bridged-usd-coin-starkgate', 'https://assets.coingecko.com/coins/images/32211/large/usdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usdc-gnosis', 'Gnosis xDAI Bridged USDC (Gnosis)', 'USDC.E', 1566, 'bridged-usdc-gnosis', 'https://assets.coingecko.com/coins/images/38775/large/USDC_Icon.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usdc-immutable-zkevm', 'Bridged USDC (Immutable zkEVM)', 'USDC', 2839, 'bridged-usdc-immutable-zkevm', 'https://assets.coingecko.com/coins/images/35844/large/usdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usdc-polygon-pos-bridge', 'Bridged USDC (Polygon PoS Bridge)', 'USDC.E', 191, 'bridged-usdc-polygon-pos-bridge', 'https://assets.coingecko.com/coins/images/33000/large/usdc_normal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usdc-world-chain', 'Bridged USDC (World Chain)', 'USDC.E', 1015, null, 'https://assets.coingecko.com/coins/images/50792/large/usdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usdt-core', 'Bridged USDT (Core)', 'USDT', 2657, 'bridged-usdt-core', 'https://assets.coingecko.com/coins/images/34424/large/usdt_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-usdt-immutable-zkevm', 'Immutable Toolkit Bridged USDT (Immutable zkEVM)', 'USDT', 8517, 'bridged-usdt-immutable-zkevm', 'https://assets.coingecko.com/coins/images/39000/large/usdt.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-wrapped-bitcoin-starkgate', 'Bridged Wrapped Bitcoin (StarkGate)', 'WBTC', 870, 'bridged-wrapped-bitcoin-starkgate', 'https://assets.coingecko.com/coins/images/32207/large/wrapped_bitcoin_wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-wrapped-ether-starkgate', 'Bridged Ether (StarkGate)', 'ETH', 506, 'bridged-wrapped-ether-starkgate', 'https://assets.coingecko.com/coins/images/32208/large/ethereum.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bridged-wrapped-steth-gnosis', 'Bridged Wrapped stETH (Gnosis)', 'WSTETH', 515, 'bridged-wrapped-steth-gnosis', 'https://assets.coingecko.com/coins/images/33017/large/wStETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bright-token', 'Bright Token', 'BRIGHT', null, 'bright-token', 'https://assets.coingecko.com/coins/images/18415/large/bright.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('bright-union', 'Bright Union', 'BRIGHT', 9468, 'bright-union', 'https://assets.coingecko.com/coins/images/17552/large/BrightToken_Token-only_200x200-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brla-digital-brla', 'BRLA Digital BRLA', 'BRLA', 1006, 'brla-digital-brla', 'https://assets.coingecko.com/coins/images/40062/large/IconGreen400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brn-metaverse', 'BRN Metaverse', 'BRN', 2680, 'brn-metaverse', 'https://assets.coingecko.com/coins/images/25363/large/brn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('broak-on-base', 'Broak on Base', 'BROAK', 4665, 'broak-on-base', 'https://assets.coingecko.com/coins/images/56016/large/Logo_for_Coin_Gecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('broccoli-3', 'Broccoli', 'BROCCOLI', 1463, 'broccoli-3', 'https://assets.coingecko.com/coins/images/54448/large/Broccoli.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('broccoli-4', 'Broccoli', 'BROCCOLI', 4014, 'broccoli-4', 'https://assets.coingecko.com/coins/images/54449/large/broccoli_czdog.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brokoli', 'Brokoli', 'BRKL', 6587, 'brokoli', 'https://assets.coingecko.com/coins/images/18763/large/brkl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brot', 'BROT', 'BROT', 8559, 'brot', 'https://assets.coingecko.com/coins/images/52427/large/blockrot_pfp_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('brz', 'Brazilian Digital Token', 'BRZ', null, 'brz', 'https://assets.coingecko.com/coins/images/8472/large/MicrosoftTeams-image_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bsc-station', 'BSC Station', 'BSCS', 5043, 'bsc-station', 'https://assets.coingecko.com/coins/images/14963/large/BSCS_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bscex', 'BSCEX', 'BSCX', null, 'bscex', 'https://assets.coingecko.com/coins/images/13582/large/icon-bscex-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bsclaunch', 'BSClaunch', 'BSL', 12093, 'bsclaunch', 'https://assets.coingecko.com/coins/images/16044/large/Logo_BSCLaunch_Final_Expand-03.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bscpad', 'BSCPAD', 'BSCPAD', 3839, 'bscpad', 'https://assets.coingecko.com/coins/images/14135/large/bscpad_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bscstarter', 'Starter.xyz', 'START', 11618, 'bscstarter', 'https://assets.coingecko.com/coins/images/14301/large/logo_poly_sym.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bsquared-network', 'BSquared Network', 'B2', 679, 'bsquared-network', 'https://assets.coingecko.com/coins/images/55433/large/bsquared.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bsx', 'BSX', 'BSX', 2445, 'bsx', 'https://assets.coingecko.com/coins/images/53598/large/white_bsx_round_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('btc-2x-flexible-leverage-index', 'BTC 2x Flexible Leverage Index', 'BTC2X-FLI', 2587, 'btc-2x-flexible-leverage-index', 'https://assets.coingecko.com/coins/images/15406/large/Copy_of_BTC2x-FLI_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('btc-proxy', 'BTC Proxy', 'BTCPX', 3243, 'btc-proxy', 'https://assets.coingecko.com/coins/images/22630/large/MB1aYO7T_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('btc-standard-hashrate-token', 'BTC Standard Hashrate Token', 'BTCST', 5999, 'btc-standard-hashrate-token', 'https://assets.coingecko.com/coins/images/14449/large/4a3IskOf_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('btf', 'Bitcoin Faith', 'BTF', null, null, 'https://assets.coingecko.com/coins/images/7412/large/25354097_138346030206993_1134755924546955396_n.png', 100);
INSERT OR REPLACE INTO Coin VALUES('btrips', 'BTRIPS', 'BTR', null, null, 'https://assets.coingecko.com/coins/images/19273/large/BTR-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('btse-token', 'BTSE Token', 'BTSE', 311, 'btse-token', 'https://assets.coingecko.com/coins/images/10807/large/BTSE_logo_Square.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('btu-protocol', 'BTU Protocol', 'BTU', 652, 'btu-protocol', 'https://assets.coingecko.com/coins/images/3697/large/logo-btu-white-background_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bubb', 'Bubb', 'BUBB', 3591, 'bubb', 'https://assets.coingecko.com/coins/images/54911/large/bubb.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bubblemaps', 'Bubblemaps', 'BMT', 1721, 'bubblemaps', 'https://assets.coingecko.com/coins/images/52778/large/background-square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bubbles-2', 'BUBBLES', 'BUBBLES', 5119, 'bubbles-2', 'https://assets.coingecko.com/coins/images/50523/large/Rectangle_8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bucket-protocol-buck-stablecoin', 'Bucket Protocol BUCK Stablecoin', 'BUCK', 840, 'bucket-protocol-buck-stablecoin', 'https://assets.coingecko.com/coins/images/33846/large/buck-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bucket-token', 'Bucket Token', 'BUT', 3469, 'bucket-token', 'https://assets.coingecko.com/coins/images/53585/large/BUT_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bucky-2', 'Bucky', 'BUCKY', 1590, 'bucky-2', 'https://assets.coingecko.com/coins/images/67805/large/u8ntohuwuyy37klrq7hgepm2rg4l.', 100);
INSERT OR REPLACE INTO Coin VALUES('buff-doge-coin', 'Buff Doge Coin', 'DOGECOIN', null, 'buff-doge-coin', 'https://assets.coingecko.com/coins/images/18516/large/BUFF_KOIN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bugscoin', 'BugsCoin', 'BGSC', 976, 'bugscoin', 'https://assets.coingecko.com/coins/images/52619/large/%EC%95%84%EB%8D%B4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('buidl', 'buidl', 'BUIDL', 3382, 'buidl', 'https://assets.coingecko.com/coins/images/55540/large/buidlhammer.png', 100);
INSERT OR REPLACE INTO Coin VALUES('build-3', 'BUILD', 'BUILD', 8169, 'build-3', 'https://assets.coingecko.com/coins/images/53382/large/1x1_create_the_letter_B_with_a_solid.png', 100);
INSERT OR REPLACE INTO Coin VALUES('build-on', 'BUILDon', 'B', 314, 'build-on', 'https://assets.coingecko.com/coins/images/55974/large/T7asvmCb_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('build-on-bnb', 'Build On BNB', 'BOB', 1498, 'build-on-bnb', 'https://assets.coingecko.com/coins/images/51822/large/photo_2024-11-17_10-22-49.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bull-coin', 'Bull Coin', 'BULL', 6593, 'bull-coin', 'https://assets.coingecko.com/coins/images/15975/large/bull_ms.94cd70ff.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bulla-2', 'BULLA', 'BULLA', 6187, null, 'https://assets.coingecko.com/coins/images/53281/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bulla-3', 'BULLA', 'BULLA', 1665, 'bulla-3', 'https://assets.coingecko.com/coins/images/66398/large/hasb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bulldogito', 'BullDogito', 'BDOGITO', 3960, 'bulldogito', 'https://assets.coingecko.com/coins/images/53561/large/photo_2024-08-25_01-45-17_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bullish-degen', 'Bullish Degen', 'BULLISH', 2155, 'bullish-degen', 'https://assets.coingecko.com/coins/images/69741/large/Pump1_profpic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bullperks', 'BullPerks', 'BLP', null, 'bullperks', 'https://assets.coingecko.com/coins/images/16471/large/horizontal-standard-black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bullshark', 'BULLSHARK', 'BSHARK', 8798, 'bullshark', 'https://assets.coingecko.com/coins/images/55477/large/AVATARE-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bumper', 'Bumper', 'BUMP', 6115, 'bumper', 'https://assets.coingecko.com/coins/images/17822/large/Bumper_-__Icon_-_256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bunana', 'Bunana', 'BUNANA', 3511, 'bunana', 'https://assets.coingecko.com/coins/images/68066/large/bunana-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bundles', 'Bundles', 'BUND', null, 'bundles', 'https://assets.coingecko.com/coins/images/13219/large/IMG_20230201_114958_189.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bunicorn', 'Bunicorn', 'BUNI', null, 'bunicorn', 'https://assets.coingecko.com/coins/images/17366/large/buni.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('bunni', 'Bunni', 'BUNNI', 3561, 'bunni', 'https://assets.coingecko.com/coins/images/54148/large/bunni_logo_v2_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bunny-token-polygon', 'Pancake Bunny Polygon', 'POLYBUNNY', null, 'bunny-token-polygon', 'https://assets.coingecko.com/coins/images/16855/large/token-bunny.a8b61846.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bunnypark', 'BunnyPark', 'BP', null, 'bunnypark', 'https://assets.coingecko.com/coins/images/15382/large/8zt0tjy.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('bunnypark-game', 'BunnyPark Game', 'BG', 11128, 'bunnypark-game', 'https://assets.coingecko.com/coins/images/21422/large/BG_TOKEN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bunpoodle', 'BunPoodle', 'BUN', 1735, 'bunpoodle', 'https://assets.coingecko.com/coins/images/69921/large/iXo0KmTG_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('burency', 'Burency', 'BUY', 6175, null, 'https://assets.coingecko.com/coins/images/12216/large/Ddphl9BD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('burger-swap', 'Burger Swap', 'BURGER', null, 'burger-swap', 'https://assets.coingecko.com/coins/images/12563/large/burger.png', 100);
INSERT OR REPLACE INTO Coin VALUES('burnedfi', 'BurnedFi', 'BURN', 980, 'burnedfi', 'https://assets.coingecko.com/coins/images/33995/large/IMG_9641.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('busy-dao', 'Busy DAO', 'BUSY', 7243, 'busy-dao', 'https://assets.coingecko.com/coins/images/14966/large/busy.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('buttcoin-4', 'Buttcoin', 'BUTTCOIN', 4223, 'buttcoin-4', 'https://assets.coingecko.com/coins/images/54272/large/IMG_9102.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('butthole-coin', 'Butthole Coin', 'BUTTHOLE', 3261, 'butthole-coin', 'https://assets.coingecko.com/coins/images/53183/large/1000281355.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('buttholes', 'Buttholes', 'BHOLE', 9213, 'buttholes', 'https://assets.coingecko.com/coins/images/53296/large/Bhole_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('buy-the-hat', 'BUY THE HAT', 'BTH', 4064, 'buy-the-hat', 'https://assets.coingecko.com/coins/images/68072/large/r995ijzeej1syqb0dlb89423nsyq.', 100);
INSERT OR REPLACE INTO Coin VALUES('buying', 'Buying.com', 'BUY', 4034, 'buying', 'https://assets.coingecko.com/coins/images/5290/large/photo_2025-02-19_10.02.30.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('buz-economy', 'Buz Economy', 'BUZ', 4360, 'buz-economy', 'https://assets.coingecko.com/coins/images/39793/large/buz-economy-logo-dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bvm', 'BVM', 'BVM', 5601, 'bvm', 'https://assets.coingecko.com/coins/images/35938/large/twitter-pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bxh', 'BXH Token', 'BXH', null, null, 'https://assets.coingecko.com/coins/images/14936/large/qzfeN3Q.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('bxn', 'BXN', 'BXN', 1366, 'bxn', 'https://assets.coingecko.com/coins/images/36544/large/bxn-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bybit-staked-sol', 'Bybit Staked SOL', 'BBSOL', 222, 'bybit-staked-sol', 'https://assets.coingecko.com/coins/images/40095/large/400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('byte', 'Byte', 'BYTE', 2633, 'byte', 'https://assets.coingecko.com/coins/images/33527/large/Byte200.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('byte-3', 'BYTE by Virtuals', 'BYTE', 3121, 'byte-3', 'https://assets.coingecko.com/coins/images/66536/large/fc48rlppx5giz39lx5rpy4oogtek.', 100);
INSERT OR REPLACE INTO Coin VALUES('byteball', 'Obyte', 'GBYTE', 3200, 'byteball', 'https://assets.coingecko.com/coins/images/561/large/byteball.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bytecoin', 'Bytecoin', 'BCN', 2411, 'bytecoin', 'https://assets.coingecko.com/coins/images/92/large/bytecoin-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bytenext', 'ByteNext', 'BNU', 6968, null, 'https://assets.coingecko.com/coins/images/16000/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bytom', 'Bytom', 'BTM', 4270, null, 'https://assets.coingecko.com/coins/images/1087/large/2qNyrhUxEmnGCKi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('byusd', 'BYUSD', 'BYUSD', 898, 'byusd', 'https://assets.coingecko.com/coins/images/67819/large/byusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('bzx-protocol', 'bZx Protocol', 'BZRX', 3198, 'bzx-protocol', 'https://assets.coingecko.com/coins/images/11811/large/bzrx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('c1usd', 'Currency One USD', 'C1USD', 59, 'c1usd', 'https://assets.coingecko.com/coins/images/69700/large/C1USD.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('c8ntinuum', 'c8ntinuum', 'CTM', 851, 'c8ntinuum', 'https://assets.coingecko.com/coins/images/55253/large/CTM_200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ca-htb', 'Coupon Assets', 'CA', 1991, 'ca-htb', 'https://assets.coingecko.com/coins/images/32202/large/ca.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('caave', 'cAAVE', 'CAAVE', null, 'caave', 'https://assets.coingecko.com/coins/images/17527/large/caave.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('cacao', 'Maya Protocol', 'CACAO', 1341, 'cacao', 'https://assets.coingecko.com/coins/images/29996/large/cacao.png', 100);
INSERT OR REPLACE INTO Coin VALUES('caesar', 'Caesar', 'CAESAR', 1858, 'caesar', 'https://assets.coingecko.com/coins/images/68352/large/Caesar_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('caica-coin', 'CAICA Coin', 'CICC', null, 'caica-coin', 'https://assets.coingecko.com/coins/images/6508/large/CICC%EF%BC%88200*200%EF%BC%89.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cainam', 'Cainam', 'CAINAM', 9493, 'cainam', 'https://assets.coingecko.com/coins/images/53965/large/CV_Token_Mark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cakepie-xyz', 'Cakepie', 'CKP', 3207, 'cakepie-xyz', 'https://assets.coingecko.com/coins/images/34267/large/1_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('calamari-network', 'Calamari Network', 'KMA', 6792, null, 'https://assets.coingecko.com/coins/images/20976/large/kma.png', 100);
INSERT OR REPLACE INTO Coin VALUES('calaxy', 'Calaxy', 'CLXY', 4166, 'calaxy', 'https://assets.coingecko.com/coins/images/25638/large/CLXY_logo_sm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('caldera', 'Caldera', 'ERA', 600, 'caldera', 'https://assets.coingecko.com/coins/images/54475/large/Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('caliber', 'Caliber', 'CAL50', 1089, 'caliber', 'https://assets.coingecko.com/coins/images/67460/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('calicoin', 'CaliCoin', 'CALI', 5898, null, 'https://assets.coingecko.com/coins/images/14998/large/cropped-Logo-transparent-background-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('callisto', 'Callisto Network', 'CLO', 5400, null, 'https://assets.coingecko.com/coins/images/4051/large/CLO-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('calvin-in-the-cabal', 'Calvin in the Cabal', 'CALVIN', 4771, 'calvin-in-the-cabal', 'https://assets.coingecko.com/coins/images/53557/large/CalvinIcon200.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('camel-dad', 'Camel Dad', 'CAMEL', 10247, 'camel-dad', 'https://assets.coingecko.com/coins/images/53639/large/Camel_Dad.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('camelot-token', 'Camelot Token', 'GRAIL', 2203, 'camelot-token', 'https://assets.coingecko.com/coins/images/28416/large/vj5DIMhP_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('camino-network', 'Camino Network', 'CAM', 2016, 'camino-network', 'https://assets.coingecko.com/coins/images/53725/large/camino-network-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('camp-network', 'Camp Network', 'CAMP', 838, 'camp-network', 'https://assets.coingecko.com/coins/images/68465/large/camp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('candle-tv', 'Candle TV', 'CANDLE', 1893, 'candle-tv', 'https://assets.coingecko.com/coins/images/55363/large/Logo_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('canto', 'CANTO', 'CANTO', 2799, 'canto', 'https://assets.coingecko.com/coins/images/26959/large/canto-network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('caocao', 'CaoCao', 'CAOCAO', 3001, 'caocao', 'https://assets.coingecko.com/coins/images/69304/large/CaoCao.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cap', 'Cap', 'CAP', 8376, null, 'https://assets.coingecko.com/coins/images/11775/large/cap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cap-usd', 'Cap USD', 'CUSD', 316, 'cap-usd', 'https://assets.coingecko.com/coins/images/68272/large/cUSD_ab_500%C3%97500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('capital-dao-starter-token', 'Capital DAO Starter Token', 'CDS', null, 'capital-dao-starter-token', 'https://assets.coingecko.com/coins/images/20332/large/cds.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cappuccino-assassino', 'Cappuccino Assassino', 'ASSINO', 11942, 'cappuccino-assassino', 'https://assets.coingecko.com/coins/images/68371/large/nhSvxhJk_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('captain-kuma', 'Captain Kuma', 'KUMA', 2084, 'captain-kuma', 'https://assets.coingecko.com/coins/images/69608/large/BK_Token_Logo_200x200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('captainbnb', 'CaptainBNB', 'CAPTAINBNB', 2622, 'captainbnb', 'https://assets.coingecko.com/coins/images/54535/large/photo_2025-03-05_09.56.39.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('car-2', 'Car', 'CAR', null, 'car-2', 'https://assets.coingecko.com/coins/images/54355/large/IMG_8783.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('carbify', 'Carbify', 'CBY', 3422, 'carbify', 'https://assets.coingecko.com/coins/images/29892/large/Carbify_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carbon', 'Carbon', 'CRBN', 10375, 'carbon', 'https://assets.coingecko.com/coins/images/13262/large/CRBN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carbon-browser', 'Carbon Browser', 'CSIX', 3822, 'carbon-browser', 'https://assets.coingecko.com/coins/images/28905/large/csix.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cardano', 'Cardano', 'ADA', 11, 'cardano', 'https://assets.coingecko.com/coins/images/975/large/cardano.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cardence', 'Cardence', '$CRDN', 7754, 'cardence', 'https://assets.coingecko.com/coins/images/17744/large/logo_-_2021-08-17T084037.897.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cardstack', 'Cardstack', 'CARD', 3785, 'cardstack', 'https://assets.coingecko.com/coins/images/3247/large/cardstack.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cargox', 'CargoX', 'CXO', 1134, 'cargox', 'https://assets.coingecko.com/coins/images/2580/large/cargox.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carlo', 'Carlo', 'CARLO', 4623, 'carlo', 'https://assets.coingecko.com/coins/images/37553/large/CARLO_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carlo-acutis', 'Carlo Acutis', 'SAINT', 7290, 'carlo-acutis', 'https://assets.coingecko.com/coins/images/52110/large/EQs4DEeaSyrhRPM6JPsf2ptLf4EHkcGXB7ybeufxpump_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carnomaly', 'Carnomaly', 'CARR', 4105, 'carnomaly', 'https://assets.coingecko.com/coins/images/14403/large/tcjOTKE3_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carrot-2', 'Carrot', 'CRT', 1021, 'carrot-2', 'https://assets.coingecko.com/coins/images/50489/large/Carrot-token-coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carrot-by-puffer', 'Carrot by Puffer', 'CARROT', 2717, 'carrot-by-puffer', 'https://assets.coingecko.com/coins/images/54106/large/CARROT__200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carry', 'Carry', 'CRE', 1808, 'carry', 'https://assets.coingecko.com/coins/images/3994/large/Carry.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cartesi', 'Cartesi', 'CTSI', 765, 'cartesi', 'https://assets.coingecko.com/coins/images/11038/large/Cartesi_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carv', 'CARV', 'CARV', 687, 'carv', 'https://assets.coingecko.com/coins/images/37689/large/CARV_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('carvertical', 'carVertical', 'CV', 5806, null, 'https://assets.coingecko.com/coins/images/2098/large/carvertical.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cas9', 'Cas9', 'CRISPR', 6402, 'cas9', 'https://assets.coingecko.com/coins/images/53210/large/d75uve1-_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cash-4', 'CASH', 'CASH', 638, 'cash-4', 'https://assets.coingecko.com/coins/images/69679/large/cash.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cashaa', 'Cashaa', 'CAS', 4644, 'cashaa', 'https://assets.coingecko.com/coins/images/2979/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cashbackpro', 'CashBackPro', 'CBP', null, 'cashbackpro', 'https://assets.coingecko.com/coins/images/12893/large/logo_%2818%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cashcow', 'CashCow', 'COW', 10532, null, 'https://assets.coingecko.com/coins/images/19388/large/cash_cow.png', 100);
INSERT OR REPLACE INTO Coin VALUES('casinocoin', 'Casinocoin', 'CSC', null, 'casinocoin', 'https://assets.coingecko.com/coins/images/64/large/Casinocoin.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('casper-ai', 'Casper AI', 'AIAGENT', 4230, 'casper-ai', 'https://assets.coingecko.com/coins/images/52733/large/Logo_CASPER_AI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('casper-network', 'Casper Network', 'CSPR', 467, 'casper-network', 'https://assets.coingecko.com/coins/images/15279/large/Casper_Monogram_Favicon_White_on_Red_Circle_RGB_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('castello-coin', 'Castello Coin', 'CAST', 1369, null, 'https://assets.coingecko.com/coins/images/25216/large/19705.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cat-call-agent', 'Cat Call Agent', 'CAT', 2791, 'cat-call-agent', 'https://assets.coingecko.com/coins/images/54745/large/DV_dS5E9_400x400_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cat-in-a-dogs-world', 'cat in a dogs world', 'MEW', 348, 'cat-in-a-dogs-world', 'https://assets.coingecko.com/coins/images/36440/large/MEW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cat-terminal', 'CAT Terminal', 'CAT', 990, 'cat-terminal', 'https://assets.coingecko.com/coins/images/55898/large/mmexport1747474633598.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cat-token', 'Cat Token', 'CAT', 6545, 'cat-token', 'https://assets.coingecko.com/coins/images/12177/large/happy2-2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('catalorian', 'Catalorian', 'CATALORIAN', 6033, 'catalorian', 'https://assets.coingecko.com/coins/images/50257/large/Catalorian.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catana', 'Catana', 'CATANA', 6535, 'catana', 'https://assets.coingecko.com/coins/images/51132/large/carttt.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('catbal', 'Catbal', '$CATBAL', 3280, 'catbal', 'https://assets.coingecko.com/coins/images/51085/large/Catbal_Minilogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catbonk', 'Catbonk', 'CABO', 5243, null, 'https://assets.coingecko.com/coins/images/20917/large/cabo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catcoin', 'Catcoin', 'CAT', 3370, 'catcoin', 'https://assets.coingecko.com/coins/images/844/large/catcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catcoin-cash', 'Catcoin', 'CAT', 2425, 'catcoin-cash', 'https://assets.coingecko.com/coins/images/25279/large/cat5.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catcoin-eth', 'Catcoin (ETH)', 'CAT', 4770, 'catcoin-eth', 'https://assets.coingecko.com/coins/images/68289/large/catcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catecoin', 'CateCoin', 'CATE', 1804, 'catecoin', 'https://assets.coingecko.com/coins/images/15364/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catex-token', 'Catex Token', 'CATT', 12592, 'catex-token', 'https://assets.coingecko.com/coins/images/6353/large/catex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catge-coin', 'Catge Coin', 'CATGE', null, 'catge-coin', 'https://assets.coingecko.com/coins/images/16045/large/Pics-Art-05-16-06-08-53.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catgirl', 'Catgirl', 'CATGIRL', 4784, 'catgirl', 'https://assets.coingecko.com/coins/images/16472/large/catgirl-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catizen', 'Catizen', 'CATI', 1439, 'catizen', 'https://assets.coingecko.com/coins/images/50236/large/cati.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cato', 'CATO', 'CATO', 7948, 'cato', 'https://assets.coingecko.com/coins/images/17031/large/CATO200newlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cats-2', 'CATS', 'CATS', 4907, 'cats-2', 'https://assets.coingecko.com/coins/images/50426/large/logo_no_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catslap', 'CatSlap', 'SLAP', 3187, 'catslap', 'https://assets.coingecko.com/coins/images/51985/large/Cat_Slap_200x200_Logo_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catwifhat-2', 'catwifhat', '$CWIF', 3182, 'catwifhat-2', 'https://assets.coingecko.com/coins/images/35267/large/download_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('catwifmask', 'catwifmask', 'MASK', 2934, 'catwifmask', 'https://assets.coingecko.com/coins/images/66179/large/catwifmask-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('catzcoin', 'CatzCoin', 'CATZ', null, 'catzcoin', 'https://assets.coingecko.com/coins/images/15519/large/MX0hFr7.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('cave', 'Crypto Cavemen', 'CAVE', 8470, 'cave', 'https://assets.coingecko.com/coins/images/19358/large/token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('caviar-3', 'Caviar', 'CVR', 2426, null, 'https://assets.coingecko.com/coins/images/39058/large/tangible.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ccip-bridged-usdc-ronin', 'CCIP Bridged USDC (Ronin)', 'USDC', 1288, 'ccip-bridged-usdc-ronin', 'https://assets.coingecko.com/coins/images/69754/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ccomp', 'cCOMP', 'CCOMP', null, 'ccomp', 'https://assets.coingecko.com/coins/images/12840/large/1_z8UrVtod3bme4-J_pXAQQA_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ccore', 'Ccore', 'CCO', 8044, null, 'https://assets.coingecko.com/coins/images/1287/large/LOGO_CCO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cdai', 'cDAI', 'CDAI', 1289, 'cdai', 'https://assets.coingecko.com/coins/images/9281/large/cDAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cedar', 'Cedar', 'CDR', 2570, 'cedar', 'https://assets.coingecko.com/coins/images/66601/large/CDR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ceek', 'CEEK Smart VR Token', 'CEEK', 2064, 'ceek', 'https://assets.coingecko.com/coins/images/2581/large/ceek-smart-vr-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('celer-bridged-wbtc-conflux', 'Celer Bridged WBTC (Conflux)', 'WBTC', 2627, 'celer-bridged-wbtc-conflux', 'https://assets.coingecko.com/coins/images/39558/large/wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('celer-network', 'Celer Network', 'CELR', 1024, 'celer-network', 'https://assets.coingecko.com/coins/images/4379/large/Celr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('celestia', 'Celestia', 'TIA', 123, 'celestia', 'https://assets.coingecko.com/coins/images/31967/large/tia.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('celestial', 'Celestial', 'CELT', 7344, null, 'https://assets.coingecko.com/coins/images/18683/large/celt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('celium', 'Celium', 'SN51', 705, 'celium', 'https://assets.coingecko.com/coins/images/66328/large/cellium.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cellena-finance', 'Cellana Finance', 'CELL', 5545, 'cellena-finance', 'https://assets.coingecko.com/coins/images/35635/large/CELL_token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cellframe', 'Cellframe', 'CELL', 2139, 'cellframe', 'https://assets.coingecko.com/coins/images/14465/large/cellframe-coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('celo', 'Celo', 'CELO', 375, 'celo', 'https://assets.coingecko.com/coins/images/11090/large/InjXBNx9_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('celo-dollar', 'Celo Dollar', 'CUSD', 964, 'celo-dollar', 'https://assets.coingecko.com/coins/images/13161/large/icon-celo-dollar-color-1000-circle-cropped.png', 100);
INSERT OR REPLACE INTO Coin VALUES('celo-euro', 'Celo Euro', 'CEUR', 2074, 'celo-euro', 'https://assets.coingecko.com/coins/images/16756/large/CEUR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('celsius-degree-token', 'Celsius Network', 'CEL', 3546, 'celsius-degree-token', 'https://assets.coingecko.com/coins/images/3263/large/CEL_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('centaur', 'Centaur', 'CNTR', 9231, 'centaur', 'https://assets.coingecko.com/coins/images/12743/large/logo_%2898%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('centaurify', 'Centaurify', 'CENT', 8556, null, 'https://assets.coingecko.com/coins/images/20512/large/Centaurify_Symbol_Black-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('centcex', 'Centcex', 'CENX', null, 'centcex', 'https://assets.coingecko.com/coins/images/20624/large/centx.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('centience', 'Centience', 'CENTS', 6558, 'centience', 'https://assets.coingecko.com/coins/images/51732/large/SomewhereSystems_icon02-final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('central-african-republic-meme', 'Central African Republic Meme', 'CAR', 2166, 'central-african-republic-meme', 'https://assets.coingecko.com/coins/images/54297/large/car.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('centrality', 'Centrality', 'CENNZ', null, 'centrality', 'https://assets.coingecko.com/coins/images/3408/large/CENNZ_ticker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('centric-cash', 'Centric Swap', 'CNS', 8838, 'centric-cash', 'https://assets.coingecko.com/coins/images/11864/large/CNS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('centrifuge', 'Centrifuge', 'CFG', null, 'centrifuge', 'https://assets.coingecko.com/coins/images/15380/large/centrifuge.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('centrifuge-2', 'Centrifuge', 'CFG', 421, 'centrifuge-2', 'https://assets.coingecko.com/coins/images/55913/large/centrifuge.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cere-network', 'Cere Network', 'CERE', 2650, 'cere-network', 'https://assets.coingecko.com/coins/images/20008/large/cere.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cerebrum', 'Cerebrum', 'CBM', 10149, 'cerebrum', 'https://assets.coingecko.com/coins/images/53990/large/IMG_4824.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('cerebrum-dao', 'Cerebrum DAO', 'NEURON', 2560, 'cerebrum-dao', 'https://assets.coingecko.com/coins/images/38111/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ceres', 'Ceres', 'CERES', 5504, null, 'https://assets.coingecko.com/coins/images/17959/large/sQLDgqx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('certaik-by-virtuals', 'CertaiK by Virtuals', 'CERTAI', 6305, 'certaik-by-virtuals', 'https://assets.coingecko.com/coins/images/52488/large/download.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('certik', 'Shentu', 'CTK', 774, 'certik', 'https://assets.coingecko.com/coins/images/12944/large/shentu_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cetus-protocol', 'Cetus Protocol', 'CETUS', 816, 'cetus-protocol', 'https://assets.coingecko.com/coins/images/30256/large/cetus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ceylon', 'Ceylon', 'RS', 2043, 'ceylon', 'https://assets.coingecko.com/coins/images/67800/large/ceylon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cfgi', 'CFGI', 'CFGI', 2490, 'cfgi', 'https://assets.coingecko.com/coins/images/53311/large/avatar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cfx-quantum', 'CFX Quantum', 'CFXQ', null, 'cfx-quantum', 'https://assets.coingecko.com/coins/images/15031/large/CFXQ_TOKEN_LOGO_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cgeth-hashkey-cloud', 'cgETH Hashkey Cloud', 'CGETH.HASHKEY', 131, 'cgeth-hashkey-cloud', 'https://assets.coingecko.com/coins/images/54162/large/Cgeth_Hashkey.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chadette', 'Chadette', 'CHADETTE', 3383, 'chadette', 'https://assets.coingecko.com/coins/images/54633/large/GC_new_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chain-2', 'Chain', 'XCN', 231, 'chain-2', 'https://assets.coingecko.com/coins/images/24210/large/onyxlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chain-fox', 'Chain Fox', 'CFXSOL', 9206, 'chain-fox', 'https://assets.coingecko.com/coins/images/55395/large/cfx.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chain-games', 'Chain Games', 'CHAIN', 2033, 'chain-games', 'https://assets.coingecko.com/coins/images/12257/large/chain-pfp-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chain-guardians', 'Chain Guardians', 'CGG', 4840, 'chain-guardians', 'https://assets.coingecko.com/coins/images/14326/large/cgg_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chain-key-bitcoin', 'Chain-key Bitcoin', 'CKBTC', 722, 'chain-key-bitcoin', 'https://assets.coingecko.com/coins/images/33818/large/01_ckBTC_Token_HEX__4x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chainbase', 'Chainbase', 'C', 1376, 'chainbase', 'https://assets.coingecko.com/coins/images/67281/large/chainbase.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chainbing', 'Chainbing', 'CBG', null, 'chainbing', 'https://assets.coingecko.com/coins/images/18052/large/j3saoPU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chaincade', 'ChainCade', 'CHAINCADE', null, 'chaincade', 'https://assets.coingecko.com/coins/images/17001/large/chaincade.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chainflip', 'Chainflip', 'FLIP', 969, 'chainflip', 'https://assets.coingecko.com/coins/images/25576/large/kdt_AgmT_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chainge-finance', 'Chainge Finance', 'CHNG', 4555, 'chainge-finance', 'https://assets.coingecko.com/coins/images/16526/large/chainge.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('chaingpt', 'ChainGPT', 'CGPT', 749, 'chaingpt', 'https://assets.coingecko.com/coins/images/29306/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chainlink', 'Chainlink', 'LINK', 15, 'chainlink', 'https://assets.coingecko.com/coins/images/877/large/Chainlink_Logo_500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chainopera-ai', 'ChainOpera AI', 'COAI', 69, 'chainopera-ai', 'https://assets.coingecko.com/coins/images/69447/large/coai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chainpal', 'Chainpal', 'CPAL', 6718, 'chainpal', 'https://assets.coingecko.com/coins/images/50357/large/cplogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chainswap-3', 'ChainSwap', 'CSWAP', 2255, 'chainswap-3', 'https://assets.coingecko.com/coins/images/35888/large/ChainSwap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chainx', 'ChainX', 'PCX', null, 'chainx', 'https://assets.coingecko.com/coins/images/9133/large/chainx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chaisavings', 'CHAISavings', 'CHAI', 7037, 'chaisavings', 'https://assets.coingecko.com/coins/images/53400/large/Chai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('change', 'Change', 'CAG', 6464, null, 'https://assets.coingecko.com/coins/images/1021/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('changenow', 'ChangeNOW', 'NOW', 762, 'changenow', 'https://assets.coingecko.com/coins/images/8224/large/now_for_coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('channels', 'Channels', 'CAN', 5372, 'channels', 'https://assets.coingecko.com/coins/images/14093/large/KpSUqAH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chappyz', 'Chappyz', 'CHAPZ', 4038, 'chappyz', 'https://assets.coingecko.com/coins/images/32728/large/Chappyz200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('charged-particles', 'Charged Particles', 'IONX', 7831, 'charged-particles', 'https://assets.coingecko.com/coins/images/15836/large/DrKjSQMH_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('charles-2', 'Charles', 'KING', 7941, 'charles-2', 'https://assets.coingecko.com/coins/images/56004/large/Gs6n4ubWMAA-WDH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('charles-the-chad', 'Charles the Chad', 'CHAD', 3211, 'charles-the-chad', 'https://assets.coingecko.com/coins/images/52301/large/chad.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chasm-ai', 'Chasm', 'CAI', 3908, 'chasm-ai', 'https://assets.coingecko.com/coins/images/39473/large/IMG_2A1EB0FC7749-1.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('chatoshi', 'ChAtoshI', 'CHATOSHI', 3311, 'chatoshi', 'https://assets.coingecko.com/coins/images/53628/large/CHTSHI-LOG-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('checkdot', 'CheckDot', 'CDT', 4967, 'checkdot', 'https://assets.coingecko.com/coins/images/20370/large/token-200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('checoin', 'CheCoin', 'CHECOIN', null, 'checoin', 'https://assets.coingecko.com/coins/images/17399/large/hmvUIO89jIpjmOD6astn5S5pTSJqnhc3KowWEcI2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chedda-3', 'CHEDDA', 'CHDD', 1910, 'chedda-3', 'https://assets.coingecko.com/coins/images/55002/large/Chesdda_Social-02.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cheelee', 'Cheelee', 'CHEEL', null, 'cheelee', 'https://assets.coingecko.com/coins/images/28573/large/CHEEL_%D1%82%D0%BE%D0%BD%D0%BA%D0%B0%D1%8F_%D0%BE%D0%B1%D0%B2%D0%BE%D0%B4%D0%BA%D0%B0_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cheems', 'Cheems', 'CHEEMS', 5948, 'cheems', 'https://assets.coingecko.com/coins/images/18358/large/newlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cheems-token', 'Cheems Token', 'CHEEMS', 236, 'cheems-token', 'https://assets.coingecko.com/coins/images/30376/large/Hg4_Lhbg_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cheese-swap', 'Cheese Swap', 'CHEESE', null, 'cheese-swap', 'https://assets.coingecko.com/coins/images/17730/large/CHEESE_Transparent_%28200px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cheesecakeswap', 'CheesecakeSwap', 'CCAKE', null, 'cheesecakeswap', 'https://assets.coingecko.com/coins/images/14547/large/CCAKElogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chelon', 'CHELON', 'CHELON', 4705, 'chelon', 'https://assets.coingecko.com/coins/images/53802/large/chelon-cmc-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cheqd-network', 'CHEQD Network', 'CHEQ', 1253, 'cheqd-network', 'https://assets.coingecko.com/coins/images/20855/large/CHEQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cherry-network', 'Cherry Network', 'CHER', null, 'cherry-network', 'https://assets.coingecko.com/coins/images/21855/large/cherry.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('chesscoin-0-32', 'ChessCoin 0.32%', 'CHESS', null, 'chesscoin-0-32', 'https://assets.coingecko.com/coins/images/12945/large/2new256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chex-token', 'CHEX Token', 'CHEX', 640, 'chex-token', 'https://assets.coingecko.com/coins/images/10349/large/logo-white-bg-dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chia', 'Chia', 'XCH', 476, 'chia', 'https://assets.coingecko.com/coins/images/15174/large/zV5K5y9f_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chicken', 'Chicken', 'KFC', null, null, 'https://assets.coingecko.com/coins/images/12569/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chickencoin', 'Chickencoin', 'CHKN', 2874, 'chickencoin', 'https://assets.coingecko.com/coins/images/36684/large/gekologo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chihuahua', 'Chihuahua', 'HUA', null, 'chihuahua', 'https://assets.coingecko.com/coins/images/15651/large/chihua.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('chihuahua-token', 'Chihuahua Chain', 'HUAHUA', 3473, 'chihuahua-token', 'https://assets.coingecko.com/coins/images/22485/large/logo_transparent_notext.png', 100);
INSERT OR REPLACE INTO Coin VALUES('children-of-the-sky', 'Children Of The Sky', 'COTS', 10554, 'children-of-the-sky', 'https://assets.coingecko.com/coins/images/67201/large/Children_Of_The_Sky.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chili-coin', 'Chili Coin', 'CHI', 2311, 'chili-coin', 'https://assets.coingecko.com/coins/images/67287/large/dex-chi-logo-v2_360.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chiliz', 'Chiliz', 'CHZ', 228, 'chiliz', 'https://assets.coingecko.com/coins/images/8834/large/CHZ_Token_updated.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chill-guy', 'Just a chill guy', 'CHILLGUY', 1080, 'chill-guy', 'https://assets.coingecko.com/coins/images/51746/large/Scherm%C2%ADafbeelding_2024-11-15_om_20.57.58.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chill-house', 'Chill House', 'CHILLHOUSE', 2685, 'chill-house', 'https://assets.coingecko.com/coins/images/55535/large/1irHeiVg_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chimaera', 'XAYA', 'CHI', 3533, 'chimaera', 'https://assets.coingecko.com/coins/images/2091/large/xaya200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chirp-token', 'Chirp Token', 'CHIRP', 3439, 'chirp-token', 'https://assets.coingecko.com/coins/images/52894/large/Chirp_Icon_Round1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chirper-ai', 'Chirper AI', 'CHIRP', 5019, 'chirper-ai', 'https://assets.coingecko.com/coins/images/55402/large/Chirper_AI.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chirpley', 'Chirpley', 'CHRP', 4841, 'chirpley', 'https://assets.coingecko.com/coins/images/27243/large/Chirpley-Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('choise', 'Choise.com', 'CHO', 5417, 'choise', 'https://assets.coingecko.com/coins/images/25935/large/CHO_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chompcoin', 'ChompCoin', 'CHOMP', 2974, 'chompcoin', 'https://assets.coingecko.com/coins/images/36942/large/chomplogo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chonky', 'CHONKY', 'CHONKY', 5487, 'chonky', 'https://assets.coingecko.com/coins/images/33362/large/gGjlG9d6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('choruz-ai', 'Choruz AI', 'CHORUZ', 9369, 'choruz-ai', 'https://assets.coingecko.com/coins/images/53506/large/choruz-logo-512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chrema-coin', 'Chrema Coin', 'CRMC', 1816, 'chrema-coin', 'https://assets.coingecko.com/coins/images/67018/large/CRMC_Logo_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('christ-is-king', 'Christ Is King', 'CIK', 2819, 'christ-is-king', 'https://assets.coingecko.com/coins/images/55530/large/TOKEN_LOGO_%28400_x_400%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chromaway', 'Chromia', 'CHR', 688, 'chromaway', 'https://assets.coingecko.com/coins/images/5000/large/Chromia.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chromia-s-eval-by-virtuals', 'Chromia''s EVAL by Virtuals', 'EVAL', 4923, 'chromia-s-eval-by-virtuals', 'https://assets.coingecko.com/coins/images/54016/large/token1_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chronicle', 'Chronicle', 'XNL', 7879, 'chronicle', 'https://assets.coingecko.com/coins/images/18413/large/tg_image_2344271539.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chronobank', 'chrono.tech', 'TIME', 2146, 'chronobank', 'https://assets.coingecko.com/coins/images/604/large/time-32x32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chubbyakita', 'ChubbyAkita', 'CAKITA', null, 'chubbyakita', 'https://assets.coingecko.com/coins/images/15563/large/cakita.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('chudjak', 'Chudjak', 'CHUD', 3482, 'chudjak', 'https://assets.coingecko.com/coins/images/37739/large/Untitled_%28200_x_200_px%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chumbai-valley', 'Chumbi Valley', 'CHMB', 7988, 'chumbai-valley', 'https://assets.coingecko.com/coins/images/21686/large/_CHMB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('chutes', 'Chutes', 'SN64', 536, 'chutes', 'https://assets.coingecko.com/coins/images/66308/large/chutes.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cicada-finance', 'Cicada Finance', 'LTCIC', 2112, 'cicada-finance', 'https://assets.coingecko.com/coins/images/67697/large/ltCIC_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cindicator', 'Cindicator', 'CND', 5592, 'cindicator', 'https://assets.coingecko.com/coins/images/1006/large/cindicator.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cindrum', 'Cindrum', 'CIND', null, null, 'https://assets.coingecko.com/coins/images/20449/large/1_sbv9l6ArIn7oYIhi0oQWoQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cipher-3', 'Cipher', 'CIPHER', 2636, 'cipher-3', 'https://assets.coingecko.com/coins/images/69025/large/cipher200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('circle-xstock', 'Circle xStock', 'CRCLX', 2026, 'circle-xstock', 'https://assets.coingecko.com/coins/images/66918/large/CRCLx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('circleswap', 'CircleSwap', 'CIR', null, null, 'https://assets.coingecko.com/coins/images/13594/large/logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('circuits-of-value', 'Circuits of Value', 'COVAL', 4318, 'circuits-of-value', 'https://assets.coingecko.com/coins/images/588/large/coval-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cirus', 'Cirus', 'CIRUS', 11064, 'cirus', 'https://assets.coingecko.com/coins/images/17798/large/8p0Bvi90_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('citadel', 'Citadel', 'CTL', null, null, 'https://assets.coingecko.com/coins/images/5358/large/citadel.png', 100);
INSERT OR REPLACE INTO Coin VALUES('citadel-one', 'Citadel.one', 'XCT', 8373, 'citadel-one', 'https://assets.coingecko.com/coins/images/17852/large/logo200on200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('city-tycoon-games', 'City Tycoon Games', 'CTG', 12584, 'city-tycoon-games', 'https://assets.coingecko.com/coins/images/28118/large/ctg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('civic', 'Civic', 'CVC', 730, 'civic', 'https://assets.coingecko.com/coins/images/788/large/civic-icon-black-padding.png', 100);
INSERT OR REPLACE INTO Coin VALUES('civilization', 'Civilization', 'CIV', 5334, 'civilization', 'https://assets.coingecko.com/coins/images/17626/large/civ-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cjournal', 'Utility Cjournal', 'UCJL', null, 'cjournal', 'https://assets.coingecko.com/coins/images/31523/large/UCJL_-cg_%E6%8B%B7%E8%B4%9D.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cjournal-2', 'CJournal', 'CJL', 741, 'cjournal-2', 'https://assets.coingecko.com/coins/images/66263/large/CHL-cg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('clams', 'Clams', 'CLAM', null, 'clams', 'https://assets.coingecko.com/coins/images/230/large/clams.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clank-fun', 'clank.fun', 'CLANKFUN', 5386, 'clank-fun', 'https://assets.coingecko.com/coins/images/52595/large/photo_2024-12-13_00-23-11.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('clash-of-lilliput', 'Clash of Lilliput', 'COL', 1453, 'clash-of-lilliput', 'https://assets.coingecko.com/coins/images/26070/large/col.png', 100);
INSERT OR REPLACE INTO Coin VALUES('classzz', 'ClassZZ', 'CZZ', null, null, 'https://assets.coingecko.com/coins/images/15852/large/czz.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('claude', 'Claude', 'CLAUDE', 8599, 'claude', 'https://assets.coingecko.com/coins/images/53062/large/claude_final.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('clayton', 'Clayton', 'CLAY', 3749, 'clayton', 'https://assets.coingecko.com/coins/images/52849/large/Clayton.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clbtc', 'clBTC', 'CLBTC', 119, 'clbtc', 'https://assets.coingecko.com/coins/images/54164/large/clBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cleardao', 'ClearDAO', 'CLH', 10247, 'cleardao', 'https://assets.coingecko.com/coins/images/22389/large/clh_small_logo_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clearpool', 'Clearpool', 'CPOOL', 522, 'clearpool', 'https://assets.coingecko.com/coins/images/19252/large/photo_2022-08-31_12.45.02.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('cli-ai', 'CLI.AI', 'CMD', 9987, 'cli-ai', 'https://assets.coingecko.com/coins/images/55715/large/Transparent_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clippy-pfp-cult', 'Clippy PFP Cult', 'CLIPPY', 5296, 'clippy-pfp-cult', 'https://assets.coingecko.com/coins/images/68096/large/ziw7rpr7dx8i9euey9m7v4s7uwu1.', 100);
INSERT OR REPLACE INTO Coin VALUES('cloakcoin', 'Cloakcoin', 'CLOAK', 6419, 'cloakcoin', 'https://assets.coingecko.com/coins/images/81/large/cloakcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clore-ai', 'Clore.ai', 'CLORE', 2173, 'clore-ai', 'https://assets.coingecko.com/coins/images/30959/large/CLORE_Logo_200x200_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cloudland', 'Cloudland', 'CLO', 6921, 'cloudland', 'https://assets.coingecko.com/coins/images/53159/large/cloudland-400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cloudyheart', 'cloudyheart', 'CLOUDY', 4873, 'cloudyheart', 'https://assets.coingecko.com/coins/images/54006/large/2025-01-24_15.14.45.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cloutcontracts', 'CloutContracts', 'CCS', null, 'cloutcontracts', 'https://assets.coingecko.com/coins/images/19072/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clover-finance', 'Clover Finance', 'CLV', 1419, 'clover-finance', 'https://assets.coingecko.com/coins/images/15278/large/CLV_-_Circle_Logo_-_Only_Icon_1_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('club-atletico-independiente', 'Club Atletico Independiente Fan Token', 'CAI', 8661, 'club-atletico-independiente', 'https://assets.coingecko.com/coins/images/13057/large/CAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clube-atletico-mineiro-fan-token', 'Clube Atlético Mineiro Fan Token', 'GALO', 6770, 'clube-atletico-mineiro-fan-token', 'https://assets.coingecko.com/coins/images/18648/large/GALO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clucoin', 'CluCoin', 'CLU', 7841, 'clucoin', 'https://assets.coingecko.com/coins/images/15685/large/CoinGecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('clustr', 'Clustr', 'CLUSTR', 4503, 'clustr', 'https://assets.coingecko.com/coins/images/53509/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cnns', 'CNNS', 'CNNS', 6831, 'cnns', 'https://assets.coingecko.com/coins/images/8362/large/cnns.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coalculus', 'Coalculus', 'COAL', null, null, 'https://assets.coingecko.com/coins/images/10520/large/g6wUzY5a_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cobak-token', 'Cobak Token', 'CBK', 869, 'cobak-token', 'https://assets.coingecko.com/coins/images/13459/large/cbk-128-128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coby', 'coby', 'COBY', 7020, 'coby', 'https://assets.coingecko.com/coins/images/39685/large/IMG_1845.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coca', 'COCA', 'COCA', 616, 'coca', 'https://assets.coingecko.com/coins/images/52379/large/_COCA_Token_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cockapoo', 'Cockapoo', 'CPOO', 12540, 'cockapoo', 'https://assets.coingecko.com/coins/images/16852/large/cpoo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cocktailbar', 'cocktailbar.finance', 'COC', 5127, 'cocktailbar', 'https://assets.coingecko.com/coins/images/13121/large/Cocktail_Bar_logo_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coco-coin', 'COCO COIN', 'COCO', 4400, 'coco-coin', 'https://assets.coingecko.com/coins/images/39989/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cocoro-2', 'Cocoro', 'COCORO', 2945, 'cocoro-2', 'https://assets.coingecko.com/coins/images/54821/large/IMG_4606.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('cocos-bcx', 'COCOS BCX', 'COCOS', 7903, 'cocos-bcx', 'https://assets.coingecko.com/coins/images/4932/large/COMBO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cod3x', 'Cod3x', 'CDX', 2574, 'cod3x', 'https://assets.coingecko.com/coins/images/54460/large/Token_white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('codatta', 'Codatta', 'XNY', 1674, 'codatta', 'https://assets.coingecko.com/coins/images/66837/large/wrapped_white_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('codec-flow', 'Codec Flow', 'CODEC', 1655, 'codec-flow', 'https://assets.coingecko.com/coins/images/56011/large/Mono_circle_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coffee-2', 'COFFEE', 'COFE', 5515, 'coffee-2', 'https://assets.coingecko.com/coins/images/50991/large/Flyerwiz_1724601882940.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cofinex-2', 'Cofinex', 'CNX', 1670, 'cofinex-2', 'https://assets.coingecko.com/coins/images/69175/large/icon-512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cofix', 'CoFiX', 'COFI', 8542, null, 'https://assets.coingecko.com/coins/images/12781/large/dnPnSkfa_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cogecoin', 'Cogecoin', 'COGE', null, null, 'https://assets.coingecko.com/coins/images/16791/large/Dog-Logo_1x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cogito-protocol', 'Cogito Finance', 'CGV', 5792, 'cogito-protocol', 'https://assets.coingecko.com/coins/images/30731/large/CGV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coin-capsule', 'Ternoa', 'CAPS', 3187, 'coin-capsule', 'https://assets.coingecko.com/coins/images/15921/large/e55393fa-7b4d-40f5-9f36-9a8a6bdcb570.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coin98', 'Coin98', 'C98', 908, 'coin98', 'https://assets.coingecko.com/coins/images/17117/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coin98-dollar', 'Coin98 Dollar', 'CUSD', 9390, 'coin98-dollar', 'https://assets.coingecko.com/coins/images/26588/large/CUSD-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinage', 'coinage', 'COINAGE', 1928, 'coinage', 'https://assets.coingecko.com/coins/images/69827/large/w90w10olgv3rm8ziqazxbpevu4vx.', 100);
INSERT OR REPLACE INTO Coin VALUES('coinary-token', 'Coinary Token', 'CYT', 6412, 'coinary-token', 'https://assets.coingecko.com/coins/images/17622/large/CYT-LOGO-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinbase-wrapped-btc', 'Coinbase Wrapped BTC', 'CBBTC', 28, 'coinbase-wrapped-btc', 'https://assets.coingecko.com/coins/images/40143/large/cbbtc.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('coinbase-wrapped-doge', 'Coinbase Wrapped DOGE', 'CBDOGE', 2424, 'coinbase-wrapped-doge', 'https://assets.coingecko.com/coins/images/66268/large/Coinbase_Wrapped_Doge_%28cbDOGE%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinbase-wrapped-staked-eth', 'Coinbase Wrapped Staked ETH', 'CBETH', 167, 'coinbase-wrapped-staked-eth', 'https://assets.coingecko.com/coins/images/27008/large/cbeth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinbase-wrapped-xrp', 'Coinbase Wrapped XRP', 'CBXRP', 820, 'coinbase-wrapped-xrp', 'https://assets.coingecko.com/coins/images/66267/large/Coinbase_Wrapped_XPR_%28cbXRP%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinclaim', 'CoinClaim', 'CLM', null, null, 'https://assets.coingecko.com/coins/images/6687/large/coinclaim.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('coincreate', 'CoinCreate', 'CREA', 4473, 'coincreate', 'https://assets.coingecko.com/coins/images/50876/large/CoinCreate.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coindom', 'Stem Cell Coin', 'SCC', null, null, 'https://assets.coingecko.com/coins/images/7457/large/38614721_275755863227012_7516598818503131136_n.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinex-token', 'CoinEx Token', 'CET', 395, 'coinex-token', 'https://assets.coingecko.com/coins/images/4817/large/coinex-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinfi', 'CoinFi', 'COFI', 9003, null, 'https://assets.coingecko.com/coins/images/1709/large/coinfi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinloan', 'CoinLoan', 'CLT', null, 'coinloan', 'https://assets.coingecko.com/coins/images/1713/large/blue-logo-transparent-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinmetro', 'CoinMetro', 'XCM', 1243, 'coinmetro', 'https://assets.coingecko.com/coins/images/3125/large/XCM_Token_Logo_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinnavigator', 'CoinNavigator', 'CNG', null, 'coinnavigator', 'https://assets.coingecko.com/coins/images/34842/large/cng-cg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('coinpoker', 'CoinPoker', 'CHP', null, null, 'https://assets.coingecko.com/coins/images/1808/large/coinpoker.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('coinsbit-token', 'Coinsbit Token', 'CNB', 8782, null, 'https://assets.coingecko.com/coins/images/10340/large/cbicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cointel', 'Cointel', 'COLS', null, 'cointel', 'https://assets.coingecko.com/coins/images/55044/large/MJQlzeE-_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinweb', 'Coinweb', 'CWEB', 1237, 'coinweb', 'https://assets.coingecko.com/coins/images/21607/large/Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinwind', 'CoinWind', 'COW', null, 'coinwind', 'https://assets.coingecko.com/coins/images/15766/large/logo.c3d2c062.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinxpad', 'CoinxPad', 'CXPAD', null, 'coinxpad', 'https://assets.coingecko.com/coins/images/18626/large/cxpad.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coinzix-token', 'Coinzix Token', 'ZIX', 7456, 'coinzix-token', 'https://assets.coingecko.com/coins/images/27886/large/logo_coinzix_200x200_transparent_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coldstack', 'Coldstack', 'CLS', 5997, 'coldstack', 'https://assets.coingecko.com/coins/images/15499/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('collaterize', 'Collaterize', 'COLLAT', 1826, 'collaterize', 'https://assets.coingecko.com/coins/images/54178/large/Collaterize_Logo_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('collector-coin', 'Collector Coin', 'AGS', null, 'collector-coin', 'https://assets.coingecko.com/coins/images/16918/large/AGS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('collector-crypt', 'Collector Crypt', 'CARDS', 1101, 'collector-crypt', 'https://assets.coingecko.com/coins/images/68728/large/cards-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('colony', 'Colony', 'CLY', 2166, 'colony', 'https://assets.coingecko.com/coins/images/21358/large/colony.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('colony-avalanche-index', 'Colony Avalanche Index', 'CAI', 2832, 'colony-avalanche-index', 'https://assets.coingecko.com/coins/images/27196/large/CAI_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('colossuscoinxt', 'ColossusXT', 'COLX', null, 'colossuscoinxt', 'https://assets.coingecko.com/coins/images/966/large/colossusxt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('comdex', 'Comdex', 'CMDX', 8399, 'comdex', 'https://assets.coingecko.com/coins/images/21540/large/CMDX_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('comedian', 'Comedian', 'BAN', 674, 'comedian', 'https://assets.coingecko.com/coins/images/51100/large/ban.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('common-wealth', 'Common Wealth', 'WLTH', 2321, 'common-wealth', 'https://assets.coingecko.com/coins/images/37858/large/wlthticker%28200x200%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('commune-ai', 'Commune AI', 'COMAI', 4825, 'commune-ai', 'https://assets.coingecko.com/coins/images/35013/large/new_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('community-business-token', 'Community Business Token', 'CBT', null, 'community-business-token', 'https://assets.coingecko.com/coins/images/14701/large/CBT-Token-Small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-0x', 'c0x', 'CZRX', 4908, 'compound-0x', 'https://assets.coingecko.com/coins/images/10644/large/czrx1.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-basic-attention-token', 'cBAT', 'CBAT', 1221, 'compound-basic-attention-token', 'https://assets.coingecko.com/coins/images/10645/large/cBAT1.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-chainlink-token', 'cLINK', 'CLINK', 4996, 'compound-chainlink-token', 'https://assets.coingecko.com/coins/images/23943/large/iShot2022-02-25_14.35.54.png', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-ether', 'cETH', 'CETH', 420, 'compound-ether', 'https://assets.coingecko.com/coins/images/10643/large/ceth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-governance-token', 'Compound', 'COMP', 235, 'compound-governance-token', 'https://assets.coingecko.com/coins/images/10775/large/COMP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-maker', 'cMKR', 'CMKR', null, 'compound-maker', 'https://assets.coingecko.com/coins/images/17528/large/cmkr.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-sushi', 'cSUSHI', 'CSUSHI', null, 'compound-sushi', 'https://assets.coingecko.com/coins/images/17529/large/csushi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-uniswap', 'cUNI', 'CUNI', 2400, 'compound-uniswap', 'https://assets.coingecko.com/coins/images/12696/large/compound-uni.png', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-usd-coin', 'cUSDC', 'CUSDC', 1017, 'compound-usd-coin', 'https://assets.coingecko.com/coins/images/9442/large/Compound_USDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-wrapped-btc', 'cWBTC', 'CWBTC', 284, 'compound-wrapped-btc', 'https://assets.coingecko.com/coins/images/10823/large/cwbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('compound-yearn-finance', 'cYFI', 'CYFI', null, 'compound-yearn-finance', 'https://assets.coingecko.com/coins/images/17530/large/cyfi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('compounding-open-dollar', 'Compounding OpenDollar', 'CUSDO', 317, 'compounding-open-dollar', 'https://assets.coingecko.com/coins/images/53751/large/cUSDO_logo_white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('comput3', 'Comput3', 'COM', 4136, 'comput3', 'https://assets.coingecko.com/coins/images/55561/large/cover.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('compute-horde', 'Compute Horde', 'SN12', 2205, 'compute-horde', 'https://assets.coingecko.com/coins/images/66331/large/sn12.png', 100);
INSERT OR REPLACE INTO Coin VALUES('comsats', 'Comsats', 'CSAS', 6745, 'comsats', 'https://assets.coingecko.com/coins/images/33082/large/logo11.png', 100);
INSERT OR REPLACE INTO Coin VALUES('comtech-gold', 'Comtech Gold', 'CGO', 1541, 'comtech-gold', 'https://assets.coingecko.com/coins/images/25682/large/CGO_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('conan-meme', 'Conan Meme', 'CONAN', 3449, 'conan-meme', 'https://assets.coingecko.com/coins/images/54321/large/Conan.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('conceal', 'Conceal', 'CCX', 6667, 'conceal', 'https://assets.coingecko.com/coins/images/6382/large/conceal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('concentrated-voting-power', 'PowerPool Concentrated Voting Power', 'CVP', 6072, 'concentrated-voting-power', 'https://assets.coingecko.com/coins/images/12266/large/cglogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('concierge-io', 'Travala.com', 'AVA', 1113, 'concierge-io', 'https://assets.coingecko.com/coins/images/3014/large/AVA_Logo_160x160px_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('concilium', 'Concilium', 'CONCILIUM', 1206, 'concilium', 'https://assets.coingecko.com/coins/images/69743/large/hpool_%2875%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('concordium', 'Concordium', 'CCD', 341, 'concordium', 'https://assets.coingecko.com/coins/images/23547/large/Sf_cldmL_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('conflux-token', 'Conflux', 'CFX', 161, 'conflux-token', 'https://assets.coingecko.com/coins/images/13079/large/3vuYMbjN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('conic-finance', 'Conic', 'CNC', 9693, 'conic-finance', 'https://assets.coingecko.com/coins/images/24747/large/cnc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('connect-financial', 'Connect Financial', 'CNFI', 3377, 'connect-financial', 'https://assets.coingecko.com/coins/images/13592/large/cf-logo-iconic-black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('connect-token-wct', 'WalletConnect Token', 'WCT', 1018, 'connect-token-wct', 'https://assets.coingecko.com/coins/images/50390/large/wc-token1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('connectome', 'Connectome', 'CNTM', null, null, 'https://assets.coingecko.com/coins/images/8528/large/200_200_CNTM-LOGO-07.png', 100);
INSERT OR REPLACE INTO Coin VALUES('connex', 'Connex', 'CONX', null, 'connex', 'https://assets.coingecko.com/coins/images/31779/large/conx-cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('connext', 'Connext', 'NEXT', 3216, null, 'https://assets.coingecko.com/coins/images/31293/large/photo_2024-06-03_12-14-59.png', 100);
INSERT OR REPLACE INTO Coin VALUES('conscious-token', 'Conscious Token', 'CONSCIOUS', 346, 'conscious-token', 'https://assets.coingecko.com/coins/images/55111/large/conscious_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('constellation-labs', 'Constellation', 'DAG', 645, 'constellation-labs', 'https://assets.coingecko.com/coins/images/4645/large/Constellation_Network_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('constellation-staked-eth', 'Constellation Staked ETH', 'XRETH', 1269, null, 'https://assets.coingecko.com/coins/images/50951/large/token-xreth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('constitutiondao', 'ConstitutionDAO', 'PEOPLE', 654, 'constitutiondao', 'https://assets.coingecko.com/coins/images/20612/large/GN_UVm3d_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('contango', 'Contango', 'TANGO', 2354, 'contango', 'https://assets.coingecko.com/coins/images/50721/large/400x400_-_Tango_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('content-bitcoin', 'Content Bitcoin', 'CTB', null, 'content-bitcoin', 'https://assets.coingecko.com/coins/images/53252/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('contentos', 'Contentos', 'COS', 1696, 'contentos', 'https://assets.coingecko.com/coins/images/8379/large/4036.png', 100);
INSERT OR REPLACE INTO Coin VALUES('continuum-world', 'Continuum World', 'UM', null, 'continuum-world', 'https://assets.coingecko.com/coins/images/18798/large/Moneda.png', 100);
INSERT OR REPLACE INTO Coin VALUES('contracoin', 'Contracoin', 'CTCN', null, 'contracoin', 'https://assets.coingecko.com/coins/images/10801/large/Contracoin-symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('conun', 'CONUN', 'CON', null, null, 'https://assets.coingecko.com/coins/images/7480/large/conun.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('convergence', 'Convergence', 'CONV', 10735, 'convergence', 'https://assets.coingecko.com/coins/images/14519/large/Convergence_Logo_%28Final%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('convex-crv', 'Convex CRV', 'CVXCRV', null, 'convex-crv', 'https://assets.coingecko.com/coins/images/15586/large/convex-crv.png', 100);
INSERT OR REPLACE INTO Coin VALUES('convex-finance', 'Convex Finance', 'CVX', 323, 'convex-finance', 'https://assets.coingecko.com/coins/images/15585/large/convex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('convex-fxs', 'Convex FXS', 'CVXFXS', null, 'convex-fxs', 'https://assets.coingecko.com/coins/images/29001/large/cvxfxs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('conwai', 'Conwai', 'CONWAI', 3337, 'conwai', 'https://assets.coingecko.com/coins/images/52236/large/tp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cook', 'Cook', 'COOK', 6140, 'cook', 'https://assets.coingecko.com/coins/images/14603/large/logo-200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cookie', 'Cookie DAO', 'COOKIE', 712, 'cookie', 'https://assets.coingecko.com/coins/images/38450/large/cookie_token_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cope', 'Cope', 'COPE', 8088, 'cope', 'https://assets.coingecko.com/coins/images/14567/large/COPE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cope-3', 'Cope', 'COPE', 4637, 'cope-3', 'https://assets.coingecko.com/coins/images/68759/large/cope-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('copiosa', 'Copiosa', 'COP', null, 'copiosa', 'https://assets.coingecko.com/coins/images/14923/large/cop.png', 100);
INSERT OR REPLACE INTO Coin VALUES('copycat-finance', 'Copycat Finance', 'COPYCAT', null, 'copycat-finance', 'https://assets.coingecko.com/coins/images/18276/large/copycat.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('coq-ai', 'COQ AI', 'COQAI', 6198, 'coq-ai', 'https://assets.coingecko.com/coins/images/53363/large/coqaicircleimage200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coq-inu', 'Coq Inu', 'COQ', 1171, 'coq-inu', 'https://assets.coingecko.com/coins/images/33511/large/Coin_CoqInu_1200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coral-finance', 'Coral Finance', 'CORL', 1339, 'coral-finance', 'https://assets.coingecko.com/coins/images/69932/large/coral.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coral-protocol', 'Coral Protocol', 'CORAL', 1302, 'coral-protocol', 'https://assets.coingecko.com/coins/images/55302/large/Gp7CUXqp_400x400-3_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coral-swap', 'Coral Swap', 'CORAL', null, null, 'https://assets.coingecko.com/coins/images/13038/large/dex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('core', 'CORE MultiChain', 'CMCX', null, 'core', 'https://assets.coingecko.com/coins/images/18848/large/O4IzY2CQ_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coredaoorg', 'Core', 'CORE', 277, 'coredaoorg', 'https://assets.coingecko.com/coins/images/28938/large/file_589.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('coresky', 'Coresky', 'CSKY', 10552, 'coresky', 'https://assets.coingecko.com/coins/images/67354/large/csky.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('corestarter', 'CoreStarter', 'CSTR', 11929, 'corestarter', 'https://assets.coingecko.com/coins/images/20209/large/cstr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coreto', 'Coreto', 'COR', 10916, 'coreto', 'https://assets.coingecko.com/coins/images/12856/large/COR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coreum', 'Coreum', 'COREUM', 658, 'coreum', 'https://assets.coingecko.com/coins/images/24169/large/Coreum-Icon_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('corgi-inu-2', 'Corgi Inu', 'CORGI', 10402, 'corgi-inu-2', 'https://assets.coingecko.com/coins/images/53129/large/1000034328.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('corgiai', 'CorgiAI', 'CORGIAI', 1003, 'corgiai', 'https://assets.coingecko.com/coins/images/30933/large/Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('corgicoin', 'CorgiCoin', 'CORGI', 6215, 'corgicoin', 'https://assets.coingecko.com/coins/images/16096/large/BMfphzgF_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('corgidoge', 'Corgidoge', 'CORGI', null, 'corgidoge', 'https://assets.coingecko.com/coins/images/17156/large/corgi-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('corionx', 'CorionX', 'CORX', 11868, 'corionx', 'https://assets.coingecko.com/coins/images/13129/large/x_log.png', 100);
INSERT OR REPLACE INTO Coin VALUES('corn', 'CORN', 'CORN', null, null, 'https://assets.coingecko.com/coins/images/12360/large/TDAc-Eg-Fpp-HPMfs-Jdr3kdh-Uh-DFWKTZQVMM5.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('corn-3', 'Corn', 'CORN', 806, 'corn-3', 'https://assets.coingecko.com/coins/images/54471/large/corn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cornucopias', 'Cornucopias', 'COPI', 1488, 'cornucopias', 'https://assets.coingecko.com/coins/images/21452/large/g56WwJDA_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('corporate-audit-ai', 'Corporate Audit AI', 'AUDIT', 9466, 'corporate-audit-ai', 'https://assets.coingecko.com/coins/images/53194/large/Located_in_the_centre_of_Place_Charles_de_Gaulle_and_at_the_western_end_of_the_Champs-%C3%89lys%C3%A9es._%28500_x_500_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cortensor', 'Cortensor', 'COR', 2744, 'cortensor', 'https://assets.coingecko.com/coins/images/50486/large/cortensor-logo-square-trans-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cortex', 'Cortex', 'CTXC', 1614, 'cortex', 'https://assets.coingecko.com/coins/images/3861/large/2638.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cortex-2', 'Cortex', 'CX', 1174, 'cortex-2', 'https://assets.coingecko.com/coins/images/53285/large/CX_Round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cortexzero', 'CortexZero', 'CORTEXZERO', 11772, 'cortexzero', 'https://assets.coingecko.com/coins/images/53586/large/IMG_2591.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('cosanta', 'Cosanta', 'COSA', null, 'cosanta', null, 1);
INSERT OR REPLACE INTO Coin VALUES('coshi-inu', 'CoShi Inu', 'COSHI', null, 'coshi-inu', 'https://assets.coingecko.com/coins/images/15219/large/200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cosmic-universe-magic-token', 'Cosmic Universe Magic Token', 'MAGIC', 12550, 'cosmic-universe-magic-token', 'https://assets.coingecko.com/coins/images/19313/large/13037.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cosmicswap', 'CosmicSwap', 'COSMIC', null, 'cosmicswap', 'https://assets.coingecko.com/coins/images/16197/large/logo_-_2021-06-10T084120.309.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cosmos', 'Cosmos', 'ATOM', 83, 'cosmos', 'https://assets.coingecko.com/coins/images/1481/large/cosmos_hub.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cosplay-token-2', 'Cosplay Token', 'COT', 3273, 'cosplay-token-2', 'https://assets.coingecko.com/coins/images/21294/large/brave_ZxsjzUc8xn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coti', 'COTI', 'COTI', 538, 'coti', 'https://assets.coingecko.com/coins/images/2962/large/Coti.png', 100);
INSERT OR REPLACE INTO Coin VALUES('coti-ai-agents', 'COTI AI Agents', 'COAI', 6578, 'coti-ai-agents', 'https://assets.coingecko.com/coins/images/53318/large/Symbol_Logo-blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cotrader', 'CoTrader', 'COT', 8097, 'cotrader', 'https://assets.coingecko.com/coins/images/4205/large/logo_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('counosx', 'CounosX', 'CCXX', null, null, 'https://assets.coingecko.com/coins/images/9843/large/coin-gold-300x300-20191106-min.png', 100);
INSERT OR REPLACE INTO Coin VALUES('counterparty', 'Counterparty', 'XCP', 1994, 'counterparty', 'https://assets.coingecko.com/coins/images/9/large/counterparty.png', 100);
INSERT OR REPLACE INTO Coin VALUES('covalent-x-token', 'Covalent X Token', 'CXT', 1454, 'covalent-x-token', 'https://assets.coingecko.com/coins/images/39177/large/Covalent_Logomark_Square_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('covenant-child', 'Covenant', 'COVN', 4226, null, 'https://assets.coingecko.com/coins/images/22280/large/16837.png', 100);
INSERT OR REPLACE INTO Coin VALUES('covesting', 'Covesting', 'COV', 5207, 'covesting', 'https://assets.coingecko.com/coins/images/1950/large/covesting.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cow-protocol', 'CoW Protocol', 'COW', 431, 'cow-protocol', 'https://assets.coingecko.com/coins/images/24384/large/CoW-token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cpucoin', 'CPUcoin', 'CPU', null, 'cpucoin', 'https://assets.coingecko.com/coins/images/9544/large/uaz.ms.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cr0w-by-virtuals', 'cr0w by Virtuals', 'CROW', 9150, 'cr0w-by-virtuals', 'https://assets.coingecko.com/coins/images/53591/large/crowpfp-square.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('crab', 'CRAB', 'CRAB', 9860, 'crab', 'https://assets.coingecko.com/coins/images/52596/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('crabada', 'Crabada', 'CRA', 7379, 'crabada', 'https://assets.coingecko.com/coins/images/20011/large/crabada_icon_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crafting-finance', 'Crafting Finance', 'CRF', null, 'crafting-finance', 'https://assets.coingecko.com/coins/images/21559/large/tokenlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crappy-bird-cto', 'Crappy Bird CTO', 'CRAPPY', 3271, 'crappy-bird-cto', 'https://assets.coingecko.com/coins/images/52776/large/Gk2z6bC-_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('crashout', 'Crashout', 'CRASHOUT', 4810, 'crashout', 'https://assets.coingecko.com/coins/images/50899/large/crashout_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cratos', 'Cratos', 'CRTS', 1794, 'cratos', 'https://assets.coingecko.com/coins/images/17322/large/cratos.png', 100);
INSERT OR REPLACE INTO Coin VALUES('craze', 'Craze', 'CRAZE', 12043, 'craze', 'https://assets.coingecko.com/coins/images/52888/large/Craze.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('crazy-bunny-equity-token', 'Crazy Bunny Equity Token', 'CBUNNY', null, 'crazy-bunny-equity-token', 'https://assets.coingecko.com/coins/images/19675/large/500x500px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cream', 'Creamcoin', 'CRM', null, null, 'https://assets.coingecko.com/coins/images/1155/large/cream.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cream-2', 'Cream', 'CREAM', 2477, 'cream-2', 'https://assets.coingecko.com/coins/images/11976/large/Cream.png', 100);
INSERT OR REPLACE INTO Coin VALUES('creaticles', 'Creaticles', 'CRE8', 8088, 'creaticles', 'https://assets.coingecko.com/coins/images/21115/large/logo-v3-small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('creator-platform', 'Creator Platform', 'CTR', null, 'creator-platform', 'https://assets.coingecko.com/coins/images/18252/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('creatorbid', 'CreatorBid', 'BID', 1508, 'creatorbid', 'https://assets.coingecko.com/coins/images/53878/large/creatorbid.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('creatordao', 'CreatorDAO', 'CREATOR', 2680, 'creatordao', 'https://assets.coingecko.com/coins/images/68263/large/CreatorDAOLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('credefi', 'Credefi', 'CREDI', 3090, 'credefi', 'https://assets.coingecko.com/coins/images/21396/large/e1QbZ4qQ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('credit-2', 'PROXI DeFi', 'CREDIT', null, null, 'https://assets.coingecko.com/coins/images/12212/large/_credit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('creditcoin-2', 'Creditcoin', 'CTC', 298, 'creditcoin-2', 'https://assets.coingecko.com/coins/images/10569/large/Creditcoin_Symbol_dark56.png', 100);
INSERT OR REPLACE INTO Coin VALUES('creditlink-token', 'Creditlink Token', 'CDL', 1563, 'creditlink-token', 'https://assets.coingecko.com/coins/images/68919/large/1000035542.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('credits', 'CREDITS', 'CS', 5657, null, 'https://assets.coingecko.com/coins/images/1566/large/cs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('creo-engine', 'Creo Engine', 'CREO', 3167, 'creo-engine', 'https://assets.coingecko.com/coins/images/25419/large/CreoEngine-Logo-V3-Token-Color_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crepe-2', 'CREPE', 'CREPE', 995, 'crepe-2', 'https://assets.coingecko.com/coins/images/66178/large/CREPE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crestal-nation', 'Crestal Nation', 'NATION', 3116, 'crestal-nation', 'https://assets.coingecko.com/coins/images/55598/large/Nation_Logo_Round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cricket-foundation', 'Cricket Foundation', 'CRIC', null, 'cricket-foundation', 'https://assets.coingecko.com/coins/images/18287/large/Cricket-Ball-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('croatian-ff-fan-token', 'Croatian FF Fan Token', 'VATRENI', 2538, 'croatian-ff-fan-token', 'https://assets.coingecko.com/coins/images/28295/large/VATRENI_token_logo_-_64x64.png', 100);
INSERT OR REPLACE INTO Coin VALUES('croissant-games', 'Croissant Games', 'CROISSANT', null, null, 'https://assets.coingecko.com/coins/images/22751/large/croissant200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('croking', 'Croking', 'CRK', null, null, 'https://assets.coingecko.com/coins/images/22667/large/Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cronaswap', 'CronaSwap', 'CRONA', null, 'cronaswap', 'https://assets.coingecko.com/coins/images/21098/large/logox200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cronos-bridged-usdc-cronos', 'Cronos Bridged USDC (Cronos)', 'USDC', 359, 'cronos-bridged-usdc-cronos', 'https://assets.coingecko.com/coins/images/35227/large/USDC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cronos-bridged-usdt-cronos', 'Cronos Bridged USDT (Cronos)', 'USDT', 555, 'cronos-bridged-usdt-cronos', 'https://assets.coingecko.com/coins/images/35025/large/USDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cronos-bridged-wbtc-cronos', 'Cronos Bridged WBTC (Cronos)', 'WBTC', 710, 'cronos-bridged-wbtc-cronos', 'https://assets.coingecko.com/coins/images/39555/large/wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cronos-id', 'Cronos ID', 'CROID', 2776, 'cronos-id', 'https://assets.coingecko.com/coins/images/28498/large/Cronos_ID_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cronos-zkevm-cro', 'Cronos zkEVM CRO', 'ZKCRO', 1198, 'cronos-zkevm-cro', 'https://assets.coingecko.com/coins/images/39734/large/Screenshot_2024-08-16_at_10.42.41%E2%80%AFAM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cropbytes', 'CropBytes', 'CBX', 6289, 'cropbytes', 'https://assets.coingecko.com/coins/images/19907/large/cbx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cross-2', 'Cross', 'CROSS', 803, 'cross-2', 'https://assets.coingecko.com/coins/images/67058/large/CROSS_200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cross-the-ages', 'Cross The Ages', 'CTA', 1461, 'cross-the-ages', 'https://assets.coingecko.com/coins/images/37692/large/little_cta_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crosschain-iotx', 'Crosschain IOTX', 'CIOTX', null, 'crosschain-iotx', 'https://assets.coingecko.com/coins/images/18331/large/iotx.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('crossfi', 'CrossFi', 'CRFI', null, null, 'https://assets.coingecko.com/coins/images/15162/large/11901619752967_.pic_hd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crossfi-2', 'CrossFi', 'XFI', 1990, 'crossfi-2', 'https://assets.coingecko.com/coins/images/31913/large/Token-Icon-Stylization-round-bg-XFI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crossswap', 'CrossSwap', 'CSWAP', 6266, 'crossswap', 'https://assets.coingecko.com/coins/images/18002/large/cross.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crosswallet', 'CrossWallet', 'CWT', 6346, 'crosswallet', 'https://assets.coingecko.com/coins/images/16460/large/AAoUhOw.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crow-with-knife', 'crow with knife', 'CAW', 1473, 'crow-with-knife', 'https://assets.coingecko.com/coins/images/36067/large/200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crown', 'Crown', 'CRW', 11074, 'crown', 'https://assets.coingecko.com/coins/images/328/large/Crown.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crown-by-third-time-games', 'Crown by Third Time Games', 'CROWN', 1524, 'crown-by-third-time-games', 'https://assets.coingecko.com/coins/images/30452/large/crown_200_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crowns', 'Seascape Crowns', 'CWS', 4383, 'crowns', 'https://assets.coingecko.com/coins/images/13835/large/crowns_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crowny-token', 'Crowny Token', 'CRWNY', 5215, 'crowny-token', 'https://assets.coingecko.com/coins/images/14958/large/crowny-icon-rounded_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('croy-ai', 'CROY AI', 'CROY', 10498, 'croy-ai', 'https://assets.coingecko.com/coins/images/53464/large/croyhead.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crust-network', 'Crust Network', 'CRU', 3365, 'crust-network', 'https://assets.coingecko.com/coins/images/12549/large/sAB3KVzD_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('crust-storage-market', 'Crust Shadow', 'CSM', null, 'crust-storage-market', 'https://assets.coingecko.com/coins/images/16037/large/2_mnCYZfHmLg2bFrjM3vKtPw.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crvusd', 'crvUSD', 'CRVUSD', 334, 'crvusd', 'https://assets.coingecko.com/coins/images/30118/large/crvusd.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cryodao', 'CryoDAO', 'CRYO', 3515, 'cryodao', 'https://assets.coingecko.com/coins/images/34624/large/cryo-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryowar-token', 'Cryowar Token', 'CWAR', 5172, 'cryowar-token', 'https://assets.coingecko.com/coins/images/20227/large/CWAR_round_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypstocksai', 'CrypstocksAI', 'MVP', 4415, 'crypstocksai', 'https://assets.coingecko.com/coins/images/66258/large/IMG_2730.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptaur', 'Cryptaur', 'CPT', null, null, 'https://assets.coingecko.com/coins/images/2481/large/n3w6Z9xW_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('crypterium', 'Crypterium', 'CRPT', 8339, 'crypterium', 'https://assets.coingecko.com/coins/images/1901/large/crypt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptex-finance', 'Cryptex Finance', 'CTX', 1888, 'cryptex-finance', 'https://assets.coingecko.com/coins/images/14932/large/CTX_Logo_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptify-ai', 'Cryptify AI', 'CRAI', 4913, 'cryptify-ai', 'https://assets.coingecko.com/coins/images/50455/large/cryptify-ai-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-ai-robo', 'Crypto-AI-Robo', 'CAIR', 9629, 'crypto-ai-robo', 'https://assets.coingecko.com/coins/images/33410/large/2000px-Atheismsymbol_endorsed_by_AAI.svg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-asset-governance-alliance', 'Crypto Asset Governance Alliance', 'CAGA', 3357, 'crypto-asset-governance-alliance', 'https://assets.coingecko.com/coins/images/32846/large/200px_caga_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-bro', 'Crypto Bro', 'LARRY', 10591, 'crypto-bro', 'https://assets.coingecko.com/coins/images/54139/large/IMG_4922.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-carbon-energy-2', 'Crypto Carbon Energy', 'CYCE', 9406, null, 'https://assets.coingecko.com/coins/images/29824/large/CYCE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-com-chain', 'Cronos', 'CRO', 35, 'crypto-com-chain', 'https://assets.coingecko.com/coins/images/7310/large/cro_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-com-staked-eth', 'Crypto.com Staked ETH', 'CDCETH', 396, 'crypto-com-staked-eth', 'https://assets.coingecko.com/coins/images/33537/large/CDCETH-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-com-staked-sol', 'Crypto.com Staked SOL', 'CDCSOL', 1983, 'crypto-com-staked-sol', 'https://assets.coingecko.com/coins/images/55365/large/CDCSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-com-wrapped-btc', 'Crypto.com Wrapped BTC', 'CDCBTC', 1334, 'crypto-com-wrapped-btc', 'https://assets.coingecko.com/coins/images/52289/large/CDCBTC_Logo_%28200x200%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-holding-frank-token', 'Crypto Holding Frank Token', 'CHFT', null, null, 'https://assets.coingecko.com/coins/images/11184/large/chft.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-perx', 'Crypto Perx', 'CPRX', null, 'crypto-perx', 'https://assets.coingecko.com/coins/images/20768/large/8iQSd5YY_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-raiders', 'Crypto Raiders', 'RAIDER', 7271, 'crypto-raiders', 'https://assets.coingecko.com/coins/images/17638/large/Ue3Hfh8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-royale', 'Crypto Royale', 'ROY', 8079, 'crypto-royale', 'https://assets.coingecko.com/coins/images/20668/large/ROY_logo_new_design_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-trading-fund', 'Crypto Trading Fund', 'CTF', 1445, 'crypto-trading-fund', 'https://assets.coingecko.com/coins/images/37122/large/33DE079C-182B-40D7-B26D-0D7E12158140.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('crypto-village-accelerator-cvag', 'Crypto Village Accelerator CVAG', 'CVAG', null, null, 'https://assets.coingecko.com/coins/images/17124/large/cvag.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptoart-ai', 'CryptoArt.Ai', 'CART', null, null, 'https://assets.coingecko.com/coins/images/17583/large/logo-64.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptoautos', 'CryptoAutos', 'AUTOS', 2366, 'cryptoautos', 'https://assets.coingecko.com/coins/images/51565/large/CryptoAutos_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptoblades', 'CryptoBlades', 'SKILL', 7220, 'cryptoblades', 'https://assets.coingecko.com/coins/images/15334/large/cryptoblade.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptoblades-kingdoms', 'CryptoBlades Kingdoms', 'KING', null, 'cryptoblades-kingdoms', 'https://assets.coingecko.com/coins/images/18728/large/cryptoblades-kingdoms.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptocurrency-coin', 'Cryptocurrency Coin', 'CRYPTO', 2802, 'cryptocurrency-coin', 'https://assets.coingecko.com/coins/images/55850/large/cc_200x200_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptoexpress', 'CryptoXpress', 'XPRESS', null, null, 'https://assets.coingecko.com/coins/images/20467/large/xvlKHAMJ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptofarmers', 'CryptoFarmers', 'FARM', 6328, 'cryptofarmers', 'https://assets.coingecko.com/coins/images/51380/large/logo_200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptofranc', 'CryptoFranc', 'XCHF', 3169, null, 'https://assets.coingecko.com/coins/images/8465/large/WhuiuJBc_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptogpt', 'CryptoGPT', 'CRGPT', 4966, 'cryptogpt', 'https://assets.coingecko.com/coins/images/36590/large/1000036412.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptogpt-token', 'CryptoGPT Token', 'GPT', 4710, 'cryptogpt-token', 'https://assets.coingecko.com/coins/images/29223/large/Favicon_200x200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptomeda', 'Cryptomeda', 'TECH', 10125, null, 'https://assets.coingecko.com/coins/images/17983/large/tech.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptomines-eternal', 'CryptoMines Eternal', 'ETERNAL', null, 'cryptomines-eternal', 'https://assets.coingecko.com/coins/images/18344/large/rn78txF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptopolis', 'Cryptopolis', 'CPO', 12543, 'cryptopolis', 'https://assets.coingecko.com/coins/images/19163/large/PgnW_SGk_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptopunk-7171-hoodie', 'CryptoPunk #7171', 'HOODIE', null, 'cryptopunk-7171-hoodie', 'https://assets.coingecko.com/coins/images/17842/large/cryptopunk-hoodie.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptorg-token', 'Cryptorg Token', 'CTG', null, 'cryptorg-token', 'https://assets.coingecko.com/coins/images/11474/large/crystal_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptosaga', 'CryptoSaga', 'SAGA', null, null, 'https://assets.coingecko.com/coins/images/1333/large/saga-logo-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptotycoon', 'CryptoTycoon', 'CTT', 12554, 'cryptotycoon', 'https://assets.coingecko.com/coins/images/15882/large/ctt.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptozoo', 'CryptoZoo', 'ZOO', null, 'cryptozoo', 'https://assets.coingecko.com/coins/images/17337/large/cryptozoo.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptozoon', 'CryptoZoon', 'ZOON', 5244, 'cryptozoon', 'https://assets.coingecko.com/coins/images/17419/large/logo200_%2820%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cryptyk', 'Cryptyk', 'CTK', null, 'cryptyk', 'https://assets.coingecko.com/coins/images/2729/large/Cryptyk_-1.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('crystl-finance', 'Crystl Finance', 'CRYSTL', 12456, 'crystl-finance', 'https://assets.coingecko.com/coins/images/17023/large/CRYSTL_Rebrand_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('csp-dao-network', 'CSP DAO Network', 'NEBO', 4309, 'csp-dao-network', 'https://assets.coingecko.com/coins/images/13436/large/nebo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ctc-plus', 'CTC PLUS', 'CTCP', null, 'ctc-plus', 'https://assets.coingecko.com/coins/images/68866/large/ctcp_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ctoc', 'CTOC', 'CTOC', 3107, 'ctoc', 'https://assets.coingecko.com/coins/images/67556/large/CTOC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ctrl-wallet', 'Ctrl', 'CTRL', 2306, 'ctrl-wallet', 'https://assets.coingecko.com/coins/images/50886/large/_CTRL_logo_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cub-finance', 'Cub Finance', 'CUB', 10434, 'cub-finance', 'https://assets.coingecko.com/coins/images/14743/large/cub.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cubiex-power', 'Cubiex Power', 'CBIX-P', null, null, 'https://assets.coingecko.com/coins/images/16183/large/Cubiex.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cudis', 'Cudis', 'CUDIS', 1697, 'cudis', 'https://assets.coingecko.com/coins/images/66296/large/cudis.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cudos', 'Cudos', 'CUDOS', 1486, 'cudos', 'https://assets.coingecko.com/coins/images/13651/large/CudosIconTransparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cult-dao', 'Cult DAO', 'CULT', 1571, 'cult-dao', 'https://assets.coingecko.com/coins/images/23331/large/quxZPrbC_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cuminu', 'Cuminu', 'CUMINU', 6900, 'cuminu', 'https://assets.coingecko.com/coins/images/15832/large/CUMINU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cumrocket', 'CumRocket', 'CUMMIES', 2656, 'cumrocket', 'https://assets.coingecko.com/coins/images/15088/large/cr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cumulus-encrypted-storage-system', 'CESS Network', 'CESS', 1643, 'cumulus-encrypted-storage-system', 'https://assets.coingecko.com/coins/images/32628/large/logo2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cupsey', 'CUPSEY', 'CUPSEY', 3104, 'cupsey', 'https://assets.coingecko.com/coins/images/51412/large/IMG_8971.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('curate', 'Curate', 'XCUR', 6322, null, 'https://assets.coingecko.com/coins/images/13327/large/400x400_%281%29_%283%29_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('curecoin', 'Curecoin', 'CURE', 5177, null, 'https://assets.coingecko.com/coins/images/76/large/curecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('curve-dao-token', 'Curve DAO Token', 'CRV', 132, 'curve-dao-token', 'https://assets.coingecko.com/coins/images/12124/large/Curve.png', 100);
INSERT OR REPLACE INTO Coin VALUES('customer-service-xiao-he', '客服小何 (Customer Service Xiao He)', '客服小何', 1233, 'customer-service-xiao-he', 'https://assets.coingecko.com/coins/images/69891/large/hdi60crc1liyfzb850w98x4pcywf.', 100);
INSERT OR REPLACE INTO Coin VALUES('cute-asian-girl', 'Cute Asian Girl', 'CAG', 6130, 'cute-asian-girl', 'https://assets.coingecko.com/coins/images/53898/large/_CAGPNG_%28512_x_512_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cvault-finance', 'cVault.finance', 'CORE', null, 'cvault-finance', 'https://assets.coingecko.com/coins/images/12635/large/cvault.finance_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cyberconnect', 'Cyberconnect', 'CYBER', 731, 'cyberconnect', 'https://assets.coingecko.com/coins/images/31274/large/token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cyberdoge-3', 'Cyberdoge', 'CDOGE', 4368, 'cyberdoge-3', 'https://assets.coingecko.com/coins/images/51479/large/CYBERDOGE_%28200_x_200_px%29_20240828_185017_0000.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cyberdragon-gold', 'CyberDragon Gold', 'GOLD', null, 'cyberdragon-gold', 'https://assets.coingecko.com/coins/images/18010/large/htvlAXaQ3yqLeOn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cyberfi', 'CyberFi', 'CFI', 5909, 'cyberfi', 'https://assets.coingecko.com/coins/images/13112/large/cyberfi_logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('cyberfm', 'CyberFM', 'CYFM', null, null, 'https://assets.coingecko.com/coins/images/5476/large/cyberfm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cybervein', 'CyberVeinToken', 'CVT', null, 'cybervein', 'https://assets.coingecko.com/coins/images/3886/large/CyberVein_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cycle', 'Cycle', 'CYCLE', 10256, 'cycle', 'https://assets.coingecko.com/coins/images/55755/large/cycle-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cycle-2', 'Cycle Network', 'CYC', 2444, 'cycle-2', 'https://assets.coingecko.com/coins/images/66990/large/20250731-155008.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cyclix-games', 'Cyclix Games', 'CYG', 7849, 'cyclix-games', 'https://assets.coingecko.com/coins/images/37247/large/CG_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cyclone-protocol', 'Cyclone Protocol', 'CYC', null, 'cyclone-protocol', 'https://assets.coingecko.com/coins/images/14065/large/b3_DFjFp_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cyclos', 'Cyclos', 'CYS', 9624, null, 'https://assets.coingecko.com/coins/images/18139/large/cyclos-text-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cypher-2', 'Cypher', 'CYPR', 1591, 'cypher-2', 'https://assets.coingecko.com/coins/images/69760/large/gecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('cypher-genesis-runes', 'CYPHER•GENESIS (Runes)', 'CYPHER', 6327, 'cypher-genesis-runes', 'https://assets.coingecko.com/coins/images/51376/large/1000005401.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('cypherium', 'Cypherium', 'CPH', 2912, 'cypherium', 'https://assets.coingecko.com/coins/images/7332/large/cph.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('cyphomancer', 'Cyphomancer', '42', 9941, 'cyphomancer', 'https://assets.coingecko.com/coins/images/52111/large/Coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('czs-dog', 'CZ''S Dog', 'BROCCOLI', 1099, 'czs-dog', 'https://assets.coingecko.com/coins/images/54400/large/broccoli.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('d-community', 'D Community', 'DILI', null, null, 'https://assets.coingecko.com/coins/images/9485/large/BYf_d6kekNWOY34VLGPvf7RcVj8SeRi7P65Nk0W7ji1jir_qSLfssffnNW0ZzQSWzhhsNRkMCL7qcX4CCaMTbgKb0D7b5yNeStKVMm2deZd9cONMuItgoKUXxIYkHElfk1PW2uiNZbg6a2K0OHtZTvkt1xo8YVKuthskXaryOkM6Ax-MXQlHOfbjwCcnQQjHxAucufrCZJfDgrY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('d1ckgpt', 'D1ckGPT', 'DICK', 3037, 'd1ckgpt', 'https://assets.coingecko.com/coins/images/69831/large/logo_d1ck_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dacxi', 'Dacxi', 'DACXI', 1042, 'dacxi', 'https://assets.coingecko.com/coins/images/4466/large/dacxi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('daddy-doge', 'Daddy Doge', 'DADDYDOGE', null, 'daddy-doge', 'https://assets.coingecko.com/coins/images/16931/large/icon-200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('daddy-tate', 'Daddy Tate', 'DADDY', 1558, 'daddy-tate', 'https://assets.coingecko.com/coins/images/38684/large/DADDY_TATE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dadi-insight-token', 'DADI Insight Token', 'DIT', 2035, 'dadi-insight-token', 'https://assets.coingecko.com/coins/images/69127/large/photo_2025-08-04_18-25-51.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('daex', 'DAEX', 'DAX', 5165, null, 'https://assets.coingecko.com/coins/images/4063/large/daex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dafi-protocol', 'Dafi Protocol', 'DAFI', 5802, 'dafi-protocol', 'https://assets.coingecko.com/coins/images/14428/large/Dafi_Black_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dagger', 'Dagger', 'XDAG', 2321, 'dagger', 'https://assets.coingecko.com/coins/images/5823/large/4nVh5M8u_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dai', 'Dai', 'DAI', 40, 'dai', 'https://assets.coingecko.com/coins/images/9956/large/Badge_Dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('daige', 'Daige', 'DAIGE', 7579, 'daige', 'https://assets.coingecko.com/coins/images/53447/large/pefpe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('daku-v2', 'Daku V2', 'DAKU', 585, 'daku-v2', 'https://assets.coingecko.com/coins/images/67226/large/IMG_1782.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dao-invest', 'DAO Invest', 'VEST', null, null, 'https://assets.coingecko.com/coins/images/17901/large/logo-round-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dao-maker', 'DAO Maker', 'DAO', 1256, 'dao-maker', 'https://assets.coingecko.com/coins/images/13915/large/4.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('daobase', 'DAOBase', 'BEE', 3789, 'daobase', 'https://assets.coingecko.com/coins/images/66656/large/daobase.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('daohaus', 'DAOhaus', 'HAUS', 5584, 'daohaus', 'https://assets.coingecko.com/coins/images/14551/large/jN3kkqke_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('daolaunch', 'DAOLaunch', 'DAL', null, 'daolaunch', 'https://assets.coingecko.com/coins/images/20208/large/dal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('daosquare', 'DAOSquare', 'RICE', null, 'daosquare', 'https://assets.coingecko.com/coins/images/19084/large/tw5gu1dW_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('daossui-token', 'Daossui Token', 'DAOS', 8205, 'daossui-token', 'https://assets.coingecko.com/coins/images/53462/large/1000x1000.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dapp', 'LiquidApps', 'DAPP', null, 'dapp', 'https://assets.coingecko.com/coins/images/8116/large/dapp-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dappradar', 'DappRadar', 'RADAR', 3042, 'dappradar', 'https://assets.coingecko.com/coins/images/20894/large/radar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dappstore', 'dAppstore', 'DAPPX', null, 'dappstore', 'https://assets.coingecko.com/coins/images/15780/large/large-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dar-open-network', 'Dar Open Network', 'D', 1483, 'dar-open-network', 'https://assets.coingecko.com/coins/images/53414/large/dar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-cheems', 'Dark Cheems', 'TOTAKEKE', 3552, 'dark-cheems', 'https://assets.coingecko.com/coins/images/67421/large/IMG_5536.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-eclipse', 'Dark Eclipse', 'DARK', 3592, 'dark-eclipse', 'https://assets.coingecko.com/coins/images/55208/large/dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-energy-crystals', 'Dark Energy Crystals', 'DEC', null, 'dark-energy-crystals', 'https://assets.coingecko.com/coins/images/12923/large/DEC_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-frontiers', 'Dark Frontiers', 'DARK', 5231, 'dark-frontiers', 'https://assets.coingecko.com/coins/images/18856/large/Twitter_post_-_121.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-maga', 'Dark MAGA', 'DMAGA', 5747, 'dark-maga', 'https://assets.coingecko.com/coins/images/39302/large/DMAGATokenImage1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-magic', 'Dark Magic', 'DMAGIC', 5116, null, 'https://assets.coingecko.com/coins/images/15842/large/Dark_Magic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-matter', 'Dark Matter', 'DMT', 8534, 'dark-matter', 'https://assets.coingecko.com/coins/images/14223/large/dmt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dark-matter-defi', 'Dark Matter Defi', 'DMD', null, null, 'https://assets.coingecko.com/coins/images/18981/large/dmd.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('darkcrypto', 'DarkCrypto', 'DARK', 9431, 'darkcrypto', 'https://assets.coingecko.com/coins/images/22456/large/DARK_bgWhite.png', 100);
INSERT OR REPLACE INTO Coin VALUES('darkpino', 'DarkPino', 'DPINO', 2800, 'darkpino', 'https://assets.coingecko.com/coins/images/56032/large/darkpinooriginal.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('darkstar', 'DarkStar', 'DARK', 973, 'darkstar', 'https://assets.coingecko.com/coins/images/67917/large/_DARKSTAR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('darwin', 'Darwin', 'DARWIN', 6795, 'darwin', 'https://assets.coingecko.com/coins/images/67422/large/IMG_8837.png', 100);
INSERT OR REPLACE INTO Coin VALUES('darwinia-commitment-token', 'Darwinia Commitment Token', 'KTON', 5440, 'darwinia-commitment-token', 'https://assets.coingecko.com/coins/images/11895/large/KTON.png', 100);
INSERT OR REPLACE INTO Coin VALUES('darwinia-network-native-token', 'Darwinia Network Native Token', 'RING', 3257, 'darwinia-network-native-token', 'https://assets.coingecko.com/coins/images/9443/large/RING.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dash', 'Dash', 'DASH', 139, 'dash', 'https://assets.coingecko.com/coins/images/19/large/dash-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dash-diamond', 'Dash Diamond', 'DASHD', 4974, 'dash-diamond', 'https://assets.coingecko.com/coins/images/9628/large/DASHD.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dasha', 'Dasha', 'VVAIFU', 3791, 'dasha', 'https://assets.coingecko.com/coins/images/51306/large/ogvvaifu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('data-lake', 'Data Lake', 'LAKE', 4623, 'data-lake', 'https://assets.coingecko.com/coins/images/29279/large/VWlCfLlX_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('data-ownership-protocol', 'Data Ownership Protocol', 'DOP', null, 'data-ownership-protocol', 'https://assets.coingecko.com/coins/images/36706/large/DOP-Round-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('data-ownership-protocol-2', 'Data Ownership Protocol 2', 'DOP2', 1374, 'data-ownership-protocol-2', 'https://assets.coingecko.com/coins/images/69778/large/DOP_Logo_Icon_Dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('data-universe', 'Data Universe', 'SN13', 1745, 'data-universe', 'https://assets.coingecko.com/coins/images/66327/large/du.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('databroker-dao', 'DaTa eXchange Token', 'DTX', 7564, 'databroker-dao', 'https://assets.coingecko.com/coins/images/2920/large/dtx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('datahighway', 'DataHighway', 'DHX', null, null, 'https://assets.coingecko.com/coins/images/15755/large/Datahighway-Logo-big.png', 100);
INSERT OR REPLACE INTO Coin VALUES('datamall-coin', 'Datamall Coin', 'DMC', 12432, 'datamall-coin', 'https://assets.coingecko.com/coins/images/31347/large/DatamallChain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('datamine', 'Datamine', 'DAM', 7107, 'datamine', 'https://assets.coingecko.com/coins/images/11695/large/qxsFH8W.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dawg', 'DAWG', 'DAWG', null, null, 'https://assets.coingecko.com/coins/images/20881/large/143299698-37b637ea-7fce-4bd6-8713-71c42e37629e.png', 100);
INSERT OR REPLACE INTO Coin VALUES('daydreams', 'Daydreams', 'DREAMS', 2635, 'daydreams', 'https://assets.coingecko.com/coins/images/53838/large/ddpfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dbx-2', 'DBX', 'DBX', null, 'dbx-2', 'https://assets.coingecko.com/coins/images/15682/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('de-fi', 'DeFi', 'DEFI', 2932, 'de-fi', 'https://assets.coingecko.com/coins/images/34369/large/defi_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deapcoin', 'DEAPCOIN', 'DEP', 917, 'deapcoin', 'https://assets.coingecko.com/coins/images/10970/large/DEAPcoin_01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deathroad', 'DeathRoad', 'DRACE', 12574, 'deathroad', 'https://assets.coingecko.com/coins/images/18178/large/DeathRoad_token_logo_200x200-25.png', 100);
INSERT OR REPLACE INTO Coin VALUES('debox', 'DeBox', 'BOX', 1617, 'debox', 'https://assets.coingecko.com/coins/images/50224/large/v6TSd2dN_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('debridge', 'deBridge', 'DBR', 502, 'debridge', 'https://assets.coingecko.com/coins/images/38019/large/DBR_icon_Color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('debtcoin', 'DebtCoin', 'DEBT', 5734, 'debtcoin', 'https://assets.coingecko.com/coins/images/67651/large/logopng200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('debtreliefbot', 'DebtReliefBot', 'DRB', 1955, 'debtreliefbot', 'https://assets.coingecko.com/coins/images/54784/large/1000143570.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('decentr', 'Decentr', 'DEC', 12165, 'decentr', 'https://assets.coingecko.com/coins/images/11816/large/Decentr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentral-games', 'Decentral Games', 'DG', 3947, 'decentral-games', 'https://assets.coingecko.com/coins/images/21173/large/Decentral_Games_Logo-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentral-games-ice', 'Decentral Games ICE', 'ICE', 7861, 'decentral-games-ice', 'https://assets.coingecko.com/coins/images/18110/large/ice-poker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentral-games-old', 'Decentral Games (Old)', 'DG', 10115, 'decentral-games-old', 'https://assets.coingecko.com/coins/images/13267/large/%28Old%29_DG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentraland', 'Decentraland', 'MANA', 181, 'decentraland', 'https://assets.coingecko.com/coins/images/878/large/decentraland-mana.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentralgpt', 'DecentralGPT', 'DGC', 5667, 'decentralgpt', 'https://assets.coingecko.com/coins/images/68369/large/decentralgpt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentralized-advertising', 'DAD', 'DAD', 7559, null, 'https://assets.coingecko.com/coins/images/9833/large/q_Vt0ajV_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('decentralized-community-investment-protocol', 'Decentralized Community Investment Protocol', 'DCIP', null, 'decentralized-community-investment-protocol', 'https://assets.coingecko.com/coins/images/17274/large/DCIP200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentralized-mining-exchange', 'Decentralized Mining Exchange', 'DMC', null, 'decentralized-mining-exchange', 'https://assets.coingecko.com/coins/images/14130/large/1_hXrVwWTpmRJkPB6Aty0npQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentralized-universal-basic-income', 'Decentralized Universal Basic Income', 'DUBI', null, 'decentralized-universal-basic-income', 'https://assets.coingecko.com/coins/images/2606/large/decentralized-universal-basic-income.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decentraweb', 'DecentraWeb', 'DWEB', 7726, 'decentraweb', 'https://assets.coingecko.com/coins/images/18971/large/dweb-logo-transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decimal', 'Decimal', 'DEL', 1581, null, 'https://assets.coingecko.com/coins/images/17133/large/logo_-_2021-07-16T133613.232.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decimated', 'Decimated', 'DIO', 4232, 'decimated', 'https://assets.coingecko.com/coins/images/8271/large/dio_logo_coloured_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decred', 'Decred', 'DCR', 240, 'decred', 'https://assets.coingecko.com/coins/images/329/large/decred.png', 100);
INSERT OR REPLACE INTO Coin VALUES('decubate', 'Decubate', 'DCB', 2895, 'decubate', 'https://assets.coingecko.com/coins/images/16909/large/Logo-Decubate_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deep', 'DeepBook', 'DEEP', 282, 'deep', 'https://assets.coingecko.com/coins/images/50648/large/DEEP_Logo_256x256_px_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deep-worm', 'Deep Worm', 'WORM', 7279, 'deep-worm', 'https://assets.coingecko.com/coins/images/51070/large/wormlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deepbrain-chain', 'DeepBrain Chain', 'DBC', 3247, 'deepbrain-chain', 'https://assets.coingecko.com/coins/images/2057/large/DeepBrainChain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deepcore-ai', 'DeepCore AI', 'DPCORE', 5265, 'deepcore-ai', 'https://assets.coingecko.com/coins/images/55354/large/deepcoreai-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('deeper-network', 'Deeper Network', 'DPR', null, 'deeper-network', 'https://assets.coingecko.com/coins/images/14748/large/deeper.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deepfakeai', 'DeepFakeAI', 'FAKEAI', 3904, 'deepfakeai', 'https://assets.coingecko.com/coins/images/30633/large/Safeimagekit-resized-img_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deeplink-protocol', 'DeepLink Protocol', 'DLC', 6264, 'deeplink-protocol', 'https://assets.coingecko.com/coins/images/54848/large/DLC_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deeponion', 'DeepOnion', 'ONION', 6126, 'deeponion', 'https://assets.coingecko.com/coins/images/1148/large/deeponion-circle-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deepspace', 'DEEPSPACE', 'DPS', 5183, 'deepspace', 'https://assets.coingecko.com/coins/images/17953/large/f1LFu897_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('deer-seized-by-us-government', 'Deer Seized by US Government', 'BABY', 8797, 'deer-seized-by-us-government', 'https://assets.coingecko.com/coins/images/54628/large/QmWFZ95k7L2EAdveFRJ6g4UYyxqX2xG7fTtzvxHNuEWzKD_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defactor', 'Defactor', 'FACTR', 2457, 'defactor', 'https://assets.coingecko.com/coins/images/19201/large/Defactor_Emblem.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defai', 'DeFAI', 'DEFAI', 8154, 'defai', 'https://assets.coingecko.com/coins/images/53486/large/DEFAI_COIN_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-for-you', 'Defi For You', 'DFY', 7615, 'defi-for-you', 'https://assets.coingecko.com/coins/images/14561/large/DFY-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-kingdoms', 'DeFi Kingdoms', 'JEWEL', 2792, 'defi-kingdoms', 'https://assets.coingecko.com/coins/images/18570/large/jewel_token_x2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-land', 'DeFi Land', 'DFL', 4805, 'defi-land', 'https://assets.coingecko.com/coins/images/18910/large/defilend.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-money', 'Defi.money', 'MONEY', 1799, 'defi-money', 'https://assets.coingecko.com/coins/images/39230/large/Token_2x-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-shopping-stake', 'Defi Shopping Stake', 'DSS', null, 'defi-shopping-stake', 'https://assets.coingecko.com/coins/images/12602/large/DSS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-ssi', 'DEFI.ssi', 'DEFI.SSI', 1523, 'defi-ssi', 'https://assets.coingecko.com/coins/images/53090/large/defi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-stoa', 'Defi STOA', 'STA', null, null, 'https://assets.coingecko.com/coins/images/16710/large/RSloE6X1_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-warrior', 'Defi Warrior', 'FIWA', 7734, 'defi-warrior', 'https://assets.coingecko.com/coins/images/18208/large/defi_warrior.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('defi-yield-protocol', 'DeFi Yield Protocol', 'DYP', 8059, 'defi-yield-protocol', 'https://assets.coingecko.com/coins/images/13480/large/DYP-200x200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defiant-2', 'Defiant', 'DEFIANT', 8482, 'defiant-2', 'https://assets.coingecko.com/coins/images/55236/large/defiant.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defichain', 'DeFiChain', 'DFI', 4346, 'defichain', 'https://assets.coingecko.com/coins/images/11757/large/symbol-defi-blockchain_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defigeek-community-japan', 'DeFiGeek Community Japan', 'TXJP', 2361, 'defigeek-community-japan', 'https://assets.coingecko.com/coins/images/67696/large/App_icon_256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defigram', 'Defigram', 'DFG', null, 'defigram', 'https://assets.coingecko.com/coins/images/25162/large/19590.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defina-finance', 'Defina Finance', 'FINA', 8697, 'defina-finance', 'https://assets.coingecko.com/coins/images/18970/large/favicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('define', 'DeFine', 'DFA', null, 'define', 'https://assets.coingecko.com/coins/images/17579/large/define.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('definer', 'DeFiner', 'FIN', 12139, 'definer', 'https://assets.coingecko.com/coins/images/12780/large/PdaW8Lb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('definitive', 'Definitive', 'EDGE', 733, 'definitive', 'https://assets.coingecko.com/coins/images/55072/large/EDGE-120x120.png', 100);
INSERT OR REPLACE INTO Coin VALUES('definity', 'DeFinity', 'DEFX', 2674, 'definity', 'https://assets.coingecko.com/coins/images/15875/large/definity-listing-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defiplaza', 'DefiPlaza', 'DFP2', 5814, 'defiplaza', 'https://assets.coingecko.com/coins/images/19552/large/profile-round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defipulse-index', 'DeFiPulse Index', 'DPI', 1735, 'defipulse-index', 'https://assets.coingecko.com/coins/images/12465/large/defi_pulse_index_set.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defistarter', 'DfiStarter', 'DFI', null, null, 'https://assets.coingecko.com/coins/images/19037/large/Dfistarter-LOGO-4-02.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defit', 'Digital Fitness', 'DEFIT', 3328, 'defit', 'https://assets.coingecko.com/coins/images/14699/large/Defit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defituna', 'DeFituna', 'TUNA', 1088, 'defituna', 'https://assets.coingecko.com/coins/images/67596/large/tuna.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('defive', 'DeFive', 'FIVE', 3863, 'defive', 'https://assets.coingecko.com/coins/images/53201/large/DeFive_White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('defiway', 'Defiway', 'DEFI', 1040, 'defiway', 'https://assets.coingecko.com/coins/images/39391/large/photo_2024-07-25_18-08-57.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('defrogs', 'DeFrogs', 'DEFROGS', 5243, 'defrogs', 'https://assets.coingecko.com/coins/images/35080/large/defrogs.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('degate', 'DeGate', 'DG', 1344, 'degate', 'https://assets.coingecko.com/coins/images/14415/large/DG_token_brand_web_rgb_blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('degecoin', 'DegeCoin', '$DEGE', 5462, 'degecoin', 'https://assets.coingecko.com/coins/images/67202/large/degecoin_logo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('degen-base', 'Degen (Base)', 'DEGEN', 572, 'degen-base', 'https://assets.coingecko.com/coins/images/34515/large/android-chrome-512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('degen-capital-by-virtuals', 'Degen Capital by Virtuals', 'DEGENC', 5519, 'degen-capital-by-virtuals', 'https://assets.coingecko.com/coins/images/52246/large/Degenc_with_Pnut_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('degen-spartan-ai', 'Degen Spartan AI', 'DEGENAI', 3590, 'degen-spartan-ai', 'https://assets.coingecko.com/coins/images/51254/large/degenai.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('degenerate-squid', 'Degenerate SQuiD', 'SQDGN', 3130, 'degenerate-squid', 'https://assets.coingecko.com/coins/images/54165/large/pepe_200_by_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('degenerative-sitcom', 'degenerative SITCOM', '$SITCOM', 3902, 'degenerative-sitcom', 'https://assets.coingecko.com/coins/images/52334/large/TTLIU-4h_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('degenerator-project', 'Degenerator Project', 'GNRT', 9349, 'degenerator-project', 'https://assets.coingecko.com/coins/images/53420/large/T9FHkmdT_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dego-finance', 'Dego Finance', 'DEGO', 1322, 'dego-finance', 'https://assets.coingecko.com/coins/images/12503/large/Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('degree-crypto-token', 'Degree Crypto Token', 'DCT', null, 'degree-crypto-token', 'https://assets.coingecko.com/coins/images/20300/large/dct200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dehero-community-token', 'Dehero Community Token', 'HEROES', null, 'dehero-community-token', 'https://assets.coingecko.com/coins/images/17917/large/33b73b5a11f3391dd9ef009985308cf5.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dehive', 'DeHive', 'DHV', 7284, 'dehive', 'https://assets.coingecko.com/coins/images/14926/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dehorizon', 'DeHorizon', 'DEVT', null, null, 'https://assets.coingecko.com/coins/images/21373/large/A3RjDqet_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dejitaru-tsuka', 'Dejitaru Tsuka', 'TSUKA', 2578, 'dejitaru-tsuka', 'https://assets.coingecko.com/coins/images/26405/large/Dejitaru_Tsuka_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dekbox', 'DekBox', 'DEK', null, 'dekbox', 'https://assets.coingecko.com/coins/images/15968/large/DEKbox-02%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('delabs-games', 'Delabs Games', 'DELABS', 2114, 'delabs-games', 'https://assets.coingecko.com/coins/images/67675/large/delabs.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('delorean', 'DeLorean', 'DMC', 1772, 'delorean', 'https://assets.coingecko.com/coins/images/66778/large/DMC_Token_Icon_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('delphy', 'Delphy', 'DPY', 5776, 'delphy', 'https://assets.coingecko.com/coins/images/1133/large/delphy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('delta-exchange-token', 'Delta Exchange Token', 'DETO', 2213, 'delta-exchange-token', 'https://assets.coingecko.com/coins/images/14610/large/deto-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('delta-financial', 'Delta Financial', 'DELTA', null, 'delta-financial', 'https://assets.coingecko.com/coins/images/14564/large/Delta_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('delysium', 'Delysium', 'AGI', 631, 'delysium', 'https://assets.coingecko.com/coins/images/29299/large/AGI_logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('demole', 'Demole', 'DMLG', 11432, 'demole', 'https://assets.coingecko.com/coins/images/19195/large/dmlg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('denizlispor-fan-token', 'Denizlispor Fan Token', 'DNZ', 8495, null, 'https://assets.coingecko.com/coins/images/18082/large/dnz.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dent', 'Dent', 'DENT', 827, 'dent', 'https://assets.coingecko.com/coins/images/1152/large/DENT_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dentacoin', 'Dentacoin', 'DCN', 5274, 'dentacoin', 'https://assets.coingecko.com/coins/images/850/large/dentacoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('department-of-gov-efficiency', 'Department of Gov Efficiency', 'DOGE', 6041, 'department-of-gov-efficiency', 'https://assets.coingecko.com/coins/images/51194/large/zYpPKwbr_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('department-of-government-efficiency', 'Department Of Government Efficiency', 'DOGE', 2531, 'department-of-government-efficiency', 'https://assets.coingecko.com/coins/images/39841/large/IMG_9775.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('depay', 'DePay', 'DEPAY', 3770, 'depay', 'https://assets.coingecko.com/coins/images/13183/large/DEPAY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dephy-network', 'DePHY Network', 'PHY', 5498, 'dephy-network', 'https://assets.coingecko.com/coins/images/67628/large/dephy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('depin', 'DEPIN', 'DEPIN', 3866, 'depin', 'https://assets.coingecko.com/coins/images/53288/large/Depin_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('der-daku', 'Der Daku', 'DAKU', 4779, 'der-daku', 'https://assets.coingecko.com/coins/images/53161/large/IMG_3161.png', 100);
INSERT OR REPLACE INTO Coin VALUES('derace', 'DeRace', 'DERC', 3361, 'derace', 'https://assets.coingecko.com/coins/images/17438/large/zkRace-logomark-border.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deri-protocol', 'Deri Protocol', 'DERI', 4261, 'deri-protocol', 'https://assets.coingecko.com/coins/images/13931/large/200vs200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('derivadao', 'DerivaDAO', 'DDX', 3151, 'derivadao', 'https://assets.coingecko.com/coins/images/13453/large/ddx_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('derive', 'Derive', 'DRV', 955, 'derive', 'https://assets.coingecko.com/coins/images/52889/large/Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dero', 'Dero', 'DERO', 2119, 'dero', 'https://assets.coingecko.com/coins/images/3522/large/dero_logo_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('desmos', 'Desmos', 'DSM', 3958, 'desmos', 'https://assets.coingecko.com/coins/images/22610/large/dsm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deso', 'Decentralized Social', 'DESO', 608, 'deso', 'https://assets.coingecko.com/coins/images/16310/large/deso-logo-refresh-white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('destorage', 'DeStorage', 'DS', null, null, 'https://assets.coingecko.com/coins/images/15984/large/DS_LOG_Transparent_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deus-finance-2', 'DEUS Finance', 'DEUS', 3704, 'deus-finance-2', 'https://assets.coingecko.com/coins/images/18778/large/Black_Background_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('deutsche-emark', 'Deutsche eMark', 'DEM', null, 'deutsche-emark', 'https://assets.coingecko.com/coins/images/272/large/deutsche_emark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dev-ai', 'DEV AI', 'DEVAI', 5166, 'dev-ai', 'https://assets.coingecko.com/coins/images/54401/large/DEVAI_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dev-protocol', 'Dev Protocol', 'DEV', 6729, 'dev-protocol', 'https://assets.coingecko.com/coins/images/11560/large/Dev_Protocol__CoinGecko_Logo___Jan.18.2021_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('devault', 'DeVault', 'DVT', 8496, null, 'https://assets.coingecko.com/coins/images/8640/large/dvt-icon-dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('developer-camp', 'Developer Camp', 'DEVELOPER', 3058, 'developer-camp', 'https://assets.coingecko.com/coins/images/69253/large/ysbc41es4dqqnwkl2s5442p9ayhy.', 100);
INSERT OR REPLACE INTO Coin VALUES('devve', 'DevvE', 'DEVVE', 909, 'devve', 'https://assets.coingecko.com/coins/images/35136/large/DevvE_gradient200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dew-2', 'DEW', 'DEW', 2733, 'dew-2', 'https://assets.coingecko.com/coins/images/69533/large/20250916_175321_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dex-game', 'Dex Game', 'DXGM', 8102, 'dex-game', 'https://assets.coingecko.com/coins/images/21084/large/dxgm-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dex-trade-coin', 'Dex-Trade Coin', 'DXC', null, null, 'https://assets.coingecko.com/coins/images/15025/large/R1A63oDx_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dexa-coin', 'DEXA COIN', 'DEXA', null, 'dexa-coin', 'https://assets.coingecko.com/coins/images/9737/large/DEXA_COIN_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dexalot', 'Dexalot', 'ALOT', 1881, 'dexalot', 'https://assets.coingecko.com/coins/images/24188/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dexcheck', 'DexCheck', 'DCK', 2891, 'dexcheck', 'https://assets.coingecko.com/coins/images/26412/large/DexCheck_New_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dexe', 'DeXe', 'DEXE', 241, 'dexe', 'https://assets.coingecko.com/coins/images/12713/large/DEXE_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dexit-finance', 'Dexit Finance', 'DXT', null, null, 'https://assets.coingecko.com/coins/images/17611/large/Dexit_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dexkit', 'DexKit', 'KIT', 2535, 'dexkit', 'https://assets.coingecko.com/coins/images/13187/large/7739.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dexlab', 'Dexlab', 'DXL', null, 'dexlab', 'https://assets.coingecko.com/coins/images/17276/large/3_GradientSymbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dexnet', 'DexNet', 'DEXNET', 1819, 'dexnet', 'https://assets.coingecko.com/coins/images/36871/large/IMG_20240427_081809_878.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dexsport', 'Dexsport', 'DESU', 2406, 'dexsport', 'https://assets.coingecko.com/coins/images/20583/large/desu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dextf', 'DEXTF', 'DEXTF', 2193, 'dextf', 'https://assets.coingecko.com/coins/images/12634/large/Logo_DEXTF_avatar_gradientFG_transparentBG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dextools', 'DexTools', 'DEXT', 1066, 'dextools', 'https://assets.coingecko.com/coins/images/11603/large/dext.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dextoro-2', 'dextoro', 'DTR', 6494, 'dextoro-2', 'https://assets.coingecko.com/coins/images/66315/large/DTR_token_image_%28200_x_200_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dfdv-staked-sol', 'DFDV Staked SOL', 'DFDVSOL', 579, 'dfdv-staked-sol', 'https://assets.coingecko.com/coins/images/67139/large/lst.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dforce-token', 'dForce Token', 'DF', 1313, 'dforce-token', 'https://assets.coingecko.com/coins/images/9709/large/xlGxxIjI_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dfund', 'dFund', 'DFND', 7702, 'dfund', 'https://assets.coingecko.com/coins/images/15286/large/1zbdX36.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dfx-finance', 'DFX Finance', 'DFX', 4957, 'dfx-finance', 'https://assets.coingecko.com/coins/images/14091/large/DFX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dfyn-network', 'Dfyn Network', 'DFYN', 4913, 'dfyn-network', 'https://assets.coingecko.com/coins/images/15368/large/SgqhfWz4_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dgi-game', 'DGI Game', 'DGI', 3749, 'dgi-game', 'https://assets.coingecko.com/coins/images/34658/large/DGI_Game.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dhealth', 'dHealth', 'DHP', null, 'dhealth', 'https://assets.coingecko.com/coins/images/20167/large/dHealth_Network_Icon_200w.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dhedge-dao', 'dHEDGE DAO', 'DHT', 2045, 'dhedge-dao', 'https://assets.coingecko.com/coins/images/12508/large/dht.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dia-data', 'DIA', 'DIA', 745, 'dia-data', 'https://assets.coingecko.com/coins/images/11955/large/Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dialectic-btc-vault', 'Dialectic BTC Vault', 'DBIT', 1716, 'dialectic-btc-vault', 'https://assets.coingecko.com/coins/images/69694/large/DBIT_RED_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dialectic-eth-vault', 'Dialectic ETH Vault', 'DETH', 926, 'dialectic-eth-vault', 'https://assets.coingecko.com/coins/images/69693/large/DETH_RED_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dialectic-usd-vault', 'Dialectic USD Vault', 'DUSD', 885, 'dialectic-usd-vault', 'https://assets.coingecko.com/coins/images/69692/large/DUSD_RED_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('diam', 'DIAM', 'DIAM', 1218, 'diam', 'https://assets.coingecko.com/coins/images/54369/large/diam.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('diamond', 'Diamond', 'DMD', 1691, 'diamond', 'https://assets.coingecko.com/coins/images/165/large/DMD_LOGO_BLUE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('diamond-boyz-coin', 'Diamond Boyz Coin', 'DBZ', null, 'diamond-boyz-coin', 'https://assets.coingecko.com/coins/images/17308/large/IMG_0026.png', 100);
INSERT OR REPLACE INTO Coin VALUES('diamond-launch', 'Diamond Launch', 'DLC', 1298, 'diamond-launch', 'https://assets.coingecko.com/coins/images/27323/large/dlr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('diamond-token-2', 'DIAMOND TOKEN 💎', '$DIT', 1658, 'diamond-token-2', 'https://assets.coingecko.com/coins/images/69133/large/IMG_20250424_111827_128.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dickbutt', 'Dickbutt', 'DICKBUTT', 3817, 'dickbutt', 'https://assets.coingecko.com/coins/images/53248/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dickstrategy', 'DickStrategy', 'DICKSTR', 3252, 'dickstrategy', 'https://assets.coingecko.com/coins/images/69408/large/aprstr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('diem', 'Diem', 'DIEM', 2397, 'diem', 'https://assets.coingecko.com/coins/images/68436/large/DIEM_SeaMid_-_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('digg', 'DIGG', 'DIGG', 7481, 'digg', 'https://assets.coingecko.com/coins/images/13737/large/digg.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('digibyte', 'DigiByte', 'DGB', 438, 'digibyte', 'https://assets.coingecko.com/coins/images/63/large/digibyte.png', 100);
INSERT OR REPLACE INTO Coin VALUES('digifinextoken', 'DigiFinexToken', 'DFT', null, 'digifinextoken', 'https://assets.coingecko.com/coins/images/4819/large/digifinextoken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('digital-bank-of-africa', 'Digital Bank of Africa', 'DBA', null, 'digital-bank-of-africa', 'https://assets.coingecko.com/coins/images/19177/large/DBA-icon-black-08-01.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('digital-reserve-currency', 'Digital Reserve Currency', 'DRC', 6758, 'digital-reserve-currency', 'https://assets.coingecko.com/coins/images/12802/large/DRC_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('digitalbits', 'DigitalBits', 'XDB', 1982, 'digitalbits', 'https://assets.coingecko.com/coins/images/8089/large/XDB_CHAIN_LOGO.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('digitalcoin', 'Digitalcoin', 'DGC', null, 'digitalcoin', 'https://assets.coingecko.com/coins/images/33/large/digitalcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('digitalnote', 'DigitalNote', 'XDN', 8408, null, 'https://assets.coingecko.com/coins/images/132/large/DN2020_circle_hires.png', 100);
INSERT OR REPLACE INTO Coin VALUES('digitex-futures-exchange', 'Digitex Token', 'DGTX', null, 'digitex-futures-exchange', 'https://assets.coingecko.com/coins/images/2188/large/DGTX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('digits-dao', 'Digits DAO', 'DIGITS', 1968, 'digits-dao', 'https://assets.coingecko.com/coins/images/23551/large/Logo-Digits-DAO-Icon-01.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('digix-gold', 'Digix Gold', 'DGX', 5348, null, 'https://assets.coingecko.com/coins/images/4171/large/DGX_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dill', 'Dill', 'DL', 2038, 'dill', 'https://assets.coingecko.com/coins/images/69321/large/dill.png', 100);
INSERT OR REPLACE INTO Coin VALUES('diment-dollar', 'Diment Dollar', 'DD', 1963, null, 'https://assets.coingecko.com/coins/images/37047/large/200x200_DD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dimitra', 'Dimitra', 'DMTR', 1393, 'dimitra', 'https://assets.coingecko.com/coins/images/18530/large/HqEiru32_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dimo', 'DIMO', 'DIMO', 1389, 'dimo', 'https://assets.coingecko.com/coins/images/28383/large/square_coin_720.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dinero-2', 'Dinero', 'DINERO', 1817, 'dinero-2', 'https://assets.coingecko.com/coins/images/39341/large/dinero.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dinger-token', 'Dinger Token', 'DINGER', null, 'dinger-token', 'https://assets.coingecko.com/coins/images/19443/large/dinger.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dingocoin', 'Dingocoin', 'DINGO', 2841, 'dingocoin', 'https://assets.coingecko.com/coins/images/15989/large/dingocoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dino', 'Dino', 'DINO', null, 'dino', 'https://assets.coingecko.com/coins/images/17770/large/solana_dino.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dino-2', 'DINO', 'DINO', 5925, 'dino-2', 'https://assets.coingecko.com/coins/images/53533/large/coin_pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dinoswap', 'DinoSwap', 'DINO', 7492, 'dinoswap', 'https://assets.coingecko.com/coins/images/17103/large/DINO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dinox', 'DinoX', 'DNXC', 12421, 'dinox', 'https://assets.coingecko.com/coins/images/17321/large/asset_icon_dnxc_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dione', 'Dione', 'DIONE', 1980, 'dione', 'https://assets.coingecko.com/coins/images/26931/large/Dione_Icon_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dippy', 'Dippy', 'SN11', 1719, 'dippy', 'https://assets.coingecko.com/coins/images/66329/large/dippy.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('disbalancer', 'disBalancer', 'DDOS', 7167, null, 'https://assets.coingecko.com/coins/images/14791/large/communityIcon_o2yriheuszk61.png', 100);
INSERT OR REPLACE INTO Coin VALUES('distribute-ai', 'Distribute.ai', 'DIS', 3837, 'distribute-ai', 'https://assets.coingecko.com/coins/images/55967/large/Token_Image_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('distributed-training', 'Distributed Training', 'SN38', 2862, 'distributed-training', 'https://assets.coingecko.com/coins/images/66358/large/sn38.png', 100);
INSERT OR REPLACE INTO Coin VALUES('district0x', 'district0x', 'DNT', 1442, 'district0x', 'https://assets.coingecko.com/coins/images/849/large/district0x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('districts', 'Districts', 'DSTRX', 2362, 'districts', 'https://assets.coingecko.com/coins/images/55327/large/districts_%282%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dither', 'Dither', 'DITH', 4826, 'dither', 'https://assets.coingecko.com/coins/images/35415/large/dithering.png', 100);
INSERT OR REPLACE INTO Coin VALUES('divergence-protocol', 'Divergence Protocol', 'DIVER', 2102, 'divergence-protocol', 'https://assets.coingecko.com/coins/images/18666/large/DIVER.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('divi', 'Divi', 'DIVI', 2070, 'divi', 'https://assets.coingecko.com/coins/images/1273/large/red_logomark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('divo', 'Divo', 'DVO', 4797, 'divo', 'https://assets.coingecko.com/coins/images/55856/large/divo_logo_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dkargo', 'dKargo', 'DKA', 742, 'dkargo', 'https://assets.coingecko.com/coins/images/11875/large/DKA_ticker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dkey-bank', 'DKEY Bank', 'DKEY', null, 'dkey-bank', 'https://assets.coingecko.com/coins/images/20212/large/dkey.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('dlp-duck-token', 'DLP Duck Token', 'DUCK', 7665, 'dlp-duck-token', 'https://assets.coingecko.com/coins/images/13440/large/DLP_Duck_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dmail-network', 'Dmail Network', 'DMAIL', 2624, 'dmail-network', 'https://assets.coingecko.com/coins/images/34915/large/dmail.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dnaxcat', 'DNAxCAT', 'DXCT', null, 'dnaxcat', 'https://assets.coingecko.com/coins/images/17603/large/dxct.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dock', 'Dock', 'DOCK', null, null, 'https://assets.coingecko.com/coins/images/3978/large/dock-icon-dark-large.png', 100);
INSERT OR REPLACE INTO Coin VALUES('docker', 'Docker', 'DOCKERZXBT', 1912, 'docker', 'https://assets.coingecko.com/coins/images/68511/large/logo23.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doctorx', 'DoctorX', 'DRX', 6296, 'doctorx', 'https://assets.coingecko.com/coins/images/52848/large/logodrx_IMGCentury_%283%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dodo', 'DODO', 'DODO', 962, 'dodo', 'https://assets.coingecko.com/coins/images/12651/large/dodo_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dog-collar', 'Dog Collar', 'COLLAR', null, 'dog-collar', 'https://assets.coingecko.com/coins/images/18324/large/dcLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dog-go-to-the-moon-rune', 'DOG•GO•TO•THE•MOON (Runes)', 'DOG', 330, 'dog-go-to-the-moon-rune', 'https://assets.coingecko.com/coins/images/37352/large/DOGGOTOTHEMOON.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dog-shit-going-nowhere', 'Dog shit going nowhere', 'DOGSHIT2', 6283, 'dog-shit-going-nowhere', 'https://assets.coingecko.com/coins/images/54153/large/IMG_8455.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dog-wif-nuchucks', 'Dog Wif Nunchucks', 'NINJA', 4366, 'dog-wif-nuchucks', 'https://assets.coingecko.com/coins/images/33761/large/NinjaLogoResized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dog-with-apple-in-mouth', 'dog with apple in mouth', 'APPLE', 6532, 'dog-with-apple-in-mouth', 'https://assets.coingecko.com/coins/images/52660/large/IMG_6726.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogami', 'Dogami', 'DOGA', 5477, 'dogami', 'https://assets.coingecko.com/coins/images/24510/large/doga_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogc', 'DOGC', 'DOGC', 3810, 'dogc', 'https://assets.coingecko.com/coins/images/52344/large/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20241201214213.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doge-1-satellite', 'DOGE-1 Satellite', 'DOGE-1', 2001, 'doge-1-satellite', 'https://assets.coingecko.com/coins/images/69131/large/DOGE-1_Satellite.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('doge-baby', 'Doge Baby', 'DOGE BABY', 4869, 'doge-baby', 'https://assets.coingecko.com/coins/images/67876/large/1000005461.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('doge-eat-doge', 'Doge Eat Doge', 'OMNOM', 2913, 'doge-eat-doge', 'https://assets.coingecko.com/coins/images/26878/large/omnom.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('doge-floki-coin', 'Doge Floki Coin', 'DOFI', null, 'doge-floki-coin', 'https://assets.coingecko.com/coins/images/19563/large/59l2-hri_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('doge-token', 'Doge Token', 'DOGET', null, 'doge-token', 'https://assets.coingecko.com/coins/images/20458/large/PGOrmP9S_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogeai-2', 'DOGEai', '$DOGEAI', null, 'dogeai-2', 'https://assets.coingecko.com/coins/images/53854/large/dogeai_pfp.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogebonk', 'Dogebonk', 'DOBO', 2356, 'dogebonk', 'https://assets.coingecko.com/coins/images/19153/large/dobo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogecash', 'DogeCash', 'DOGEC', 10839, 'dogecash', 'https://assets.coingecko.com/coins/images/6421/large/original.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogecast', 'Dogecast', 'DOGECAST', 7987, 'dogecast', 'https://assets.coingecko.com/coins/images/51768/large/DogeCast_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogecast-2', 'dogecast', 'DOGECAST', 8501, 'dogecast-2', 'https://assets.coingecko.com/coins/images/51948/large/file.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogechain', 'Dogechain', 'DC', 3562, 'dogechain', 'https://assets.coingecko.com/coins/images/26828/large/dogechain.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogecoin', 'Dogecoin', 'DOGE', 9, 'dogecoin', 'https://assets.coingecko.com/coins/images/5/large/dogecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogecoin-2', 'Dogecoin 2.0', 'DOGE2', null, 'dogecoin-2', 'https://assets.coingecko.com/coins/images/17539/large/k4NUHHaO_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogecola', 'DogeCola', 'DOGECOLA', 8555, 'dogecola', 'https://assets.coingecko.com/coins/images/17371/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogefather-3', 'DogeFather', 'THE DOGEFATHER', 5847, 'dogefather-3', 'https://assets.coingecko.com/coins/images/52742/large/photo_2024-12-15_21.01.16.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogegf', 'DogeGF', 'DOGEGF', 3437, 'dogegf', 'https://assets.coingecko.com/coins/images/18651/large/dogegf_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogelana', 'Dogelana', 'DLANA', null, 'dogelana', 'https://assets.coingecko.com/coins/images/21133/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogelink', 'DOGELINK', 'DOGER', 11153, 'dogelink', 'https://assets.coingecko.com/coins/images/53674/large/IMG_8039.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogelon-mars', 'Dogelon Mars', 'ELON', 813, 'dogelon-mars', 'https://assets.coingecko.com/coins/images/14962/large/6GxcPRo3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dogemon-go', 'DogemonGo', 'DOGO', 7484, 'dogemon-go', 'https://assets.coingecko.com/coins/images/17480/large/dogemongo.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('dogemoon', 'Dogemoon', 'DOGEMOON', null, 'dogemoon', 'https://assets.coingecko.com/coins/images/15308/large/DOGEMOON.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogey-inu', 'Dogey-Inu', 'DINU', 6220, 'dogey-inu', 'https://assets.coingecko.com/coins/images/16374/large/512x512_dinu_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('doggy', 'Doggy', 'DOGGY', null, 'doggy', 'https://assets.coingecko.com/coins/images/15826/large/doggy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogi', 'dogi', 'DOGI', 1158, 'dogi', 'https://assets.coingecko.com/coins/images/33170/large/DOGI.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('doginme', 'doginme', 'DOGINME', 1353, 'doginme', 'https://assets.coingecko.com/coins/images/35123/large/doginme-logo1-transparent200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogira', 'Dogira', 'DOGIRA', 7860, null, 'https://assets.coingecko.com/coins/images/14634/large/IQgaRw0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogs-2', 'Dogs', 'DOGS', 887, 'dogs-2', 'https://assets.coingecko.com/coins/images/39699/large/dogs_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogshit-2', 'DOGSHIT', 'DOGSHIT', 1637, 'dogshit-2', 'https://assets.coingecko.com/coins/images/68818/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogsofelon', 'Dogs Of Elon', 'DOE', 12508, 'dogsofelon', 'https://assets.coingecko.com/coins/images/19942/large/doe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogswap-token', 'Dogeswap Token (HECO)', 'DOG', null, null, 'https://assets.coingecko.com/coins/images/14647/large/WechatIMG3603.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dogwifcoin', '$WIF', '$WIF', 126, 'dogwifcoin', null, 100);
INSERT OR REPLACE INTO Coin VALUES('dohrnii', 'Dohrnii', 'DHN', null, 'dohrnii', 'https://assets.coingecko.com/coins/images/24966/large/Dohrnii_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dojo', 'DOJO', 'DOJO', null, 'dojo', 'https://assets.coingecko.com/coins/images/16396/large/074606deafab3872.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dojo-3', 'Dojo', 'SN52', 1939, 'dojo-3', 'https://assets.coingecko.com/coins/images/66371/large/dojo-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dojo-token', 'Dojo token', 'DOJO', 5848, 'dojo-token', 'https://assets.coingecko.com/coins/images/34589/large/white_logo_black_circle_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dola-usd', 'Dola USD Stablecoin', 'DOLA', 474, 'dola-usd', 'https://assets.coingecko.com/coins/images/14287/large/dola.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dolan-duck', 'Dolan Duck', 'DOLAN', 2867, 'dolan-duck', 'https://assets.coingecko.com/coins/images/36033/large/dolannew200x200trans.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dolomite', 'Dolomite', 'DOLO', 991, 'dolomite', 'https://assets.coingecko.com/coins/images/54710/large/DOLO-small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dolos-the-bully', 'Dolos The Bully', 'BULLY', 5250, 'dolos-the-bully', 'https://assets.coingecko.com/coins/images/51622/large/dolos_200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dolr-ai', 'DOLR AI', 'DOLR', 4583, 'dolr-ai', 'https://assets.coingecko.com/coins/images/55768/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dolz-io', 'DOLZ.io', 'DOLZ', 2609, 'dolz-io', 'https://assets.coingecko.com/coins/images/33605/large/dolz_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('domi', 'Domi', 'DOMI', 3314, 'domi', 'https://assets.coingecko.com/coins/images/21633/large/Transparent_Circle_Logo_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('don-key', 'Don-key', 'DON', 8832, 'don-key', 'https://assets.coingecko.com/coins/images/15482/large/donkey_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('donald-tremp', 'Doland Tremp', 'TREMP', 3802, 'donald-tremp', 'https://assets.coingecko.com/coins/images/35871/large/tremp.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('donkey-2', 'Donkey', 'DONKEY', 1664, 'donkey-2', 'https://assets.coingecko.com/coins/images/55523/large/donkey.png', 100);
INSERT OR REPLACE INTO Coin VALUES('donut', 'Donut', 'DONUT', 4741, 'donut', 'https://assets.coingecko.com/coins/images/7538/large/DONUT_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doodipals', 'DOODiPALS', 'DOODI', 1625, 'doodipals', 'https://assets.coingecko.com/coins/images/54879/large/2025-03-18_00.17.16-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doodles', 'Doodles', 'DOOD', 678, 'doodles', 'https://assets.coingecko.com/coins/images/54399/large/doods.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doom', 'DOOM', 'DOOM', 4491, 'doom', 'https://assets.coingecko.com/coins/images/53154/large/DOOM-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('doont-buy', 'Doont Buy', 'DBUY', null, 'doont-buy', 'https://assets.coingecko.com/coins/images/17895/large/VaxEiZ3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dope-wars-paper', 'Dope Wars Paper', 'PAPER', 6662, 'dope-wars-paper', 'https://assets.coingecko.com/coins/images/18166/large/EQHGcBO__400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dopex', 'Dopex', 'DPX', null, 'dopex', 'https://assets.coingecko.com/coins/images/16652/large/DPX_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dopex-rebate-token', 'Dopex Rebate Token', 'RDPX', 3070, 'dopex-rebate-token', 'https://assets.coingecko.com/coins/images/16659/large/rDPX_200x200_Coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dora-2', 'DORA', 'DORA', 442, 'dora-2', 'https://assets.coingecko.com/coins/images/67443/large/IMG_2582.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dora-ai-by-virtuals', 'DORA AI by Virtuals', 'DORA', 5173, 'dora-ai-by-virtuals', 'https://assets.coingecko.com/coins/images/52843/large/200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dora-factory', 'Dora Factory', 'DORA', 2331, 'dora-factory', 'https://assets.coingecko.com/coins/images/14478/large/dora_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dora-factory-2', 'Dora Factory', 'DORA', 1604, 'dora-factory-2', 'https://assets.coingecko.com/coins/images/31552/large/DORA.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dork-lord-2', 'Dork Lord', 'DORKY', 3291, 'dork-lord-2', 'https://assets.coingecko.com/coins/images/51191/large/Dork_lord_Logo_200X_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dos-network', 'DOS Network', 'DOS', 9372, 'dos-network', 'https://assets.coingecko.com/coins/images/7991/large/DOS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dose-token', 'DOSE', 'DOSE', 5101, 'dose-token', 'https://assets.coingecko.com/coins/images/18847/large/dose.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('dot-finance', 'Dot Finance', 'PINK', null, 'dot-finance', 'https://assets.coingecko.com/coins/images/16446/large/dot_finance.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('dotcom', 'Dotcom', 'Y2K', 3249, 'dotcom', 'https://assets.coingecko.com/coins/images/52103/large/Untitled-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dotmoovs', 'dotmoovs', 'MOOV', 4530, 'dotmoovs', 'https://assets.coingecko.com/coins/images/15817/large/MOOV_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doubleup', 'DoubleUp', 'UP', 2251, 'doubleup', 'https://assets.coingecko.com/coins/images/55718/large/Diamond_Only_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doublezero', 'DoubleZero', '2Z', 119, 'doublezero', 'https://assets.coingecko.com/coins/images/68339/large/Coingecko_-_PFP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doublezero-staked-sol', 'DoubleZero Staked SOL', 'DZSOL', 1159, 'doublezero-staked-sol', 'https://assets.coingecko.com/coins/images/69817/large/dzsol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('doubt', 'DOUBT', 'DOUBT', 2280, 'doubt', 'https://assets.coingecko.com/coins/images/67997/large/doubt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dovu', 'Dovu', 'DOV', 10305, 'dovu', 'https://assets.coingecko.com/coins/images/1072/large/dove.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dovu-2', 'DOVU', 'DOVU', 668, 'dovu-2', 'https://assets.coingecko.com/coins/images/31930/large/Dovu_Icon_Black_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dowge', 'DOWGE', 'DJI6930', 1358, 'dowge', 'https://assets.coingecko.com/coins/images/67020/large/d51pmf1y22q8zm2wn4e9419gohhe.', 100);
INSERT OR REPLACE INTO Coin VALUES('dprating', 'DPRating', 'RATING', 5232, 'dprating', 'https://assets.coingecko.com/coins/images/5383/large/dprating.png', 100);
INSERT OR REPLACE INTO Coin VALUES('draggin-karma-points', 'Draggin Karma Points', 'DKP', 3028, 'draggin-karma-points', 'https://assets.coingecko.com/coins/images/39646/large/dragginz-coingecko-logo-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dragon-crypto-aurum', 'Dragon Crypto Aurum', 'DCAU', 8976, 'dragon-crypto-aurum', 'https://assets.coingecko.com/coins/images/20226/large/7f7e57.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dragon-mainland-shards', 'Dragon Mainland Shards', 'DMS', null, 'dragon-mainland-shards', 'https://assets.coingecko.com/coins/images/20702/large/DMS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dragonchain', 'Dragonchain', 'DRGN', 1998, 'dragonchain', 'https://assets.coingecko.com/coins/images/1289/large/dragonchain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dragons-quick', 'Dragon''s Quick', 'DQUICK', null, 'dragons-quick', 'https://assets.coingecko.com/coins/images/15185/large/quick.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dragonswap', 'DragonSwap', 'DRG', 2315, 'dragonswap', 'https://assets.coingecko.com/coins/images/67207/large/_DRG_token_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dragonz', 'DRAGONZ', 'DRAGONZ', 3588, 'dragonz', 'https://assets.coingecko.com/coins/images/55047/large/logo_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('draiftking', 'draiftking', 'DKING', 1285, 'draiftking', 'https://assets.coingecko.com/coins/images/53423/large/Profile_Picture.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dream-machine-token', 'Dream Machine Token', 'DMT', 2336, 'dream-machine-token', 'https://assets.coingecko.com/coins/images/30505/large/dmt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dreams-quest', 'Dreams Quest', 'DREAMS', null, 'dreams-quest', 'https://assets.coingecko.com/coins/images/19012/large/DQ-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drep-new', 'Drep [new]', 'DREP', 8019, 'drep-new', 'https://assets.coingecko.com/coins/images/14578/large/KotgsCgS_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dressdio', 'DRESSdio', 'DRESS', 1380, 'dressdio', 'https://assets.coingecko.com/coins/images/69069/large/K_70uiy__400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('drife', 'Drife', 'DRF', null, 'drife', 'https://assets.coingecko.com/coins/images/17566/large/DRIFE_Logo_2_4x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drift-protocol', 'Drift Protocol', 'DRIFT', 308, 'drift-protocol', 'https://assets.coingecko.com/coins/images/37509/large/DRIFT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drift-staked-sol', 'Drift Staked SOL', 'DSOL', 243, 'drift-staked-sol', 'https://assets.coingecko.com/coins/images/37479/large/solana.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drip', 'DRIP', '$DRIP', 5074, 'drip', 'https://assets.coingecko.com/coins/images/50926/large/photo_2025-07-23_14-33-13.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('drip-network', 'Drip Network', 'DRIP', null, 'drip-network', 'https://assets.coingecko.com/coins/images/21340/large/11093.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drop-2', 'DROP', 'DROP', 3019, 'drop-2', 'https://assets.coingecko.com/coins/images/53198/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drop-staked-atom', 'Drop Staked ATOM', 'DATOM', 2065, 'drop-staked-atom', 'https://assets.coingecko.com/coins/images/39958/large/Drop_Icon_White_on_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drop-staked-ntrn', 'Drop Staked NTRN', 'DNTRN', 1979, 'drop-staked-ntrn', 'https://assets.coingecko.com/coins/images/55251/large/dNTRN_logo_coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drops-ownership-power', 'Drops Ownership Power', 'DOP', 7887, 'drops-ownership-power', 'https://assets.coingecko.com/coins/images/15696/large/dop.png', 100);
INSERT OR REPLACE INTO Coin VALUES('drpepe-ai', 'DrPepe.ai', 'BRYAN', 4290, 'drpepe-ai', 'https://assets.coingecko.com/coins/images/53026/large/DRPEPE_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('druid-ai', 'Druid AI', 'DRU', 9506, 'druid-ai', 'https://assets.coingecko.com/coins/images/53130/large/logo-DRU.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('drunk-robots', 'Badmad Robots', 'METAL', 7353, 'drunk-robots', 'https://assets.coingecko.com/coins/images/24376/large/metal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dtravel', 'DTravel', 'TRVL', 2735, 'dtravel', 'https://assets.coingecko.com/coins/images/20911/large/trvl.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dtrxbt-by-virtuals', 'DTRXBT by Virtuals', 'DTRXBT', 4959, 'dtrxbt-by-virtuals', 'https://assets.coingecko.com/coins/images/53926/large/652f564a-4f1b-4d20-8bd4-8a57a86c204f.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dua-token', 'Brillion', 'DUA', 4705, null, 'https://assets.coingecko.com/coins/images/27976/large/LogoMark_Gradient_Bright.png', 100);
INSERT OR REPLACE INTO Coin VALUES('duck-ai', 'Duck AI', 'DUCKAI', 6180, 'duck-ai', 'https://assets.coingecko.com/coins/images/51071/large/Transparent_BG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('duckchain-token', 'DuckChain Token', 'DUCK', 1624, 'duckchain-token', 'https://assets.coingecko.com/coins/images/53624/large/11111_2x-8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('duckdaodime', 'DuckDaoDime', 'DDIM', 10149, null, 'https://assets.coingecko.com/coins/images/12146/large/token_DDIM-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('duckduck-token', 'DuckDuck Token', 'DUCK', null, null, 'https://assets.coingecko.com/coins/images/19473/large/UpoRljqJ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('duelnow', 'DuelNow', 'DNOW', 6036, 'duelnow', 'https://assets.coingecko.com/coins/images/54289/large/token-logo-square-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('duet-protocol', 'Duet Protocol', 'DUET', null, 'duet-protocol', 'https://assets.coingecko.com/coins/images/16164/large/Duet.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('duke-inu-token', 'Duke Inu Token', 'DUKE', null, 'duke-inu-token', 'https://assets.coingecko.com/coins/images/16121/large/3axfBIw.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('duko', 'DUKO', 'DUKO', 3727, 'duko', 'https://assets.coingecko.com/coins/images/35301/large/WhatsApp_Image_2024-02-14_at_18.46.11.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('dumpling', 'Dumpling', 'DUMP', 11328, 'dumpling', 'https://assets.coingecko.com/coins/images/55952/large/Dumpling_logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dungeonswap', 'DungeonSwap', 'DND', 9610, 'dungeonswap', 'https://assets.coingecko.com/coins/images/15207/large/logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dupe', 'Dupe', 'DUPE', 1632, 'dupe', 'https://assets.coingecko.com/coins/images/55713/large/dupelogopercent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dusk-network', 'DUSK Network', 'DUSK', 1144, 'dusk-network', 'https://assets.coingecko.com/coins/images/5217/large/image_widget_biddfvxd454b1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dust-protocol', 'Dust Protocol', 'DUST', 6295, 'dust-protocol', 'https://assets.coingecko.com/coins/images/24289/large/6388d49d-1f00-448d-92bc-f2db1441bbce.', 100);
INSERT OR REPLACE INTO Coin VALUES('dvision-network', 'Dvision Network', 'DVI', 3949, 'dvision-network', 'https://assets.coingecko.com/coins/images/13020/large/WGAhHOLv_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dxchain', 'DxChain Token', 'DX', null, 'dxchain', 'https://assets.coingecko.com/coins/images/4700/large/VdZwy0Pv_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dxdao', 'DXdao', 'DXD', 3993, null, 'https://assets.coingecko.com/coins/images/11148/large/dxdao.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dyad', 'Dyad', 'DYAD', 9718, 'dyad', 'https://assets.coingecko.com/coins/images/39184/large/dyadtemplogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dydx', 'dYdX', 'DYDX', 1482, 'dydx', 'https://assets.coingecko.com/coins/images/17500/large/hjnIm9bV.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dydx-chain', 'dYdX', 'DYDX', 262, 'dydx-chain', 'https://assets.coingecko.com/coins/images/32594/large/dydx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dymension', 'Dymension', 'DYM', 796, 'dymension', 'https://assets.coingecko.com/coins/images/34182/large/dym.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dymmax', 'Dymmax', 'DMX', null, 'dymmax', 'https://assets.coingecko.com/coins/images/13476/large/dmmx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dynachain', 'Dynachain', 'DYNA', 2597, 'dynachain', 'https://assets.coingecko.com/coins/images/50451/large/Dynachain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dynamite-token', 'Dynamite Token', 'DYNMT', null, null, 'https://assets.coingecko.com/coins/images/8951/large/dynamite_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('dynamix', 'Dynamix', 'DYNA', 5459, 'dynamix', 'https://assets.coingecko.com/coins/images/18747/large/12275.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dynex', 'Dynex', 'DNX', 2391, 'dynex', 'https://assets.coingecko.com/coins/images/27776/large/Transparent_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('dyor-labs', 'DYOR LABS', 'DYOR', 4658, 'dyor-labs', 'https://assets.coingecko.com/coins/images/52534/large/DYOR_LABS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('e-money', 'e-Money', 'NGM', 4550, 'e-money', 'https://assets.coingecko.com/coins/images/13722/large/logo-200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('e-money-eur', 'e-Money EUR', 'EEUR', 7940, 'e-money-eur', 'https://assets.coingecko.com/coins/images/18817/large/Currencies-Countries-Square-EEUR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('e-radix', 'e-Radix', 'EXRD', 2703, 'e-radix', 'https://assets.coingecko.com/coins/images/13145/large/exrd_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eafin', 'Eafin', 'EAFIN', 4329, 'eafin', 'https://assets.coingecko.com/coins/images/54877/large/eafin-big-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eagle-ai', 'Eagle AI', 'EAI', 2309, 'eagle-ai', 'https://assets.coingecko.com/coins/images/38650/large/Eagle_AI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('earnbet', 'EarnBet', 'EBET', 3586, 'earnbet', 'https://assets.coingecko.com/coins/images/32032/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('earthfund', 'EarthFund', '1EARTH', 12606, 'earthfund', 'https://assets.coingecko.com/coins/images/20822/large/earthfund.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('earthmeta', 'EarthMeta', 'EMT', 1603, 'earthmeta', 'https://assets.coingecko.com/coins/images/38990/large/logo__200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('easyfi', 'EasyFi V2', 'EZ', null, 'easyfi', 'https://assets.coingecko.com/coins/images/12742/large/Logo_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ebeat-ai', 'eBeat AI', 'BEATAI', 7785, 'ebeat-ai', 'https://assets.coingecko.com/coins/images/53142/large/2024-12-27_14.32.04-2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ebtc', 'eBTC', 'EBTC', 2661, 'ebtc', 'https://assets.coingecko.com/coins/images/37189/large/ebtc-logo_3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ecash', 'eCash', 'XEC', 252, 'ecash', 'https://assets.coingecko.com/coins/images/16646/large/Logo_final-22.png', 100);
INSERT OR REPLACE INTO Coin VALUES('echelon-prime', 'Echelon Prime', 'PRIME', 630, 'echelon-prime', 'https://assets.coingecko.com/coins/images/29053/large/prime-logo-small-border_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('echo-protocol', 'Echo Protocol', 'ECHO', 2249, 'echo-protocol', 'https://assets.coingecko.com/coins/images/66970/large/echo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('eclipse-3', 'Eclipse', 'ES', 1511, 'eclipse-3', 'https://assets.coingecko.com/coins/images/54958/large/image_%2832%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eclipse-bridged-usdc-eclipse', 'Eclipse Bridged USDC (Eclipse)', 'USDC', 2382, 'eclipse-bridged-usdc-eclipse', 'https://assets.coingecko.com/coins/images/52591/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ecochain-token', 'Ecochain Token', 'ECT', null, 'ecochain-token', 'https://assets.coingecko.com/coins/images/18304/large/Logo-Transparency.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ecoin-2', 'Ecoin', 'ECOIN', 1556, 'ecoin-2', 'https://assets.coingecko.com/coins/images/10849/large/IMG_4307.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ecomi', 'ECOMI', 'OMI', 689, 'ecomi', 'https://assets.coingecko.com/coins/images/4428/large/ECOMI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ecoreal-estate', 'Ecoreal Estate', 'ECOREAL', 357, 'ecoreal-estate', 'https://assets.coingecko.com/coins/images/6431/large/golden_leave_in_200_x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ecox', 'ECOx', 'ECOX', 890, null, 'https://assets.coingecko.com/coins/images/27962/large/_ECOx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eden', 'EDEN', 'EDEN', 1896, 'eden', 'https://assets.coingecko.com/coins/images/17470/large/Iyc0XM5-_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('edge', 'Edge', 'EDGE', 1681, 'edge', 'https://assets.coingecko.com/coins/images/1848/large/EDGE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('edge-matrix-computing', 'Edge Matrix Computing', 'EMC', 4268, 'edge-matrix-computing', 'https://assets.coingecko.com/coins/images/34461/large/cgc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('edgeware', 'Edgeware', 'EDG', 6881, null, 'https://assets.coingecko.com/coins/images/8452/large/logo-edgeware.png', 100);
INSERT OR REPLACE INTO Coin VALUES('edu-coin', 'Open Campus', 'EDU', 637, 'edu-coin', 'https://assets.coingecko.com/coins/images/29948/large/EDU_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('edu3games', 'Edu3Games', 'EGN', 1327, 'edu3games', 'https://assets.coingecko.com/coins/images/67848/large/WhatsApp_G%C3%B6rsel_2025-07-28_saat_16.27.45_cc0cf8a9.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('edum', 'EDUM', 'EDUM', 2199, 'edum', 'https://assets.coingecko.com/coins/images/32634/large/edum_logo_750.png', 100);
INSERT OR REPLACE INTO Coin VALUES('edwin', 'Edwin', 'EDWIN', 3044, 'edwin', 'https://assets.coingecko.com/coins/images/53937/large/logo-background.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eesee', 'Eesee', 'ESE', 2663, 'eesee', 'https://assets.coingecko.com/coins/images/35182/large/Eesee.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('effect-network', 'Effect Network', 'EFX', null, 'effect-network', 'https://assets.coingecko.com/coins/images/3012/large/logomark_effect-network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('effective-accelerationism', 'Effective accelerationism', 'E/ACC', 5575, 'effective-accelerationism', 'https://assets.coingecko.com/coins/images/50905/large/GqmEdRD3zGUZdYPeuDeXxCc8Cj1DBmGSYK97TCwSpump.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('efficientfrontier', 'EfficientFrontier', 'SN53', 1774, 'efficientfrontier', 'https://assets.coingecko.com/coins/images/66348/large/sn53.png', 100);
INSERT OR REPLACE INTO Coin VALUES('efinity', 'Efinity', 'EFI', 2031, 'efinity', 'https://assets.coingecko.com/coins/images/16558/large/efi-200px_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eggdog', 'Eggdog', 'EGG', 8457, 'eggdog', 'https://assets.coingecko.com/coins/images/33754/large/Egg_%28Custom%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eggle-energy', 'Eggle Energy', 'ENG', 1263, 'eggle-energy', 'https://assets.coingecko.com/coins/images/68134/large/Eggle_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eggplant-finance', 'Eggplant Finance', 'EGGP', 12398, 'eggplant-finance', 'https://assets.coingecko.com/coins/images/15481/large/eggp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eggs-finance', 'Eggs Finance', 'EGGS', 2923, 'eggs-finance', 'https://assets.coingecko.com/coins/images/54477/large/eggs-logo200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('egl1', 'EGL1', 'EGL1', 938, 'egl1', 'https://assets.coingecko.com/coins/images/66481/large/no260x3by4omje0ip6sygqqqfnfi.', 100);
INSERT OR REPLACE INTO Coin VALUES('egoras-credit', 'Egoras Credit', 'EGC', null, 'egoras-credit', 'https://assets.coingecko.com/coins/images/20987/large/RSGoYMG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ehash', 'EHash', 'EHASH', null, null, 'https://assets.coingecko.com/coins/images/14180/large/ehash.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eigenlayer', 'Eigenlayer', 'EIGEN', 180, 'eigenlayer', 'https://assets.coingecko.com/coins/images/37441/large/eigencloud.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('eigenpie', 'Eigenpie', 'EGP', 3724, 'eigenpie', 'https://assets.coingecko.com/coins/images/37810/large/eigenpie.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('einsteinium', 'Einsteinium', 'EMC2', 9047, 'einsteinium', 'https://assets.coingecko.com/coins/images/46/large/einsteinium.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ekubo-protocol', 'Ekubo Protocol', 'EKUBO', 780, 'ekubo-protocol', 'https://assets.coingecko.com/coins/images/37715/large/135474885.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elastic-finance-token', 'Elastic Finance Token', 'EEFI', 3729, 'elastic-finance-token', 'https://assets.coingecko.com/coins/images/37075/large/EEFI.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('elastos', 'Elastos', 'ELA', 940, 'elastos', 'https://assets.coingecko.com/coins/images/2780/large/Elastos_Icon_-_4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elderglade', 'Elderglade', 'ELDE', 4509, 'elderglade', 'https://assets.coingecko.com/coins/images/55864/large/ELDE_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('electra', 'Electra', 'ECA', null, null, 'https://assets.coingecko.com/coins/images/688/large/electra.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('electra-protocol', 'Electra Protocol', 'XEP', 2752, 'electra-protocol', 'https://assets.coingecko.com/coins/images/13589/large/Apple-iPhone-Icon-Retina.png', 100);
INSERT OR REPLACE INTO Coin VALUES('electric-cash', 'Electric Cash', 'ELCASH', null, 'electric-cash', 'https://assets.coingecko.com/coins/images/13850/large/ELCASH-Logo-transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('electric-vehicle-direct-currency', 'Electric Vehicle Direct Currency', 'EVDC', null, 'electric-vehicle-direct-currency', 'https://assets.coingecko.com/coins/images/17406/large/EVDC-01-1-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('electric-vehicle-zone', 'Electric Vehicle Zone', 'EVZ', null, 'electric-vehicle-zone', 'https://assets.coingecko.com/coins/images/9456/large/kLohzILUIln6mHFYOlecpWjINVIH-BVghP2vRTeuD0XteaQa7Lpn4sLcuPN4gHw8MU2pKWZCJRNwBmyyl1CYxplCLDcgSVihMC7vvfmkepY-_O_ImWBA27s4pKNlhcBnBYrc8y5WH0ZB2CjmqPh-32nPslrv329tqFWr2DAR8dl4R5LZGgeZ1ubCdtMoUua6gEL3umYShHBxrYLto.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('electrify-asia', 'Electrify.Asia', 'ELEC', 9776, null, 'https://assets.coingecko.com/coins/images/3415/large/d45b1d82743c749d05697da200179874.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('electroneum', 'Electroneum', 'ETN', 798, 'electroneum', 'https://assets.coingecko.com/coins/images/1109/large/Electroneum2_profile_picture_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('electronic-usd', 'Electronic USD', 'EUSD', 1203, 'electronic-usd', 'https://assets.coingecko.com/coins/images/28445/large/0xa0d69e286b938e21cbf7e51d71f6a4c8918f482f.png', 100);
INSERT OR REPLACE INTO Coin VALUES('electronicgulden', 'Electronic Gulden', 'EFL', 2889, 'electronicgulden', 'https://assets.coingecko.com/coins/images/234/large/efl.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('elephant-money', 'Elephant Money', 'ELEPHANT', 989, 'elephant-money', 'https://assets.coingecko.com/coins/images/15549/large/elephant-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elephant-money-trunk', 'Elephant Money (TRUNK)', 'TRUNK', 2281, 'elephant-money-trunk', 'https://assets.coingecko.com/coins/images/39568/large/trunk-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eligma', 'GoCrypto', 'GOC', null, 'eligma', 'https://assets.coingecko.com/coins/images/3181/large/gocrypto.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elis', 'ELIS', 'XLS', null, null, 'https://assets.coingecko.com/coins/images/13613/large/Elis-Symbol-Green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elixir-deusd', 'Elixir deUSD', 'DEUSD', 475, 'elixir-deusd', 'https://assets.coingecko.com/coins/images/39494/large/deUSD_Logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elixir-finance', 'Elixir', 'ELX', 1170, 'elixir-finance', 'https://assets.coingecko.com/coins/images/30711/large/ELX_logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elixir-staked-deusd', 'Elixir Staked deUSD', 'SDEUSD', 800, 'elixir-staked-deusd', 'https://assets.coingecko.com/coins/images/52847/large/Staked_deUSD_%28sdeUSD%29_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eliza', 'Eliza', 'ELIZA', 4235, 'eliza', 'https://assets.coingecko.com/coins/images/51825/large/eliza.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('eliza-finance', 'Eliza.Finance', 'DEFAI', 8057, 'eliza-finance', 'https://assets.coingecko.com/coins/images/53629/large/eliza.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('elk-finance', 'Elk Finance', 'ELK', 5205, 'elk-finance', 'https://assets.coingecko.com/coins/images/17813/large/elk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ellipsis', 'Ellipsis', 'EPS', 1222, 'ellipsis', 'https://assets.coingecko.com/coins/images/14498/large/ellipsis-light.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eloin', 'Eloin', 'ELOIN', null, null, 'https://assets.coingecko.com/coins/images/17656/large/Pics-Art-08-01-02-43-25.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elon-doge-token', 'ElonDoge Token', 'EDOGE', 3021, 'elon-doge-token', 'https://assets.coingecko.com/coins/images/15806/large/Edoge.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elon-trump', 'Elon Trump', 'ET', 9397, 'elon-trump', 'https://assets.coingecko.com/coins/images/39022/large/IMG_20240630_111845_951.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('elon-trump-fart', 'Elon Trump Fart', 'ETF500', 6045, 'elon-trump-fart', 'https://assets.coingecko.com/coins/images/53380/large/GgiVuxwWIAA6Lcn.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('elon4afd', 'Elon4AfD', 'ELON4AFD', 2766, 'elon4afd', 'https://assets.coingecko.com/coins/images/53992/large/ElonNewLogo200.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('elonia-trump', 'Elonia Trump', 'ELONIA', 9205, 'elonia-trump', 'https://assets.coingecko.com/coins/images/51912/large/200nobg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elonrwa', 'ElonRWA', 'ELONRWA', 4065, 'elonrwa', 'https://assets.coingecko.com/coins/images/36970/large/elonrwa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elonxcat', 'ElonXCat', 'EXC', 2786, 'elonxcat', 'https://assets.coingecko.com/coins/images/55076/large/WhatsApp_Image_2025-04-01_at_1.45.11_PM-removebg-preview_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elrond-erd-2', 'MultiversX', 'EGLD', 256, 'elrond-erd-2', 'https://assets.coingecko.com/coins/images/12335/large/egld-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elumia', 'Elumia', 'ELU', 9618, 'elumia', 'https://assets.coingecko.com/coins/images/24433/large/me4oOqTM_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elympics', 'Elympics', 'ELP', 3159, 'elympics', 'https://assets.coingecko.com/coins/images/67551/large/ELP_ticker_image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elys-network', 'Elys', 'ELYS', 4114, 'elys-network', 'https://assets.coingecko.com/coins/images/35347/large/elys_gradient200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elysia', 'ELYSIA', 'EL', 1207, 'elysia', 'https://assets.coingecko.com/coins/images/10887/large/elysia_logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('elysiant-token', 'Elysian Token', 'ELS', null, null, 'https://assets.coingecko.com/coins/images/20966/large/communityIcon_kr83rxrl1ij71.png', 100);
INSERT OR REPLACE INTO Coin VALUES('emercoin', 'EmerCoin', 'EMC', 8739, 'emercoin', 'https://assets.coingecko.com/coins/images/259/large/emercoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('emilia', 'Emilia', 'EMILIA', 8530, 'emilia', 'https://assets.coingecko.com/coins/images/53664/large/emilia_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eminer', 'Eminer', 'EM', null, null, 'https://assets.coingecko.com/coins/images/9155/large/KDbQPKIu_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eml-protocol', 'EML Protocol', 'EML', 8698, null, 'https://assets.coingecko.com/coins/images/30950/large/EML_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('emorya-finance', 'Emorya Finance', 'EMR', 3433, 'emorya-finance', 'https://assets.coingecko.com/coins/images/33587/large/emr.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('empire-token', 'Empire Token', 'EMPIRE', null, 'empire-token', 'https://assets.coingecko.com/coins/images/16390/large/pb_ranDy_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('empowa', 'Empowa', 'EMP', 2631, null, 'https://assets.coingecko.com/coins/images/25086/large/Empowa-Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('empyreal', 'Empyreal', 'EMP', 1470, 'empyreal', 'https://assets.coingecko.com/coins/images/31374/large/EMPY_E_PFP_v1.6.1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('encrypgen', 'EncrypGen', 'DNA', null, 'encrypgen', 'https://assets.coingecko.com/coins/images/1215/large/encrypgen.png', 100);
INSERT OR REPLACE INTO Coin VALUES('encryptsim', 'encryptSIM', 'ESIM', 6976, 'encryptsim', 'https://assets.coingecko.com/coins/images/54998/large/Main_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('endurance', 'Fusionist', 'ACE', 1143, 'endurance', 'https://assets.coingecko.com/coins/images/33528/large/ACE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('energi', 'Energi', 'NRG', 2666, 'energi', 'https://assets.coingecko.com/coins/images/5795/large/3218.png', 100);
INSERT OR REPLACE INTO Coin VALUES('energo', 'Tesla Token', 'TSL', 7423, null, 'https://assets.coingecko.com/coins/images/1222/large/energo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('energy-web-token', 'Energy Web Token', 'EWT', 720, 'energy-web-token', 'https://assets.coingecko.com/coins/images/10886/large/R9gQTJV__400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('energy8', 'Energy8', 'E8', null, 'energy8', 'https://assets.coingecko.com/coins/images/19707/large/OZ52Oms.png', 100);
INSERT OR REPLACE INTO Coin VALUES('enjincoin', 'Enjin Coin', 'ENJ', 523, 'enjincoin', 'https://assets.coingecko.com/coins/images/1102/large/Symbol_Only_-_Purple.png', 100);
INSERT OR REPLACE INTO Coin VALUES('enjinstarter', 'Enjinstarter', 'EJS', 6505, 'enjinstarter', 'https://assets.coingecko.com/coins/images/18732/large/l-R1nYA0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('enkryptedai', 'EnKryptedAI', 'KRAI', 2491, 'enkryptedai', 'https://assets.coingecko.com/coins/images/54845/large/Logo_without_emblem.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('enkrypto', 'EnKrypto', 'KRYPT', 11724, 'enkrypto', 'https://assets.coingecko.com/coins/images/50707/large/Final_Logo_V2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('enno-cash', 'ENNO Cash', 'ENNO', null, null, 'https://assets.coingecko.com/coins/images/19662/large/enno1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('enosys', 'Ēnosys', 'HLN', 2598, 'enosys', 'https://assets.coingecko.com/coins/images/32098/large/HLN_-_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('enq-enecuum', 'Enecuum', 'ENQ', 1322, null, 'https://assets.coingecko.com/coins/images/4749/large/enq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('enreachdao', 'EnreachDAO', 'NRCH', null, null, 'https://assets.coingecko.com/coins/images/14694/large/enreachdao.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('entangle', 'Entangle', 'NGL', 497, 'entangle', 'https://assets.coingecko.com/coins/images/34522/large/Logo_-_Icon_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('enterbeat', 'ENTERBEAT', 'EBT', 12556, 'enterbeat', 'https://assets.coingecko.com/coins/images/66531/large/photo_2025-06-03_19-41-51.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('enterdao', 'EnterDAO', 'ENTR', 5943, null, 'https://assets.coingecko.com/coins/images/18684/large/entr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('envision-2', 'Envision Labs', 'VIS', 5522, 'envision-2', 'https://assets.coingecko.com/coins/images/37142/large/Envision_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eos', 'EOS', 'EOS', 327, 'eos', 'https://assets.coingecko.com/coins/images/738/large/CG_EOS_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eosdac', 'eosDAC', 'EOSDAC', 7554, 'eosdac', 'https://assets.coingecko.com/coins/images/3878/large/2644.png', 100);
INSERT OR REPLACE INTO Coin VALUES('epic-cash', 'Epic Cash', 'EPIC', 2547, 'epic-cash', 'https://assets.coingecko.com/coins/images/9520/large/Epic_Coin_NO_drop_shadow.png', 100);
INSERT OR REPLACE INTO Coin VALUES('epic-chain', 'Epic Chain', 'EPIC', 1036, 'epic-chain', 'https://assets.coingecko.com/coins/images/54734/large/PFP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('epik-prime', 'Epik Prime', 'EPIK', 4571, 'epik-prime', 'https://assets.coingecko.com/coins/images/17907/large/EPIK_Prime_LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('epik-protocol', 'EpiK Protocol', 'EPK', 8705, 'epik-protocol', 'https://assets.coingecko.com/coins/images/15188/large/AIEPK_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eqifi', 'EQIFi', 'EQX', 6370, 'eqifi', 'https://assets.coingecko.com/coins/images/17490/large/EQIFI_Logo_Color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('equalizer', 'Equalizer', 'EQZ', 8363, null, 'https://assets.coingecko.com/coins/images/14741/large/X2p5mb2f_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('equalizer-on-sonic', 'Equalizer on Sonic', 'EQUAL', 4921, 'equalizer-on-sonic', 'https://assets.coingecko.com/coins/images/53369/large/hq_png_icon_file.png', 100);
INSERT OR REPLACE INTO Coin VALUES('equilibria-finance', 'Equilibria Finance', 'EQB', 1583, 'equilibria-finance', 'https://assets.coingecko.com/coins/images/30645/large/QLLK8pmR_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('equilibria-finance-ependle', 'Equilibria Finance ePENDLE', 'EPENDLE', 1236, 'equilibria-finance-ependle', 'https://assets.coingecko.com/coins/images/33379/large/photo_2023-12-02_19-45-14.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('equilibrium', 'Equilibrium Games', 'EQ', null, 'equilibrium', 'https://assets.coingecko.com/coins/images/18959/large/USO9eUfE_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('equitedge', 'EquitEdge', 'EEG', 1330, 'equitedge', 'https://assets.coingecko.com/coins/images/67987/large/symbol-light.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ergo', 'Ergo', 'ERG', 718, 'ergo', 'https://assets.coingecko.com/coins/images/2484/large/channels4_profile.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('erha', 'Erha', '二哈', 11751, 'erha', 'https://assets.coingecko.com/coins/images/68676/large/200%E2%9C%96%EF%B8%8F200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ertha', 'Ertha', 'ERT', 5796, 'ertha', 'https://assets.coingecko.com/coins/images/20317/large/Ry9tgUal_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('escoin-token', 'Escoin Token', 'ELG', 743, 'escoin-token', 'https://assets.coingecko.com/coins/images/13566/large/escoin-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eska', 'Eska', 'ESK', null, null, 'https://assets.coingecko.com/coins/images/9642/large/ESKA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eskisehir-fan-token', 'Eskişehir Fan Tokens', 'ESES', 8433, null, 'https://assets.coingecko.com/coins/images/17653/large/eses.png', 100);
INSERT OR REPLACE INTO Coin VALUES('essentia', 'Essentia', 'ESS', 6316, 'essentia', 'https://assets.coingecko.com/coins/images/2483/large/Essentia-token.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('estatex', 'EstateX', 'ESX', 1763, 'estatex', 'https://assets.coingecko.com/coins/images/36937/large/logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('esv-capital', 'ESV Capital', 'ESVC', 3671, 'esv-capital', 'https://assets.coingecko.com/coins/images/68537/large/IMG_2902.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('etarn', 'Etarn', 'ETAN', 2468, 'etarn', 'https://assets.coingecko.com/coins/images/68850/large/Etarn_symbolmark_200_00_064d095668.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eternalai', 'EternalAI', 'EAI', 2980, 'eternalai', 'https://assets.coingecko.com/coins/images/38140/large/H9TFKXlh_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eth-2x-flexible-leverage-index', 'ETH 2x Flexible Leverage Index', 'ETH2X-FLI', 1733, 'eth-2x-flexible-leverage-index', 'https://assets.coingecko.com/coins/images/14392/large/ETH2x-FLI_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eth-strategy', 'ETH Strategy', 'STRAT', 3642, 'eth-strategy', 'https://assets.coingecko.com/coins/images/68171/large/logo-color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eth0', 'Usual ETH', 'ETH0', 768, 'eth0', 'https://assets.coingecko.com/coins/images/66400/large/ETH0512px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eth2-staking-by-poolx', 'Eth 2.0 Staking by Pool-X', 'ETH2', null, 'eth2-staking-by-poolx', 'https://assets.coingecko.com/coins/images/13853/large/5fc5b05df7b4c20006fb9fcb_eth_2.0-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eth3s', 'ETH3S', 'ETH3S', null, null, 'https://assets.coingecko.com/coins/images/10128/large/eth3s.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ethdown', 'ETHDOWN', 'ETHDOWN', null, 'ethdown', 'https://assets.coingecko.com/coins/images/17029/large/binance-coin-bnb-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethena', 'Ethena', 'ENA', 51, 'ethena', 'https://assets.coingecko.com/coins/images/36530/large/ethena.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethena-staked-ena', 'Ethena Staked ENA', 'SENA', 258, 'ethena-staked-ena', 'https://assets.coingecko.com/coins/images/50235/large/ena.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethena-staked-usde', 'Ethena Staked USDe', 'SUSDE', 37, 'ethena-staked-usde', 'https://assets.coingecko.com/coins/images/33669/large/sUSDe-Symbol-Color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethena-usde', 'Ethena USDe', 'USDE', 17, 'ethena-usde', 'https://assets.coingecko.com/coins/images/33613/large/usde.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ether-1', 'Etho Protocol', 'ETHO', 8595, 'ether-1', 'https://assets.coingecko.com/coins/images/5194/large/IconOnly_Transparent_NoBuffer_resized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ether-fi', 'Ether.fi', 'ETHFI', 149, 'ether-fi', 'https://assets.coingecko.com/coins/images/35958/large/etherfi.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ether-fi-staked-btc', 'Ether.fi Staked BTC', 'EBTC', 376, 'ether-fi-staked-btc', 'https://assets.coingecko.com/coins/images/50411/large/eBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ether-fi-staked-eigen', 'ether.fi Staked EIGEN', 'EEIGEN', 2150, 'ether-fi-staked-eigen', 'https://assets.coingecko.com/coins/images/50838/large/eEIGEN-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ether-fi-staked-eth', 'ether.fi Staked ETH', 'EETH', 202, 'ether-fi-staked-eth', 'https://assets.coingecko.com/coins/images/33049/large/ether.fi_eETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereans', 'Ethereans', 'OS', 8507, 'ethereans', 'https://assets.coingecko.com/coins/images/19592/large/eherian.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum', 'Ethereum', 'ETH', 2, 'ethereum', 'https://assets.coingecko.com/coins/images/279/large/ethereum.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum-classic', 'Ethereum Classic', 'ETC', 57, 'ethereum-classic', 'https://assets.coingecko.com/coins/images/453/large/ethereum-classic-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum-is-good', 'ETHEREUM IS GOOD', 'EBULL', 4769, 'ethereum-is-good', 'https://assets.coingecko.com/coins/images/39868/large/EBULL_PFP_250816.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum-meta', 'Ethereum Meta', 'ETHM', 11761, 'ethereum-meta', 'https://assets.coingecko.com/coins/images/6586/large/ethereum-meta.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum-name-service', 'Ethereum Name Service', 'ENS', 166, 'ethereum-name-service', 'https://assets.coingecko.com/coins/images/19785/large/ENS.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum-pow-iou', 'EthereumPoW', 'ETHW', 470, 'ethereum-pow-iou', 'https://assets.coingecko.com/coins/images/26997/large/logo-clear.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum-push-notification-service', 'Ethereum Push Notification Service - EPNS', 'PUSH', 3020, 'ethereum-push-notification-service', 'https://assets.coingecko.com/coins/images/14769/large/aiOxYOJI_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereum-volatility-index-token', 'Ethereum Volatility Index Token', 'ETHV', null, 'ethereum-volatility-index-token', 'https://assets.coingecko.com/coins/images/16716/large/logo_-_2021-06-28T092549.772.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereummax', 'EthereumMax', 'EMAX', null, 'ethereummax', 'https://assets.coingecko.com/coins/images/15540/large/EMAX-Coin-Final2000x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethereumx', 'EthereumX', 'ETX', null, 'ethereumx', 'https://assets.coingecko.com/coins/images/7018/large/EthereumX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('etherex', 'Etherex', 'REX', 1689, 'etherex', 'https://assets.coingecko.com/coins/images/68009/large/etherex.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('etherex-liquid-staking-token', 'Etherex Liquid Staking Token', 'REX33', 1117, 'etherex-liquid-staking-token', 'https://assets.coingecko.com/coins/images/68282/large/rex33.png', 100);
INSERT OR REPLACE INTO Coin VALUES('etherfi-bridged-weeth-avalanche', 'ether.fi Bridged weETH (Avalanche)', 'WEETH', 1252, 'etherfi-bridged-weeth-avalanche', 'https://assets.coingecko.com/coins/images/68268/large/weeth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('etherisc', 'Etherisc DIP Token', 'DIP', 3199, 'etherisc', 'https://assets.coingecko.com/coins/images/4586/large/dip.png', 100);
INSERT OR REPLACE INTO Coin VALUES('etherland', 'Etherland', 'ELAND', 7905, 'etherland', 'https://assets.coingecko.com/coins/images/14432/large/eland_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethermon', 'Ethermon', 'EMON', 10066, 'ethermon', 'https://assets.coingecko.com/coins/images/15889/large/LtET0reH_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ethernity-chain', 'Ethernity Chain', 'ERN', 3303, 'ethernity-chain', 'https://assets.coingecko.com/coins/images/14238/large/logo_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethernus', 'Ethernus', 'ETUS', null, null, 'https://assets.coingecko.com/coins/images/53147/large/Icon_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('etherparty', 'Etherparty', 'FUEL', 9472, null, 'https://assets.coingecko.com/coins/images/1082/large/etherparty.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethervista', 'Ethervista', 'VISTA', 2337, 'ethervista', 'https://assets.coingecko.com/coins/images/40014/large/ethervista.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ethichub', 'EthicHub', 'ETHIX', 1325, 'ethichub', 'https://assets.coingecko.com/coins/images/3031/large/ETHIX_icon_256x256-256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethlend', 'Aave [OLD]', 'LEND', 5587, 'ethlend', 'https://assets.coingecko.com/coins/images/1365/large/ethlend.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethos', 'Voyager Token', 'VGX', 4168, 'ethos', 'https://assets.coingecko.com/coins/images/794/large/vgx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethpad', 'ETHPad', 'ETHPAD', 6727, 'ethpad', 'https://assets.coingecko.com/coins/images/17520/large/tHAbIBQK_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ethup', 'ETHUP', 'ETHUP', null, 'ethup', 'https://assets.coingecko.com/coins/images/17030/large/ethup.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ethy-ai', 'Ethy AI', 'ETHY', 3454, 'ethy-ai', 'https://assets.coingecko.com/coins/images/55963/large/ethy_orb_nb_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('euler', 'Euler', 'EUL', 373, 'euler', 'https://assets.coingecko.com/coins/images/26149/large/Coingecko_logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('euno', 'EUNO', 'EUNO', 4884, null, 'https://assets.coingecko.com/coins/images/5190/large/EUNO_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('euro-coin', 'Euro Coin', 'EUROC', 275, 'euro-coin', 'https://assets.coingecko.com/coins/images/26045/large/euro.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eurocoinpay', 'EurocoinToken', 'ECTE', 5119, 'eurocoinpay', 'https://assets.coingecko.com/coins/images/7634/large/logotoken200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eusd-27a558b0-8b5b-4225-a614-63539da936f4', 'eUSD', 'EUSD', 6733, 'eusd-27a558b0-8b5b-4225-a614-63539da936f4', 'https://assets.coingecko.com/coins/images/30047/large/ethereum-eth-logo-colored_4_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eusd-new', 'eUSD', 'EUSD', 4856, 'eusd-new', 'https://assets.coingecko.com/coins/images/31603/large/eusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eva-ai', 'eVa-ai', '$EVA', 3164, 'eva-ai', 'https://assets.coingecko.com/coins/images/50364/large/Twitter_profile.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evaa-protocol', 'EVAA Protocol', 'EVAA', 1575, 'evaa-protocol', 'https://assets.coingecko.com/coins/images/69601/large/evaa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evan-2', 'Evan', 'EVAN', 6063, 'evan-2', 'https://assets.coingecko.com/coins/images/52001/large/Evan.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('evanesco-network', 'Evanesco Network', 'EVA', null, null, 'https://assets.coingecko.com/coins/images/16722/large/evan.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('everclear', 'Everclear', 'CLEAR', 1845, 'everclear', 'https://assets.coingecko.com/coins/images/52496/large/photo_2024-06-03_12-14-59_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evercraft-ecotechnologies', 'Evercraft Ecotechnologies', 'ECET', 3040, 'evercraft-ecotechnologies', 'https://assets.coingecko.com/coins/images/37239/large/ecet_Token_symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everdome', 'Everdome', 'DOME', 2554, 'everdome', 'https://assets.coingecko.com/coins/images/23267/large/humain.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('evereth', 'EverETH', 'EVERETH', 4041, 'evereth', 'https://assets.coingecko.com/coins/images/18221/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evergrowcoin', 'EverGrowCoin', 'EGC', 3859, null, 'https://assets.coingecko.com/coins/images/18645/large/cmc_egc_200x200_circ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everid', 'Everest', 'ID', 3703, 'everid', 'https://assets.coingecko.com/coins/images/5209/large/Everest.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('everipedia', 'Everipedia', 'IQ', 680, 'everipedia', 'https://assets.coingecko.com/coins/images/5010/large/iq_logo_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everlyn', 'Everlyn', 'LYN', 966, 'everlyn', 'https://assets.coingecko.com/coins/images/68908/large/everlyn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evernode', 'Evernode', 'EVR', 1962, 'evernode', 'https://assets.coingecko.com/coins/images/35514/large/EVERNODE_SYM_BLUE_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everreflect', 'EverReflect', 'EVRF', null, null, 'https://assets.coingecko.com/coins/images/22903/large/evrf.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everrise', 'EverRise', 'RISE', 2625, 'everrise', 'https://assets.coingecko.com/coins/images/16367/large/Logo_EverRise_Icon_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everscale', 'Everscale', 'EVER', 951, 'everscale', 'https://assets.coingecko.com/coins/images/12783/large/everscale_badge_main_round_1x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everton-fan-token', 'Everton Fan Token', 'EFC', 4690, 'everton-fan-token', 'https://assets.coingecko.com/coins/images/19566/large/EFC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evervalue-coin', 'EverValue Coin', 'EVA', null, 'evervalue-coin', 'https://assets.coingecko.com/coins/images/50997/large/EVA_Logo_-_with_dark_background_-_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('every-game', 'Every Game', 'EGAME', null, 'every-game', 'https://assets.coingecko.com/coins/images/20758/large/egame.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everybody', 'Everybody', 'HOLD', 1562, 'everybody', 'https://assets.coingecko.com/coins/images/32272/large/New_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('everycoin', 'EveryCoin', 'EVY', null, 'everycoin', 'https://assets.coingecko.com/coins/images/5629/large/TutkUC1x_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('evil-larry', 'Evil Larry', 'LARRY', 1924, 'evil-larry', 'https://assets.coingecko.com/coins/images/68054/large/1000440957.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('evmos', 'Evmos', 'EVMOS', 4633, 'evmos', 'https://assets.coingecko.com/coins/images/24023/large/evmos.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evolve-2', 'Evolve', 'EVOLVE', 11883, 'evolve-2', 'https://assets.coingecko.com/coins/images/66387/large/EvolveLOGOFinal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evolve-network', 'EVOLVE NETWORK', 'EVOLVE', 7488, 'evolve-network', 'https://assets.coingecko.com/coins/images/54171/large/IMG_8515.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('evrynet', 'Evrynet', 'EVRY', null, null, 'https://assets.coingecko.com/coins/images/19194/large/evry.png', 100);
INSERT OR REPLACE INTO Coin VALUES('evulus', 'Evulus', 'EVU', null, 'evulus', 'https://assets.coingecko.com/coins/images/22081/large/isotipo-evulus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('excelon', 'Excelon', 'XLON', null, 'excelon', 'https://assets.coingecko.com/coins/images/17104/large/xlon_coin_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('exchangecoin', 'ExchangeCoin', 'EXCC', 3553, 'exchangecoin', 'https://assets.coingecko.com/coins/images/3660/large/excc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('exeedme', 'Exeedme', 'XED', null, 'exeedme', 'https://assets.coingecko.com/coins/images/13518/large/Asset_7_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('exmo-coin', 'EXMO Coin', 'EXM', 5131, 'exmo-coin', 'https://assets.coingecko.com/coins/images/9154/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('exodas', 'EXODAS', 'EXO', 5993, 'exodas', 'https://assets.coingecko.com/coins/images/53435/large/EXODAS_Icon_Final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('exohood', 'Exohood', 'EXO', null, 'exohood', 'https://assets.coingecko.com/coins/images/15590/large/LOGO_200x200_CIRCLE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('exosama-network', 'Moonsama', 'SAMA', 2669, 'exosama-network', 'https://assets.coingecko.com/coins/images/28308/large/Small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('experience-chain', 'eXPerience Chain', 'XPC', null, null, 'https://assets.coingecko.com/coins/images/7359/large/experience_chain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('extra-finance', 'Extra Finance', 'EXTRA', 2133, 'extra-finance', 'https://assets.coingecko.com/coins/images/30973/large/Ex_logo-white-blue_ring_288x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('extradna', 'extraDNA', 'XDNA', null, 'extradna', 'https://assets.coingecko.com/coins/images/12667/large/Logo_coin_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('eywa', 'EYWA', 'EYWA', 4243, 'eywa', 'https://assets.coingecko.com/coins/images/51242/large/Eywa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('f-x-protocol-fxusd', 'f(x) Protocol fxUSD', 'FXUSD', 486, 'f-x-protocol-fxusd', 'https://assets.coingecko.com/coins/images/36202/large/fxUSD.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fabric', 'Fabric', 'FAB', 12590, 'fabric', 'https://assets.coingecko.com/coins/images/16649/large/FABLOGO_TRANS200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fabwelt', 'Fabwelt', 'WELT', 8984, 'fabwelt', 'https://assets.coingecko.com/coins/images/20505/large/welt.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('fact0rn', 'Fact0rn', 'FACT', 2946, 'fact0rn', 'https://assets.coingecko.com/coins/images/31311/large/79iJi1_E_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('facts', 'FACTS', 'BKC', 10716, null, 'https://assets.coingecko.com/coins/images/8461/large/sFNOkmVx_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fade-wallet-token', 'Fade Wallet Token', 'FWT', 8998, 'fade-wallet-token', 'https://assets.coingecko.com/coins/images/50225/large/%D0%BC%D0%BE%D0%BD%D0%B5%D1%82%D0%BA%D0%B0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fafo', 'FAFO', 'FAFO', 5242, 'fafo', 'https://assets.coingecko.com/coins/images/54065/large/fafo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fair-and-free', 'Fair and Free', 'FAIR3', 1515, 'fair-and-free', 'https://assets.coingecko.com/coins/images/55104/large/light_purple.png', 100);
INSERT OR REPLACE INTO Coin VALUES('faircaster', 'Faircaster', 'FAIR', 3507, 'faircaster', 'https://assets.coingecko.com/coins/images/66928/large/3dyin0vecrn1w7frtsqhjqhclzu8.', 100);
INSERT OR REPLACE INTO Coin VALUES('faith-tribe', 'Faith Tribe', 'FTRB', 1647, 'faith-tribe', 'https://assets.coingecko.com/coins/images/23939/large/2.5.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('falcon-finance', 'Falcon Finance', 'USDF', 90, 'falcon-finance', 'https://assets.coingecko.com/coins/images/54558/large/ff_200_X_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('falcon-finance-ff', 'Falcon Finance', 'FF', 235, 'falcon-finance-ff', 'https://assets.coingecko.com/coins/images/69121/large/ff.png', 100);
INSERT OR REPLACE INTO Coin VALUES('falcon-nine', 'Falcon Nine', 'F9', null, 'falcon-nine', 'https://assets.coingecko.com/coins/images/16858/large/logo-f9.png', 100);
INSERT OR REPLACE INTO Coin VALUES('falcon-token', 'Falcon Project', 'FNT', 7097, null, 'https://assets.coingecko.com/coins/images/11579/large/falcon_ava_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('falx', 'FALX', 'FALX', 6050, 'falx', 'https://assets.coingecko.com/coins/images/38124/large/as.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fame-ai', 'FAME AI', 'FMC', 6966, 'fame-ai', 'https://assets.coingecko.com/coins/images/33574/large/20231205-153104.png', 100);
INSERT OR REPLACE INTO Coin VALUES('faml', 'FAML', 'FAML', 10525, 'faml', 'https://assets.coingecko.com/coins/images/51916/large/IMG_20241120_181215_920.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fan-token', 'Film.io', 'FAN', 3563, 'fan-token', 'https://assets.coingecko.com/coins/images/35118/large/filmiologo-blue-darkbg-avatar-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fancy-games', 'Fancy Games', 'FNC', 8607, null, 'https://assets.coingecko.com/coins/images/21367/large/fnc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fanstime', 'FansTime', 'FTI', 10705, null, 'https://assets.coingecko.com/coins/images/4952/large/fanstime.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fantom', 'Fantom', 'FTM', null, 'fantom', 'https://assets.coingecko.com/coins/images/4001/large/Fantom_round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fantom-oasis', 'Fantom Oasis', 'FTMO', null, null, 'https://assets.coingecko.com/coins/images/18359/large/59qa0dJ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('faraland', 'FaraLand', 'FARA', 6394, 'faraland', 'https://assets.coingecko.com/coins/images/16273/large/FARA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('farcana', 'FARCANA', 'FAR', 3991, 'farcana', 'https://assets.coingecko.com/coins/images/34690/large/logo_far_black_short.png', 100);
INSERT OR REPLACE INTO Coin VALUES('farm-2', 'FARM', 'FARM', 6510, 'farm-2', 'https://assets.coingecko.com/coins/images/52768/large/Dex_Screener_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fartboy', 'Fartboy', '$FARTBOY', 1084, 'fartboy', 'https://assets.coingecko.com/coins/images/53829/large/91IYNhRrJBL._UF1000_1000_QL80_.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fartcat', 'Fartcat', 'FARTCAT', 6530, 'fartcat', 'https://assets.coingecko.com/coins/images/56066/large/1000083020.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fartcoin', 'Fartcoin', 'FARTCOIN', 200, 'fartcoin', 'https://assets.coingecko.com/coins/images/50891/large/fart.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fartful', 'FARTFUL', 'FARTFUL', 9658, 'fartful', 'https://assets.coingecko.com/coins/images/68702/large/_fBwAN9__400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fartgirl', 'FARTGIRL', 'FARTGIRL', 3897, 'fartgirl', 'https://assets.coingecko.com/coins/images/54350/large/IMG_0055_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('farting-unicorn', 'Farting Unicorn', 'FU', 8930, 'farting-unicorn', 'https://assets.coingecko.com/coins/images/54618/large/photo_2025-02-23_23-57-00.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fartless-coin', 'FARTLESS COIN', 'FARTLESS', 4395, 'fartless-coin', 'https://assets.coingecko.com/coins/images/67923/large/33pm8iap6ne7d5ruvunq5tpvg3yu.', 100);
INSERT OR REPLACE INTO Coin VALUES('fasttoken', 'Fasttoken', 'FTN', 121, 'fasttoken', 'https://assets.coingecko.com/coins/images/28478/large/lightenicon_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fatcat-2', 'FATCAT', '$FATCAT', 3669, 'fatcat-2', 'https://assets.coingecko.com/coins/images/52028/large/IMG_20241123_072941_759.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fate-adventure', 'Fate Adventure', 'FA', 5953, 'fate-adventure', 'https://assets.coingecko.com/coins/images/54414/large/_Final__Token_Symbol_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fbomb', 'Fantom Bomb', 'BOMB', 1447, 'fbomb', 'https://assets.coingecko.com/coins/images/24109/large/fBomb_Brandmark_BlackBlue_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fc-barcelona-fan-token', 'FC Barcelona Fan Token', 'BAR', 1609, 'fc-barcelona-fan-token', 'https://assets.coingecko.com/coins/images/11693/large/BAR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fc-porto', 'FC Porto', 'PORTO', 1663, 'fc-porto', 'https://assets.coingecko.com/coins/images/20459/large/fcp.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fdream', 'FDREAM', 'FDREAM', 10337, 'fdream', 'https://assets.coingecko.com/coins/images/53157/large/dream-fund-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fear', 'Fear', 'FEAR', 6157, 'fear', 'https://assets.coingecko.com/coins/images/15825/large/fear-logo-400-400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('feathercoin', 'Feathercoin', 'FTC', 4184, 'feathercoin', 'https://assets.coingecko.com/coins/images/12/large/feathercoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fedoracoin', 'Fedoracoin', 'TIPS', 7371, null, 'https://assets.coingecko.com/coins/images/35/large/fedoracoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('feed-the-people', 'Feed The People', 'FTP', 2789, 'feed-the-people', 'https://assets.coingecko.com/coins/images/69215/large/ps9ipxxt2uqsachabuqa69iaeafc.', 100);
INSERT OR REPLACE INTO Coin VALUES('feeder-finance', 'Feeder Finance', 'FEED', 9287, 'feeder-finance', 'https://assets.coingecko.com/coins/images/15151/large/feeder_finance_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('feenix', 'Feenix', 'FEENIX', 11300, 'feenix', 'https://assets.coingecko.com/coins/images/51805/large/FEENIX_200X200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fefe-2', 'Fefe', 'FEFE', 402, 'fefe-2', 'https://assets.coingecko.com/coins/images/69973/large/O3_Svi23_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('feg-token-2', 'FEG ETH', 'FEG', 1970, 'feg-token-2', 'https://assets.coingecko.com/coins/images/29643/large/IMG_3919.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('fei-usd', 'Fei USD', 'FEI', 2781, 'fei-usd', 'https://assets.coingecko.com/coins/images/14570/large/ZqsF51Re_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('feisty-doge-nft', 'Feisty Doge NFT', 'NFD', 2025, 'feisty-doge-nft', 'https://assets.coingecko.com/coins/images/17834/large/doge-fractionalized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('felix-feusd', 'Felix feUSD', 'FEUSD', 605, 'felix-feusd', 'https://assets.coingecko.com/coins/images/55068/large/feusd.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('felysyum', 'Felysyum', 'FELY', 1490, 'felysyum', 'https://assets.coingecko.com/coins/images/66984/large/output-onlinepngtools_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fenerbahce-token', 'Fenerbahçe Token', 'FB', null, 'fenerbahce-token', 'https://assets.coingecko.com/coins/images/17711/large/FB_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ferro', 'Ferro', 'FER', 3936, 'ferro', 'https://assets.coingecko.com/coins/images/26111/large/FER_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ferrum-network', 'Ferrum Network', 'FRM', 7618, 'ferrum-network', 'https://assets.coingecko.com/coins/images/8251/large/FRM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fetch-ai', 'Fetch.ai', 'FET', 115, 'fetch-ai', 'https://assets.coingecko.com/coins/images/5681/large/ASI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fibos', 'FIBOS', 'FO', null, null, 'https://assets.coingecko.com/coins/images/8617/large/f138605a-6427-482c-84af-1d8495aa3e66.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fideum', 'Fideum', 'FI', 3663, null, 'https://assets.coingecko.com/coins/images/33758/large/Fideum-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fidira', 'Fidira', 'FID', null, 'fidira', 'https://assets.coingecko.com/coins/images/19446/large/nl0qESy3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fidu', 'Fidu', 'FIDU', 1531, 'fidu', 'https://assets.coingecko.com/coins/images/25944/large/GFI-asset-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fight', 'FIGHT', 'FIGHT', 5333, 'fight', 'https://assets.coingecko.com/coins/images/39449/large/FIGHT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('figure-heloc', 'Figure Heloc', 'FIGR_HELOC', 16, 'figure-heloc', 'https://assets.coingecko.com/coins/images/68480/large/figure.png', 100);
INSERT OR REPLACE INTO Coin VALUES('filecoin', 'Filecoin', 'FIL', 106, 'filecoin', 'https://assets.coingecko.com/coins/images/12817/large/filecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('filestar', 'FileStar', 'STAR', null, null, 'https://assets.coingecko.com/coins/images/13314/large/filestar-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fimarkcoin-com', 'Fimarkcoin.com', 'FMC', 1891, 'fimarkcoin-com', 'https://assets.coingecko.com/coins/images/33132/large/fimarkcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('finance-vote', 'Finance Vote', 'FVT', 7689, 'finance-vote', 'https://assets.coingecko.com/coins/images/13181/large/finance.png', 100);
INSERT OR REPLACE INTO Coin VALUES('financial-freedom', '財務自由 (Financial Freedom)', '財務自由', 2655, 'financial-freedom', 'https://assets.coingecko.com/coins/images/69887/large/fd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('financie-token', 'Financie Token', 'FNCT', 2206, 'financie-token', 'https://assets.coingecko.com/coins/images/29099/large/VcJQzCWT_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('findora', 'Findora', 'FRA', 5630, null, 'https://assets.coingecko.com/coins/images/14725/large/Vector.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('finetuning', 'Finetuning', 'SN37', 2857, 'finetuning', 'https://assets.coingecko.com/coins/images/66359/large/sn37.png', 100);
INSERT OR REPLACE INTO Coin VALUES('finger-monkeys', 'Finger Monkeys', 'FMT', 9178, 'finger-monkeys', 'https://assets.coingecko.com/coins/images/55998/large/Finger_Monkeys.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('finminity', 'Finminity', 'FMT', 9856, 'finminity', 'https://assets.coingecko.com/coins/images/14696/large/finminity.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fins-token', 'Fins Token', 'FINS', null, null, 'https://assets.coingecko.com/coins/images/18568/large/fins_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fintrux', 'FintruX', 'FTX', 8357, 'fintrux', 'https://assets.coingecko.com/coins/images/1928/large/token-500x500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('finvesta', 'Finvesta', 'FINVESTA', 2310, 'finvesta', 'https://assets.coingecko.com/coins/images/54588/large/finvesta.png', 100);
INSERT OR REPLACE INTO Coin VALUES('finxflo', 'Finxflo', 'FXF', 9753, null, 'https://assets.coingecko.com/coins/images/13916/large/raVh1Iw.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fio-protocol', 'FIO Protocol', 'FIO', 1794, 'fio-protocol', 'https://assets.coingecko.com/coins/images/11821/large/fio_light_favicon_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fire-protocol', 'Fire Protocol', 'FIRE', 12517, 'fire-protocol', 'https://assets.coingecko.com/coins/images/13495/large/fire.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('firestarter', 'FireStarter', 'FLAME', 6637, 'firestarter', 'https://assets.coingecko.com/coins/images/17359/large/WhiteOnBlack_Primary_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fireverse', 'Fireverse', 'FIR', 1766, 'fireverse', 'https://assets.coingecko.com/coins/images/67920/large/fire.png', 100);
INSERT OR REPLACE INTO Coin VALUES('firmachain', 'Firmachain', 'FCT', 1292, 'firmachain', 'https://assets.coingecko.com/coins/images/9892/large/6mHcLurm_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('first-convicted-raccon', 'First Convicted RACCON', 'FRED', 3394, 'first-convicted-raccon', 'https://assets.coingecko.com/coins/images/51302/large/fred_pfp_200_transparent_v3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('first-digital-usd', 'First Digital USD ', 'FDUSD', 112, 'first-digital-usd', 'https://assets.coingecko.com/coins/images/31079/large/FDUSD_icon_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fisco', 'FISCO Coin', 'FSCC', null, 'fisco', 'https://assets.coingecko.com/coins/images/6507/large/AnyConv.com__fscc_icon_fin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fish-crypto', 'Fish Crypto', 'FICO', null, null, 'https://assets.coingecko.com/coins/images/22627/large/fico.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fitchin-universe', 'Fitchin Universe', 'CHIN', 4531, 'fitchin-universe', 'https://assets.coingecko.com/coins/images/55418/large/logo_%28200x200%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fitcoin-2', 'Fitcoin', 'FITCOIN', 10004, 'fitcoin-2', 'https://assets.coingecko.com/coins/images/55240/large/photo_2025-04-16_4.05.22%E2%80%AFam.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('fitcoin-3', 'FITCOIN', 'FITCOIN', 3078, 'fitcoin-3', 'https://assets.coingecko.com/coins/images/66544/large/Cr2mM4szbt8286XMn7iTpY5A8S17LbGAu1UyodkyEwn4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fjord-foundry', 'Fjord Foundry', 'FJO', 4882, 'fjord-foundry', 'https://assets.coingecko.com/coins/images/36510/large/fjord.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flame-3', 'Flame', 'FLAME', 8738, 'flame-3', 'https://assets.coingecko.com/coins/images/53666/large/logo_dex.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('flamengo-fan-token', 'Flamengo Fan Token', 'MENGO', 3687, 'flamengo-fan-token', 'https://assets.coingecko.com/coins/images/19461/large/MENGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flamingo-finance', 'Flamingo Finance', 'FLM', 1693, 'flamingo-finance', 'https://assets.coingecko.com/coins/images/12618/large/flamingo_finance_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('flare-bridged-weth-flare', 'Flare Bridged WETH (Flare)', 'WETH', 1795, 'flare-bridged-weth-flare', 'https://assets.coingecko.com/coins/images/67280/large/weth_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('flare-bridged-xrp-flare', 'Flare Bridged XRP (Flare)', 'FXRP', 770, 'flare-bridged-xrp-flare', 'https://assets.coingecko.com/coins/images/69731/large/fxrp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flare-finance', 'Flare Finance', 'EXFI', null, 'flare-finance', 'https://assets.coingecko.com/coins/images/15134/large/exfi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flare-networks', 'Flare', 'FLR', 87, 'flare-networks', 'https://assets.coingecko.com/coins/images/28624/large/FLR-icon200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flare-staked-ether', 'Flare Staked Ether', 'FLRETH', 1759, 'flare-staked-ether', 'https://assets.coingecko.com/coins/images/54761/large/flrETH-token_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flare-token', 'Flare Token', '1FLR', 10894, 'flare-token', 'https://assets.coingecko.com/coins/images/19114/large/flr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flash-liquidity-token', 'Flash Liquidity Token', 'FLP.1', 2212, 'flash-liquidity-token', 'https://assets.coingecko.com/coins/images/66873/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flash-trade', 'Flash.Trade', 'FAF', 2112, 'flash-trade', 'https://assets.coingecko.com/coins/images/55220/large/FAF_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flayer', 'Flayer', 'FLAY', 1474, 'flayer', 'https://assets.coingecko.com/coins/images/50377/large/flay.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fleabone', 'FLEABONE', 'BONE', 8592, 'fleabone', 'https://assets.coingecko.com/coins/images/51637/large/FLEABONE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flex-coin', 'FLEX Coin', 'FLEX', 1334, null, 'https://assets.coingecko.com/coins/images/9108/large/coinflex_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flex-usd', 'flexUSD', 'FLEXUSD', 1465, 'flex-usd', 'https://assets.coingecko.com/coins/images/13323/large/flexUSD_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flipr', 'Flipr', 'FLIPR', 2368, 'flipr', 'https://assets.coingecko.com/coins/images/67182/large/FliprLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flits', 'Flits', 'FLS', 8615, 'flits', 'https://assets.coingecko.com/coins/images/8579/large/FLITS_BrandMark_Classic1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('float-protocol', 'Float Protocol', 'BANK', 8084, 'float-protocol', 'https://assets.coingecko.com/coins/images/14116/large/FLOAT-Bank_LOGO-reduced_01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flock-2', 'FLOCK', 'FLOCK', 755, 'flock-2', 'https://assets.coingecko.com/coins/images/53178/large/FLock_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flockerz', 'Flockerz', 'FLOCK', 5348, 'flockerz', 'https://assets.coingecko.com/coins/images/54060/large/IMG_4865.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('floki', 'FLOKI', 'FLOKI', 140, 'floki', 'https://assets.coingecko.com/coins/images/16746/large/PNG_image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('floof', 'FLOOF', 'FLOOF', 12528, 'floof', 'https://assets.coingecko.com/coins/images/19810/large/FLOOF_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flooring-lab-credit', 'Floor Protocol', 'FLC', 6544, 'flooring-lab-credit', 'https://assets.coingecko.com/coins/images/32433/large/Floor_Protocol_browser_logo_mark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('floppa-cat', 'Floppa Cat', 'FLOPPA', 4679, 'floppa-cat', 'https://assets.coingecko.com/coins/images/36969/large/floppa_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('florence-finance-medici', 'Florence Finance Medici', 'FFM', 6964, 'florence-finance-medici', 'https://assets.coingecko.com/coins/images/34382/large/M_PNG_200x200_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flork-cto', 'FLORK CTO', 'FLORK', 6375, 'flork-cto', 'https://assets.coingecko.com/coins/images/53148/large/IMG_8373.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('flow', 'Flow', 'FLOW', 189, 'flow', 'https://assets.coingecko.com/coins/images/13446/large/5f6294c0c7a8cda55cb1c936_Flow_Wordmark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flow-agent', 'Flow Agent', 'FLOW', 10200, 'flow-agent', 'https://assets.coingecko.com/coins/images/54233/large/logo_alpha.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flow-bridged-pyusd-flow', 'Flow Bridged PYUSD (Flow)', 'USDF', 2316, 'flow-bridged-pyusd-flow', 'https://assets.coingecko.com/coins/images/54418/large/USDF_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flow-lending', 'Flow Lending', 'FLOW', 2358, 'flow-lending', 'https://assets.coingecko.com/coins/images/66801/large/Group_1410079066.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fluence-2', 'Fluence', 'FLT', 2260, 'fluence-2', 'https://assets.coingecko.com/coins/images/36339/large/IMG_3928.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fluffy-coin', 'Fluffy Coin', 'FLUF', 8204, null, 'https://assets.coingecko.com/coins/images/20656/large/fluf.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flurry', 'Flurry Finance', 'FLURRY', 4081, 'flurry', 'https://assets.coingecko.com/coins/images/16235/large/flurry_logo_only_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flux', 'Datamine FLUX', 'FLUX', 6915, 'flux', 'https://assets.coingecko.com/coins/images/11756/large/fluxres.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flux-2', 'Flux', 'FLUX', 8714, 'flux-2', 'https://assets.coingecko.com/coins/images/50870/large/FLUXCoinGecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flux-protocol', 'Flux Protocol', 'FLUX', null, null, 'https://assets.coingecko.com/coins/images/15002/large/logo.dabc411c.png', 100);
INSERT OR REPLACE INTO Coin VALUES('flux-token', 'Flux Token', 'FLX', 2716, 'flux-token', 'https://assets.coingecko.com/coins/images/21137/large/Flux_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fluxbot', 'Fluxbot', 'FLUXB', 2434, 'fluxbot', 'https://assets.coingecko.com/coins/images/33018/large/fluxbot.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('foam-protocol', 'FOAM', 'FOAM', 9507, 'foam-protocol', 'https://assets.coingecko.com/coins/images/3345/large/K51lJQc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fodl-finance', 'Fodl Finance', 'FODL', 6755, 'fodl-finance', 'https://assets.coingecko.com/coins/images/19040/large/Fodl_Symbol_Gradient.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fomo-3', 'FOMO', 'FOMO', 3956, 'fomo-3', 'https://assets.coingecko.com/coins/images/52987/large/fomo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fomo-3d', 'FOMO 3D', 'FOMO3D.FUN', 10301, 'fomo-3d', 'https://assets.coingecko.com/coins/images/52570/large/FOMO_3D.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fomo-radio-ai', 'FOMO RADIO AI', 'RADIO', 8460, 'fomo-radio-ai', 'https://assets.coingecko.com/coins/images/52376/large/rLQIeqhh_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('foom', 'Foom', 'FOOM', 1077, 'foom', 'https://assets.coingecko.com/coins/images/31308/large/f.png', 100);
INSERT OR REPLACE INTO Coin VALUES('football-coin', 'Football Coin', 'XFC', null, 'football-coin', 'https://assets.coingecko.com/coins/images/7107/large/xfc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('for-loot-and-glory', 'For Loot And Glory', 'FLAG', null, 'for-loot-and-glory', 'https://assets.coingecko.com/coins/images/20726/large/token_logo.ico', 100);
INSERT OR REPLACE INTO Coin VALUES('force-protocol', 'ForTube', 'FOR', 5647, 'force-protocol', 'https://assets.coingecko.com/coins/images/8242/large/for.png', 100);
INSERT OR REPLACE INTO Coin VALUES('forest', 'FOREST', 'FOREST', 4700, 'forest', 'https://assets.coingecko.com/coins/images/50993/large/Screenshot_2024-10-22_at_2.46.54%E2%80%AFAM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('forest-knight', 'Forest Knight', 'KNIGHT', 7045, 'forest-knight', 'https://assets.coingecko.com/coins/images/18441/large/Coin_Forest_Knight_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('forest-protocol', 'Forest Protocol', 'FOREST', 2030, 'forest-protocol', 'https://assets.coingecko.com/coins/images/68772/large/FOREST-TGE-ASSETS-ICON-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('forgive-me-father', 'Forgive Me Father', '$PURGE', 3131, 'forgive-me-father', 'https://assets.coingecko.com/coins/images/51666/large/nZLzDdNi_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('forgotten-playland', 'Forgotten Playland', 'FP', 4476, 'forgotten-playland', 'https://assets.coingecko.com/coins/images/35339/large/FP-Token-Icon_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('forky-2', 'Forky', 'FORKY', 9885, 'forky-2', 'https://assets.coingecko.com/coins/images/53199/large/download_%2810%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('form', 'Form', 'FORM', 7259, 'form', 'https://assets.coingecko.com/coins/images/54560/large/FORM_token_CoinGecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('formation-fi', 'Formation FI', 'FORM', 7485, null, 'https://assets.coingecko.com/coins/images/16145/large/FORM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('forta', 'Forta', 'FORT', 1258, 'forta', 'https://assets.coingecko.com/coins/images/25060/large/Forta_lgo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fortress', 'Fortress Loans', 'FTS', 9983, 'fortress', 'https://assets.coingecko.com/coins/images/15036/large/FTS_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('forty-two-dao-token', 'Forty Two DAO Token', 'FTD', 4378, 'forty-two-dao-token', 'https://assets.coingecko.com/coins/images/51544/large/1000059899.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('forward', 'Forward', 'FORWARD', 3919, 'forward', 'https://assets.coingecko.com/coins/images/20866/large/182860872_110384464503974_4805876988713020861_n.png', 100);
INSERT OR REPLACE INTO Coin VALUES('four', 'Four', 'FORM', 212, 'four', 'https://assets.coingecko.com/coins/images/54912/large/four.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fourbook', 'FourBook', 'FB', 1086, 'fourbook', 'https://assets.coingecko.com/coins/images/69958/large/ChatGPT_Image_Oct_9__2025__01_37_13_PM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('foxgirl', 'FoxGirl', 'FOXGIRL', 6834, 'foxgirl', 'https://assets.coingecko.com/coins/images/19448/large/foxgirl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('foxsy-ai', 'Foxsy AI', 'FOXSY', 3094, 'foxsy-ai', 'https://assets.coingecko.com/coins/images/38076/large/FOXYS.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('foxy', 'Foxy', 'FOXY', 1787, 'foxy', 'https://assets.coingecko.com/coins/images/36870/large/Foxy_Logo_Square_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fpi-bank', 'FPI Bank', 'FPIBANK', 3816, 'fpi-bank', 'https://assets.coingecko.com/coins/images/54159/large/fpi-bank.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fractal', 'Fractal', 'FCL', 7039, 'fractal', 'https://assets.coingecko.com/coins/images/14096/large/FractalID_SM_Profile_Image.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fractal-bitcoin', 'Fractal Bitcoin', 'FB', 924, 'fractal-bitcoin', 'https://assets.coingecko.com/coins/images/40049/large/Fractal_LogoMark_Round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fracton-protocol', 'Fracton Protocol', 'FT', 6118, null, 'https://assets.coingecko.com/coins/images/26809/large/CtH9UlRl_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('fragmetric', 'Fragmetric', 'FRAG', 2415, 'fragmetric', 'https://assets.coingecko.com/coins/images/66980/large/frag.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frakt-token', 'FRAKT Token', 'FRKT', 12164, 'frakt-token', 'https://assets.coingecko.com/coins/images/18926/large/logo_-_2021-10-11T132203.751.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frankencoin', 'Frankencoin', 'ZCHF', 1423, 'frankencoin', 'https://assets.coingecko.com/coins/images/37150/large/Coin_Logo_Frankencoin_1024px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('franklin', 'Franklin', 'FLY', 10208, 'franklin', 'https://assets.coingecko.com/coins/images/14810/large/fly_logo_sq_bArtboard_4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frax', 'Frax', 'FRAX', 258, 'frax', 'https://assets.coingecko.com/coins/images/13422/large/LFRAX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frax-ether', 'Frax Ether', 'FRXETH', 198, 'frax-ether', 'https://assets.coingecko.com/coins/images/28284/large/frxETH_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frax-price-index-share', 'Frax Price Index Share', 'FPIS', 1486, 'frax-price-index-share', 'https://assets.coingecko.com/coins/images/24944/large/FPIS_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frax-share', 'Frax Share', 'FXS', 417, 'frax-share', 'https://assets.coingecko.com/coins/images/13423/large/frax.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frax-usd', 'Frax USD', 'FRXUSD', 725, 'frax-usd', 'https://assets.coingecko.com/coins/images/53963/large/frxUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fredenergy', 'FRED Energy', 'FRED', null, 'fredenergy', 'https://assets.coingecko.com/coins/images/7019/large/fred.png', 100);
INSERT OR REPLACE INTO Coin VALUES('free-speech-2', 'Free Speech', 'X', 6946, 'free-speech-2', 'https://assets.coingecko.com/coins/images/53125/large/IMG_4117.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('freedom-coin', 'FREEdom coin', 'FREE', 5936, 'freedom-coin', 'https://assets.coingecko.com/coins/images/5585/large/free.png', 100);
INSERT OR REPLACE INTO Coin VALUES('freedom-dollar', 'Freedom Dollar', 'FUSD', 2285, 'freedom-dollar', 'https://assets.coingecko.com/coins/images/55500/large/logo-color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('freela', 'Freela', 'FREL', null, 'freela', 'https://assets.coingecko.com/coins/images/15856/large/freela.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('freerossdao', 'FreeRossDAO', 'FREE', 5700, 'freerossdao', 'https://assets.coingecko.com/coins/images/21648/large/free.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('freestyle-classic', 'FreeStyle Classic', 'FST', 1111, 'freestyle-classic', 'https://assets.coingecko.com/coins/images/68467/large/fst.png', 100);
INSERT OR REPLACE INTO Coin VALUES('freeway', 'Freeway', 'FWT', 8415, null, 'https://assets.coingecko.com/coins/images/13012/large/S5h7MHR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frego', 'Frego', 'FREGO', 6563, 'frego', 'https://assets.coingecko.com/coins/images/52929/large/NEW_ATOMIC_FREGO_LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('freicoin', 'Freicoin', 'FRC', null, null, 'https://assets.coingecko.com/coins/images/30/large/freicoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('french-connection-finance', 'French Connection Finance', 'FCF', 2433, 'french-connection-finance', 'https://assets.coingecko.com/coins/images/19089/large/image_2024-02-23_172710251.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frenpet', 'Fren Pet', 'FP', 2778, 'frenpet', 'https://assets.coingecko.com/coins/images/33022/large/token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frens-ai', 'Frens.ai', 'FREN', 12583, 'frens-ai', 'https://assets.coingecko.com/coins/images/53969/large/Fren-token-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('freya-by-virtuals', 'Freya by Virtuals', 'FREYA', 2088, 'freya-by-virtuals', 'https://assets.coingecko.com/coins/images/52325/large/2025-09-08_004746.png', 100);
INSERT OR REPLACE INTO Coin VALUES('freyala', 'Freyala', 'XYA', null, 'freyala', 'https://assets.coingecko.com/coins/images/17017/large/logo_gfx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('freysa-ai', 'Freysa AI', 'FAI', 573, 'freysa-ai', 'https://assets.coingecko.com/coins/images/52315/large/FAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fric', 'FRIC', 'FRIC', 3351, 'fric', 'https://assets.coingecko.com/coins/images/52171/large/fric.png', 100);
INSERT OR REPLACE INTO Coin VALUES('friend-tech', 'Friend.tech', 'FRIEND', 2719, 'friend-tech', 'https://assets.coingecko.com/coins/images/37475/large/friend.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('friends-with-benefits-pro', 'Friends With Benefits Pro', 'FWB', 5868, 'friends-with-benefits-pro', 'https://assets.coingecko.com/coins/images/14391/large/xRGEXmQN_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frodo-the-virtual-samurai', 'Frodo the Virtual Samurai', 'FROG', 2763, 'frodo-the-virtual-samurai', 'https://assets.coingecko.com/coins/images/52679/large/pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frogevip', 'Froge', 'FROGE', 2565, 'frogevip', 'https://assets.coingecko.com/coins/images/33216/large/frog.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('froggie', 'Froggie', 'FROGGIE', 2056, 'froggie', 'https://assets.coingecko.com/coins/images/69258/large/output-onlinepngtools_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frok-ai', 'Frok.ai', 'FROK', 2305, 'frok-ai', 'https://assets.coingecko.com/coins/images/36028/large/frok-large.png', 100);
INSERT OR REPLACE INTO Coin VALUES('front-row', 'Frontrow', 'FRR', null, 'front-row', 'https://assets.coingecko.com/coins/images/21658/large/uZsO4yI7_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('frontier-token', 'Frontier', 'FRONT', 2221, 'frontier-token', 'https://assets.coingecko.com/coins/images/12479/large/frontier_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('froth', 'Froth', 'FROTH', 2506, 'froth', 'https://assets.coingecko.com/coins/images/52318/large/froth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('frox', 'Frox', 'FROX', 10967, 'frox', 'https://assets.coingecko.com/coins/images/51879/large/frogmeme_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fruits', 'Fruits', 'FRTS', null, 'fruits', 'https://assets.coingecko.com/coins/images/16059/large/FruitsLogo3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fsn', 'FUSION', 'FSN', 4533, 'fsn', 'https://assets.coingecko.com/coins/images/2515/large/Fusion_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ftmtoken', 'FTMTOKEN', 'FTMX', 1399, 'ftmtoken', 'https://assets.coingecko.com/coins/images/69050/large/FTMX_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ftx-token', 'FTX Token', 'FTT', null, 'ftx-token', 'https://assets.coingecko.com/coins/images/9026/large/F.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fu', 'FU', 'FU', 4788, 'fu', 'https://assets.coingecko.com/coins/images/50475/large/IMG_5332.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('fud-the-pug', 'Fud the Pug', 'FUD', 3660, 'fud-the-pug', 'https://assets.coingecko.com/coins/images/33610/large/pug-head.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fuel-network', 'Fuel Network', 'FUEL', 1304, 'fuel-network', 'https://assets.coingecko.com/coins/images/29577/large/fuel.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fufu', 'Fufu', 'FUFU', 11014, 'fufu', 'https://assets.coingecko.com/coins/images/18812/large/fufu_icon_RGB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fuku-2', 'Fuku', 'FUKU', 4793, 'fuku-2', 'https://assets.coingecko.com/coins/images/51894/large/2025-01-20_22.05.46.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fulcrom', 'Fulcrom', 'FUL', 520, 'fulcrom', 'https://assets.coingecko.com/coins/images/29684/large/FUL_Token_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('full-moon', 'Full Moon', 'FM', 2600, 'full-moon', 'https://assets.coingecko.com/coins/images/68003/large/FM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fullsend-community-coin', 'Fullsend Community Coin', 'FULLSEND', 7565, 'fullsend-community-coin', 'https://assets.coingecko.com/coins/images/54381/large/fullsend-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('fund-of-yours', 'Fund Of Yours', 'FOY', null, null, 'https://assets.coingecko.com/coins/images/16648/large/foy200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('funfair', 'FUNToken', 'FUN', 734, 'funfair', 'https://assets.coingecko.com/coins/images/761/large/FUN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('furi', 'FURI', 'FURI', 2567, 'furi', 'https://assets.coingecko.com/coins/images/53351/large/photo_2025-07-27_11-14-24.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('furmula', 'Furmula', 'FURM', 6443, 'furmula', 'https://assets.coingecko.com/coins/images/52859/large/F_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('furo', 'Furo', 'FURO', 11880, 'furo', 'https://assets.coingecko.com/coins/images/68321/large/furo-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('furucombo', 'Furucombo', 'COMBO', 8933, 'furucombo', 'https://assets.coingecko.com/coins/images/13629/large/COMBO_token_ol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fuse-network-token', 'Fuse', 'FUSE', 2877, 'fuse-network-token', 'https://assets.coingecko.com/coins/images/10347/large/fuse.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fusion-ai-2', 'Fusion AI', 'FUSION', 9139, 'fusion-ai-2', 'https://assets.coingecko.com/coins/images/53342/large/Qutj32Bf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fust-token', 'FUST Token', 'FUST', 2611, 'fust-token', 'https://assets.coingecko.com/coins/images/67646/large/1000060590.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('futurecoin', 'FutureCoin', 'FUTURE', 2371, null, 'https://assets.coingecko.com/coins/images/23806/large/3ptM03y.png', 100);
INSERT OR REPLACE INTO Coin VALUES('futureswap', 'Futureswap', 'FST', 9221, 'futureswap', 'https://assets.coingecko.com/coins/images/14520/large/futureswap_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fuze-token', 'FUZE Token', 'FUZE', null, null, 'https://assets.coingecko.com/coins/images/8941/large/logo-fuze-fix-big.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fuzzybear', 'Fuzzybear', 'FUZZY', 1504, 'fuzzybear', 'https://assets.coingecko.com/coins/images/54273/large/Fuzzybear_%28FUZZY%29_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fwog', 'Fwog', 'FWOG', 1179, 'fwog', 'https://assets.coingecko.com/coins/images/39453/large/fwog.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fx-coin', 'Function X', 'FX', 2216, 'fx-coin', 'https://assets.coingecko.com/coins/images/8186/large/function-x.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fx-usd-saving', 'f(x) USD Saving', 'FXSAVE', 509, 'fx-usd-saving', 'https://assets.coingecko.com/coins/images/67384/large/fxsave.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('fxhash', 'fxhash', 'FXH', 2464, 'fxhash', 'https://assets.coingecko.com/coins/images/56012/large/fxhlogo2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fxn', 'FXN', 'FXN', 4305, 'fxn', 'https://assets.coingecko.com/coins/images/52244/large/FXN_Chrome-Full.png', 100);
INSERT OR REPLACE INTO Coin VALUES('fxn-token', 'f(x) Protocol', 'FXN', 2459, 'fxn-token', 'https://assets.coingecko.com/coins/images/31889/large/FXN_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('g-token', 'Gravity', 'G', 716, 'g-token', 'https://assets.coingecko.com/coins/images/39200/large/gravity.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gaia-2', 'Gaia', 'SN57', 2646, 'gaia-2', 'https://assets.coingecko.com/coins/images/66344/large/sn57.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gaia-3', 'Gaia', 'GAIA', 1530, 'gaia-3', 'https://assets.coingecko.com/coins/images/67756/large/gaia.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gaia-everworld', 'Gaia Everworld', 'GAIA', 7366, 'gaia-everworld', 'https://assets.coingecko.com/coins/images/19629/large/gaia.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gaib-ai-dollar-alpha-usdc', 'Gaib AI Dollar Alpha USDC', 'AIDAUSDC', 510, 'gaib-ai-dollar-alpha-usdc', 'https://assets.coingecko.com/coins/images/69615/large/aidausdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gains', 'Gains', 'GAINS', 3788, 'gains', 'https://assets.coingecko.com/coins/images/14681/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gains-network', 'Gains Network', 'GNS', 908, 'gains-network', 'https://assets.coingecko.com/coins/images/19737/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gainzy', 'gAInzy', '$GNZ', 10395, 'gainzy', 'https://assets.coingecko.com/coins/images/53458/large/QmZKj6pxDpY4AN547mCE7ssQaZfkz1mJEy6ubP6XAqQ7M8_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gaj', 'Gaj Finance', 'GAJ', null, 'gaj', 'https://assets.coingecko.com/coins/images/15257/large/logo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gala', 'Gala', 'GALA', 172, 'gala', 'https://assets.coingecko.com/coins/images/12493/large/GALA_token_image_-_200PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gala-film', 'Gala Film', 'FILM', 3152, 'gala-film', 'https://assets.coingecko.com/coins/images/52665/large/_FILM_UI-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gala-music', 'Gala Music', 'MUSIC', 3376, 'gala-music', 'https://assets.coingecko.com/coins/images/33472/large/gmusic.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('galactic-arena-the-nftverse', 'Galactic Arena: The NFTverse', 'GAN', null, 'galactic-arena-the-nftverse', 'https://assets.coingecko.com/coins/images/19925/large/gan.png', 100);
INSERT OR REPLACE INTO Coin VALUES('galatasaray-fan-token', 'Galatasaray Fan Token', 'GAL', 1896, 'galatasaray-fan-token', 'https://assets.coingecko.com/coins/images/11585/large/GAL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('galaxia', 'Galaxia', 'GXA', 2355, 'galaxia', 'https://assets.coingecko.com/coins/images/26505/large/ECRcsefS_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('galeon', 'Galeon', 'GALEON', 1331, 'galeon', 'https://assets.coingecko.com/coins/images/24261/large/Logo_CG_Galeon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gam3s-gg', 'GAM3S.GG', 'G3', 3001, 'gam3s-gg', 'https://assets.coingecko.com/coins/images/35662/large/G3_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gama-coin', 'GAMA Coin', 'GAMA', null, null, 'https://assets.coingecko.com/coins/images/51308/large/Gama_Icon_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gama-token', 'Gama Token', 'GAMA', 601, 'gama-token', 'https://assets.coingecko.com/coins/images/67167/large/GAMA.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('game', 'Game', 'GTC', null, 'game', 'https://assets.coingecko.com/coins/images/2046/large/game.png', 100);
INSERT OR REPLACE INTO Coin VALUES('game-bee', 'Game Bee', 'GBB', 10422, 'game-bee', 'https://assets.coingecko.com/coins/images/55166/large/IMG_0399.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('game-by-virtuals', 'GAME by Virtuals', 'GAME', 1778, 'game-by-virtuals', 'https://assets.coingecko.com/coins/images/51063/large/Gaming_Agent_1fe70d54ba.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('game-coin', 'Game Coin', 'GMEX', null, 'game-coin', 'https://assets.coingecko.com/coins/images/19893/large/gmex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('game-fantasy-token', 'Game Fantasy Token', 'GFT', 7517, 'game-fantasy-token', 'https://assets.coingecko.com/coins/images/19135/large/gft.png', 100);
INSERT OR REPLACE INTO Coin VALUES('game-stop', 'GME (Ethereum)', 'GME', 1236, 'game-stop', 'https://assets.coingecko.com/coins/images/37895/large/_GME_New_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('game7', 'Game7', 'G7', 4460, 'game7', 'https://assets.coingecko.com/coins/images/37207/large/game7token-800x800.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamebitcoin-power', 'Gamebitcoin Power', 'PWR', 1066, null, 'https://assets.coingecko.com/coins/images/53262/large/pwr_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamebuild', 'GameBuild', 'GAME', 786, 'gamebuild', 'https://assets.coingecko.com/coins/images/37789/large/GameBuild_Logo_Asset_250808_Icon_Blue_White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamecredits', 'GameCredits', 'GAME', null, 'gamecredits', 'https://assets.coingecko.com/coins/images/193/large/XlQmXoU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamee', 'GAMEE', 'GMEE', 2678, 'gamee', 'https://assets.coingecko.com/coins/images/14716/large/gmee-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamefi', 'GameFi', 'GAFI', 1698, 'gamefi', 'https://assets.coingecko.com/coins/images/18292/large/gamefi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('gameflip', 'Gameflip', 'FLP', 5354, 'gameflip', 'https://assets.coingecko.com/coins/images/2173/large/flp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamegpt', 'GameGPT', 'DUEL', 2897, 'gamegpt', 'https://assets.coingecko.com/coins/images/34491/large/duel.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('gameness-token', 'Gameness Token', 'GNESS', 12547, 'gameness-token', 'https://assets.coingecko.com/coins/images/55244/large/GNESSTOKEN-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gameology', 'Gameology', 'GMY', null, 'gameology', 'https://assets.coingecko.com/coins/images/16364/large/CRfFHQ7.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamer', 'GAMER', 'GMR', 5362, 'gamer', 'https://assets.coingecko.com/coins/images/21288/large/ezgif-1-7f6a016717.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gamer-arena', 'Gamer Arena', 'GAU', 5560, 'gamer-arena', 'https://assets.coingecko.com/coins/images/28151/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamer-tag', 'Gamer Tag', 'GMRT', 5400, 'gamer-tag', 'https://assets.coingecko.com/coins/images/54343/large/Token-transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamercoin', 'GamerCoin', 'GHX', 1554, 'gamercoin', 'https://assets.coingecko.com/coins/images/14714/large/ghx_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamerse', 'Gamerse', 'LFG', 7071, null, 'https://assets.coingecko.com/coins/images/19582/large/gamerse.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('games-for-a-living', 'Games for a Living', 'GFAL', 1400, 'games-for-a-living', 'https://assets.coingecko.com/coins/images/29430/large/GFAL-icon-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamespad', 'GamesPad', 'GMPD', 6485, null, 'https://assets.coingecko.com/coins/images/21842/large/MdE0tFS0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gamestarter', 'Gamestarter', 'GAME', 6797, 'gamestarter', 'https://assets.coingecko.com/coins/images/17604/large/gpMi14-r_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gamestation', 'GameStation', 'GAMER', null, 'gamestation', 'https://assets.coingecko.com/coins/images/19584/large/game_station.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('gameswap-org', 'Gameswap', 'GSWAP', 5310, 'gameswap-org', 'https://assets.coingecko.com/coins/images/13026/large/gameswap.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gameswift', 'GameSwift', 'GSWIFT', 3344, 'gameswift', 'https://assets.coingecko.com/coins/images/30949/large/GameSwift_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamezone', 'GameZone', 'GZONE', 3773, 'gamezone', 'https://assets.coingecko.com/coins/images/18697/large/Th98fbg__400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gami-world', 'GAMI World', 'GAMI', 5343, 'gami-world', 'https://assets.coingecko.com/coins/images/19841/large/DIKEY_NORMAL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamium', 'Gamium', 'GMM', 2271, 'gamium', 'https://assets.coingecko.com/coins/images/22749/large/gamium_logotype_social_media.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gamma-strategies', 'Gamma Strategies', 'GAMMA', 6623, 'gamma-strategies', 'https://assets.coingecko.com/coins/images/21975/large/gamma-token-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gammaswap', 'GammaSwap', 'GS', 1968, 'gammaswap', 'https://assets.coingecko.com/coins/images/29222/large/gstokenlogo500x500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gapcoin', 'Gapcoin', 'GAP', 6642, null, 'https://assets.coingecko.com/coins/images/1393/large/gap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('garden-2', 'Garden', 'SEED', 1981, 'garden-2', 'https://assets.coingecko.com/coins/images/34671/large/Garden_new_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gari-network', 'Gari Network', 'GARI', 3199, 'gari-network', 'https://assets.coingecko.com/coins/images/22615/large/gari.png', 100);
INSERT OR REPLACE INTO Coin VALUES('garlicoin', 'Garlicoin', 'GRLC', 4802, 'garlicoin', 'https://assets.coingecko.com/coins/images/2699/large/garlicoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gas', 'Gas', 'GAS', 370, 'gas', 'https://assets.coingecko.com/coins/images/858/large/GAS_512_512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gas-dao', 'Gas DAO', 'GAS', 7974, 'gas-dao', 'https://assets.coingecko.com/coins/images/22086/large/SjrgK6sf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gasspas', 'Gasspas', 'GASS', 3847, 'gasspas', 'https://assets.coingecko.com/coins/images/55843/large/Gasspas.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gata', 'Gata', 'GATA', 2454, 'gata', 'https://assets.coingecko.com/coins/images/66322/large/Gata-Logomark-Color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gatechain-token', 'GateToken', 'GT', 67, 'gatechain-token', 'https://assets.coingecko.com/coins/images/8183/large/200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gatsby', 'GATSBY', 'GATSBY', 9810, 'gatsby', 'https://assets.coingecko.com/coins/images/51228/large/KkZT9jaZ_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gavun-wud', 'Gavun Wud', 'WUD', 3828, 'gavun-wud', 'https://assets.coingecko.com/coins/images/53409/large/200x200_Gavun_WUD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gearbox', 'Gearbox', 'GEAR', 849, 'gearbox', 'https://assets.coingecko.com/coins/images/21630/large/gear.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geeq', 'GEEQ', 'GEEQ', 3517, 'geeq', 'https://assets.coingecko.com/coins/images/11953/large/GeeqLogoPNGTransparent-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geist-dai', 'Geist Dai', 'GDAI', null, 'geist-dai', 'https://assets.coingecko.com/coins/images/18997/large/preview-gallery-gDAIgecko_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geist-eth', 'Geist ETH', 'GETH', null, 'geist-eth', 'https://assets.coingecko.com/coins/images/18998/large/preview-gallery-gETHgecko_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geist-ftm', 'Geist FTM', 'GFTM', null, 'geist-ftm', 'https://assets.coingecko.com/coins/images/18991/large/preview-gallery-gFTMgecko_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geist-fusdt', 'Geist fUSDT', 'GFUSDT', null, 'geist-fusdt', 'https://assets.coingecko.com/coins/images/19000/large/preview-gallery-gUSDTgecko_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geist-usdc', 'Geist USDC', 'GUSDC', null, 'geist-usdc', 'https://assets.coingecko.com/coins/images/19002/large/preview-gallery-gUSDCgecko_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geist-wbtc', 'Geist WBTC', 'GWBTC', null, 'geist-wbtc', 'https://assets.coingecko.com/coins/images/18999/large/preview-gallery-gWBTCgecko_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gekko-ai', 'Gekko AI by Virtuals', 'GEKKO', 4733, 'gekko-ai', 'https://assets.coingecko.com/coins/images/53532/large/gekko.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gelato', 'Gelato', 'GEL', 1673, 'gelato', 'https://assets.coingecko.com/coins/images/15026/large/Gelato_Icon_Logo_1024x1024.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gem-exchange-and-trading', 'Gem Exchange And Trading', 'GXT', 4803, null, 'https://assets.coingecko.com/coins/images/12226/large/a.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gemhub', 'GemHUB', 'GHUB', 2290, 'gemhub', 'https://assets.coingecko.com/coins/images/25239/large/19709.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gemini-2', 'Gemini', 'GEMINI', 5307, 'gemini-2', 'https://assets.coingecko.com/coins/images/51149/large/gemini.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('gemini-dollar', 'Gemini Dollar', 'GUSD', 772, 'gemini-dollar', 'https://assets.coingecko.com/coins/images/5992/large/gemini-dollar-gusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gems-2', 'Gems', 'GEM', 9571, null, 'https://assets.coingecko.com/coins/images/3945/large/Webp.net-resizeimage_%2817%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gems-vip', 'Gems VIP', 'GEMS', 411, 'gems-vip', 'https://assets.coingecko.com/coins/images/38725/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gemxbt', 'gemxbt', 'GEMXBT', 8367, 'gemxbt', 'https://assets.coingecko.com/coins/images/52761/large/icon_with_bg.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('genaro-network', 'Genaro Network', 'GNX', 8605, null, 'https://assets.coingecko.com/coins/images/1361/large/genaro-network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('general-impressions', 'General Impressions', 'GEN', 12090, 'general-impressions', 'https://assets.coingecko.com/coins/images/67707/large/Frame_3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('general-layer-btc', 'General-Layer BTC', 'GL-BTC', 584, null, 'https://assets.coingecko.com/coins/images/50844/large/IMG_20241019_163500_165.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('genesis-shards', 'Genesis Shards', 'GS', null, 'genesis-shards', 'https://assets.coingecko.com/coins/images/14784/large/gs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('genesis-worlds', 'Genesis Worlds', 'GENESIS', 8849, 'genesis-worlds', 'https://assets.coingecko.com/coins/images/19905/large/kKkWmniB_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('genesysgo-shadow', 'GenesysGo Shadow', 'SHDW', 1510, 'genesysgo-shadow', 'https://assets.coingecko.com/coins/images/22271/large/Property_1_Color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('genie-protocol', 'Genie Protocol', 'GNP', null, 'genie-protocol', 'https://assets.coingecko.com/coins/images/18753/large/colori.png', 100);
INSERT OR REPLACE INTO Coin VALUES('genius-2', 'Genius', 'GENIUS', 6526, 'genius-2', 'https://assets.coingecko.com/coins/images/66162/large/4C4447E6-F562-4B0B-936E-D412848D4563.png', 100);
INSERT OR REPLACE INTO Coin VALUES('genius-ai', 'GENIUS AI', 'GNUS', 1387, 'genius-ai', 'https://assets.coingecko.com/coins/images/36914/large/IMG_5346.png', 100);
INSERT OR REPLACE INTO Coin VALUES('genomesdao', 'GenomesDAO', '$GENE', 10508, 'genomesdao', 'https://assets.coingecko.com/coins/images/20807/large/1637683704200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('genomesdao-genome', 'GenomesDAO GENOME', 'GENOME', 2916, 'genomesdao-genome', 'https://assets.coingecko.com/coins/images/36763/large/images.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('genopets', 'Genopets', 'GENE', 4852, 'genopets', 'https://assets.coingecko.com/coins/images/20360/large/gene-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('genshiro', 'Genshiro', 'GENS', null, null, 'https://assets.coingecko.com/coins/images/16444/large/genshiro.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('gensokishis-metaverse', 'GensoKishi Metaverse', 'MV', 3057, 'gensokishis-metaverse', 'https://assets.coingecko.com/coins/images/23143/large/geno.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geodnet', 'Geodnet', 'GEOD', 895, 'geodnet', 'https://assets.coingecko.com/coins/images/31608/large/Circular_White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geojam', 'Geojam', 'JAM', 5653, 'geojam', 'https://assets.coingecko.com/coins/images/24648/large/200px_Transparent_Bubble_Token_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('georgeplaysclashroyale', 'GeorgePlaysClashRoyale', 'CLASH', 882, 'georgeplaysclashroyale', 'https://assets.coingecko.com/coins/images/69554/large/682794wqoqtox6imt9rvnkfoci27.', 100);
INSERT OR REPLACE INTO Coin VALUES('gertrudedatapig', 'GertrudeDataPig', 'GDP', 6843, 'gertrudedatapig', 'https://assets.coingecko.com/coins/images/53175/large/logo-mark-fill-default.png', 100);
INSERT OR REPLACE INTO Coin VALUES('get-token', 'GET Protocol', 'GET', 4833, 'get-token', 'https://assets.coingecko.com/coins/images/1927/large/GET_Protocol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('geyser', 'Geyser', 'GYSR', 5691, 'geyser', 'https://assets.coingecko.com/coins/images/12995/large/logo_padded_shifted.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gg-metagame', 'GG MetaGame', 'GGMT', 3384, null, 'https://assets.coingecko.com/coins/images/37040/large/200x200_GG_MetaGame.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gg-token', 'GG Token', 'GGTK', 7728, 'gg-token', 'https://assets.coingecko.com/coins/images/13666/large/ggtk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ggez1', 'GGEZ1', 'GGEZ1', null, 'ggez1', 'https://assets.coingecko.com/coins/images/66214/large/IMG_20250529_221500_674.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ghibli-kapibala', 'Ghibli Kapibala', 'KAPIBALA', 11458, 'ghibli-kapibala', 'https://assets.coingecko.com/coins/images/55259/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ghiblification', 'Ghiblification', 'GHIBLI', 4078, 'ghiblification', 'https://assets.coingecko.com/coins/images/54988/large/ghibli.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ghkan', 'GKHAN', 'GKN', 2553, 'ghkan', 'https://assets.coingecko.com/coins/images/68199/large/GKN_token_image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gho', 'GHO', 'GHO', 225, 'gho', 'https://assets.coingecko.com/coins/images/30663/large/gho-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ghost-by-mcafee', 'Ghost', 'GHOST', 4134, 'ghost-by-mcafee', 'https://assets.coingecko.com/coins/images/11339/large/mxpD9xS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gib-2', 'gib', 'GIB', 11760, 'gib-2', 'https://assets.coingecko.com/coins/images/55218/large/2025-04-12_05.08.23.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gib-3', 'gib', 'GIB', 5889, 'gib-3', 'https://assets.coingecko.com/coins/images/56029/large/gib.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gibx-swap', 'GIBX Swap', 'X', null, 'gibx-swap', 'https://assets.coingecko.com/coins/images/18412/large/x.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('gictrade', 'GICTrade', 'GICT', null, 'gictrade', 'https://assets.coingecko.com/coins/images/15759/large/gictrade.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('giddy', 'Giddy', 'GDDY', 7524, 'giddy', 'https://assets.coingecko.com/coins/images/24960/large/gddy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gif-dao', 'GIF DAO', 'GIF', null, null, 'https://assets.coingecko.com/coins/images/19470/large/gif.png', 100);
INSERT OR REPLACE INTO Coin VALUES('giftedhands', 'Giftedhands', 'GHD', null, null, 'https://assets.coingecko.com/coins/images/12540/large/K-8uHktJ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gifto', 'Gifto', 'GTO', 6255, 'gifto', 'https://assets.coingecko.com/coins/images/1359/large/Logo-Sign-Small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gigabrain-by-virtuals', 'Gigabrain by virtuals', 'BRAIN', 3282, 'gigabrain-by-virtuals', 'https://assets.coingecko.com/coins/images/53455/large/1000022837.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gigachad-2', 'Gigachad', 'GIGA', 568, 'gigachad-2', 'https://assets.coingecko.com/coins/images/34755/large/IMG_0015.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gigaeth', 'GIGAETH', 'GETH', 1713, 'gigaeth', 'https://assets.coingecko.com/coins/images/67191/large/GETH_white_grey.png', 100);
INSERT OR REPLACE INTO Coin VALUES('giggle-fund', 'Giggle Fund', 'GIGGLE', 412, 'giggle-fund', 'https://assets.coingecko.com/coins/images/69414/large/giggle-fund.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('giko-cat', 'Giko Cat', 'GIKO', 2965, 'giko-cat', 'https://assets.coingecko.com/coins/images/38088/large/giko200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ginger-gang', 'GINGER GANG', 'GINGER', 9663, 'ginger-gang', 'https://assets.coingecko.com/coins/images/53606/large/IMG_20250113_103628_334.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ginnan-the-cat', 'Ginnan The Cat', 'GINNAN', 5963, 'ginnan-the-cat', 'https://assets.coingecko.com/coins/images/39466/large/ginnan_logo_final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ginza-network', 'Ginza Network', 'GINZA', null, 'ginza-network', 'https://assets.coingecko.com/coins/images/19906/large/GDZGB-Qw_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gitcoin', 'Gitcoin', 'GTC', 1258, 'gitcoin', 'https://assets.coingecko.com/coins/images/15810/large/gitcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('giza', 'GIZA', 'GIZA', 1351, 'giza', 'https://assets.coingecko.com/coins/images/54922/large/giza_token_dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gizmo-imaginary-kitten-runes', 'GIZMO•IMAGINARY• KITTEN (Runes)', 'GIZMO', 2999, 'gizmo-imaginary-kitten-runes', 'https://assets.coingecko.com/coins/images/50927/large/output-onlinepngtools_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gleec-coin', 'Gleec Coin', 'GLEEC', 2044, 'gleec-coin', 'https://assets.coingecko.com/coins/images/10361/large/gleec-coin.7cdcc475.png', 100);
INSERT OR REPLACE INTO Coin VALUES('glidr', 'Glidr', 'GLIDR', 1012, 'glidr', 'https://assets.coingecko.com/coins/images/67959/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('glitch-protocol', 'Glitch Protocol', 'GLCH', 6281, 'glitch-protocol', 'https://assets.coingecko.com/coins/images/13712/large/glitch_logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('glitzkoin', 'GlitzKoin', 'GTN', null, 'glitzkoin', 'https://assets.coingecko.com/coins/images/4186/large/nWiOCuZz_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('global-coin-research', 'Global Coin Research', 'GCR', 3873, 'global-coin-research', 'https://assets.coingecko.com/coins/images/14815/large/gcr.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('global-commercial-business', 'Global Commercial Business', 'GCB', 952, 'global-commercial-business', 'https://assets.coingecko.com/coins/images/39089/large/gcbt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('global-dollar', 'Global Dollar', 'USDG', 134, 'global-dollar', 'https://assets.coingecko.com/coins/images/51281/large/GDN_USDG_Token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('global-entertainment-token', 'Global Entertainment Token', 'GET', 2215, 'global-entertainment-token', 'https://assets.coingecko.com/coins/images/55739/large/db70a337-85ef-4d29-bfe4-ea501f3b2aac.png', 100);
INSERT OR REPLACE INTO Coin VALUES('global-social-chain', 'Global Social Chain', 'GSC', null, null, 'https://assets.coingecko.com/coins/images/4304/large/global-social-chain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('globalboost', 'GlobalBoost-Y', 'BSTY', 3013, 'globalboost', 'https://assets.coingecko.com/coins/images/73/large/GlobalBoost200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('globalchainz', 'GlobalChainZ', 'GCZ', null, 'globalchainz', 'https://assets.coingecko.com/coins/images/9876/large/rgKttqdN_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('globe-derivative-exchange', 'Globe Derivative Exchange', 'GDT', null, 'globe-derivative-exchange', 'https://assets.coingecko.com/coins/images/15335/large/gdt.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('globiance-exchange', 'Globiance Exchange', 'GBEX', 3997, 'globiance-exchange', 'https://assets.coingecko.com/coins/images/24859/large/gbex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gloria-ai', 'Gloria AI', 'GLORIA', 3918, 'gloria-ai', 'https://assets.coingecko.com/coins/images/55576/large/gloria_logo_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('glorious-looking', 'Glorious Looking', 'GLG', 5785, 'glorious-looking', 'https://assets.coingecko.com/coins/images/66566/large/4be83fc4acfeeba71aee7d3b02c5a04.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gluteus-maximus-by-virtuals', 'Gluteus Maximus by Virtuals', 'GLUTEU', 5654, 'gluteus-maximus-by-virtuals', 'https://assets.coingecko.com/coins/images/52177/large/gluteu.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gm', 'GM', 'GM', 4755, null, 'https://assets.coingecko.com/coins/images/20066/large/PQ29R4D.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gmcoin-2', 'GMCoin', 'GMCOIN', null, 'gmcoin-2', 'https://assets.coingecko.com/coins/images/19691/large/GMC_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gme', 'GME', 'GME', 2182, 'gme', 'https://assets.coingecko.com/coins/images/34930/large/GMEstop_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gmeow', 'GMEOW', 'GMEOW', 1476, 'gmeow', 'https://assets.coingecko.com/coins/images/69348/large/Image.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('gmika', 'GMika', 'GMIKA', 7753, 'gmika', 'https://assets.coingecko.com/coins/images/50773/large/Untitled_design_%287%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gmt-token', 'GMT Token', 'GMT', 352, 'gmt-token', 'https://assets.coingecko.com/coins/images/15662/large/GoMining_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gmx', 'GMX', 'GMX', 459, 'gmx', 'https://assets.coingecko.com/coins/images/18323/large/arbit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gnosis', 'Gnosis', 'GNO', 226, 'gnosis', 'https://assets.coingecko.com/coins/images/662/large/logo_square_simple_300px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gnosis-xdai-bridged-usdc-gnosis', 'Gnosis xDAI Bridged USDC (Gnosis)', 'USDC', 1262, 'gnosis-xdai-bridged-usdc-gnosis', 'https://assets.coingecko.com/coins/images/35300/large/USDC_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gnosis-xdai-bridged-usdt-gnosis', 'Gnosis xDai Bridged USDT (Gnosis)', 'USDT', 3173, 'gnosis-xdai-bridged-usdt-gnosis', 'https://assets.coingecko.com/coins/images/35072/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gnosis-xdai-bridged-weth-gnosis-chain', 'Gnosis xDai Bridged WETH (Gnosis Chain)', 'WETH', 1092, 'gnosis-xdai-bridged-weth-gnosis-chain', 'https://assets.coingecko.com/coins/images/39731/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gny', 'GNY', 'GNY', 4925, 'gny', 'https://assets.coingecko.com/coins/images/5300/large/GNY_LOGO_NEW_TRANS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goask', 'GoAsk', 'ASK', 11369, 'goask', 'https://assets.coingecko.com/coins/images/66542/large/GoAsk.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('goat-network', 'GOAT Network', 'GOATED', 2147, 'goat-network', 'https://assets.coingecko.com/coins/images/69522/large/goated.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goatcoin-2', 'Goatcoin', 'GOAT', 5906, 'goatcoin-2', 'https://assets.coingecko.com/coins/images/68687/large/image_%287%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goats-2', 'GOATS', 'GOATS', 3618, 'goats-2', 'https://assets.coingecko.com/coins/images/52489/large/07GAboN-_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('goatseus-maximus', 'Goatseus Maximus', 'GOAT', 690, 'goatseus-maximus', 'https://assets.coingecko.com/coins/images/50717/large/GOAT_LOGO_NEW.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gochain', 'GoChain', 'GO', 3402, 'gochain', 'https://assets.coingecko.com/coins/images/3286/large/GoChain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gochujangcoin', 'Gochujangcoin', 'GOCHU', 2225, 'gochujangcoin', 'https://assets.coingecko.com/coins/images/39318/large/GochujangLogo_200_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('god-the-dog', 'God The Dog', 'GOD', 3520, 'god-the-dog', 'https://assets.coingecko.com/coins/images/68085/large/God_The_Dog.png', 100);
INSERT OR REPLACE INTO Coin VALUES('godcoin-2', 'Godcoin', 'GOD', 6072, 'godcoin-2', 'https://assets.coingecko.com/coins/images/53848/large/GodcoinTickerIcon_02.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gods-unchained', 'Gods Unchained', 'GODS', 910, 'gods-unchained', 'https://assets.coingecko.com/coins/images/17139/large/10631.png', 100);
INSERT OR REPLACE INTO Coin VALUES('godzilla', 'Godzilla', 'GODZ', null, 'godzilla', 'https://assets.coingecko.com/coins/images/19672/large/13559.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gogolcoin', 'GogolCoin', 'GOL', null, 'gogolcoin', 'https://assets.coingecko.com/coins/images/14824/large/GOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gogopool', 'GoGoPool', 'GGP', 1594, 'gogopool', 'https://assets.coingecko.com/coins/images/30267/large/GGP_logo_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gogopool-ggavax', 'GoGoPool ggAVAX', 'GGAVAX', 980, 'gogopool-ggavax', 'https://assets.coingecko.com/coins/images/33543/large/stAVAX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gohome', 'GOHOME', 'GOHOME', 528, 'gohome', 'https://assets.coingecko.com/coins/images/54909/large/20250314_132950.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gold-dao', 'Gold DAO', 'GLDGOV', 1776, 'gold-dao', 'https://assets.coingecko.com/coins/images/37649/large/Gold_DAO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gold-fever-native-gold', 'Gold Fever Native Gold', 'NGL', 6425, 'gold-fever-native-gold', 'https://assets.coingecko.com/coins/images/20633/large/2ypNydrG_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('goldcoin', 'Goldcoin', 'GLC', 2218, 'goldcoin', 'https://assets.coingecko.com/coins/images/49/large/newlogo_trans_sm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('golden-ball', 'Golden Ball', 'GLB', 6166, null, 'https://assets.coingecko.com/coins/images/20274/large/glb.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('golden-doge', 'Golden Doge', 'GDOGE', 7252, 'golden-doge', 'https://assets.coingecko.com/coins/images/17190/large/Golden-Doge-Logo-200x200-White-Background.png', 100);
INSERT OR REPLACE INTO Coin VALUES('golden-token', 'Golden Token', 'GOLD', null, null, 'https://assets.coingecko.com/coins/images/8939/large/4uf1Sim9_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goldencat', 'GoldenCat', 'CATS', 7260, 'goldencat', 'https://assets.coingecko.com/coins/images/51029/large/goldencat200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('goldfinch', 'Goldfinch', 'GFI', 879, 'goldfinch', 'https://assets.coingecko.com/coins/images/19081/large/GOLDFINCH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goldminer', 'GoldMiner', 'GM', null, 'goldminer', 'https://assets.coingecko.com/coins/images/20416/large/LWzVDEkR_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('goldn', 'Goldn', 'GOLDN', 1456, 'goldn', 'https://assets.coingecko.com/coins/images/68897/large/Logo_Full_%2823%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('golem', 'Golem', 'GLM', 350, 'golem', 'https://assets.coingecko.com/coins/images/542/large/Golem_Submark_Positive_RGB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('golff', 'Golff', 'GOF', 8820, 'golff', 'https://assets.coingecko.com/coins/images/12445/large/_x-AmLBv_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gomble', 'Gomble', 'GM', 2898, 'gomble', 'https://assets.coingecko.com/coins/images/55229/large/black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('good-games-guild', 'Good Games Guild', 'GGG', 7576, 'good-games-guild', 'https://assets.coingecko.com/coins/images/19269/large/Logo_%282%29_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('good-person-coin', 'Good Person Coin', 'GPCX', 2185, 'good-person-coin', 'https://assets.coingecko.com/coins/images/25268/large/logo_yuvarlak.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goodboy', 'GoodBoy', 'GOODBOY', 5077, 'goodboy', 'https://assets.coingecko.com/coins/images/52963/large/giFSG4uZ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('goofy-2', 'GOOFY', 'GOOFY', 11239, 'goofy-2', 'https://assets.coingecko.com/coins/images/51876/large/IMG_6773.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('googles', 'GOGGLES', 'GOGLZ', 3455, 'googles', 'https://assets.coingecko.com/coins/images/53257/large/goglz_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gooncoin', 'gooncoin', 'GOONC', 6073, 'gooncoin', 'https://assets.coingecko.com/coins/images/55711/large/GqzGucDbAAMiUze.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('goose-finance', 'Goose Finance', 'EGG', 5479, 'goose-finance', 'https://assets.coingecko.com/coins/images/13951/large/JNnBWAE4XEJD9Ty7x8A1RlJ8dvA7hcOe7C1LkQSWwuSlD6HcCz3V8fN44B6du2k4owhlLJZU3r6M6HcK0dkpMe53kkqYsESpfx9w8vU8t_PnykuyaGnLKXLJeZqEAP1C9Wi3G3sqfbTeHi32_msxtMMyUmIRgzBbDdp-adg6mIbst_8a7JknMgmdkORNydmX4Ptk8YUtZhoWewY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goosefx', 'GooseFX', 'GOFX', 9992, 'goosefx', 'https://assets.coingecko.com/coins/images/19793/large/Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goplus-security', 'GoPlus Security', 'GPS', 1076, 'goplus-security', 'https://assets.coingecko.com/coins/images/53686/large/Separate_logo%EF%BC%88green%EF%BC%89.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gorbagana', 'Gorbagana', 'GOR', 2399, 'gorbagana', 'https://assets.coingecko.com/coins/images/66756/large/gor.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gorilla-3', 'Gorilla', 'GORILLA', 2785, 'gorilla-3', 'https://assets.coingecko.com/coins/images/55564/large/Gorilla.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gotem', 'gotEM', 'GOTEM', null, null, 'https://assets.coingecko.com/coins/images/19108/large/logo-transparent-bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gotti-token', 'Gotti Token', 'GOTTI', 4122, 'gotti-token', 'https://assets.coingecko.com/coins/images/37303/large/new_logo1.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('gourmetgalaxy', 'Gourmet Galaxy', 'GUM', 8754, 'gourmetgalaxy', 'https://assets.coingecko.com/coins/images/13846/large/gum.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gout', 'GOUT', 'GOUT', 3041, 'gout', 'https://assets.coingecko.com/coins/images/51857/large/111.png', 100);
INSERT OR REPLACE INTO Coin VALUES('governance-ohm', 'Governance OHM', 'GOHM', null, 'governance-ohm', 'https://assets.coingecko.com/coins/images/21129/large/token_wsOHM_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('governance-zil', 'governance ZIL', 'GZIL', 3023, null, 'https://assets.coingecko.com/coins/images/13410/large/gzil.png', 100);
INSERT OR REPLACE INTO Coin VALUES('governor-dao', 'Governor DAO', 'GDAO', 8871, null, 'https://assets.coingecko.com/coins/images/13140/large/GDAOlogo2-bird.png', 100);
INSERT OR REPLACE INTO Coin VALUES('govi', 'Govi', 'GOVI', 6058, 'govi', 'https://assets.coingecko.com/coins/images/13875/large/GOVI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gowithmi', 'GoWithMi', 'GMAT', 9449, null, 'https://assets.coingecko.com/coins/images/7162/large/qXNbxVny_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('goztepe-s-k-fan-token', 'Göztepe S.K. Fan Token', 'GOZ', 4703, 'goztepe-s-k-fan-token', 'https://assets.coingecko.com/coins/images/15129/large/GOZ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gpu-ai-rich', 'GPU ai Rich', 'RICH', 6039, 'gpu-ai-rich', 'https://assets.coingecko.com/coins/images/52753/large/GPU_ai_Rich.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('grabway', 'GRABWAY', 'GRAB', 3528, 'grabway', 'https://assets.coingecko.com/coins/images/53310/large/photo_2025-01-04_01.31.27.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('gradient', 'Gradient', 'GRAY', 1757, 'gradient', 'https://assets.coingecko.com/coins/images/66304/large/photo_2025-06-04_14.56.52_%281%29_%281%29.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('gradients', 'Gradients', 'SN56', 921, 'gradients', 'https://assets.coingecko.com/coins/images/66311/large/56.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('grai', 'Grai', 'GRAI', 5914, 'grai', 'https://assets.coingecko.com/coins/images/30427/large/GRAI_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gram-2', 'Gram', 'GRAM', 2013, 'gram-2', 'https://assets.coingecko.com/coins/images/35039/large/avatar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grape-2', 'Grape Protocol', 'GRAPE', null, 'grape-2', 'https://assets.coingecko.com/coins/images/18149/large/fRsuAlcV_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grape-2-2', 'Grape', 'GRP', 1807, 'grape-2-2', 'https://assets.coingecko.com/coins/images/31106/large/grape_logo-removebg-preview_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grape-finance', 'Grape Finance', 'GRAPE', null, 'grape-finance', 'https://assets.coingecko.com/coins/images/22718/large/grape.png', 100);
INSERT OR REPLACE INTO Coin VALUES('graphai', 'GraphAI', 'GAI', 1739, 'graphai', 'https://assets.coingecko.com/coins/images/67449/large/Screenshot_2025-07-16_alle_16.13.12.png', 100);
INSERT OR REPLACE INTO Coin VALUES('graphite', 'Graphite', 'SN43', 1702, 'graphite', 'https://assets.coingecko.com/coins/images/66346/large/sn43.png', 100);
INSERT OR REPLACE INTO Coin VALUES('graphite-protocol', 'Graphite Protocol', 'GP', 1451, 'graphite-protocol', 'https://assets.coingecko.com/coins/images/30359/large/tweet_to_image_pp_%284%29.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('graphlinq-protocol', 'GraphLinq Protocol', 'GLQ', 2373, 'graphlinq-protocol', 'https://assets.coingecko.com/coins/images/14474/large/Logo_Dex_4_correct__%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grass', 'Grass', 'GRASS', 377, 'grass', 'https://assets.coingecko.com/coins/images/40094/large/Grass.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('graviton', 'Graviton', 'GTON', 5521, 'graviton', 'https://assets.coingecko.com/coins/images/24818/large/Graviton_-_Blue_200x200i.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grdm', 'GRDM', 'GRDM', 1848, 'grdm', 'https://assets.coingecko.com/coins/images/69125/large/grdm_2.0_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('great-bounty-dealer', 'Great Bounty Dealer', 'GBD', null, 'great-bounty-dealer', 'https://assets.coingecko.com/coins/images/19686/large/13606.png', 100);
INSERT OR REPLACE INTO Coin VALUES('green', 'Green', 'GREEN', 1545, 'green', 'https://assets.coingecko.com/coins/images/67136/large/GREEN_logo_200_x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('green-beli', 'Green Beli', 'GRBE', null, 'green-beli', 'https://assets.coingecko.com/coins/images/18776/large/Logo-200x200_%288%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('green-dildo-coin', 'Green Dildo Coin', 'DILDO', 7269, 'green-dildo-coin', 'https://assets.coingecko.com/coins/images/67811/large/IMG_4021.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('green-planet', 'Green Planet', 'GAMMA', 8756, 'green-planet', 'https://assets.coingecko.com/coins/images/20895/large/gamma.png', 100);
INSERT OR REPLACE INTO Coin VALUES('green-satoshi-token', 'Green Satoshi Token', 'GST', 2463, 'green-satoshi-token', 'https://assets.coingecko.com/coins/images/21841/large/gst.png', 100);
INSERT OR REPLACE INTO Coin VALUES('green-satoshi-token-bsc', 'Green Satoshi Token (BSC)', 'GST', 5328, 'green-satoshi-token-bsc', 'https://assets.coingecko.com/coins/images/25484/large/gst.png', 100);
INSERT OR REPLACE INTO Coin VALUES('green-shiba-inu', 'Green Shiba Inu', 'GINUX', null, 'green-shiba-inu', 'https://assets.coingecko.com/coins/images/15649/large/inu-logo-new-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('greenheart-cbd', 'Greenheart CBD', 'CBD', null, 'greenheart-cbd', 'https://assets.coingecko.com/coins/images/15284/large/GreenHeart-CBD-Logo-200x200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('greentrust', 'GreenTrust', 'GNT', 9407, 'greentrust', 'https://assets.coingecko.com/coins/images/15171/large/U4tF68c.png', 100);
INSERT OR REPLACE INTO Coin VALUES('greenzonex', 'GreenZoneX', 'GZX', null, 'greenzonex', 'https://assets.coingecko.com/coins/images/17705/large/gzx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gridcoin-research', 'Gridcoin', 'GRC', 3875, 'gridcoin-research', 'https://assets.coingecko.com/coins/images/243/large/gridcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('griffain', 'GRIFFAIN', 'GRIFFAIN', 1148, 'griffain', 'https://assets.coingecko.com/coins/images/52547/large/aAp7HijF4Uf1SkZO3FsVMyrbBc5kux_0vIlI7Amxiu7ygza2T_Swtp8bA2KoL_yU0YWw7c52LG9wflD7b5KMZ6GNJgDtgQfmMKy75SBQ5ldIHl6qffC9SNWqKyvqKQJ5sWZgJnXztPPsuJD_IVTTdPlabPlxxuNq7OAxQcjCbRxnge3tim3QyyIrc5vTOzWR93BoZVf0pd7EzwziVlhzov.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('griffain-new-hedge-fund', 'Griffain New Hedge Fund', 'CITADAIL', 6230, 'griffain-new-hedge-fund', 'https://assets.coingecko.com/coins/images/52968/large/citadail_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('griffin-ai', 'Griffin AI', 'GAIN', null, 'griffin-ai', 'https://assets.coingecko.com/coins/images/69412/large/gain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grin', 'Grin', 'GRIN', 1899, 'grin', 'https://assets.coingecko.com/coins/images/7340/large/grin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grind', 'GRIND', 'GRIND', 3778, 'grind', 'https://assets.coingecko.com/coins/images/67316/large/Gh6NH9mXcAEKJSy.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('grippy', 'GRIPPY', 'GRIPPY', 2588, 'grippy', 'https://assets.coingecko.com/coins/images/69351/large/GRIPPY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('grix', 'Grix', 'GRIX', 2903, 'grix', 'https://assets.coingecko.com/coins/images/55060/large/grix_logo_black-background.png', 100);
INSERT OR REPLACE INTO Coin VALUES('groestlcoin', 'Groestlcoin', 'GRS', 1261, 'groestlcoin', 'https://assets.coingecko.com/coins/images/71/large/image001.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grok-2', 'Grok', '$GROK', 2268, 'grok-2', 'https://assets.coingecko.com/coins/images/32788/large/Grok_Logo_new-removebg-preview_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grove', 'GroveCoin', 'GRV', 5404, 'grove', 'https://assets.coingecko.com/coins/images/25549/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('grumpy-cat-coin', 'Grumpy Cat Coin', 'GRUMPY', 3523, 'grumpy-cat-coin', 'https://assets.coingecko.com/coins/images/51942/large/grumpy_cat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gsenetwork', 'GSENetwork', 'GSE', 5669, null, 'https://assets.coingecko.com/coins/images/4776/large/gsenetwork.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gstcoin', 'GSTCOIN', 'GST', null, null, 'https://assets.coingecko.com/coins/images/9732/large/gst-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gt-protocol', 'GT-Protocol', 'GTAI', 2617, 'gt-protocol', 'https://assets.coingecko.com/coins/images/23118/large/A1P7aR4m_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gteth', 'GTETH', 'GTETH', 153, 'gteth', 'https://assets.coingecko.com/coins/images/69320/large/gteth-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('guacamole', 'Guacamole', 'GUAC', 3664, 'guacamole', 'https://assets.coingecko.com/coins/images/30119/large/Guacamole_Twitter_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('guanciale', 'Guanciale by Virtuals', 'GUAN', 6984, 'guanciale', 'https://assets.coingecko.com/coins/images/51865/large/guanciale.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('guapcoin', 'Guapcoin', 'GUAP', null, null, 'https://assets.coingecko.com/coins/images/11592/large/Guapcoin-1-300x300-4-e1591555244759.png', 100);
INSERT OR REPLACE INTO Coin VALUES('guardian-token', 'Guardian Token', 'GUARD', null, 'guardian-token', 'https://assets.coingecko.com/coins/images/17995/large/LS_wolfDen_logo.0025_Light_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('guardians-of-the-spark', 'Guardians Of The Spark', 'GOTS', 3776, 'guardians-of-the-spark', 'https://assets.coingecko.com/coins/images/55003/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gud-tech', 'Gud Tech', 'GUD', 2478, 'gud-tech', 'https://assets.coingecko.com/coins/images/53326/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gugo', 'Gugo', 'GUGO', 3369, 'gugo', 'https://assets.coingecko.com/coins/images/67081/large/2kleSOZDHRsCDbyZ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gui-inu', 'Gui Inu', 'GUI', 3321, 'gui-inu', 'https://assets.coingecko.com/coins/images/33924/large/gui_inu_tg_tiny.png', 100);
INSERT OR REPLACE INTO Coin VALUES('guild-of-guardians', 'Guild of Guardians', 'GOG', 2363, 'guild-of-guardians', 'https://assets.coingecko.com/coins/images/17362/large/V2QDNoLg_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('guildfi', 'GuildFi', 'GF', 12165, 'guildfi', 'https://assets.coingecko.com/coins/images/20933/large/guildfi-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gulfcoin-2', 'GulfCoin', 'GULF', 5445, 'gulfcoin-2', 'https://assets.coingecko.com/coins/images/26053/large/gulf-coin-logo-A2F3BBC063-seeklogo.com.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gunstar-metaverse', 'Gunstar Metaverse', 'GST', 8446, 'gunstar-metaverse', 'https://assets.coingecko.com/coins/images/21079/large/gst.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gunz', 'Gunz', 'GUN', 1117, 'gunz', 'https://assets.coingecko.com/coins/images/55027/large/gunz.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('guru', 'Guru', 'GURU', 2906, 'guru', 'https://assets.coingecko.com/coins/images/52806/large/TokenLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gusd', 'GUSD', 'GUSD', 455, 'gusd', 'https://assets.coingecko.com/coins/images/68725/large/gusd-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('guzzler', 'Guzzler', 'GZLR', null, 'guzzler', 'https://assets.coingecko.com/coins/images/20970/large/Screenshot-2021-11-27-at-22-57-22.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gvnr', 'GVNR', 'GVNR', 2295, 'gvnr', 'https://assets.coingecko.com/coins/images/66847/large/Ticker_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gxchain', 'GXChain', 'GXC', 1036, 'gxchain', 'https://assets.coingecko.com/coins/images/1089/large/26296223.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gyat-coin', 'GYAT Coin', 'GYAT', 3307, 'gyat-coin', 'https://assets.coingecko.com/coins/images/54167/large/gyat-coin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('gyen', 'GYEN', 'GYEN', 2127, 'gyen', 'https://assets.coingecko.com/coins/images/14191/large/icon_gyen_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('gyroscope-gyd', 'Gyroscope GYD', 'GYD', 1199, 'gyroscope-gyd', 'https://assets.coingecko.com/coins/images/33428/large/GYD-gradient_resized_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('h', 'H', 'H', 10198, 'h', 'https://assets.coingecko.com/coins/images/53684/large/h-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('h1dr4-by-virtuals', 'H1DR4 by Virtuals', 'H1DR4', 6982, 'h1dr4-by-virtuals', 'https://assets.coingecko.com/coins/images/53365/large/IMG_9149.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('h2', 'H2 Finance', '$H2', 4381, 'h2', 'https://assets.coingecko.com/coins/images/39766/large/H2_Finance.png', 100);
INSERT OR REPLACE INTO Coin VALUES('h2o-dao', 'H2O Dao', 'H2O', null, 'h2o-dao', 'https://assets.coingecko.com/coins/images/24588/large/h2o-cg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('h4ck-terminal-by-virtuals', 'H4CK Terminal by Virtuals', 'H4CK', 7344, 'h4ck-terminal-by-virtuals', 'https://assets.coingecko.com/coins/images/52822/large/h4ck.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('habibi-sol', 'Habibi (Sol)', 'HABIBI', 4948, 'habibi-sol', 'https://assets.coingecko.com/coins/images/37155/large/Habibi.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('habitat-2', 'Habitat', 'HABITAT', 2078, 'habitat-2', 'https://assets.coingecko.com/coins/images/69150/large/habitat-token-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hachikoinu', 'Hachiko Inu Token', 'INU', null, 'hachikoinu', 'https://assets.coingecko.com/coins/images/16392/large/hachikoinu-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hackenai', 'Hacken Token', 'HAI', 2093, 'hackenai', 'https://assets.coingecko.com/coins/images/11081/large/hacken-symbol-with-bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('haedal', 'Haedal Protocol', 'HAEDAL', 1298, 'haedal', 'https://assets.coingecko.com/coins/images/55420/large/haedal.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hahayes', 'HahaYes', 'RIZO', 2765, 'hahayes', 'https://assets.coingecko.com/coins/images/39509/large/200x200_hahayes_logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('haio', 'HAiO', 'HAIO', 2260, 'haio', 'https://assets.coingecko.com/coins/images/67186/large/HAio_logo_%28icon%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hairdao', 'HairDAO', 'HAIR', 938, 'hairdao', 'https://assets.coingecko.com/coins/images/29620/large/LinkedIn_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hakimi', '哈基米 (Hakimi)', '哈基米', 821, 'hakimi', 'https://assets.coingecko.com/coins/images/69928/large/zcslpjiz4jgzaot9e2f7ltpvgge9.', 100);
INSERT OR REPLACE INTO Coin VALUES('hakka-finance', 'Hakka Finance', 'HAKKA', 4294, 'hakka-finance', 'https://assets.coingecko.com/coins/images/12163/large/Hakka-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('halcyon', 'Halcyon', 'HAL', null, null, 'https://assets.coingecko.com/coins/images/2623/large/halcyon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('halfpizza', 'Half Pizza', 'PIZA', null, null, 'https://assets.coingecko.com/coins/images/17785/large/piza.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('hall-of-legends', 'Hall of Legends', 'HOL', 12565, 'hall-of-legends', 'https://assets.coingecko.com/coins/images/54084/large/photo_2025-01-30_02.22.57.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('halo-2', 'Halo', 'HLO', 8426, 'halo-2', 'https://assets.coingecko.com/coins/images/52724/large/HALO_200*200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hamster', 'Hamster', 'HAM', null, 'hamster', 'https://assets.coingecko.com/coins/images/16115/large/hamster.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hamster-kombat', 'Hamster Kombat', 'HMSTR', 1078, 'hamster-kombat', 'https://assets.coingecko.com/coins/images/39102/large/hamster-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hana-network', 'Hana Network', 'HANA', 1669, 'hana-network', 'https://assets.coingecko.com/coins/images/67597/large/hana.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('handle-fi', 'handle.fi', 'FOREX', 7367, 'handle-fi', 'https://assets.coingecko.com/coins/images/18533/large/handle.fiFOREXLogoDark200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('handshake', 'Handshake', 'HNS', 3022, 'handshake', 'https://assets.coingecko.com/coins/images/10562/large/circle-handshakeLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('handy', 'Handy', 'HANDY', 2006, 'handy', 'https://assets.coingecko.com/coins/images/21944/large/Handy_Token_symbol-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hanu-yokia', 'Hanu Yokia', 'HANU', 1377, 'hanu-yokia', 'https://assets.coingecko.com/coins/images/17161/large/Goji_Hanu_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hapi', 'HAPI', 'HAPI', 3625, 'hapi', 'https://assets.coingecko.com/coins/images/14298/large/Hapi_logo_square_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('happy-birthday-coin', 'Happy Birthday Coin', 'HBDC', null, 'happy-birthday-coin', 'https://assets.coingecko.com/coins/images/12814/large/%EC%A7%84%ED%92%88.png', 100);
INSERT OR REPLACE INTO Coin VALUES('happycat-2', 'Happy Cat', 'HAPPY', 2822, 'happycat-2', 'https://assets.coingecko.com/coins/images/51396/large/photo_2024-10-09_13-41-12.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hara-token', 'Hara Token', 'HART', 3122, 'hara-token', 'https://assets.coingecko.com/coins/images/5138/large/hara.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('harambe-2', 'Harambe on Solana', 'HARAMBE', 3460, 'harambe-2', 'https://assets.coingecko.com/coins/images/34668/large/haram_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('harambe-ai', 'Harambe AI', 'HARAMBEAI', 3075, 'harambe-ai', 'https://assets.coingecko.com/coins/images/39233/large/telegram-cloud-photo-size-5-6097888030653266938-m.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hare-token', 'Hare Token', 'HARE', null, 'hare-token', 'https://assets.coingecko.com/coins/images/16327/large/200ico.png', 100);
INSERT OR REPLACE INTO Coin VALUES('harmonix-khype', 'Harmonix kHYPE', 'HAKHYPE', 2387, 'harmonix-khype', 'https://assets.coingecko.com/coins/images/69299/large/_hakHYPE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('harmony', 'Harmony', 'ONE', 493, 'harmony', 'https://assets.coingecko.com/coins/images/4344/large/Y88JAze.png', 100);
INSERT OR REPLACE INTO Coin VALUES('harmony-horizen-bridged-usdc-harmony', 'Harmony Horizen Bridged USDC (Harmony)', 'USDC', 1251, 'harmony-horizen-bridged-usdc-harmony', 'https://assets.coingecko.com/coins/images/35224/large/USDC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('haroldonsol', 'Harold', 'HAROLD', 2802, 'haroldonsol', 'https://assets.coingecko.com/coins/images/51861/large/Harold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('harrypotterobamasonic10in', 'HarryPotterObamaSonic10Inu (ETH)', 'BITCOIN', 604, 'harrypotterobamasonic10in', 'https://assets.coingecko.com/coins/images/30323/large/hpos10i_logo_casino_night-dexview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('harvest-finance', 'Harvest Finance', 'FARM', 1453, 'harvest-finance', 'https://assets.coingecko.com/coins/images/12304/large/FARM_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hasbulla-s-cat', 'Hasbulla''s Cat', 'BARSIK', 4369, 'hasbulla-s-cat', 'https://assets.coingecko.com/coins/images/51608/large/barsiklogo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hash-2', 'Provenance Blockchain', 'HASH', 77, 'hash-2', 'https://assets.coingecko.com/coins/images/66154/large/Hastra_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashai', 'HashAI', 'HASHAI', 1214, 'hashai', 'https://assets.coingecko.com/coins/images/36743/large/HashAi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashbit', 'HashBit', 'HBIT', null, 'hashbit', 'https://assets.coingecko.com/coins/images/16375/large/HASHBIT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashcoin', 'HashCoin', 'HSC', 8839, null, 'https://assets.coingecko.com/coins/images/4989/large/hashfuture-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashflow', 'Hashflow', 'HFT', 997, 'hashflow', 'https://assets.coingecko.com/coins/images/26136/large/200x200_360.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashgard', 'Hashgard', 'GARD', 8292, 'hashgard', 'https://assets.coingecko.com/coins/images/4966/large/hashgard.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashkey-ecopoints', 'HashKey Platform Token', 'HSK', 466, 'hashkey-ecopoints', 'https://assets.coingecko.com/coins/images/29779/large/HSKlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hashnote-usyc', 'Hashnote USYC', 'USYC', 206, 'hashnote-usyc', 'https://assets.coingecko.com/coins/images/51054/large/Hashnote_SDYC_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashpack', 'HashPack', 'PACK', 2123, 'hashpack', 'https://assets.coingecko.com/coins/images/38078/large/token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashpanda', 'HashPanda', 'PANDA', null, 'hashpanda', 'https://assets.coingecko.com/coins/images/15903/large/logo_-_2021-05-31T060013.983.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hashtagger', 'Hashtagger', 'MOO', 8841, 'hashtagger', 'https://assets.coingecko.com/coins/images/21139/large/Hashtagger_Logo_No_text_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hatch-2', 'Hatch', 'HATCH', 2054, 'hatch-2', 'https://assets.coingecko.com/coins/images/55325/large/hatchcoin200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hathor', 'Hathor', 'HTR', 1570, 'hathor', 'https://assets.coingecko.com/coins/images/12718/large/hathor_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hatom', 'Hatom', 'HTM', 2613, 'hatom', 'https://assets.coingecko.com/coins/images/31114/large/Frame_7240.png', 100);
INSERT OR REPLACE INTO Coin VALUES('havah', 'HAVAH', 'HVH', 4591, 'havah', 'https://assets.coingecko.com/coins/images/29156/large/hvh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('havven', 'Synthetix Network Token', 'SNX', 151, 'havven', 'https://assets.coingecko.com/coins/images/3406/large/SNX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hawk-2', 'Hawk', 'HAWK', 2250, 'hawk-2', 'https://assets.coingecko.com/coins/images/40072/large/Hawk-%E6%97%A0%E8%BE%B9%E6%A1%86.png', 100);
INSERT OR REPLACE INTO Coin VALUES('headstarter', 'HeadStarter', 'HST', 3841, 'headstarter', 'https://assets.coingecko.com/coins/images/26371/large/LogoHeadStarter_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('healthbuddyai', 'HealthBuddyAI', 'HBUD', 11953, 'healthbuddyai', 'https://assets.coingecko.com/coins/images/66666/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('heaven', 'Heaven', 'LIGHT', 1999, 'heaven', 'https://assets.coingecko.com/coins/images/67965/large/Light.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hebeblock', 'Hebeblock', 'HEBE', null, 'hebeblock', 'https://assets.coingecko.com/coins/images/10367/large/hebeswap.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('hector-dao', 'Hector DAO', 'HEC', 9789, 'hector-dao', 'https://assets.coingecko.com/coins/images/19832/large/logo-final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hedera-hashgraph', 'Hedera', 'HBAR', 29, 'hedera-hashgraph', 'https://assets.coingecko.com/coins/images/3688/large/hbar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hedget', 'Hedget', 'HGET', 7738, 'hedget', 'https://assets.coingecko.com/coins/images/12453/large/Hedget.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hedgetrade', 'HedgeTrade', 'HEDG', null, 'hedgetrade', 'https://assets.coingecko.com/coins/images/7196/large/to3Vj4EZ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hedgewaterdao', 'HedgewaterDAO', '$HWTR', 9576, 'hedgewaterdao', 'https://assets.coingecko.com/coins/images/54141/large/photo_2025-01-30_01-00-40.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('heeeheee', 'HeeeHeee', 'HEEHEE', 4244, 'heeeheee', 'https://assets.coingecko.com/coins/images/37129/large/MHehlsrE_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hege', 'Hege', 'HEGE', 2624, 'hege', 'https://assets.coingecko.com/coins/images/36873/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hegic', 'Hegic', 'HEGIC', 886, 'hegic', 'https://assets.coingecko.com/coins/images/12454/large/new.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hehecat', 'hehe', 'HEHE', 3560, 'hehecat', 'https://assets.coingecko.com/coins/images/39164/large/LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('heima', 'Heima', 'HEI', 1439, 'heima', 'https://assets.coingecko.com/coins/images/54379/large/heima.png', 100);
INSERT OR REPLACE INTO Coin VALUES('helal-para-coin', 'Helal Para Coin', 'HPC', 7076, 'helal-para-coin', 'https://assets.coingecko.com/coins/images/55035/large/IMG_9171.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('helder', 'Helder', 'HELDER', 489, 'helder', 'https://assets.coingecko.com/coins/images/55761/large/HELDERS.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('helicopter-finance', 'Helicopter Finance', 'COPTER', null, 'helicopter-finance', 'https://assets.coingecko.com/coins/images/15217/large/att1YJDb_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('helio-protocol-hay', 'Destablecoin HAY', 'HAY', 923, 'helio-protocol-hay', 'https://assets.coingecko.com/coins/images/26947/large/Coingecko_profile_lisUSD_200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('helium', 'Helium', 'HNT', 204, 'helium', 'https://assets.coingecko.com/coins/images/4284/large/helium_logo_use.png', 100);
INSERT OR REPLACE INTO Coin VALUES('helium-iot', 'Helium IOT', 'IOT', 1984, 'helium-iot', 'https://assets.coingecko.com/coins/images/29880/large/Iot_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('helium-mobile', 'Helium Mobile', 'MOBILE', 1368, 'helium-mobile', 'https://assets.coingecko.com/coins/images/29879/large/Mobile_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hello-labs', 'HELLO', 'HELLO', 2509, 'hello-labs', 'https://assets.coingecko.com/coins/images/27891/large/uFXN2S1N_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('helmet-insure', 'Helmet Insure', 'HELMET', 6269, 'helmet-insure', 'https://assets.coingecko.com/coins/images/13680/large/ZMdK-1J4_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('help', 'Help', 'HELP', 6121, 'help', 'https://assets.coingecko.com/coins/images/51165/large/help.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hemi', 'Hemi', 'HEMI', 648, 'hemi', 'https://assets.coingecko.com/coins/images/68469/large/hemi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hemi-bitcoin', 'Hemi Bitcoin', 'HEMIBTC', 2409, 'hemi-bitcoin', 'https://assets.coingecko.com/coins/images/67027/large/hemibtc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hempcoin-thc', 'Hempcoin', 'THC', 7361, null, 'https://assets.coingecko.com/coins/images/865/large/thehempcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hemule', 'Hemule', 'HEMULE', 3609, 'hemule', 'https://assets.coingecko.com/coins/images/33798/large/download.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('henlo-2', 'Henlo', 'HENLO', 9735, 'henlo-2', 'https://assets.coingecko.com/coins/images/52083/large/henlo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('henlo-3', 'Henlo', 'HENLO', 4773, 'henlo-3', 'https://assets.coingecko.com/coins/images/54719/large/Full_Circle_Logo_Large_%28YellowBlue%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('henlo-kart', 'Henlo Kart', 'KART', 4754, 'henlo-kart', 'https://assets.coingecko.com/coins/images/55597/large/_KART_logo_cropped.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hera-finance', 'Hera Finance', 'HERA', 2654, 'hera-finance', 'https://assets.coingecko.com/coins/images/24751/large/heraLogo-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('herbalist-token', 'Herbalist Token', 'HERB', 12570, 'herbalist-token', 'https://assets.coingecko.com/coins/images/6892/large/herbalist-token-twitter.png', 100);
INSERT OR REPLACE INTO Coin VALUES('herbcoin', 'HERBCOIN', 'HERB', 1798, 'herbcoin', 'https://assets.coingecko.com/coins/images/38457/large/%E0%B8%94%E0%B8%B5%E0%B9%84%E0%B8%8B%E0%B8%99%E0%B9%8C%E0%B8%97%E0%B8%B5%E0%B9%88%E0%B8%A2%E0%B8%B1%E0%B8%87%E0%B9%84%E0%B8%A1%E0%B9%88%E0%B9%84%E0%B8%94%E0%B9%89%E0%B8%95%E0%B8%B1%E0%B9%89%E0%B8%87%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hermetica-usdh', 'Hermetica USDh', 'USDH', 2347, 'hermetica-usdh', 'https://assets.coingecko.com/coins/images/54325/large/USDh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hermez-network-token', 'Hermez Network', 'HEZ', null, 'hermez-network-token', 'https://assets.coingecko.com/coins/images/12826/large/hermez_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hermy-the-stallion', 'Hermy The Stallion', 'HERMY', 11756, 'hermy-the-stallion', 'https://assets.coingecko.com/coins/images/52448/large/IMG_0645.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('hero-arena', 'Hero Arena', 'HERA', null, null, 'https://assets.coingecko.com/coins/images/19160/large/hera.png', 100);
INSERT OR REPLACE INTO Coin VALUES('heroes-empires', 'Heroes & Empires', 'HE', 6930, null, 'https://assets.coingecko.com/coins/images/18903/large/he.png', 100);
INSERT OR REPLACE INTO Coin VALUES('heroes-of-mavia', 'Heroes of Mavia', 'MAVIA', 2408, 'heroes-of-mavia', 'https://assets.coingecko.com/coins/images/33895/large/2023-12-20_21.21.41_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('heroeschained', 'HeroesChained', 'HEC', 8333, 'heroeschained', 'https://assets.coingecko.com/coins/images/22813/large/logo_-_2022-01-20T140628.062.png', 100);
INSERT OR REPLACE INTO Coin VALUES('heurist', 'Heurist', 'HEU', 3003, 'heurist', 'https://assets.coingecko.com/coins/images/51361/large/200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hex', 'HEX', 'HEX', null, 'hex', 'https://assets.coingecko.com/coins/images/10103/large/HEX-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hex-trust-usdx', 'Hex Trust USD', 'USDX', 948, 'hex-trust-usdx', 'https://assets.coingecko.com/coins/images/38997/large/USDX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('heyanon', 'Hey Anon', 'ANON', 1587, 'heyanon', 'https://assets.coingecko.com/coins/images/52961/large/AAI__ANON_SQ_Wb_250x250.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hi-dollar', 'hi Dollar', 'HI', 2449, 'hi-dollar', 'https://assets.coingecko.com/coins/images/17618/large/unnamed_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hibernates', 'Hibernates', 'HIBER', 6478, 'hibernates', 'https://assets.coingecko.com/coins/images/54300/large/Gemini_Generated_Image_e127yye127yye127.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('hiblocks', 'Hiblocks', 'HIBS', 8523, 'hiblocks', 'https://assets.coingecko.com/coins/images/11574/large/51367870.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hiero-terminal', 'Hiero Terminal', 'HTERM', 8435, 'hiero-terminal', 'https://assets.coingecko.com/coins/images/53459/large/hiero-term-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hifi-finance', 'Hifi Finance', 'HIFI', 1833, 'hifi-finance', 'https://assets.coingecko.com/coins/images/28712/large/hft.png', 100);
INSERT OR REPLACE INTO Coin VALUES('high-growth-eth', 'High Growth ETH', 'HGETH', 716, null, 'https://assets.coingecko.com/coins/images/52281/large/hgETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('high-performance-blockchain', 'High Performance Blockchain', 'HPB', null, null, 'https://assets.coingecko.com/coins/images/2363/large/Hyperblox_new_logo_final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('high-yield-usd-base', 'High Yield USD (Base)', 'HYUSD', 2864, 'high-yield-usd-base', 'https://assets.coingecko.com/coins/images/33636/large/hyusdlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('higher', 'higher', 'HIGHER', 3161, 'higher', 'https://assets.coingecko.com/coins/images/36084/large/200x200logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('highkey', 'HighKey', 'HIGHKEY', 3006, 'highkey', 'https://assets.coingecko.com/coins/images/54798/large/IMG_9589.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('highstreet', 'Highstreet', 'HIGH', null, 'highstreet', 'https://assets.coingecko.com/coins/images/18973/large/logosq200200Coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hillstone', 'Hillstone', 'HSF', null, 'hillstone', 'https://assets.coingecko.com/coins/images/22335/large/logo_-_2022-01-07T094430.368.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hipo-governance-token', 'Hipo Governance Token', 'HPO', 2480, 'hipo-governance-token', 'https://assets.coingecko.com/coins/images/52229/large/HPO-Token-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hippius', 'Hippius', 'SN75', 1390, 'hippius', 'https://assets.coingecko.com/coins/images/66338/large/sn75.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hippo-protocol', 'Hippo Protocol', 'HP', 843, 'hippo-protocol', 'https://assets.coingecko.com/coins/images/55508/large/hpo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hippo-token', 'Hippo Token', 'HIP', null, 'hippo-token', 'https://assets.coingecko.com/coins/images/17386/large/hip.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('hitbtc-token', 'HitBTC Token', 'HIT', null, 'hitbtc-token', 'https://assets.coingecko.com/coins/images/16395/large/JgMkz95.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hitchain', 'HitChain', 'HIT', 11953, 'hitchain', 'https://assets.coingecko.com/coins/images/5555/large/hitchain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hive', 'Hive', 'HIVE', 614, 'hive', 'https://assets.coingecko.com/coins/images/10840/large/logo_transparent_4x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hive-2', 'HIVE', 'HIVE', 10799, 'hive-2', 'https://assets.coingecko.com/coins/images/53329/large/Hyve.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hive-ai', 'Hive AI', 'BUZZ', 2790, 'hive-ai', 'https://assets.coingecko.com/coins/images/53442/large/fDd5tYZe_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hive-intelligence', 'Hive Intelligence', 'HINT', 4007, 'hive-intelligence', 'https://assets.coingecko.com/coins/images/53385/large/Hive_Intelligence_Logo_Symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hive_dollar', 'Hive Dollar', 'HBD', 985, 'hive_dollar', 'https://assets.coingecko.com/coins/images/10855/large/w_q7vezk_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hivemapper', 'Hivemapper', 'HONEY', 694, 'hivemapper', 'https://assets.coingecko.com/coins/images/28388/large/honey.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hiveterminal', 'Hiveterminal token', 'HVN', 8829, null, 'https://assets.coingecko.com/coins/images/899/large/Hiveterminal_token.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hlp0', 'HLP0', 'HLP0', 5129, 'hlp0', 'https://assets.coingecko.com/coins/images/66871/large/logo_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hmx', 'HMX', 'HMX', 4426, 'hmx', 'https://assets.coingecko.com/coins/images/31206/large/HMXlogo_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hodl-6', 'HODL', 'HODL', 6201, 'hodl-6', 'https://assets.coingecko.com/coins/images/69810/large/photo_2025-10-05_02.47.07.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hodl-coin', 'HODL Coin', 'HODL', 9098, 'hodl-coin', 'https://assets.coingecko.com/coins/images/68326/large/hodlcoin-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hodooi-com', 'HoDooi.com', 'HOD', 6358, 'hodooi-com', 'https://assets.coingecko.com/coins/images/16301/large/Monogram_2x-100.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hoge-finance', 'Hoge Finance', 'HOGE', 2256, 'hoge-finance', 'https://assets.coingecko.com/coins/images/14360/large/hoge.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hokkaidu-inu', 'Hokkaido Inu', 'HOKK', 5435, 'hokkaidu-inu', 'https://assets.coingecko.com/coins/images/14985/large/hokk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hokkaidu-inu-2', 'Hokkaidu Inu', 'HOKK', 6008, 'hokkaidu-inu-2', 'https://assets.coingecko.com/coins/images/68518/large/TOIA1cy39Vlv_CN5VbnJt5IJYqg147ZtfdZePTcZmug6JWXdCBpbDuLzPsJfiYlM2c7ak1XHYXg-VwcpoQIxg3TjuCyaA9nP3oYjkG-I0Ko5Ga8IHd5akNpPn64l1XES4uBg2TLiz6Y3SgIk1pZAz3JY_kVCJzl0BAyO0q5o_7ycNQlSx5pJfDdw7NI-sOZctlDc89-U.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('holdcoin', 'Holdcoin', 'HOLD', 7750, 'holdcoin', 'https://assets.coingecko.com/coins/images/52820/large/hold.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('holdstation', 'Holdstation', 'HOLD', 1625, 'holdstation', 'https://assets.coingecko.com/coins/images/32726/large/HOLD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('holograph', 'Holograph', 'HLG', 7419, 'holograph', 'https://assets.coingecko.com/coins/images/37721/large/File_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('holoride', 'holoride', 'RIDE', 4645, 'holoride', 'https://assets.coingecko.com/coins/images/21626/large/RIDE_Token_Symbol_MASTER.png', 100);
INSERT OR REPLACE INTO Coin VALUES('holotoken', 'Holo', 'HOT', 453, 'holotoken', 'https://assets.coingecko.com/coins/images/3348/large/hot-mark-med.png', 100);
INSERT OR REPLACE INTO Coin VALUES('holoworld', 'Holoworld', 'HOLO', 769, 'holoworld', 'https://assets.coingecko.com/coins/images/68845/large/holo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('holozone', 'Holozone', 'HOLO', 7804, 'holozone', 'https://assets.coingecko.com/coins/images/53616/large/holopfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('holy-coin', 'Holy Coin', 'HOLY', 4253, 'holy-coin', 'https://assets.coingecko.com/coins/images/67520/large/S__28786852.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('holyheld-2', 'Mover', 'MOVE', 6272, null, 'https://assets.coingecko.com/coins/images/13719/large/o0KIvs7T_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('home', 'HOME', 'HOME', 583, 'home', 'https://assets.coingecko.com/coins/images/54873/large/defi-app.png', 100);
INSERT OR REPLACE INTO Coin VALUES('homebrew-robotics-club', 'Homebrew Robotics Club', 'BREW', 2728, 'homebrew-robotics-club', 'https://assets.coingecko.com/coins/images/54557/large/logo_for_twitter.png', 100);
INSERT OR REPLACE INTO Coin VALUES('honest-mining', 'Honest', 'HNST', 5691, 'honest-mining', 'https://assets.coingecko.com/coins/images/7345/large/honest-mining.png', 100);
INSERT OR REPLACE INTO Coin VALUES('honey', 'Honey', 'HNY', null, 'honey', 'https://assets.coingecko.com/coins/images/12895/large/hnys.png', 100);
INSERT OR REPLACE INTO Coin VALUES('honey-3', 'Honey', 'HONEY', 896, 'honey-3', 'https://assets.coingecko.com/coins/images/54194/large/honey.png', 100);
INSERT OR REPLACE INTO Coin VALUES('honeyland-honey', 'Honeyland', 'HXD', 3384, 'honeyland-honey', 'https://assets.coingecko.com/coins/images/29256/large/hxd-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('honeymoon-token', 'HoneyMOON Token', 'MOON', null, 'honeymoon-token', 'https://assets.coingecko.com/coins/images/18187/large/download_%2833%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hooked-protocol', 'Hooked Protocol', 'HOOK', 1316, 'hooked-protocol', 'https://assets.coingecko.com/coins/images/28288/large/hooked2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hop-protocol', 'Hop Protocol', 'HOP', 4565, 'hop-protocol', 'https://assets.coingecko.com/coins/images/25445/large/hop.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hoppy-meme', 'Hoppy', 'HOPPY', 2383, 'hoppy-meme', 'https://assets.coingecko.com/coins/images/37197/large/Hoppy_200x200_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hopr', 'HOPR', 'HOPR', 1271, 'hopr', 'https://assets.coingecko.com/coins/images/14061/large/Shared_HOPR_logo_512px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hord', 'Hord', 'HORD', 4713, 'hord', 'https://assets.coingecko.com/coins/images/14972/large/HORD_TOKEN_%281%29_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('horizon-protocol', 'Horizon Protocol', 'HZN', 5231, 'horizon-protocol', 'https://assets.coingecko.com/coins/images/14795/large/logo_dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hosico-cat', 'Hosico Cat', 'HOSICO', 2211, 'hosico-cat', 'https://assets.coingecko.com/coins/images/55409/large/hosicodex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hot-cross', 'Hot Cross', 'HOTCROSS', 10575, 'hot-cross', 'https://assets.coingecko.com/coins/images/15706/large/Hotcross.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hot-doge', 'HotDoge', 'HOTDOGE', null, 'hot-doge', 'https://assets.coingecko.com/coins/images/15404/large/525ea2_88a58501323f44c7a806c008ae2b4858_mv2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hot-doge-2', 'Hot Doge', 'HOTDOGE', 10685, 'hot-doge-2', 'https://assets.coingecko.com/coins/images/52726/large/IMG_4016.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('hot-mom', 'Hot Mom', 'HOTMOM', 11274, 'hot-mom', 'https://assets.coingecko.com/coins/images/55717/large/LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hotkeyswap', 'HotKeySwap', 'HOTKEY', 6405, 'hotkeyswap', 'https://assets.coingecko.com/coins/images/35614/large/HKTeaserLogo_White_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('houdini-swap', 'Houdini Swap', 'LOCK', 1385, 'houdini-swap', 'https://assets.coingecko.com/coins/images/35132/large/LOCK_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hourglass', 'Hourglass', 'WAIT', 5645, 'hourglass', 'https://assets.coingecko.com/coins/images/27516/large/Hourglass-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('housecoin-2', 'Housecoin', 'HOUSE', 2173, 'housecoin-2', 'https://assets.coingecko.com/coins/images/55056/large/house.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('howl-city', 'Howl City', 'HWL', null, 'howl-city', 'https://assets.coingecko.com/coins/images/20344/large/hwl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hsuite', 'HbarSuite', 'HSUITE', 2160, 'hsuite', 'https://assets.coingecko.com/coins/images/28593/large/hbar.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('htx-dao', 'HTX DAO', 'HTX', 69, 'htx-dao', 'https://assets.coingecko.com/coins/images/35491/large/Frame_1321318576.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hubble', 'Hubble', 'HBB', 5006, 'hubble', 'https://assets.coingecko.com/coins/images/22070/large/hubble.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('huch', 'Huch', 'HUCH', 3953, 'huch', 'https://assets.coingecko.com/coins/images/68633/large/kqnxmn6ybha9c6lprdj7au46962x.', 100);
INSERT OR REPLACE INTO Coin VALUES('huckleberry', 'Huckleberry', 'FINN', 9852, 'huckleberry', 'https://assets.coingecko.com/coins/images/19642/large/Finn_1_%28200x200%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hudi', 'Hudi', 'HUDI', 2318, 'hudi', 'https://assets.coingecko.com/coins/images/18454/large/coin_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hughug-coin', 'HUGHUG', 'HGHG', null, 'hughug-coin', 'https://assets.coingecko.com/coins/images/20172/large/512hug.png', 100);
INSERT OR REPLACE INTO Coin VALUES('huma-finance', 'Huma Finance', 'HUMA', 757, 'huma-finance', 'https://assets.coingecko.com/coins/images/29215/large/huma.png', 100);
INSERT OR REPLACE INTO Coin VALUES('human-protocol', 'HUMAN Protocol', 'HMT', 2169, 'human-protocol', 'https://assets.coingecko.com/coins/images/16412/large/Nh7yr7Ly_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('humandao', 'humanDAO', 'HDAO', 8037, 'humandao', 'https://assets.coingecko.com/coins/images/21138/large/Untitled-2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('humaniq', 'Humaniq', 'HMQ', 5088, null, 'https://assets.coingecko.com/coins/images/647/large/humaniq.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('humanity', 'Humanity', 'H', 426, 'humanity', 'https://assets.coingecko.com/coins/images/66811/large/H_tokenLogo_original.png', 100);
INSERT OR REPLACE INTO Coin VALUES('humanode', 'Humanode', 'HMND', 3101, 'humanode', 'https://assets.coingecko.com/coins/images/29645/large/humanode.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('humans-ai', 'Humans.ai', 'HEART', 891, 'humans-ai', 'https://assets.coingecko.com/coins/images/21273/large/h_logo_1x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('humanscape', 'Humanscape', 'HUM', 729, null, 'https://assets.coingecko.com/coins/images/4243/large/Token_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hund', 'Hund', 'HUND', 4933, 'hund', 'https://assets.coingecko.com/coins/images/36663/large/hundlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hundred-finance', 'Hundred Finance', 'HND', 4856, null, 'https://assets.coingecko.com/coins/images/18445/large/hnd.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('hungarian-vizsla-inu', 'Hungarian Vizsla Inu', 'HVI', null, 'hungarian-vizsla-inu', 'https://assets.coingecko.com/coins/images/16812/large/k%C3%B6r-nincs_h%C3%A1tt%C3%A9r.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hunny-love-token', 'HunnyDAO', 'LOVE', null, 'hunny-love-token', 'https://assets.coingecko.com/coins/images/20748/large/hunnydaologo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hunt-token', 'HUNT', 'HUNT', 894, 'hunt-token', 'https://assets.coingecko.com/coins/images/7989/large/HUNT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('huobi-btc', 'Huobi BTC', 'HBTC', 4099, 'huobi-btc', 'https://assets.coingecko.com/coins/images/12407/large/hbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('huobi-token', 'Huobi Token', 'HT', 903, 'huobi-token', 'https://assets.coingecko.com/coins/images/2822/large/huobi-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hurricaneswap-token', 'HurricaneSwap Token', 'HCT', null, 'hurricaneswap-token', 'https://assets.coingecko.com/coins/images/18912/large/hurricane.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('husd', 'HUSD', 'HUSD', 2208, 'husd', 'https://assets.coingecko.com/coins/images/9567/large/HUSD.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hush', 'Hush', 'HUSH', 5535, 'hush', 'https://assets.coingecko.com/coins/images/701/large/HUSH_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('husky-avax', 'Husky AVAX', 'HUSKY', 5280, 'husky-avax', 'https://assets.coingecko.com/coins/images/17812/large/husky.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hxro', 'Hxro', 'HXRO', 4448, 'hxro', 'https://assets.coingecko.com/coins/images/7805/large/X_3D_Black_%2810%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hybridge', 'HyBridge', 'BRIDGE', 2171, 'hybridge', 'https://assets.coingecko.com/coins/images/69080/large/hybridge.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hydra', 'Hydra', 'HYDRA', 2838, 'hydra', 'https://assets.coingecko.com/coins/images/13631/large/Logo_Hydra_200x200_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hydra-3', 'HYDRA', 'HYDRA', 4066, 'hydra-3', 'https://assets.coingecko.com/coins/images/50284/large/IMG_4950.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hydradx', 'HydraDX', 'HDX', 887, 'hydradx', 'https://assets.coingecko.com/coins/images/13929/large/avatar-circle-pink.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hydranet', 'Hydranet', 'HDN', 2118, 'hydranet', 'https://assets.coingecko.com/coins/images/25177/large/HDXdarkblueInv.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hydrex', 'Hydrex', 'HYDX', 1551, 'hydrex', 'https://assets.coingecko.com/coins/images/69177/large/HYDX_logo_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hydro-protocol-2', 'Hydro Protocol', 'HDRO', 2825, 'hydro-protocol-2', 'https://assets.coingecko.com/coins/images/36110/large/Hydro_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyena', 'HYENA', 'HYENA', 7521, null, 'https://assets.coingecko.com/coins/images/53067/large/pfp12_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hylo-usd', 'Hylo USD', 'HYUSD', 1268, 'hylo-usd', 'https://assets.coingecko.com/coins/images/69284/large/hyusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hype3-cool', 'HYPE3.cool', 'COOL', 8461, 'hype3-cool', 'https://assets.coingecko.com/coins/images/53480/large/hype3_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperbeat-ultra-hype', 'Hyperbeat Ultra HYPE', 'HBHYPE', 1139, 'hyperbeat-ultra-hype', 'https://assets.coingecko.com/coins/images/67160/large/hyperbeat_hype.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperbeat-usdt', 'Hyperbeat USDT', 'HBUSDT', 520, 'hyperbeat-usdt', 'https://assets.coingecko.com/coins/images/67161/large/hyperbeat_usdt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperbot', 'Hyperbot', 'BOT', 1951, 'hyperbot', 'https://assets.coingecko.com/coins/images/68860/large/hyperbot.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperbridge-2', 'Hyperbridge', 'BRIDGE', 2012, 'hyperbridge-2', 'https://assets.coingecko.com/coins/images/53475/large/Sign_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperchainx', 'HyperChainX', 'HPX', 1879, 'hyperchainx', 'https://assets.coingecko.com/coins/images/27847/large/IMG_20221015_231037_796.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperevm-bridged-usr-hyperevm', 'HyperEVM Bridged USR (HyperEVM)', 'USR', 3784, 'hyperevm-bridged-usr-hyperevm', 'https://assets.coingecko.com/coins/images/66152/large/usr.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperfly', 'HyperFly', 'FLY', 10115, 'hyperfly', 'https://assets.coingecko.com/coins/images/53845/large/logotransparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperfy', 'Hyperfy', 'HYPER', 4589, 'hyperfy', 'https://assets.coingecko.com/coins/images/53373/large/hyperfy.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hypergpt', 'HyperGPT', 'HGPT', 2105, 'hypergpt', 'https://assets.coingecko.com/coins/images/30428/large/favicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperion-2', 'Hyperion', 'RION', 2019, 'hyperion-2', 'https://assets.coingecko.com/coins/images/67252/large/Hyperion_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperlane', 'Hyperlane', 'HYPER', 856, 'hyperlane', 'https://assets.coingecko.com/coins/images/55298/large/Hyperlane.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperlauncher', 'Hyperlauncher', 'LAUNCH', 5539, 'hyperlauncher', 'https://assets.coingecko.com/coins/images/53160/large/hl-logo-fullwhite-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperliquid', 'Hyperliquid', 'HYPE', 21, 'hyperliquid', 'https://assets.coingecko.com/coins/images/50882/large/hyperliquid.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperpigmentation', 'Hyperpigmentation', '$HYPER', 1930, 'hyperpigmentation', 'https://assets.coingecko.com/coins/images/55040/large/rebrand_pfp.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('hypersign-identity-token', 'Hypersign Identity Token', 'HID', 5905, 'hypersign-identity-token', 'https://assets.coingecko.com/coins/images/16158/large/hypersign.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperskids', '$HYPERSKIDS', 'HYPERSKIDS', 10142, 'hyperskids', 'https://assets.coingecko.com/coins/images/54173/large/20250202_205704.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperstake', 'HyperStake', 'HYP', null, null, 'https://assets.coingecko.com/coins/images/131/large/logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperwave-hlp', 'Hyperwave HLP', 'HWHLP', 1669, 'hyperwave-hlp', 'https://assets.coingecko.com/coins/images/66821/large/hwhlp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyperwave-hype', 'Hyperwave HYPE', 'HWHYPE', 1926, 'hyperwave-hype', 'https://assets.coingecko.com/coins/images/69281/large/hwhype.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hypr', 'Hypr', 'HYPR', 3686, 'hypr', 'https://assets.coingecko.com/coins/images/68427/large/Hypr_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hypurr-fun', 'Hypurr Fun', 'HFUN', 960, 'hypurr-fun', 'https://assets.coingecko.com/coins/images/38401/large/hfun_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hypurrstrategy', 'HypurrStrategy', 'HYPSTR', 3360, 'hypurrstrategy', 'https://assets.coingecko.com/coins/images/69683/large/hypstr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hytopia', 'Hytopia', 'TOPIA', 7874, 'hytopia', 'https://assets.coingecko.com/coins/images/31283/large/150x150.png', 100);
INSERT OR REPLACE INTO Coin VALUES('hyve', 'Hyve', 'HYVE', 6099, 'hyve', 'https://assets.coingecko.com/coins/images/13072/large/bAe1G-lD_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('i-love-puppies', 'I love puppies', 'PUPPIES', 1227, 'i-love-puppies', 'https://assets.coingecko.com/coins/images/35708/large/1000005823.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('i-r-i-s', 'I.R.I.S', 'IRIS', 4696, 'i-r-i-s', 'https://assets.coingecko.com/coins/images/66509/large/iris.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iagon', 'Iagon', 'IAG', 844, 'iagon', 'https://assets.coingecko.com/coins/images/3264/large/d8c5hLbX9u0GwYCKcZRbXS2vAQ0Vd-Hfjg-3zQ73ucSZQoFYsLH4NEKN8EQkwwBVR8OPJgrTRG-_dW_XVHL058ezYSvwsSB4bjYtHH7xjZNHBaAaX1NZl7axG8zm2FIRV6AUmgdmxcbP0BcuWvUJkcUKrYYEDf0Msx2_3arxgmS1V85YMb_1SVbWt6E3QnkpvLcGyC0SxN6rGTr.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ibg-token', 'iBG Token', 'IBG', null, 'ibg-token', 'https://assets.coingecko.com/coins/images/18026/large/IBG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ibithub', 'iBitHub', 'IBH', null, null, 'https://assets.coingecko.com/coins/images/7900/large/kNB221Sz_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ibiza-final-boss', 'Ibiza Final Boss', 'BOSS', 4838, 'ibiza-final-boss', 'https://assets.coingecko.com/coins/images/67985/large/DADD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('icb-network', 'ICB Network', 'ICBX', 3323, 'icb-network', 'https://assets.coingecko.com/coins/images/51356/large/ICB-Crypto-Services-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ice', 'Ice Open Network', 'ICE', 1032, 'ice', 'https://assets.coingecko.com/coins/images/34674/large/ion-coingecko-200w.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ice-token', 'Popsicle Finance', 'ICE', 6829, 'ice-token', 'https://assets.coingecko.com/coins/images/14586/large/ice.png', 100);
INSERT OR REPLACE INTO Coin VALUES('icecream-ai', 'IceCream AI', 'ICECREAM', 1611, 'icecream-ai', 'https://assets.coingecko.com/coins/images/55188/large/oie_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ichi-farm', 'ICHI', 'ICHI', 2793, 'ichi-farm', 'https://assets.coingecko.com/coins/images/13119/large/ICHI_%28Round%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('icm-run', 'ICM.RUN', 'ICM', 1424, 'icm-run', 'https://assets.coingecko.com/coins/images/69577/large/icm_resized_200x200.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('icon', 'ICON', 'ICX', 512, 'icon', 'https://assets.coingecko.com/coins/images/1060/large/ICON-symbol-coingecko_latest.png', 100);
INSERT OR REPLACE INTO Coin VALUES('icopax', 'Icopax', '$IPAX', 3133, 'icopax', 'https://assets.coingecko.com/coins/images/69222/large/69JOfWo7_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('idavoll-network', 'Idavoll Network', 'IDV', 7587, 'idavoll-network', 'https://assets.coingecko.com/coins/images/14229/large/71922199.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ideaology', 'Ideaology', 'IDEA', 10199, 'ideaology', 'https://assets.coingecko.com/coins/images/13938/large/idea_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idena', 'Idena', 'IDNA', 5974, 'idena', 'https://assets.coingecko.com/coins/images/10548/large/idena200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idexo-token', 'Idexo Token', 'IDO', 8196, 'idexo-token', 'https://assets.coingecko.com/coins/images/18523/large/qOiqm7T8_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('idia', 'Impossible Decentralized Incubator Access', 'IDIA', 1307, 'idia', 'https://assets.coingecko.com/coins/images/17803/large/IDIA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle', 'IDLE', 'IDLE', 9983, 'idle', 'https://assets.coingecko.com/coins/images/13286/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-dai-risk-adjusted', 'IdleDAI (Risk Adjusted)', 'IDLEDAISAFE', null, 'idle-dai-risk-adjusted', 'https://assets.coingecko.com/coins/images/11929/large/idledai-safe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-dai-yield', 'IdleDAI (Best Yield)', 'IDLEDAIYIELD', null, 'idle-dai-yield', 'https://assets.coingecko.com/coins/images/11901/large/idledai_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-network', 'Idle Network', 'IDLE', 3364, 'idle-network', 'https://assets.coingecko.com/coins/images/69402/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-susd-yield', 'IdleSUSD (Yield)', 'IDLESUSDYIELD', null, 'idle-susd-yield', 'https://assets.coingecko.com/coins/images/11934/large/idlesusdv3mmaxyield_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-tusd-yield', 'IdleTUSD (Best Yield)', 'IDLETUSDYIELD', null, 'idle-tusd-yield', 'https://assets.coingecko.com/coins/images/11935/large/idletusdv3mMaxyield_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-usdc-risk-adjusted', 'IdleUSDC (Risk Adjusted)', 'IDLEUSDCSAFE', null, 'idle-usdc-risk-adjusted', 'https://assets.coingecko.com/coins/images/11930/large/idleusdc-safe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-usdc-yield', 'IdleUSDC (Yield)', 'IDLEUSDCYIELD', null, 'idle-usdc-yield', 'https://assets.coingecko.com/coins/images/11932/large/idleusdcv3_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-usdt-risk-adjusted', 'IdleUSDT (Risk Adjusted)', 'IDLEUSDTSAFE', null, 'idle-usdt-risk-adjusted', 'https://assets.coingecko.com/coins/images/11931/large/idleusdt-safe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-usdt-yield', 'IdleUSDT (Yield)', 'IDLEUSDTYIELD', null, 'idle-usdt-yield', 'https://assets.coingecko.com/coins/images/11933/large/idleusdtv3maxyield_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('idle-wbtc-yield', 'IdleWBTC (Best Yield)', 'IDLEWBTCYIELD', null, 'idle-wbtc-yield', 'https://assets.coingecko.com/coins/images/11936/large/idlewbtcv3maxyield_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iexec-rlc', 'iExec RLC', 'RLC', 672, 'iexec-rlc', 'https://assets.coingecko.com/coins/images/646/large/pL1VuXm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('if-science', 'IF Science', 'IFSCI', 8900, 'if-science', 'https://assets.coingecko.com/coins/images/53799/large/Icon.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ifarm', 'iFARM', 'IFARM', null, 'ifarm', 'https://assets.coingecko.com/coins/images/14472/large/ifarm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ignis', 'Ignis', 'IGNIS', 5248, 'ignis', 'https://assets.coingecko.com/coins/images/1345/large/ignis.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ignition-fbtc', 'Ignition FBTC', 'FBTC', 378, 'ignition-fbtc', 'https://assets.coingecko.com/coins/images/39182/large/Function_Token_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ijascoin', 'IjasCoin', 'IJC', null, null, 'https://assets.coingecko.com/coins/images/14099/large/Ijascode-Flat-Logo-2-24-2021.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ika', 'Ika', 'IKA', 613, 'ika', 'https://assets.coingecko.com/coins/images/67598/large/ika.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ikun', 'IKUN', 'IKUN', 4218, 'ikun', 'https://assets.coingecko.com/coins/images/55753/large/ikun-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ilcoin', 'ILCOIN', 'ILC', null, 'ilcoin', 'https://assets.coingecko.com/coins/images/6238/large/image0.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('illuminaticoin', 'IlluminatiCoin', 'NATI', 1546, 'illuminaticoin', 'https://assets.coingecko.com/coins/images/32399/large/CMCIcon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('illusion-of-life', 'Illusion of Life', 'SPARK', 2367, 'illusion-of-life', 'https://assets.coingecko.com/coins/images/68135/large/6ov8mwzoscbnxh8uce0oiqg8r7wz.', 100);
INSERT OR REPLACE INTO Coin VALUES('illuvium', 'Illuvium', 'ILV', 463, 'illuvium', 'https://assets.coingecko.com/coins/images/14468/large/logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('imagen-ai', 'Imagen AI', 'IMAGE', 1758, 'imagen-ai', 'https://assets.coingecko.com/coins/images/66923/large/ImagenLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('imagine-2', 'IMAGINE', 'IMAGINE', 7385, 'imagine-2', 'https://assets.coingecko.com/coins/images/67775/large/jVHLOo6d_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ime-lab', 'iMe Lab', 'LIME', 2046, 'ime-lab', 'https://assets.coingecko.com/coins/images/16243/large/lim_200.2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('imgn-labs', 'IMGN Labs', 'IMGN', 2731, 'imgn-labs', 'https://assets.coingecko.com/coins/images/55178/large/imgn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('imgnai', 'Image Generation AI', 'IMGNAI', null, null, 'https://assets.coingecko.com/coins/images/28666/large/imgnai-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('immutable', 'Immutable', 'DARA', null, 'immutable', 'https://assets.coingecko.com/coins/images/17640/large/darav2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('immutable-x', 'Immutable X', 'IMX', 112, 'immutable-x', 'https://assets.coingecko.com/coins/images/17233/large/immutableX-symbol-BLK-RGB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('imo', 'IMO', 'IMO', 1522, 'imo', 'https://assets.coingecko.com/coins/images/14831/large/IMO_logo_rond_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('imperium-empires', 'Imperium Empires', 'IME', 12536, 'imperium-empires', 'https://assets.coingecko.com/coins/images/21933/large/X6_UI3rs_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('impermax-2', 'Impermax', 'IBEX', 2922, 'impermax-2', 'https://assets.coingecko.com/coins/images/27606/large/IqwOmX-c_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('impossible-cloud-network-token', 'Impossible Cloud Network Token', 'ICNT', 1024, 'impossible-cloud-network-token', 'https://assets.coingecko.com/coins/images/55484/large/ICNT_token_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('impossible-finance', 'Impossible Finance', 'IF', 8240, 'impossible-finance', 'https://assets.coingecko.com/coins/images/15009/large/if.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('impt', 'IMPT', 'IMPT', 2302, 'impt', 'https://assets.coingecko.com/coins/images/28486/large/IMPT_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('inc-reward-service', 'INC Reward Service', 'IRS', 4144, 'inc-reward-service', 'https://assets.coingecko.com/coins/images/67839/large/IRS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('incaswap', 'INCASWAP', 'INCA', 5479, 'incaswap', 'https://assets.coingecko.com/coins/images/53395/large/Symbol_IncaSwap200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('incrypt', 'Incrypt', 'INC', 1231, 'incrypt', 'https://assets.coingecko.com/coins/images/55966/large/Incrypt_Token_Logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('index-coop-eth-2x-flexible-leverage-index', 'Index Coop - ETH 2x Flexible Leverage Index (Polygon)', 'ETH2X-FLI-P', 5041, 'index-coop-eth-2x-flexible-leverage-index', 'https://assets.coingecko.com/coins/images/21183/large/ETH2x-FLO_token_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('index-cooperative', 'Index Cooperative', 'INDEX', 2095, 'index-cooperative', 'https://assets.coingecko.com/coins/images/12729/large/index.png', 100);
INSERT OR REPLACE INTO Coin VALUES('indexed-finance', 'Indexed Finance', 'NDX', 10850, 'indexed-finance', 'https://assets.coingecko.com/coins/images/13546/large/indexed-light.74bb5471.png', 100);
INSERT OR REPLACE INTO Coin VALUES('indexy', 'Indexy', 'I', 2325, 'indexy', 'https://assets.coingecko.com/coins/images/66582/large/qczwgqkspq47mk99h5tv11kqyf6w.', 100);
INSERT OR REPLACE INTO Coin VALUES('indigo-dao-governance-token', 'Indigo Protocol', 'INDY', 1403, 'indigo-dao-governance-token', 'https://assets.coingecko.com/coins/images/28303/large/IndigoTokenCMC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('inferno-2', 'INFERNO', 'INF', 1795, 'inferno-2', 'https://assets.coingecko.com/coins/images/50522/large/INFcg.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('infinaeon', 'Infinaeon', 'INF', 5523, 'infinaeon', 'https://assets.coingecko.com/coins/images/55333/large/Infinaeon.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('infinifi-locked-iusd-1week', 'infiniFi Locked iUSD (1week)', 'LIUSD', 1115, 'infinifi-locked-iusd-1week', 'https://assets.coingecko.com/coins/images/69238/large/liUSDlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('infinifi-usd', 'InfiniFi USD', 'IUSD', 408, 'infinifi-usd', 'https://assets.coingecko.com/coins/images/67385/large/iusd.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('infinit', 'INFINIT', 'IN', 852, 'infinit', 'https://assets.coingecko.com/coins/images/67941/large/infinit.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('infinitar-governance-token', 'Infinitar Governance Token', 'IGT', 3414, 'infinitar-governance-token', 'https://assets.coingecko.com/coins/images/50985/large/infinitar.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('infinite-money-glitch', 'Infinite Money Glitch', 'IMG', 3247, 'infinite-money-glitch', 'https://assets.coingecko.com/coins/images/54506/large/IMG_8612.png', 100);
INSERT OR REPLACE INTO Coin VALUES('infinitee', 'Infinitee', 'INFTEE', null, 'infinitee', 'https://assets.coingecko.com/coins/images/17010/large/infinitee_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('infinitehash', 'InfiniteHash', 'SN89', 2667, 'infinitehash', 'https://assets.coingecko.com/coins/images/67728/large/infinitehash-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('infiniticoin', 'InfinitiCoin', 'INCO', 1751, 'infiniticoin', 'https://assets.coingecko.com/coins/images/51435/large/200x200-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('infinity-ground', 'Infinity Ground', 'AIN', 1126, 'infinity-ground', 'https://assets.coingecko.com/coins/images/67034/large/ain.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('infinity-rocket-token', 'Infinity Rocket Token', 'IRT', 6038, 'infinity-rocket-token', 'https://assets.coingecko.com/coins/images/20619/large/irt.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('inflation-hedging-coin', 'Inflation Hedging Coin', 'IHC', null, 'inflation-hedging-coin', 'https://assets.coingecko.com/coins/images/18835/large/imgonline-com-ua-Resize-QspvgKzsspQpANbd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('infrafred-bgt', 'Infrared BGT', 'IBGT', 955, 'infrafred-bgt', 'https://assets.coingecko.com/coins/images/54614/large/ibgt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('infrared-bera', 'Infrared Bera', 'IBERA', 355, 'infrared-bera', 'https://assets.coingecko.com/coins/images/54671/large/ibera.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('infrax', 'infraX', 'INFRA', 3973, 'infrax', 'https://assets.coingecko.com/coins/images/36063/large/RENDR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('initia', 'Initia', 'INIT', 1008, 'initia', 'https://assets.coingecko.com/coins/images/40138/large/initia_symbol_white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('initia-bridged-usdc-initia', 'Initia Bridged USDC (Initia)', 'USDC', 2131, 'initia-bridged-usdc-initia', 'https://assets.coingecko.com/coins/images/66981/large/usd-coin-usdc-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('injective-bridged-usdt-injective', 'Injective Bridged USDT (Injective)', 'USDT', 1183, 'injective-bridged-usdt-injective', 'https://assets.coingecko.com/coins/images/68489/large/usdt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('injective-protocol', 'Injective Protocol', 'INJ', 117, 'injective-protocol', 'https://assets.coingecko.com/coins/images/12882/large/Other_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('injective-quants', 'Injective Quants', 'QUNT', 3905, 'injective-quants', 'https://assets.coingecko.com/coins/images/37868/large/pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ink', 'Ink', 'INK', 5818, 'ink', 'https://assets.coingecko.com/coins/images/1216/large/ink.png', 100);
INSERT OR REPLACE INTO Coin VALUES('innova', 'Innova', 'INN', null, 'innova', 'https://assets.coingecko.com/coins/images/1131/large/Innova.png', 100);
INSERT OR REPLACE INTO Coin VALUES('innovative-bioresearch', 'Innovative Bioresearch Coin', 'INNBC', null, null, 'https://assets.coingecko.com/coins/images/4043/large/INNBC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('insane-labz', 'Insane Labz', 'LABZ', 8999, 'insane-labz', 'https://assets.coingecko.com/coins/images/37636/large/200_x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('insc', 'INSC (Ordinals)', 'INSC', 6737, 'insc', 'https://assets.coingecko.com/coins/images/30287/large/insc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('inscribe', 'Inscribe', 'INS', 6503, 'inscribe', 'https://assets.coingecko.com/coins/images/34960/large/nwb4N3Gx_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('inspect', 'Inspect', 'INSP', 1974, 'inspect', 'https://assets.coingecko.com/coins/images/33422/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('instadapp', 'Instadapp', 'INST', 203, 'instadapp', 'https://assets.coingecko.com/coins/images/14688/large/Logo_1_%28brighter%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('instadapp-eth', 'Instadapp ETH', 'IETH', 5727, 'instadapp-eth', 'https://assets.coingecko.com/coins/images/25822/large/iETH_100x100.png', 100);
INSERT OR REPLACE INTO Coin VALUES('insula', 'Insula', 'ISLA', 9543, 'insula', 'https://assets.coingecko.com/coins/images/10884/large/isla.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('insurace', 'InsurAce', 'INSUR', 6190, 'insurace', 'https://assets.coingecko.com/coins/images/14226/large/insur.png', 100);
INSERT OR REPLACE INTO Coin VALUES('insurance-2', 'INSURANCE', 'INSURANCE', null, 'insurance-2', 'https://assets.coingecko.com/coins/images/51129/large/insurance.png', 100);
INSERT OR REPLACE INTO Coin VALUES('insure', 'inSure DeFi', 'SURE', 1234, 'insure', 'https://assets.coingecko.com/coins/images/10354/large/logo-grey-circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('insurex', 'iXledger', 'IXT', null, 'insurex', 'https://assets.coingecko.com/coins/images/814/large/ixledger.png', 100);
INSERT OR REPLACE INTO Coin VALUES('int-os', 'INT OS', 'AIOS', 12519, 'int-os', 'https://assets.coingecko.com/coins/images/53428/large/pfp_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('integral', 'Integral', 'ITGR', 5800, 'integral', 'https://assets.coingecko.com/coins/images/18381/large/Integral_icon_purple.png', 100);
INSERT OR REPLACE INTO Coin VALUES('integritee', 'Integritee', 'TEER', 5650, 'integritee', 'https://assets.coingecko.com/coins/images/21131/large/Logo_New.png', 100);
INSERT OR REPLACE INTO Coin VALUES('intentx', 'IntentX', 'INTX', 2554, null, 'https://assets.coingecko.com/coins/images/38241/large/PFP_IX_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('inter-milan-fan-token', 'Inter Milan Fan Token', 'INTER', 2602, 'inter-milan-fan-token', 'https://assets.coingecko.com/coins/images/18288/large/INTER.png', 100);
INSERT OR REPLACE INTO Coin VALUES('interest-bearing-eth', 'Interest Bearing ETH', 'IBETH', null, 'interest-bearing-eth', 'https://assets.coingecko.com/coins/images/13131/large/7675.png', 100);
INSERT OR REPLACE INTO Coin VALUES('interest-compounding-eth-index', 'Interest Compounding ETH Index', 'ICETH', 1993, null, 'https://assets.coingecko.com/coins/images/24483/large/icETH-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('international-meme-fund', 'International Meme Fund', 'IMF', 3030, 'international-meme-fund', 'https://assets.coingecko.com/coins/images/52031/large/imf-coingecko-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('internet-computer', 'Internet Computer', 'ICP', 70, 'internet-computer', 'https://assets.coingecko.com/coins/images/14495/large/Internet_Computer_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('internet-of-energy-network', 'Internet of Energy Network', 'IOEN', null, 'internet-of-energy-network', 'https://assets.coingecko.com/coins/images/19095/large/12799.png', 100);
INSERT OR REPLACE INTO Coin VALUES('internxt', 'Internxt', 'INXT', 11470, 'internxt', 'https://assets.coingecko.com/coins/images/986/large/inxt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('interstellar-domain-order', 'Interstellar Domain Order', 'IDO', null, 'interstellar-domain-order', 'https://assets.coingecko.com/coins/images/20523/large/logo_-_2021-11-18T065417.612.png', 100);
INSERT OR REPLACE INTO Coin VALUES('intexcoin', 'INTEXCOIN', 'INTX', null, 'intexcoin', 'https://assets.coingecko.com/coins/images/11854/large/INTX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('inverse-ethereum-volatility-index-token', 'Inverse Ethereum Volatility Index Token', 'IETHV', null, 'inverse-ethereum-volatility-index-token', 'https://assets.coingecko.com/coins/images/16715/large/logo_-_2021-06-28T085526.083.png', 100);
INSERT OR REPLACE INTO Coin VALUES('inverse-finance', 'Inverse Finance', 'INV', 1304, 'inverse-finance', 'https://assets.coingecko.com/coins/images/14205/large/inverse_finance.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('invesco-qqq-etf-ondo-tokenized-etf', 'Invesco QQQ ETF (Ondo Tokenized ETF)', 'QQQON', 1329, 'invesco-qqq-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68654/large/qqqon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('invest-zone', 'Invest Zone', 'IVFUN', 5856, 'invest-zone', 'https://assets.coingecko.com/coins/images/39924/large/ivfun200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('io', 'io.net', 'IO', 581, 'io', 'https://assets.coingecko.com/coins/images/37754/large/io_blackbg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iobusd', 'ioBUSD', 'IOBUSD', null, 'iobusd', 'https://assets.coingecko.com/coins/images/19254/large/io14nhfkywdfvl40evgsqnh43ev33q6he8yez8c8a.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ioeth', 'ioETH', 'IOETH', null, 'ioeth', 'https://assets.coingecko.com/coins/images/19342/large/io1qfvgvmk6lpxkpqwlzanqx4atyzs86ryqjnfuad.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ioi-token', 'IOI Token', 'IOI', null, 'ioi-token', 'https://assets.coingecko.com/coins/images/15952/large/IOI_new_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ion', 'Ion', 'ION', 3573, 'ion', 'https://assets.coingecko.com/coins/images/16731/large/ion-osmosis.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iona-by-virtuals', 'Iona by Virtuals', 'IONA', 5303, 'iona-by-virtuals', 'https://assets.coingecko.com/coins/images/52166/large/iona.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('iostoken', 'IOST', 'IOST', 624, 'iostoken', 'https://assets.coingecko.com/coins/images/2523/large/IOST.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iota', 'IOTA', 'MIOTA', 156, 'iota', 'https://assets.coingecko.com/coins/images/692/large/IOTA_Thumbnail_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iota-2', 'iota', 'SN9', 1320, 'iota-2', 'https://assets.coingecko.com/coins/images/66330/large/sn9.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iotex', 'IoTeX', 'IOTX', 436, 'iotex', 'https://assets.coingecko.com/coins/images/3334/large/20250731-171811.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iotexpad', 'IoTeXPad', 'TEX', null, null, 'https://assets.coingecko.com/coins/images/20964/large/7gyi5TV8_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('iotexshiba', 'IoTexShiba', 'IOSHIB', null, 'iotexshiba', 'https://assets.coingecko.com/coins/images/20338/large/logoioshib200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iousdc', 'ioUSDC', 'IOUSDC', 3432, 'iousdc', 'https://assets.coingecko.com/coins/images/19346/large/io18v4l9dfr74xyu320pz4zsmgrz9d07vnvy20yrh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iousdt', 'ioUSDT', 'IOUSDT', 3255, 'iousdt', 'https://assets.coingecko.com/coins/images/19345/large/io1d77dcytfk5fsck089eg7669gfpqunrx35ue5ln.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iowbtc', 'ioWBTC', 'IOWBTC', null, 'iowbtc', 'https://assets.coingecko.com/coins/images/19347/large/io1c7unwg8h8vph89xwqru4f7zfa4yy5002wxvlrm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iown', 'iOWN Token', 'IOWN', null, null, 'https://assets.coingecko.com/coins/images/8270/large/iOWN-Lion-Face.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ipmb', 'GoldPro', 'GPRO', null, 'ipmb', 'https://assets.coingecko.com/coins/images/32952/large/20250109_144921.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ipor', 'IPOR', 'IPOR', 4484, null, 'https://assets.coingecko.com/coins/images/28373/large/IPOR-token-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ipx-token', 'Tachyon Protocol', 'IPX', null, null, 'https://assets.coingecko.com/coins/images/10335/large/krTP5zP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iq6900', 'IQ6900', 'IQ', null, 'iq6900', 'https://assets.coingecko.com/coins/images/51777/large/iconicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iridium', 'Iridium', 'IRD', 7622, null, 'https://assets.coingecko.com/coins/images/6208/large/iridium.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iris-network', 'IRISnet', 'IRIS', 3496, 'iris-network', 'https://assets.coingecko.com/coins/images/5135/large/IRIS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iris-token-2', 'Iris Token', 'IRIS', null, 'iris-token-2', 'https://assets.coingecko.com/coins/images/18361/large/hermes.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('iron-bank', 'Iron Bank', 'IB', 7646, 'iron-bank', 'https://assets.coingecko.com/coins/images/22902/large/ironbank.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iron-bank-euro', 'Iron Bank EURO', 'IBEUR', 3391, 'iron-bank-euro', 'https://assets.coingecko.com/coins/images/17285/large/Iron_Bank_Euro.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iron-finance', 'Iron Finance', 'ICE', null, 'iron-finance', 'https://assets.coingecko.com/coins/images/17024/large/ice_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('iron-fish', 'Iron Fish', 'IRON', 1185, 'iron-fish', 'https://assets.coingecko.com/coins/images/29982/large/kxDDjheA_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('iron-stablecoin', 'Iron', 'IRON', null, 'iron-stablecoin', 'https://assets.coingecko.com/coins/images/14588/large/logo_-_2021-03-31T123525.615.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iron-titanium-token', 'IRON Titanium Token', 'TITAN', null, 'iron-titanium-token', 'https://assets.coingecko.com/coins/images/16031/large/titan.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-20-year-treasury-bond-etf-ondo-tokenized-etf', 'iShares 20+ Year Treasury Bond ETF (Ondo Tokenized ETF)', 'TLTON', 1404, 'ishares-20-year-treasury-bond-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68647/large/tlton_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-core-msci-eafe-etf-ondo-tokenized-etf', 'iShares Core MSCI EAFE ETF (Ondo Tokenized ETF)', 'IEFAON', 1542, 'ishares-core-msci-eafe-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68558/large/iefaon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-core-msci-emerging-markets-etf-ondo-tokenized-etf', 'iShares Core MSCI Emerging Markets ETF (Ondo Tokenized ETF)', 'IEMGON', 2023, 'ishares-core-msci-emerging-markets-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68658/large/iemgon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-core-s-p-500-etf-ondo-tokenized-etf', 'iShares Core S&P 500 ETF (Ondo Tokenized ETF)', 'IVVON', 1319, 'ishares-core-s-p-500-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68650/large/ivvon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-core-s-p-total-us-stock-market-etf-ondo-tokenized-etf', 'iShares Core S&P Total US Stock Market ETF (Ondo Tokenized ETF)', 'ITOTON', 1809, 'ishares-core-s-p-total-us-stock-market-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68543/large/itoton_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-core-us-aggregate-bond-etf-ondo-tokenized-etf', 'iShares Core US Aggregate Bond ETF (Ondo Tokenized ETF)', 'AGGON', 1535, 'ishares-core-us-aggregate-bond-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68561/large/aggon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-gold-trust-ondo-tokenized-stock', 'iShares Gold Trust (Ondo Tokenized Stock)', 'IAUON', 1878, 'ishares-gold-trust-ondo-tokenized-stock', 'https://assets.coingecko.com/coins/images/68653/large/iauon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-msci-eafe-etf-ondo-tokenized-etf', 'iShares MSCI EAFE ETF (Ondo Tokenized ETF)', 'EFAON', 1806, 'ishares-msci-eafe-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68555/large/efaon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-msci-emerging-markets-etf-ondo-tokenized-etf', 'iShares MSCI Emerging Markets ETF (Ondo Tokenized ETF)', 'EEMON', 2264, 'ishares-msci-emerging-markets-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68550/large/eemon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-russell-1000-growth-etf-ondo-tokenized-etf', 'iShares Russell 1000 Growth ETF (Ondo Tokenized ETF)', 'IWFON', 1885, 'ishares-russell-1000-growth-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68570/large/iwfon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-silver-trust-ondo-tokenized-stock', 'iShares Silver Trust (Ondo Tokenized Stock)', 'SLVON', 2227, 'ishares-silver-trust-ondo-tokenized-stock', 'https://assets.coingecko.com/coins/images/68651/large/slvon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ishares-tips-bond-etf-ondo-tokenized-etf', 'iShares TIPS Bond ETF (Ondo Tokenized ETF)', 'TIPON', 1726, 'ishares-tips-bond-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68542/large/tipon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('isiklar-coin', 'Isiklar Coin', 'ISIKC', null, 'isiklar-coin', 'https://assets.coingecko.com/coins/images/10992/large/logo_%2866%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iskra-token', 'ISKRA Token', 'ISK', 3536, 'iskra-token', 'https://assets.coingecko.com/coins/images/27428/large/ISKRA_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('islamic-coin', 'Islamic Coin', 'ISLM', 861, 'islamic-coin', 'https://assets.coingecko.com/coins/images/32284/large/66eade0c3f9fa1dbb50d7a37_Logomark__2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('island-token', 'ISLAND Token', 'ISLAND', 3831, 'island-token', 'https://assets.coingecko.com/coins/images/52797/large/ISLAND_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('islander', 'Islander', 'ISA', 12562, 'islander', 'https://assets.coingecko.com/coins/images/22375/large/islander-new-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ispolink', 'Ispolink', 'ISP', 3181, 'ispolink', 'https://assets.coingecko.com/coins/images/15283/large/isolink.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('istanbul-basaksehir-fan-token', 'İstanbul Başakşehir Fan Token', 'IBFK', 7842, 'istanbul-basaksehir-fan-token', 'https://assets.coingecko.com/coins/images/13881/large/IBFK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('italian-brainrot', 'Italian Brainrot', 'ITALIANROT', 4245, 'italian-brainrot', 'https://assets.coingecko.com/coins/images/55291/large/ITALIANROT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('itam-games', 'ITAM Games', 'ITAM', null, 'itam-games', 'https://assets.coingecko.com/coins/images/11063/large/ITAMGames.png', 100);
INSERT OR REPLACE INTO Coin VALUES('itc', 'ITC', 'ITC', null, 'itc', 'https://assets.coingecko.com/coins/images/15943/large/73Gfsv9M_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ithaca-protocol', 'Ithaca Protocol', 'ITHACA', 4026, 'ithaca-protocol', 'https://assets.coingecko.com/coins/images/52502/large/ITHACA_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('itheum', 'Itheum', 'ITHEUM', 5188, 'itheum', 'https://assets.coingecko.com/coins/images/25361/large/itheum-logo-for-coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('iusd', 'Indigo Protocol iUSD', 'IUSD', 1840, 'iusd', 'https://assets.coingecko.com/coins/images/28494/large/iUSD_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ivault', 'ivault', 'IVT', 2686, 'ivault', 'https://assets.coingecko.com/coins/images/53215/large/ivault_Token_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ix-swap', 'IX Swap', 'IXS', 901, 'ix-swap', 'https://assets.coingecko.com/coins/images/18069/large/IXS-ava-square_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ix-token', 'IX Token', 'IXT', 1263, 'ix-token', 'https://assets.coingecko.com/coins/images/20927/large/IXT_LOGO_PNG_RGB_200X.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ixcoin', 'Ixcoin', 'IXC', 3055, null, 'https://assets.coingecko.com/coins/images/29/large/ixcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ixicash', 'IxiCash', 'IXI', 6307, 'ixicash', 'https://assets.coingecko.com/coins/images/8368/large/Ixian_Logo_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ixo', 'IXO', 'IXO', 5265, 'ixo', 'https://assets.coingecko.com/coins/images/16829/large/ixo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('izumi-finance', 'Izumi Finance', 'IZI', 1864, 'izumi-finance', 'https://assets.coingecko.com/coins/images/21791/large/izumi-logo-symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('izzy-2', 'Izzy', 'IZZY', 8480, 'izzy-2', 'https://assets.coingecko.com/coins/images/55894/large/izzy-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('j3ff-by-virtuals', 'J3FF by Virtuals', 'J3FF', 7331, 'j3ff-by-virtuals', 'https://assets.coingecko.com/coins/images/53843/large/J3FF.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jackal-protocol', 'Jackal Protocol', 'JKL', 2438, 'jackal-protocol', 'https://assets.coingecko.com/coins/images/28025/large/coingeckoJKL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jackpool-finance', 'JackPool.finance', 'JFI', null, 'jackpool-finance', 'https://assets.coingecko.com/coins/images/12358/large/inKutD9.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('jade-currency', 'Jade Currency', 'JADE', 7455, 'jade-currency', 'https://assets.coingecko.com/coins/images/10072/large/photo_2021-05-31_15.02.34.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('jager-hunter', 'Jager Hunter', 'JAGER', 1646, 'jager-hunter', 'https://assets.coingecko.com/coins/images/55522/large/jager.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jaiho-crypto', 'Jaiho Crypto', 'JAIHO', null, 'jaiho-crypto', 'https://assets.coingecko.com/coins/images/20311/large/jaiho.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('jaihoz', 'Jaihoz by Virtuals', 'JAIHOZ', 5887, 'jaihoz', 'https://assets.coingecko.com/coins/images/53495/large/jaihoz.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jailbreakme', 'JailbreakMe', 'JAIL', 7279, 'jailbreakme', 'https://assets.coingecko.com/coins/images/52620/large/stoneLogo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('jambo', 'Jambo', 'J', 1649, 'jambo', 'https://assets.coingecko.com/coins/images/53539/large/2D.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jambo-2', 'JAMBO', 'JAMBO', 2550, 'jambo-2', 'https://assets.coingecko.com/coins/images/68744/large/jambo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('janitor', 'Janitor', 'JANITOR', 4231, 'janitor', 'https://assets.coingecko.com/coins/images/66894/large/yfo8bbd10t8rqtt2jff7mweugfbp.', 100);
INSERT OR REPLACE INTO Coin VALUES('jarvis-reward-token', 'Jarvis Reward Token', 'JRT', 4519, 'jarvis-reward-token', 'https://assets.coingecko.com/coins/images/10390/large/cfeii0y.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jarvis-synthetic-euro', 'Jarvis Synthetic Euro', 'JEUR', null, 'jarvis-synthetic-euro', 'https://assets.coingecko.com/coins/images/15725/large/jEUR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jarvis-synthetic-swiss-franc', 'Jarvis Synthetic Swiss Franc', 'JCHF', null, 'jarvis-synthetic-swiss-franc', 'https://assets.coingecko.com/coins/images/15727/large/jCHF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jasmycoin', 'JasmyCoin', 'JASMY', 177, 'jasmycoin', 'https://assets.coingecko.com/coins/images/13876/large/JASMY200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jatevo', 'Jatevo', 'JTVO', 4978, 'jatevo', 'https://assets.coingecko.com/coins/images/66606/large/index.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('javsphere', 'Javsphere', 'JAV', 4988, 'javsphere', 'https://assets.coingecko.com/coins/images/36740/large/jav-token-v2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jax-network', 'Jax.Network', 'WJXN', null, 'jax-network', 'https://assets.coingecko.com/coins/images/18737/large/photo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jd-coin', 'JD Coin', 'JDC', null, null, 'https://assets.coingecko.com/coins/images/9958/large/Cv-2ca6p_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jeff-3', 'Jeff', 'JEFF', 2590, 'jeff-3', 'https://assets.coingecko.com/coins/images/38693/large/jef_jeffing_no_background.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jelly-my-jelly', 'Jelly-My-Jelly', 'JELLYJELLY', 629, 'jelly-my-jelly', 'https://assets.coingecko.com/coins/images/54087/large/jellyjelly-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('jen-hsun-huang', 'JHH', 'JHH', 6175, 'jen-hsun-huang', 'https://assets.coingecko.com/coins/images/50448/large/coignecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jeo-boden', 'Jeo Boden', 'BODEN', 3667, 'jeo-boden', 'https://assets.coingecko.com/coins/images/35872/large/boden.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('jerry-the-turtle-by-matt-furie', 'Jerry The Turtle By Matt Furie', 'JYAI', 1932, 'jerry-the-turtle-by-matt-furie', 'https://assets.coingecko.com/coins/images/54259/large/200x200_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jester', 'Jester', 'JEST', 2481, 'jester', 'https://assets.coingecko.com/coins/images/39549/large/jester-token-DARK-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jesus-coin', 'Jesus Coin', 'JESUS', 2220, 'jesus-coin', 'https://assets.coingecko.com/coins/images/30036/large/JESUS_COIN_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jet', 'JET', 'JET', 12333, 'jet', 'https://assets.coingecko.com/coins/images/18437/large/jet_logomark_color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jetcoin', 'Jetcoin', 'JET', 7741, null, 'https://assets.coingecko.com/coins/images/2487/large/jetcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jett-crypto', 'JETT CRYPTO', 'JETT', 2314, 'jett-crypto', 'https://assets.coingecko.com/coins/images/52309/large/jetttoken_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jetton', 'JetTon Games', 'JETTON', 2179, 'jetton', 'https://assets.coingecko.com/coins/images/31360/large/jetton.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('jfin-coin', 'JFIN Coin', 'JFIN', null, 'jfin-coin', 'https://assets.coingecko.com/coins/images/13370/large/JFin-Coin-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jigstack', 'Jigstack', 'STAK', 10716, 'jigstack', 'https://assets.coingecko.com/coins/images/14978/large/jigstack.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('jindo-inu', 'Jindo Inu', 'JIND', null, null, 'https://assets.coingecko.com/coins/images/15521/large/_POP28D3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jingle', 'Jingle', 'JINGLE', 11294, 'jingle', 'https://assets.coingecko.com/coins/images/55437/large/Jingle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jito-governance-token', 'Jito', 'JTO', 199, 'jito-governance-token', 'https://assets.coingecko.com/coins/images/33228/large/jto.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jito-staked-sol', 'Jito Staked SOL', 'JITOSOL', 53, 'jito-staked-sol', 'https://assets.coingecko.com/coins/images/28046/large/JitoSOL-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jobchain', 'Jobchain', 'JOB', null, 'jobchain', 'https://assets.coingecko.com/coins/images/9352/large/IMG_3285.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jobcoin-2', 'JOBCOIN', 'JOBCOIN', 2595, 'jobcoin-2', 'https://assets.coingecko.com/coins/images/55399/large/HjxdVuqu_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jobiess', 'JobIess', 'JOBIESS', 2759, 'jobiess', 'https://assets.coingecko.com/coins/images/69163/large/IMG_4287.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('joe', 'JOE', 'JOE', 783, 'joe', 'https://assets.coingecko.com/coins/images/17569/large/LFJ_JOE_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('joe-coin', 'Joe Coin', 'JOE', 1438, 'joe-coin', 'https://assets.coingecko.com/coins/images/32333/large/joe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('johnny-suede', 'Johnny Suede', 'SUEDE', 3168, 'johnny-suede', 'https://assets.coingecko.com/coins/images/54437/large/IMG_8918.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('joi', 'Joi', 'JOI', 11221, 'joi', 'https://assets.coingecko.com/coins/images/51725/large/Joi_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jojo', 'JOJO', 'JOJO', null, 'jojo', 'https://assets.coingecko.com/coins/images/17383/large/JOJO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jojoworld', 'JojoWorld', 'JOJO', 2327, 'jojoworld', 'https://assets.coingecko.com/coins/images/69319/large/jojoworld.png', 100);
INSERT OR REPLACE INTO Coin VALUES('joke', 'JOKE', 'JOKE', 2317, 'joke', 'https://assets.coingecko.com/coins/images/67922/large/JOKE_Ticker_Logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jones-dao', 'Jones DAO', 'JONES', 5429, 'jones-dao', 'https://assets.coingecko.com/coins/images/23290/large/3c8c2ed8-afb3-4b67-9937-5493acd88b50.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('joss-money', 'Joss Money', 'JMONEY', 3267, 'joss-money', 'https://assets.coingecko.com/coins/images/55891/large/%E4%B8%8B%E8%BC%8902.png', 100);
INSERT OR REPLACE INTO Coin VALUES('joule-2', 'Joule', 'JOULE', 2192, 'joule-2', 'https://assets.coingecko.com/coins/images/39538/large/Joule_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('joystick-labs', 'JoyStick', 'JSK', null, 'joystick-labs', 'https://assets.coingecko.com/coins/images/68249/large/logojsk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('joystream', 'Joystream', 'JOY', 4787, 'joystream', 'https://assets.coingecko.com/coins/images/24785/large/joy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jpeg-d', 'JPEG''d', 'JPEG', 4365, 'jpeg-d', 'https://assets.coingecko.com/coins/images/24025/large/et_43CNi_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('jpool', 'JPool', 'JSOL', null, 'jpool', 'https://assets.coingecko.com/coins/images/20664/large/jsol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jpyc', 'JPY Coin', 'JPYC', null, 'jpyc', 'https://assets.coingecko.com/coins/images/17277/large/WoZ8rruL_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('juggernaut', 'Juggernaut', 'JGN', 6403, 'juggernaut', 'https://assets.coingecko.com/coins/images/12761/large/juggernaut_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('juice-finance', 'Juice Finance', 'JUICE', 6345, 'juice-finance', 'https://assets.coingecko.com/coins/images/36503/large/juice-logo-purple-200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('juicebox', 'Juicebox', 'JBX', 3951, 'juicebox', 'https://assets.coingecko.com/coins/images/21120/large/CCeIEmvE_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('juicy', 'JUICY', 'JUICY', 5735, 'juicy', 'https://assets.coingecko.com/coins/images/53457/large/2025-01-06_23.52.28.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('juliaos', 'JuliaOS', 'JOS', 4548, 'juliaos', 'https://assets.coingecko.com/coins/images/55336/large/JuliaOS-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('julswap', 'JulSwap', 'JULD', 7373, 'julswap', 'https://assets.coingecko.com/coins/images/13839/large/Logo-D-Unicorn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jumbo-blockchain', 'Jumbo Blockchain', 'JNFTC', 749, null, 'https://assets.coingecko.com/coins/images/52016/large/WhatsApp_Image_2024-11-22_at_7.50.24_PM.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('jumptoken', 'JumpToken', 'JMPT', 1489, 'jumptoken', 'https://assets.coingecko.com/coins/images/22603/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jungle', 'Jungle', 'JUNGLE', null, null, 'https://assets.coingecko.com/coins/images/20893/large/O9Usopi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('juno-network', 'Juno Network', 'JUNO', 2092, 'juno-network', 'https://assets.coingecko.com/coins/images/19249/large/Juno_Logo_%28Salmon%29_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jupiter', 'Jupiter', 'JUP', 4284, 'jupiter', 'https://assets.coingecko.com/coins/images/10351/large/logo512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jupiter-exchange-solana', 'Jupiter', 'JUP', 103, 'jupiter-exchange-solana', 'https://assets.coingecko.com/coins/images/34188/large/jup.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jupiter-perpetuals-liquidity-provider-token', 'Jupiter Perpetuals Liquidity Provider Token', 'JLP', 64, 'jupiter-perpetuals-liquidity-provider-token', 'https://assets.coingecko.com/coins/images/33094/large/jlp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('jupiter-staked-sol', 'Jupiter Staked SOL', 'JUPSOL', 116, 'jupiter-staked-sol', 'https://assets.coingecko.com/coins/images/37482/large/jupsol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('juris-protocol', 'Juris Protocol', 'JURIS', 2475, 'juris-protocol', 'https://assets.coingecko.com/coins/images/52955/large/UNJMnP-F_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('just', 'JUST', 'JST', 253, 'just', 'https://assets.coingecko.com/coins/images/11095/large/JUST.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('just-a-little-guy', 'just a little guy', 'LITTLEGUY', 7833, 'just-a-little-guy', 'https://assets.coingecko.com/coins/images/68117/large/xnpy8d1m65wwlf5hfvwx9r5a6xkh.', 100);
INSERT OR REPLACE INTO Coin VALUES('just-buy-1-worth-of-this-coin', 'just buy $1 worth of this coin', '$1', 2930, 'just-buy-1-worth-of-this-coin', 'https://assets.coingecko.com/coins/images/52145/large/1_Logo_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('just-kira', 'JUST KIRA', 'KIRAI', 7741, 'just-kira', 'https://assets.coingecko.com/coins/images/53579/large/1000016160.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('just-memecoin', 'just memecoin', 'MEMECOIN', 4420, 'just-memecoin', 'https://assets.coingecko.com/coins/images/67100/large/9uuvbjbbxhbtpiykopin6kokbwrp.', 100);
INSERT OR REPLACE INTO Coin VALUES('just-stablecoin', 'JUST Stablecoin', 'USDJ', null, 'just-stablecoin', 'https://assets.coingecko.com/coins/images/10998/large/usdj.png', 100);
INSERT OR REPLACE INTO Coin VALUES('justice-for-zachxbt', 'Justice for Zachxbt', 'ZACHXBT', 7889, 'justice-for-zachxbt', 'https://assets.coingecko.com/coins/images/53818/large/zach.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('juventus-fan-token', 'Juventus Fan Token', 'JUV', 1737, 'juventus-fan-token', 'https://assets.coingecko.com/coins/images/10060/large/JUV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('k-tune', 'K-Tune', 'KTT', null, null, 'https://assets.coingecko.com/coins/images/13939/large/KakaoTalk_20220928_162525453.png', 100);
INSERT OR REPLACE INTO Coin VALUES('k21', 'K21', 'K21', 4530, 'k21', 'https://assets.coingecko.com/coins/images/14466/large/k21-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kabosu', 'Kabosu', 'KABOSU', null, 'kabosu', 'https://assets.coingecko.com/coins/images/15396/large/o7LLTW8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kabosu-erc20', 'Kabosu ERC20', 'KABOSU', 4597, 'kabosu-erc20', 'https://assets.coingecko.com/coins/images/55903/large/Kabosu_ERC20.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kaby-arena', 'Kaby Arena', 'KABY', null, 'kaby-arena', 'https://assets.coingecko.com/coins/images/18090/large/URPKhnop_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kadena', 'Kadena', 'KDA', 569, 'kadena', 'https://assets.coingecko.com/coins/images/3693/large/Social_-_Profile_Picture.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kai-ken', 'Kai Ken', 'KAI', 4908, 'kai-ken', 'https://assets.coingecko.com/coins/images/38697/large/eoUalmm0_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kaia', 'Kaia', 'KAIA', 147, 'kaia', 'https://assets.coingecko.com/coins/images/39901/large/KAIA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kaito', 'KAITO', 'KAITO', 269, 'kaito', 'https://assets.coingecko.com/coins/images/54411/large/Qm4DW488_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kaka', 'KAKA', 'KAKA', 7969, 'kaka', 'https://assets.coingecko.com/coins/images/56030/large/IMG_8045.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('kaka-nft-world', 'KAKA NFT World', 'KAKA', 7862, null, 'https://assets.coingecko.com/coins/images/20877/large/10768.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kala', 'Kala', 'KALA', null, null, 'https://assets.coingecko.com/coins/images/2043/large/JBEOkcx8_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kalao', 'Kalao', 'KLO', 8110, 'kalao', 'https://assets.coingecko.com/coins/images/18641/large/KALAO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kalmar', 'Kalmar', 'KALM', 9255, 'kalmar', 'https://assets.coingecko.com/coins/images/15849/large/kalmar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kambria', 'Kambria', 'KAT', 7155, 'kambria', 'https://assets.coingecko.com/coins/images/4784/large/kambria.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kamino', 'Kamino', 'KMNO', 364, 'kamino', 'https://assets.coingecko.com/coins/images/35801/large/tP0Lcgwp_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kampay', 'Kampay', 'KAMPAY', 6656, null, 'https://assets.coingecko.com/coins/images/8289/large/6130e86152bdb07e2848de00_200_4x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kan', 'BitKan', 'KAN', 2707, 'kan', 'https://assets.coingecko.com/coins/images/4651/large/kan-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kanaloa-network', 'Kanaloa Network', 'KANA', 8035, null, 'https://assets.coingecko.com/coins/images/17981/large/koa.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kangal', 'Kangal', 'KANGAL', 6372, 'kangal', 'https://assets.coingecko.com/coins/images/14241/large/logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kango', 'KANGO', 'KANGO', 3435, 'kango', 'https://assets.coingecko.com/coins/images/51107/large/curcular_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kanstar', 'KANSTAR', '$KANSTAR', 7966, 'kanstar', 'https://assets.coingecko.com/coins/images/53999/large/KANSTAR_ICON.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kanzzai', 'KanzzAI', 'KAAI', 8772, 'kanzzai', 'https://assets.coingecko.com/coins/images/51818/large/logo_blackbg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('karat-galaxy', 'KARAT Galaxy', 'KARAT', 2475, 'karat-galaxy', 'https://assets.coingecko.com/coins/images/51127/large/karat_token_icon_360png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('karate-combat', 'Karate Combat', 'KARATE', 2267, 'karate-combat', 'https://assets.coingecko.com/coins/images/30384/large/karate.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('karbo', 'Karbo', 'KRB', 5615, 'karbo', 'https://assets.coingecko.com/coins/images/2430/large/karbo_coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kardiachain', 'KardiaChain', 'KAI', 7901, 'kardiachain', 'https://assets.coingecko.com/coins/images/7942/large/profile_pic_scaled.png', 100);
INSERT OR REPLACE INTO Coin VALUES('karencoin', 'KarenCoin', 'KAREN', null, 'karencoin', 'https://assets.coingecko.com/coins/images/16191/large/karen.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('karmacoin-2', 'Karmacoin', 'KARMA', 3374, 'karmacoin-2', 'https://assets.coingecko.com/coins/images/67404/large/logo_200_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('karrat', 'Karrat', 'KARRAT', 1255, 'karrat', 'https://assets.coingecko.com/coins/images/37237/large/SmallLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('karsiyaka-taraftar-token', 'Karsiyaka Taraftar Token', 'KSK', 5736, null, 'https://assets.coingecko.com/coins/images/17650/large/ksk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('karum', 'Karum', 'KARUM', 4871, 'karum', 'https://assets.coingecko.com/coins/images/68258/large/coingecko-k.png', 100);
INSERT OR REPLACE INTO Coin VALUES('karura', 'Karura', 'KAR', 2871, 'karura', 'https://assets.coingecko.com/coins/images/17172/large/karura.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('kaspa', 'Kaspa', 'KAS', 84, 'kaspa', 'https://assets.coingecko.com/coins/images/25751/large/kaspa-icon-exchanges.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kaspy', 'Kaspy', 'KASPY', 3276, 'kaspy', 'https://assets.coingecko.com/coins/images/50816/large/kaspy_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kasta', 'Kasta', 'KASTA', 1844, 'kasta', 'https://assets.coingecko.com/coins/images/22293/large/Kasta.png', 100);
INSERT OR REPLACE INTO Coin VALUES('katana-inu', 'Katana Inu', 'KATA', 2527, 'katana-inu', 'https://assets.coingecko.com/coins/images/21872/large/Katana_Inu512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kattana', 'Kattana', 'KTN', 8813, 'kattana', 'https://assets.coingecko.com/coins/images/14739/large/256-256-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kava', 'Kava', 'KAVA', 329, 'kava', 'https://assets.coingecko.com/coins/images/9761/large/kava.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kava-lend', 'Kava Lend', 'HARD', 5604, 'kava-lend', 'https://assets.coingecko.com/coins/images/13008/large/HARD_coin_256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kava-swap', 'Kava Swap', 'SWP', 6079, 'kava-swap', 'https://assets.coingecko.com/coins/images/18031/large/6123a3093aeaba00d21e7685_Kava_Swap-Logo-White-p-500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kawaii-islands', 'Kawaii Islands', 'KWT', 6879, null, 'https://assets.coingecko.com/coins/images/18880/large/8f4IyY3_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kazonomics', 'kazonomics', 'KAZONOMICS', 2712, 'kazonomics', 'https://assets.coingecko.com/coins/images/68810/large/kazonomics-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('kcc-bridged-weth-kucoin-community-chain', 'KCC Bridged WETH (Kucoin Community Chain)', 'WETH', 1880, 'kcc-bridged-weth-kucoin-community-chain', 'https://assets.coingecko.com/coins/images/39712/large/WETH.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kccpad', 'KCCPad', 'KCCPAD', 4865, 'kccpad', 'https://assets.coingecko.com/coins/images/16994/large/kcc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kdag', 'King DAG', 'KDAG', null, 'kdag', 'https://assets.coingecko.com/coins/images/10809/large/3xcLUorv_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kdr', 'KDR', 'KDR', 7578, 'kdr', 'https://assets.coingecko.com/coins/images/52853/large/-KDR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('keep-network', 'Keep Network', 'KEEP', 981, 'keep-network', 'https://assets.coingecko.com/coins/images/3373/large/IuNzUb5b_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('keep3rv1', 'Keep3rV1', 'KP3R', 3203, 'keep3rv1', 'https://assets.coingecko.com/coins/images/12966/large/kp3r_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('keeta', 'Keeta', 'KTA', 354, 'keeta', 'https://assets.coingecko.com/coins/images/54723/large/2025-03-05_22.53.06.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kek-5', 'Kek', 'KEK', 5414, 'kek-5', 'https://assets.coingecko.com/coins/images/68447/large/cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('keke-terminal', 'KEKE Terminal', 'KEKE', 7102, 'keke-terminal', 'https://assets.coingecko.com/coins/images/52064/large/IMG_3827.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('kekistan', 'Kekistan', 'KEK', 3177, 'kekistan', 'https://assets.coingecko.com/coins/images/50949/large/1000020931.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kekius-maximus', 'Kekius Maximus', 'KEKIUS', 1509, 'kekius-maximus', 'https://assets.coingecko.com/coins/images/52791/large/Untitled_design.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kekius-maximus-2', 'Kekius Maximus', 'KM', 6302, 'kekius-maximus-2', 'https://assets.coingecko.com/coins/images/53216/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kekius-maximus-4', 'Kekius Maximus', 'KM', 4190, 'kekius-maximus-4', 'https://assets.coingecko.com/coins/images/53232/large/LOGO_%282%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kelp-dao-restaked-eth', 'Kelp DAO Restaked ETH', 'RSETH', 81, 'kelp-dao-restaked-eth', 'https://assets.coingecko.com/coins/images/33800/large/Icon___Dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kelp-gain', 'Kelp Gain', 'AGETH', 495, 'kelp-gain', 'https://assets.coingecko.com/coins/images/39677/large/Icon___Dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kelpdao-bridged-rseth-unichain', 'KelpDAO Bridged rsETH (Unichain)', 'RSETH', 1378, 'kelpdao-bridged-rseth-unichain', 'https://assets.coingecko.com/coins/images/67283/large/rseth.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kelvpn', 'KelVPN', 'KEL', null, 'kelvpn', 'https://assets.coingecko.com/coins/images/14851/large/logokelvpn200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kendu-inu', 'Kendu Inu', 'KENDU', 1613, 'kendu-inu', 'https://assets.coingecko.com/coins/images/35722/large/photo_2024-03-05_01-23-59_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kenshi-2', 'Kenshi', 'KNS', 3862, 'kenshi-2', 'https://assets.coingecko.com/coins/images/30759/large/kenshi.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kepler', 'Kepler', 'AVIA', 3008, 'kepler', 'https://assets.coingecko.com/coins/images/52429/large/0xb9a98894ffbfa98c73a818b5b044e5b1c8666f56_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kernel-2', 'KernelDAO', 'KERNEL', 868, 'kernel-2', 'https://assets.coingecko.com/coins/images/54326/large/Kernel_token_logo_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ket', 'Ket', 'KET', 965, 'ket', 'https://assets.coingecko.com/coins/images/53789/large/edfw.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('key-2', 'KEY', 'KEY', 2347, 'key-2', 'https://assets.coingecko.com/coins/images/67743/large/IMG_0429.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('keyboard-cat-base', 'Keyboard Cat (Base)', 'KEYCAT', 1280, 'keyboard-cat-base', 'https://assets.coingecko.com/coins/images/36608/large/IMG_9500.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('keyfi', 'KeyFi', 'KEYFI', 7992, 'keyfi', 'https://assets.coingecko.com/coins/images/15098/large/keyfi_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('keys-token', 'Keys Token', 'KEYS', null, 'keys-token', 'https://assets.coingecko.com/coins/images/20604/large/200x200_%2843%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kgen', 'KGeN', 'KGEN', 933, 'kgen', 'https://assets.coingecko.com/coins/images/69816/large/kgen.png', 100);
INSERT OR REPLACE INTO Coin VALUES('khaokheowzoo', 'khaokheowzoo', 'KHEOWZOO', 8826, 'khaokheowzoo', 'https://assets.coingecko.com/coins/images/52164/large/IMG_5742.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ki', 'KI', 'XKI', 6069, 'ki', 'https://assets.coingecko.com/coins/images/15694/large/xki-color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kiba-inu', 'Kiba Inu', 'KIBA', 4626, 'kiba-inu', 'https://assets.coingecko.com/coins/images/19525/large/kiba.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kiboshib', 'KiboShib', 'KIBSHI', 2053, 'kiboshib', 'https://assets.coingecko.com/coins/images/29335/large/foto_no_exif_%2811%29%282%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kick', 'Kick', 'KICK', 6757, 'kick', 'https://assets.coingecko.com/coins/images/981/large/kick.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kickpad', 'KickPad', 'KPAD', 7756, 'kickpad', 'https://assets.coingecko.com/coins/images/14531/large/kickpad_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kiki-2', 'KIKI', 'KIKI', 5963, 'kiki-2', 'https://assets.coingecko.com/coins/images/52960/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kill-big-beautiful-bill', 'KILL BIG BEAUTIFUL BILL', 'KBBB', 7739, 'kill-big-beautiful-bill', 'https://assets.coingecko.com/coins/images/66303/large/-MDPp63x_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kiloex', 'KiloEx', 'KILO', 2288, 'kiloex', 'https://assets.coingecko.com/coins/images/54995/large/KILOEX.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kilt-protocol', 'KILT Protocol', 'KILT', null, null, 'https://assets.coingecko.com/coins/images/20861/large/KILT_Protocol_pink_200x200_circled.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kilt-protocol-2', 'KILT Protocol', 'KILT', 2994, 'kilt-protocol-2', 'https://assets.coingecko.com/coins/images/66718/large/kilt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kima', 'Kima Network', 'KIMA', 2545, 'kima', 'https://assets.coingecko.com/coins/images/50764/large/K-logo-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kimbo', 'Kimbo', 'KIMBO', 3901, 'kimbo', 'https://assets.coingecko.com/coins/images/33793/large/Icon_only_Logo.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kimchi-finance', 'KIMCHI.finance', 'KIMCHI', null, 'kimchi-finance', 'https://assets.coingecko.com/coins/images/12302/large/VBa2Z60o_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kin', 'Kin', 'KIN', 2905, 'kin', 'https://assets.coingecko.com/coins/images/959/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kindnesscoin', 'KindnessCoin', 'KIND', 3962, 'kindnesscoin', 'https://assets.coingecko.com/coins/images/69247/large/dl0rap4625ssvo79qlenkqarmjpa.', 100);
INSERT OR REPLACE INTO Coin VALUES('kine-protocol', 'Kine Protocol', 'KINE', 9624, 'kine-protocol', 'https://assets.coingecko.com/coins/images/14339/large/kine.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kinesis-gold', 'Kinesis Gold', 'KAU', 347, 'kinesis-gold', 'https://assets.coingecko.com/coins/images/29788/large/kau-currency-ticker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kinesis-silver', 'Kinesis Silver', 'KAG', 339, 'kinesis-silver', 'https://assets.coingecko.com/coins/images/29789/large/kag-currency-ticker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kinetic-staked-hype', 'Kinetiq Staked HYPE', 'KHYPE', 89, 'kinetic-staked-hype', 'https://assets.coingecko.com/coins/images/67388/large/khype.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kinetiq-earn-vault', 'Kinetiq Earn Vault', 'VKHYPE', 210, 'kinetiq-earn-vault', 'https://assets.coingecko.com/coins/images/69439/large/vkhype.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kinetixfi', 'Kinetix Finance Token', 'KAI', 5175, 'kinetixfi', 'https://assets.coingecko.com/coins/images/34031/large/KFI_Token_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('king-shiba', 'King Shiba', 'KINGSHIB', 4701, 'king-shiba', 'https://assets.coingecko.com/coins/images/19215/large/kingshib.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kingdom-game-4-0', 'Kingdom Game 4.0', 'KDG', 6724, 'kingdom-game-4-0', 'https://assets.coingecko.com/coins/images/10914/large/KDG_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kinto', 'Kinto', 'K', 7877, 'kinto', 'https://assets.coingecko.com/coins/images/54964/large/k200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kip', 'KIP', 'KIP', 4894, 'kip', 'https://assets.coingecko.com/coins/images/52585/large/200x200-kip.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kira-3', 'KIRA', 'KIRA', 8138, 'kira-3', 'https://assets.coingecko.com/coins/images/51279/large/KIRA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kira-network', 'KIRA Network', 'KEX', 3399, 'kira-network', 'https://assets.coingecko.com/coins/images/13232/large/KEX-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kirakuru', 'KiraKuru', 'KRA', 5442, 'kirakuru', 'https://assets.coingecko.com/coins/images/52710/large/Kira_Kuru_Original.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kirobo', 'Kirobo', 'KIRO', null, null, 'https://assets.coingecko.com/coins/images/12688/large/logo_kirobo-04.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kishu-inu', 'Kishu Inu', 'KISHU', 2233, 'kishu-inu', 'https://assets.coingecko.com/coins/images/14890/large/uVLzCoP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kitsumon', 'Kitsumon', '$KMC', null, 'kitsumon', 'https://assets.coingecko.com/coins/images/21812/large/cg_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kitsune-2', 'Kitsune', '$KIT', 7043, 'kitsune-2', 'https://assets.coingecko.com/coins/images/54012/large/kit-pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kittekoin', 'Kittekoin', 'KOIN', 4061, 'kittekoin', 'https://assets.coingecko.com/coins/images/39827/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kitten-haimer', 'Kitten Haimer', 'KHAI', 3929, 'kitten-haimer', 'https://assets.coingecko.com/coins/images/35900/large/LOGO_200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kittenfinance', 'KittenFinance', 'KIF', 4672, 'kittenfinance', 'https://assets.coingecko.com/coins/images/12340/large/SnQPkABT_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kittenswap', 'Kittenswap', 'KITTEN', 4576, 'kittenswap', 'https://assets.coingecko.com/coins/images/67152/large/kitten.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kitty-inu', 'Kitty Inu', 'KITTY', 5258, 'kitty-inu', 'https://assets.coingecko.com/coins/images/19385/large/KITTY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kittycake', 'KittyCake', 'KCAKE', null, 'kittycake', 'https://assets.coingecko.com/coins/images/17319/large/logo_-_2021-07-26T173233.519.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kiwi-2', 'Kiwi', 'KIWI', 7565, 'kiwi-2', 'https://assets.coingecko.com/coins/images/67623/large/IMG_5230_%285%29.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('kizuna', 'Kizuna', 'KIZUNA', 3522, 'kizuna', 'https://assets.coingecko.com/coins/images/32113/large/IMG_9968.png', 100);
INSERT OR REPLACE INTO Coin VALUES('klaus', 'KLAUS', 'KLAUS', 6985, 'klaus', 'https://assets.coingecko.com/coins/images/50656/large/KlausCMC-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('klay-token', 'Klaytn', 'KLAY', null, 'klay-token', 'https://assets.coingecko.com/coins/images/9672/large/klaytn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('klaycity-orb', 'Orbcity', 'ORB', 9461, null, 'https://assets.coingecko.com/coins/images/24332/large/deroute.png', 100);
INSERT OR REPLACE INTO Coin VALUES('klayswap-protocol', 'KlaySwap Protocol', 'KSP', null, 'klayswap-protocol', 'https://assets.coingecko.com/coins/images/13721/large/1_0Nr1oZEuvrDp7VVv6JjfQg.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('kled-ai', 'Kled AI', 'KLED', 922, 'kled-ai', 'https://assets.coingecko.com/coins/images/56007/large/kled-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kleekai', 'KleeKai', 'KLEE', 6122, 'kleekai', 'https://assets.coingecko.com/coins/images/15548/large/Klee-Kai-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kleros', 'Kleros', 'PNK', 1216, 'kleros', 'https://assets.coingecko.com/coins/images/3833/large/kleros.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kleva', 'KLEVA', 'KLEVA', 2645, 'kleva', 'https://assets.coingecko.com/coins/images/26546/large/Kleva_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('klever', 'Klever', 'KLV', 1292, 'klever', 'https://assets.coingecko.com/coins/images/12240/large/hIonpevN_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('klever-finance', 'Klever Finance', 'KFI', null, 'klever-finance', 'https://assets.coingecko.com/coins/images/15022/large/klever.png', 100);
INSERT OR REPLACE INTO Coin VALUES('klima-dao', 'Klima DAO', 'KLIMA', 2082, 'klima-dao', 'https://assets.coingecko.com/coins/images/19169/large/Klima-Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('klink-finance', 'Klink Finance', 'KLINK', 2589, 'klink-finance', 'https://assets.coingecko.com/coins/images/54192/large/CMC_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('knight-war-spirits', 'Knight War Spirits', 'KWS', null, null, 'https://assets.coingecko.com/coins/images/18635/large/logo-200x200_game_kn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('knit-finance', 'Knit Finance', 'KFT', 6856, 'knit-finance', 'https://assets.coingecko.com/coins/images/15632/large/knit.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('knot-diffie-hellman', 'Knot Diffie-Hellman', 'KNOT', 5861, 'knot-diffie-hellman', 'https://assets.coingecko.com/coins/images/52247/large/nobgda%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('koala-ai', 'KOALA AI', 'KOKO', 3818, 'koala-ai', 'https://assets.coingecko.com/coins/images/36342/large/KOKO_PFP_Square_V1a.png', 100);
INSERT OR REPLACE INTO Coin VALUES('koban', 'KOBAN', 'KOBAN', 5280, 'koban', 'https://assets.coingecko.com/coins/images/55656/large/_KOBAN_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kobe-2', 'Kobe', 'KOBE', 5392, 'kobe-2', 'https://assets.coingecko.com/coins/images/69022/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kobe-the-shiba-inu', 'Kobe the Shiba Inu', 'KOBE', 12161, 'kobe-the-shiba-inu', 'https://assets.coingecko.com/coins/images/69504/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kofi-aptos', 'Kofi Aptos', 'KAPT', 1045, 'kofi-aptos', 'https://assets.coingecko.com/coins/images/66508/large/kapt-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kogecoin', 'KogeCoin', 'KOGECOIN', null, 'kogecoin', 'https://assets.coingecko.com/coins/images/17546/large/koge.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('koi-3', 'Koi', 'KOI', 5199, 'koi-3', 'https://assets.coingecko.com/coins/images/35766/large/Koi_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('koinos', 'Koinos', 'KOIN', 3744, 'koinos', 'https://assets.coingecko.com/coins/images/13116/large/koinos-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('koji', 'Koji', 'KOJI', null, 'koji', 'https://assets.coingecko.com/coins/images/16124/large/koji-token-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kokok-the-roach', 'KoKoK The Roach', 'KOKOK', 2476, 'kokok-the-roach', 'https://assets.coingecko.com/coins/images/55286/large/1000004600.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('koku-the-shikoku', 'Koku The Shikoku', '$KOKU', 8221, 'koku-the-shikoku', 'https://assets.coingecko.com/coins/images/53989/large/KOKU_cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kolibri-usd', 'Kolibri USD', 'KUSD', null, 'kolibri-usd', 'https://assets.coingecko.com/coins/images/19464/large/kolibri.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kolin-2', 'Kolin', 'KOLIN', 4252, 'kolin-2', 'https://assets.coingecko.com/coins/images/51426/large/coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kollector', 'Kollector', 'KLTR', null, 'kollector', 'https://assets.coingecko.com/coins/images/19926/large/kbase_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kolwai', 'Kolwai', 'KWAII', 5564, 'kolwai', 'https://assets.coingecko.com/coins/images/53986/large/vibes.png', 100);
INSERT OR REPLACE INTO Coin VALUES('koma-inu', 'Koma Inu', 'KOMA', 1675, 'koma-inu', 'https://assets.coingecko.com/coins/images/50902/large/IMG_7580.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('kommunitas', 'Kommunitas', 'KOM', 4139, 'kommunitas', 'https://assets.coingecko.com/coins/images/17483/large/Kommunitas_HD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('komodo', 'Komodo', 'KMD', 2246, 'komodo', 'https://assets.coingecko.com/coins/images/611/large/Icon-Light-500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kompete', 'KOMPETE', 'KOMPETE', 3371, 'kompete', 'https://assets.coingecko.com/coins/images/24298/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kondux-v2', 'KONDUX', 'KNDX', 1884, 'kondux-v2', 'https://assets.coingecko.com/coins/images/28244/large/kndx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('konet', 'KONET', 'KONET', 1914, 'konet', 'https://assets.coingecko.com/coins/images/39855/large/konet.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kong-2', 'CyberKongz', 'KONG', 2945, 'kong-2', 'https://assets.coingecko.com/coins/images/68406/large/Gqd70wZWoAAREi8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('konnect', 'Konnect', 'KCT', 1992, 'konnect', 'https://assets.coingecko.com/coins/images/25756/large/EAO_5JhW_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('konnektvpn', 'KonnektVPN', 'KPN', 2003, null, 'https://assets.coingecko.com/coins/images/37271/large/kpn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('konomi-network', 'Konomi Network', 'KONO', 9023, 'konomi-network', 'https://assets.coingecko.com/coins/images/14406/large/konomi.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kontos', 'Kontos', 'KOS', 6894, 'kontos', 'https://assets.coingecko.com/coins/images/52856/large/KOS_128PX%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kora', 'Kora', 'SN71', 1597, 'kora', 'https://assets.coingecko.com/coins/images/69757/large/kora-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kori', 'Kori', 'KORI', 1677, 'kori', 'https://assets.coingecko.com/coins/images/55882/large/Kori_sup_dawg.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('koto-2', 'Koto', 'KOTO', 6516, 'koto-2', 'https://assets.coingecko.com/coins/images/51001/large/KOTO_1729655646121.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('kpop-coin', 'KPOP Coin', 'KPOP', null, 'kpop-coin', 'https://assets.coingecko.com/coins/images/15923/large/kpop.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kraken-wrapped-btc', 'Kraken Wrapped BTC', 'KBTC', 618, 'kraken-wrapped-btc', 'https://assets.coingecko.com/coins/images/50879/large/kBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kripto', 'Kripto', 'KRIPTO', 6172, null, 'https://assets.coingecko.com/coins/images/25637/large/kripto_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kriyadex', 'Kriya', 'KDX', 6565, 'kriyadex', 'https://assets.coingecko.com/coins/images/53781/large/Kriya_LOGO_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kroma', 'Kroma', 'KRO', 6260, 'kroma', 'https://assets.coingecko.com/coins/images/30830/large/Kroma-symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kromatika', 'Kromatika', 'KROM', 4429, 'kromatika', 'https://assets.coingecko.com/coins/images/20541/large/KROM_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('krown', 'KROWN', 'KRW', null, 'krown', 'https://assets.coingecko.com/coins/images/16530/large/KRW_token_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kryll', 'KRYLL', 'KRL', 1813, 'kryll', 'https://assets.coingecko.com/coins/images/2807/large/krl-ticker_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kryptomon', 'Kryptomon', 'KMON', 9439, null, 'https://assets.coingecko.com/coins/images/17886/large/kryptomon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('krypton-dao', 'Krypton DAO', 'KRD', 5232, 'krypton-dao', 'https://assets.coingecko.com/coins/images/25467/large/krd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('krypton-token', 'Krypton Galaxy Coin', 'KGC', 9890, null, 'https://assets.coingecko.com/coins/images/9152/large/krypton.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kryptonite', 'Kryptonite', 'SEILOR', 7170, 'kryptonite', 'https://assets.coingecko.com/coins/images/31252/large/Kryptonite_PFP-03.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kstarcoin', 'KStarCoin', 'KSC', null, null, 'https://assets.coingecko.com/coins/images/1630/large/ksc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kubecoin', 'KubeCoin', 'KUBE', null, 'kubecoin', 'https://assets.coingecko.com/coins/images/18668/large/KUBE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kucoin-bridged-usdt-kucoin-community-chain', 'KCC Bridged USDT (Kucoin Community Chain)', 'USDT', 1900, 'kucoin-bridged-usdt-kucoin-community-chain', 'https://assets.coingecko.com/coins/images/35024/large/USDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kucoin-shares', 'KuCoin Token', 'KCS', 71, 'kucoin-shares', 'https://assets.coingecko.com/coins/images/1047/large/sa9z79.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kudai', 'Kudai', 'KUDAI', 3979, 'kudai', 'https://assets.coingecko.com/coins/images/53445/large/KudAI.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kujira', 'Kujira', 'KUJI', 1052, 'kujira', 'https://assets.coingecko.com/coins/images/20685/large/kuji-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kula', 'Kula', 'KULA', null, 'kula', 'https://assets.coingecko.com/coins/images/54208/large/Kula_Coin_Logo_200_px_x_200_px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kuma-inu', 'Kuma Inu', 'KUMA', 4004, 'kuma-inu', 'https://assets.coingecko.com/coins/images/15526/large/kuma_inu.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kunci-coin', 'Kunci Coin', 'KUNCI', 12544, 'kunci-coin', 'https://assets.coingecko.com/coins/images/23723/large/xZX34B26_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kurobi', 'Kurobi', 'KURO', 12582, 'kurobi', 'https://assets.coingecko.com/coins/images/18612/large/logo_-_2021-09-26T233232.947.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kusama', 'Kusama', 'KSM', 1082, 'kusama', 'https://assets.coingecko.com/coins/images/9568/large/m4zRhP5e_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kusd-t', 'KUSD-T', 'KUSD-T', null, null, 'https://assets.coingecko.com/coins/images/19627/large/KUSD-T.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kuswap', 'KuSwap', 'KUS', null, 'kuswap', 'https://assets.coingecko.com/coins/images/16917/large/kus.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('kwantxbt', 'kwantxbt', 'KWANT', 8777, 'kwantxbt', 'https://assets.coingecko.com/coins/images/52635/large/19d7csfd_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kween', 'KWEEN', 'KWEEN', 4044, 'kween', 'https://assets.coingecko.com/coins/images/52772/large/photo_2024-12-08_15-26-24.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kwenta', 'Kwenta', 'KWENTA', 1466, 'kwenta', 'https://assets.coingecko.com/coins/images/27409/large/kwenta.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kyanite', 'Kyanite', 'KYAN', null, null, 'https://assets.coingecko.com/coins/images/14296/large/70912817.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kyber-network', 'Kyber Network Crystal Legacy', 'KNCL', 2747, 'kyber-network', 'https://assets.coingecko.com/coins/images/947/large/logo-kncl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kyber-network-crystal', 'Kyber Network Crystal', 'KNC', 782, 'kyber-network-crystal', 'https://assets.coingecko.com/coins/images/14899/large/RwdVsGcw_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kyros-restaked-sol', 'Kyros Restaked SOL', 'KYSOL', 1095, 'kyros-restaked-sol', 'https://assets.coingecko.com/coins/images/51806/large/kySOL_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('kyrrex', 'Kyrrex', 'KRRX', null, 'kyrrex', 'https://assets.coingecko.com/coins/images/21643/large/GHj1BMqu_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('kyve-network', 'KYVE Network', 'KYVE', 2071, 'kyve-network', 'https://assets.coingecko.com/coins/images/26229/large/KYVE_Logo_V2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('l2-standard-bridged-frxusd', 'L2 Standard Bridged frxUSD', 'FRXUSD', 523, null, 'https://assets.coingecko.com/coins/images/54455/large/frxusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('l2-standard-bridged-usdt-base', 'L2 Standard Bridged USDT (Base)', 'USDT', 1150, 'l2-standard-bridged-usdt-base', 'https://assets.coingecko.com/coins/images/39963/large/usdt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('l2-standard-bridged-weth-base', 'L2 Standard Bridged WETH (Base)', 'WETH', 135, 'l2-standard-bridged-weth-base', 'https://assets.coingecko.com/coins/images/39810/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('l2-standard-bridged-weth-blast', 'L2 Standard Bridged WETH (Blast)', 'WETH', 1038, 'l2-standard-bridged-weth-blast', 'https://assets.coingecko.com/coins/images/39727/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('l2-standard-bridged-weth-modee', 'L2 Standard Bridged WETH (Mode)', 'WETH', 2548, 'l2-standard-bridged-weth-modee', 'https://assets.coingecko.com/coins/images/39726/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('l2-standard-bridged-weth-optimism', 'L2 Standard Bridged WETH (Optimism)', 'WETH', 558, 'l2-standard-bridged-weth-optimism', 'https://assets.coingecko.com/coins/images/39715/large/WETH.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('l7dex', 'L7DEX', 'LSD', 10446, null, 'https://assets.coingecko.com/coins/images/31801/large/_qxff91t_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('label-foundation', 'LABEL Foundation', 'LBL', 2884, 'label-foundation', 'https://assets.coingecko.com/coins/images/19202/large/ava-black-on-white.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('labs-group', 'LABS Group', 'LABS', 9666, null, 'https://assets.coingecko.com/coins/images/14401/large/CMC_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ladyluck', 'LadyLuck', 'LUCKY', 7557, 'ladyluck', 'https://assets.coingecko.com/coins/images/55458/large/20250428-171101.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lagrange', 'Lagrange', 'LA', 702, 'lagrange', 'https://assets.coingecko.com/coins/images/55550/large/Lagrange-logo-png-gradient.png', 100);
INSERT OR REPLACE INTO Coin VALUES('laika-ai', 'Laika AI', 'LKI', 4829, 'laika-ai', 'https://assets.coingecko.com/coins/images/38381/large/Laika_AI.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('laine-stake', 'Laine Staked SOL', 'LAINESOL', 1030, 'laine-stake', 'https://assets.coingecko.com/coins/images/28184/large/laineSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lair', 'Lair', 'LAIR', 3492, 'lair', 'https://assets.coingecko.com/coins/images/55181/large/Lair_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lambda', 'Lambda', 'LAMB', 5770, null, 'https://assets.coingecko.com/coins/images/4703/large/lambda_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lambo-4', 'LAMBO', 'LAMBO', 4192, 'lambo-4', 'https://assets.coingecko.com/coins/images/66462/large/IMG_3249.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('lamina1', 'Lamina1', 'L1', 3758, 'lamina1', 'https://assets.coingecko.com/coins/images/52023/large/L1-symbol-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lanacoin', 'LanaCoin', 'LANA', 3115, 'lanacoin', 'https://assets.coingecko.com/coins/images/2627/large/LanaCoin_logo_v3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lanceria', 'Lanceria', 'LANC', null, null, 'https://assets.coingecko.com/coins/images/17589/large/Logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('landshare', 'Landshare', 'LAND', 2503, 'landshare', 'https://assets.coingecko.com/coins/images/17507/large/Landshare.png', 100);
INSERT OR REPLACE INTO Coin VALUES('landwolf-0x67', 'LandWolf', 'WOLF', 1065, 'landwolf-0x67', 'https://assets.coingecko.com/coins/images/37403/large/wolf_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('landwolf-eth', 'Landwolf', 'WOLF', 2393, 'landwolf-eth', 'https://assets.coingecko.com/coins/images/36996/large/stnMC5pk_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lanlan-cat', 'LanLan Cat', 'LANLAN', 8103, 'lanlan-cat', 'https://assets.coingecko.com/coins/images/56077/large/LanLan_Cat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('laos-network', 'LAOS Network', 'LAOS', 2580, null, 'https://assets.coingecko.com/coins/images/51931/large/200x200_LAOS_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('laqira-protocol', 'Laqira Protocol', 'LQR', 2122, 'laqira-protocol', 'https://assets.coingecko.com/coins/images/20307/large/lqt.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('large-language-model', 'Large Language Model', 'LLM', 4883, 'large-language-model', 'https://assets.coingecko.com/coins/images/53443/large/ai160kg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('larix', 'Larix', 'LARIX', null, 'larix', 'https://assets.coingecko.com/coins/images/18450/large/larix.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('larp-detective-agency', 'Larp Detective Agency', '$AGENCY', 9226, 'larp-detective-agency', 'https://assets.coingecko.com/coins/images/52945/large/file-RCty87nqYmNyoZhEiwQfmN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('last-usd', 'Last USD', 'USDXL', 2768, 'last-usd', 'https://assets.coingecko.com/coins/images/55083/large/usdxl.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('latoken', 'LATOKEN', 'LA', 4963, 'latoken', 'https://assets.coingecko.com/coins/images/1051/large/LA_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lattice-token', 'Lattice Token', 'LTX', 3832, 'lattice-token', 'https://assets.coingecko.com/coins/images/13050/large/Lattice.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('launchpool', 'Launchpool', 'LPOOL', null, 'launchpool', 'https://assets.coingecko.com/coins/images/14041/large/dGUvV0HQ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lava-network', 'Lava Network', 'LAVA', 839, 'lava-network', 'https://assets.coingecko.com/coins/images/37354/large/lava_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lavaswap', 'Lavaswap', 'LAVA', null, null, 'https://assets.coingecko.com/coins/images/15996/large/0x56f95662E71f30b333b456439248c6dE589082a4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('law-blocks', 'Law Blocks', 'LBT', 1033, 'law-blocks', 'https://assets.coingecko.com/coins/images/26266/large/photo_6264996132874731595_y.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('law-service-token', 'Law Service Token', 'LST', 9867, 'law-service-token', 'https://assets.coingecko.com/coins/images/67458/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('layer3', 'Layer3', 'L3', 1266, 'layer3', 'https://assets.coingecko.com/coins/images/37768/large/Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero', 'LayerZero', 'ZRO', 314, 'layerzero', 'https://assets.coingecko.com/coins/images/28206/large/ftxG9_TJ_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero-bridged-swell', 'Layerzero Bridged Swell', 'SWELL', 2274, 'layerzero-bridged-swell', 'https://assets.coingecko.com/coins/images/53670/large/66ff8288d441ad252025f769_swellToken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero-bridged-usdc-aptos', 'LayerZero Bridged USDC (Aptos)', 'ZUSDC', 2446, 'layerzero-bridged-usdc-aptos', 'https://assets.coingecko.com/coins/images/35261/large/USDC_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero-bridged-usdc-etherlink', 'Bridged USDC (Etherlink)', 'USDC', 1116, 'layerzero-bridged-usdc-etherlink', 'https://assets.coingecko.com/coins/images/39584/large/USDC-icon.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero-bridged-usdt-aptos', 'LayerZero Bridged USDT (Aptos)', 'ZUSDT', 4302, 'layerzero-bridged-usdt-aptos', 'https://assets.coingecko.com/coins/images/39751/large/USDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero-bridged-usdt-etherlink', 'Bridged USDT (Etherlink)', 'USDT', 3935, 'layerzero-bridged-usdt-etherlink', 'https://assets.coingecko.com/coins/images/39662/large/tether.png', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero-bridged-weeth-swellchain', 'Layerzero Bridged weETH (Swellchain)', 'WEETH', 988, 'layerzero-bridged-weeth-swellchain', 'https://assets.coingecko.com/coins/images/53659/large/65c5a7141f77e162be7af327_eETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('layerzero-usdc', 'LayerZero Bridged USDC (Fantom)', 'LZUSDC', 3810, 'layerzero-usdc', 'https://assets.coingecko.com/coins/images/31134/large/USDC-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lazio-fan-token', 'Lazio Fan Token', 'LAZIO', 1725, 'lazio-fan-token', 'https://assets.coingecko.com/coins/images/19263/large/B4Lla6V6_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lbk', 'LBK', 'LBK', null, null, 'https://assets.coingecko.com/coins/images/9492/large/lbk.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('lbry-credits', 'LBRY Credits', 'LBC', null, 'lbry-credits', 'https://assets.coingecko.com/coins/images/463/large/lbc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lc-shib', 'LC SHIB', 'LC', 2805, 'lc-shib', 'https://assets.coingecko.com/coins/images/54024/large/LC_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lcx', 'LCX', 'LCX', 468, 'lcx', 'https://assets.coingecko.com/coins/images/9985/large/zRPSu_0o_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lea-ai', 'LEA AI', 'LEA', 3514, 'lea-ai', 'https://assets.coingecko.com/coins/images/52025/large/tiktokpfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('league-of-kingdoms', 'League of Kingdoms', 'LOKA', 2286, 'league-of-kingdoms', 'https://assets.coingecko.com/coins/images/22572/large/loka_64pix.png', 100);
INSERT OR REPLACE INTO Coin VALUES('leash', 'Doge Killer', 'LEASH', 10616, 'leash', 'https://assets.coingecko.com/coins/images/15802/large/Leash.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ledger-ai', 'Ledger AI', 'LEDGER', 2111, 'ledger-ai', 'https://assets.coingecko.com/coins/images/50306/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ledgis', 'Ledgis', 'LED', 10101, null, 'https://assets.coingecko.com/coins/images/16796/large/logo_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('legacy-token', 'Legacy Token', 'LGCT', 342, 'legacy-token', 'https://assets.coingecko.com/coins/images/50673/large/token2d.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('legend-of-fantasy-war', 'Legend of Fantasy War', 'LFW', 10178, 'legend-of-fantasy-war', 'https://assets.coingecko.com/coins/images/19570/large/LFW_New_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('legia-warsaw-fan-token', 'Legia Warsaw Fan Token', 'LEG', 6443, 'legia-warsaw-fan-token', 'https://assets.coingecko.com/coins/images/15138/large/LEG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('legit', 'LEGIT', 'LEGIT', 6211, 'legit', 'https://assets.coingecko.com/coins/images/52952/large/LEGIT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('leisuremeta', 'LeisureMeta', 'LM', 2191, 'leisuremeta', 'https://assets.coingecko.com/coins/images/25761/large/SVG_16533804486374586M.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lemmy-the-bat', 'Lemmy The Bat', 'LBAI', 4246, 'lemmy-the-bat', 'https://assets.coingecko.com/coins/images/66167/large/ZC_AVgAX_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lemochain', 'LemoChain', 'LEMO', null, null, 'https://assets.coingecko.com/coins/images/3108/large/lemochain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lemond', 'Lemond', 'LEMD', null, 'lemond', 'https://assets.coingecko.com/coins/images/14964/large/D-smP_i-_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lemonrocks', 'Lemonrocks', 'LEMON', 7238, 'lemonrocks', 'https://assets.coingecko.com/coins/images/50291/large/Lemonrocks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lemonschain', 'Lemonschain', 'LCT', 1799, null, 'https://assets.coingecko.com/coins/images/51285/large/LCT_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lendr', 'Lendr', 'RWAL', 1946, 'lendr', 'https://assets.coingecko.com/coins/images/69536/large/20250924_144051.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lens', 'LENS', 'LENS', 3835, 'lens', 'https://assets.coingecko.com/coins/images/54889/large/200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('leo-token', 'LEO Token', 'LEO', 25, 'leo-token', 'https://assets.coingecko.com/coins/images/8418/large/leo-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('leopard', 'Leopard', 'LEOPARD', null, 'leopard', 'https://assets.coingecko.com/coins/images/16270/large/IMG_20210430_200245_458.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('leopold', 'LEO', 'LEO', 4056, 'leopold', 'https://assets.coingecko.com/coins/images/34175/large/imresizer-1704428645492.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('leox', 'LEOX', 'LEOX', 3085, 'leox', 'https://assets.coingecko.com/coins/images/29980/large/LEOX-LOGO-BLACK-2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('let-s-farty', 'Let''s Farty', 'FARTY', 3969, 'let-s-farty', 'https://assets.coingecko.com/coins/images/53174/large/farty.land_LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lets-bonk', 'Let''s BONK', 'LETSBONK', 3751, 'lets-bonk', 'https://assets.coingecko.com/coins/images/55364/large/bonk.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lets-get-this-bread', 'Lets Get This Bread', 'LGTB', 8184, 'lets-get-this-bread', 'https://assets.coingecko.com/coins/images/52745/large/pfp_ld_zm121.png', 100);
INSERT OR REPLACE INTO Coin VALUES('letstop', 'LETSTOP', 'STOP', 2448, 'letstop', 'https://assets.coingecko.com/coins/images/51467/large/LETSTOP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('levana-protocol', 'Levana', 'LVN', 2563, 'levana-protocol', 'https://assets.coingecko.com/coins/images/33427/large/levana-token-icon_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('level', 'Level', 'LVL', 6219, 'level', 'https://assets.coingecko.com/coins/images/28628/large/Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('level-staked-usd', 'Staked Level USD', 'SLVLUSD', 3224, 'level-staked-usd', 'https://assets.coingecko.com/coins/images/54094/large/slvlusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('level-usd', 'Level USD', 'LVLUSD', 2770, 'level-usd', 'https://assets.coingecko.com/coins/images/53150/large/lvlusd-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lever', 'LeverFi', 'LEVER', 3526, 'lever', 'https://assets.coingecko.com/coins/images/26205/large/WI72SpBl_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('lever-network', 'Lever Network', 'LEV', 9024, null, 'https://assets.coingecko.com/coins/images/15323/large/lever.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('leverj-gluon', 'Leverj Gluon', 'L2', 6746, 'leverj-gluon', 'https://assets.coingecko.com/coins/images/12950/large/Gluon256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('levva-protocol', 'Levva Protocol', 'LVVA', 2220, 'levva-protocol', 'https://assets.coingecko.com/coins/images/54803/large/Levva_Token_Image_Nov_19_2024.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lexicon', 'Lexicon', 'LEXICON', 8499, 'lexicon', 'https://assets.coingecko.com/coins/images/53645/large/lexicon-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lgcy-network', 'LGCY Network', 'LGCY', 11460, 'lgcy-network', 'https://assets.coingecko.com/coins/images/12181/large/LGCY_network.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('liberland-lld', 'Liberland LLD', 'LLD', 2631, 'liberland-lld', 'https://assets.coingecko.com/coins/images/33625/large/Liberland_Dollar_Square_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('libertai', 'LibertAI', 'LTAI', 2552, 'libertai', 'https://assets.coingecko.com/coins/images/39288/large/LibertAI_FavIcon_Secondary.png', 100);
INSERT OR REPLACE INTO Coin VALUES('libra-5', 'Libra', 'LIBRA', 2732, 'libra-5', 'https://assets.coingecko.com/coins/images/54433/large/libra-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('libra-credit', 'LibraToken', 'LBA', 8046, null, 'https://assets.coingecko.com/coins/images/3673/large/libra-credit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('libra-incentix', 'Libra Incentix', 'LIXX', 2599, 'libra-incentix', 'https://assets.coingecko.com/coins/images/31996/large/lixx.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('licko', 'LICKO', 'LICKO', 12105, 'licko', 'https://assets.coingecko.com/coins/images/66698/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lido-dao', 'Lido DAO', 'LDO', 130, 'lido-dao', 'https://assets.coingecko.com/coins/images/13573/large/Lido_DAO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lido-staked-sol', 'Lido Staked SOL', 'STSOL', 1176, 'lido-staked-sol', 'https://assets.coingecko.com/coins/images/18369/large/logo_-_2021-09-15T100934.765.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lien', 'Lien', 'LIEN', 6601, 'lien', 'https://assets.coingecko.com/coins/images/12224/large/Lien.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lif3', 'LIF3 (OLD)', 'LIF3', null, 'lif3', 'https://assets.coingecko.com/coins/images/26007/large/LIF3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lif3-lshare', 'LIF3 LSHARE (OLD)', 'LSHARE', 4652, 'lif3-lshare', 'https://assets.coingecko.com/coins/images/26038/large/LSHARE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('life-crypto', 'Life Crypto', 'LIFE', 7472, 'life-crypto', 'https://assets.coingecko.com/coins/images/18245/large/communityIcon_t3kzc5skazh81.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lifeform', 'Lifeform', 'LFT', 2592, 'lifeform', 'https://assets.coingecko.com/coins/images/37778/large/lifeform.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('lift-dollar', 'Lift Dollar', 'USDL', 867, 'lift-dollar', 'https://assets.coingecko.com/coins/images/38484/large/USDL-Token-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('light-defi', 'Light Defi', 'LIGHT', null, 'light-defi', 'https://assets.coingecko.com/coins/images/17880/large/bW0DtiU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lightcoin', 'Lightcoin', 'LHC', 8791, null, 'https://assets.coingecko.com/coins/images/16381/large/lhc.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('lightlink', 'LightLink', 'LL', 2908, 'lightlink', 'https://assets.coingecko.com/coins/images/35357/large/lightlink-ticker-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lightning-bitcoin', 'Lightning Bitcoin', 'LBTC', null, null, 'https://assets.coingecko.com/coins/images/2233/large/lightning-bitcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lightning-protocol', 'Lightning Protocol', 'LIGHT', null, 'lightning-protocol', 'https://assets.coingecko.com/coins/images/14357/large/ClPrk1N.png', 100);
INSERT OR REPLACE INTO Coin VALUES('likecoin', 'LikeCoin', 'LIKE', null, 'likecoin', 'https://assets.coingecko.com/coins/images/10212/large/likecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('limbo', 'LIMBO', 'LIMBO', 3475, 'limbo', 'https://assets.coingecko.com/coins/images/52251/large/Coingecko_image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('limewire-token', 'LimeWire', 'LMWR', 1189, 'limewire-token', 'https://assets.coingecko.com/coins/images/30356/large/LimeWire_Logo_Icon_200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('limitless', 'LIMITLESS', 'LIMITLESS', 3430, 'limitless', 'https://assets.coingecko.com/coins/images/52639/large/LIMITLESS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('limitus', 'LIMITUS', 'LMT', 5291, 'limitus', 'https://assets.coingecko.com/coins/images/52887/large/LIMITUS.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lina', 'LINA', 'LINA', null, null, 'https://assets.coingecko.com/coins/images/5412/large/3083.png', 100);
INSERT OR REPLACE INTO Coin VALUES('linea', 'Linea', 'LINEA', 260, 'linea', 'https://assets.coingecko.com/coins/images/68507/large/linea-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('linear', 'Linear', 'LINA', 5103, 'linear', 'https://assets.coingecko.com/coins/images/12509/large/1649227343-linalogo200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lingo', 'Lingo', 'LINGO', 1703, 'lingo', 'https://assets.coingecko.com/coins/images/52647/large/Lingo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('linkeye', 'Linkeye', 'LET', 5637, null, 'https://assets.coingecko.com/coins/images/1814/large/linkeye.png', 100);
INSERT OR REPLACE INTO Coin VALUES('linkpool', 'LinkPool', 'LPL', null, 'linkpool', 'https://assets.coingecko.com/coins/images/14548/large/linkpool-logo-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('linqai', 'LinqAI', 'LNQ', 2378, 'linqai', 'https://assets.coingecko.com/coins/images/35645/large/cmc-cg-linq-logo_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lion-cat', 'Lion Cat', 'LCAT', 2344, 'lion-cat', 'https://assets.coingecko.com/coins/images/51354/large/200200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lion-token', 'Lion Token', 'LION', null, null, 'https://assets.coingecko.com/coins/images/15314/large/lion.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('liora', 'Liora', 'LIORA', 2958, 'liora', 'https://assets.coingecko.com/coins/images/67919/large/liora-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('liq-protocol', 'LIQ Protocol', 'LIQ', 10186, 'liq-protocol', 'https://assets.coingecko.com/coins/images/16534/large/85853665.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-bgt', 'Liquid BGT', 'LBGT', 2991, 'liquid-bgt', 'https://assets.coingecko.com/coins/images/54878/large/lbgt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-collectibles', 'Liquid Collectibles', 'LICO', null, 'liquid-collectibles', 'https://assets.coingecko.com/coins/images/19772/large/AjjErjeF_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-crypto', 'Reddex', 'LQDX', 6555, 'liquid-crypto', 'https://assets.coingecko.com/coins/images/33627/large/reddex.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-hype-yield', 'Liquid HYPE Yield', 'LIQUIDHYPE', 953, 'liquid-hype-yield', 'https://assets.coingecko.com/coins/images/68444/large/liquidhype.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-loans-usdl', 'Liquid Loans USDL', 'USDL', 2511, 'liquid-loans-usdl', 'https://assets.coingecko.com/coins/images/34292/large/usdl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-mercury', 'Liquid Mercury', 'MERC', 1416, 'liquid-mercury', 'https://assets.coingecko.com/coins/images/29297/large/cda56b6a-146c-4348-b4ff-5b87980c0f83.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-staked-ethereum', 'Liquid Staked ETH', 'LSETH', 91, 'liquid-staked-ethereum', 'https://assets.coingecko.com/coins/images/28848/large/LsETH-receipt-token-circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquid-staked-flow', 'Increment Staked FLOW', 'STFLOW', 2340, 'liquid-staked-flow', 'https://assets.coingecko.com/coins/images/32301/large/stflow_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquiddriver', 'LiquidDriver', 'LQDR', 7104, 'liquiddriver', 'https://assets.coingecko.com/coins/images/15782/large/LQDR_Glowing_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquidifty', 'Liquidifty', 'LQT', 12601, 'liquidifty', 'https://assets.coingecko.com/coins/images/16384/large/ktQzdAe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquidity', 'Liquidity', 'SN77', 1873, 'liquidity', 'https://assets.coingecko.com/coins/images/66382/large/liquidity-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('liquidium-token', 'LIQUIDIUM•TOKEN (Runes)', 'LIQ', 2451, 'liquidium-token', 'https://assets.coingecko.com/coins/images/39308/large/Token_Symbol_256x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquidlaunch', 'LiquidLaunch', 'LIQD', 2375, 'liquidlaunch', 'https://assets.coingecko.com/coins/images/53730/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquidus', 'Liquidus', 'LIQ', 8179, 'liquidus', 'https://assets.coingecko.com/coins/images/18749/large/liq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquina', 'Liquina', 'LQNA', 4955, 'liquina', 'https://assets.coingecko.com/coins/images/52306/large/zgG5jXJZ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('liquity', 'Liquity', 'LQTY', 716, 'liquity', 'https://assets.coingecko.com/coins/images/14665/large/logo_V2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquity-bold-2', 'Liquity BOLD', 'BOLD', 818, 'liquity-bold-2', 'https://assets.coingecko.com/coins/images/56069/large/BOLD_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liquity-usd', 'Liquity USD', 'LUSD', 911, 'liquity-usd', 'https://assets.coingecko.com/coins/images/14666/large/Group_3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('liqwid-finance', 'Liqwid Finance', 'LQ', 776, 'liqwid-finance', 'https://assets.coingecko.com/coins/images/23610/large/liqwid_finance_logo-200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lisk', 'Lisk', 'LSK', 778, 'lisk', 'https://assets.coingecko.com/coins/images/385/large/Lisk_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lisk-bridged-wsteth-lisk', 'Lisk Bridged wstETH (Lisk)', 'WSTETH', 1166, 'lisk-bridged-wsteth-lisk', 'https://assets.coingecko.com/coins/images/67344/large/wsteth.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lista', 'Lista DAO', 'LISTA', 516, 'lista', 'https://assets.coingecko.com/coins/images/38068/large/lista.png', 100);
INSERT OR REPLACE INTO Coin VALUES('listen-rs', 'listen-rs', 'LISTEN', 4968, 'listen-rs', 'https://assets.coingecko.com/coins/images/54212/large/viLkHPwi_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('litecoin', 'Litecoin', 'LTC', 31, 'litecoin', 'https://assets.coingecko.com/coins/images/2/large/litecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('litecoin-cash', 'Litecoin Cash', 'LCC', 3312, 'litecoin-cash', 'https://assets.coingecko.com/coins/images/3138/large/LCC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('litecoin-mascot', 'Litecoin Mascot', 'LESTER', 4576, 'litecoin-mascot', 'https://assets.coingecko.com/coins/images/51621/large/cgpng.png', 100);
INSERT OR REPLACE INTO Coin VALUES('litecoinz', 'LitecoinZ', 'LTZ', null, null, 'https://assets.coingecko.com/coins/images/9493/large/ltz_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('litedoge', 'LiteDoge', 'LDOGE', null, null, 'https://assets.coingecko.com/coins/images/257/large/shibainucoinblue3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('litentry', 'Litentry', 'LIT', 1851, 'litentry', 'https://assets.coingecko.com/coins/images/13825/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lithium-finance', 'Lithium Finance', 'LITH', 8383, 'lithium-finance', 'https://assets.coingecko.com/coins/images/17278/large/Lithium_Logo-03200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lithosphere', 'Lithosphere', 'LITHO', null, null, 'https://assets.coingecko.com/coins/images/21128/large/6gizpBLn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('litlab-games', 'LitLab Games', 'LITT', 7656, 'litlab-games', 'https://assets.coingecko.com/coins/images/29930/large/_LITT_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('little-angry-bunny-v2', 'Little Angry Bunny v2', 'LAB-V2', 2387, 'little-angry-bunny-v2', null, 100);
INSERT OR REPLACE INTO Coin VALUES('little-bunny-rocket', 'Little Bunny Rocket', 'LBR', null, null, 'https://assets.coingecko.com/coins/images/19233/large/lrb.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('little-ugly-duck', 'Little Ugly Duck', 'LUD', null, 'little-ugly-duck', null, 100);
INSERT OR REPLACE INTO Coin VALUES('livepeer', 'Livepeer', 'LPT', 295, 'livepeer', 'https://assets.coingecko.com/coins/images/7137/large/badge-logo-circuit-green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lizard-2', 'Lizard', 'LIZARD', 6284, 'lizard-2', 'https://assets.coingecko.com/coins/images/67957/large/g5yvhyispiox8x5djk0y6vooska6.', 100);
INSERT OR REPLACE INTO Coin VALUES('lmeow-2', 'lmeow', 'LMEOW', 2324, 'lmeow-2', 'https://assets.coingecko.com/coins/images/35794/large/Untitled_design_200%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lmgrouptoken', 'LMGroupToken', 'LMGX', null, 'lmgrouptoken', 'https://assets.coingecko.com/coins/images/55930/large/lmgx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loaded-lions', 'Loaded Lions', 'LION', 215, 'loaded-lions', 'https://assets.coingecko.com/coins/images/54686/large/_LION_Token_Artwork.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loaf-cat', 'LOAF CAT', 'LOAF', 6303, null, 'https://assets.coingecko.com/coins/images/34106/large/Fi19x9G-_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loafcat', 'LOAFCAT', 'LOAFCAT', 4278, 'loafcat', 'https://assets.coingecko.com/coins/images/50487/large/LoafCat_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('localcoinswap', 'LocalCoinSwap', 'LCS', 1710, 'localcoinswap', 'https://assets.coingecko.com/coins/images/3998/large/LocalCoinSwap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('locgame', 'LOCGame', 'LOCG', 8116, null, 'https://assets.coingecko.com/coins/images/15175/large/LOC_GAME.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lock-in', 'LOCK IN', 'LOCKIN', 2139, 'lock-in', 'https://assets.coingecko.com/coins/images/38646/large/lockin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lock-in-on-base', 'Lock In on Base', '$LOCKIN', 9213, 'lock-in-on-base', 'https://assets.coingecko.com/coins/images/53177/large/LOCKINPRECROP_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lockchain', 'LockTrip', 'LOC', 3871, 'lockchain', 'https://assets.coingecko.com/coins/images/1357/large/LOC_Transparent_New.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lockness', 'Lockness', 'LKN', null, 'lockness', 'https://assets.coingecko.com/coins/images/20176/large/lockness_bubles.png', 100);
INSERT OR REPLACE INTO Coin VALUES('locus-chain', 'Locus Chain', 'LOCUS', null, 'locus-chain', 'https://assets.coingecko.com/coins/images/6903/large/32169759_2050428658545017_7287666225423843328_n.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lofi-2', 'LOFI', 'LOFI', 1536, 'lofi-2', 'https://assets.coingecko.com/coins/images/52058/large/LOFI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('logicnet', 'LogicNet', 'SN35', 1580, 'logicnet', 'https://assets.coingecko.com/coins/images/66430/large/logicnet-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('logx-2', 'LogX Network', 'LOGX', 2853, 'logx-2', 'https://assets.coingecko.com/coins/images/50226/large/Token_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loki-network', 'Oxen', 'OXEN', 3897, 'loki-network', 'https://assets.coingecko.com/coins/images/3462/large/ct0LitT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loky-by-virtuals', 'Loky by Virtuals', 'LOKY', 4538, 'loky-by-virtuals', 'https://assets.coingecko.com/coins/images/52866/large/200_x_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lol-3', 'LOL', 'LOL', 4131, 'lol-3', 'https://assets.coingecko.com/coins/images/50433/large/2024-08-28_11.38.56.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lombard-protocol', 'Lombard', 'BARD', 406, 'lombard-protocol', 'https://assets.coingecko.com/coins/images/68404/large/bard.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lombard-staked-btc', 'Lombard Staked BTC', 'LBTC', 95, 'lombard-staked-btc', 'https://assets.coingecko.com/coins/images/39969/large/LBTC_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lonelyfans', 'LonelyFans', 'LOF', null, null, 'https://assets.coingecko.com/coins/images/21317/large/lof.png', 100);
INSERT OR REPLACE INTO Coin VALUES('look', 'LOOK', 'LOOK', 936, 'look', 'https://assets.coingecko.com/coins/images/69052/large/LOOK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lookscoin', 'LooksCoin', 'LOOKS', null, 'lookscoin', 'https://assets.coingecko.com/coins/images/3080/large/lookscoin200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('looksrare', 'LooksRare', 'LOOKS', 1756, 'looksrare', 'https://assets.coingecko.com/coins/images/22173/large/circle-black-256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loom-network', 'Loom Network (OLD)', 'LOOMOLD', 2523, 'loom-network', 'https://assets.coingecko.com/coins/images/3387/large/1_K76UVoLq-FOL7l-_Fag-Qw_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loom-network-new', 'Loom Network (NEW)', 'LOOM', 3811, 'loom-network-new', 'https://assets.coingecko.com/coins/images/14735/large/LOOM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loomlay', 'Loomlay', 'LAY', 3223, 'loomlay', 'https://assets.coingecko.com/coins/images/53358/large/lay1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('loon-network', 'Loon Network', 'LOON', null, null, 'https://assets.coingecko.com/coins/images/11673/large/ErUvUA2D4Q8hPWXxZBIuiI8MD0nrU2rDEY56d6EtVzJDTqlflAFXa2bgJ_kFwb8OtotfAvESvm-dik7d_SeJJh23f6RosUJ0AzU64QcKk5H3fu300KOJjFDFsntpRWARFKI5S4Cc8F3pcRPBkFIw6oPF58mKi83sa2DJPl-E5JMqmj6rJh5acb7Fvi80kfziWv3DHhhpg1YJYMP.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('loopcoin', 'Loopcoin', 'LPC', null, 'loopcoin', 'https://assets.coingecko.com/coins/images/55562/large/photo_2025-05-06_23-17-24.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('looped-hype', 'Looped Hype', 'LHYPE', 904, 'looped-hype', 'https://assets.coingecko.com/coins/images/54816/large/loopedhype_logo_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loopin-network', 'LooPIN Network', 'LOOPIN', 1786, 'loopin-network', 'https://assets.coingecko.com/coins/images/51810/large/photo_2024-11-19_03-34-39.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('looping-collective', 'Looping Collective', 'LOOP', 3699, 'looping-collective', 'https://assets.coingecko.com/coins/images/55979/large/LOOP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loopring', 'Loopring', 'LRC', 550, 'loopring', 'https://assets.coingecko.com/coins/images/913/large/LRC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loot', 'Lootex', 'LOOT', 11065, 'loot', 'https://assets.coingecko.com/coins/images/22895/large/loot.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lords', 'LORDS', 'LORDS', 2733, 'lords', 'https://assets.coingecko.com/coins/images/22171/large/Frame_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lorenzo-protocol', 'Lorenzo Protocol', 'BANK', 676, 'lorenzo-protocol', 'https://assets.coingecko.com/coins/images/55250/large/lorenzo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lorenzo-stbtc', 'Lorenzo stBTC', 'STBTC', 934, 'lorenzo-stbtc', 'https://assets.coingecko.com/coins/images/50978/large/a.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lorenzo-wrapped-bitcoin', 'Lorenzo Wrapped Bitcoin', 'ENZOBTC', 880, 'lorenzo-wrapped-bitcoin', 'https://assets.coingecko.com/coins/images/54447/large/enzo_btc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('loser-coin', 'Loser Coin', 'LOWB', null, 'loser-coin', 'https://assets.coingecko.com/coins/images/15378/large/loser.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('lossless', 'Lossless', 'LSS', 5544, 'lossless', 'https://assets.coingecko.com/coins/images/15917/large/Group_57.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lou', 'lou', 'LOU', 5845, 'lou', 'https://assets.coingecko.com/coins/images/53045/large/IMG_1891.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('loud', 'Loud', 'LOUD', 3268, 'loud', 'https://assets.coingecko.com/coins/images/66211/large/loud-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('louie', 'Louie', 'LOUIE', 3039, 'louie', 'https://assets.coingecko.com/coins/images/68839/large/2025-08-31_10.56.07.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lovely-inu-finance', 'Lovely Inu finance', 'LOVELY', 11291, 'lovely-inu-finance', 'https://assets.coingecko.com/coins/images/19053/large/lovely-inu-logo-new.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lox-network', 'Lox Network', 'LOX', null, 'lox-network', 'https://assets.coingecko.com/coins/images/18704/large/LOX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lp-3pool-curve', 'LP 3pool Curve', '3CRV', null, 'lp-3pool-curve', 'https://assets.coingecko.com/coins/images/12972/large/3pool_128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lp-renbtc-curve', 'LP renBTC Curve', 'RENBTCCURVE', null, 'lp-renbtc-curve', 'https://assets.coingecko.com/coins/images/11957/large/Curvefi_renCrv_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lp-scurve', 'LP-sCurve', 'SCURVE', null, 'lp-scurve', 'https://assets.coingecko.com/coins/images/11899/large/Curvefi_sCrv_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lrt-squared', 'LRT Squared', 'LRT2', 1948, 'lrt-squared', 'https://assets.coingecko.com/coins/images/51041/large/crown-circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lto-network', 'LTO Network', 'LTO', 2956, 'lto-network', 'https://assets.coingecko.com/coins/images/6068/large/lto.png', 100);
INSERT OR REPLACE INTO Coin VALUES('luck-3', 'LUCK', 'LUCK', 805, 'luck-3', 'https://assets.coingecko.com/coins/images/68929/large/lukify-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lucky-block', 'Lucky Block', 'LBLOCK', 3063, 'lucky-block', 'https://assets.coingecko.com/coins/images/23126/large/LB-Coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lucky-moon', 'Lucky Moon', 'LUCKYMOON', 4504, 'lucky-moon', 'https://assets.coingecko.com/coins/images/67897/large/Lucky_Moon_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('luckycoin', 'Luckycoin', 'LKY', 2608, 'luckycoin', 'https://assets.coingecko.com/coins/images/207/large/luckycoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('luffy-inu', 'Luffy', 'LUFFY', 3603, 'luffy-inu', 'https://assets.coingecko.com/coins/images/17736/large/LUFFY_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lukso-token', 'LUKSO Token', 'LYXE', 1720, 'lukso-token', 'https://assets.coingecko.com/coins/images/11423/large/LYX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lukso-token-2', 'LUKSO', 'LYX', 1286, 'lukso-token-2', 'https://assets.coingecko.com/coins/images/31010/large/LYX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lumenswap', 'Lumenswap', 'LSP', null, 'lumenswap', 'https://assets.coingecko.com/coins/images/18173/large/Lumenswap-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lumerin', 'Lumerin', 'LMR', 3754, 'lumerin', 'https://assets.coingecko.com/coins/images/24593/large/Lumerin-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lumi-credits', 'LUMI Credits', 'LUMI', null, 'lumi-credits', 'https://assets.coingecko.com/coins/images/16559/large/logo200_%2816%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lumia', 'Lumia', 'LUMIA', 1631, 'lumia', 'https://assets.coingecko.com/coins/images/50867/large/lumia.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('luminous', 'Luminous', 'LUM', 4562, 'luminous', 'https://assets.coingecko.com/coins/images/51439/large/LUM.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lumishare', 'LumiShare', 'LUMI', 1393, 'lumishare', 'https://assets.coingecko.com/coins/images/31456/large/Lumishare_logo_only_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lumo-8b-instruct', 'Lumo-8B-Instruct', 'LUMO', 5394, 'lumo-8b-instruct', 'https://assets.coingecko.com/coins/images/53891/large/tp-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lumoz', 'Lumoz', 'MOZ', 4096, 'lumoz', 'https://assets.coingecko.com/coins/images/52659/large/lumoz.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('luna-by-virtuals', 'Luna by Virtuals', 'LUNA', 2022, 'luna-by-virtuals', 'https://assets.coingecko.com/coins/images/50880/large/luna.png', 100);
INSERT OR REPLACE INTO Coin VALUES('luna-rush', 'Luna Rush', 'LUS', 12518, 'luna-rush', 'https://assets.coingecko.com/coins/images/22295/large/16197.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lunachow', 'LunaChow', 'LUCHOW', 5609, 'lunachow', 'https://assets.coingecko.com/coins/images/18805/large/J-MwYfhD_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lunadoge', 'LunaDoge', 'LOGE', null, 'lunadoge', 'https://assets.coingecko.com/coins/images/15647/large/LunaDoge.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lunarbits', 'Lunarbits', 'LUNARBITS', 2839, 'lunarbits', 'https://assets.coingecko.com/coins/images/68191/large/photo_2025-08-10_22-40-45.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lunr-token', 'Lunr Token', 'LUNR', 4950, 'lunr-token', 'https://assets.coingecko.com/coins/images/19256/large/LunarCrush-Earn-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lunyr', 'Lunyr', 'LUN', 8803, null, 'https://assets.coingecko.com/coins/images/735/large/lunyr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lush-ai', 'LushAI', 'LUSH', 2401, 'lush-ai', 'https://assets.coingecko.com/coins/images/35342/large/tokenIcon200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lux-bio-exchange-coin', 'LUX BIO EXCHANGE COIN', 'LBXC', null, null, 'https://assets.coingecko.com/coins/images/9482/large/sam7Fy3A_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('lux-token', 'Lux Token', 'LUX', 9910, 'lux-token', 'https://assets.coingecko.com/coins/images/54134/large/rb_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('luxcoin', 'LUXCoin', 'LUX', null, null, 'https://assets.coingecko.com/coins/images/1068/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('luxy', 'Luxy', 'LUXY', null, null, 'https://assets.coingecko.com/coins/images/21153/large/QmbYvptvVWHjAHR3tm2UpsXABcp4sQGzhCKMmc5pgn411R.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lybra-finance', 'Lybra Finance', 'LBR', 5318, 'lybra-finance', 'https://assets.coingecko.com/coins/images/29958/large/New_LBR_V2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lydia-finance', 'Lydia Finance', 'LYD', null, 'lydia-finance', 'https://assets.coingecko.com/coins/images/15195/large/512_pure_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lyfe-gold', 'Lyfe Gold', 'LGOLD', null, null, 'https://assets.coingecko.com/coins/images/14938/large/LGOLD-Logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lylo-ai', 'Lylo.ai', 'LYLO', 8244, 'lylo-ai', 'https://assets.coingecko.com/coins/images/56020/large/lylo-logo1-1_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lympo', 'Lympo', 'LYM', 6360, 'lympo', 'https://assets.coingecko.com/coins/images/2620/large/lympo_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lympo-market-token', 'Lympo Market Token', 'LMT', 8736, 'lympo-market-token', 'https://assets.coingecko.com/coins/images/15155/large/coin_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lynex', 'Lynex', 'LYNX', 5157, 'lynex', 'https://assets.coingecko.com/coins/images/34874/large/LogoCircular_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lynk-coin', 'Lynk Coin', 'LYNK', 4120, 'lynk-coin', 'https://assets.coingecko.com/coins/images/54169/large/Untitled_design.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lynx', 'Lynx', 'LYNX', null, 'lynx', 'https://assets.coingecko.com/coins/images/5351/large/LYNX_3COLOR_256square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lyptus-token', 'Lyptus Token', 'LYPTUS', null, 'lyptus-token', 'https://assets.coingecko.com/coins/images/15992/large/logo_-_2021-06-01T193417.635.png', 100);
INSERT OR REPLACE INTO Coin VALUES('lyra-3', 'LYRA', 'LYRA', 4176, 'lyra-3', 'https://assets.coingecko.com/coins/images/53984/large/WhatsApp_Image_2025-01-22_at_23.29.41.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('lyra-finance', 'Lyra Finance', 'LYRA', 6109, 'lyra-finance', 'https://assets.coingecko.com/coins/images/21490/large/Add-a-heading-26.png', 100);
INSERT OR REPLACE INTO Coin VALUES('m2', 'M2', 'M2', null, 'm2', 'https://assets.coingecko.com/coins/images/18239/large/m2_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('m2-global-wealth-limited-mmx', 'MMX', 'MMX', 1681, 'm2-global-wealth-limited-mmx', 'https://assets.coingecko.com/coins/images/33161/large/mmx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('m3m3', 'M3M3', 'M3M3', 3332, 'm3m3', 'https://assets.coingecko.com/coins/images/52501/large/m3m3.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('macaronswap', 'MacaronSwap', 'MCRN', 11869, 'macaronswap', 'https://assets.coingecko.com/coins/images/14633/large/macaron.png', 100);
INSERT OR REPLACE INTO Coin VALUES('macrohard', 'MacroHard', 'MHRD', 3339, 'macrohard', 'https://assets.coingecko.com/coins/images/68238/large/signal-2025-08-13-112434_002_%281%29_%281%29.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('mad-2', 'MAD', 'MAD', 3287, 'mad-2', 'https://assets.coingecko.com/coins/images/39064/large/IMG_1063.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('mad-meerkat-optimizer', 'Mad Meerkat Optimizer', 'MMO', 7545, 'mad-meerkat-optimizer', 'https://assets.coingecko.com/coins/images/22367/large/MMO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('madlads-strategy', 'Madlads Strategy', 'MLSTRAT', 3629, 'madlads-strategy', 'https://assets.coingecko.com/coins/images/69709/large/madlads.png', 100);
INSERT OR REPLACE INTO Coin VALUES('madonna-del-gatto', 'Madonna del gatto', 'GATTO', 6968, 'madonna-del-gatto', 'https://assets.coingecko.com/coins/images/52825/large/gatto.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mag7-ssi', 'MAG7.ssi', 'MAG7.SSI', 378, 'mag7-ssi', 'https://assets.coingecko.com/coins/images/52962/large/mag7.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maga', 'MAGA', 'TRUMP', 2353, 'maga', 'https://assets.coingecko.com/coins/images/31498/large/Maga-Trump-Logo-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maga-fight-for-trump', 'MAGA: Fight for Trump', 'TRUMPCOIN', 9086, 'maga-fight-for-trump', 'https://assets.coingecko.com/coins/images/39480/large/Token_Logo_256x256px_V2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maga-hat', 'MAGA Hat', 'MAGA', 3234, 'maga-hat', 'https://assets.coingecko.com/coins/images/37988/large/MAGA200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('magaverse', 'Magaverse', 'MVRS', 7890, 'magaverse', 'https://assets.coingecko.com/coins/images/52816/large/WhatsApp_Image_2024-12-15_at_16.23.23_6b036bb0.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('magic', 'Magic', 'MAGIC', 882, 'magic', 'https://assets.coingecko.com/coins/images/18623/large/magic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magic-beasties', 'Magic Beasties', 'BSTS', null, 'magic-beasties', 'https://assets.coingecko.com/coins/images/18189/large/jqhZlCH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magic-cube', 'Magic Cube Coin', 'MCC', null, null, 'https://assets.coingecko.com/coins/images/8821/large/Magic_Cube.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magic-eden', 'Magic Eden', 'ME', 597, 'magic-eden', 'https://assets.coingecko.com/coins/images/39850/large/_ME_Profile_Dark_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magic-internet-money', 'Magic Internet Money', 'MIM', 724, 'magic-internet-money', 'https://assets.coingecko.com/coins/images/16786/large/mimlogopng.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magic-internet-money-runes', 'MAGIC•INTERNET•MONEY (Runes)', '🧙', 1178, 'magic-internet-money-runes', 'https://assets.coingecko.com/coins/images/54456/large/MIM_LOGO_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magic-square', 'Magic Square', 'SQR', 3583, 'magic-square', 'https://assets.coingecko.com/coins/images/26377/large/bafkreictuxcsw472vuroqwv7maumzsa4pfhrdw6tglpme7zfdkce62niau_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('magiccraft', 'MagicCraft', 'MCRT', 3289, 'magiccraft', 'https://assets.coingecko.com/coins/images/21318/large/mcrt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magnetgold', 'MagnetGold', 'MTG', null, 'magnetgold', 'https://assets.coingecko.com/coins/images/19302/large/mtg.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('magnetix', 'Magnetix', 'MAG', 6687, 'magnetix', 'https://assets.coingecko.com/coins/images/54676/large/mag-200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('magpie', 'Magpie', 'MGP', 1610, 'magpie', 'https://assets.coingecko.com/coins/images/27972/large/MagpieLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mahadao', 'MahaDAO', 'MAHA', 4023, 'mahadao', 'https://assets.coingecko.com/coins/images/13404/large/black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mahina-token', 'Mahina Token', 'MHNA', 2059, 'mahina-token', 'https://assets.coingecko.com/coins/images/68110/large/Mahina_Logo_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maiar', 'MAIAR', 'MAIAR', 7591, 'maiar', 'https://assets.coingecko.com/coins/images/54412/large/e_Zf_tfU_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('maiar-dex', 'Maiar DEX', 'MEX', 2462, 'maiar-dex', 'https://assets.coingecko.com/coins/images/20657/large/MEX-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maidsafecoin', 'MaidSafeCoin', 'MAID', 3584, 'maidsafecoin', 'https://assets.coingecko.com/coins/images/80/large/maidsafecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maiga', 'Maiga', 'MAIGA', 1188, 'maiga', 'https://assets.coingecko.com/coins/images/69270/large/Maiga_Token_200x200.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('main-street-usd', 'Main Street USD', 'MSUSD', 2109, 'main-street-usd', 'https://assets.coingecko.com/coins/images/66996/large/msUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mainframe', 'Hifi Finance', 'MFT', 1135, 'mainframe', 'https://assets.coingecko.com/coins/images/3293/large/Mainframe_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mainframe-2', 'Mainframe', 'SN25', 2596, 'mainframe-2', 'https://assets.coingecko.com/coins/images/66339/large/sn25.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mainstream-for-the-underground', 'Mainstream For The Underground', 'MFTU', 10348, null, 'https://assets.coingecko.com/coins/images/5519/large/Mainstream_for_the_underground.png', 100);
INSERT OR REPLACE INTO Coin VALUES('major-frog', 'Major Frog', 'MAJOR', 6341, 'major-frog', 'https://assets.coingecko.com/coins/images/51362/large/PW838Bvn_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('maker', 'Maker', 'MKR', null, 'maker', 'https://assets.coingecko.com/coins/images/1364/large/Mark_Maker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('makerdao-arbitrum-bridged-dai-arbitrum-one', 'MakerDAO Arbitrum Bridged DAI (Arbitrum One)', 'DAI', 1133, 'makerdao-arbitrum-bridged-dai-arbitrum-one', 'https://assets.coingecko.com/coins/images/39790/large/dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('makerdao-optimism-bridged-dai-optimism', 'MakerDAO Optimism Bridged DAI (Optimism)', 'DAI', 1458, 'makerdao-optimism-bridged-dai-optimism', 'https://assets.coingecko.com/coins/images/39818/large/dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mambo', 'Mambo', 'MAMBO', 9275, 'mambo', 'https://assets.coingecko.com/coins/images/56018/large/Mambo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mamo', 'Mamo', 'MAMO', 1226, 'mamo', 'https://assets.coingecko.com/coins/images/55958/large/Mamo_Circle_200x200_TransBG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('manchester-city-fan-token', 'Manchester City Fan Token', 'CITY', 1861, 'manchester-city-fan-token', 'https://assets.coingecko.com/coins/images/15799/large/CITY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mancium', 'Mancium', 'MANC', 3815, null, 'https://assets.coingecko.com/coins/images/25084/large/IKpuMYuGaMHEE0nrDUwpf6DqLQ5zTfZ1sak6ZqeIe2snV4GqQbh4Eic6hHcPl_OpBmlhcrRJ5kqoGzwB1CezMiDYnwR6rDT08_l8zb3-y3aPhTv7_0x5g4IO9JpQXDViEIqTZ7gYzTXqkcP6MH_uCFxQF-l-ohR0-FdT8O-ZTmNUKm--OuqEf9DVa-miAFp4t2pN-kcJ5Jv8woPj51yk-zna8c.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mandy-coin', 'MANDY COIN', 'MANDY', 11563, 'mandy-coin', 'https://assets.coingecko.com/coins/images/54248/large/7aBe9kywnhEroyPC7WZAv2QdbfLLmiDJuaAqHGkEFALX.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('maneki', 'MANEKI', 'MANEKI', 1874, 'maneki', 'https://assets.coingecko.com/coins/images/37292/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('manga-token', 'Manga Token', '$MANGA', null, 'manga-token', 'https://assets.coingecko.com/coins/images/17982/large/logo-200x200_%287%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mango-markets', 'Mango Markets', 'MNGO', 1422, 'mango-markets', 'https://assets.coingecko.com/coins/images/14773/large/token-mango.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mango-network', 'Mango Network', 'MGO', 906, 'mango-network', 'https://assets.coingecko.com/coins/images/66827/large/mango.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mangoman-intelligent', 'MangoMan Intelligent', 'MMIT', 7934, 'mangoman-intelligent', 'https://assets.coingecko.com/coins/images/26687/large/Mr._B.png', 100);
INSERT OR REPLACE INTO Coin VALUES('manifest-3', 'MANIFEST', 'MANIFEST', 2948, 'manifest-3', 'https://assets.coingecko.com/coins/images/68309/large/Untitled_design_%2868%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('manifold-finance', 'Manifold Finance', 'FOLD', 3735, 'manifold-finance', 'https://assets.coingecko.com/coins/images/15928/large/Manifold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mansory-token', 'Mansory Token', 'MNSRY', 1194, 'mansory-token', 'https://assets.coingecko.com/coins/images/54875/large/token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('manta-meth', 'Manta mETH', 'METH', 2170, 'manta-meth', 'https://assets.coingecko.com/coins/images/38337/large/token_m_eth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('manta-network', 'Manta Network', 'MANTA', 706, 'manta-network', 'https://assets.coingecko.com/coins/images/34289/large/manta.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mantis', 'Mantis', 'M', 5672, 'mantis', 'https://assets.coingecko.com/coins/images/54291/large/mantis-symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mantis-2', 'Mantis', 'SN123', 2258, 'mantis-2', 'https://assets.coingecko.com/coins/images/67727/large/mantis-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('mantle', 'Mantle', 'MNT', 32, 'mantle', 'https://assets.coingecko.com/coins/images/30980/large/Mantle-Logo-mark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mantle-bridged-usdc-mantle', 'Mantle Bridged USDC (Mantle)', 'USDC', 950, 'mantle-bridged-usdc-mantle', 'https://assets.coingecko.com/coins/images/35296/large/USDC_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mantle-bridged-usdt-mantle', 'Mantle Bridged USDT (Mantle)', 'USDT', 182, 'mantle-bridged-usdt-mantle', 'https://assets.coingecko.com/coins/images/35069/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mantle-restaked-eth', 'Mantle Restaked ETH', 'CMETH', 165, 'mantle-restaked-eth', 'https://assets.coingecko.com/coins/images/51114/large/symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mantle-staked-ether', 'Mantle Staked Ether', 'METH', 114, 'mantle-staked-ether', 'https://assets.coingecko.com/coins/images/33345/large/symbol_transparent_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mantra-dao', 'MANTRA DAO', 'OM', 460, 'mantra-dao', 'https://assets.coingecko.com/coins/images/12151/large/OM_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('manyu-2', 'Manyu', 'MANYU', 948, 'manyu-2', 'https://assets.coingecko.com/coins/images/67068/large/manyu-shiba-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('maple', 'Maple', 'MPL', 5220, 'maple', 'https://assets.coingecko.com/coins/images/14097/large/Maple_Logo_Mark_Maple_Orange.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maps', 'MAPS', 'MAPS', 5641, 'maps', 'https://assets.coingecko.com/coins/images/13556/large/Copy_of_image_%28139%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marblex', 'Marblex', 'MBX', 1103, 'marblex', 'https://assets.coingecko.com/coins/images/24423/large/241119_MBX_Token_Flat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marcopolo', 'MAP Protocol', 'MAP', 1189, 'marcopolo', 'https://assets.coingecko.com/coins/images/10085/large/500*500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marginswap', 'Marginswap', 'MFI', 7390, 'marginswap', 'https://assets.coingecko.com/coins/images/13899/large/marginswap_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marhabadefi', 'MarhabaDeFi', 'MRHB', null, 'marhabadefi', 'https://assets.coingecko.com/coins/images/18613/large/MRHB_DeFi-02.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marinade', 'Marinade', 'MNDE', 667, 'marinade', 'https://assets.coingecko.com/coins/images/18867/large/c1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('market-dominance', 'Market Dominance', 'MD', 3410, 'market-dominance', 'https://assets.coingecko.com/coins/images/51074/large/ssss.png', 100);
INSERT OR REPLACE INTO Coin VALUES('market-making-pro', 'Market Making Pro', 'MMPRO', 5188, 'market-making-pro', 'https://assets.coingecko.com/coins/images/20386/large/MMPRO_LOGO_W.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marketpeak', 'PEAKDEFI', 'PEAK', 5425, 'marketpeak', 'https://assets.coingecko.com/coins/images/9626/large/PEAKDEFI_Logo_250x250.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marlin', 'Marlin', 'POND', 744, 'marlin', 'https://assets.coingecko.com/coins/images/8903/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marnotaur', 'Marnotaur', 'TAUR', null, 'marnotaur', 'https://assets.coingecko.com/coins/images/18655/large/taur.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('mars-ecosystem-token', 'Mars Ecosystem Token', 'XMS', 5661, 'mars-ecosystem-token', 'https://assets.coingecko.com/coins/images/16349/large/MARS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3', 'Mars Protocol', 'MARS', 2076, 'mars-protocol-a7fcbcfb-fd61-4017-92f0-7ee9f9cc6da3', 'https://assets.coingecko.com/coins/images/28896/large/mars.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mars4', 'MARS4', 'MARS4', 5900, 'mars4', 'https://assets.coingecko.com/coins/images/18709/large/mars4_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('marscoin', 'Marscoin', 'MARS', null, 'marscoin', 'https://assets.coingecko.com/coins/images/2672/large/marscoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marscolony', 'MarsColony', 'CLNY', null, 'marscolony', 'https://assets.coingecko.com/coins/images/22355/large/logo_-_2022-01-07T173357.953.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marsdao', 'MarsDAO', 'MDAO', 3306, 'marsdao', 'https://assets.coingecko.com/coins/images/24126/large/mdao.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marsmi', 'MarsMi', 'MARSMI', 472, 'marsmi', 'https://assets.coingecko.com/coins/images/67592/large/MarsMi_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marso-tech', 'Marso.Tech', 'MARSO', 4293, null, 'https://assets.coingecko.com/coins/images/50292/large/QKbwAja.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marvin-inu', 'Marvin Inu', 'MARVIN', null, 'marvin-inu', 'https://assets.coingecko.com/coins/images/22039/large/lVshyCp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('marvin-inu-2', 'Marvin Inu', 'MARVIN', 5317, 'marvin-inu-2', 'https://assets.coingecko.com/coins/images/50295/large/1000000558.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('masa-finance', 'Masa', 'MASA', 2291, 'masa-finance', 'https://assets.coingecko.com/coins/images/35538/large/masa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('masha-and-the-bear', 'Masha and the Bear', 'MASHA', 4465, 'masha-and-the-bear', 'https://assets.coingecko.com/coins/images/66618/large/masha-logo-token.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mashida', 'Mashida', 'MSHD', 326, 'mashida', 'https://assets.coingecko.com/coins/images/68754/large/Mashida.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mask-network', 'Mask Network', 'MASK', 535, 'mask-network', 'https://assets.coingecko.com/coins/images/14051/large/Mask_Network.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('masq', 'MASQ', 'MASQ', 3491, 'masq', 'https://assets.coingecko.com/coins/images/13699/large/masq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mass', 'MASS', 'MASS', 7682, null, 'https://assets.coingecko.com/coins/images/11047/large/mass.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mass-vehicle-ledger', 'MVL', 'MVL', 660, 'mass-vehicle-ledger', 'https://assets.coingecko.com/coins/images/3476/large/CoinGecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('massa', 'Massa', 'MAS', 3605, 'massa', 'https://assets.coingecko.com/coins/images/29379/large/Massa_Brand_Red.png', 100);
INSERT OR REPLACE INTO Coin VALUES('masterbot', 'MasterBOT', '$BOT', 1822, 'masterbot', 'https://assets.coingecko.com/coins/images/69912/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('masterdex', 'MasterDEX', 'MDEX', 3169, 'masterdex', 'https://assets.coingecko.com/coins/images/32311/large/MASTERDEX_logo-02_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matchain', 'Matchain', 'MAT', 2618, 'matchain', 'https://assets.coingecko.com/coins/images/66648/large/matchain_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mates', 'MATES', 'MATES', 7089, 'mates', 'https://assets.coingecko.com/coins/images/53608/large/Qmd6oQqmyDt4tPTfUfZMfEhts99J4rCYxRdYKUqWNMPhyX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('math', 'MATH', 'MATH', 1532, 'math', 'https://assets.coingecko.com/coins/images/11335/large/2020-05-19-token-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matic-aave-usdc', 'Matic Aave Interest Bearing USDC', 'MAUSDC', null, 'matic-aave-usdc', 'https://assets.coingecko.com/coins/images/14074/large/maUSDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matic-dai-stablecoin', 'Matic DAI Stablecoin', 'DAI-MATIC', null, 'matic-dai-stablecoin', 'https://assets.coingecko.com/coins/images/19344/large/io1v25anp7t7nz954gdam2m27eqp4arr93jly4maa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matic-network', 'Polygon', 'POL', null, 'matic-network', 'https://assets.coingecko.com/coins/images/4713/large/polygon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matr1x', 'Matr1x', 'MAX', 3988, 'matr1x', 'https://assets.coingecko.com/coins/images/39481/large/t05.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matr1x-fire', 'Matr1x Fire', 'FIRE', 7426, 'matr1x-fire', 'https://assets.coingecko.com/coins/images/34961/large/4Lw6OZcs_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('matrix-ai-network', 'Matrix AI Network', 'MAN', 2948, 'matrix-ai-network', 'https://assets.coingecko.com/coins/images/2698/large/Matrix_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matrixdock-gold', 'Matrixdock Gold', 'XAUM', 683, 'matrixdock-gold', 'https://assets.coingecko.com/coins/images/51962/large/xaum_200px_logo_1x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matrixetf', 'MatrixETF', 'MDF', 10765, 'matrixetf', 'https://assets.coingecko.com/coins/images/18538/large/MDF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('matrixswap', 'Matrixswap', 'MATRIX', 9375, 'matrixswap', 'https://assets.coingecko.com/coins/images/18297/large/matrixlabs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maverick-protocol', 'Maverick Protocol', 'MAV', 1017, 'maverick-protocol', 'https://assets.coingecko.com/coins/images/30850/large/MAV_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mavryk-network', 'Mavryk Network', 'MVRK', 1360, 'mavryk-network', 'https://assets.coingecko.com/coins/images/55736/large/fe7aba87-d070-4be5-9b70-23412dd8d6ab.png', 100);
INSERT OR REPLACE INTO Coin VALUES('max-2', 'MAX', 'MAX', 3476, 'max-2', 'https://assets.coingecko.com/coins/images/52378/large/btc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('max-on-eth', 'Max on ETH', 'MAXETH', 3635, 'max-on-eth', 'https://assets.coingecko.com/coins/images/52445/large/maxeth_jpg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('max-token', 'MAX Token', 'MAX', null, 'max-token', 'https://assets.coingecko.com/coins/images/6454/large/MAX_Token.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('maxcoin', 'Maxcoin', 'MAX', 8154, null, 'https://assets.coingecko.com/coins/images/24/large/maxcoinproject.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maxi-payfi-strategy-token', 'Maxi PayFi Strategy Token', 'MPST', 1145, 'maxi-payfi-strategy-token', 'https://assets.coingecko.com/coins/images/55272/large/mPST.png', 100);
INSERT OR REPLACE INTO Coin VALUES('maximus', 'Maximus', 'MAXI', null, 'maximus', 'https://assets.coingecko.com/coins/images/20485/large/RH7DeA5K_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('maza', 'Maza', 'MZC', 2943, 'maza', 'https://assets.coingecko.com/coins/images/25/large/mazacoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mazze', 'Mazze', 'MAZZE', 4306, 'mazze', 'https://assets.coingecko.com/coins/images/35548/large/logo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mbc', 'MBC', 'MBC', 7659, 'mbc', 'https://assets.coingecko.com/coins/images/54424/large/MBC_token_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mbg-by-multibank-group', 'MBG By Multibank Group', '$MBG', 543, 'mbg-by-multibank-group', 'https://assets.coingecko.com/coins/images/67462/large/X_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mcdex', 'MCDEX', 'MCB', 1837, 'mcdex', 'https://assets.coingecko.com/coins/images/11796/large/mux.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mcdull', 'McDull (Meme)', 'MCDULL', 1086, 'mcdull', 'https://assets.coingecko.com/coins/images/51176/large/LNPFe2mY_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mceur', 'mcEUR', 'MCEUR', null, 'mceur', 'https://assets.coingecko.com/coins/images/22345/large/1OY4GRnl_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mcfinance', 'MCFinance', 'MCF', null, 'mcfinance', 'https://assets.coingecko.com/coins/images/17608/large/arFRQ0b.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mch-coin', 'MCH Coin', 'MCHC', 4588, 'mch-coin', 'https://assets.coingecko.com/coins/images/15399/large/MCHC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mcncoin', 'MCNCOIN', 'MCN', 3378, 'mcncoin', 'https://assets.coingecko.com/coins/images/55511/large/mcn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mcoin1', 'MCOIN', 'MCOIN', 1628, 'mcoin1', 'https://assets.coingecko.com/coins/images/24942/large/MCOIN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mcontent', 'MContent', 'MCONTENT', 3061, 'mcontent', 'https://assets.coingecko.com/coins/images/16781/large/Image_mcontent.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('mdex', 'Mdex', 'MDX', 3181, null, 'https://assets.coingecko.com/coins/images/13775/large/mdex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mdsquare', 'MDsquare', 'TMED', null, null, 'https://assets.coingecko.com/coins/images/8558/large/bAdnHTWUIl4rFB4EfbH2L50BW7xi2T9ubci7v6xfYDipXkrG8Wb4LS8g6eAiMsSKqLJfV-FjH5TrYALqACw4MM2A9NfK_L6Ujnddhw1uEgL0hmVQnY96xZeL0C4kkFRJalreK9wUBzjZ4pRhZLdQf9h1drSTF7NE9moAdQ7KtuOvJqommn_q-TjQpF8GUB7J2Ejs7zIvhXXsUHGI1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('meai', 'MeAI', 'MEAI', 10172, 'meai', 'https://assets.coingecko.com/coins/images/52373/large/MeAI_Logo_200_200_trans.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meana-raptor', 'Meana Raptor', 'MRT', 3799, 'meana-raptor', 'https://assets.coingecko.com/coins/images/55731/large/photo_2025-02-24_22.34.39-2-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meanfi', 'Mean DAO', 'MEAN', 9863, 'meanfi', 'https://assets.coingecko.com/coins/images/21557/large/89934951.png', 100);
INSERT OR REPLACE INTO Coin VALUES('measurable-data-token', 'Measurable Data Token', 'MDT', 1704, 'measurable-data-token', 'https://assets.coingecko.com/coins/images/2441/large/mdt_icon_120x120.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mech-master', 'Mech Master', 'MECH', null, 'mech-master', 'https://assets.coingecko.com/coins/images/19403/large/mech_master.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('meconcash', 'Meconcash', 'MCH', null, 'meconcash', 'https://assets.coingecko.com/coins/images/7843/large/lu7IV2ao_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('media-licensing-token', 'Media Licensing Token', 'MLT', 2467, 'media-licensing-token', 'https://assets.coingecko.com/coins/images/15659/large/milc_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('media-network', 'Media Network', 'MEDIA', 7362, 'media-network', 'https://assets.coingecko.com/coins/images/15142/large/media50x50.png', 100);
INSERT OR REPLACE INTO Coin VALUES('medibloc', 'Medibloc', 'MED', 846, 'medibloc', 'https://assets.coingecko.com/coins/images/1374/large/medibloc_basic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('medical-intelligence', 'Medical Intelligence', 'MEDI', 1492, 'medical-intelligence', 'https://assets.coingecko.com/coins/images/68578/large/Medical_Intelligence.png', 100);
INSERT OR REPLACE INTO Coin VALUES('medicalchain', 'Medicalchain', 'MTN', 9177, null, 'https://assets.coingecko.com/coins/images/2850/large/medicalchain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('medicalveda', 'MedicalVeda', 'MVEDA', null, 'medicalveda', 'https://assets.coingecko.com/coins/images/13069/large/medicalveda_new_logo_final_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('medishares', 'MediShares', 'MDS', 8171, null, 'https://assets.coingecko.com/coins/images/1343/large/medishares.png', 100);
INSERT OR REPLACE INTO Coin VALUES('medping', 'Medping', 'MPG', null, 'medping', 'https://assets.coingecko.com/coins/images/20971/large/MEDPING_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('medxt', 'MEDXT', 'MEDXT', 836, 'medxt', 'https://assets.coingecko.com/coins/images/67984/large/MEDXT_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('meeb-vault-nftx', 'MEEB Vault (NFTX)', 'MEEB', null, 'meeb-vault-nftx', 'https://assets.coingecko.com/coins/images/17044/large/Meebs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meebitstrategy', 'MeebitStrategy', 'MEEBSTR', 3145, 'meebitstrategy', 'https://assets.coingecko.com/coins/images/69406/large/aprstr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meeds-dao', 'Meeds DAO', 'MEED', 3459, 'meeds-dao', 'https://assets.coingecko.com/coins/images/24281/large/meeds-logo-m-200-tr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meet48', 'MEET48', 'IDOL', 995, 'meet48', 'https://assets.coingecko.com/coins/images/66490/large/meet48.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('megalink', 'Megalink', 'MG8', 7022, 'megalink', 'https://assets.coingecko.com/coins/images/35611/large/MG8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('megaweapon', 'Megaweapon', '$WEAPON', null, 'megaweapon', 'https://assets.coingecko.com/coins/images/20833/large/weapon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('melania-meme', 'Melania Meme', 'MELANIA', 514, 'melania-meme', 'https://assets.coingecko.com/coins/images/53775/large/melania-meme.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meld', 'MELD', 'MELD', 4060, 'meld', 'https://assets.coingecko.com/coins/images/23380/large/Twitter.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('meld-2', 'MELD', 'MELD', 8969, 'meld-2', 'https://assets.coingecko.com/coins/images/30170/large/Twitter.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('meld-gold', 'Meld Gold', 'MCAU', null, null, 'https://assets.coingecko.com/coins/images/13149/large/meldgold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('melega', 'Melega', 'MARCO', 2978, 'melega', 'https://assets.coingecko.com/coins/images/27568/large/MELEGA_logo_halo_200x200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meli-games', 'Meli Games', 'MELI', null, null, 'https://assets.coingecko.com/coins/images/20211/large/meli_games.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('melon', 'Enzyme', 'MLN', 1416, 'melon', 'https://assets.coingecko.com/coins/images/605/large/Enzyme_LinkedIn_Profile_Picture.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memdex100', 'MEMDEX100', 'MEMDEX', 3670, 'memdex100', 'https://assets.coingecko.com/coins/images/53587/large/IMG_1387.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('meme-anarchic-numismatic-asset', 'Meme Anarchic Numismatic Asset', 'MANA', 7074, 'meme-anarchic-numismatic-asset', 'https://assets.coingecko.com/coins/images/52689/large/Untitled_design_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meme-lordz', 'Meme Lordz', '$LORDZ', null, null, 'https://assets.coingecko.com/coins/images/17412/large/meme-lordz-icon-green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meme-trumpcoin', 'Meme TrumpCoin', 'TRUMP', 12078, 'meme-trumpcoin', 'https://assets.coingecko.com/coins/images/52523/large/MEME_TRUMPCOIN_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memecoin', 'Memecoin', 'MEM', null, 'memecoin', 'https://assets.coingecko.com/coins/images/16370/large/mem_gold_200x200_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memecoin-2', 'Memecoin', 'MEME', 501, 'memecoin-2', 'https://assets.coingecko.com/coins/images/32528/large/memecoin_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memecore', 'MemeCore', 'M', 48, 'memecore', 'https://assets.coingecko.com/coins/images/53247/large/square-bg-transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memefi-2', 'MemeFi', 'MEMEFI', 1747, 'memefi-2', 'https://assets.coingecko.com/coins/images/51175/large/memefi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memeflate', 'Memeflate', 'MFLATE', null, null, 'https://assets.coingecko.com/coins/images/19598/large/mflate.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('memegames-ai', 'MemeGames AI', 'MGAMES', 5002, 'memegames-ai', 'https://assets.coingecko.com/coins/images/66806/large/MemeGames_AI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memelinked', 'Memelinked', 'MK', 4388, 'memelinked', 'https://assets.coingecko.com/coins/images/54072/large/IMG_2882.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('memento-mori', 'MEMENTO•MORI (Runes)', 'MORI', 4340, 'memento-mori', 'https://assets.coingecko.com/coins/images/51332/large/memento.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memepad', 'MemePad', 'MEPAD', null, 'memepad', 'https://assets.coingecko.com/coins/images/15141/large/1619694441492-Memepad_coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memes', 'MEMES', 'MEMES', 3540, 'memes', 'https://assets.coingecko.com/coins/images/52637/large/memes.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memes-ai', 'Memes AI', 'MEMESAI', 4447, 'memes-ai', 'https://assets.coingecko.com/coins/images/51223/large/IMG_3437.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memesis-world', 'Memesis World', 'MEMS', 2174, 'memesis-world', 'https://assets.coingecko.com/coins/images/67677/large/_MEMS_TICKER_LOGO-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('memetern', 'Memetern', 'MXT', 1381, 'memetern', 'https://assets.coingecko.com/coins/images/68065/large/memetern-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mentat', 'Mentat', 'SPICE', 11865, 'mentat', 'https://assets.coingecko.com/coins/images/54046/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meow', 'MEOW', 'MEOW', 4499, 'meow', 'https://assets.coingecko.com/coins/images/38796/large/MEOW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meow-5', 'Meow', 'MEOW', 4898, 'meow-5', 'https://assets.coingecko.com/coins/images/67516/large/meow.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('meow-meow-meow-meow', 'meow meow meow meow', 'MEOW', 8144, 'meow-meow-meow-meow', 'https://assets.coingecko.com/coins/images/52780/large/AcJTj14wb9VjVtVrR7E7eoxeK4HayqZ9bPdNvkiEpump.png', 100);
INSERT OR REPLACE INTO Coin VALUES('merchant-token', 'Merchant Token', 'MTO', 2620, 'merchant-token', 'https://assets.coingecko.com/coins/images/17157/large/mto.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('merchdao', 'MerchDAO', 'MRCH', 10887, null, 'https://assets.coingecko.com/coins/images/14540/large/logo_256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mercurial', 'Mercurial', 'MER', 6896, 'mercurial', 'https://assets.coingecko.com/coins/images/15527/large/mer_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('merge', 'Merge', 'MERGE', 11139, 'merge', 'https://assets.coingecko.com/coins/images/8769/large/Merge_Icon_Colored.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meridian-2', 'Meridian', 'MRDN', 4145, 'meridian-2', 'https://assets.coingecko.com/coins/images/69336/large/logo-128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('merit-2', 'Merit', 'SN73', 2652, 'merit-2', 'https://assets.coingecko.com/coins/images/66442/large/merit-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('merit-circle', 'Merit Circle', 'MC', 3891, 'merit-circle', 'https://assets.coingecko.com/coins/images/19304/large/Db4XqML.png', 100);
INSERT OR REPLACE INTO Coin VALUES('merkle-trade', 'Merkle Trade', 'MKL', 2486, 'merkle-trade', 'https://assets.coingecko.com/coins/images/50274/large/MKL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('merlin-chain', 'Merlin Chain', 'MERL', 234, 'merlin-chain', 'https://assets.coingecko.com/coins/images/37118/large/merlin.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('merlin-starter', 'Merlin Starter', 'MSTAR', 7152, 'merlin-starter', 'https://assets.coingecko.com/coins/images/37120/large/Token_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('messier', 'MESSIER', 'M87', 1050, 'messier', 'https://assets.coingecko.com/coins/images/25957/large/MESSIERlogonew_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('met-ai', 'Met.AI', 'MET', 9929, 'met-ai', 'https://assets.coingecko.com/coins/images/67843/large/logo_%281%29_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('meta', 'mStable Governance Token: Meta', 'MTA', 3569, 'meta', 'https://assets.coingecko.com/coins/images/11846/large/mStable.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meta-2', 'META', 'META', null, 'meta-2', 'https://assets.coingecko.com/coins/images/35393/large/8cwEAxSLrrLFuxpeH7L8cKyCLM7TqvTxQOV59Mrp0_Q.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meta-2-2', 'MetaDAO', 'META', 439, 'meta-2-2', 'https://assets.coingecko.com/coins/images/68320/large/META.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meta-apes-peel', 'Meta Apes PEEL', 'PEEL', 8707, 'meta-apes-peel', 'https://assets.coingecko.com/coins/images/26450/large/PEEL200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meta-doge', 'Meta Doge', 'METADOGE', 11507, 'meta-doge', 'https://assets.coingecko.com/coins/images/19656/large/metadoge.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meta-financial-ai', 'META FINANCIAL AI', 'MEFAI', 1931, 'meta-financial-ai', 'https://assets.coingecko.com/coins/images/68332/large/mefai200200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meta-monopoly', 'Meta Monopoly', 'MONOPOLY', 7288, 'meta-monopoly', 'https://assets.coingecko.com/coins/images/32129/large/OUR_LOGO_200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meta-usd', 'Meta USD', 'MUSD', 2565, 'meta-usd', 'https://assets.coingecko.com/coins/images/53815/large/musd_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metacade', 'Metacade', 'MCADE', 1294, 'metacade', 'https://assets.coingecko.com/coins/images/29764/large/Square_Profile_Photo_1080_x_1080px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metacene', 'MetaCene', 'MAK', 3479, 'metacene', 'https://assets.coingecko.com/coins/images/39303/large/mak_white.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metacraft', 'Metacraft', 'MCT', null, 'metacraft', 'https://assets.coingecko.com/coins/images/22332/large/F2iEsigu_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metadium', 'Metadium', 'META', 1131, 'metadium', 'https://assets.coingecko.com/coins/images/5247/large/metadium_symbol_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metadrip', 'Metadrip', 'DRIP', 9137, 'metadrip', 'https://assets.coingecko.com/coins/images/54551/large/Metadrip.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metafluence', 'Metafluence', 'METO', 7370, 'metafluence', 'https://assets.coingecko.com/coins/images/22998/large/Asset_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metafox', 'Metafox', 'FOX', 4394, 'metafox', 'https://assets.coingecko.com/coins/images/68271/large/Metafox.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metagalaxy-land', 'Metagalaxy Land', 'MEGALAND', 7464, 'metagalaxy-land', 'https://assets.coingecko.com/coins/images/20983/large/Logo_pp_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metagame-arena', 'Metagame Arena', 'MGA', null, null, 'https://assets.coingecko.com/coins/images/20947/large/mga.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metahero', 'Metahero', 'HERO', 1750, 'metahero', 'https://assets.coingecko.com/coins/images/16911/large/AVATAR2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metal', 'Metal', 'MTL', 811, 'metal', 'https://assets.coingecko.com/coins/images/763/large/Metal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metal-blockchain', 'Metal Blockchain', 'METAL', 367, 'metal-blockchain', 'https://assets.coingecko.com/coins/images/27222/large/MB-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metamars-2', 'Metamars', 'MARS', 3643, 'metamars-2', 'https://assets.coingecko.com/coins/images/50568/large/1000058272.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metamask-usd', 'MetaMask USD', 'MUSD', 513, 'metamask-usd', 'https://assets.coingecko.com/coins/images/68451/large/MetaMask-mUSD-Icon-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metamoon', 'MetaMoon', 'METAMOON', null, null, 'https://assets.coingecko.com/coins/images/15744/large/ezgif-3-96b1d03006c5.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metamui', 'MetaMUI', 'MMUI', 1224, 'metamui', 'https://assets.coingecko.com/coins/images/16588/large/MetaMUI_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metanyx', 'Metanyx', 'METX', null, 'metanyx', 'https://assets.coingecko.com/coins/images/18952/large/metx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metaplex', 'Metaplex', 'MPLX', 409, 'metaplex', 'https://assets.coingecko.com/coins/images/27344/large/mplx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metaq', 'MetaQ', 'METAQ', 4655, 'metaq', 'https://assets.coingecko.com/coins/images/24584/large/PoQiwrce8gcDf9KxXDk_fU9WEP7ljoPRJnYounF7pgJi-_Jnt3AFXQqB1lLtKDiezguUYEGvntBGCKMCB22Cecf5AcU9bbFV38Sdihravj6x65pVunbXmrl39hyfqQAUyjum_l5KqJgUcsTtLJTBqdpLiAmcg_igURSkEaef_APdfkYepHZ0tJh8TglKgCzLpAle_F-aNMfmAX4.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metars-genesis', 'Metars Genesis', 'MRS', null, 'metars-genesis', 'https://assets.coingecko.com/coins/images/26625/large/PRmUU8O1_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('metatrace', 'MetaTrace', 'TRC', 8912, 'metatrace', 'https://assets.coingecko.com/coins/images/31427/large/Metatrace.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metaverse', 'METAVERSE', 'METAV', 2498, 'metaverse', 'https://assets.coingecko.com/coins/images/53165/large/lyHiC0X5_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metaverse-etp', 'Metaverse ETP', 'ETP', 4404, null, 'https://assets.coingecko.com/coins/images/1086/large/metaverse.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metaverse-index', 'Metaverse Index', 'MVI', 3696, 'metaverse-index', 'https://assets.coingecko.com/coins/images/14684/large/MVI_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metaverse-miner', 'Metaverse Miner', 'META', 9432, null, 'https://assets.coingecko.com/coins/images/18408/large/d360aee2b1bd9fd9.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metaversex', 'MetaverseX', 'METAX', null, null, 'https://assets.coingecko.com/coins/images/19266/large/12952.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metavpad', 'MetaVPad', 'METAV', 5866, 'metavpad', 'https://assets.coingecko.com/coins/images/21397/large/metav.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meter', 'Meter Governance', 'MTRG', 2921, 'meter', 'https://assets.coingecko.com/coins/images/11848/large/meter.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meter-governance-mapped-by-meter-io', 'Meter Governance mapped by Meter.io', 'EMTRG', null, 'meter-governance-mapped-by-meter-io', 'https://assets.coingecko.com/coins/images/12175/large/Dark-blue-icon-transparent-vector-white-icon200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meter-stable', 'Meter Stable', 'MTR', 6628, 'meter-stable', 'https://assets.coingecko.com/coins/images/12149/large/Meter-Logo-Vertical-Gray-Light-Blue-rgb-200x200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metfi-2', 'MetFi', 'METFI', 1412, 'metfi-2', 'https://assets.coingecko.com/coins/images/29676/large/logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('meth-protocol', 'mETH Protocol', 'COOK', 1768, 'meth-protocol', 'https://assets.coingecko.com/coins/images/50969/large/Logomark-Gradient_Official.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metis-bridged-usdc-metis', 'Metis Bridged USDC (Metis Andromeda)', 'M.USDC', 2234, 'metis-bridged-usdc-metis', 'https://assets.coingecko.com/coins/images/69751/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metis-bridged-weth-metis-andromeda', 'Metis Bridged WETH (Metis Andromeda)', 'WETH', 1333, 'metis-bridged-weth-metis-andromeda', 'https://assets.coingecko.com/coins/images/39719/large/WETH.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('metis-token', 'Metis Token', 'METIS', 627, 'metis-token', 'https://assets.coingecko.com/coins/images/15595/large/Metis_Black_Bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metronome', 'Metronome', 'MET', 2384, 'metronome', 'https://assets.coingecko.com/coins/images/3249/large/met.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metronome-synth-eth', 'Metronome Synth ETH', 'MSETH', 890, 'metronome-synth-eth', 'https://assets.coingecko.com/coins/images/67512/large/metronome_mseth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metronome-synth-usd', 'Metronome Synth USD', 'MSUSD', 1305, 'metronome-synth-usd', 'https://assets.coingecko.com/coins/images/67504/large/metronome_msusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('metropolis', 'Metropolis', 'METRO', 5972, 'metropolis', 'https://assets.coingecko.com/coins/images/54040/large/metropolis_logo_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mettalex', 'Mettalex', 'MTLX', 2435, 'mettalex', 'https://assets.coingecko.com/coins/images/12730/large/nrEqFTEW_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('metya', 'MetYa', 'MET', 858, 'metya', 'https://assets.coingecko.com/coins/images/53633/large/IMG_20250115_121319_684.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('meveth', 'mevETH', 'MEVETH', 8464, 'meveth', 'https://assets.coingecko.com/coins/images/32153/large/MEV_logo_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mey-network', 'Mey Network', 'MEY', 1516, 'mey-network', 'https://assets.coingecko.com/coins/images/52249/large/logo_mey_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mezo-wrapped-btc', 'Mezo Wrapped BTC', 'BTC', 898, 'mezo-wrapped-btc', 'https://assets.coingecko.com/coins/images/68244/large/btc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mfercoin', 'mfercoin', 'MFER', 2070, 'mfercoin', 'https://assets.coingecko.com/coins/images/36550/large/mfercoin-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mia-2', 'MIA', 'MIA', 1054, 'mia-2', 'https://assets.coingecko.com/coins/images/55833/large/IMG_20250516_091022_579.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('michicoin', 'michi', '$MICHI', 2060, 'michicoin', 'https://assets.coingecko.com/coins/images/37309/large/5mbK36SZ7J19An8jFochhQS4of8g6BwUjbeCSxBSoWdp.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('micro-bitcoin-finance', 'Micro Bitcoin Finance', 'MBTC', null, 'micro-bitcoin-finance', 'https://assets.coingecko.com/coins/images/16086/large/bitcoin-96x96.png', 100);
INSERT OR REPLACE INTO Coin VALUES('micro-gpt', 'Micro GPT', '$MICRO', 5001, 'micro-gpt', 'https://assets.coingecko.com/coins/images/37633/large/0x8cedb0680531d26e62abdbd0f4c5428b7fdc26d5.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('microbitcoin', 'MicroBitcoin', 'MBC', 3852, 'microbitcoin', 'https://assets.coingecko.com/coins/images/6282/large/MBC_B_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('micromoney', 'MicroMoney', 'AMM', 6365, null, 'https://assets.coingecko.com/coins/images/1356/large/micromoney.png', 100);
INSERT OR REPLACE INTO Coin VALUES('microstrategy-xstock', 'MicroStrategy xStock', 'MSTRX', 1967, 'microstrategy-xstock', 'https://assets.coingecko.com/coins/images/55631/large/Ticker_MSTR__Company_Name_MicroStrategy__size_200x200_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('microtuber', 'MicroTuber', 'MCT', null, 'microtuber', 'https://assets.coingecko.com/coins/images/15489/large/mct.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('microvisionchain', 'MicrovisionChain', 'SPACE', 4211, 'microvisionchain', 'https://assets.coingecko.com/coins/images/29490/large/space.png', 100);
INSERT OR REPLACE INTO Coin VALUES('midas-basis-trading-token', 'Midas mBASIS', 'MBASIS', 1712, 'midas-basis-trading-token', 'https://assets.coingecko.com/coins/images/50593/large/mBASIS_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('midas-medge', 'Midas mEDGE', 'MEDGE', 1242, 'midas-medge', 'https://assets.coingecko.com/coins/images/54591/large/medge_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('midas-mre7yield', 'Midas mRe7YIELD', 'MRE7YIELD', 1443, 'midas-mre7yield', 'https://assets.coingecko.com/coins/images/54660/large/mre7yield_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('midas-mtbill', 'Midas mTBILL', 'MTBILL', 1267, 'midas-mtbill', 'https://assets.coingecko.com/coins/images/37839/large/mTBILL_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('midas-the-minotaur', 'Midas The Minotaur', 'MIDAS', 2133, 'midas-the-minotaur', 'https://assets.coingecko.com/coins/images/68723/large/MIDAS-NewToken-smallest.png', 100);
INSERT OR REPLACE INTO Coin VALUES('milady-cult-coin', 'Milady Cult Coin', 'CULT', 1072, 'milady-cult-coin', 'https://assets.coingecko.com/coins/images/52583/large/cult.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('milady-meme-coin', 'Milady Meme Coin', 'LADYS', 1418, 'milady-meme-coin', 'https://assets.coingecko.com/coins/images/30194/large/LADYS_Clean.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mileverse', 'MileVerse', 'MVC', 1920, 'mileverse', 'https://assets.coingecko.com/coins/images/13146/large/kXSdwuxD_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('milk-alliance', 'MiL.k Alliance', 'MLK', 714, 'milk-alliance', 'https://assets.coingecko.com/coins/images/11978/large/2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('milkshakeswap', 'Milkshake Swap', 'MILK', 12596, 'milkshakeswap', 'https://assets.coingecko.com/coins/images/18654/large/Logo200x200_%2810%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('milkyway-2', 'MilkyWay', 'MILK', 1803, 'milkyway-2', 'https://assets.coingecko.com/coins/images/55416/large/MilkyWay-Icon-Black-Alt_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('milli-coin', 'MILLI', 'MILLI', 3017, 'milli-coin', 'https://assets.coingecko.com/coins/images/35724/large/milli_new.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('millimeter', 'Millimeter', 'MM', null, 'millimeter', 'https://assets.coingecko.com/coins/images/12941/large/mm%EB%A1%9C%EA%B3%A0-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('million', 'Million', 'MM', 4163, 'million', 'https://assets.coingecko.com/coins/images/16825/large/logo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('million-monke', 'Million Monke', 'MIMO', null, null, 'https://assets.coingecko.com/coins/images/21071/large/200xMIMO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mimatic', 'MAI', 'MIMATIC', 1146, 'mimatic', 'https://assets.coingecko.com/coins/images/15264/large/mimatic-red.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mimblewimblecoin', 'MimbleWimbleCoin', 'MWC', null, 'mimblewimblecoin', 'https://assets.coingecko.com/coins/images/9989/large/E5zZUXza_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mimbogamegroup', 'MimboGameGroup', 'MGG', 313, 'mimbogamegroup', 'https://assets.coingecko.com/coins/images/66393/large/mimbo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mimir-token', 'Mimir Token', 'MIMIR', null, null, 'https://assets.coingecko.com/coins/images/19551/large/xaq5Xlzg_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mimo-parallel-governance-token', 'MIMO Parallel Governance Token', 'MIMO', null, null, 'https://assets.coingecko.com/coins/images/16449/large/PRL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mina-protocol', 'Mina Protocol', 'MINA', 397, 'mina-protocol', 'https://assets.coingecko.com/coins/images/15628/large/JM4_vQ34_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minativerse', 'MINATIVERSE', 'MNTC', 2960, 'minativerse', 'https://assets.coingecko.com/coins/images/32012/large/MNTC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mind-body-soul', 'Mind Body Soul', 'MBS', 5500, 'mind-body-soul', 'https://assets.coingecko.com/coins/images/66621/large/IMG_20250603_062357_567.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mind-language', 'Mind', 'MND', 5418, 'mind-language', 'https://assets.coingecko.com/coins/images/33540/large/mind-logo-black-resized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mind-network', 'Mind Network', 'FHE', 1909, 'mind-network', 'https://assets.coingecko.com/coins/images/55161/large/mind.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mind-of-pepe', 'Mind of Pepe', 'MIND', 2488, 'mind-of-pepe', 'https://assets.coingecko.com/coins/images/66261/large/IMG_8248.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('mindai', 'MindAI', 'MDAI', 9443, 'mindai', 'https://assets.coingecko.com/coins/images/36180/large/logo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mindfak-by-matt-furie', 'Mindfak By Matt Furie', 'MINDFAK', 2712, 'mindfak-by-matt-furie', 'https://assets.coingecko.com/coins/images/67837/large/200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('minds', 'Minds', 'MINDS', 6525, 'minds', 'https://assets.coingecko.com/coins/images/11517/large/Minds.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mindwavedao', 'MindWaveDAO', 'NILA', 878, 'mindwavedao', 'https://assets.coingecko.com/coins/images/55467/large/NILA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mine-btc', 'MINE BTC', 'MINEBTC', 6425, null, 'https://assets.coingecko.com/coins/images/54312/large/_MINEBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mineral', 'Mineral', 'MNR', 7906, null, 'https://assets.coingecko.com/coins/images/10996/large/D1QOxGkyeNFNxGtTkisHA21_2qUJiiIv3GbcgYln-PJUxMpwSJZzYCllVtbO0en-udpN7c94Llfby0e9dtjyDWlEqcRnssNIW2K2-s-MJqSXavmq2M4ry9CxSwWMWvNVAnqWzvvNWfLYz1FdzZZcgIX0mkveK8rLMsLAfYmhXEWrz8foPKHgSuJf8eNG7wPetoC0Mycyb5r0z46.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mineral-vault-fund-i', 'Mineral Vault I Security Token', 'MNRL', 3149, 'mineral-vault-fund-i', 'https://assets.coingecko.com/coins/images/66290/large/mineral-vault.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minerva-wallet', 'Minerva Wallet', 'MIVA', 9838, 'minerva-wallet', 'https://assets.coingecko.com/coins/images/14732/large/MIVA-Token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mines-of-dalarnia', 'Mines of Dalarnia', 'DAR', null, 'mines-of-dalarnia', 'https://assets.coingecko.com/coins/images/19837/large/dar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mini', 'Mini', 'MINI', null, null, 'https://assets.coingecko.com/coins/images/12298/large/IrTAVc_GqZ7iQucAa3fNYlh_Cqt3tY9wM_pmzOl5SifscRMpuzrp_dizMzGTiMr_NxDJPCKigBgz8THrzvO_DqT3JLzqZIYeytDBRw3qKI73dljS0BnFaaI2aLadpdCZah4RkhydddLIDDbQlGit77farlQRaq7qEgxdjVe0aqEeh4phE-DWAKi_KS_Yz-fFdDfjWgifVCKkZRBeNSWWQEplxxl.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('miniature-woolly-mammoth', 'Miniature Woolly Mammoth', 'WOOLLY', 5863, 'miniature-woolly-mammoth', 'https://assets.coingecko.com/coins/images/66744/large/Miniature_Woolly_Mammoth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minidoge-5', 'Minidoge', 'MINIDOGE', 389, 'minidoge-5', 'https://assets.coingecko.com/coins/images/67199/large/photo_2024-12-30_14-50-04.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('minima', 'Minima', 'MINIMA', 2055, 'minima', 'https://assets.coingecko.com/coins/images/25657/large/CoinMarketCap_icon_1_%28200x200%29_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minimini', 'mini', 'MINI', 2191, 'minimini', 'https://assets.coingecko.com/coins/images/37777/large/image_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minotari', 'MinoTari', 'XTM', 2182, 'minotari', 'https://assets.coingecko.com/coins/images/55885/large/XTM-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minswap', 'Minswap', 'MIN', 1073, 'minswap', 'https://assets.coingecko.com/coins/images/27823/large/Logo_Round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mint-club', 'Mint Club', 'MINT', 5204, 'mint-club', 'https://assets.coingecko.com/coins/images/17174/large/logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minted', 'Minted', 'MTD', 3325, 'minted', 'https://assets.coingecko.com/coins/images/26893/large/MTD_Token_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mintify', 'Mintify', 'MINT', 3548, 'mintify', 'https://assets.coingecko.com/coins/images/53483/large/Main_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mintlayer', 'Mintlayer', 'ML', 2161, 'mintlayer', 'https://assets.coingecko.com/coins/images/29454/large/mintlayer-icon-coingecko200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minto', 'Minto', 'BTCMT', 2339, 'minto', 'https://assets.coingecko.com/coins/images/21819/large/MNVvqe2n_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('minutes-network-token', 'Minutes Network Token', 'MNTX', 1456, 'minutes-network-token', 'https://assets.coingecko.com/coins/images/55216/large/mntx.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mira-3', 'Mira', 'MIRA', 611, 'mira-3', 'https://assets.coingecko.com/coins/images/69491/large/mira_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('miracle-play', 'Miracle Play', 'MPT', 1959, 'miracle-play', 'https://assets.coingecko.com/coins/images/32653/large/MPT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('miraqle', 'MiraQle', 'MQL', null, null, 'https://assets.coingecko.com/coins/images/12278/large/200_200_%EB%AF%B8%EB%9D%BC%ED%81%B4_%EB%A1%9C%EA%B3%A0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mirror-protocol', 'Mirror Protocol', 'MIR', 3544, 'mirror-protocol', 'https://assets.coingecko.com/coins/images/13295/large/mirror_logo_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('misato', 'MISATO', 'MISATO', 7395, 'misato', 'https://assets.coingecko.com/coins/images/52231/large/misatocleanboost.png', 100);
INSERT OR REPLACE INTO Coin VALUES('misbloc', 'Misbloc', 'MSB', null, null, 'https://assets.coingecko.com/coins/images/13021/large/xREV4lXV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mist', 'Mist', 'MIST', 6804, 'mist', 'https://assets.coingecko.com/coins/images/14841/large/pKmPjCN-_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mister-miggles', 'Mister Miggles', 'MIGGLES', 1391, 'mister-miggles', 'https://assets.coingecko.com/coins/images/39251/large/New_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mistery', 'Mistery', 'MERY', 2433, 'mistery', 'https://assets.coingecko.com/coins/images/36620/large/Mistery_Fam_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mitch', 'MITCH', 'IDRAWLINE', 4405, 'mitch', 'https://assets.coingecko.com/coins/images/68873/large/butytvxivo6a8x8hp5z74941enfn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mithril', 'Mithril', 'MITH', 8122, 'mithril', 'https://assets.coingecko.com/coins/images/3484/large/mithril.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mithril-share', 'Mithril Share', 'MIS', 9004, 'mithril-share', 'https://assets.coingecko.com/coins/images/13516/large/MIS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mito', 'Mito', 'MITO', 1162, 'mito', 'https://assets.coingecko.com/coins/images/55417/large/mito.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('mitosis', 'Mitosis', 'MITO', 1182, 'mitosis', 'https://assets.coingecko.com/coins/images/68355/large/mitosis.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mitosis-eol-bnb', 'Mitosis EOL BNB', 'MIBNB', 1847, 'mitosis-eol-bnb', 'https://assets.coingecko.com/coins/images/68424/large/miBNB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mitosis-matrix-usdt-lista', 'Mitosis Matrix USDT (Lista)', 'MAUSDT_LISTA', 4558, 'mitosis-matrix-usdt-lista', 'https://assets.coingecko.com/coins/images/68425/large/maUSDT_Lista.png', 100);
INSERT OR REPLACE INTO Coin VALUES('miu-2', 'MIU', 'MIU', 1753, 'miu-2', 'https://assets.coingecko.com/coins/images/54420/large/miu_200_blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mixie', 'Mixie', 'MIXIE', 3863, 'mixie', 'https://assets.coingecko.com/coins/images/55993/large/mixie.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mixin', 'Mixin', 'XIN', null, 'mixin', 'https://assets.coingecko.com/coins/images/2442/large/mixin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mixmarvel', 'MixMarvel', 'MIX', 6442, 'mixmarvel', 'https://assets.coingecko.com/coins/images/8222/large/8878caf93b1e3b6cfb3b414bda3b5250.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mixmob', 'MixMob', 'MXM', 6256, 'mixmob', 'https://assets.coingecko.com/coins/images/34708/large/MXM-Token-L_1000x1000-NoBg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mizar', 'Mizar', 'MZR', 1973, 'mizar', 'https://assets.coingecko.com/coins/images/23272/large/V1DTptkT_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mizuki', 'Mizuki', 'MIZUKI', 9976, 'mizuki', 'https://assets.coingecko.com/coins/images/52735/large/ZD4kTsGT_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mktcash', 'Mktcash', 'MCH', null, 'mktcash', 'https://assets.coingecko.com/coins/images/17498/large/mktcashlogocoingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mmfinance', 'MMFinance', 'MMF', 6647, 'mmfinance', 'https://assets.coingecko.com/coins/images/22273/large/MMF200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mmocoin', 'MMOCoin', 'MMO', 11006, 'mmocoin', 'https://assets.coingecko.com/coins/images/4364/large/xWGfHzg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mnee-usd-stablecoin', 'MNEE USD Stablecoin', 'MNEE', 582, 'mnee-usd-stablecoin', 'https://assets.coingecko.com/coins/images/39459/large/MNEE_logo_no_BG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moai', 'MOAI', 'MOAI', 3745, 'moai', 'https://assets.coingecko.com/coins/images/34871/large/unga.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mobifi', 'MobiFi', 'MOFI', 7559, null, 'https://assets.coingecko.com/coins/images/14697/large/MOFI_Coin_Green_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mobilecoin', 'MobileCoin', 'MOB', null, 'mobilecoin', 'https://assets.coingecko.com/coins/images/13311/large/mobilecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mobius', 'Mobius', 'MOBI', 3470, 'mobius', 'https://assets.coingecko.com/coins/images/1501/large/mobius.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mobius-finance', 'Mobius Finance', 'MOT', null, 'mobius-finance', 'https://assets.coingecko.com/coins/images/18144/large/11322.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mobius-money', 'Mobius Money', 'MOBI', null, 'mobius-money', 'https://assets.coingecko.com/coins/images/18467/large/MOBI-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mobox', 'Mobox', 'MBOX', 1165, 'mobox', 'https://assets.coingecko.com/coins/images/14751/large/mobox.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('moby', 'Moby', 'MOBY', 5083, 'moby', 'https://assets.coingecko.com/coins/images/35146/large/photo_2024-02-13_09-43-04.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moby-ai', 'Moby AI', 'MOBY', 1644, 'moby-ai', 'https://assets.coingecko.com/coins/images/53613/large/PFP_V3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mocaverse', 'Moca Coin', 'MOCA', 299, 'mocaverse', 'https://assets.coingecko.com/coins/images/37812/large/moca.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mochi-market', 'Mochi Market', 'MOMA', 7546, 'mochi-market', 'https://assets.coingecko.com/coins/images/14993/large/mochi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('mochi-thecatcoin', 'Mochi', 'MOCHI', 2052, 'mochi-thecatcoin', 'https://assets.coingecko.com/coins/images/33083/large/CIRCLE-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moda-dao', 'MODA DAO', 'MODA', 4368, null, 'https://assets.coingecko.com/coins/images/20870/large/ModaDAO__logomark-primary_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('modclub', 'DecideAI', 'DCD', 3285, 'modclub', 'https://assets.coingecko.com/coins/images/34364/large/DecideAI_logo_-_Round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mode', 'Mode', 'MODE', 2177, 'mode', 'https://assets.coingecko.com/coins/images/34979/large/MODE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('modefi', 'Modefi', 'MOD', 4083, 'modefi', 'https://assets.coingecko.com/coins/images/13980/large/modefi_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('modern-stoic', 'Modern Stoic', 'STOIC', null, 'modern-stoic', 'https://assets.coingecko.com/coins/images/53430/large/192566233.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('modex', 'Modex', 'MODEX', null, 'modex', 'https://assets.coingecko.com/coins/images/2851/large/LhWIeAg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('modulr', 'Modulr', 'EMDR', 1678, 'modulr', 'https://assets.coingecko.com/coins/images/68724/large/Modulr.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moe-3', 'MOE', 'MOE', 1480, 'moe-3', 'https://assets.coingecko.com/coins/images/34422/large/MOE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moe-4', 'MOE', 'MOE', 5961, 'moe-4', 'https://assets.coingecko.com/coins/images/52269/large/MOE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moeda-loyalty-points', 'Moeda Loyalty Points', 'MDA', 7617, null, 'https://assets.coingecko.com/coins/images/895/large/moeda-loyalty-points.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moew', 'MOEW', 'MOEW', 2829, 'moew', 'https://assets.coingecko.com/coins/images/36737/large/moewnewlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mog-coin', 'Mog Coin', 'MOG', 332, 'mog-coin', 'https://assets.coingecko.com/coins/images/31059/large/MOG_LOGO_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mogul-productions', 'Mogul Productions', 'STARS', 12085, 'mogul-productions', 'https://assets.coingecko.com/coins/images/14975/large/STARS_LOGO_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mojitoswap', 'MojitoSwap', 'MJT', null, 'mojitoswap', 'https://assets.coingecko.com/coins/images/21662/large/Y--WYD4r_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('molecules-of-korolchuk-ip-nft', 'Molecules of Korolchuk IP-NFT', 'VITA-FAST', 2968, 'molecules-of-korolchuk-ip-nft', 'https://assets.coingecko.com/coins/images/33055/large/Vita-FAST_1024px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moments', 'Moments Market', 'MMT', null, 'moments', 'https://assets.coingecko.com/coins/images/5697/large/mmt600.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mommy-doge', 'Mommy Doge', 'MOMMYDOGE', null, 'mommy-doge', 'https://assets.coingecko.com/coins/images/16956/large/icon200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('momo-3', 'Momo', 'MOMO', 2380, 'momo-3', 'https://assets.coingecko.com/coins/images/67271/large/MOMONEWLOGO.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('momo-key', 'MoMo Key', 'KEY', null, 'momo-key', 'https://assets.coingecko.com/coins/images/14812/large/2e7a347a975a232693d4467bd4d6546.png', 100);
INSERT OR REPLACE INTO Coin VALUES('momoai', 'MomoAI', 'MTOS', 10226, 'momoai', 'https://assets.coingecko.com/coins/images/53377/large/mtos.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('momofun', 'Momofun', 'MM', 1016, 'momofun', 'https://assets.coingecko.com/coins/images/67849/large/momofun.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mon-protocol', 'MON Protocol', 'MON', 1763, 'mon-protocol', 'https://assets.coingecko.com/coins/images/37395/large/WhatsApp_Image_2024-02-27_at_18.34.45_01762153.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('monacoin', 'MonaCoin', 'MONA', null, 'monacoin', 'https://assets.coingecko.com/coins/images/99/large/monacoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monavale', 'Monavale', 'MONA', 4587, 'monavale', 'https://assets.coingecko.com/coins/images/13298/large/monavale_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('monbasecoin', 'MonbaseCoin', 'MBC', 956, 'monbasecoin', 'https://assets.coingecko.com/coins/images/35838/large/Token_MBC_BG_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mondo-community-coin', 'Mondo Community Coin', 'MNDCC', null, 'mondo-community-coin', 'https://assets.coingecko.com/coins/images/18680/large/mndcc_bildmarke_256px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monerium-eur-money-2', 'Monerium EUR emoney', 'EURE', 1083, 'monerium-eur-money-2', 'https://assets.coingecko.com/coins/images/54303/large/eure.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('monero', 'Monero', 'XMR', 38, 'monero', 'https://assets.coingecko.com/coins/images/69/large/monero_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monetha', 'Monetha', 'MTH', 6114, 'monetha', 'https://assets.coingecko.com/coins/images/902/large/LOGO-MTH-200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moneybrain-bips', 'Moneybrain BiPS', 'BIPS', null, 'moneybrain-bips', 'https://assets.coingecko.com/coins/images/15556/large/bips_logo_200x200_Trans.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moneybyte', 'MoneyByte', 'MON', 7622, 'moneybyte', 'https://assets.coingecko.com/coins/images/9588/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moneyswap', 'MoneySwap', 'MSWAP', 12158, 'moneyswap', 'https://assets.coingecko.com/coins/images/13576/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mongcoin', 'MongCoin', 'MONG', 3342, 'mongcoin', 'https://assets.coingecko.com/coins/images/30051/large/BrandMark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monk', 'Monk', 'MONK', null, 'monk', 'https://assets.coingecko.com/coins/images/1260/large/MONK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monke-5', 'monke', 'MONKE', 5266, 'monke-5', 'https://assets.coingecko.com/coins/images/66956/large/ys88rvtgz1xfdiia22cp65u718mp.', 100);
INSERT OR REPLACE INTO Coin VALUES('monkey-pox', 'Monkey Pox', 'POX', 2788, 'monkey-pox', 'https://assets.coingecko.com/coins/images/39971/large/Monkey_Pox.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monkeyball', 'MonkeyBall', 'MBS', 4103, 'monkeyball', 'https://assets.coingecko.com/coins/images/20841/large/monkeyball.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monnos', 'Monnos', 'MNS', null, 'monnos', 'https://assets.coingecko.com/coins/images/11640/large/logo_%2880%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mononoke-inu', 'Mononoke Inu', 'MONONOKE-INU', null, 'mononoke-inu', 'https://assets.coingecko.com/coins/images/18769/large/z9YDK0f.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monsoon-finance', 'Monsoon Finance', 'MCASH', null, null, 'https://assets.coingecko.com/coins/images/18632/large/DdcZZeP_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('monsta-infinite', 'Monsta Infinite', 'MONI', 8000, 'monsta-infinite', 'https://assets.coingecko.com/coins/images/18396/large/moni.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moo-deng', 'Moo Deng', 'MOODENG', 458, 'moo-deng', 'https://assets.coingecko.com/coins/images/50264/large/MOODENG.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moo-deng-2', 'MOO DENG', 'MOODENG', 2203, 'moo-deng-2', 'https://assets.coingecko.com/coins/images/50348/large/1000000612.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moo-moo', 'MOO MOO', 'MOOMOO', 5299, 'moo-moo', 'https://assets.coingecko.com/coins/images/52374/large/MOO_MOO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moochii', 'Moochii', 'MOOCHII', null, 'moochii', 'https://assets.coingecko.com/coins/images/15444/large/QUVbHkC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moola-celo-dollars', 'Moola Celo Dollars', 'MCUSD', null, 'moola-celo-dollars', 'https://assets.coingecko.com/coins/images/22380/large/McUSD_Blue_128x128_Square.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moola-market', 'Moola Market', 'MOO', 6932, 'moola-market', 'https://assets.coingecko.com/coins/images/17719/large/MOO_Logo_blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moolah', 'Moolah', 'MOOLAH', 2252, 'moolah', 'https://assets.coingecko.com/coins/images/66397/large/cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moomoo-the-bull', 'MOOMOO THE BULL', 'MOOMOO', 5438, 'moomoo-the-bull', 'https://assets.coingecko.com/coins/images/67256/large/MOOMOO_THE_BULL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moon', 'r/CryptoCurrency Moons', 'MOON', 2153, 'moon', 'https://assets.coingecko.com/coins/images/11222/large/Moons.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moon-app', 'RWAX', 'APP', 2883, 'moon-app', 'https://assets.coingecko.com/coins/images/34492/large/rwax-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moon-maker-protocol', 'Moon Maker Protocol', 'MMP', null, 'moon-maker-protocol', 'https://assets.coingecko.com/coins/images/16257/large/m_mp.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('moon-rabbit', 'Moon Rabbit', 'AAA', null, 'moon-rabbit', 'https://assets.coingecko.com/coins/images/17310/large/logo_moon_no_inscriptions-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moon-rocks', 'Moon Rocks', 'MROCKS', 3892, 'moon-rocks', 'https://assets.coingecko.com/coins/images/67352/large/mrocks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moon-tropica', 'Moon Tropica', 'CAH', 2694, 'moon-tropica', 'https://assets.coingecko.com/coins/images/28470/large/MTLOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moona-lisa', 'Moona Lisa', 'MOONA', 6359, 'moona-lisa', 'https://assets.coingecko.com/coins/images/69008/large/IMG_0114.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('moonarch', 'Moonarch', 'MOONARCH', null, 'moonarch', 'https://assets.coingecko.com/coins/images/15567/large/android-chrome-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonbeam', 'Moonbeam', 'GLMR', 824, 'moonbeam', 'https://assets.coingecko.com/coins/images/22459/large/Moonbeam_GLMR_ICON.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonbeans', 'MoonBeans', 'BEANS', null, 'moonbeans', 'https://assets.coingecko.com/coins/images/18547/large/200_MB_DarkVersion_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mooncat', 'Mooncat', 'MOONCAT', 3158, 'mooncat', 'https://assets.coingecko.com/coins/images/67229/large/image0-4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mooncat-vault-nftx', 'MOONCAT Vault (NFTX)', 'MOONCAT', null, 'mooncat-vault-nftx', 'https://assets.coingecko.com/coins/images/17055/large/Mooncats.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonchain', 'Moonchain', 'MCH', 3537, 'moonchain', 'https://assets.coingecko.com/coins/images/68878/large/moonchain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moondog-ai', 'MoonDog AI', 'MDOGAI', 10248, 'moondog-ai', 'https://assets.coingecko.com/coins/images/53614/large/MD_PFP_1000x1000_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moondoge', 'MOONDOGE', 'MOONDOGE', 8108, 'moondoge', 'https://assets.coingecko.com/coins/images/67324/large/MOONDOGE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moonedge', 'MoonEdge', 'MOONED', 5771, 'moonedge', 'https://assets.coingecko.com/coins/images/17393/large/ME_logo_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mooney', 'Mooney', 'MOONEY', null, 'mooney', 'https://assets.coingecko.com/coins/images/22905/large/cVWTHdA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonlana', 'MoonLana', 'MOLA', 9457, 'moonlana', 'https://assets.coingecko.com/coins/images/16278/large/NW8RySX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonpig', 'moonpig', 'MOONPIG', 4050, 'moonpig', 'https://assets.coingecko.com/coins/images/55504/large/moonpig.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moonpot', 'Moonpot', 'POTS', null, 'moonpot', 'https://assets.coingecko.com/coins/images/17517/large/moonpot.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('moonprime-games', 'MoonPrime Games', 'LUNAR', 4816, 'moonprime-games', 'https://assets.coingecko.com/coins/images/52920/large/logo_.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('moonrabbits', 'MoonRabbits', 'MRB', 964, null, 'https://assets.coingecko.com/coins/images/52273/large/MoonRabbits_icon_resized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonray', 'Moonray', 'MNRY', 4833, 'moonray', 'https://assets.coingecko.com/coins/images/52369/large/Moonray_logo_black_pyramid_only_-_Copy_-_Copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonriver', 'Moonriver', 'MOVR', 830, 'moonriver', 'https://assets.coingecko.com/coins/images/17984/large/Moonriver_MOVR_ICON.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonscape', 'Moonscape', 'MSCP', 7468, 'moonscape', 'https://assets.coingecko.com/coins/images/21142/large/14522.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonstarter', 'MoonStarter', 'MNST', 10088, null, 'https://assets.coingecko.com/coins/images/16146/large/MoonStarter.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moontax', 'Moontax', 'CPAI', 6701, 'moontax', 'https://assets.coingecko.com/coins/images/53433/large/Moontax.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonveil', 'Moonveil', 'MORE', 2436, 'moonveil', 'https://assets.coingecko.com/coins/images/66853/large/E_mmN003_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonwell-artemis', 'Moonwell', 'WELL', 551, 'moonwell-artemis', 'https://assets.coingecko.com/coins/images/26133/large/WELL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonwell-flagship-eth-morpho-vault', 'Moonwell Flagship ETH (Morpho Vault)', 'MWETH', 447, 'moonwell-flagship-eth-morpho-vault', 'https://assets.coingecko.com/coins/images/52387/large/ethereum-eth-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonwell-flagship-usdc-morpho-vault', 'Moonwell Flagship USDC (Morpho Vault)', 'MWUSDC', 814, 'moonwell-flagship-usdc-morpho-vault', 'https://assets.coingecko.com/coins/images/52375/large/usd-coin-usdc-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moonwolf-io', 'moonwolf.io', 'WOLF', 10405, 'moonwolf-io', 'https://assets.coingecko.com/coins/images/14698/large/oC37AkkD_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mooxmoo', 'MOOxMOO', 'MOOX', 1314, null, 'https://assets.coingecko.com/coins/images/32493/large/MOOX.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mori-coin', 'MORI COIN', 'MORI', 1093, 'mori-coin', 'https://assets.coingecko.com/coins/images/66886/large/jczblkgbpxg0g3pky3uj0clklmzl.', 100);
INSERT OR REPLACE INTO Coin VALUES('morning-routine', 'Morning Routine', 'ROUTINE', 7798, 'morning-routine', 'https://assets.coingecko.com/coins/images/54951/large/routine.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morph-ai', 'Morph AI', 'MORPHAI', 6042, 'morph-ai', 'https://assets.coingecko.com/coins/images/52567/large/Bottom_Text-White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morpher', 'Morpher', 'MPH', null, 'morpher', 'https://assets.coingecko.com/coins/images/12619/large/morpher_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morpheus-labs', 'Morpheus Labs', 'MITX', 4463, 'morpheus-labs', 'https://assets.coingecko.com/coins/images/3164/large/x-avatar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morpheus-network', 'Morpheus Network', 'MNW', 3067, 'morpheus-network', 'https://assets.coingecko.com/coins/images/2379/large/color_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morpheus-token', 'Morpheus Token', 'MORPH', null, null, 'https://assets.coingecko.com/coins/images/18306/large/pills.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morpheusai', 'MorpheusAI', 'MOR', 1612, 'morpheusai', 'https://assets.coingecko.com/coins/images/37969/large/MOR200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morpho', 'Morpho', 'MORPHO', 113, 'morpho', 'https://assets.coingecko.com/coins/images/29837/large/Morpho-token-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('morphware', 'Morphware', 'XMW', 1355, 'morphware', 'https://assets.coingecko.com/coins/images/50298/large/XMW_Logo_Transparent_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moss', 'MOSS', 'MOSS', 5924, 'moss', 'https://assets.coingecko.com/coins/images/52579/large/MOSS.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('moss-carbon-credit', 'Moss Carbon Credit', 'MCO2', null, 'moss-carbon-credit', 'https://assets.coingecko.com/coins/images/14414/large/ENtxnThA_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mossland', 'Mossland', 'MOC', 1277, 'mossland', 'https://assets.coingecko.com/coins/images/2374/large/moc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('motacoin', 'MotaCoin', 'MOTA', 5218, 'motacoin', 'https://assets.coingecko.com/coins/images/8125/large/motacoin-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mother-iggy', 'Mother Iggy', 'MOTHER', 2237, 'mother-iggy', 'https://assets.coingecko.com/coins/images/38269/large/mother.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mound-token', 'Mound Token', 'MND', null, 'mound-token', 'https://assets.coingecko.com/coins/images/17922/large/token-mnd.83a59964.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mountain-protocol-usdm', 'Mountain Protocol USD', 'USDM', 794, 'mountain-protocol-usdm', 'https://assets.coingecko.com/coins/images/31719/large/usdm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('move-dollar', 'Move Dollar', 'MOD', 5728, 'move-dollar', 'https://assets.coingecko.com/coins/images/29701/large/MOD_Logomark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('movement', 'Movement', 'MOVE', 297, 'movement', 'https://assets.coingecko.com/coins/images/39345/large/movement-testnet-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('movement-bridged-usdc-movement', 'Movement Bridged USDC (Movement)', 'USDC.E', 2087, 'movement-bridged-usdc-movement', 'https://assets.coingecko.com/coins/images/66245/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('moviebloc', 'MovieBloc', 'MBL', 1067, 'moviebloc', 'https://assets.coingecko.com/coins/images/8460/large/MBL_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('moxie', 'Moxie', 'MOXIE', 7326, 'moxie', 'https://assets.coingecko.com/coins/images/39451/large/favicon_-_200_x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mozaic', 'Mozaic', 'MOZ', 8162, 'mozaic', 'https://assets.coingecko.com/coins/images/30100/large/Main_Logo_1-200x200jpg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mrweb-finance-2', 'MrWeb Finance', 'AMA', 7947, null, 'https://assets.coingecko.com/coins/images/27173/large/jd0i3xri_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('msol', 'Marinade staked SOL', 'MSOL', 128, 'msol', 'https://assets.coingecko.com/coins/images/17752/large/mSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mstr2100', 'MSTR2100', 'MSTR', 3645, 'mstr2100', 'https://assets.coingecko.com/coins/images/50600/large/1000011620.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mt-pelerin-shares', 'Mt Pelerin Shares', 'MPS', 3113, 'mt-pelerin-shares', 'https://assets.coingecko.com/coins/images/11471/large/MPS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mubarak', 'Mubarak', 'MUBARAK', 1089, 'mubarak', 'https://assets.coingecko.com/coins/images/54857/large/DKjv3dc6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mubarakah', 'Mubarakah', 'MUBARAKAH', 4140, 'mubarakah', 'https://assets.coingecko.com/coins/images/54893/large/photo_2025-03-19_11.33.53.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('muhdo-hub', 'Muhdo Hub', 'DNA', 3598, 'muhdo-hub', 'https://assets.coingecko.com/coins/images/53032/large/Muhdo_Hub.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('multibit', 'Multibit', 'MUBI', 3212, 'multibit', 'https://assets.coingecko.com/coins/images/33051/large/multi.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('multichain', 'Multichain', 'MULTI', null, 'multichain', 'https://assets.coingecko.com/coins/images/22087/large/1_Wyot-SDGZuxbjdkaOeT2-A.png', 100);
INSERT OR REPLACE INTO Coin VALUES('multichain-bridged-usdc-fantom', 'Multichain Bridged USDC (Fantom)', 'USDC', 2014, 'multichain-bridged-usdc-fantom', 'https://assets.coingecko.com/coins/images/35222/large/USDC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('multichain-bridged-usdc-kava', 'Multichain Bridged USDC (Kava)', 'USDC', 2304, 'multichain-bridged-usdc-kava', 'https://assets.coingecko.com/coins/images/35221/large/USDC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('multipad', 'MultiPad', 'MPAD', 12524, 'multipad', 'https://assets.coingecko.com/coins/images/18145/large/200_x_200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('multivac', 'MultiVAC', 'MTV', 3804, 'multivac', 'https://assets.coingecko.com/coins/images/4937/large/MultiVAC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('multiverse', 'Multiverse', 'AI', null, 'multiverse', 'https://assets.coingecko.com/coins/images/16329/large/multiverse_logo_full_color_rgb_200px_72ppi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mummy-finance', 'Navigator Exchange', 'NAVI', 4919, 'mummy-finance', 'https://assets.coingecko.com/coins/images/28547/large/navi.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mumu-the-bull-3', 'MUMU THE BULL', 'MUMU', 2601, 'mumu-the-bull-3', 'https://assets.coingecko.com/coins/images/35966/large/24581.png', 100);
INSERT OR REPLACE INTO Coin VALUES('murasaki', 'Murasaki', 'MURA', null, 'murasaki', 'https://assets.coingecko.com/coins/images/28570/large/mura.png', 100);
INSERT OR REPLACE INTO Coin VALUES('musd', 'mStable USD', 'MUSD', 2879, 'musd', 'https://assets.coingecko.com/coins/images/11576/large/mStable_USD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('muse-2', 'Muse', 'MUSE', 2135, 'muse-2', 'https://assets.coingecko.com/coins/images/13230/large/muse_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('museum-of-crypto-art', 'Museum of Crypto Art', 'MOCA', 6306, 'museum-of-crypto-art', 'https://assets.coingecko.com/coins/images/15829/large/photo_2021-06-04_09.36.16.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('music-by-virtuals', 'Music by Virtuals', 'MUSIC', 4827, 'music-by-virtuals', 'https://assets.coingecko.com/coins/images/53050/large/DJ_AGENT_BG_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('musk-gold', 'MUSK Gold', 'MUSK', 12535, 'musk-gold', 'https://assets.coingecko.com/coins/images/21696/large/musk-icon-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('musk-it', 'Musk It', 'MUSKIT', 6410, 'musk-it', 'https://assets.coingecko.com/coins/images/52612/large/Muskit2000x2000.png', 100);
INSERT OR REPLACE INTO Coin VALUES('musmecoin', 'MusmeCoin', 'MSM', 2517, 'musmecoin', 'https://assets.coingecko.com/coins/images/52485/large/ICN_01_ITEM_Coin_0001.png', 100);
INSERT OR REPLACE INTO Coin VALUES('must', 'Must', 'MUST', 7965, 'must', 'https://assets.coingecko.com/coins/images/13688/large/must_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mute', 'Mute', 'MUTE', 4209, 'mute', 'https://assets.coingecko.com/coins/images/14331/large/MUTE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('muxyai', 'MuxyAI', 'MAI', 8408, 'muxyai', 'https://assets.coingecko.com/coins/images/55543/large/MuxyAI-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mx-token', 'MX Token', 'MX', 301, 'mx-token', 'https://assets.coingecko.com/coins/images/8545/large/mexc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mxc', 'MXC', 'MXC', 3557, 'mxc', 'https://assets.coingecko.com/coins/images/4604/large/Mask_group_5.png', 100);
INSERT OR REPLACE INTO Coin VALUES('my-defi-legends', 'My DeFi Legends', 'DLEGENDS', null, 'my-defi-legends', 'https://assets.coingecko.com/coins/images/18006/large/my_defi_legends.png', 100);
INSERT OR REPLACE INTO Coin VALUES('my-defi-pet', 'My DeFi Pet', 'DPET', 4523, 'my-defi-pet', 'https://assets.coingecko.com/coins/images/15321/large/mydefi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('my-lovely-coin', 'My Lovely Coin', 'MLC', 936, 'my-lovely-coin', 'https://assets.coingecko.com/coins/images/38829/large/Token_logo_CMC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('my-master-war', 'My Master War', 'MAT', 9791, 'my-master-war', 'https://assets.coingecko.com/coins/images/18772/large/JiuEEvte_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('my-neighbor-alice', 'My Neighbor Alice', 'ALICE', 1091, 'my-neighbor-alice', 'https://assets.coingecko.com/coins/images/14375/large/alice_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('mybit-token', 'MyBit Token', 'MYB', 10279, 'mybit-token', 'https://assets.coingecko.com/coins/images/1240/large/mybit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mybricks', 'MyBricks', 'BRICKS', null, 'mybricks', 'https://assets.coingecko.com/coins/images/17311/large/DEV6onU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mynth', 'Mynth', 'MNT', 2927, 'mynth', 'https://assets.coingecko.com/coins/images/50513/large/mynth-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('myria', 'Myria', 'MYRIA', 1547, 'myria', 'https://assets.coingecko.com/coins/images/29273/large/myria.png', 100);
INSERT OR REPLACE INTO Coin VALUES('myriadcoin', 'Myriad', 'XMY', 5707, 'myriadcoin', 'https://assets.coingecko.com/coins/images/66/large/myriadcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('myro', 'Myro', '$MYRO', 1507, 'myro', 'https://assets.coingecko.com/coins/images/32878/large/MYRO_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('myshell', 'MyShell', 'SHELL', 1200, 'myshell', 'https://assets.coingecko.com/coins/images/54374/large/myshell.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('myso-token', 'MYSO Token', 'MYT', 2490, null, 'https://assets.coingecko.com/coins/images/37844/large/av_02_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('myst', 'MYST', '$MYST', 8006, 'myst', 'https://assets.coingecko.com/coins/images/52954/large/IMG_2230.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('mystandard', 'MyStandard', 'MYST', 2080, 'mystandard', 'https://assets.coingecko.com/coins/images/52890/large/FUndable_myst_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mysterium', 'Mysterium', 'MYST', 2289, 'mysterium', 'https://assets.coingecko.com/coins/images/757/large/mysterium.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mystery-2', 'Mystery', 'MYSTERY', 5534, 'mystery-2', 'https://assets.coingecko.com/coins/images/52711/large/Mystery.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mytheria', 'Mytheria', 'MYRA', null, null, 'https://assets.coingecko.com/coins/images/20470/large/mytheria.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('mythos', 'Mythos', 'MYTH', 1047, 'mythos', 'https://assets.coingecko.com/coins/images/28045/large/Mythos_Logos_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('mytoken', 'MyToken', 'MT', 4077, null, 'https://assets.coingecko.com/coins/images/4109/large/2712.png', 100);
INSERT OR REPLACE INTO Coin VALUES('myx-finance', 'MYX Finance', 'MYX', 157, 'myx-finance', 'https://assets.coingecko.com/coins/images/55506/large/myx.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nabox', 'Nabox', 'NABOX', 4667, 'nabox', 'https://assets.coingecko.com/coins/images/16445/large/NyemjVRA_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nacho-the-kat', 'Nacho the Kat', 'NACHO', 1814, 'nacho-the-kat', 'https://assets.coingecko.com/coins/images/50921/large/NACHO_best_final_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nada-protocol-token', 'NADA Protocol Token', 'NADA', 2870, null, 'https://assets.coingecko.com/coins/images/27517/large/NADA_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nafter', 'Nafter', 'NAFT', 6232, 'nafter', 'https://assets.coingecko.com/coins/images/15493/large/Nafter_White_logo_1_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('naga', 'NAGA', 'NGC', 5107, 'naga', 'https://assets.coingecko.com/coins/images/1439/large/naga.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nahmii', 'Nahmii', 'NII', null, null, 'https://assets.coingecko.com/coins/images/9786/large/nahmii-sm_icon-full-color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('naifu', 'NAIFU', 'NAIFU', 1764, null, 'https://assets.coingecko.com/coins/images/52875/large/naifu-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nailong', 'Nailong', 'NAILONG', 3666, 'nailong', 'https://assets.coingecko.com/coins/images/50495/large/pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('naitzsche', 'Naitzsche', 'NAI', 7455, 'naitzsche', 'https://assets.coingecko.com/coins/images/52676/large/ai_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('naka-bodhi-token', 'Naka Bodhi Token', 'NBOT', null, 'naka-bodhi-token', 'https://assets.coingecko.com/coins/images/8133/large/mBKP0Lne_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('naka-go', 'Naka Go', 'NAKA', 5372, 'naka-go', 'https://assets.coingecko.com/coins/images/66578/large/11zon_cropped_%2851%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nakamoto-games', 'Nakamoto Games', 'NAKA', 1714, 'nakamoto-games', 'https://assets.coingecko.com/coins/images/19073/large/flCKDeh6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('namada', 'Namada', 'NAM', 1768, 'namada', 'https://assets.coingecko.com/coins/images/66215/large/Namada_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('namecoin', 'Namecoin', 'NMC', null, 'namecoin', 'https://assets.coingecko.com/coins/images/8/large/namecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nani', 'NANI', '⌘', 3680, 'nani', 'https://assets.coingecko.com/coins/images/53551/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nano', 'Nano', 'XNO', 534, 'nano', 'https://assets.coingecko.com/coins/images/756/large/nano.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nanometer-bitcoin', 'NanoMeter Bitcoin', 'NMBTC', null, 'nanometer-bitcoin', 'https://assets.coingecko.com/coins/images/20059/large/logo_-_2021-11-09T161322.006.png', 100);
INSERT OR REPLACE INTO Coin VALUES('naoris', 'Naoris Protocol', 'NAORIS', 798, 'naoris', 'https://assets.coingecko.com/coins/images/67595/large/naoris.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('naos-finance', 'NAOS Finance', 'NAOS', 5921, 'naos-finance', 'https://assets.coingecko.com/coins/images/15144/large/bafybeibkztkshitabrf7yqqkqtbjqestjknpgv7lsjfzdsa3ufspagqs2e.ipfs.infura-ipfs.io.png', 100);
INSERT OR REPLACE INTO Coin VALUES('napoleon-x', 'Napoleon X', 'NPX', 5290, null, 'https://assets.coingecko.com/coins/images/1471/large/napoleon-x.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('napoli-fan-token', 'Napoli Fan Token', 'NAP', 3052, 'napoli-fan-token', 'https://assets.coingecko.com/coins/images/21709/large/NAP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nasdaq420', 'Nasdaq420', 'NASDAQ420', 2959, 'nasdaq420', 'https://assets.coingecko.com/coins/images/50928/large/tt-profile-photo-200-x-200-img_0447-png_custom_resized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nasdex-token', 'NASDEX Token', 'NSDX', 7066, 'nasdex-token', 'https://assets.coingecko.com/coins/images/18634/large/nadex.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('native-2', 'Native', 'NATIVE', 2892, 'native-2', 'https://assets.coingecko.com/coins/images/52565/large/native_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('native-decentralized-euro-protocol-share', 'Native Decentralized Euro Protocol Share', 'NDEPS', 2332, 'native-decentralized-euro-protocol-share', 'https://assets.coingecko.com/coins/images/55366/large/DEPS-CoinLogo_256px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('natix-network', 'NATIX Network', 'NATIX', 1182, 'natix-network', 'https://assets.coingecko.com/coins/images/39016/large/NATIX_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('natus-vincere-fan-token', 'Natus Vincere Fan Token', 'NAVI', 7083, 'natus-vincere-fan-token', 'https://assets.coingecko.com/coins/images/13785/large/_NAVI_TOKEN-10.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nav', 'NAV', 'NAV', 2586, 'nav', 'https://assets.coingecko.com/coins/images/54663/large/NAV_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nav-coin', 'Navcoin', 'NAV', 2423, 'nav-coin', 'https://assets.coingecko.com/coins/images/233/large/Navio_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('naval-ai', 'Patchwork Naval', 'NAVAL', 8652, 'naval-ai', 'https://assets.coingecko.com/coins/images/51647/large/200_x_200_New_Face_Dec_8_glowing_eyes.png', 100);
INSERT OR REPLACE INTO Coin VALUES('navi', 'NAVI Protocol', 'NAVX', 1080, 'navi', 'https://assets.coingecko.com/coins/images/32650/large/Navi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('naws-ai', 'NAWS.AI', 'NAWS', 2015, 'naws-ai', 'https://assets.coingecko.com/coins/images/50559/large/naws_token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ndq666', 'NDQ666', 'NDQ', 3356, 'ndq666', 'https://assets.coingecko.com/coins/images/67867/large/Nasdaq666.png', 100);
INSERT OR REPLACE INTO Coin VALUES('near', 'Near', 'NEAR', 50, 'near', 'https://assets.coingecko.com/coins/images/10365/large/near.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nearpad', 'NearPad', 'PAD', 10076, 'nearpad', 'https://assets.coingecko.com/coins/images/18117/large/pad.fi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neblio', 'Neblio', 'NEBL', 10608, null, 'https://assets.coingecko.com/coins/images/894/large/Mark_Color_4x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nebulas', 'Nebulas', 'NAS', 5759, null, 'https://assets.coingecko.com/coins/images/2431/large/193394331.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neemo-staked-astar', 'Neemo Staked Astar', 'NSASTR', 2647, 'neemo-staked-astar', 'https://assets.coingecko.com/coins/images/53907/large/nsASTR_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neet', 'Not in Employment, Education, or Training', 'NEET', 1168, 'neet', 'https://assets.coingecko.com/coins/images/55411/large/neet.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('neiro-2', 'Neiro', 'NEIRO', 4876, 'neiro-2', 'https://assets.coingecko.com/coins/images/39412/large/logo_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neiro-3', 'Neiro', 'NEIRO', 562, 'neiro-3', 'https://assets.coingecko.com/coins/images/39488/large/neiro.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('neiro-on-eth', 'Neiro on ETH', 'NEIRO', 2060, 'neiro-on-eth', 'https://assets.coingecko.com/coins/images/39438/large/Neiro.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nekocoin-2', 'Nekocoin', '((=ↀΩↀ=))', 4487, 'nekocoin-2', 'https://assets.coingecko.com/coins/images/50449/large/Token-160px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nem', 'NEM', 'XEM', 1717, 'nem', 'https://assets.coingecko.com/coins/images/242/large/NEM_WC_Logo_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nemo-sum', 'Nemo Sum', 'NEMO', 6920, 'nemo-sum', 'https://assets.coingecko.com/coins/images/37575/large/Nemo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neo', 'NEO', 'NEO', 224, 'neo', 'https://assets.coingecko.com/coins/images/480/large/NEO_512_512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neon', 'Neon', 'NEON', 1232, 'neon', 'https://assets.coingecko.com/coins/images/28331/large/neon_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neon-exchange', 'Nash', 'NEX', 1943, 'neon-exchange', 'https://assets.coingecko.com/coins/images/3246/large/Nash_M.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neon-neko', 'NeonNeko', 'NEKO', 7732, 'neon-neko', 'https://assets.coingecko.com/coins/images/67586/large/ZubiWPx7_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('neos-ai', 'Neos.ai', 'NEOS', 9463, 'neos-ai', 'https://assets.coingecko.com/coins/images/52441/large/NEOS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neos-credits', 'Neos Credits', 'NCR', 3741, 'neos-credits', 'https://assets.coingecko.com/coins/images/17935/large/s4C4tVi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neoxa', 'Neoxa', 'NEOX', 4202, 'neoxa', 'https://assets.coingecko.com/coins/images/26417/large/Logo-Round_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nereus-token', 'Nereus', 'NRS', 2346, 'nereus-token', 'https://assets.coingecko.com/coins/images/51587/large/e3c4e5_aeff06e183814a82bb9cb771cd64386b_mv2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nero-chain', 'NERO Chain', 'NERO', 2279, 'nero-chain', 'https://assets.coingecko.com/coins/images/67639/large/photo_2025-07-24_19.59.13.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('neroboss', 'Neroboss', 'NEROBOSS', 9315, 'neroboss', 'https://assets.coingecko.com/coins/images/52270/large/QmdkvuomDBrYFoUdGQVnsS2rqALPUiGbmVMim6hSGfqnWX.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('nerve-finance', 'Nerve Finance', 'NRV', null, 'nerve-finance', 'https://assets.coingecko.com/coins/images/14233/large/nerve_finance_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nervenetwork', 'NerveNetwork', 'NVT', 5526, 'nervenetwork', 'https://assets.coingecko.com/coins/images/11873/large/NerveNetwork.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nervos-network', 'Nervos Network', 'CKB', 383, 'nervos-network', 'https://assets.coingecko.com/coins/images/9566/large/Nervos_White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nest', 'Nest Protocol', 'NEST', 3298, 'nest', 'https://assets.coingecko.com/coins/images/11284/large/52954052.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nest-alpha-vault', 'Nest Alpha Vault', 'NALPHA', 2333, 'nest-alpha-vault', 'https://assets.coingecko.com/coins/images/55541/large/nALPHA-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nest-basis-vault', 'Nest Basis Vault', 'NBASIS', 1055, 'nest-basis-vault', 'https://assets.coingecko.com/coins/images/55514/large/nBASIS-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nest-treasury-vault', 'Nest Treasury Vault', 'NTBILL', 1662, 'nest-treasury-vault', 'https://assets.coingecko.com/coins/images/55513/large/nTBILL-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nestree', 'Nestree', 'EGG', null, 'nestree', 'https://assets.coingecko.com/coins/images/9362/large/nestree.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nether', 'Nether', 'NTR', null, 'nether', 'https://assets.coingecko.com/coins/images/18009/large/Icon_-_Logo_600x600px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('netmind-token', 'NetMind Token', 'NMT', 1585, 'netmind-token', 'https://assets.coingecko.com/coins/images/35328/large/NMT-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('netswap', 'Netswap', 'NETT', 5995, 'netswap', 'https://assets.coingecko.com/coins/images/22262/large/netswpa.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('netvrk', 'Netvrk', 'NTVRK', 4032, 'netvrk', 'https://assets.coingecko.com/coins/images/15721/large/netvrk_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('network3', 'Network3', 'N3', 9475, null, 'https://assets.coingecko.com/coins/images/53825/large/n3.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('netx', 'NetX', 'NETX', 1477, 'netx', 'https://assets.coingecko.com/coins/images/69164/large/netx-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('neur-sh', 'neur.sh', 'NEUR', 5390, 'neur-sh', 'https://assets.coingecko.com/coins/images/53116/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neurai', 'Neurai', 'XNA', 3540, 'neurai', 'https://assets.coingecko.com/coins/images/30975/large/neurai-logo1.1_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neural3d', 'Neural3D', 'SN46', 1620, 'neural3d', 'https://assets.coingecko.com/coins/images/66434/large/RESI_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neuralai', 'NEURALAI', 'NEURAL', 1359, 'neuralai', 'https://assets.coingecko.com/coins/images/36341/large/blackpfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neurobro', 'Neurobro', 'BRO', 3420, 'neurobro', 'https://assets.coingecko.com/coins/images/52649/large/coingeckooo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neuron', 'Neuron', 'NRN', 1249, 'neuron', 'https://assets.coingecko.com/coins/images/38838/large/Nrn_with_gradient_-NEW_TO_BE_UPDATED.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neutaro', 'Neutaro', 'NTMPI', 3117, 'neutaro', 'https://assets.coingecko.com/coins/images/36277/large/Neutaro_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('neutrino', 'Neutrino USD', 'USDN', 3019, 'neutrino', 'https://assets.coingecko.com/coins/images/10117/large/XTN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('neutron-3', 'Neutron', 'NTRN', 1026, 'neutron-3', 'https://assets.coingecko.com/coins/images/30813/large/NTRN-token-round_-_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('new-bitshares', 'New BitShares', 'NBS', null, 'new-bitshares', 'https://assets.coingecko.com/coins/images/12532/large/Screenshot_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('new-order', 'New Order', 'NEWO', 6207, 'new-order', 'https://assets.coingecko.com/coins/images/21440/large/new-order-icon-256px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('new-xai-gork', 'New XAI Gork', 'GORK', 1922, 'new-xai-gork', 'https://assets.coingecko.com/coins/images/55463/large/gork-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('newb-farm', 'NewB.Farm', 'NEWB', null, 'newb-farm', 'https://assets.coingecko.com/coins/images/16029/large/NewB_Token_FA_CMC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('newscrypto-coin', 'Newscrypto Coin', 'NWC', 3301, 'newscrypto-coin', 'https://assets.coingecko.com/coins/images/9805/large/numerico.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('newton-project', 'Newton Project', 'NEW', 155, 'newton-project', 'https://assets.coingecko.com/coins/images/4376/large/400%E6%96%B9.png', 100);
INSERT OR REPLACE INTO Coin VALUES('newton-protocol', 'Newton Protocol', 'NEWT', 1014, 'newton-protocol', 'https://assets.coingecko.com/coins/images/66819/large/newton.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('newyork-exchange', 'NewYork Exchange', 'NYE', null, 'newyork-exchange', 'https://assets.coingecko.com/coins/images/8772/large/1n0eimGC_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nexacoin', 'Nexa', 'NEXA', 2039, 'nexacoin', 'https://assets.coingecko.com/coins/images/28729/large/nexa_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nexdax', 'NexDAX', 'NT', null, 'nexdax', 'https://assets.coingecko.com/coins/images/9648/large/4YztNVJs_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nexo', 'NEXO', 'NEXO', 101, 'nexo', 'https://assets.coingecko.com/coins/images/3695/large/CG-nexo-token-200x200_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nexora', 'Nexora', 'NEX', 1415, 'nexora', 'https://assets.coingecko.com/coins/images/68277/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nextdao', 'NextDAO', 'NAX', null, null, 'https://assets.coingecko.com/coins/images/9929/large/nax_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nextplace', 'NextPlace', 'SN48', 1568, 'nextplace', 'https://assets.coingecko.com/coins/images/66436/large/nextplace-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nextype-finance', 'NEXTYPE Finance', 'NT', null, 'nextype-finance', 'https://assets.coingecko.com/coins/images/17415/large/nextype.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('nexusmind', 'NexusMind', 'NMD', null, 'nexusmind', 'https://assets.coingecko.com/coins/images/35449/large/nmd-cg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nfprompt-token', 'NFPrompt', 'NFP', 1211, 'nfprompt-token', 'https://assets.coingecko.com/coins/images/34041/large/nfp.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('nft-ai', 'NFT Ai', 'NFTAI', 10247, 'nft-ai', 'https://assets.coingecko.com/coins/images/55388/large/NFTAi_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nft-art-finance', 'NFT Art Finance', 'NFTART', 5602, 'nft-art-finance', 'https://assets.coingecko.com/coins/images/15027/large/nft-art-coingecko-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nft-champions', 'NFT Champions', 'CHAMP', 7972, 'nft-champions', 'https://assets.coingecko.com/coins/images/19536/large/champ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nft-protocol', 'NFT Protocol', 'NFT', 5912, 'nft-protocol', 'https://assets.coingecko.com/coins/images/12174/large/nftprotocol_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nft-stars', 'NFT Stars', 'NFTS', 12557, 'nft-stars', 'https://assets.coingecko.com/coins/images/16141/large/j2KHi8zR_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nft-worlds', 'NFT Worlds', 'WRLD', 3547, 'nft-worlds', 'https://assets.coingecko.com/coins/images/22112/large/ZyBrRgfO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nftb', 'NFTb', 'NFTB', 6791, 'nftb', 'https://assets.coingecko.com/coins/images/15484/large/logo-pixelrealm-symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nftblackmarket', 'NFTBlackmarket', 'NBM', null, 'nftblackmarket', 'https://assets.coingecko.com/coins/images/17606/large/200_%289%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nftbomb', 'NFTBomb', 'NBP', null, null, 'https://assets.coingecko.com/coins/images/20517/large/nft_bomb.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('nftbooks', 'NFTBooks', 'NFTBS', 10596, 'nftbooks', 'https://assets.coingecko.com/coins/images/17291/large/76C625EC-11F3-46D2-B1E1-B471ACE02B26.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('nftify', 'NFTify', 'N1', 8422, 'nftify', 'https://assets.coingecko.com/coins/images/16095/large/n1-token-logo-circle-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nftlaunch', 'NFTLaunch', 'NFTL', 6271, 'nftlaunch', 'https://assets.coingecko.com/coins/images/18140/large/nftl.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('nftmall', 'NFTmall', 'GEM', 6325, 'nftmall', 'https://assets.coingecko.com/coins/images/16217/large/Icon-1000x1000.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nftpunk-finance', 'NFTPunk.Finance', 'NFTPUNK', null, 'nftpunk-finance', 'https://assets.coingecko.com/coins/images/15544/large/200x200%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nftrade', 'NFTrade', 'NFTD', 7516, 'nftrade', 'https://assets.coingecko.com/coins/images/18578/large/nftrade.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nftx', 'NFTX', 'NFTX', 1523, 'nftx', 'https://assets.coingecko.com/coins/images/13574/large/NFTX_%28Real%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nftxbt-by-virtuals', 'nftxbt by Virtuals', 'NFTXBT', 7002, 'nftxbt-by-virtuals', 'https://assets.coingecko.com/coins/images/52332/large/nftxbt_pfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nfty-token', 'NFTY Token', 'NFTY', 8392, 'nfty-token', 'https://assets.coingecko.com/coins/images/18741/large/coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nianian', 'NianNian', 'NIANNIAN', 2722, 'nianian', 'https://assets.coingecko.com/coins/images/67480/large/500.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nibbles', 'Nibbles', 'NIBBLES', 8530, 'nibbles', 'https://assets.coingecko.com/coins/images/53976/large/pfp2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nibiru', 'Nibiru', 'NIBI', 1789, 'nibiru', 'https://assets.coingecko.com/coins/images/34980/large/favicon-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nifty-league', 'Nifty League', 'NFTL', 6379, 'nifty-league', 'https://assets.coingecko.com/coins/images/19224/large/NFTL-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nigella-chain', 'Nigella Chain', 'NIGELLA', 5104, 'nigella-chain', 'https://assets.coingecko.com/coins/images/38959/large/nigella_coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('night-fury', 'Night Fury', 'FURY', 5917, 'night-fury', 'https://assets.coingecko.com/coins/images/52873/large/download_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('niifi', 'NiiFi', 'NIIFI', null, 'niifi', 'https://assets.coingecko.com/coins/images/16033/large/niifi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('nikita-by-virtuals', 'NIKITA by Virtuals', 'NIKITA', 9074, 'nikita-by-virtuals', 'https://assets.coingecko.com/coins/images/52146/large/NikitaNewPP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nikolai', 'NikolAI', 'NIKO', 4697, 'nikolai', 'https://assets.coingecko.com/coins/images/51282/large/NikolAI_%28200_x_200_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nile', 'Nile', 'NILE', 7182, 'nile', 'https://assets.coingecko.com/coins/images/34828/large/nile.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nillion', 'Nillion', 'NIL', 641, 'nillion', 'https://assets.coingecko.com/coins/images/39082/large/nillion.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nimiq-2', 'Nimiq', 'NIM', 1944, 'nimiq-2', 'https://assets.coingecko.com/coins/images/5119/large/nimiq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nineteen-ai', 'Nineteen.ai', 'SN19', 1605, 'nineteen-ai', 'https://assets.coingecko.com/coins/images/66343/large/sn19.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ninja-squad', 'Ninja Squad Token', 'NST', 1185, 'ninja-squad', 'https://assets.coingecko.com/coins/images/22248/large/nst-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('niobio-cash', 'Niobio', 'NBR', null, null, 'https://assets.coingecko.com/coins/images/3474/large/niobio-cash.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nirvana-ana-2', 'Nirvana ANA', 'ANA', 1022, 'nirvana-ana-2', 'https://assets.coingecko.com/coins/images/67322/large/ANA_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nitro-2', 'Nitro', 'NITRO', 3665, 'nitro-2', 'https://assets.coingecko.com/coins/images/53851/large/Nitro.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nitroex', 'NitroEX', 'NTX', null, 'nitroex', 'https://assets.coingecko.com/coins/images/13976/large/ntx-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('niza-global', 'Niza Global', 'NIZA', null, 'niza-global', 'https://assets.coingecko.com/coins/images/32328/large/NizaCoin-logo-transaprent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('niza-global-2', 'Niza Global', 'NIZA', 1641, 'niza-global-2', 'https://assets.coingecko.com/coins/images/69149/large/2x2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nkcl-classic', 'NKCL Classic', 'NKCLC', null, null, 'https://assets.coingecko.com/coins/images/17893/large/w02Nksm-.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nkn', 'NKN', 'NKN', 1430, 'nkn', 'https://assets.coingecko.com/coins/images/3375/large/nkn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nkyc-token', 'NKYC Token', 'NKYC', 665, 'nkyc-token', 'https://assets.coingecko.com/coins/images/30337/large/NKYC-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('no-one', 'No One', 'NOONE', null, null, 'https://assets.coingecko.com/coins/images/19393/large/logo-200x200_%289%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('noa-play', 'NOA PLAY', 'NOA', null, null, 'https://assets.coingecko.com/coins/images/15723/large/XHFjmBTx_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('noble-dollar-usdn', 'Noble Dollar (USDN)', 'USDN', 791, 'noble-dollar-usdn', 'https://assets.coingecko.com/coins/images/55257/large/USDN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nobleblocks', 'NobleBlocks', 'NOBL', 6391, 'nobleblocks', 'https://assets.coingecko.com/coins/images/38086/large/Nobleblocks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nobody-sausage', 'Nobody Sausage', 'NOBODY', 743, 'nobody-sausage', 'https://assets.coingecko.com/coins/images/55425/large/IMG_3623.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('nockchain', 'Nockchain', 'NOCK', 1031, 'nockchain', 'https://assets.coingecko.com/coins/images/68474/large/GrCcG9N9_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('node-2', 'NODE', 'NODE', 1945, 'node-2', 'https://assets.coingecko.com/coins/images/66913/large/NODE_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('node-sys', 'node.sys', 'NYS', 1565, 'node-sys', 'https://assets.coingecko.com/coins/images/55112/large/node_sys.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nodeai', 'NodeAI', 'GPU', 1529, 'nodeai', 'https://assets.coingecko.com/coins/images/35432/large/NodeAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nodecoin', 'Nodecoin', 'NC', 2982, 'nodecoin', 'https://assets.coingecko.com/coins/images/53158/large/nodepay-x-avatar.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nodelyai', 'NodelyAI', '$NODE', 8575, 'nodelyai', 'https://assets.coingecko.com/coins/images/50518/large/200X200_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nodestats', 'Nodestats', 'NS', null, 'nodestats', 'https://assets.coingecko.com/coins/images/14286/large/Round-black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nodle-network', 'Nodle Network', 'NODL', 6476, 'nodle-network', 'https://assets.coingecko.com/coins/images/27019/large/nodle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('noia-network', 'Syntropy', 'NOIA', 1659, null, 'https://assets.coingecko.com/coins/images/3269/large/Twitter-Profile-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('noice', 'noice', 'NOICE', 1340, 'noice', 'https://assets.coingecko.com/coins/images/55981/large/tCtKSYL3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('noisegpt', 'enqAI', 'ENQAI', 4608, 'noisegpt', 'https://assets.coingecko.com/coins/images/29908/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nolimitcoin', 'NoLimitCoin', 'NLC2', null, 'nolimitcoin', 'https://assets.coingecko.com/coins/images/758/large/nolimitcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nolus', 'Nolus', 'NLS', 2217, 'nolus', 'https://assets.coingecko.com/coins/images/30786/large/nolus_logo_element.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nomai', 'nomAI', 'NOMAI', 5662, 'nomai', 'https://assets.coingecko.com/coins/images/53065/large/0x4d70f1058b73198f12a76c193aef5db5dd75babd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nomina', 'Nomina', 'NOM', 713, 'nomina', 'https://assets.coingecko.com/coins/images/69687/large/nomina_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nominex', 'Nominex', 'NMX', 4823, 'nominex', 'https://assets.coingecko.com/coins/images/14424/large/NMX_c_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nomnom', 'nomnom', 'NOMNOM', 4175, 'nomnom', 'https://assets.coingecko.com/coins/images/39099/large/nomnom-cg-token-image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('non-playable-coin', 'Non-Playable Coin', 'NPC', 424, 'non-playable-coin', 'https://assets.coingecko.com/coins/images/31193/large/NPC_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('noodle', 'Noodle', 'NOODLE', 6752, 'noodle', 'https://assets.coingecko.com/coins/images/55708/large/y1UivnNJ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('noon-usn', 'Noon USN', 'USN', 1273, 'noon-usn', 'https://assets.coingecko.com/coins/images/53948/large/Copy_of_USN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('noot-noot', 'Noot Noot', 'NOOT', 3814, 'noot-noot', 'https://assets.coingecko.com/coins/images/54308/large/Screenshot_2025-01-28_132602-remove-background.com_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nora', 'NORA', 'NORA', 9927, 'nora', 'https://assets.coingecko.com/coins/images/53284/large/nora_%28100_x_100_px%29_%28500_x_500_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nord-finance', 'Nord Finance', 'NORD', 9296, 'nord-finance', 'https://assets.coingecko.com/coins/images/13630/large/nord.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('normie-2', 'NORMIE', 'NORMIE', 4047, 'normie-2', 'https://assets.coingecko.com/coins/images/35880/large/NORMIEsite.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nosana', 'Nosana', 'NOS', 809, 'nosana', 'https://assets.coingecko.com/coins/images/22553/large/POfb_I4u_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nostra', 'Nostra', 'NSTR', 3674, 'nostra', 'https://assets.coingecko.com/coins/images/28282/large/Nostra_200x200b.png', 100);
INSERT OR REPLACE INTO Coin VALUES('notai', 'NOTAI', 'NOTAI', 5062, 'notai', 'https://assets.coingecko.com/coins/images/50233/large/Square_500x500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('notcoin', 'Notcoin', 'NOT', 526, 'notcoin', 'https://assets.coingecko.com/coins/images/33453/large/rFmThDiD_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('notional-finance', 'Notional Finance', 'NOTE', 3411, 'notional-finance', 'https://assets.coingecko.com/coins/images/20282/large/NOTE-340x340.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nova-3', 'NOVA', 'SN68', 1729, 'nova-3', 'https://assets.coingecko.com/coins/images/66335/large/sn68.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nova-finance', 'Nova Finance', 'NOVA', null, 'nova-finance', 'https://assets.coingecko.com/coins/images/21672/large/bGVB8h2Q_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('novacoin', 'Novacoin', 'NVC', null, 'novacoin', 'https://assets.coingecko.com/coins/images/15/large/novacoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('novatti-australian-digital-dollar', 'Australian Digital Dollar', 'AUDD', 2594, 'novatti-australian-digital-dollar', 'https://assets.coingecko.com/coins/images/33263/large/AUDD-Logo-Blue_512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('novem-pro', 'Novem Pro', 'NVM', 547, 'novem-pro', 'https://assets.coingecko.com/coins/images/24804/large/photo_5972293329968282493_x.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('now-coin', 'Now Coin', 'NOW', 3577, 'now-coin', 'https://assets.coingecko.com/coins/images/54261/large/NOWcoin.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('npc-on-solana', 'NPC On Solana', 'NPCS', 3106, 'npc-on-solana', 'https://assets.coingecko.com/coins/images/38840/large/Untitled_design-62.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nsights', 'nSights', 'NSI', null, null, 'https://assets.coingecko.com/coins/images/19607/large/nsi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nsure-network', 'Nsure Network', 'NSURE', 8868, 'nsure-network', 'https://assets.coingecko.com/coins/images/12948/large/Nsure_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nucleus-vision', 'Nucleus Vision', 'NCASH', 7583, 'nucleus-vision', 'https://assets.coingecko.com/coins/images/3135/large/nv.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nuco-cloud', 'Nuco.Cloud', 'NCDT', 4276, 'nuco-cloud', 'https://assets.coingecko.com/coins/images/8932/large/NCDT_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nucypher', 'NuCypher', 'NU', null, 'nucypher', 'https://assets.coingecko.com/coins/images/3318/large/photo1198982838879365035.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nuit', 'nuit', 'NUIT', 2248, 'nuit', 'https://assets.coingecko.com/coins/images/53973/large/nuit-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('nuklai', 'Nuklai', 'NAI', 2474, 'nuklai', 'https://assets.coingecko.com/coins/images/36904/large/nuklai_-_full_color_SQ_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nuls', 'Nuls', 'NULS', 4885, 'nuls', 'https://assets.coingecko.com/coins/images/1053/large/2021_NULS_ICON_Tra-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('number-1-token', 'Number 1 Token', 'NR1', 5550, null, 'https://assets.coingecko.com/coins/images/17763/large/nr1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('numbers-protocol', 'Numbers Protocol', 'NUM', 1821, 'numbers-protocol', 'https://assets.coingecko.com/coins/images/20495/large/NP_Social_media_profile_pic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('numeraire', 'Numeraire', 'NMR', 492, 'numeraire', 'https://assets.coingecko.com/coins/images/752/large/numeraire.png', 100);
INSERT OR REPLACE INTO Coin VALUES('numine-token', 'NUMINE Token', 'NUMI', 1767, 'numine-token', 'https://assets.coingecko.com/coins/images/55029/large/Token_Logo_NUMI_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nummus-aeternitas', 'Nummus Aeternitas', 'NUMMUS', 4371, 'nummus-aeternitas', 'https://assets.coingecko.com/coins/images/66789/large/Photoroom_20250620_182832.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('numogram', 'Numogram', 'GNON', 5115, 'numogram', 'https://assets.coingecko.com/coins/images/50869/large/gnon_logo_official.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nunet', 'NuNet', 'NTX', 2180, 'nunet', 'https://assets.coingecko.com/coins/images/20950/large/8Zb2W2Wi_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nura-labs', 'Nura Labs', 'NURA', 5368, 'nura-labs', 'https://assets.coingecko.com/coins/images/66723/large/nura-labs-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nuritopia', 'Nuritopia', 'NBLU', 2812, 'nuritopia', 'https://assets.coingecko.com/coins/images/31964/large/NBLU_Token_Image_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nusd', 'sUSD', 'SUSD', 788, 'nusd', 'https://assets.coingecko.com/coins/images/5013/large/sUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nut', 'Nut', '$NUT', null, 'nut', 'https://assets.coingecko.com/coins/images/66767/large/photo_2568-06-19_18.50.51.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('nuvola-digital', 'Nuvola Digital', 'NVL', 2265, 'nuvola-digital', 'https://assets.coingecko.com/coins/images/37325/large/NVL_Token_256-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nvidia-xstock', 'NVIDIA xStock', 'NVDAX', 1905, 'nvidia-xstock', 'https://assets.coingecko.com/coins/images/55633/large/Ticker_NVDA__Company_Name_NVIDIA_Corp__size_200x200_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nvirworld', 'NvirWorld', 'NVIR', 6337, 'nvirworld', 'https://assets.coingecko.com/coins/images/21359/large/Nvir_symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nxm', 'Nexus Mutual', 'NXM', 333, 'nxm', 'https://assets.coingecko.com/coins/images/11810/large/NXMmain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nxt', 'NXT', 'NXT', 5068, null, 'https://assets.coingecko.com/coins/images/6/large/nxt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nya', 'Nya', 'NYA', 2370, 'nya', 'https://assets.coingecko.com/coins/images/40082/large/nya.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nyan', 'Nyan Heroes', 'NYAN', 5458, 'nyan', 'https://assets.coingecko.com/coins/images/37860/large/nyan.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('nyan-cat-2', 'Nyan Cat', 'NYAN', 2713, 'nyan-cat-2', 'https://assets.coingecko.com/coins/images/68090/large/nyan.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nyla-ai', 'Nyla AI', '', 3429, 'nyla-ai', 'https://assets.coingecko.com/coins/images/56065/large/Z_S8Lnut_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('nym', 'Nym', 'NYM', 900, 'nym', 'https://assets.coingecko.com/coins/images/24488/large/NYM_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nyx-by-virtuals', 'Nyx by Virtuals', 'NYX', 5711, 'nyx-by-virtuals', 'https://assets.coingecko.com/coins/images/54376/large/Nyx_LOGO_Pic_transparent_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('nyx-eternal', 'Nyx Eternal', 'NYX', 5717, 'nyx-eternal', 'https://assets.coingecko.com/coins/images/69518/large/41zkgy2owaxlv5lus08963rawojj.', 100);
INSERT OR REPLACE INTO Coin VALUES('nyzo', 'Nyzo', 'NYZO', 6695, 'nyzo', 'https://assets.coingecko.com/coins/images/7888/large/pkEprs8-.png', 100);
INSERT OR REPLACE INTO Coin VALUES('o-intelligence-coin', 'O Intelligence Coin', 'OI', 1580, 'o-intelligence-coin', 'https://assets.coingecko.com/coins/images/54232/large/logo_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('o3-swap', 'O3 Swap', 'O3', 8366, 'o3-swap', 'https://assets.coingecko.com/coins/images/15460/large/o3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oasis-network', 'Oasis Network', 'ROSE', 405, 'oasis-network', 'https://assets.coingecko.com/coins/images/13162/large/200x200_%28Rounded%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oasys', 'Oasys', 'OAS', 989, 'oasys', 'https://assets.coingecko.com/coins/images/27909/large/OAS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oath', 'OATH', 'OATH', 7329, 'oath', 'https://assets.coingecko.com/coins/images/24075/large/OATH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('obol-2', 'Obol', 'OBOL', 1653, 'obol-2', 'https://assets.coingecko.com/coins/images/53827/large/Primary_Icon-Circle_LightBG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('obortech', 'Obortech', 'OBOT', 3965, 'obortech', 'https://assets.coingecko.com/coins/images/14929/large/OBORTECH_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('obot', 'OBOT', 'OBOT', 4084, null, 'https://assets.coingecko.com/coins/images/51592/large/obot_coiun_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('observer-coin', 'OBSERVER Coin', 'OBSR', 2003, 'observer-coin', 'https://assets.coingecko.com/coins/images/7474/large/obsr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('obsidium', 'Obsidium', 'OBS', 10750, 'obsidium', 'https://assets.coingecko.com/coins/images/19499/large/New-Obsidium-Logo-Circle-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('occamfi', 'OccamFi', 'OCC', 8510, 'occamfi', 'https://assets.coingecko.com/coins/images/14801/large/occfi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ocean-protocol', 'Ocean Protocol', 'OCEAN', 764, 'ocean-protocol', 'https://assets.coingecko.com/coins/images/3687/large/ocean-protocol-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ocicat-token', 'OciCat Token', 'OCICAT', 3043, 'ocicat-token', 'https://assets.coingecko.com/coins/images/36556/large/OCICAT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('octaplex-network', 'Octaplex Network', 'PLX', null, 'octaplex-network', 'https://assets.coingecko.com/coins/images/18013/large/octaplex-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('octaspace', 'OctaSpace', 'OCTA', 1427, 'octaspace', 'https://assets.coingecko.com/coins/images/29687/large/logo-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('octavia', 'Octavia', 'VIA', 3402, 'octavia', 'https://assets.coingecko.com/coins/images/35108/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('octo-gaming', 'Octokn', 'OTK', 3964, 'octo-gaming', 'https://assets.coingecko.com/coins/images/29154/large/icon-otk-big-filled.png', 100);
INSERT OR REPLACE INTO Coin VALUES('octofi', 'OctoFi', 'OCTO', 7690, 'octofi', 'https://assets.coingecko.com/coins/images/12594/large/octofi-256x256-radius-22percent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('octonetai', 'OctonetAI', 'OCTO', 4808, 'octonetai', 'https://assets.coingecko.com/coins/images/51829/large/OctonetAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('octopus-network', 'Octopus Network', 'OCT', 2231, 'octopus-network', 'https://assets.coingecko.com/coins/images/18025/large/octopus_network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('octopus-protocol', 'Octopus Protocol', 'OPS', null, null, 'https://assets.coingecko.com/coins/images/16383/large/ops_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('octus-bridge', 'Octus Bridge', 'BRIDGE', 7192, 'octus-bridge', 'https://assets.coingecko.com/coins/images/25844/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oddz', 'Oddz', 'ODDZ', 8796, 'oddz', 'https://assets.coingecko.com/coins/images/14421/large/NewLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('odem', 'ODEM', 'ODE', 9864, 'odem', 'https://assets.coingecko.com/coins/images/3752/large/odem.png', 100);
INSERT OR REPLACE INTO Coin VALUES('odin-protocol', 'Odin Protocol', 'ODIN', 10158, null, 'https://assets.coingecko.com/coins/images/14934/large/ODIN_iso_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('odos', 'Odos', 'ODOS', 2245, 'odos', 'https://assets.coingecko.com/coins/images/52914/large/Odos_Symbol_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oduwa-coin', 'Oduwa Coin', 'OWC', 1854, null, 'https://assets.coingecko.com/coins/images/7203/large/ODUWA_COIN_OFFICIAL__LOGO_transparent_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('odyssey', 'Odyssey', 'OCN', 6401, null, 'https://assets.coingecko.com/coins/images/2559/large/ocn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oec-btc', 'OEC BTC', 'BTCK', null, 'oec-btc', 'https://assets.coingecko.com/coins/images/18527/large/11134.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oec-token', 'OEC Token', 'OKT', 369, 'oec-token', 'https://assets.coingecko.com/coins/images/13708/large/WeChat_Image_20220118095654.png', 100);
INSERT OR REPLACE INTO Coin VALUES('offcial-mascot-of-the-holy-year', 'Luce', 'LUCE', 3637, 'offcial-mascot-of-the-holy-year', 'https://assets.coingecko.com/coins/images/51133/large/luce.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('officat', 'Officat', 'OFFICAT', 1971, 'officat', 'https://assets.coingecko.com/coins/images/69333/large/_fsQJa3s_400x400_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('official-crypto-nostra', 'Official Crypto Nostra', 'OCN', 2804, 'official-crypto-nostra', 'https://assets.coingecko.com/coins/images/55992/large/Official_Crypto_Nostra.png', 100);
INSERT OR REPLACE INTO Coin VALUES('official-fo', 'Official FO', 'FO', null, 'official-fo', 'https://assets.coingecko.com/coins/images/55682/large/fo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('official-k-pop', 'OFFICIAL K-POP', 'KPOP', 3319, 'official-k-pop', 'https://assets.coingecko.com/coins/images/67403/large/OFFICIAL_K-POP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('official-ray-lewis', 'OFFICIAL RAY LEWIS', 'FIT', 8370, 'official-ray-lewis', 'https://assets.coingecko.com/coins/images/54005/large/2025-01-24_20.17.39.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('official-trump', 'Official Trump', 'TRUMP', 100, 'official-trump', 'https://assets.coingecko.com/coins/images/53746/large/trump.png', 100);
INSERT OR REPLACE INTO Coin VALUES('offshift', 'Offshift', 'XFT', 6153, 'offshift', 'https://assets.coingecko.com/coins/images/11977/large/CsBrPiA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('og-fan-token', 'OG Fan Token', 'OG', 627, 'og-fan-token', 'https://assets.coingecko.com/coins/images/11663/large/OG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('og-roaring-kitty', 'Roaring Kitty', '$ROAR', 2466, 'og-roaring-kitty', 'https://assets.coingecko.com/coins/images/37954/large/ROARINGKITTY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('oh-finance', 'Oh! Finance', 'OH', 6002, null, 'https://assets.coingecko.com/coins/images/19493/large/oh-token-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oho-blockchain', 'OHO Blockchain', 'OHO', 1056, 'oho-blockchain', 'https://assets.coingecko.com/coins/images/27854/large/OHO_200_x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oikos', 'Oikos', 'OKS', 7011, null, 'https://assets.coingecko.com/coins/images/11486/large/B49FnNM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('okayeg', 'Okayeg', 'OKAYEG', 3597, 'okayeg', 'https://assets.coingecko.com/coins/images/37748/large/Okayeg_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('okb', 'OKB', 'OKB', 44, 'okb', 'https://assets.coingecko.com/coins/images/4463/large/WeChat_Image_20220118095654.png', 100);
INSERT OR REPLACE INTO Coin VALUES('okcash', 'OKCash', 'OK', 5568, 'okcash', 'https://assets.coingecko.com/coins/images/274/large/ok-logo-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('okratech-token', 'Okratech Token', 'ORT', 3032, 'okratech-token', 'https://assets.coingecko.com/coins/images/18352/large/fav.png', 100);
INSERT OR REPLACE INTO Coin VALUES('okuru', 'Okuru', 'XOT', 1955, null, 'https://assets.coingecko.com/coins/images/25473/large/xot.png', 100);
INSERT OR REPLACE INTO Coin VALUES('okzoo', 'OKZOO', 'AIOT', 588, 'okzoo', 'https://assets.coingecko.com/coins/images/55349/large/okzoo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('olaxbt', 'OlaXBT', 'AIO', 1098, 'olaxbt', 'https://assets.coingecko.com/coins/images/67822/large/olaxbt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('olivecash', 'Olive Cash', 'OLIVE', 8186, 'olivecash', 'https://assets.coingecko.com/coins/images/14880/large/2_%285%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('olympus', 'Olympus', 'OHM', 227, 'olympus', 'https://assets.coingecko.com/coins/images/14483/large/token_OHM_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('olympus-v1', 'Olympus v1', 'OHM', null, 'olympus-v1', 'https://assets.coingecko.com/coins/images/21496/large/OHM.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('olyn-by-virtuals', 'Olyn by Virtuals', 'OLYN', 5311, 'olyn-by-virtuals', 'https://assets.coingecko.com/coins/images/52167/large/olyn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('omax-token', 'Omax Token', 'OMAX', 4226, 'omax-token', 'https://assets.coingecko.com/coins/images/19853/large/omxlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ombre', 'Ombre', 'OMB', null, null, 'https://assets.coingecko.com/coins/images/3942/large/ombre_logo_medium.png', 100);
INSERT OR REPLACE INTO Coin VALUES('omega-2', 'Omega', 'OMEGA', 7868, 'omega-2', 'https://assets.coingecko.com/coins/images/51212/large/IMG_3469.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('omira', 'Omira', 'OMIRA', 8066, 'omira', 'https://assets.coingecko.com/coins/images/52434/large/Logo200.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('omisego', 'OMG Network', 'OMG', 1405, 'omisego', 'https://assets.coingecko.com/coins/images/776/large/OMG_Network.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('omni', 'Omni', 'OMNI', 4533, 'omni', 'https://assets.coingecko.com/coins/images/7/large/omni_%28mastercoin%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('omni-consumer-protocol', 'Omni Consumer Protocol', 'OCP', 8709, 'omni-consumer-protocol', 'https://assets.coingecko.com/coins/images/15243/large/ocp-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('omni-network', 'Omni Network', 'OMNI', 500, 'omni-network', 'https://assets.coingecko.com/coins/images/36465/large/Symbol-Color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('omnicat', 'OmniCat', 'OMNI', 4688, 'omnicat', 'https://assets.coingecko.com/coins/images/33917/large/omnicatlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('omniflix-network', 'OmniFlix Network', 'FLIX', 2421, 'omniflix-network', 'https://assets.coingecko.com/coins/images/24436/large/omni.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('omnipair', 'Omnipair', 'OMFG', 1578, 'omnipair', 'https://assets.coingecko.com/coins/images/68431/large/OMFG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('omron', 'Omron', 'SN2', 2565, 'omron', 'https://assets.coingecko.com/coins/images/66326/large/omron.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('onbuff', 'ONBUFF', 'ONIT', 2067, 'onbuff', 'https://assets.coingecko.com/coins/images/12252/large/lwa.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('oncology-network', 'Oncology Network', 'ONC', 6229, 'oncology-network', 'https://assets.coingecko.com/coins/images/53303/large/Oncology_full_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ondo-finance', 'Ondo', 'ONDO', 58, 'ondo-finance', 'https://assets.coingecko.com/coins/images/26580/large/ONDO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ondo-u-s-dollar-token', 'Ondo U.S. Dollar Token', 'USDON', 826, 'ondo-u-s-dollar-token', 'https://assets.coingecko.com/coins/images/68688/large/usdon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ondo-us-dollar-yield', 'Ondo US Dollar Yield', 'USDY', 143, 'ondo-us-dollar-yield', 'https://assets.coingecko.com/coins/images/31700/large/usdy_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('one', 'One', 'ONE', null, 'one', 'https://assets.coingecko.com/coins/images/4960/large/Screenshot_39.png', 100);
INSERT OR REPLACE INTO Coin VALUES('one-basis-cash', 'One Basis Cash', 'OBS', null, null, 'https://assets.coingecko.com/coins/images/16521/large/OBS.50eb9474.png', 100);
INSERT OR REPLACE INTO Coin VALUES('one-cash', 'One Cash', 'ONC', 7762, 'one-cash', 'https://assets.coingecko.com/coins/images/13529/large/onc_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('one-ledger', 'OneLedger', 'OLT', 7209, 'one-ledger', 'https://assets.coingecko.com/coins/images/3422/large/One_Ledger.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('one-share', 'One Share', 'ONS', null, 'one-share', 'https://assets.coingecko.com/coins/images/13531/large/bss.a1671c75.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onerare', 'OneRare', 'ORARE', 6414, null, 'https://assets.coingecko.com/coins/images/19696/large/Thumbnail_-_500_px_-_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onfa', 'ONFA', 'OFT', 585, 'onfa', 'https://assets.coingecko.com/coins/images/39159/large/logo-onfa-circle-green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ong', 'Ontology Gas', 'ONG', 737, 'ong', 'https://assets.coingecko.com/coins/images/5716/large/ONG_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oni-token', 'ONINO', 'ONI', 3876, 'oni-token', 'https://assets.coingecko.com/coins/images/9405/large/Oni_Round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('only1', 'Only1', 'LIKE', 2917, 'only1', 'https://assets.coingecko.com/coins/images/17501/large/LIKE_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onocoy-token', 'Onocoy Token', 'ONO', 1858, 'onocoy-token', 'https://assets.coingecko.com/coins/images/67676/large/ono_logo_white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onomy-protocol', 'Onomy Protocol', 'NOM', null, null, 'https://assets.coingecko.com/coins/images/23328/large/cg_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onooks', 'Onooks', 'OOKS', 2863, null, 'https://assets.coingecko.com/coins/images/16281/large/onooks-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onston', 'Onston', 'ONSTON', 7044, null, 'https://assets.coingecko.com/coins/images/20669/large/onston.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('ontology', 'Ontology', 'ONT', 540, 'ontology', 'https://assets.coingecko.com/coins/images/3447/large/ONT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onx-finance', 'OnX Finance', 'ONX', 7424, 'onx-finance', 'https://assets.coingecko.com/coins/images/13445/large/onxlogo-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onyc', 'ONyc', 'ONYC', 498, 'onyc', 'https://assets.coingecko.com/coins/images/67072/large/Untitled_design_-_2025-07-03T145053.707.png', 100);
INSERT OR REPLACE INTO Coin VALUES('onyx-arches', 'Onyx Arches', 'OXA', 6310, null, 'https://assets.coingecko.com/coins/images/53955/large/oxa_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oobit', 'Oobit', 'OBT', 1842, 'oobit', 'https://assets.coingecko.com/coins/images/19855/large/obt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ooga-booga', 'Ooga Booga', 'OOGA', 4557, 'ooga-booga', 'https://assets.coingecko.com/coins/images/55119/large/Ooga_Booga_Listing_Icon_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ooki', 'Ooki', 'OOKI', 12604, 'ooki', 'https://assets.coingecko.com/coins/images/21719/large/Ooki_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oort', 'OORT', 'OORT', 1117, 'oort', 'https://assets.coingecko.com/coins/images/34460/large/Token_Logo_Transparent_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('opacity', 'Opacity', 'OPCT', 7024, null, 'https://assets.coingecko.com/coins/images/7237/large/Opacity.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('opcat-2', 'OPCAT', 'OPCAT', 3680, 'opcat-2', 'https://assets.coingecko.com/coins/images/52339/large/cgk.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('open-exchange-token', 'Open Exchange Token', 'OX', 1222, null, 'https://assets.coingecko.com/coins/images/30604/large/Logo2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('open-loot', 'OPENLOOT', 'OL', 1369, 'open-loot', 'https://assets.coingecko.com/coins/images/51801/large/_OPENLOOT_token-icon_black_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('open-platform', 'Open Platform', 'OPEN', null, null, 'https://assets.coingecko.com/coins/images/2953/large/open-platform.png', 100);
INSERT OR REPLACE INTO Coin VALUES('open-ticketing-ecosystem', 'OPEN Ticketing Ecosystem', 'OPN', 2425, 'open-ticketing-ecosystem', 'https://assets.coingecko.com/coins/images/36612/large/TOKEN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openanx', 'OAX', 'OAX', 4835, 'openanx', 'https://assets.coingecko.com/coins/images/853/large/OAXlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('opendao', 'OpenDAO', 'SOS', 7478, 'opendao', 'https://assets.coingecko.com/coins/images/21956/large/fo42wXI6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('openeden', 'OpenEden', 'EDEN', 1002, 'openeden', 'https://assets.coingecko.com/coins/images/68283/large/eden.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openeden-open-dollar', 'OpenEden OpenDollar', 'USDO', 305, 'openeden-open-dollar', 'https://assets.coingecko.com/coins/images/53750/large/USDO_LOGO-white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openfabric', 'Openfabric AI', 'OFN', 3222, 'openfabric', 'https://assets.coingecko.com/coins/images/32171/large/openfabric-coin-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openkaito', 'OpenKaito', 'SN5', 1152, 'openkaito', 'https://assets.coingecko.com/coins/images/66312/large/kaito.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('openledger-2', 'OpenLedger', 'OPEN', 527, 'openledger-2', 'https://assets.coingecko.com/coins/images/67482/large/open.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openocean', 'OpenOcean', 'OOE', 3297, 'openocean', 'https://assets.coingecko.com/coins/images/17014/large/ooe_log.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openserv', 'OpenServ', 'SERV', 1349, 'openserv', 'https://assets.coingecko.com/coins/images/51430/large/X_Logo_Blue_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openswap-token', 'OpenSwap Token', 'OSWAP', null, 'openswap-token', 'https://assets.coingecko.com/coins/images/19274/large/X_color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openusdt', 'OpenUSDT', 'OUSDT', 2287, 'openusdt', 'https://assets.coingecko.com/coins/images/54815/large/ousdt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('openverse-network', 'Openverse Network', 'BTG', 1479, 'openverse-network', 'https://assets.coingecko.com/coins/images/69600/large/btg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('openvision', 'OpenVision', 'VISION', 6959, 'openvision', 'https://assets.coingecko.com/coins/images/66753/large/OpenVision.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('openvpp', 'OpenVPP', 'OVPP', 959, 'openvpp', 'https://assets.coingecko.com/coins/images/68508/large/IMG_9538.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('openxai', 'OpenxAI', 'OPENX', 2152, 'openxai', 'https://assets.coingecko.com/coins/images/69185/large/IMG_0438.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('openzk-network', 'OpenZK Network', 'OZK', 5540, 'openzk-network', 'https://assets.coingecko.com/coins/images/55224/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('operon-origins', 'Operon Origins', 'ORO', 5152, 'operon-origins', 'https://assets.coingecko.com/coins/images/20965/large/oro.png', 100);
INSERT OR REPLACE INTO Coin VALUES('opes-wrapped-pe', 'OPES (Wrapped PE)', 'WPE', null, 'opes-wrapped-pe', 'https://assets.coingecko.com/coins/images/16647/large/ai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('opium', 'Opium', 'OPIUM', 5191, 'opium', 'https://assets.coingecko.com/coins/images/13758/large/opium-token-black_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('opsec', 'OpSec', 'OPSEC', 6162, 'opsec', 'https://assets.coingecko.com/coins/images/34284/large/8c30589e-676d-4c5a-bec4-afffe2f1713b.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('optim-finance', 'Optim Finance', 'O', 3589, 'optim-finance', 'https://assets.coingecko.com/coins/images/52399/large/31STbJ9W_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('optimism', 'Optimism', 'OP', 124, 'optimism', 'https://assets.coingecko.com/coins/images/25244/large/Optimism.png', 100);
INSERT OR REPLACE INTO Coin VALUES('optimism-bridged-wbtc-optimism', 'Optimism Bridged WBTC (Optimism)', 'WBTC', 548, 'optimism-bridged-wbtc-optimism', 'https://assets.coingecko.com/coins/images/39553/large/wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('optimus-ai', 'Optimus AI', 'OPTI', 3421, 'optimus-ai', 'https://assets.coingecko.com/coins/images/29328/large/photo_2024-06-03_15-45-57.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('optio', 'Optio', 'OPT', 1361, 'optio', 'https://assets.coingecko.com/coins/images/54505/large/Optio_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('option-panda-platform', 'Option Panda Platform', 'OPA', null, null, 'https://assets.coingecko.com/coins/images/16435/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('option-room', 'OptionRoom', 'ROOM', 4857, 'option-room', 'https://assets.coingecko.com/coins/images/13889/large/option_room_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('opulous', 'Opulous', 'OPUL', 1685, 'opulous', 'https://assets.coingecko.com/coins/images/16548/large/opulous.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('opus-2', 'Opus', 'OPUS', 2051, 'opus-2', 'https://assets.coingecko.com/coins/images/51585/large/R7liziZJ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('opx-live', 'OPX LIVE', 'OPXL', 10875, 'opx-live', 'https://assets.coingecko.com/coins/images/52263/large/2024-11-28_20.08.01.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('opyn-squeeth', 'Opyn Squeeth', 'OSQTH', null, 'opyn-squeeth', 'https://assets.coingecko.com/coins/images/22806/large/DyVT5XPV_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ora-coin', 'ORA Coin', 'ORA', 4129, 'ora-coin', 'https://assets.coingecko.com/coins/images/51812/large/ORA_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oraichain-token', 'Oraichain Token', 'ORAI', 1012, 'oraichain-token', 'https://assets.coingecko.com/coins/images/12931/large/orai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oraidex', 'OraiDEX', 'ORAIX', 6162, 'oraidex', 'https://assets.coingecko.com/coins/images/28104/large/oraix.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orange', 'Orange', 'ORNJ', 5746, 'orange', 'https://assets.coingecko.com/coins/images/34935/large/fgvhaJjX_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('orange-2', 'ORANGE', 'ORNG', 1818, 'orange-2', 'https://assets.coingecko.com/coins/images/38945/large/orange-logomark-v2d-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orao-network', 'ORAO Network', 'ORAO', null, null, 'https://assets.coingecko.com/coins/images/15189/large/orao.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('orbit-3', 'ORBIT', 'GRIFT', 3439, 'orbit-3', 'https://assets.coingecko.com/coins/images/52598/large/4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orbit-bridge-klaytn-usd-tether', 'Bridged Tether (Orbit Bridge)', 'OUSDT', 1843, 'orbit-bridge-klaytn-usd-tether', 'https://assets.coingecko.com/coins/images/26273/large/-p1Br7oh_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orbit-chain', 'Orbit Chain', 'ORC', null, 'orbit-chain', 'https://assets.coingecko.com/coins/images/9782/large/-p1Br7oh_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orbitai', 'OrbitAI', 'ORBIT', 7768, 'orbitai', 'https://assets.coingecko.com/coins/images/52698/large/IMG_2775.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('orbiter-finance', 'Orbiter Finance', 'OBT', 1397, 'orbiter-finance', 'https://assets.coingecko.com/coins/images/53783/large/orbiter.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('orbitt-pro', 'Orbitt Token', 'ORBT', 3495, 'orbitt-pro', 'https://assets.coingecko.com/coins/images/34412/large/30448.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orbofi-ai', 'Orbofi AI', 'OBI', 4010, 'orbofi-ai', 'https://assets.coingecko.com/coins/images/30216/large/new_V_test2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orbs', 'Orbs', 'ORBS', 651, 'orbs', 'https://assets.coingecko.com/coins/images/4630/large/Orbs.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('orby-network-usc-stablecoin', 'Orby Network USC Stablecoin', 'USC', 1626, 'orby-network-usc-stablecoin', 'https://assets.coingecko.com/coins/images/35639/large/Orbit_Icons_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orca', 'Orca', 'ORCA', 503, 'orca', 'https://assets.coingecko.com/coins/images/17547/large/Orca_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orca-avai', 'Orca AVAI', 'AVAI', null, 'orca-avai', 'https://assets.coingecko.com/coins/images/18859/large/ic_orca.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orchid-protocol', 'Orchid Protocol', 'OXT', 1148, 'orchid-protocol', 'https://assets.coingecko.com/coins/images/3916/large/download_%285%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orcib', 'ORCIB', 'PALMO', 659, 'orcib', 'https://assets.coingecko.com/coins/images/68951/large/palmo-small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orderly-network', 'Orderly Network', 'ORDER', 556, 'orderly-network', 'https://assets.coingecko.com/coins/images/38501/large/Orderly_Network_Coingecko_200*200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ordinals', 'ORDI', 'ORDI', 465, 'ordinals', 'https://assets.coingecko.com/coins/images/30162/large/ordi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ordiswap-token', 'Ordiswap', 'ORDS', 5115, 'ordiswap-token', 'https://assets.coingecko.com/coins/images/33910/large/IMG-20240113-WA0018.jpg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ore', 'Ore', 'ORE', 2502, 'ore', 'https://assets.coingecko.com/coins/images/36854/large/IMG_7340.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ore-token', 'ORE Token', 'ORE', null, 'ore-token', 'https://assets.coingecko.com/coins/images/19047/large/12752.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orgo', 'Orgo', 'ORGO', 2010, 'orgo', 'https://assets.coingecko.com/coins/images/67564/large/sm6xnbxsouzdg2mplrg18ps79cre.', 100);
INSERT OR REPLACE INTO Coin VALUES('origami-ibgt-auto-compounder', 'Origami iBGT Auto-Compounder', 'ORIBGT', 1455, 'origami-ibgt-auto-compounder', 'https://assets.coingecko.com/coins/images/54994/large/oriBGT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('origin-dollar', 'Origin Dollar', 'OUSD', 1842, 'origin-dollar', 'https://assets.coingecko.com/coins/images/12589/large/ousd-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('origin-ether', 'Origin Ether', 'OETH', 307, 'origin-ether', 'https://assets.coingecko.com/coins/images/29733/large/OETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('origin-protocol', 'Origin Protocol', 'OGN', 1020, 'origin-protocol', 'https://assets.coingecko.com/coins/images/3296/large/op.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('origin-staked-s', 'Origin Sonic', 'OS', 2385, 'origin-staked-s', 'https://assets.coingecko.com/coins/images/53773/large/os-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('origintrail', 'OriginTrail', 'TRAC', 245, 'origintrail', 'https://assets.coingecko.com/coins/images/1877/large/TRAC.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('origyn-foundation', 'ORIGYN Foundation', 'OGY', 1500, 'origyn-foundation', 'https://assets.coingecko.com/coins/images/25788/large/Asset_19.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orion-money', 'Orion Money', 'ORION', 8211, 'orion-money', 'https://assets.coingecko.com/coins/images/18630/large/YtrqPIWc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('orion-protocol', 'Orion Protocol', 'ORN', 1988, 'orion-protocol', 'https://assets.coingecko.com/coins/images/11841/large/new_logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('orizon', 'Orizon', 'ORI', 2065, 'orizon', 'https://assets.coingecko.com/coins/images/68075/large/IMG_0623.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ormeus-ecosystem', 'Ormeus Ecosystem', 'ECO', 12415, 'ormeus-ecosystem', 'https://assets.coingecko.com/coins/images/8923/large/logo_eco_low.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oro', 'ORO', 'ORO', 9604, 'oro', 'https://assets.coingecko.com/coins/images/13114/large/oro_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('osaka-protocol', 'Osaka Protocol', 'OSAK', 564, 'osaka-protocol', 'https://assets.coingecko.com/coins/images/30911/large/OSAK_LOGO_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oscar', 'OSCAR', 'OSCAR', 3504, 'oscar', 'https://assets.coingecko.com/coins/images/50654/large/Oscar_Logo_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('osmi', 'OSMI', 'OSMI', 3029, 'osmi', 'https://assets.coingecko.com/coins/images/51526/large/OSMI_Social_Icon_-_Twitter__Instagram_etc_-_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('osmosis', 'Osmosis', 'OSMO', 530, 'osmosis', 'https://assets.coingecko.com/coins/images/16724/large/osmo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('osmosis-allbtc', 'Osmosis allBTC', 'BTC', 1621, 'osmosis-allbtc', 'https://assets.coingecko.com/coins/images/50159/large/allBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('osmosis-alleth', 'Osmosis allETH', 'ETH', 2417, 'osmosis-alleth', 'https://assets.coingecko.com/coins/images/50162/large/allETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('osmosis-allsol', 'Osmosis allSOL', 'SOL', 2520, 'osmosis-allsol', 'https://assets.coingecko.com/coins/images/50163/large/allSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('osol', 'OSOL', 'OSOL', 5823, 'osol', 'https://assets.coingecko.com/coins/images/53195/large/osol_logo_200x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('otherworld', 'Otherworld', 'OWN', 2262, 'otherworld', 'https://assets.coingecko.com/coins/images/38925/large/OW_Black_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('otto', 'Otto', '$OTTO', 9123, 'otto', 'https://assets.coingecko.com/coins/images/52644/large/Otto_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ouroboros-2', 'Ouroboros', 'ORX', 2794, 'ouroboros-2', 'https://assets.coingecko.com/coins/images/50947/large/OuroborosCG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('outer-ring', 'Outer Ring MMO', 'GQ', 4966, 'outer-ring', 'https://assets.coingecko.com/coins/images/24059/large/GQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('outlaw-crypto-games', 'OUTLAW Crypto Games', 'OUTLAW', 2685, 'outlaw-crypto-games', 'https://assets.coingecko.com/coins/images/68931/large/unnamed.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('overlay-protocol', 'Overlay Protocol', 'OVL', 1738, 'overlay-protocol', 'https://assets.coingecko.com/coins/images/28507/large/s009umk6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('overtake', 'OVERTAKE', 'TAKE', 828, 'overtake', 'https://assets.coingecko.com/coins/images/68577/large/overtake.png', 100);
INSERT OR REPLACE INTO Coin VALUES('overtime', 'Overtime', 'OVER', 1415, 'overtime', 'https://assets.coingecko.com/coins/images/54973/large/over.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ovr', 'Ovr', 'OVR', 2226, 'ovr', 'https://assets.coingecko.com/coins/images/13429/large/LOGO-OVER-ICON-200X200PX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ox-fun', 'OX Coin', 'OX', 6830, 'ox-fun', 'https://assets.coingecko.com/coins/images/35365/large/9.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oxbitcoin', '0xBitcoin', '0XBTC', 3532, 'oxbitcoin', 'https://assets.coingecko.com/coins/images/4454/large/0xbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oxbull', 'Oxbull', 'OXI', 3270, 'oxbull', 'https://assets.coingecko.com/coins/images/53028/large/Oxbull_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('oxygen', 'Oxygen', 'OXY', 2760, 'oxygen', 'https://assets.coingecko.com/coins/images/13509/large/8DjBZ79V_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ozapay', 'Ozapay', 'OZA', 1062, 'ozapay', 'https://assets.coingecko.com/coins/images/69784/large/OZAPAY_TOKEN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ozone-chain', 'Ozone Chain', 'OZO', 460, 'ozone-chain', 'https://assets.coingecko.com/coins/images/31385/large/ozonechain-momogram-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('p2p-solutions-foundation', 'P2P solutions foundation', 'P2PS', null, 'p2p-solutions-foundation', 'https://assets.coingecko.com/coins/images/2798/large/p2ps.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paal-ai', 'PAAL AI', 'PAAL', 816, 'paal-ai', 'https://assets.coingecko.com/coins/images/30815/large/Paal_New_Logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paca-ai', 'Paca AI', 'PACA', 4443, 'paca-ai', 'https://assets.coingecko.com/coins/images/52625/large/PACA_LOGO_WEBSITE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('paccoin', 'PAC Protocol', 'PAC', 8118, 'paccoin', 'https://assets.coingecko.com/coins/images/808/large/PAC-teal-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pacific', 'Pacific', 'PAF', null, null, 'https://assets.coingecko.com/coins/images/20915/large/paf.png', 100);
INSERT OR REPLACE INTO Coin VALUES('packageportal', 'PackagePortal', 'PORT', null, null, 'https://assets.coingecko.com/coins/images/14997/large/PP-Logomark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pacmoon', 'PacMoon', 'PAC', 5123, 'pacmoon', 'https://assets.coingecko.com/coins/images/36459/large/pacmoon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pacoca', 'Pacoca', 'PACOCA', 10052, 'pacoca', 'https://assets.coingecko.com/coins/images/16567/large/pacoca.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('pacu-jalur', 'Pacu Jalur', 'BOATKID', 5120, 'pacu-jalur', 'https://assets.coingecko.com/coins/images/67001/large/photo_2025-07-23_21-10-37.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('paid-network', 'PAID Network', 'PAID', 1916, 'paid-network', 'https://assets.coingecko.com/coins/images/13761/large/PAID_Logo_new.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pain', 'Pain', 'PAIN', 2195, 'pain', 'https://assets.coingecko.com/coins/images/54493/large/pain.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('paint', 'MurAll', 'PAINT', 9715, 'paint', 'https://assets.coingecko.com/coins/images/14103/large/paint_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paint-swap', 'Paint Swap', 'BRUSH', 2909, 'paint-swap', 'https://assets.coingecko.com/coins/images/18579/large/ps_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pajamas-cat', 'Pajamas Cat', 'PAJAMAS', 4734, 'pajamas-cat', 'https://assets.coingecko.com/coins/images/36007/large/pajamas_logo-100x100.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pakcoin', 'Pakcoin', 'PAK', 5497, 'pakcoin', 'https://assets.coingecko.com/coins/images/607/large/pakcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paladin', 'Paladin', 'PAL', 3993, 'paladin', 'https://assets.coingecko.com/coins/images/24558/large/PAL-Token-dark_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('palette', 'Palette', 'PLT', null, null, 'https://assets.coingecko.com/coins/images/22153/large/262aoVTp_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('palgold', 'PalGold', 'PALG', 12578, 'palgold', 'https://assets.coingecko.com/coins/images/15254/large/palg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('palio', 'Palio', 'PAL', 4453, 'palio', 'https://assets.coingecko.com/coins/images/67037/large/palio-ai-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pallapay', 'Pallapay', 'PALLA', 2149, 'pallapay', 'https://assets.coingecko.com/coins/images/16200/large/palla.png', 100);
INSERT OR REPLACE INTO Coin VALUES('palm-ai', 'PaLM AI', 'PALM', 1382, 'palm-ai', 'https://assets.coingecko.com/coins/images/33097/large/PALM_NEW_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('palm-economy', 'Palm Economy', 'PALM', 2002, 'palm-economy', 'https://assets.coingecko.com/coins/images/55256/large/PALM_Token_Vector.png', 100);
INSERT OR REPLACE INTO Coin VALUES('palmeiras-fan-token', 'Palmeiras Fan Token', 'VERDAO', 7440, 'palmeiras-fan-token', 'https://assets.coingecko.com/coins/images/30174/large/VERDAO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('palu', 'Palu', 'PALU', 866, 'palu', 'https://assets.coingecko.com/coins/images/69847/large/palu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pancake-bunny', 'Pancake Bunny', 'BUNNY', 10117, 'pancake-bunny', 'https://assets.coingecko.com/coins/images/13148/large/wallet-logo-bunny.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pancake-games', 'Pancake Games', 'GCAKE', null, 'pancake-games', 'https://assets.coingecko.com/coins/images/20217/large/6oc-L2UC_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pancake-hunny', 'Hunny Finance', 'HUNNY', 5397, 'pancake-hunny', 'https://assets.coingecko.com/coins/images/16043/large/hunny-logo.c87da9c4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pancakeswap-token', 'PancakeSwap', 'CAKE', 108, 'pancakeswap-token', 'https://assets.coingecko.com/coins/images/12632/large/pancakeswap-cake-logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('panda-coin', 'Panda Coin', 'PANDA', null, 'panda-coin', 'https://assets.coingecko.com/coins/images/20500/large/panda.png', 100);
INSERT OR REPLACE INTO Coin VALUES('panda-swap', 'Panda Swap', 'PANDA', 4213, 'panda-swap', 'https://assets.coingecko.com/coins/images/36353/large/Panda_Swap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pandacoin', 'Pandacoin', 'PND', 2648, 'pandacoin', 'https://assets.coingecko.com/coins/images/138/large/Pandacoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pando', 'Pando', 'PANDO', null, 'pando', 'https://assets.coingecko.com/coins/images/14150/large/pando_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pandora', 'Pandora', 'PANDORA', 2431, 'pandora', 'https://assets.coingecko.com/coins/images/34996/large/PandoraToken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pandora-protocol', 'Pandora Protocol', 'PNDR', null, 'pandora-protocol', 'https://assets.coingecko.com/coins/images/18062/large/_Profile_Picture.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pandu-pandas', 'Pandu Pandas', 'PANDU', 1577, 'pandu-pandas', 'https://assets.coingecko.com/coins/images/68943/large/photo_2025-08-19_14-36-11.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pangolin', 'Pangolin', 'PNG', 1293, 'pangolin', 'https://assets.coingecko.com/coins/images/14023/large/PNG_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pantheon', 'Pantheon', 'EON', 5452, 'pantheon', 'https://assets.coingecko.com/coins/images/54851/large/logosquare.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('panther', 'Panther Protocol', 'ZKP', 2939, 'panther', 'https://assets.coingecko.com/coins/images/18611/large/panther.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('panther-ai', 'Panther AI', 'PAI', 2396, 'panther-ai', 'https://assets.coingecko.com/coins/images/51321/large/PAIlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('papa-doge', 'Papa Doge', 'PAPADOGE', null, 'papa-doge', 'https://assets.coingecko.com/coins/images/16721/large/PAPADOGE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('paparazzi-token', 'Paparazzi Token', 'PAPARAZZI', 421, 'paparazzi-token', 'https://assets.coingecko.com/coins/images/66230/large/pGyaoVew_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('par-stablecoin', 'Parallel', 'PAR', 2975, 'par-stablecoin', 'https://assets.coingecko.com/coins/images/14153/large/par_round_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('parabolic-3', 'Parabolic', 'PARAX', 3171, 'parabolic-3', 'https://assets.coingecko.com/coins/images/55526/large/IMG_0849.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('parachute', 'Parachute', 'PAR', 7321, 'parachute', 'https://assets.coingecko.com/coins/images/7590/large/Parachute_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paragonsdao', 'ParagonsDAO', 'PDT', 2176, 'paragonsdao', 'https://assets.coingecko.com/coins/images/22642/large/pdt_token_image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paralink-network', 'Paralink Network', 'PARA', null, 'paralink-network', 'https://assets.coingecko.com/coins/images/15789/large/para.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('parallelai', 'ParallelAI', 'PAI', 1853, 'parallelai', 'https://assets.coingecko.com/coins/images/50394/large/IMG_20240926_230930_523.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('param', 'Param', 'PARAM', 9108, 'param', 'https://assets.coingecko.com/coins/images/37697/large/param200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paras', 'Paras', 'PARAS', null, null, 'https://assets.coingecko.com/coins/images/18742/large/white-with-bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paraswap', 'ParaSwap', 'PSP', 1635, 'paraswap', 'https://assets.coingecko.com/coins/images/20403/large/ep7GqM19_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('parcl', 'Parcl', 'PRCL', 1313, 'parcl', 'https://assets.coingecko.com/coins/images/37078/large/ParclToken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paribus', 'Paribus', 'PBX', 4828, 'paribus', 'https://assets.coingecko.com/coins/images/18410/large/paribus.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('paris-saint-germain-fan-token', 'Paris Saint-Germain Fan Token', 'PSG', 1539, 'paris-saint-germain-fan-token', 'https://assets.coingecko.com/coins/images/11620/large/PSG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('parkcoin', 'Parkcoin', 'KPK', null, 'parkcoin', 'https://assets.coingecko.com/coins/images/53711/large/logo_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('parrot-protocol', 'Parrot Protocol', 'PRT', null, 'parrot-protocol', 'https://assets.coingecko.com/coins/images/18443/large/PRT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('parrot-usd', 'Parrot USD', 'PAI', 2541, 'parrot-usd', 'https://assets.coingecko.com/coins/images/18439/large/pai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('parsiq', 'PARSIQ', 'PRQ', 3397, 'parsiq', 'https://assets.coingecko.com/coins/images/11973/large/DsNgK0O.png', 100);
INSERT OR REPLACE INTO Coin VALUES('particl', 'Particl', 'PART', 2490, 'particl', 'https://assets.coingecko.com/coins/images/839/large/Particl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('particle-2', 'Particle', 'PRTCLE', 12267, 'particle-2', 'https://assets.coingecko.com/coins/images/14395/large/unknown.png', 100);
INSERT OR REPLACE INTO Coin VALUES('particle-network', 'Particle Network', 'PARTI', 1269, 'particle-network', 'https://assets.coingecko.com/coins/images/54955/large/parti-token-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('partisia-blockchain', 'Partisia Blockchain', 'MPC', 2188, 'partisia-blockchain', 'https://assets.coingecko.com/coins/images/24898/large/Group_15910.png', 100);
INSERT OR REPLACE INTO Coin VALUES('party-4', 'Party', 'PARTY', 3226, 'party-4', 'https://assets.coingecko.com/coins/images/52810/large/photo_2024-12-08_23.14.26.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('passage', 'Passage', 'PASG', 3816, 'passage', 'https://assets.coingecko.com/coins/images/31319/large/r72xzMSQ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pastel', 'Pastel', 'PSL', 5439, null, 'https://assets.coingecko.com/coins/images/14293/large/A4qGwEij_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('patic', 'PATIC', 'PTC', 3157, 'patic', 'https://assets.coingecko.com/coins/images/55455/large/patic.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('patience-token', 'Patience Token', 'PATIENCE', 2283, 'patience-token', 'https://assets.coingecko.com/coins/images/67543/large/patience.png', 100);
INSERT OR REPLACE INTO Coin VALUES('patientory', 'Patientory', 'PTOY', 8287, 'patientory', 'https://assets.coingecko.com/coins/images/746/large/patientory.png', 100);
INSERT OR REPLACE INTO Coin VALUES('patriot', 'Patriot', 'PATRIOT', 3352, 'patriot', 'https://assets.coingecko.com/coins/images/51331/large/Patriot.png', 100);
INSERT OR REPLACE INTO Coin VALUES('patrol-tao-com', 'Patrol (TAO.com)', 'SN81', 1976, 'patrol-tao-com', 'https://assets.coingecko.com/coins/images/66361/large/Grail_TwitterIcon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paws', 'Paws', 'PAWS', 4008, 'paws', 'https://assets.coingecko.com/coins/images/54865/large/paws.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pawswap', 'PAWSWAP', 'PAW', 2575, 'pawswap', 'https://assets.coingecko.com/coins/images/28946/large/PAW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pawtocol', 'Pawtocol', 'UPI', 10947, 'pawtocol', 'https://assets.coingecko.com/coins/images/12186/large/pawtocol.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pax-gold', 'PAX Gold', 'PAXG', 99, 'pax-gold', 'https://assets.coingecko.com/coins/images/9519/large/paxgold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paxos-standard', 'Pax Dollar', 'USDP', 669, 'paxos-standard', 'https://assets.coingecko.com/coins/images/6013/large/Pax_Dollar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pay-coin', 'Paycoin', 'PCI', 551, 'pay-coin', 'https://assets.coingecko.com/coins/images/9330/large/new_logo_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('payai-network', 'PayAI Network', 'PAYAI', 2346, 'payai-network', 'https://assets.coingecko.com/coins/images/55472/large/logo-250.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paybandcoin', 'PaybandCoin', 'PYBC', null, 'paybandcoin', 'https://assets.coingecko.com/coins/images/22573/large/LPepLyMW_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('payfi-strategy-token-usdc', 'PayFi Strategy Token USDC', 'PSTUSDC', 487, 'payfi-strategy-token-usdc', 'https://assets.coingecko.com/coins/images/69283/large/psdtusdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paynet-coin', 'PayNet Coin', 'PAYN', null, 'paynet-coin', 'https://assets.coingecko.com/coins/images/15712/large/PAYNET-LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('paypal-usd', 'PayPal USD', 'PYUSD', 60, 'paypal-usd', 'https://assets.coingecko.com/coins/images/31212/large/PYUSD_Logo_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('paypolitan-token', 'Paypolitan Token', 'EPAN', 7599, null, 'https://assets.coingecko.com/coins/images/13192/large/ava3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pbtc35a', 'pBTC35A', 'PBTC35A', 6839, 'pbtc35a', 'https://assets.coingecko.com/coins/images/13653/large/pBTC35A.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pchain', 'Plian', 'PI', 4536, 'pchain', 'https://assets.coingecko.com/coins/images/3463/large/pilan.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peachfolio', 'Peachfolio', 'PCHF', 8861, 'peachfolio', 'https://assets.coingecko.com/coins/images/16529/large/7d578071-601e-4ef6-9a98-cc7984b258c4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peanut', 'Peanut', 'NUX', 6757, 'peanut', 'https://assets.coingecko.com/coins/images/13958/large/2sAMZXpO_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('peanut-the-squirrel', 'Peanut the Squirrel', 'PNUT', 407, 'peanut-the-squirrel', 'https://assets.coingecko.com/coins/images/51301/large/Peanut_the_Squirrel.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peapods-finance', 'Peapods Finance', 'PEAS', 1395, 'peapods-finance', 'https://assets.coingecko.com/coins/images/33711/large/PEAS-icon-2025-200x200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peaq-2', 'peaq', 'PEAQ', 448, 'peaq-2', 'https://assets.coingecko.com/coins/images/51415/large/peaq-token-brand-icon_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pear-protocol', 'Pear Protocol', 'PEAR', 2226, 'pear-protocol', 'https://assets.coingecko.com/coins/images/50484/large/pearlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pearl-finance', 'Pearl Finance', 'PEARL', null, null, 'https://assets.coingecko.com/coins/images/12305/large/pearl_finance_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peercoin', 'Peercoin', 'PPC', 1783, 'peercoin', 'https://assets.coingecko.com/coins/images/4/large/peercoin-icon-green-transparent_6x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peezy-eth', 'Peezy (peezy.vip)', 'PEEZY', 4844, 'peezy-eth', 'https://assets.coingecko.com/coins/images/52757/large/peezyCircle_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peg', 'PEG', 'PEG', 5177, 'peg', 'https://assets.coingecko.com/coins/images/55842/large/peglogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pegaxy-stone', 'Pegaxy Stone', 'PGX', 4469, 'pegaxy-stone', 'https://assets.coingecko.com/coins/images/19305/large/CMC_PGX_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pegazus-finance', 'Pegazus Finance', 'PEG', null, 'pegazus-finance', 'https://assets.coingecko.com/coins/images/15610/large/Pegazus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peipeicoin-vip', 'PeiPei', 'PEIPEI', 1686, 'peipeicoin-vip', 'https://assets.coingecko.com/coins/images/38512/large/PeiPei.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pell-network-token', 'Pell Network Token', 'PELL', 4958, 'pell-network-token', 'https://assets.coingecko.com/coins/images/53967/large/logo-200*200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pendle', 'Pendle', 'PENDLE', 150, 'pendle', 'https://assets.coingecko.com/coins/images/15069/large/Pendle_Logo_Normal-03.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peng', 'Peng', 'PENG', 4332, 'peng', 'https://assets.coingecko.com/coins/images/35800/large/peng200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('penguin-finance', 'Penguin Finance', 'PEFI', 7581, 'penguin-finance', 'https://assets.coingecko.com/coins/images/14643/large/pefi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pengus-wife', 'Polly', 'POLLY', 2990, 'pengus-wife', 'https://assets.coingecko.com/coins/images/55914/large/Polly_Official_PFP.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('penpie', 'Penpie', 'PNP', 1552, 'penpie', 'https://assets.coingecko.com/coins/images/30760/large/PNP_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('penumbra', 'Penumbra', 'UM', 3428, 'penumbra', 'https://assets.coingecko.com/coins/images/50724/large/um.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peony-coin', 'Peony Coin', 'PNY', null, null, 'https://assets.coingecko.com/coins/images/4539/large/Peony-logo-with-text-transparent-600x600.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepe', 'Pepe', 'PEPE', 49, 'pepe', 'https://assets.coingecko.com/coins/images/29850/large/pepe-token.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('pepe-2-0', 'Pepe 2.0', 'PEPE2.0', 2708, 'pepe-2-0', 'https://assets.coingecko.com/coins/images/30853/large/PEPE_2.0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepe-bundle', 'Pepe Bundle', 'PUNDLE', 3310, 'pepe-bundle', 'https://assets.coingecko.com/coins/images/66742/large/photo_2025-06-01_02.18.00.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepe-unchained', 'Pepe Unchained', 'PEPU', null, 'pepe-unchained', 'https://assets.coingecko.com/coins/images/52681/large/wn6wNj1C_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pepe-unchained-2', 'Pepe Unchained', 'PEPU', 2097, 'pepe-unchained-2', 'https://assets.coingecko.com/coins/images/66717/large/pepu.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pepebrc', 'PEPE (Ordinals)', 'PEPE', 3532, 'pepebrc', 'https://assets.coingecko.com/coins/images/30225/large/pepe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepecash-3', 'PEPECASH', 'PECH', 5787, 'pepecash-3', 'https://assets.coingecko.com/coins/images/67446/large/pechlogo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepecat-2', 'PEPECAT', 'PEPECAT', 2732, 'pepecat-2', 'https://assets.coingecko.com/coins/images/52185/large/pepecat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepecoin-2', 'PepeCoin', 'PEPECOIN', 1007, 'pepecoin-2', 'https://assets.coingecko.com/coins/images/30219/large/pepecoin-icon_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepecoin-network', 'Pepecoin', 'PEP', 1089, 'pepecoin-network', 'https://assets.coingecko.com/coins/images/36520/large/Pepecoin_onWhite_IconOnly-RGB__Converted_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepedex', 'Pepedex', 'PPDEX', 9357, 'pepedex', 'https://assets.coingecko.com/coins/images/13022/large/output-onlinepngtools-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepefork', 'PepeFork', 'PORK', 1743, 'pepefork', 'https://assets.coingecko.com/coins/images/34913/large/pork.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepeontron', 'PePeonTron', 'PEPEONTRON', 837, 'pepeontron', 'https://assets.coingecko.com/coins/images/66637/large/1000000740.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pepes-dog', 'Pepes Dog', 'ZEUS', 3796, 'pepes-dog', 'https://assets.coingecko.com/coins/images/56021/large/Pepes_Dog.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pepo', 'PEPO', 'PEPO', 3096, 'pepo', 'https://assets.coingecko.com/coins/images/53590/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pepper', 'PEPPER', 'PEPPER', 1441, 'pepper', 'https://assets.coingecko.com/coins/images/50624/large/PEPPER_2x_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pepper-meme', 'Pepper Meme', 'PEPPER', 2817, 'pepper-meme', 'https://assets.coingecko.com/coins/images/54732/large/Favicon_without_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pera-finance', 'Pera Finance', 'PERA', 10593, null, 'https://assets.coingecko.com/coins/images/16185/large/Pera-Finance-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('peri-finance', 'PERI Finance', 'PERI', 9311, null, 'https://assets.coingecko.com/coins/images/15313/large/6xVEMS1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('perion', 'Perion', 'PERC', 6548, 'perion', 'https://assets.coingecko.com/coins/images/23302/large/PERC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('perlin', 'PERL.eco', 'PERL', null, 'perlin', 'https://assets.coingecko.com/coins/images/4682/large/PERL.eco-Icon-green_6x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('permission-coin', 'Permission Coin', 'ASK', 2829, 'permission-coin', 'https://assets.coingecko.com/coins/images/12521/large/rjQjTU3c_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('perpetual-protocol', 'Perpetual Protocol', 'PERP', 1437, 'perpetual-protocol', 'https://assets.coingecko.com/coins/images/12381/large/60d18e06844a844ad75901a9_mark_only_03.png', 100);
INSERT OR REPLACE INTO Coin VALUES('perpetuum-coin', 'Perpetuum Coin', 'PRP', null, null, 'https://assets.coingecko.com/coins/images/19605/large/LOGO_PRP_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('perry', 'Perry', 'PERRY', 3990, 'perry', 'https://assets.coingecko.com/coins/images/54452/large/perry-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('persistence', 'Persistence', 'XPRT', 2126, 'persistence', 'https://assets.coingecko.com/coins/images/14582/large/Download%28black_Dark%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pesto-the-baby-king-penguin', 'Pesto the Baby King Penguin', 'PESTO', 5495, 'pesto-the-baby-king-penguin', 'https://assets.coingecko.com/coins/images/50374/large/pesto-cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('petsna', 'PetsNa', '$PETSNA', 1062, 'petsna', 'https://assets.coingecko.com/coins/images/69974/large/2vKAXvDv_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pha', 'Phala Network', 'PHA', 699, 'pha', 'https://assets.coingecko.com/coins/images/12451/large/phala.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phantasma', 'Phantasma', 'SOUL', 3045, 'phantasma', 'https://assets.coingecko.com/coins/images/4130/large/Phantasma_Phoenix_logo_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phantom-protocol', 'Phantom Protocol', 'PHM', null, 'phantom-protocol', 'https://assets.coingecko.com/coins/images/18253/large/phm.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('phantom-staked-sol', 'Phantom Staked SOL', 'PSOL', 389, 'phantom-staked-sol', 'https://assets.coingecko.com/coins/images/55849/large/PSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pharaoh', 'Pharaoh', 'PHAR', 2390, 'pharaoh', 'https://assets.coingecko.com/coins/images/34686/large/PHAROAH.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('phicoin', 'Phicoin', 'PHI', 7334, 'phicoin', 'https://assets.coingecko.com/coins/images/52446/large/Phicoin_White_Blue_-_Copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phil', 'Phil', 'PHIL', 3591, 'phil', 'https://assets.coingecko.com/coins/images/39975/large/yr0kMUrz_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('phnix', 'PHNIX', 'PHNIX', 2008, 'phnix', 'https://assets.coingecko.com/coins/images/52497/large/photo_2024-12-03_21-46-21_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('phoenic-token', 'Phoenic Token', 'PNIC', 3214, 'phoenic-token', 'https://assets.coingecko.com/coins/images/37667/large/IMG_20240506_181047_087.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('phoenix-global', 'Phoenix Global', 'PHB', 1187, 'phoenix-global', 'https://assets.coingecko.com/coins/images/20052/large/Phoenix_logo_blue_bird.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phoenix-token', 'Phoenix Token', 'PHX', 6487, null, 'https://assets.coingecko.com/coins/images/17675/large/phx_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phoenixcoin', 'Phoenixcoin', 'PXC', 3623, 'phoenixcoin', 'https://assets.coingecko.com/coins/images/177/large/phoenixcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phoenixdao', 'PhoenixDAO', 'PHNX', 9952, 'phoenixdao', 'https://assets.coingecko.com/coins/images/11523/large/Token_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phore', 'Phore', 'PHR', null, null, 'https://assets.coingecko.com/coins/images/1129/large/phore.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phunk-vault-nftx', 'PHUNK Vault (NFTX)', 'PHUNK', null, 'phunk-vault-nftx', 'https://assets.coingecko.com/coins/images/17074/large/Phunks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('phuture', 'Phuture', 'PHTR', 5872, 'phuture', 'https://assets.coingecko.com/coins/images/16071/large/phtr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pi-network', 'Pi Network', 'PI', 78, 'pi-network', 'https://assets.coingecko.com/coins/images/54342/large/pi_network.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pi-network-dog', 'Pi Network Dog', 'PIDOG', 6407, 'pi-network-dog', 'https://assets.coingecko.com/coins/images/53444/large/pidog_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pibble', 'Pibble', 'PIB', 2124, 'pibble', 'https://assets.coingecko.com/coins/images/2972/large/pibble.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('picasso', 'Picasso', 'PICA', 7782, 'picasso', 'https://assets.coingecko.com/coins/images/28286/large/PICA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('piccolo-inu', 'Piccolo Inu', 'PINU', 6100, 'piccolo-inu', 'https://assets.coingecko.com/coins/images/19335/large/Piccolo-Inu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pickle-finance', 'Pickle Finance', 'PICKLE', 7569, 'pickle-finance', 'https://assets.coingecko.com/coins/images/12435/large/0M4W6Yr6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('picoin', 'PiCoin', '𝜫', 753, null, 'https://assets.coingecko.com/coins/images/52560/large/pifinalccoingeco.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pig-finance', 'Pig Finance', 'PIG', null, 'pig-finance', 'https://assets.coingecko.com/coins/images/14338/large/pig.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pigeon-tech', 'Pigeon Tech', 'GOVAI', null, 'pigeon-tech', 'https://assets.coingecko.com/coins/images/50840/large/Screenshot_2024-10-17_at_6.49.02_PM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pigeoncoin', 'Pigeoncoin', 'PGN', null, null, 'https://assets.coingecko.com/coins/images/3856/large/pigeon-logo-final-draft-1024px-circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pika-protocol', 'Pika Protocol', 'PIKA', 1630, 'pika-protocol', 'https://assets.coingecko.com/coins/images/30279/large/Pika_protocol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pikaboss', 'Pikaboss', 'PIKA', 1371, 'pikaboss', 'https://assets.coingecko.com/coins/images/32061/large/logocg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pikachu', 'Pika', 'PIKA', null, 'pikachu', 'https://assets.coingecko.com/coins/images/14419/large/pika-logo-2022-nbg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pikamoon', 'Pikamoon', 'PIKA', 2848, 'pikamoon', 'https://assets.coingecko.com/coins/images/36366/large/Pika-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pillar', 'Pillar', 'PLR', 5031, 'pillar', 'https://assets.coingecko.com/coins/images/809/large/v2logo-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pillzumi', 'Pillzumi', 'PILLZUMI', 8875, 'pillzumi', 'https://assets.coingecko.com/coins/images/52420/large/IMG_20241202_184834_705.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pineapple', 'Pineapple', 'PAPPLE', 2037, 'pineapple', 'https://assets.coingecko.com/coins/images/54488/large/IMG_3321.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pingo', 'PinGo', 'PINGO', 2137, 'pingo', 'https://assets.coingecko.com/coins/images/52151/large/pingo-coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pingpong', 'PINGPONG', 'PINGPONG', 1323, 'pingpong', 'https://assets.coingecko.com/coins/images/69070/large/Logo_standard.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pinkmoon', 'PinkMoon', 'PINKM', 4392, 'pinkmoon', 'https://assets.coingecko.com/coins/images/15018/large/pink-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pinksale', 'PinkSale', 'PINKSALE', 792, 'pinksale', 'https://assets.coingecko.com/coins/images/17377/large/4cC4Fgs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pinlink', 'PinLink', 'PIN', 1124, 'pinlink', 'https://assets.coingecko.com/coins/images/51611/large/pin200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pino', 'PINO', 'PINO', 4255, 'pino', 'https://assets.coingecko.com/coins/images/38737/large/IMG_0873.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('pinto', 'Pinto', 'PINTO', 1984, 'pinto', 'https://assets.coingecko.com/coins/images/54217/large/pinto.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pintu-token', 'Pintu Token', 'PTU', 1614, null, 'https://assets.coingecko.com/coins/images/20281/large/image_1_8dd79a68aa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pip', 'PIP', 'PIP', 6266, 'pip', 'https://assets.coingecko.com/coins/images/22384/large/qE35Vvc4_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pip-3', 'PiP', 'PIP', 2191, 'pip-3', 'https://assets.coingecko.com/coins/images/51298/large/JPEG_image-458B-A87B-DA-0.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('pipe-network', 'Pipe Network', 'PIPE', 1616, 'pipe-network', 'https://assets.coingecko.com/coins/images/69734/large/photo_2025-10-02_16-25-13.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pippin', 'pippin', 'PIPPIN', 1538, 'pippin', 'https://assets.coingecko.com/coins/images/51589/large/pippin_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pirate-chain', 'Pirate Chain', 'ARRR', 559, 'pirate-chain', 'https://assets.coingecko.com/coins/images/6905/large/Pirate_Chain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pirate-token', 'Pirate Nation Token', 'PIRATE', 2837, 'pirate-token', 'https://assets.coingecko.com/coins/images/38524/large/_Pirate_Transparent_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('piratecash', 'PirateCash', 'PIRATE', 2750, 'piratecash', null, 2);
INSERT OR REPLACE INTO Coin VALUES('piratecoin', 'PirateCoin', 'PIRATECOIN☠', null, 'piratecoin', 'https://assets.coingecko.com/coins/images/18278/large/logo_200_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pitbull', 'Pitbull', 'PIT', 1505, 'pitbull', 'https://assets.coingecko.com/coins/images/15927/large/pitbull2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('piteas', 'Piteas', 'PTS', 2960, 'piteas', 'https://assets.coingecko.com/coins/images/31582/large/piteas-256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pivx', 'PIVX', 'PIVX', 1302, 'pivx', 'https://assets.coingecko.com/coins/images/548/large/PIVX-Shield.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pixels', 'Pixels', 'PIXEL', 1499, 'pixels', 'https://assets.coingecko.com/coins/images/35100/large/pixel-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pixelverse', 'PixelVerse', 'PIXEL', null, 'pixelverse', 'https://assets.coingecko.com/coins/images/19934/large/pixelverse.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('pixocracy', 'Pixocracy', 'PIX', 10853, 'pixocracy', 'https://assets.coingecko.com/coins/images/53393/large/RIa8q5X4_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pkt', 'PKT', 'PKT', 3907, 'pkt', 'https://assets.coingecko.com/coins/images/15293/large/PKT_Icon_smaller_new-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('place-war', 'PlaceWar Governance Token', 'PLACE', null, 'place-war', 'https://assets.coingecko.com/coins/images/19993/large/place.png', 100);
INSERT OR REPLACE INTO Coin VALUES('planet-finance', 'Planet Finance', 'AQUA', 6568, 'planet-finance', 'https://assets.coingecko.com/coins/images/15710/large/aqua-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('planet-sandbox', 'Planet Sandbox', 'PSB', null, 'planet-sandbox', 'https://assets.coingecko.com/coins/images/18804/large/PS_logo_shape_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('planet-token', 'Planet Token', 'PLANET', 4864, 'planet-token', 'https://assets.coingecko.com/coins/images/30767/large/Logo-Planet.png', 100);
INSERT OR REPLACE INTO Coin VALUES('planetwatch', 'PlanetWatch', 'PLANETS', 8521, 'planetwatch', 'https://assets.coingecko.com/coins/images/16127/large/cwCG_U8M_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plankton-in-pain', 'Plankton in Pain', 'AAAHHM', 9360, 'plankton-in-pain', 'https://assets.coingecko.com/coins/images/52669/large/Plankton_in_Pain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plant-vs-undead-token', 'Plant vs Undead Token', 'PVU', 6171, 'plant-vs-undead-token', 'https://assets.coingecko.com/coins/images/17461/large/token-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plasma', 'Plasma', 'XPL', 129, 'plasma', 'https://assets.coingecko.com/coins/images/66489/large/Plasma-symbol-green-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plasma-finance', 'Plasma Finance', 'PPAY', 6094, 'plasma-finance', 'https://assets.coingecko.com/coins/images/13340/large/Hi9sEGAD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plastiks', 'Plastiks', 'PLASTIK', 5950, 'plastiks', 'https://assets.coingecko.com/coins/images/21212/large/plastik.png', 100);
INSERT OR REPLACE INTO Coin VALUES('platincoin', 'PlatinCoin', 'PLC', null, null, 'https://assets.coingecko.com/coins/images/4013/large/platincoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('platon-network', 'PlatON Network', 'LAT', 1431, 'platon-network', 'https://assets.coingecko.com/coins/images/15430/large/PlatON-Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('platypus-finance', 'Platypus Finance', 'PTP', 10868, 'platypus-finance', 'https://assets.coingecko.com/coins/images/21724/large/7r2U_2Ig_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('play-2', 'PLAY', 'PLAY', 3654, 'play-2', 'https://assets.coingecko.com/coins/images/52562/large/play_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('playa3ull-games-2', 'PLAYA3ULL GAMES', '3ULL', 2027, 'playa3ull-games-2', 'https://assets.coingecko.com/coins/images/30695/large/App_Icon_Round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('playcent', 'Playcent', 'PCNT', 9967, 'playcent', 'https://assets.coingecko.com/coins/images/14335/large/1_B5bFcgBld5poUj_c-_K1Jw.png', 100);
INSERT OR REPLACE INTO Coin VALUES('playdapp', 'PlayDapp', 'PLA', 3156, 'playdapp', 'https://assets.coingecko.com/coins/images/14316/large/PDA-symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('playermon', 'Playermon', 'PYM', 5429, 'playermon', 'https://assets.coingecko.com/coins/images/20682/large/eALRa3rZ_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('playfun', 'PLAYFUN', 'PLAYFUN', 7194, 'playfun', 'https://assets.coingecko.com/coins/images/55747/large/IMG_1090.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('playpad', 'PlayPad', 'PPAD', null, 'playpad', 'https://assets.coingecko.com/coins/images/20202/large/playpad.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('playsout', 'PlaysOut', 'PLAY', 1619, 'playsout', 'https://assets.coingecko.com/coins/images/67765/large/plays.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('playzap', 'PlayZap', 'PZP', 4971, 'playzap', 'https://assets.coingecko.com/coins/images/24727/large/200X200-111.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plearn', 'PLEARN', 'PLN', 3820, 'plearn', 'https://assets.coingecko.com/coins/images/24723/large/plearn200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plex', 'PLEX', 'PLEX', 2441, null, 'https://assets.coingecko.com/coins/images/13383/large/plex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plgnet', 'PL^Gnet', 'PLUG', null, 'plgnet', 'https://assets.coingecko.com/coins/images/15824/large/PLUG_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plotx', 'PlotX', 'PLOT', 4695, 'plotx', 'https://assets.coingecko.com/coins/images/12795/large/PlotX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plugin', 'Plugin', 'PLI', 2951, 'plugin', 'https://assets.coingecko.com/coins/images/19586/large/244800308_116216454152265_6257676145772128053_n.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plume', 'Plume', 'PLUME', 283, 'plume', 'https://assets.coingecko.com/coins/images/53623/large/plume-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plume-usd', 'Plume USD', 'PUSD', 1239, 'plume-usd', 'https://assets.coingecko.com/coins/images/55542/large/pUSD-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pluton', 'Pluton', 'PLU', 2528, 'pluton', 'https://assets.coingecko.com/coins/images/1241/large/PLU_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('plxyer', 'Plxyer', 'PLXY', 984, null, 'https://assets.coingecko.com/coins/images/31346/large/200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pnetwork', 'pNetwork', 'PNT', 7298, 'pnetwork', 'https://assets.coingecko.com/coins/images/11659/large/pNetwork.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poc-blockchain', 'POC Blockchain', 'POC', null, 'poc-blockchain', 'https://assets.coingecko.com/coins/images/13759/large/PQ7MaT8N_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pockemy', 'Pockemy', 'PKM', 4267, 'pockemy', 'https://assets.coingecko.com/coins/images/68817/large/PKM_logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('pocket-network', 'Pocket Network', 'POKT', 941, 'pocket-network', 'https://assets.coingecko.com/coins/images/22506/large/POKT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pocketcoin', 'Pocketcoin', 'PKOIN', 1966, 'pocketcoin', 'https://assets.coingecko.com/coins/images/15276/large/pocketnet_logo-11.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pocoland', 'Pocoland', 'POCO', null, 'pocoland', 'https://assets.coingecko.com/coins/images/18293/large/poco.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('pokedx', 'PokeDX', 'PDX', null, null, 'https://assets.coingecko.com/coins/images/19075/large/200x200_%2834%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pol-staked-wbera', 'POL Staked WBERA', 'SWBERA', 1167, 'pol-staked-wbera', 'https://assets.coingecko.com/coins/images/68010/large/swbera.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polaris-share', 'Polaris Share', 'POLA', 2165, 'polaris-share', 'https://assets.coingecko.com/coins/images/13817/large/tHQrxdYQ_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polimec', 'Polimec', 'PLMC', 7505, null, 'https://assets.coingecko.com/coins/images/32723/large/Brandmark_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polinate', 'Polinate', 'POLI', 7338, 'polinate', 'https://assets.coingecko.com/coins/images/18096/large/Polinate_Games___Guilds_Elements-05.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polis', 'Polis', 'POLIS', null, 'polis', 'https://assets.coingecko.com/coins/images/2452/large/circlePolisLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polka-city', 'Polkacity', 'POLC', 4735, 'polka-city', 'https://assets.coingecko.com/coins/images/14066/large/vykih1Nq_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polkabridge', 'PolkaBridge', 'PBR', 8771, 'polkabridge', 'https://assets.coingecko.com/coins/images/13744/large/symbol-whitebg200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polkadex', 'Polkadex', 'PDEX', 5420, 'polkadex', 'https://assets.coingecko.com/coins/images/14833/large/dIze5Ztl_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('polkadot', 'Polkadot', 'DOT', 39, 'polkadot', 'https://assets.coingecko.com/coins/images/12171/large/polkadot.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polkafoundry', 'PolkaFoundry', 'PKF', 4268, 'polkafoundry', 'https://assets.coingecko.com/coins/images/14422/large/2025-06-30_13.42.54.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('polkamarkets', 'Polkamarkets', 'POLK', 4258, 'polkamarkets', 'https://assets.coingecko.com/coins/images/14084/large/polkamarkets.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('polkapet-world', 'PolkaPet World', 'PETS', null, 'polkapet-world', 'https://assets.coingecko.com/coins/images/19409/large/pets_polka.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('polkarare', 'Polkarare', 'PRARE', 8181, 'polkarare', 'https://assets.coingecko.com/coins/images/15388/large/Image_from_iOS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polkastarter', 'Polkastarter', 'POLS', 1559, 'polkastarter', 'https://assets.coingecko.com/coins/images/12648/large/Group_11_%281%29_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polkaswap', 'Polkaswap', 'PSWAP', 5599, 'polkaswap', 'https://assets.coingecko.com/coins/images/15475/large/pswap-token-logomark-ticker-icon-200px-transparent-optimized.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polkawar', 'PolkaWar', 'PWAR', 5655, 'polkawar', 'https://assets.coingecko.com/coins/images/16776/large/polkawar.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('polker', 'Polker', 'PKR', 4783, 'polker', 'https://assets.coingecko.com/coins/images/16803/large/200x200-PKR_Chip.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pollen-2', 'Pollen', 'POLLEN', 4213, 'pollen-2', 'https://assets.coingecko.com/coins/images/54929/large/Pollen_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pollux-coin', 'Pollux Coin', 'POX', null, 'pollux-coin', 'https://assets.coingecko.com/coins/images/12222/large/pollux-coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polly', 'Polly Finance', 'POLLY', null, 'polly', 'https://assets.coingecko.com/coins/images/18354/large/POLLY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polly-defi-nest', 'Polly DeFi Nest', 'NDEFI', null, 'polly-defi-nest', 'https://assets.coingecko.com/coins/images/18317/large/nDEFI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polter-finance', 'Polter', 'POLTER', 9325, 'polter-finance', 'https://assets.coingecko.com/coins/images/35730/large/logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poly-peg-mdex', 'Poly-Peg Mdex', 'HMDX', null, 'poly-peg-mdex', 'https://assets.coingecko.com/coins/images/18504/large/Capture.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('polycat-finance', 'Polycat Finance', 'FISH', null, 'polycat-finance', 'https://assets.coingecko.com/coins/images/15226/large/smallLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polychain-monsters', 'Polychain Monsters', 'PMON', 5996, 'polychain-monsters', 'https://assets.coingecko.com/coins/images/14604/large/logo-protocol-monster-labs-light-regular_3x-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polycule', 'Polycule', 'PCULE', 1058, 'polycule', 'https://assets.coingecko.com/coins/images/55932/large/pcule.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('polydoge', 'PolyDoge', 'POLYDOGE', 5043, 'polydoge', 'https://assets.coingecko.com/coins/images/15146/large/p1kSco1h_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('polyfactual', 'Polyfactual', 'POLYFACTS', 2298, 'polyfactual', 'https://assets.coingecko.com/coins/images/68903/large/gwpvfnw9uxvc8ojohahvy2gp1jzy.', 100);
INSERT OR REPLACE INTO Coin VALUES('polygod', 'PolyGod', 'GULL', null, 'polygod', 'https://assets.coingecko.com/coins/images/20590/large/polygod.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-bridged-usdt-polygon', 'Polygon Bridged USDT (Polygon)', 'USDT', 98, 'polygon-bridged-usdt-polygon', 'https://assets.coingecko.com/coins/images/35023/large/USDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-bridged-wbtc-polygon-pos', 'Polygon Bridged WBTC (Polygon POS)', 'WBTC', 264, 'polygon-bridged-wbtc-polygon-pos', 'https://assets.coingecko.com/coins/images/39530/large/wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-bridged-weeth-katana', 'Polygon Bridged weETH (Katana)', 'WEETH', 322, 'polygon-bridged-weeth-katana', 'https://assets.coingecko.com/coins/images/69607/large/weeth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-ecosystem-token', 'Polygon Ecosystem Token', 'POL', 65, 'polygon-ecosystem-token', 'https://assets.coingecko.com/coins/images/32440/large/pol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-hermez-bridged-usdc-x-layer', 'Polygon Hermez Bridged USDC (X Layer)', 'USDC', 2091, 'polygon-hermez-bridged-usdc-x-layer', 'https://assets.coingecko.com/coins/images/37201/large/USDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-hermez-bridged-usdt-x-layer', 'Polygon Hermez Bridged USDT (x Layer)', 'USDT', 1639, 'polygon-hermez-bridged-usdt-x-layer', 'https://assets.coingecko.com/coins/images/37200/large/usdt_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-pos-bridged-dai-polygon-pos', 'Polygon PoS Bridged DAI (Polygon POS)', 'DAI', 192, 'polygon-pos-bridged-dai-polygon-pos', 'https://assets.coingecko.com/coins/images/39787/large/dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polygon-pos-bridged-weth-polygon-pos', 'Polygon PoS Bridged WETH (Polygon POS)', 'WETH', 197, 'polygon-pos-bridged-weth-polygon-pos', 'https://assets.coingecko.com/coins/images/39708/large/WETH.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('polyhedra-network', 'Polyhedra Network', 'ZKJ', 996, 'polyhedra-network', 'https://assets.coingecko.com/coins/images/36198/large/Polyhedra_Symbol_Black_on_White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polylastic', 'Polylastic', 'POLX', 8472, 'polylastic', 'https://assets.coingecko.com/coins/images/15331/large/POLX_Logo200200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polymath', 'Polymath', 'POLY', 2514, 'polymath', 'https://assets.coingecko.com/coins/images/2784/large/inKkF01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polymesh', 'Polymesh', 'POLYX', 479, 'polymesh', 'https://assets.coingecko.com/coins/images/23496/large/Polymesh-symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polyswarm', 'PolySwarm', 'NCT', 1023, 'polyswarm', 'https://assets.coingecko.com/coins/images/2843/large/ImcYCVfX_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('polytrade', 'Polytrade', 'TRADE', 2498, 'polytrade', 'https://assets.coingecko.com/coins/images/16416/large/Logo_colored_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('polytrader-by-virtuals', 'Polytrader by Virtuals', 'POLY', 5709, 'polytrader-by-virtuals', 'https://assets.coingecko.com/coins/images/52168/large/poly.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('polywhale', 'Polywhale', 'KRILL', null, 'polywhale', 'https://assets.coingecko.com/coins/images/15016/large/2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pomato', 'Pomato', 'POMATO', 1348, 'pomato', 'https://assets.coingecko.com/coins/images/69913/large/OFGwt-jY_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ponchiqs', 'Ponchiqs', 'PONCH', 12573, 'ponchiqs', 'https://assets.coingecko.com/coins/images/50621/large/ponchlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pond-coin', 'PondCoin', 'PNDC', 1950, 'pond-coin', 'https://assets.coingecko.com/coins/images/31215/large/pond-coin.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('pongo-2', 'PONGO', 'PONGO', 4156, 'pongo-2', 'https://assets.coingecko.com/coins/images/53537/large/IMG_4502.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ponke', 'PONKE', 'PONKE', 928, 'ponke', 'https://assets.coingecko.com/coins/images/33929/large/ponke-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pontoon', 'Pontoon', 'TOON', 12575, 'pontoon', 'https://assets.coingecko.com/coins/images/19575/large/pontoon.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('poo-chi', 'Poo Chi', '$SIR', 1490, null, 'https://assets.coingecko.com/coins/images/50856/large/1000221631.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poocoin', 'PooCoin', 'POOCOIN', null, 'poocoin', 'https://assets.coingecko.com/coins/images/14855/large/w4_9ayk3_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poodle', 'Poodl Token', 'POODL', 6452, 'poodle', 'https://assets.coingecko.com/coins/images/14405/large/Image_15-04-2024_at_6.08_PM.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('pooh', 'POOH', 'POOH', 3424, 'pooh', 'https://assets.coingecko.com/coins/images/30091/large/Pooh-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poollotto-finance', 'Poollotto.finance', 'PLT', 1917, 'poollotto-finance', 'https://assets.coingecko.com/coins/images/21425/large/polotto.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pooltogether', 'PoolTogether', 'POOL', 3638, 'pooltogether', 'https://assets.coingecko.com/coins/images/14003/large/PoolTogether.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poolz-finance', 'Poolz Finance', 'POOLZ', 7512, null, 'https://assets.coingecko.com/coins/images/13679/large/poolz_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poolz-finance-2', 'Poolz Finance', 'POOLX', 4183, 'poolz-finance-2', 'https://assets.coingecko.com/coins/images/29625/large/logomark-black_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poop', 'Poop', 'POOP', 2698, 'poop', 'https://assets.coingecko.com/coins/images/67445/large/Z5WEbzAK_400x400-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pop-2', 'Zypher Network', 'POP', 2081, 'pop-2', 'https://assets.coingecko.com/coins/images/69001/large/Logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pop-chest-token', 'POP Network', 'POP', 11194, 'pop-chest-token', 'https://assets.coingecko.com/coins/images/7281/large/Logo_%28Light_Mode%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pop-planet', 'PoP Planet', 'P', 1487, 'pop-planet', 'https://assets.coingecko.com/coins/images/69685/large/pop_planet.png', 100);
INSERT OR REPLACE INTO Coin VALUES('popcat', 'Popcat', 'POPCAT', 397, 'popcat', 'https://assets.coingecko.com/coins/images/33760/large/image.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('populous', 'Populous', 'PPT', 3578, 'populous', 'https://assets.coingecko.com/coins/images/753/large/populous.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pornrocket', 'PornRocket', 'PORNROCKET', null, 'pornrocket', 'https://assets.coingecko.com/coins/images/16207/large/PornRocket.png', 100);
INSERT OR REPLACE INTO Coin VALUES('port-finance', 'Port Finance', 'PORT', 6828, 'port-finance', 'https://assets.coingecko.com/coins/images/17607/large/d-k0Ezts_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('port3-network', 'Port3 Network', 'PORT3', 1627, 'port3-network', 'https://assets.coingecko.com/coins/images/33383/large/port3-bc-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('portal-2', 'Portal', 'PORTAL', 1408, 'portal-2', 'https://assets.coingecko.com/coins/images/35436/large/portal.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('portal-to-bitcoin', 'Portal to Bitcoin', 'PTB', 430, 'portal-to-bitcoin', 'https://assets.coingecko.com/coins/images/68774/large/portal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('portals', 'Portals', 'PORTALS', 1953, 'portals', 'https://assets.coingecko.com/coins/images/69278/large/portals-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('portion', 'Portion', 'PRT', 6822, null, 'https://assets.coingecko.com/coins/images/13617/large/OKeO2FI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('portugal-national-team-fan-token', 'Portugal National Team Fan Token', 'POR', 2422, 'portugal-national-team-fan-token', 'https://assets.coingecko.com/coins/images/18487/large/Wr62i6lcJL91gOimUD6GT2urLC9rM50t11a1qeYU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('poscidondao-token', 'PoSciDonDAO Token', 'SCI', 3395, 'poscidondao-token', 'https://assets.coingecko.com/coins/images/52651/large/TokenUpdate.png', 100);
INSERT OR REPLACE INTO Coin VALUES('position-token', 'Position Token', 'POSI', 7558, 'position-token', 'https://assets.coingecko.com/coins/images/17459/large/posi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('potcoin', 'Potcoin', 'POT', 4673, 'potcoin', 'https://assets.coingecko.com/coins/images/51/large/potcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('povel-durev', 'Povel Durev', 'DUREV', 4610, 'povel-durev', 'https://assets.coingecko.com/coins/images/37544/large/durev-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('power-ledger', 'Power Ledger', 'POWR', 650, 'power-ledger', 'https://assets.coingecko.com/coins/images/1104/large/Powerledger_Token_logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('powerloom', 'Powerloom', 'POWER', 4315, 'powerloom', 'https://assets.coingecko.com/coins/images/53319/large/powerloom-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('powersnookercoin', 'PowerSnookerCoin', 'PSC', 1537, 'powersnookercoin', 'https://assets.coingecko.com/coins/images/66685/large/Token_Logo_%28200_x_200_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('powertrade-fuel', 'PowerTrade Fuel', 'PTF', 6622, 'powertrade-fuel', 'https://assets.coingecko.com/coins/images/12590/large/powertrade_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('powsche', 'POWSCHE', 'POWSCHE', 4590, 'powsche', 'https://assets.coingecko.com/coins/images/52238/large/powsche_%283%29_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ppkas', 'PPKAS', 'PPKAS', 5456, 'ppkas', 'https://assets.coingecko.com/coins/images/53578/large/IMG_20241212_000313_766_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prcy-coin', 'PRCY Coin', 'PRCY', 7929, 'prcy-coin', 'https://assets.coingecko.com/coins/images/14151/large/prcy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pre-sp', 'Pre-SP', 'PSP', 1310, 'pre-sp', 'https://assets.coingecko.com/coins/images/68077/large/PSP_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('predi', 'Predi by Virtuals', 'PREDI', 2472, 'predi', 'https://assets.coingecko.com/coins/images/67248/large/4wfrcsct1kzttp3q1679v5pd36vo.', 100);
INSERT OR REPLACE INTO Coin VALUES('prefrontal-cortex-convo-agent-by-virtuals', 'Prefrontal Cortex Convo Agent by Virtuals', 'CONVO', 3679, 'prefrontal-cortex-convo-agent-by-virtuals', 'https://assets.coingecko.com/coins/images/51064/large/Convo_Agent_89ef084f87.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('premia', 'Premia', 'PREMIA', 2132, 'premia', 'https://assets.coingecko.com/coins/images/13962/large/apple-touch-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('presearch', 'Presearch', 'PRE', 2555, 'presearch', 'https://assets.coingecko.com/coins/images/1299/large/presearch.png', 100);
INSERT OR REPLACE INTO Coin VALUES('priceless-2', 'priceless', 'PRICELESS', 2143, 'priceless-2', 'https://assets.coingecko.com/coins/images/69422/large/If-rWUdj_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('primas', 'Primas', 'PST', 8304, null, 'https://assets.coingecko.com/coins/images/917/large/primas.png', 100);
INSERT OR REPLACE INTO Coin VALUES('primate', 'Primate', 'PRIMATE', 2427, 'primate', 'https://assets.coingecko.com/coins/images/25245/large/benji-logo-512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prime-2', 'DeltaPrime', 'PRIME', 5903, 'prime-2', 'https://assets.coingecko.com/coins/images/39234/large/PRIME.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('primecoin', 'Primecoin', 'XPM', null, 'primecoin', 'https://assets.coingecko.com/coins/images/13/large/primecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prism', 'Prism', 'PRISM', 3582, 'prism', 'https://assets.coingecko.com/coins/images/21475/large/7KzeGb1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prisma-governance-token', 'Prisma Governance Token', 'PRISMA', 2667, 'prisma-governance-token', 'https://assets.coingecko.com/coins/images/31520/large/PRISMA_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prisma-mkusd', 'Prisma mkUSD', 'MKUSD', 5922, 'prisma-mkusd', 'https://assets.coingecko.com/coins/images/31519/large/mkUSD_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('privapp-network', 'Privapp Network', 'BPRIVA', 8170, 'privapp-network', 'https://assets.coingecko.com/coins/images/15252/large/privapp-network-favicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('privasea-ai', 'Privasea AI', 'PRAI', 2154, 'privasea-ai', 'https://assets.coingecko.com/coins/images/55714/large/prai.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('private-aviation-finance-token', 'Private Aviation Finance Token', 'CINO', 1581, 'private-aviation-finance-token', 'https://assets.coingecko.com/coins/images/68106/large/cino_5.png', 100);
INSERT OR REPLACE INTO Coin VALUES('privateum', 'Privateum', 'PVM', null, 'privateum', 'https://assets.coingecko.com/coins/images/14995/large/PRI-token-Logo-1000px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('privcy', 'PRiVCY', 'PRIV', null, 'privcy', 'https://assets.coingecko.com/coins/images/4537/large/HO6qLou.png', 100);
INSERT OR REPLACE INTO Coin VALUES('privix-2', 'Privix', 'PRIVIX', null, 'privix-2', 'https://assets.coingecko.com/coins/images/54239/large/Privix.png', 100);
INSERT OR REPLACE INTO Coin VALUES('privix-3', 'Privix', 'PRIVIX', 3622, 'privix-3', 'https://assets.coingecko.com/coins/images/69385/large/Privix.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prizm', 'Prizm', 'PZM', null, 'prizm', 'https://assets.coingecko.com/coins/images/674/large/prizm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('probit-exchange', 'Probit Token', 'PROB', 3931, 'probit-exchange', 'https://assets.coingecko.com/coins/images/6765/large/ProBit-Exchange-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('professional-fighters-league-fan-token', 'Professional Fighters League Fan Token', 'PFL', 6800, 'professional-fighters-league-fan-token', 'https://assets.coingecko.com/coins/images/14721/large/PFL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('project-galaxy', 'Project Galaxy', 'GAL', 598, 'project-galaxy', 'https://assets.coingecko.com/coins/images/24530/large/galaxy.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('project-oasis', 'ProjectOasis', 'OASIS', 8780, 'project-oasis', 'https://assets.coingecko.com/coins/images/18755/large/Oasis_Logo_1.2%28scaled%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('project-plutus', 'Project Plutus', 'PPCOIN', 10489, 'project-plutus', 'https://assets.coingecko.com/coins/images/53168/large/photo_2024-12-20_15-27-05.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('project-with', 'Project WITH', 'WIKEN', 2750, 'project-with', 'https://assets.coingecko.com/coins/images/9182/large/2_0C4zaAE66q6I_k4uBmgqkw.png', 100);
INSERT OR REPLACE INTO Coin VALUES('project89', 'Project89', 'PROJECT89', 6490, 'project89', 'https://assets.coingecko.com/coins/images/51057/large/MXoOa5MC_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('prometeus', 'Prometeus', 'PROM', 335, 'prometeus', 'https://assets.coingecko.com/coins/images/8825/large/Ticker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prometheum-prodigy', 'Prometheum Prodigy', 'PMPY', 10980, 'prometheum-prodigy', 'https://assets.coingecko.com/coins/images/32522/large/IMG_1277.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('proof-of-liquidity', 'Proof Of Liquidity', 'POL', null, 'proof-of-liquidity', 'https://assets.coingecko.com/coins/images/11716/large/01awRmEP_400x400_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('propbase', 'Propbase', 'PROPS', 1985, 'propbase', 'https://assets.coingecko.com/coins/images/32932/large/PROP_BASE_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('propchain', 'Propchain', 'PROPC', 1386, 'propchain', 'https://assets.coingecko.com/coins/images/30451/large/prop_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('proprietary-trading-network', 'Proprietary Trading Network', 'SN8', 945, 'proprietary-trading-network', 'https://assets.coingecko.com/coins/images/66345/large/sn8.png', 100);
INSERT OR REPLACE INTO Coin VALUES('props', 'Props Token', 'PROPS', 7672, null, 'https://assets.coingecko.com/coins/images/6735/large/photo-2017-10-10-03-32-02.png', 100);
INSERT OR REPLACE INTO Coin VALUES('propy', 'Propy', 'PRO', 935, 'propy', 'https://assets.coingecko.com/coins/images/869/large/propy-pro-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prospective', 'Prospective', 'PROS', 2420, 'prospective', 'https://assets.coingecko.com/coins/images/68749/large/2_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('prosper', 'Prosper', 'PROS', 2163, 'prosper', 'https://assets.coingecko.com/coins/images/13668/large/PROS_OldToken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('protoken', 'Protoken', 'PRO', 8845, 'protoken', 'https://assets.coingecko.com/coins/images/52196/large/Untitled_design_%2825%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('protokols', 'ProtoKOLs', 'KOL', 4458, 'protokols', 'https://assets.coingecko.com/coins/images/50923/large/PFP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('proton', 'Proton', 'XPR', 413, 'proton', 'https://assets.coingecko.com/coins/images/10941/large/XPR.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('proton-loan', 'Loan Protocol', 'LOAN', 1152, 'proton-loan', 'https://assets.coingecko.com/coins/images/22859/large/Loan-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('proximax', 'ProximaX', 'XPX', 3460, 'proximax', 'https://assets.coingecko.com/coins/images/3735/large/sirius-icon.7035baa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('proxy', 'Proxy', 'PRXY', null, null, 'https://assets.coingecko.com/coins/images/17442/large/Proxy_logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pstake-finance', 'pSTAKE Finance', 'PSTAKE', 1874, 'pstake-finance', 'https://assets.coingecko.com/coins/images/23931/large/512_x_512_Dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('psydao', 'PsyDAO', 'PSY', 3204, 'psydao', 'https://assets.coingecko.com/coins/images/52352/large/9EKVxeyM_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('psyopcoin', 'PsyopCoin', 'PSYOP', 8690, 'psyopcoin', 'https://assets.coingecko.com/coins/images/67533/large/hbb46lzil8lrsycneoosts2ehd10.', 100);
INSERT OR REPLACE INTO Coin VALUES('psyoptions', 'PsyOptions', 'PSY', 7601, 'psyoptions', 'https://assets.coingecko.com/coins/images/22784/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ptokens-btc', 'pTokens BTC', 'PBTC', 12530, 'ptokens-btc', 'https://assets.coingecko.com/coins/images/10805/large/J51iIea.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ptokens-ore', 'pTokens ORE', 'ORE', 6308, 'ptokens-ore', 'https://assets.coingecko.com/coins/images/18917/large/ORE_FullColor.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pube-finance', 'Pube Finance', 'PUBE', null, 'pube-finance', 'https://assets.coingecko.com/coins/images/15425/large/2618620f.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('public-meme-token', 'Public Masterpiece Token', 'PMT', 2099, 'public-meme-token', 'https://assets.coingecko.com/coins/images/35059/large/imresizer-1716738876702.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('public-mint', 'Public Mint', 'MINT', 10408, 'public-mint', 'https://assets.coingecko.com/coins/images/14106/large/Public_Mint_Icon_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('publicai', 'PublicAI', 'PUBLIC', 2072, 'publicai', 'https://assets.coingecko.com/coins/images/67977/large/publicai.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pudgy-penguins', 'Pudgy Penguins', 'PENGU', 85, 'pudgy-penguins', 'https://assets.coingecko.com/coins/images/52622/large/PUDGY_PENGUINS_PENGU_PFP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pudgystrategy', 'PudgyStrategy', 'PUDGYSTR', 2149, 'pudgystrategy', 'https://assets.coingecko.com/coins/images/69407/large/aprstr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('puff-the-dragon', 'Puff The Dragon', 'PUFF', 584, 'puff-the-dragon', 'https://assets.coingecko.com/coins/images/35950/large/photo_2024-03-11_10.18.27.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('puffer-finance', 'Puffer', 'PUFFER', 1273, 'puffer-finance', 'https://assets.coingecko.com/coins/images/50630/large/PUFFER_token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('puffverse', 'Puffverse', 'PFVS', 5403, 'puffverse', 'https://assets.coingecko.com/coins/images/56067/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pulse-token', 'Pulse Token', 'PULSE', null, 'pulse-token', 'https://assets.coingecko.com/coins/images/19011/large/photo_2021-11-11_06-24-09.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pulsechain-peacock', 'PulseChain Peacock', 'PCOCK', 1790, 'pulsechain-peacock', 'https://assets.coingecko.com/coins/images/67981/large/1000021208.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pulsedoge', 'PulseDoge', 'PULSEDOGE', null, 'pulsedoge', 'https://assets.coingecko.com/coins/images/19695/large/pulse.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pulsepad', 'PulsePad', 'PLSPAD', 8515, 'pulsepad', 'https://assets.coingecko.com/coins/images/20102/large/Mypk8PG_-_Imgur.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pumapay', 'PumaPay', 'PMA', 4926, 'pumapay', 'https://assets.coingecko.com/coins/images/2307/large/pumapay_dark_rounded_256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pump-fun', 'Pump.fun', 'PUMP', 92, 'pump-fun', 'https://assets.coingecko.com/coins/images/67164/large/pump.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pumpai', 'PUMPAI', 'PUMPAI', 9704, 'pumpai', 'https://assets.coingecko.com/coins/images/53280/large/IMG_4833.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pumpbtc', 'pumpBTC', 'PUMPBTC', 566, 'pumpbtc', 'https://assets.coingecko.com/coins/images/39232/large/200pxPumpBTCLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pumpbtc-2', 'PumpBTC', 'PUMP', 1701, 'pumpbtc-2', 'https://assets.coingecko.com/coins/images/55057/large/pumpbtc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pumpfun-pepe', 'Pumpfun Pepe', 'PFP', 2646, 'pumpfun-pepe', 'https://assets.coingecko.com/coins/images/69775/large/8uwkyzqcas6zkxd9crm9fmzrudh6.', 100);
INSERT OR REPLACE INTO Coin VALUES('pumpkin-4', 'Pumpkin', 'PKIN', 4917, 'pumpkin-4', 'https://assets.coingecko.com/coins/images/54125/large/pumpkin_logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pumpmeme', 'PumpMeme', 'PM', 1347, 'pumpmeme', 'https://assets.coingecko.com/coins/images/68220/large/PUMPMEME%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pundi-aifx', 'Pundi AI', 'PUNDIAI', 2253, 'pundi-aifx', 'https://assets.coingecko.com/coins/images/54579/large/pundiai.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pundi-x', 'Pundi X [OLD]', 'NPXS', 1970, 'pundi-x', 'https://assets.coingecko.com/coins/images/2170/large/pundi-x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pundi-x-2', 'Pundi X', 'PUNDIX', 578, 'pundi-x-2', 'https://assets.coingecko.com/coins/images/14571/large/vDyefsXq_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pundi-x-purse', 'Pundi X PURSE', 'PURSE', 4802, 'pundi-x-purse', 'https://assets.coingecko.com/coins/images/20419/large/HobiV7k__400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pundu', 'Pundu', 'PUNDU', 2496, 'pundu', 'https://assets.coingecko.com/coins/images/36990/large/CTMV1dZU_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('punk-2', 'PunkCity', 'PUNK', 4344, 'punk-2', 'https://assets.coingecko.com/coins/images/31049/large/F4FDA24D-1B29-4CBB-8346-854D1BFFE75A.png', 100);
INSERT OR REPLACE INTO Coin VALUES('punk-auction', 'Punk Auction', 'PAST', 3150, 'punk-auction', 'https://assets.coingecko.com/coins/images/69830/large/past_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('punk-vault-nftx', 'Punk Vault (NFTX)', 'PUNK', null, 'punk-vault-nftx', 'https://assets.coingecko.com/coins/images/17018/large/Punk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('punkstrategy', 'PunkStrategy', 'PNKSTR', 434, 'punkstrategy', 'https://assets.coingecko.com/coins/images/69249/large/tokenworks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pup', 'PUP', 'PUP', 1834, 'pup', 'https://assets.coingecko.com/coins/images/69777/large/pup-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('pup-doge', 'Pup Doge', 'PUPDOGE', null, 'pup-doge', 'https://assets.coingecko.com/coins/images/17473/large/pupdoge.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('pup-token', 'PUP Token', 'PUP', 1273, 'pup-token', 'https://assets.coingecko.com/coins/images/68752/large/asd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pups-ordinals', 'PUPS (Ordinals)', 'PUPS', null, 'pups-ordinals', 'https://assets.coingecko.com/coins/images/34390/large/pups.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('purefi', 'PureFi', 'UFI', 4334, 'purefi', 'https://assets.coingecko.com/coins/images/17341/large/purefi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('puriever', 'Puriever', 'PURE', null, 'puriever', 'https://assets.coingecko.com/coins/images/12600/large/200x200_pure_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('purple-pepe', 'PURPLE PEPE', 'PURPE', 1644, 'purple-pepe', 'https://assets.coingecko.com/coins/images/38962/large/IMG_3953.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('purr-2', 'Purr', 'PURR', 613, 'purr-2', 'https://assets.coingecko.com/coins/images/37125/large/PURR_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pusd', 'PUSD', 'PUSD', null, 'pusd', 'https://assets.coingecko.com/coins/images/16762/large/PUSD-purple-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('puss', 'Puss', 'PUSS', 2230, 'puss', 'https://assets.coingecko.com/coins/images/50865/large/puss.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pussy-financial', 'Pussy Financial', 'PUSSY', 3983, 'pussy-financial', 'https://assets.coingecko.com/coins/images/15213/large/pussytoken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('putincoin', 'PutinCoin', 'PUT', 5307, null, 'https://assets.coingecko.com/coins/images/773/large/putincoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pvs', 'PVS', 'PVS', 2581, 'pvs', 'https://assets.coingecko.com/coins/images/54898/large/pvs.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('pwease', 'Pwease', 'PWEASE', 2796, 'pwease', 'https://assets.coingecko.com/coins/images/54690/large/pwease.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pyth-network', 'Pyth Network', 'PYTH', 142, 'pyth-network', 'https://assets.coingecko.com/coins/images/31924/large/pyth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('pythia', 'PYTHIA', 'PYTHIA', 741, 'pythia', 'https://assets.coingecko.com/coins/images/53301/large/PYTHIA-Coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qace-dynamics', 'Qace Dynamics', 'QACE', 1000, 'qace-dynamics', 'https://assets.coingecko.com/coins/images/69295/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qanplatform', 'QANplatform', 'QANX', 825, 'qanplatform', 'https://assets.coingecko.com/coins/images/15977/large/qanx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qash', 'QASH', 'QASH', 1976, null, 'https://assets.coingecko.com/coins/images/1220/large/qash.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('qbao', 'Qbao', 'QBT', 8517, null, 'https://assets.coingecko.com/coins/images/1288/large/qbao.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qbx', 'QBX', 'QBX', 2227, 'qbx', 'https://assets.coingecko.com/coins/images/52754/large/qbx-socials-pfp-t.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qkacoin', 'Qkacoin', 'QKA', 986, 'qkacoin', 'https://assets.coingecko.com/coins/images/54741/large/qkacoin-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qlink', 'QLC Chain', 'QLC', 1731, null, 'https://assets.coingecko.com/coins/images/2053/large/2321.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qmall', 'Qmall', 'QMALL', 4621, 'qmall', 'https://assets.coingecko.com/coins/images/23630/large/tjVN6bQ5_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('qmcoin', 'QMCoin', 'QMC', null, 'qmcoin', 'https://assets.coingecko.com/coins/images/6386/large/QMCoin-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qna3-ai', 'QnA3.AI', 'GPT', 4969, 'qna3-ai', 'https://assets.coingecko.com/coins/images/36021/large/K2_1024.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qoomer', 'Qoomer', 'QOOMER', 12505, 'qoomer', 'https://assets.coingecko.com/coins/images/68899/large/logo_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qopro', 'QORPO WORLD', 'QORPO', 2532, 'qopro', 'https://assets.coingecko.com/coins/images/35585/large/200x200_purple_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qredo', 'Qredo', 'QRDO', 5840, null, 'https://assets.coingecko.com/coins/images/17541/large/OPEN-Token-Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qrkita-token', 'Qrkita Token', 'QRT', null, 'qrkita-token', 'https://assets.coingecko.com/coins/images/19320/large/logo_-_2021-10-25T080744.116.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qstar', 'QSTAR', 'Q*', 4549, 'qstar', 'https://assets.coingecko.com/coins/images/33177/large/Icon.Color1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('qtum', 'Qtum', 'QTUM', 310, 'qtum', 'https://assets.coingecko.com/coins/images/684/large/Qtum_Logo_blue_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qu3ai', 'QU3ai', 'QU3', null, 'qu3ai', 'https://assets.coingecko.com/coins/images/55661/large/QU3_Sign_AVA_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quack-ai', 'Quack AI', 'Q', 944, 'quack-ai', 'https://assets.coingecko.com/coins/images/68793/large/quack_ai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quadrant-protocol', 'Quadrant Protocol', 'EQUAD', 3034, 'quadrant-protocol', 'https://assets.coingecko.com/coins/images/4462/large/equad.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quai-network', 'Quai Network', 'QUAI', 1053, 'quai-network', 'https://assets.coingecko.com/coins/images/27928/large/QuaiLogoFinal.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quain', 'QUAIN', 'QUAIN', 6490, 'quain', 'https://assets.coingecko.com/coins/images/53222/large/qq200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quant-network', 'Quant', 'QNT', 98, 'quant-network', 'https://assets.coingecko.com/coins/images/3370/large/5ZOu7brX_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quantfury', 'Quantfury', 'QTF', null, null, 'https://assets.coingecko.com/coins/images/14033/large/FtSOX9Vy_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quantixai', 'QuantixAI', 'QAI', 1724, 'quantixai', 'https://assets.coingecko.com/coins/images/36166/large/200px_Qai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quantlink', 'Quantlink', 'QLK', 6493, 'quantlink', 'https://assets.coingecko.com/coins/images/68473/large/Quantlink.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quanto', 'Quanto', 'QTO', 1977, 'quanto', 'https://assets.coingecko.com/coins/images/67237/large/qto.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quantoz-eurq', 'Quantoz EURQ', 'EURQ', 2307, 'quantoz-eurq', 'https://assets.coingecko.com/coins/images/51853/large/exchange-logo_EURQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quantoz-usdq', 'Quantoz USDQ', 'USDQ', 2103, 'quantoz-usdq', 'https://assets.coingecko.com/coins/images/51852/large/exchange-logo_USDQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quantum-network', 'Quantum Swap', 'QSWAP', 4806, 'quantum-network', 'https://assets.coingecko.com/coins/images/38874/large/QSWAP_Q.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quantum-resistant-ledger', 'Quantum Resistant Ledger', 'QRL', 371, 'quantum-resistant-ledger', 'https://assets.coingecko.com/coins/images/700/large/yellow-black.512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quantum-tech', 'Quantum Tech', 'QUA', null, null, 'https://assets.coingecko.com/coins/images/22465/large/Pm9J4C3KD-5W41f2VH2IIWUY3gRCNJqTyu7X4SQt0ptuUYnhm68zPVBxTEgehAE_WSZBSz_TzxLfAWu8P7a8zOSZa8MpuqUmntsWVeK01s7IoEBERumgQq1mcTuxyOQXBH68OZBkC_hqVEiSf4vNw_EgbtCSATx6XTaLUmCO33kTaolgB5CU33MiINZkwvRDsexAQnxT7BWO6F.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quantumcoin-2', 'QuantumCoin', 'QE', null, 'quantumcoin-2', 'https://assets.coingecko.com/coins/images/68147/large/4P9OAJqq_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quark-chain', 'QuarkChain', 'QKC', 889, 'quark-chain', 'https://assets.coingecko.com/coins/images/3849/large/QuarkChain.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quasar-3', 'Quasar', 'QUASAR', 9527, 'quasar-3', 'https://assets.coingecko.com/coins/images/51820/large/WhatsApp_G%C3%B6rsel_2024-11-18_saat_17.28.48_60f50509.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('qubetics', 'Qubetics', 'TICS', 2533, 'qubetics', 'https://assets.coingecko.com/coins/images/67042/large/31055.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qubic-network', 'Qubic', 'QUBIC', 324, 'qubic-network', 'https://assets.coingecko.com/coins/images/32949/large/qubic_logo_new.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qubit', 'Qubit', 'QBT', null, 'qubit', 'https://assets.coingecko.com/coins/images/17957/large/qubit.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('qubit-2', 'Qubit', 'QBIT', 2557, 'qubit-2', 'https://assets.coingecko.com/coins/images/66926/large/Logo_Trans_256_Gold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qubitcoin-2', 'Qubitcoin', 'QTC', 2513, 'qubitcoin-2', 'https://assets.coingecko.com/coins/images/67967/large/qubitcoinlogo_bw.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('qudefi-2', 'Qudefi', 'QUDEFI', 8314, 'qudefi-2', 'https://assets.coingecko.com/coins/images/50843/large/qudefi_logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('queen-pooie', 'QUEEN POOIE', 'QUEEN2', 4830, 'queen-pooie', 'https://assets.coingecko.com/coins/images/53547/large/QueenPooie200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quick', 'Quickswap', 'QUICK', 1533, 'quick', 'https://assets.coingecko.com/coins/images/13970/large/quick.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quickswap', 'Quickswap', 'QUICK', 1556, 'quickswap', 'https://assets.coingecko.com/coins/images/25393/large/quickswap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quidax', 'Quidax', 'QDX', null, 'quidax', 'https://assets.coingecko.com/coins/images/16032/large/3k5qGOw1_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quidd', 'Quidd', 'QUIDD', 5935, 'quidd', 'https://assets.coingecko.com/coins/images/19725/large/quidd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quipuswap-governance-token', 'QuipuSwap Governance Token', 'QUIPU', null, 'quipuswap-governance-token', 'https://assets.coingecko.com/coins/images/19457/large/KT193D4vozYnhGJQVtw7CoxxqphqUEEwK6Vb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quitcoin', 'Quitcoin', 'QC', 3477, 'quitcoin', 'https://assets.coingecko.com/coins/images/66741/large/Quitcoin_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('quiverx', 'QuiverX', 'QRX', 4642, 'quiverx', 'https://assets.coingecko.com/coins/images/12916/large/qrx_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quiztok', 'Quiztok', 'QTCON', 8898, 'quiztok', 'https://assets.coingecko.com/coins/images/8208/large/QTCON.png', 100);
INSERT OR REPLACE INTO Coin VALUES('quorium', 'Quorium', 'QGOLD', null, 'quorium', 'https://assets.coingecko.com/coins/images/33597/large/Linked_in_Profile_Picture.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qup-coin', 'QUP Coin', 'QUP', 1995, 'qup-coin', 'https://assets.coingecko.com/coins/images/55658/large/QUP_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qusdt', 'QL1 Bridged USDT (QL1)', 'QUSDT', 511, 'qusdt', 'https://assets.coingecko.com/coins/images/52913/large/usdt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('qustream', 'QuStream', 'QST', 1846, 'qustream', 'https://assets.coingecko.com/coins/images/54695/large/qstlogocoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('qvrs', 'QVRS', 'QVRS', 2525, null, 'https://assets.coingecko.com/coins/images/52922/large/qvrse-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('r0ar-token', 'R0AR Token', '1R0R', 649, 'r0ar-token', 'https://assets.coingecko.com/coins/images/66194/large/R0ARToken200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('r34p', 'R34P', 'R34P', null, 'r34p', 'https://assets.coingecko.com/coins/images/13393/large/r34p_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rabbi-schlomo-by-virtuals', 'Rabbi Schlomo by Virtuals', 'SHEKEL', 3743, 'rabbi-schlomo-by-virtuals', 'https://assets.coingecko.com/coins/images/53692/large/symbol-color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rabbit-finance', 'Rabbit Finance', 'RABBIT', 8716, 'rabbit-finance', 'https://assets.coingecko.com/coins/images/16240/large/Rabbit_Finance_Logo1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rabbitcoin-2', 'RabBitcoin', 'RBTC', 5320, 'rabbitcoin-2', 'https://assets.coingecko.com/coins/images/39910/large/256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rabbitx', 'RabbitX', 'RBX', 4791, 'rabbitx', 'https://assets.coingecko.com/coins/images/30048/large/RBX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('racefi', 'RaceFi', 'RACEFI', null, 'racefi', 'https://assets.coingecko.com/coins/images/21873/large/XIF9z8Z6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('racex', 'RaceX', 'RACEX', 8477, 'racex', 'https://assets.coingecko.com/coins/images/20424/large/logo-1_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('radiant', 'Radiant', 'RXD', 2824, 'radiant', 'https://assets.coingecko.com/coins/images/27382/large/Radiant_new_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('radiant-capital', 'Radiant Capital', 'RDNT', 1012, 'radiant-capital', 'https://assets.coingecko.com/coins/images/26536/large/Radiant-Logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('radicle', 'Radicle', 'RAD', 1164, 'radicle', 'https://assets.coingecko.com/coins/images/14013/large/radicle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('radio-caca', 'Radio Caca', 'RACA', 1336, 'radio-caca', 'https://assets.coingecko.com/coins/images/17841/large/ez44_BSs_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('radium', 'Validity', 'VAL', 2294, 'radium', 'https://assets.coingecko.com/coins/images/338/large/download_%2818%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('radix', 'Radix', 'XRD', 985, 'radix', 'https://assets.coingecko.com/coins/images/4374/large/6266da240f9ff5b6237a154c_Radix-Icon-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rae-token', 'Receive Access Ecosystem', 'RAE', 2701, null, 'https://assets.coingecko.com/coins/images/9428/large/Copy_of_raetoken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rage-fan', 'Rage.Fan', 'RAGE', 9245, 'rage-fan', 'https://assets.coingecko.com/coins/images/14585/large/Copy_of_RAGE_FAN_LOGO_ONLY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rage-guy-2', 'RAGE GUY', 'RAGE', 3190, 'rage-guy-2', 'https://assets.coingecko.com/coins/images/69138/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rai', 'Rai Reflex Index', 'RAI', 2880, 'rai', 'https://assets.coingecko.com/coins/images/14004/large/RAI-logo-coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rai-finance', 'RAI Finance', 'RAI', 8320, 'rai-finance', 'https://assets.coingecko.com/coins/images/14686/large/sofi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('raid-token', 'Raid Token', 'RAID', null, 'raid-token', 'https://assets.coingecko.com/coins/images/18133/large/raid_200_oswlvz.png', 100);
INSERT OR REPLACE INTO Coin VALUES('raider-aurum', 'Raider Aurum', 'AURUM', null, 'raider-aurum', 'https://assets.coingecko.com/coins/images/18131/large/xcqAUkU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('railgun', 'Railgun', 'RAIL', 313, 'railgun', 'https://assets.coingecko.com/coins/images/16840/large/railgun.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('rain-coin', 'Rain Coin', 'RAIN', 2886, 'rain-coin', 'https://assets.coingecko.com/coins/images/34032/large/rain_coin_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rainbow-bridged-frax-near-protocol', 'Rainbow Bridged Frax (Near Protocol)', 'FRAX', 2278, 'rainbow-bridged-frax-near-protocol', 'https://assets.coingecko.com/coins/images/53100/large/rainbow-bridged-frax-near-protocol.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('rainbow-token', 'HaloDAO', 'RNBW', 9664, null, 'https://assets.coingecko.com/coins/images/16754/large/RNBW-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rainbowtoken', 'RainbowToken', 'RAINBOWTOKEN', 6895, 'rainbowtoken', 'https://assets.coingecko.com/coins/images/17828/large/WsLiOeJ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('raini-studios-token', 'Raini Studios Token', 'RST', 4479, 'raini-studios-token', 'https://assets.coingecko.com/coins/images/32077/large/rst_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rainicorn', 'Rainicorn', 'RAINI', 2407, 'rainicorn', 'https://assets.coingecko.com/coins/images/14491/large/logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rainmaker-games', 'Rainmaker Games', 'RAIN', 10166, 'rainmaker-games', 'https://assets.coingecko.com/coins/images/21485/large/Final-Flip-Rain-Makers-44-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rake-finance', 'Rake Finance', 'RAK', null, null, 'https://assets.coingecko.com/coins/images/13078/large/rake-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rally-2', 'Rally', 'RLY', 2430, 'rally-2', 'https://assets.coingecko.com/coins/images/12843/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ramen', 'Ramen', 'RAMEN', 7091, 'ramen', 'https://assets.coingecko.com/coins/images/54443/large/rsz_tokens_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ramifi', 'Ramifi Protocol', 'RAM', null, 'ramifi', 'https://assets.coingecko.com/coins/images/14602/large/76572462.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ramon', 'Ramon', 'RAMON', 12411, 'ramon', 'https://assets.coingecko.com/coins/images/54386/large/JYBGUklJ_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ramp', 'RAMP', 'RAMP', 1420, 'ramp', 'https://assets.coingecko.com/coins/images/12837/large/RAMP-Logo-v2-1000pxsq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rangers-fan-token', 'Rangers Fan Token', 'RFT', 7431, null, 'https://assets.coingecko.com/coins/images/17644/large/rft.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rangers-protocol-gas', 'Rangers Protocol', 'RPG', 3895, null, 'https://assets.coingecko.com/coins/images/18791/large/tO8MlqiM_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rapids', 'Rapids', 'RPD', 12548, 'rapids', 'https://assets.coingecko.com/coins/images/6523/large/Rapids-V2.Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('raptoreum', 'Raptoreum', 'RTM', 3803, 'raptoreum', 'https://assets.coingecko.com/coins/images/14412/large/MM2019bird200pxRTM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rari-governance-token', 'Rari Governance Token', 'RGT', 4962, 'rari-governance-token', 'https://assets.coingecko.com/coins/images/12900/large/Rari_Logo_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rarible', 'Rarible', 'RARI', 1621, 'rarible', 'https://assets.coingecko.com/coins/images/11845/large/rf_logo_%281%29.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('rasmr', 'rasmr', 'RASMR', 5556, 'rasmr', 'https://assets.coingecko.com/coins/images/66711/large/p3k8fgsbw0xyfszz6up0kwx8dizl.', 100);
INSERT OR REPLACE INTO Coin VALUES('rat-escape', 'RAT Escape', 'RAT', 5353, 'rat-escape', 'https://assets.coingecko.com/coins/images/52143/large/Rattus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ratio1', 'Ratio1', 'R1', 4547, 'ratio1', 'https://assets.coingecko.com/coins/images/66614/large/Ratio1_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rato-the-rat', 'Rato The Rat', 'RATO', 5778, 'rato-the-rat', 'https://assets.coingecko.com/coins/images/55583/large/Oy5yMkyC_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ratomilton', 'ratomilton', 'MILTON', 9181, 'ratomilton', 'https://assets.coingecko.com/coins/images/54032/large/milton.png', 100);
INSERT OR REPLACE INTO Coin VALUES('raven-protocol', 'Raven Protocol', 'RAVEN', 6080, 'raven-protocol', 'https://assets.coingecko.com/coins/images/8673/large/Raven_Protocol.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ravencoin', 'Ravencoin', 'RVN', 400, 'ravencoin', 'https://assets.coingecko.com/coins/images/3412/large/ravencoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ravenquest', 'RavenQuest', 'QUEST', 3561, 'ravenquest', 'https://assets.coingecko.com/coins/images/55071/large/token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('raydium', 'Raydium', 'RAY', 171, 'raydium', 'https://assets.coingecko.com/coins/images/13928/large/PSigc4ie_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('raze-network', 'Raze Network', 'RAZE', 9810, null, 'https://assets.coingecko.com/coins/images/14767/large/logo-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('razor-network', 'Razor Network', 'RAZOR', 6583, 'razor-network', 'https://assets.coingecko.com/coins/images/13797/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rbx-token', 'RBX Token', 'RBX', null, 'rbx-token', 'https://assets.coingecko.com/coins/images/19253/large/output-onlinepngtools-9.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rcade-network', 'RCADE Network', 'RCADE', 3095, 'rcade-network', 'https://assets.coingecko.com/coins/images/67060/large/rcade.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rcge', 'RCGE', '$RCGE', 312, null, 'https://assets.coingecko.com/coins/images/51366/large/1000233806.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rch-token', 'RCH Token', 'RCH', 2078, 'rch-token', 'https://assets.coingecko.com/coins/images/38554/large/rch.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reachx-mainnet', 'ReachX Mainnet', 'RX', 1993, 'reachx-mainnet', 'https://assets.coingecko.com/coins/images/66528/large/IMG_6839.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('reactive-network', 'Reactive Network', 'REACT', 1048, 'reactive-network', 'https://assets.coingecko.com/coins/images/54415/large/Symbol_ColorBlack_H32_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ready', 'READY!', 'READY', 874, 'ready', 'https://assets.coingecko.com/coins/images/52129/large/READY!_Coin_Logo_-_256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('readyai', 'ReadyAI', 'SN33', 1365, 'readyai', 'https://assets.coingecko.com/coins/images/66337/large/sn33.png', 100);
INSERT OR REPLACE INTO Coin VALUES('real-4', 'Real', 'REAL', 1221, 'real-4', 'https://assets.coingecko.com/coins/images/69475/large/WechatIMG484.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('real-realm', 'Real Realm', 'REAL', null, 'real-realm', 'https://assets.coingecko.com/coins/images/20880/large/vYjuvOhQ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('real-smurf-cat', 'Real Smurf Cat', 'ШАЙЛУШАЙ', 3010, 'real-smurf-cat', 'https://assets.coingecko.com/coins/images/31751/large/SMURFCAT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('real-usd', 'Real USD', 'USDR', null, 'real-usd', 'https://assets.coingecko.com/coins/images/27973/large/USDR-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('real-world-ai', 'Real World AI', 'RWA', 4552, 'real-world-ai', 'https://assets.coingecko.com/coins/images/52602/large/EAL7e0vM_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('realfevr', 'RealFevr', 'FEVR', 8183, 'realfevr', 'https://assets.coingecko.com/coins/images/17136/large/Fevr-Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('realfinance-network', 'Realfinance Network', 'REFI', null, null, 'https://assets.coingecko.com/coins/images/15194/large/high.png', 100);
INSERT OR REPLACE INTO Coin VALUES('realgoat', 'RealGoat', 'RGOAT', 8948, 'realgoat', 'https://assets.coingecko.com/coins/images/38923/large/IMG_20240625_033037_003.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('realio-network', 'Realio Network', 'RIO', 1201, 'realio-network', 'https://assets.coingecko.com/coins/images/12206/large/Rio.png', 100);
INSERT OR REPLACE INTO Coin VALUES('realis-worlds', 'Realis Worlds', 'REALIS', 4241, 'realis-worlds', 'https://assets.coingecko.com/coins/images/52621/large/realis1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reality-metaverse', 'Reality Metaverse', 'RMV', 2614, 'reality-metaverse', 'https://assets.coingecko.com/coins/images/29806/large/rltm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reality-spiral', 'Reality Spiral', 'RSP', 6059, 'reality-spiral', 'https://assets.coingecko.com/coins/images/52871/large/Reality_Spiral.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reallink', 'RealLink', 'REAL', 320, 'reallink', 'https://assets.coingecko.com/coins/images/20665/large/TGBfBt6Y2Dm3RHdNpZAdqywBsvfdysf834.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('realm', 'Realm', 'REALM', 6785, 'realm', 'https://assets.coingecko.com/coins/images/18366/large/realm.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('realtoken-ecosystem-governance', 'RealToken Ecosystem Governance', 'REG', 1633, 'realtoken-ecosystem-governance', 'https://assets.coingecko.com/coins/images/37785/large/REG_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('realy-metaverse', 'Realy Metaverse', 'REAL', null, 'realy-metaverse', 'https://assets.coingecko.com/coins/images/21448/large/2SIFWp0b_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('reapchain', 'ReapChain', 'REAP', null, null, 'https://assets.coingecko.com/coins/images/13109/large/REAP.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rebel-cars', 'Rebel Cars', 'RC', 3917, 'rebel-cars', 'https://assets.coingecko.com/coins/images/39249/large/Rebel_Cars.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reboot', 'Reboot', 'GG', 7706, 'reboot', 'https://assets.coingecko.com/coins/images/31228/large/gg_cyan_black_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('recharge', 'Recharge', 'RCG', null, null, 'https://assets.coingecko.com/coins/images/18120/large/thecharge.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('recovery-right-token', 'Recovery Right Token', 'RRT', null, 'recovery-right-token', 'https://assets.coingecko.com/coins/images/6502/large/Recovery_Right_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('red', 'Red', 'RED', 5495, null, 'https://assets.coingecko.com/coins/images/4523/large/red.png', 100);
INSERT OR REPLACE INTO Coin VALUES('red-genesis', 'Red Genesis', '$R3D', 11049, 'red-genesis', 'https://assets.coingecko.com/coins/images/53056/large/DALL%C2%B7E_2024-12-06_21.48.32_-_A_minimalist_and_futuristic_logo_design_centered_around_a_quadruped_robot__inspired_by_Boston_Dynamics''_robots._The_robot_has_a_streamlined_design_wit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('red-pulse', 'Phoenix Global [OLD]', 'PHB', 1085, 'red-pulse', 'https://assets.coingecko.com/coins/images/1074/large/phoenix-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('redacted', 'Redacted', 'BTRFLY', 5473, 'redacted', 'https://assets.coingecko.com/coins/images/26745/large/redacted_v2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('redacted-2', 'Redacted', 'RDAC', 4671, 'redacted-2', 'https://assets.coingecko.com/coins/images/55498/large/cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('redacted-terminal', 'Redacted Terminal', '███', 8777, 'redacted-terminal', 'https://assets.coingecko.com/coins/images/53702/large/redacted.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('redbelly-network-token', 'Redbelly Network', 'RBNT', 1462, 'redbelly-network-token', 'https://assets.coingecko.com/coins/images/34372/large/RBNT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('redbrick', 'Redbrick', 'BRIC', 3728, 'redbrick', 'https://assets.coingecko.com/coins/images/66727/large/bric.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('reddcoin', 'Reddcoin', 'RDD', 3056, 'reddcoin', 'https://assets.coingecko.com/coins/images/40/large/redd_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reddio', 'Reddio', 'RDO', 4067, 'reddio', 'https://assets.coingecko.com/coins/images/55332/large/reddio.png', 100);
INSERT OR REPLACE INTO Coin VALUES('redfeg', 'RedFeg', 'REDFEG', null, 'redfeg', 'https://assets.coingecko.com/coins/images/17292/large/redfeg.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('redfox-labs-2', 'RedFOX Labs', 'RFOX', 5169, 'redfox-labs-2', 'https://assets.coingecko.com/coins/images/12956/large/rfox.png', 100);
INSERT OR REPLACE INTO Coin VALUES('redstone-oracles', 'RedStone', 'RED', 484, 'redstone-oracles', 'https://assets.coingecko.com/coins/images/53640/large/RedStone_Logo_New_White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reecoin-2', 'REECOIN', 'REE', 1493, null, 'https://assets.coingecko.com/coins/images/52276/large/512x512_reecoin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('reef', 'Reef', 'REEF', 1742, 'reef', 'https://assets.coingecko.com/coins/images/13504/large/Group_10572.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reental', 'Reental', 'RNT', 1912, 'reental', 'https://assets.coingecko.com/coins/images/32508/large/IMG_5790.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ref-finance', 'Ref Finance', 'REF', 2388, 'ref-finance', 'https://assets.coingecko.com/coins/images/18279/large/ref.png', 100);
INSERT OR REPLACE INTO Coin VALUES('refereum', 'Refereum', 'RFR', 8003, 'refereum', 'https://assets.coingecko.com/coins/images/2102/large/refereum.png', 100);
INSERT OR REPLACE INTO Coin VALUES('refinable', 'Refinable', 'FINE', null, 'refinable', 'https://assets.coingecko.com/coins/images/14925/large/profilepic_square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reflect-base', 'Reflect', 'RFL', 3940, 'reflect-base', 'https://assets.coingecko.com/coins/images/39189/large/New_RFL_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reflex', 'Reflex', 'RFX', null, 'reflex', 'https://assets.coingecko.com/coins/images/12745/large/2MKGMRCT_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reflexer-ungovernance-token', 'Reflexer Ungovernance Token', 'FLX', 3926, 'reflexer-ungovernance-token', 'https://assets.coingecko.com/coins/images/14123/large/EAfYdwgd_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('refund', 'Refund', 'RFD', 2547, 'refund', 'https://assets.coingecko.com/coins/images/30501/large/Avatar_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('regen', 'Regen', 'REGEN', 3825, 'regen', 'https://assets.coingecko.com/coins/images/16733/large/REGEN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('regent', 'REGENT', 'REGENT', 5972, 'regent', 'https://assets.coingecko.com/coins/images/53864/large/regent.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('regularpresale', 'RegularPresale', 'REGU', null, null, 'https://assets.coingecko.com/coins/images/20797/large/W1byu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rei-network', 'REI Network', 'REI', 1671, 'rei-network', 'https://assets.coingecko.com/coins/images/25240/large/c51_j0aB_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rejuve-ai', 'Rejuve.AI', 'RJV', 3519, 'rejuve-ai', 'https://assets.coingecko.com/coins/images/29366/large/2023_Rejuve_Logo_-_Square_-_Teal.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rekt-4', 'Rekt', 'REKT', 294, 'rekt-4', 'https://assets.coingecko.com/coins/images/51727/large/rektcion_trans_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('relay-token', 'Relay Token', 'RELAY', 4623, null, 'https://assets.coingecko.com/coins/images/17816/large/relay-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('relend-network-usdc-hyperevm', 'Relend Network USDC (HyperEVM)', 'RUSDC-HYPER', 1682, 'relend-network-usdc-hyperevm', 'https://assets.coingecko.com/coins/images/66543/large/rUSDC-hyper.png', 100);
INSERT OR REPLACE INTO Coin VALUES('relend-network-usdc-starknet', 'Relend Network USDC - Starknet', 'RUSDC-STARK', 1590, 'relend-network-usdc-starknet', 'https://assets.coingecko.com/coins/images/55061/large/rUSDC-_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('relend-network-usdc-swell', 'Relend Network USDC (Swell)', 'RUSDC', 2194, 'relend-network-usdc-swell', 'https://assets.coingecko.com/coins/images/55341/large/rUSDC-_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('remint', 'Remint', 'RMT', 9246, 'remint', 'https://assets.coingecko.com/coins/images/53538/large/IMG_6956.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('remme', 'Remme', 'REM', 9410, null, 'https://assets.coingecko.com/coins/images/2152/large/semme.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rena-finance', 'RENA Finance', 'RENA', null, 'rena-finance', 'https://assets.coingecko.com/coins/images/15667/large/photo_2021-05-21_17-31-35.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renbtc', 'renBTC', 'RENBTC', 2810, 'renbtc', 'https://assets.coingecko.com/coins/images/11370/large/Bitcoin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('render-token', 'Render Token', 'RNDR', 94, 'render-token', 'https://assets.coingecko.com/coins/images/11636/large/rndr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renec', 'RENEC', 'RENEC', 1755, null, 'https://assets.coingecko.com/coins/images/29155/large/200x200_green_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renta-network', 'Renta Network', 'RENTA', 2534, 'renta-network', 'https://assets.coingecko.com/coins/images/55059/large/logo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rentberry', 'Rentberry', 'BERRY', 8578, 'rentberry', 'https://assets.coingecko.com/coins/images/1787/large/rentberry.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renzo', 'Renzo', 'REZ', 1029, 'renzo', 'https://assets.coingecko.com/coins/images/37327/large/renzo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renzo-restaked-eigen', 'Renzo Restaked EIGEN', 'EZEIGEN', 2797, 'renzo-restaked-eigen', 'https://assets.coingecko.com/coins/images/50440/large/ezEigen.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renzo-restaked-eth', 'Renzo Restaked ETH', 'EZETH', 97, 'renzo-restaked-eth', 'https://assets.coingecko.com/coins/images/34753/large/Ezeth_logo_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renzo-restaked-lst', 'Renzo Restaked LST', 'PZETH', 445, 'renzo-restaked-lst', 'https://assets.coingecko.com/coins/images/39124/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('renzo-restaked-sol', 'Renzo Restaked SOL', 'EZSOL', 1097, 'renzo-restaked-sol', 'https://assets.coingecko.com/coins/images/39705/large/ezSOL_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reploy', 'Reploy', 'RAI', 3087, 'reploy', 'https://assets.coingecko.com/coins/images/53036/large/rai-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('republic-protocol', 'REN', 'REN', 2090, 'republic-protocol', 'https://assets.coingecko.com/coins/images/3139/large/REN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('request-network', 'Request', 'REQ', 524, 'request-network', 'https://assets.coingecko.com/coins/images/1031/large/Request_icon_green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('researchcoin', 'ResearchCoin', 'RSC', 750, 'researchcoin', 'https://assets.coingecko.com/coins/images/28146/large/RH_BOTTLE_CLEAN_Aug_2024_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reserve-protocol-eth-plus', 'ETHPlus', 'ETH+', 221, 'reserve-protocol-eth-plus', 'https://assets.coingecko.com/coins/images/38061/large/ETH__Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reserve-rights-token', 'Reserve Rights Token', 'RSR', 250, 'reserve-rights-token', 'https://assets.coingecko.com/coins/images/8365/large/RSR_Blue_Circle_1000.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reservoir', 'Reservoir', 'DAM', 1865, 'reservoir', 'https://assets.coingecko.com/coins/images/68267/large/dam.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reservoir-rusd', 'Reservoir rUSD', 'RUSD', 591, 'reservoir-rusd', 'https://assets.coingecko.com/coins/images/54117/large/rusd_bera2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reservoir-srusd', 'Reservoir srUSD', 'SRUSD', 257, 'reservoir-srusd', 'https://assets.coingecko.com/coins/images/54118/large/srUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resistance-dog', 'Resistance Dog', 'REDO', 2204, 'resistance-dog', 'https://assets.coingecko.com/coins/images/34602/large/hoodie000-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resolv', 'Resolv', 'RESOLV', 1220, 'resolv', 'https://assets.coingecko.com/coins/images/56092/large/resolv_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resolv-rlp', 'Resolv RLP', 'RLP', 410, 'resolv-rlp', 'https://assets.coingecko.com/coins/images/40017/large/orangeLogo..png', 100);
INSERT OR REPLACE INTO Coin VALUES('resolv-usr', 'Resolv USR', 'USR', 251, 'resolv-usr', 'https://assets.coingecko.com/coins/images/40008/large/USR_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resolv-wstusr', 'Resolv wstUSR', 'WSTUSR', 279, 'resolv-wstusr', 'https://assets.coingecko.com/coins/images/51880/large/USR_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resonator', 'Resonator', 'RSN', 5034, null, 'https://assets.coingecko.com/coins/images/50893/large/Frame_41_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resource-protocol', 'ReSource Protocol', 'SOURCE', null, 'resource-protocol', 'https://assets.coingecko.com/coins/images/20740/large/source.png', 100);
INSERT OR REPLACE INTO Coin VALUES('restake-finance', 'Restake Finance', 'RSTK', 6240, 'restake-finance', 'https://assets.coingecko.com/coins/images/33885/large/rstk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('restaked-savax', 'Restaked sAVAX', 'RSAVAX', 2697, 'restaked-savax', 'https://assets.coingecko.com/coins/images/53554/large/rsAVAX_token_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('restaked-swell-eth', 'Restaked Swell ETH', 'RSWETH', 545, 'restaked-swell-eth', 'https://assets.coingecko.com/coins/images/34489/large/rswETH_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('restaking-vault-eth', 'Restaking Vault ETH', 'RSTETH', 394, 'restaking-vault-eth', 'https://assets.coingecko.com/coins/images/68156/large/rsteth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resupply', 'Resupply', 'RSUP', 2049, 'resupply', 'https://assets.coingecko.com/coins/images/54833/large/RSUP-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('resupply-usd', 'Resupply USD', 'REUSD', 622, 'resupply-usd', 'https://assets.coingecko.com/coins/images/54836/large/reusd-icon-black-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('retake-tv', 'RETAKE.TV', 'RETAKE', 2807, 'retake-tv', 'https://assets.coingecko.com/coins/images/68105/large/46dnYM_C_400x400_%282%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('retard-finder-coin', 'Retard Finder Coin', 'RFC', 1867, 'retard-finder-coin', 'https://assets.coingecko.com/coins/images/55010/large/refind.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('retardcoin', 'retardcoin', 'RETARD', 7544, 'retardcoin', 'https://assets.coingecko.com/coins/images/55862/large/retardlogo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('retardio', 'RETARDIO', 'RETARDIO', 1906, 'retardio', 'https://assets.coingecko.com/coins/images/35759/large/RETARDIO_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reth', 'rETH', 'RETH', null, null, 'https://assets.coingecko.com/coins/images/14452/large/rETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reth2', 'rETH2', 'RETH2', 3404, 'reth2', 'https://assets.coingecko.com/coins/images/16570/large/red256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('retsba', 'RETSBA', 'RETSBA', 3966, 'retsba', 'https://assets.coingecko.com/coins/images/55879/large/Screenshot_2025-05-16_113916.png', 100);
INSERT OR REPLACE INTO Coin VALUES('revain', 'Revain', 'REV', 3345, 'revain', 'https://assets.coingecko.com/coins/images/1107/large/256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('revenue-coin', 'Revenue Coin', 'RVC', 5421, 'revenue-coin', 'https://assets.coingecko.com/coins/images/21625/large/RVC_logo_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('reverse-unit-bias', 'Reverse Unit Bias', 'RUB', 1928, 'reverse-unit-bias', 'https://assets.coingecko.com/coins/images/66538/large/rubfinal.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('revest-finance', 'Revest Finance', 'RVST', 5259, 'revest-finance', 'https://assets.coingecko.com/coins/images/18622/large/Qma94n6waADECpde1ukBBS8iNiECcdVcxjfgubnWPE9ZT7.png', 100);
INSERT OR REPLACE INTO Coin VALUES('revolotto', 'Revolotto', 'RVL', null, 'revolotto', 'https://assets.coingecko.com/coins/images/19044/large/rvl.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('revolve-games', 'Revolve Games', 'RPG', 10056, null, 'https://assets.coingecko.com/coins/images/18481/large/HQ3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('revox', 'REVOX', 'REX', 3500, 'revox', 'https://assets.coingecko.com/coins/images/52909/large/RREVOX_LOG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('revv', 'REVV', 'REVV', 4120, 'revv', 'https://assets.coingecko.com/coins/images/12373/large/REVV_TOKEN_Refined_2021_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rewardable', 'Rewardable', 'REWARD', 9251, 'rewardable', 'https://assets.coingecko.com/coins/images/52274/large/reward-token-icon-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rex-3', 'Rex', 'REX', 5758, 'rex-3', 'https://assets.coingecko.com/coins/images/51704/large/rex-logo-2025-cg-200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rezerve-money', 'Rezerve Money', 'RZR', 1589, 'rezerve-money', 'https://assets.coingecko.com/coins/images/67679/large/New_Project_%289%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rezor', 'Rezor', 'RZR', 1656, 'rezor', 'https://assets.coingecko.com/coins/images/55692/large/1000444573.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rhea-2', 'RHEA', 'RHEA', 2357, 'rhea-2', 'https://assets.coingecko.com/coins/images/67682/large/RHEA_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rhetor', 'Rhetor', 'RT', 1481, 'rhetor', 'https://assets.coingecko.com/coins/images/67518/large/rt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ribbita-by-virtuals', 'Ribbita by Virtuals', 'TIBBIR', 304, 'ribbita-by-virtuals', 'https://assets.coingecko.com/coins/images/54970/large/Untitled_design.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ribbon-finance', 'Ribbon Finance', 'RBN', 2058, 'ribbon-finance', 'https://assets.coingecko.com/coins/images/15823/large/ribbon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rice-ai', 'Rice AI', 'RICE', 1495, 'rice-ai', 'https://assets.coingecko.com/coins/images/68290/large/rice_ai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('richcity', 'RichCity', 'RICH', null, 'richcity', 'https://assets.coingecko.com/coins/images/16985/large/Richcity.png', 100);
INSERT OR REPLACE INTO Coin VALUES('richquack', 'Rich Quack', 'QUACK', 1434, 'richquack', 'https://assets.coingecko.com/coins/images/16356/large/57198446-0-Get-Rich-Quick-Gober.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ridges-ai', 'Ridges AI', 'SN62', 590, 'ridges-ai', 'https://assets.coingecko.com/coins/images/66309/large/62.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ridotto', 'Ridotto', 'RDT', 3524, 'ridotto', 'https://assets.coingecko.com/coins/images/18671/large/200x200_%2832%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('riecoin', 'Riecoin', 'RIC', 5126, 'riecoin', 'https://assets.coingecko.com/coins/images/593/large/Riecoin200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rif-token', 'RSK Infrastructure Framework', 'RIF', 789, 'rif-token', 'https://assets.coingecko.com/coins/images/7460/large/8befc44a46c247e8a3f7fc8abba586b1_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rifampicin', 'Rifampicin', '$RIF', 3999, 'rifampicin', 'https://assets.coingecko.com/coins/images/51719/large/rif.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rift-ai', 'RIFT AI', 'RIFT', 2335, 'rift-ai', 'https://assets.coingecko.com/coins/images/54216/large/IMG_5397.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('rigel-protocol', 'Rigel Protocol', 'RGP', 12463, 'rigel-protocol', 'https://assets.coingecko.com/coins/images/15837/large/A_qRYvB2_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rigoblock', 'RigoBlock', 'GRG', 4160, 'rigoblock', 'https://assets.coingecko.com/coins/images/1532/large/Symbol-RigoblockRGB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('riko', 'RIKO', 'RIKO', 10879, 'riko', 'https://assets.coingecko.com/coins/images/50686/large/Frame_1540466_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ring-ai', 'Ring AI', 'RING', 6017, 'ring-ai', 'https://assets.coingecko.com/coins/images/35995/large/Logo_PP_200x200_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ring-usd', 'Ring USD', 'USDR', 508, 'ring-usd', 'https://assets.coingecko.com/coins/images/69350/large/logo_USDR_color_512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rings-scbtc', 'Rings scBTC', 'SCBTC', 4303, 'rings-scbtc', 'https://assets.coingecko.com/coins/images/54997/large/scBTC_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rio-defi', 'RioDeFi', 'RFUEL', 5880, 'rio-defi', 'https://assets.coingecko.com/coins/images/12623/large/RFUEL_SQR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('riot-racers', 'Riot Racers', 'RIOT', null, null, 'https://assets.coingecko.com/coins/images/19238/large/jyxvIbmJ_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ripe-dao-governance-token', 'Ripe DAO Governance Token', 'RIPE', 2745, 'ripe-dao-governance-token', 'https://assets.coingecko.com/coins/images/67990/large/Biggest.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ripio-credit-network', 'Ripio Credit Network', 'RCN', 6549, 'ripio-credit-network', 'https://assets.coingecko.com/coins/images/1057/large/ripio-credit-network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ripple', 'XRP (Ripple)', 'XRP', 5, 'ripple', 'https://assets.coingecko.com/coins/images/44/large/xrp-symbol-white-128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ripple-usd', 'Ripple USD', 'RLUSD', 125, 'ripple-usd', 'https://assets.coingecko.com/coins/images/39651/large/RLUSD_200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ripples', 'Ripples', 'RPLS', 6643, 'ripples', 'https://assets.coingecko.com/coins/images/51862/large/compressed_1733241393848.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rito', 'Rito', 'RITO', 8180, null, 'https://assets.coingecko.com/coins/images/7063/large/45213711.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rivalz-network', 'Rivalz Network', 'RIZ', 3291, 'rivalz-network', 'https://assets.coingecko.com/coins/images/54076/large/Group_1533211238.png', 100);
INSERT OR REPLACE INTO Coin VALUES('river', 'River', 'RIVER', 808, 'river', 'https://assets.coingecko.com/coins/images/69318/large/river-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('riverboat', 'RiverBoat', 'RIB', 11912, 'riverboat', 'https://assets.coingecko.com/coins/images/19007/large/rib.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rize', 'RIZE', 'RIZE', 1466, 'rize', 'https://assets.coingecko.com/coins/images/55521/large/RIZE_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rizon', 'Rizon', 'ATOLO', 8451, 'rizon', 'https://assets.coingecko.com/coins/images/21028/large/atolo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rizzmas', 'Rizzmas', 'RIZZMAS', 2138, 'rizzmas', 'https://assets.coingecko.com/coins/images/52180/large/Rizz_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rmrk', 'RMRK', 'RMRK', 5887, 'rmrk', 'https://assets.coingecko.com/coins/images/18656/large/download_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rnt-token', 'RNT', 'RNT', 3626, 'rnt-token', 'https://assets.coingecko.com/coins/images/38534/large/tate.png', 100);
INSERT OR REPLACE INTO Coin VALUES('roaland-core', 'ROACORE', 'ROA', 2263, 'roaland-core', 'https://assets.coingecko.com/coins/images/29153/large/roa.png', 100);
INSERT OR REPLACE INTO Coin VALUES('roam-token', 'ROAM Token', 'ROAM', 1433, 'roam-token', 'https://assets.coingecko.com/coins/images/54737/large/roam-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('roastmaster9000', 'Roastmaster9000', 'RM9000', 9354, 'roastmaster9000', 'https://assets.coingecko.com/coins/images/52227/large/IMG_8069.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('robo-inu-finance', 'Robo Inu Finance', 'RBIF', 5079, null, 'https://assets.coingecko.com/coins/images/20821/large/O68Gs5SE_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('robofi-token', 'RoboFi Token', 'VICS', null, 'robofi-token', 'https://assets.coingecko.com/coins/images/17582/large/s6cPN83.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('robonomics-network', 'Robonomics Network', 'XRT', 2269, 'robonomics-network', 'https://assets.coingecko.com/coins/images/7024/large/Robonomics-Network-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('robora', 'Robora', 'RBR', 2367, 'robora', 'https://assets.coingecko.com/coins/images/68701/large/Robora.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('robot-2', 'ROBOT', 'ROBOT', 11585, 'robot-2', 'https://assets.coingecko.com/coins/images/56038/large/ROBOT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('robust-token', 'Robust Token', 'RBT', 11924, 'robust-token', 'https://assets.coingecko.com/coins/images/17137/large/CG-200x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rocket-pool', 'Rocket Pool', 'RPL', 563, 'rocket-pool', 'https://assets.coingecko.com/coins/images/2090/large/rocket_pool_%28RPL%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rocket-pool-eth', 'Rocket Pool ETH', 'RETH', 73, 'rocket-pool-eth', 'https://assets.coingecko.com/coins/images/20764/large/reth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rocketx', 'RocketX exchange', 'RVF', 2299, 'rocketx', 'https://assets.coingecko.com/coins/images/14728/large/RocketX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rocki', 'Rocki', 'ROCKI', 12230, 'rocki', 'https://assets.coingecko.com/coins/images/13465/large/rocki_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rocky-the-dog', 'Rocky the dog', 'ROCKY', 7609, 'rocky-the-dog', 'https://assets.coingecko.com/coins/images/33482/large/ROCKY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('roco-finance', 'Roco Finance', 'ROCO', 4331, 'roco-finance', 'https://assets.coingecko.com/coins/images/19234/large/86109466.png', 100);
INSERT OR REPLACE INTO Coin VALUES('roko-network', 'Roko Network', 'ROKO', 2818, 'roko-network', 'https://assets.coingecko.com/coins/images/29427/large/1.618_200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rollbit-coin', 'Rollbit Coin', 'RLB', 452, 'rollbit-coin', 'https://assets.coingecko.com/coins/images/24552/large/unziL6wO_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rome', 'Rome', 'ROME', 3441, 'rome', 'https://assets.coingecko.com/coins/images/21078/large/rome-dao.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ronaldinho-coin', 'Ronaldinho Coin', 'STAR10', 9755, 'ronaldinho-coin', 'https://assets.coingecko.com/coins/images/54672/large/ronaldinho.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ronen-coin', 'Ronen Coin', 'RONEN', 4182, 'ronen-coin', 'https://assets.coingecko.com/coins/images/55344/large/ronen_profile.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ronin', 'Ronin', 'RON', 272, 'ronin', 'https://assets.coingecko.com/coins/images/20009/large/photo_2024-04-06_22-52-24.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ronin-bridged-weth-ronin', 'Ronin Bridged WETH (Ronin)', 'WETH', 592, 'ronin-bridged-weth-ronin', 'https://assets.coingecko.com/coins/images/39716/large/WETH.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('roobee', 'Roobee', 'ROOBEE', 6667, 'roobee', 'https://assets.coingecko.com/coins/images/8791/large/Group_11.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rook', 'KeeperDAO', 'ROOK', 4715, 'rook', 'https://assets.coingecko.com/coins/images/13005/large/keeper_dao_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rootstock', 'Rootstock RSK', 'RBTC', null, 'rootstock', 'https://assets.coingecko.com/coins/images/5070/large/RBTC-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rope-token', 'Rope Token', 'ROPE', 10232, 'rope-token', 'https://assets.coingecko.com/coins/images/14661/large/rope-v6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ropirito', 'Ropirito', 'ROPIRITO', 8654, 'ropirito', 'https://assets.coingecko.com/coins/images/51793/large/replicate-prediction-a5k9rv088srga0ck1tmv757wk0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rosscoin', 'Rosscoin', 'ROSSCOIN', 9796, 'rosscoin', 'https://assets.coingecko.com/coins/images/53701/large/QmPgJSWxuvUY7BPRz6NT9dJzDDLkgDQxELJrNNjxzx2SPq.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('route', 'Router Protocol', 'ROUTE', null, 'route', 'https://assets.coingecko.com/coins/images/13709/large/router.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('router-protocol-2', 'Router Protocol', 'ROUTE', 2855, 'router-protocol-2', 'https://assets.coingecko.com/coins/images/39474/large/router.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rowan-coin', 'Rowan Coin', 'RWN', 4292, 'rowan-coin', 'https://assets.coingecko.com/coins/images/11812/large/c53035ae2cd14e6aa3685124747cae08.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rss3', 'RSS3', 'RSS3', 1141, 'rss3', 'https://assets.coingecko.com/coins/images/23575/large/rss3.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('rubic', 'Rubic', 'RBC', 3274, 'rubic', 'https://assets.coingecko.com/coins/images/12629/large/rubic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ruby-currency', 'Ruby Currency', 'RBC', null, null, 'https://assets.coingecko.com/coins/images/17494/large/IMG-20210802-213909-942-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rudi', 'rudi', 'RUDI', 6417, 'rudi', 'https://assets.coingecko.com/coins/images/67375/large/Screenshot_2025-07-23_at_20.05.09.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rugzombie', 'RugZombie', 'ZMBE', null, null, 'https://assets.coingecko.com/coins/images/18670/large/MKHznEfH_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('rujira', 'Rujira', 'RUJI', 766, 'rujira', 'https://assets.coingecko.com/coins/images/55372/large/RUJI_180x180.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rune-pups', 'PUPS•WORLD•PEACE', 'PUPS', 2113, 'rune-pups', 'https://assets.coingecko.com/coins/images/37159/large/token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('runwago', 'Runwago', 'RUNWAGO', 2857, 'runwago', 'https://assets.coingecko.com/coins/images/69302/large/Sni%CC%81mek_obrazovky_2025-09-11_v%C2%A08.24.37.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rupiah-token', 'Rupiah Token', 'IDRT', 1777, 'rupiah-token', 'https://assets.coingecko.com/coins/images/9441/large/57421944_1371636006308255_3647136573922738176_n.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('russell', 'RUSSELL', 'RUSSELL', 2549, 'russell', 'https://assets.coingecko.com/coins/images/50690/large/russelllogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rwa-inc', 'RWA Inc.', 'RWA', 2932, 'rwa-inc', 'https://assets.coingecko.com/coins/images/50975/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('rxcgames', 'RXCGames', 'REXC', null, 'rxcgames', 'https://assets.coingecko.com/coins/images/20989/large/evyjvQB.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('rxr-coin', 'RXR Coin', 'RXR', 2593, 'rxr-coin', 'https://assets.coingecko.com/coins/images/66577/large/rxr_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ryo', 'Ryo Currency', 'RYO', 6008, 'ryo', 'https://assets.coingecko.com/coins/images/5046/large/roy-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ryoshi-token', 'Ryoshi Token', 'RYOSHI', null, 'ryoshi-token', 'https://assets.coingecko.com/coins/images/16394/large/RyoshiLogo.png.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ryoshis-vision', 'Ryoshis Vision', 'RYOSHI', null, 'ryoshis-vision', 'https://assets.coingecko.com/coins/images/17614/large/OFFICIAL_RYOSHI_LOGO-removebg-preview_2_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ryujin', 'RyuJin', 'RYU', null, 'ryujin', 'https://assets.coingecko.com/coins/images/38350/large/RyuJinBLK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('s-c-corinthians-fan-token', 'S.C. Corinthians Fan Token', 'SCCP', 6674, 's-c-corinthians-fan-token', 'https://assets.coingecko.com/coins/images/17998/large/SCCP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('s-finance', 'S.Finance', 'SFG', null, 's-finance', 'https://assets.coingecko.com/coins/images/12605/large/Z7D8B4b.png', 100);
INSERT OR REPLACE INTO Coin VALUES('s4fe', 'S4FE', 'S4F', null, null, 'https://assets.coingecko.com/coins/images/7405/large/logo_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saakuru-labs', 'Saakuru', 'SKR', 4982, 'saakuru-labs', 'https://assets.coingecko.com/coins/images/37058/large/saakuru.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('saasgo', 'SaaSGo', 'SAAS', 1714, 'saasgo', 'https://assets.coingecko.com/coins/images/52986/large/saasgo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sabai-ecovers', 'Sabai Protocol', 'SABAI', 2753, 'sabai-ecovers', 'https://assets.coingecko.com/coins/images/29573/large/sabaiprotocol_coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sabaka-inu', 'Sabaka Inu', 'SABAKA INU', null, 'sabaka-inu', 'https://assets.coingecko.com/coins/images/15748/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saber', 'Saber', 'SBR', 3381, 'saber', 'https://assets.coingecko.com/coins/images/17162/large/oYs_YFz8_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sad-hamster', 'SAD HAMSTER', 'HAMMY', 4535, 'sad-hamster', 'https://assets.coingecko.com/coins/images/35878/large/logofinal200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safcoin', 'SafCoin', 'SAF', 10606, 'safcoin', 'https://assets.coingecko.com/coins/images/16376/large/saf-icon-200px-gold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safe', 'Safe', 'SAFE', 346, 'safe', 'https://assets.coingecko.com/coins/images/27032/large/Artboard_1_copy_8circle-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safe-coin-2', 'SafeCoin', 'SAFE', 3564, 'safe-coin-2', 'https://assets.coingecko.com/coins/images/5011/large/Safecoin_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safe-deal', 'SafeDeal', 'SFD', 11581, 'safe-deal', 'https://assets.coingecko.com/coins/images/12661/large/Eb2xbVb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safe-haven', 'Safe Haven', 'SHA', 4342, 'safe-haven', 'https://assets.coingecko.com/coins/images/2584/large/safehaven.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safe-nebula', 'Safe Nebula', 'SNB', null, 'safe-nebula', 'https://assets.coingecko.com/coins/images/16944/large/SNB-Logo-400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safeblast', 'SafeBlast', 'BLAST', null, 'safeblast', 'https://assets.coingecko.com/coins/images/15686/large/safeblast.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safecoin', 'SAFEcoin', 'SAFE', 612, 'safecoin', 'https://assets.coingecko.com/coins/images/67434/large/200x200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safelaunch', 'SafeLaunch', 'SFEX', null, 'safelaunch', 'https://assets.coingecko.com/coins/images/16938/large/sfex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safemars', 'Safemars', 'SAFEMARS', 2323, 'safemars', 'https://assets.coingecko.com/coins/images/14451/large/MARTIAN.', 100);
INSERT OR REPLACE INTO Coin VALUES('safemars-protocol', 'Safemars Protocol', 'SMARS', null, 'safemars-protocol', 'https://assets.coingecko.com/coins/images/16143/large/83904828.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safememe', 'SafeMeme', 'SME', null, 'safememe', 'https://assets.coingecko.com/coins/images/15529/large/safememe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safemoon-2', 'SafeMoon', 'SAFEMOON', null, 'safemoon-2', 'https://assets.coingecko.com/coins/images/21863/large/SFM_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('safemoon-inu', 'SafeMoon Inu', 'SMI', 4660, 'safemoon-inu', 'https://assets.coingecko.com/coins/images/16091/large/SMI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safepal', 'SafePal', 'SFP', 325, 'safepal', 'https://assets.coingecko.com/coins/images/13905/large/sfp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safeswap-token', 'Safeswap Token', 'SSGTX', 5053, null, 'https://assets.coingecko.com/coins/images/20769/large/GBpj6TpI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('safetrees', 'Safetrees', 'TREES', null, 'safetrees', 'https://assets.coingecko.com/coins/images/16202/large/ST_newLogo_200x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saffron-finance', 'saffron.finance', 'SFI', 1654, 'saffron-finance', 'https://assets.coingecko.com/coins/images/13117/large/sfi_red_250px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saga-2', 'Saga', 'SAGA', 874, 'saga-2', 'https://assets.coingecko.com/coins/images/25691/large/zcPXETKs_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sage', 'Sage by Virtuals', 'SAGE', 4311, 'sage', 'https://assets.coingecko.com/coins/images/68484/large/2uzuz07kjxr29lhjkkywaav42lsk.', 100);
INSERT OR REPLACE INTO Coin VALUES('sage-universe', 'Sage Universe', 'SAGE', 6322, 'sage-universe', 'https://assets.coingecko.com/coins/images/39053/large/AB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sahara-ai', 'Sahara AI', 'SAHARA', 360, 'sahara-ai', 'https://assets.coingecko.com/coins/images/66681/large/Token_Logo_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sai', 'Sai', 'SAI', 708, 'sai', 'https://assets.coingecko.com/coins/images/1442/large/dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saitachain-coin-2', 'SaitaChain Coin', 'STC', 1618, null, 'https://assets.coingecko.com/coins/images/33665/large/f8362a4c-6fad-49ad-b722-fadef42e253d.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('saito', 'Saito', 'SAITO', 1897, 'saito', 'https://assets.coingecko.com/coins/images/14750/large/SAITO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sakai-vault', 'Sakai Vault', 'SAKAI', 7296, 'sakai-vault', 'https://assets.coingecko.com/coins/images/29128/large/96264149-D876-4069-BFE1-9346-A01-E85-B6.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sake-token', 'SakeToken', 'SAKE', 7500, 'sake-token', 'https://assets.coingecko.com/coins/images/12428/large/sake.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sakura', 'Sakura', 'SKU', 9203, null, 'https://assets.coingecko.com/coins/images/17830/large/sakura.png', 100);
INSERT OR REPLACE INTO Coin VALUES('salamanca', 'Salamanca', 'DON', 4642, 'salamanca', 'https://assets.coingecko.com/coins/images/55371/large/20250424_173654.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sallar-2', 'Sallar', 'ALL', 3570, 'sallar-2', 'https://assets.coingecko.com/coins/images/51633/large/Sallar_New_Logo_2025_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sally-a1c', 'Sally A1C', 'A1C', 2296, 'sally-a1c', 'https://assets.coingecko.com/coins/images/54517/large/WhatsApp_Image_2025-02-20_at_07.33.46.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('salt', 'SALT', 'SALT', 5157, 'salt', 'https://assets.coingecko.com/coins/images/962/large/salt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('salute', 'Salute', 'SLT', 2084, 'salute', 'https://assets.coingecko.com/coins/images/53904/large/Screenshot_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('salvator-mundi', 'Salvator Mundi', 'MUNDI', 4931, 'salvator-mundi', 'https://assets.coingecko.com/coins/images/52311/large/eBYE9eSR_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('samoyedcoin', 'Samoyedcoin', 'SAMO', 2239, 'samoyedcoin', 'https://assets.coingecko.com/coins/images/15051/large/IXeEj5e.png', 100);
INSERT OR REPLACE INTO Coin VALUES('samsunspor-fan-token', 'Samsunspor Fan Token', 'SAM', 5446, 'samsunspor-fan-token', 'https://assets.coingecko.com/coins/images/19914/large/SAM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('san-chan', 'San Chan', 'SAN', 1825, 'san-chan', 'https://assets.coingecko.com/coins/images/53425/large/jIWmiTYe_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sancho', 'Sancho', 'SANCHO', 5176, 'sancho', 'https://assets.coingecko.com/coins/images/54962/large/Sancho_avatar.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('sanctum-2', 'Cloud', 'CLOUD', 595, 'sanctum-2', 'https://assets.coingecko.com/coins/images/38485/large/CLOUD_128x128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sandclock', 'Sandclock', 'QUARTZ', 4916, 'sandclock', 'https://assets.coingecko.com/coins/images/19368/large/sandclock.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sandy-codex', 'Sandy Codex', 'SANDY', 6789, 'sandy-codex', 'https://assets.coingecko.com/coins/images/53510/large/sandy_token_image.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sanshu-inu', 'Sanshu Inu', 'SANSHU', null, 'sanshu-inu', 'https://assets.coingecko.com/coins/images/15370/large/m9DgRlXY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('santa-by-virtuals', 'SANTA by Virtuals', 'SANTA', 2808, 'santa-by-virtuals', 'https://assets.coingecko.com/coins/images/53841/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('santa-coin-2', 'Santa Coin', 'SANTA', 5742, 'santa-coin-2', 'https://assets.coingecko.com/coins/images/19654/large/eXsu0oNf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('santa-inu', 'Santa Inu', 'SANINU', null, 'santa-inu', 'https://assets.coingecko.com/coins/images/20647/large/wzP7T0v1_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('santiment-network-token', 'Santiment Network Token', 'SAN', 1902, 'santiment-network-token', 'https://assets.coingecko.com/coins/images/797/large/santiment-network-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('santos-fc-fan-token', 'Santos FC Fan Token', 'SANTOS', 1337, 'santos-fc-fan-token', 'https://assets.coingecko.com/coins/images/21132/large/santos.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sao-paulo-fc-fan-token', 'Sao Paulo FC Fan Token', 'SPFC', 6906, 'sao-paulo-fc-fan-token', 'https://assets.coingecko.com/coins/images/20462/large/SPFC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sapien-2', 'Sapien', 'SAPIEN', 1102, 'sapien-2', 'https://assets.coingecko.com/coins/images/68423/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sapphire', 'Sapphire', 'SAPP', null, 'sapphire', 'https://assets.coingecko.com/coins/images/8478/large/Sapphire-logo-transparent-no-text.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sappy-seals-pixl', 'PIXL', 'PIXL', 1592, 'sappy-seals-pixl', 'https://assets.coingecko.com/coins/images/33045/large/20220531_190522.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sarcophagus', 'Sarcophagus', 'SARCO', 9998, null, 'https://assets.coingecko.com/coins/images/15091/large/E2S2-CcUcAAyNxD.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('saros-finance', 'Saros', 'SAROS', 145, 'saros-finance', 'https://assets.coingecko.com/coins/images/34594/large/_SAROS_-Mark.Purple_-_Token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sashimi', 'Sashimi', 'SASHIMI', 5434, 'sashimi', 'https://assets.coingecko.com/coins/images/12427/large/SashimiSwap-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('satlayer', 'SatLayer', 'SLAY', 1890, 'satlayer', 'https://assets.coingecko.com/coins/images/54811/large/SLAY-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sato-the-dog', 'Sato The Dog', 'SATO', 5494, 'sato-the-dog', 'https://assets.coingecko.com/coins/images/55378/large/sato_logo_200x200_final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sator', 'Sator', 'SAO', 11233, 'sator', 'https://assets.coingecko.com/coins/images/19410/large/sator-logo-CMC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('satori-network', 'Satori Network', 'SATORI', 6775, 'satori-network', 'https://assets.coingecko.com/coins/images/51759/large/satori-light-outlined-256x256_1_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('satoshai', 'SatoshAI', 'SAI', 4198, 'satoshai', 'https://assets.coingecko.com/coins/images/52758/large/lqs-QYZP_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('satoshi-ai-agent-by-virtuals', 'Satoshi AI agent by Virtuals', 'SAINT', 6400, 'satoshi-ai-agent-by-virtuals', 'https://assets.coingecko.com/coins/images/52336/large/saint.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('satoshi-nakamoto', 'Satoshi Nakamoto', 'SATOSHI', 2988, 'satoshi-nakamoto', 'https://assets.coingecko.com/coins/images/37611/large/SATOSHI_LOGO.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('satoshi-stablecoin', 'Satoshi Stablecoin', 'SATUSD', 255, 'satoshi-stablecoin', 'https://assets.coingecko.com/coins/images/37760/large/Instagram_post_-_25.png', 100);
INSERT OR REPLACE INTO Coin VALUES('satoshitcoin', 'SatoshitCoin', 'SATOSHIT', 10594, 'satoshitcoin', 'https://assets.coingecko.com/coins/images/68314/large/LXVlcCTw_400x400_%282%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('satoshivm', 'SatoshiVM', 'SAVM', 4508, 'satoshivm', 'https://assets.coingecko.com/coins/images/34659/large/SatoshiVM.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('satozhi', 'Satozhi', 'SATOZ', null, 'satozhi', 'https://assets.coingecko.com/coins/images/14786/large/0GeSrIaQ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sats-ordinals', 'SATS (Ordinals)', 'SATS', 703, 'sats-ordinals', 'https://assets.coingecko.com/coins/images/30666/large/_dD8qr3M_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('satt', 'SaTT', 'SATT', 7039, 'satt', 'https://assets.coingecko.com/coins/images/4070/large/r3s9XKk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saturna', 'Saturna', 'SAT', null, 'saturna', 'https://assets.coingecko.com/coins/images/15545/large/dkejn0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saucerswap', 'SaucerSwap', 'SAUCE', 914, 'saucerswap', 'https://assets.coingecko.com/coins/images/27401/large/SAUCE_ICON_FINAL_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('savanna', 'Savanna', 'SVN', 12352, 'savanna', 'https://assets.coingecko.com/coins/images/23692/large/SVN_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('save', 'Save', 'SAVE', 1838, 'save', 'https://assets.coingecko.com/coins/images/52654/large/8S08RabH_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('save-baby-doge', 'Save Baby Doge', 'BABYDOGE', null, 'save-baby-doge', 'https://assets.coingecko.com/coins/images/16923/large/BABYDOGE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('saveplanetearth', 'SavePlanetEarth', 'SPE', 2543, 'saveplanetearth', 'https://assets.coingecko.com/coins/images/19759/large/spe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('savings-crvusd', 'Savings crvUSD', 'SCRVUSD', 691, 'savings-crvusd', 'https://assets.coingecko.com/coins/images/51712/large/scrvusd.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('savings-dai', 'Savings Dai', 'SDAI', 220, 'savings-dai', 'https://assets.coingecko.com/coins/images/32254/large/sdai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('savings-xdai', 'Savings xDAI', 'SDAI', 507, 'savings-xdai', 'https://assets.coingecko.com/coins/images/32066/large/sDAI_Logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sbrsol', 'Strategic Bitcoin Reserve', 'SBR', 6232, 'sbrsol', 'https://assets.coingecko.com/coins/images/51627/large/e0FTi9Qz_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sbtc', 'sBTC', 'SBTC', 2335, null, 'https://assets.coingecko.com/coins/images/8838/large/sBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sbtc-2', 'sBTC', 'SBTC', 478, 'sbtc-2', 'https://assets.coingecko.com/coins/images/54285/large/sbtc-logo-orange-bg-white-circle-1000px_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scaleswap-token', 'Scaleswap Token', 'SCA', 10051, null, 'https://assets.coingecko.com/coins/images/16360/large/thumbnail_1170823958_vertical_logo_lateral_radiance.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scallop', 'Scallop', 'SCLP', 4194, 'scallop', 'https://assets.coingecko.com/coins/images/19059/large/scallop.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('scallop-2', 'Scallop', 'SCA', 1802, 'scallop-2', 'https://assets.coingecko.com/coins/images/34648/large/sca.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scarcity', 'Scarcity', 'SCX', null, 'scarcity', 'https://assets.coingecko.com/coins/images/19064/large/scx_gecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scarlet-waifu-capital-managemnet', 'Scarlet Waifu Capital Management', 'WAIFU', 11035, 'scarlet-waifu-capital-managemnet', 'https://assets.coingecko.com/coins/images/54442/large/SWCM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sceptre-staked-flr', 'Sceptre Staked FLR', 'SFLR', 864, 'sceptre-staked-flr', 'https://assets.coingecko.com/coins/images/38940/large/sFLR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('schizo-terminal', 'Schizo Terminal', 'SCHIZO', 6685, 'schizo-terminal', 'https://assets.coingecko.com/coins/images/52611/large/logo___name_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('school-hack-coin', 'School Hack Coin', 'SHC', 4849, null, 'https://assets.coingecko.com/coins/images/37634/large/UkuZotbq_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('schrodinger', 'Schrodinger', 'KITTY DINGER', null, 'schrodinger', 'https://assets.coingecko.com/coins/images/19649/large/kitty_dinger.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sci-hub', 'sci-hub', 'SCIHUB', 6607, 'sci-hub', 'https://assets.coingecko.com/coins/images/51780/large/logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scientia', 'Scientia', 'SCIE', null, 'scientia', 'https://assets.coingecko.com/coins/images/20450/large/scienta.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('scopuly-token', 'Scopuly Token', 'SCOP', null, 'scopuly-token', 'https://assets.coingecko.com/coins/images/20600/large/icon_%2811%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('score', 'Score', 'SN44', 1364, 'score', 'https://assets.coingecko.com/coins/images/66325/large/score-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('scotcoin-2', 'Scotcoin', 'SCOT', 8380, 'scotcoin-2', 'https://assets.coingecko.com/coins/images/54356/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scout-protocol-token', 'Scout Protocol Token', 'DEV', 1311, 'scout-protocol-token', 'https://assets.coingecko.com/coins/images/55726/large/dev_token_icon_256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scoutly-ai', 'Scoutly AI', 'SCOUT', 7422, 'scoutly-ai', 'https://assets.coingecko.com/coins/images/53106/large/Scoutly.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('scratch-3', 'Scratch', '$SCRATCH', 2359, 'scratch-3', 'https://assets.coingecko.com/coins/images/52943/large/scratch200trans.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scream', 'Scream', 'SCREAM', 6250, null, 'https://assets.coingecko.com/coins/images/17509/large/output-onlinepngtools_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('script-network', 'Script Network', 'SCPT', 5348, 'script-network', 'https://assets.coingecko.com/coins/images/20869/large/8Z2SZTB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('scroll', 'Scroll', 'SCR', 977, 'scroll', 'https://assets.coingecko.com/coins/images/50571/large/scroll.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('scry-info', 'Scry.info', 'DDD', 10309, null, 'https://assets.coingecko.com/coins/images/2569/large/Scry.info.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sdola', 'sDOLA', 'SDOLA', 1080, 'sdola', 'https://assets.coingecko.com/coins/images/35495/large/sDOLAlogoFINAL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seal-2', 'Seal', 'SEAL', 4641, 'seal-2', 'https://assets.coingecko.com/coins/images/39825/large/SEAL.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('seamania', 'SEAMANIA', 'SEAMANIA', 7222, 'seamania', 'https://assets.coingecko.com/coins/images/53784/large/PQJPSUen_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('seamless-protocol', 'Seamless Protocol', 'SEAM', 1752, 'seamless-protocol', 'https://assets.coingecko.com/coins/images/33480/large/Seamless_Logo_Black_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sechain', 'SeChain', 'SNN', 8672, null, 'https://assets.coingecko.com/coins/images/11961/large/2AsGMTeI_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('secret', 'Secret', 'SCRT', 696, 'secret', 'https://assets.coingecko.com/coins/images/11871/large/scrt_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('secret-erc20', 'Secret (ERC20)', 'WSCRT', null, 'secret-erc20', 'https://assets.coingecko.com/coins/images/13767/large/Secret_S_Black_Coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('secured-moonrat-token', 'Secured MoonRat Token', 'SMRAT', null, 'secured-moonrat-token', 'https://assets.coingecko.com/coins/images/15241/large/SMRAT_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seda-2', 'SEDA', 'SEDA', 1130, 'seda-2', 'https://assets.coingecko.com/coins/images/36689/large/SEDA_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seedify-fund', 'Seedify.fund', 'SFUND', 1544, 'seedify-fund', 'https://assets.coingecko.com/coins/images/14614/large/Favicon_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seedworld', 'Seedworld', 'SWORLD', 3708, 'seedworld', 'https://assets.coingecko.com/coins/images/51000/large/IMG_2798.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('sei-fastusd', 'Sei fastUSD', 'FASTUSD', 2365, 'sei-fastusd', 'https://assets.coingecko.com/coins/images/50766/large/2024-10-16_14.54.03.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sei-network', 'Sei', 'SEI', 96, 'sei-network', 'https://assets.coingecko.com/coins/images/28205/large/Sei_Logo_-_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seigniorage-shares', 'Seigniorage Shares', 'SHARE', 7651, 'seigniorage-shares', 'https://assets.coingecko.com/coins/images/12306/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seiyan', 'SEIYAN', 'SEIYAN', 3423, 'seiyan', 'https://assets.coingecko.com/coins/images/33830/large/seiyanlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sekoia-by-virtuals', 'sekoia by Virtuals', 'SEKOIA', 5530, 'sekoia-by-virtuals', 'https://assets.coingecko.com/coins/images/51785/large/sekoia.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sekuritance', 'Sekuritance', 'SKRT', 7071, 'sekuritance', 'https://assets.coingecko.com/coins/images/15495/large/skrt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sekuya-2', 'Sekuya Multiverse', 'SKYA', 3677, 'sekuya-2', 'https://assets.coingecko.com/coins/images/38096/large/SKYA_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('self-chain', 'Self Chain', 'SLF', 3982, 'self-chain', 'https://assets.coingecko.com/coins/images/38709/large/twD1uiHk_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('selfiedogcoin', 'SelfieDogCoin', 'SELFIE', 3977, 'selfiedogcoin', 'https://assets.coingecko.com/coins/images/37796/large/2024-05-13_02.57.47.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('selfkey', 'SelfKey', 'KEY', 3599, 'selfkey', 'https://assets.coingecko.com/coins/images/2034/large/selfkey.png', 100);
INSERT OR REPLACE INTO Coin VALUES('senate', 'SENATE', 'SENATE', 4956, 'senate', 'https://assets.coingecko.com/coins/images/21272/large/siIBOmcs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('send-2', 'Send', 'SEND', 2901, 'send-2', 'https://assets.coingecko.com/coins/images/39222/large/photo1719676966.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('send-token', 'Send', 'SEND', 1881, null, 'https://assets.coingecko.com/coins/images/30847/large/avatar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('send-token-2', 'Send', 'SEND', 1112, 'send-token-2', 'https://assets.coingecko.com/coins/images/53906/large/send.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sensay', 'Sensay', 'SNSY', 1890, 'sensay', 'https://assets.coingecko.com/coins/images/36121/large/SNSY_Light01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sensitrust', 'Sensitrust', 'SETS', 7461, null, 'https://assets.coingecko.com/coins/images/15035/large/SETS-token-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('senso', 'SENSO', 'SENSO', null, 'senso', 'https://assets.coingecko.com/coins/images/11064/large/senso.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sensus', 'SENSUS', 'SENSUS', 7259, 'sensus', 'https://assets.coingecko.com/coins/images/52232/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sentai-2', 'SENTAI', 'SENTAI', 7872, 'sentai-2', 'https://assets.coingecko.com/coins/images/53540/large/QmQfXnd3ktj9tgWwkUrnPCck9RfJaZezAqWXGXYXSLpTDE.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('sentient-ai', 'Sentient AI', 'SETAI', 8934, 'sentient-ai', 'https://assets.coingecko.com/coins/images/53213/large/icon_color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sentiment-token', 'Sentiment Token', 'SENT', null, 'sentiment-token', 'https://assets.coingecko.com/coins/images/16388/large/94SwpUOP_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sentinel', 'Sentinel', 'DVPN', 2303, 'sentinel', 'https://assets.coingecko.com/coins/images/14879/large/YMEMrc-V_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sentinel-chain', 'Sentinel Chain', 'SENC', 9175, 'sentinel-chain', 'https://assets.coingecko.com/coins/images/2960/large/sentinel-chain.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sentinel-group', 'Sentinel [OLD]', 'DVPN', 2496, null, 'https://assets.coingecko.com/coins/images/3625/large/Sentinel_512X512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sentinel-protocol', 'Sentinel Protocol', 'UPP', 1460, 'sentinel-protocol', 'https://assets.coingecko.com/coins/images/3369/large/Chainbounty_logomark_256px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sentio-protocol', 'Sentio Protocol', 'SEN', 4218, 'sentio-protocol', 'https://assets.coingecko.com/coins/images/53136/large/Sentio_Protocol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sentre', 'Sentre', 'SEN', 2023, 'sentre', 'https://assets.coingecko.com/coins/images/19268/large/sentre.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('seraph', 'Seraph', 'SERAPH', 1685, 'seraph', 'https://assets.coingecko.com/coins/images/53325/large/o39aNcS6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('seraph-by-virtuals', 'Seraph by Virtuals', 'SERAPH', 5322, 'seraph-by-virtuals', 'https://assets.coingecko.com/coins/images/52442/large/fire_guy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('serum', 'Serum', 'SRM', 2450, 'serum', 'https://assets.coingecko.com/coins/images/11970/large/serum-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('session-token', 'Session Token', 'SESH', 2352, 'session-token', 'https://assets.coingecko.com/coins/images/56073/large/SES_Logo_RGB_Brandmark_Colour.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seth', 'sETH', 'SETH', 796, 'seth', 'https://assets.coingecko.com/coins/images/8843/large/sETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seth2', 'sETH2', 'SETH2', 1996, 'seth2', 'https://assets.coingecko.com/coins/images/16569/large/emerald256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('settled-ethxy-token', 'Settled EthXY Token', 'SEXY', 2573, 'settled-ethxy-token', 'https://assets.coingecko.com/coins/images/33032/large/logo-circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('seur', 'sEUR', 'SEUR', 4961, 'seur', 'https://assets.coingecko.com/coins/images/13637/large/sEUR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shack-token', 'Shack Token', 'SHACK', 2093, 'shack-token', 'https://assets.coingecko.com/coins/images/68064/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shade-protocol', 'Shade Protocol', 'SHD', 3330, 'shade-protocol', 'https://assets.coingecko.com/coins/images/23804/large/NEAKadeZ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shadow-2', 'Shadow', 'SHADOW', 2711, 'shadow-2', 'https://assets.coingecko.com/coins/images/53747/large/tokenbg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shadow-liquid-staking-token', 'Shadow Liquid Staking Token', 'X33', 2044, 'shadow-liquid-staking-token', 'https://assets.coingecko.com/coins/images/54526/large/shadow_liquid_staking_token17400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shambala', 'Shambala', 'BALA', null, 'shambala', 'https://assets.coingecko.com/coins/images/19635/large/shambala.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('shapeshift-fox-token', 'ShapeShift FOX Token', 'FOX', 1599, 'shapeshift-fox-token', 'https://assets.coingecko.com/coins/images/9988/large/fox_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shardeum', 'Shardeum', 'SHM', 3793, 'shardeum', 'https://assets.coingecko.com/coins/images/27937/large/shm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shardus', 'Shardus', 'ULT', 1041, 'shardus', 'https://assets.coingecko.com/coins/images/8383/large/final_logo_photoshop.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sharering', 'ShareToken', 'SHR', null, 'sharering', 'https://assets.coingecko.com/coins/images/3609/large/74586729_2443914875881351_2785018663453851648_n.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shark-cat', 'Shark Cat', 'SC', 3172, 'shark-cat', 'https://assets.coingecko.com/coins/images/36562/large/shark.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('sharp-ai', 'Sharp AI', 'SHARP', null, 'sharp-ai', 'https://assets.coingecko.com/coins/images/50729/large/Sharp_AI.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sharp-token', 'Sharp Token', 'SHARP', 1151, 'sharp-token', 'https://assets.coingecko.com/coins/images/69558/large/sharp-token-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sharpe-ai', 'Sharpe AI', 'SAI', 3205, 'sharpe-ai', 'https://assets.coingecko.com/coins/images/39385/large/Group_48095583.png', 100);
INSERT OR REPLACE INTO Coin VALUES('she-rises', 'She Rises', 'AKA', 5040, 'she-rises', 'https://assets.coingecko.com/coins/images/53069/large/akasha_logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('sheep-wif-hat', 'Sheep Wif Hat', 'SWIF', 5630, 'sheep-wif-hat', 'https://assets.coingecko.com/coins/images/68021/large/sheep.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shezmuusd', 'ShezmuUSD', 'SHEZUSD', 9372, null, 'https://assets.coingecko.com/coins/images/39541/large/shezUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shib-original-vision', 'Shib Original Vision', 'SOV', 6390, 'shib-original-vision', 'https://assets.coingecko.com/coins/images/29601/large/photo_2023-03-19_19-07-40_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-bsc', 'SHIBA BSC', 'SHIBSC', null, 'shiba-bsc', 'https://assets.coingecko.com/coins/images/15800/large/shibsc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-inu', 'Shiba Inu', 'SHIB', 33, 'shiba-inu', 'https://assets.coingecko.com/coins/images/11939/large/shiba.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-inu-empire', 'Shiba Inu Empire', 'SHIBEMP', null, 'shiba-inu-empire', 'https://assets.coingecko.com/coins/images/20201/large/shibemp_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-inu-treat', 'Shiba Inu Treat', 'TREAT', 3188, 'shiba-inu-treat', 'https://assets.coingecko.com/coins/images/53501/large/Treat_blk_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-on-base', 'SHIBA ON BASE', 'SHIB', 3087, 'shiba-on-base', 'https://assets.coingecko.com/coins/images/67349/large/SHIBA_ON_BASE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-predator', 'Shiba Predator', 'QOM', 3539, 'shiba-predator', 'https://assets.coingecko.com/coins/images/24430/large/l1KzMcL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-saga', 'Shiba Saga', 'SHIA', 6472, 'shiba-saga', 'https://assets.coingecko.com/coins/images/31437/large/51nmYxm3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shiba-wing', 'Shiba Wing', 'WING', 9581, 'shiba-wing', 'https://assets.coingecko.com/coins/images/51284/large/Shiba__Wing.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shibacorgi', 'ShibaCorgi', 'SHICO', null, 'shibacorgi', 'https://assets.coingecko.com/coins/images/15608/large/shibacorgi-200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shibadoge', 'ShibaDoge', 'SHIBDOGE', 2824, 'shibadoge', 'https://assets.coingecko.com/coins/images/22018/large/5HMWoFW0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shibaken-finance', 'Shibaken Finance', 'SHIBAKEN', null, 'shibaken-finance', 'https://assets.coingecko.com/coins/images/15413/large/shibak.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shibavax', 'Shibavax', 'SHIBX', 8014, 'shibavax', 'https://assets.coingecko.com/coins/images/17913/large/Logo-outline-HD200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shibaverse', 'Shibaverse', 'VERSE', 7351, 'shibaverse', 'https://assets.coingecko.com/coins/images/18407/large/logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shibelon', 'ShibElon', 'SHIBELON', null, null, 'https://assets.coingecko.com/coins/images/20434/large/shibelon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shibgf', 'SHIBGF', 'SHIBGF', null, 'shibgf', 'https://assets.coingecko.com/coins/images/19699/large/shibgf_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiden', 'Shiden Network', 'SDN', 2921, 'shiden', 'https://assets.coingecko.com/coins/images/18027/large/tFOtjrr3_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shido-2', 'Shido', 'SHIDO', 2370, 'shido-2', 'https://assets.coingecko.com/coins/images/32070/large/SHIDO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shieldeum', 'Shieldeum', 'SDM', 5090, 'shieldeum', 'https://assets.coingecko.com/coins/images/52254/large/Shieldeum_Coingecko.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('shift-ai', 'Shift AI', 'SHIFT', 9615, 'shift-ai', 'https://assets.coingecko.com/coins/images/53576/large/Shift_AI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shifu', 'Shifu', 'SHIFU', 4572, 'shifu', 'https://assets.coingecko.com/coins/images/52940/large/SHIFU_Transparent_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shih-tzu', 'Shih Tzu', 'SHIH', 7401, 'shih-tzu', 'https://assets.coingecko.com/coins/images/15309/large/shit.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('shikoku-inu', 'Shikoku Inu', 'SHIKO', null, 'shikoku-inu', 'https://assets.coingecko.com/coins/images/16442/large/shiko.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('shill-bill', 'Shill Bill', 'BILL', 12375, 'shill-bill', 'https://assets.coingecko.com/coins/images/55999/large/Untitled_design.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shill-token', 'SHILL Token', 'SHILL', 12605, 'shill-token', 'https://assets.coingecko.com/coins/images/18176/large/SHILL_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shina-inu', 'Shina Inu', 'SHI', 2627, 'shina-inu', 'https://assets.coingecko.com/coins/images/25208/large/coingecko-shina-purple-bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiro-neko-2', 'Shiro Neko', 'SHIRO', 3201, 'shiro-neko-2', 'https://assets.coingecko.com/coins/images/52406/large/Shiro_Neko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shirtum', 'Shirtum', 'SHI', 8016, 'shirtum', 'https://assets.coingecko.com/coins/images/16955/large/4fWlpC0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shiryo-inu', 'Shiryo-Inu', 'SHIRYO-INU', 6573, 'shiryo-inu', 'https://assets.coingecko.com/coins/images/19652/large/shiryo_inu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shoefy', 'ShoeFy', 'SHOE', null, 'shoefy', 'https://assets.coingecko.com/coins/images/19082/large/SHOEFY.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shoggoth', 'Shoggoth', 'SHOGGOTH', 3324, 'shoggoth', 'https://assets.coingecko.com/coins/images/50982/large/shoggoth.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shontoken', 'ShonToken', 'SHON', null, 'shontoken', 'https://assets.coingecko.com/coins/images/17135/large/200x200_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shping', 'Shping', 'SHPING', null, 'shping', 'https://assets.coingecko.com/coins/images/2588/large/000103_Shping_Logos_Shping_Secondary_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shrapnel-2', 'Shrapnel', 'SHRAP', 2416, 'shrapnel-2', 'https://assets.coingecko.com/coins/images/32793/large/shrapnel.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shroom-finance', 'Niftyx Protocol', 'SHROOM', 5565, 'shroom-finance', 'https://assets.coingecko.com/coins/images/12341/large/niftyx_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shroomy', 'Shroomy', 'SHROOMY', 2728, 'shroomy', 'https://assets.coingecko.com/coins/images/54002/large/1000000182.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('shrub', 'Shrub', 'SHRUB', 3706, 'shrub', 'https://assets.coingecko.com/coins/images/38880/large/photo_2024-11-13_23.58.11.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shuffle-2', 'Shuffle', 'SHFL', 456, 'shuffle-2', 'https://assets.coingecko.com/coins/images/35148/large/shuffle_token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shui-cfx', 'SHUI CFX', 'SCFX', 2186, 'shui-cfx', 'https://assets.coingecko.com/coins/images/35446/large/sCFX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shyft-network-2', 'Shyft Network', 'SHFT', 2937, 'shyft-network-2', 'https://assets.coingecko.com/coins/images/14534/large/TOKEN-Gradient.png', 100);
INSERT OR REPLACE INTO Coin VALUES('shytoshi-kusama', 'Shytoshi Kusama', 'SHY', 4414, 'shytoshi-kusama', 'https://assets.coingecko.com/coins/images/54047/large/3BKmc4Hl_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('siacoin', 'Siacoin', 'SC', 450, 'siacoin', 'https://assets.coingecko.com/coins/images/289/large/shard_transparent_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('siaprime-coin', 'ScPrime', 'SCP', 3256, 'siaprime-coin', 'https://assets.coingecko.com/coins/images/7508/large/SPRho_512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sidekick', 'Sidekick', 'K', 2683, 'sidekick', 'https://assets.coingecko.com/coins/images/67966/large/kick.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sideshift-token', 'SideShift Token', 'XAI', 1289, 'sideshift-token', 'https://assets.coingecko.com/coins/images/15719/large/sideshift-icon_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sidus', 'Sidus', 'SIDUS', 2287, 'sidus', 'https://assets.coingecko.com/coins/images/21401/large/SIDUS_coin_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sienna-erc20', 'Sienna [ERC-20]', 'WSIENNA', null, 'sienna-erc20', 'https://assets.coingecko.com/coins/images/15420/large/sienna.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('sifchain', 'Sifchain', 'EROWAN', 8975, 'sifchain', 'https://assets.coingecko.com/coins/images/14044/large/EROWAN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sigma', 'Sigma', 'SIGMA', 2052, 'sigma', 'https://assets.coingecko.com/coins/images/39408/large/sigma_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sigma-3', 'SIGMA', '$SIGMA', 4205, 'sigma-3', 'https://assets.coingecko.com/coins/images/54120/large/SIGMA.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sign-global', 'Sign', 'SIGN', 701, 'sign-global', 'https://assets.coingecko.com/coins/images/55303/large/sign.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('signata', 'Signata', 'SATA', 4685, 'signata', 'https://assets.coingecko.com/coins/images/14704/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('signum', 'Signum', 'SIGNA', 3303, 'signum', 'https://assets.coingecko.com/coins/images/154/large/SIGNA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('silencio', 'Silencio', 'SLC', 2075, 'silencio', 'https://assets.coingecko.com/coins/images/53710/large/Logo_Silencio_black_128x128_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('silent-notary', 'Silent Notary', 'UBSN', 4510, 'silent-notary', 'https://assets.coingecko.com/coins/images/1599/large/silent-notary.png', 100);
INSERT OR REPLACE INTO Coin VALUES('silly-dragon', 'Silly Dragon', 'SILLY', 4435, 'silly-dragon', 'https://assets.coingecko.com/coins/images/33698/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sillynubcat', 'Sillynubcat', 'NUB', 1393, 'sillynubcat', 'https://assets.coingecko.com/coins/images/36168/large/nub.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('silo-finance', 'Silo Finance', 'SILO', 2885, 'silo-finance', 'https://assets.coingecko.com/coins/images/21454/large/SILO_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('silo-finance-2', 'Silo Finance', 'SILO', 1869, 'silo-finance-2', 'https://assets.coingecko.com/coins/images/55596/large/silo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('silva-token', 'Silva Token', 'SILVA', 6261, null, 'https://assets.coingecko.com/coins/images/19689/large/13592.png', 100);
INSERT OR REPLACE INTO Coin VALUES('silverstonks', 'Silver Stonks', 'SSTX', 9405, 'silverstonks', 'https://assets.coingecko.com/coins/images/17000/large/Logo-Silver-Stonks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('simbcoin-swap', 'SimbCoin Swap', 'SMBSWAP', null, 'simbcoin-swap', 'https://assets.coingecko.com/coins/images/16808/large/smb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('simmi-token', 'Simmi Token', 'SIMMI', 2527, 'simmi-token', 'https://assets.coingecko.com/coins/images/52349/large/simmi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('simon-s-cat', 'Simon''s Cat', 'CAT', 834, 'simon-s-cat', 'https://assets.coingecko.com/coins/images/39765/large/Dv9GheV0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('simracer-coin', 'Simracer Coin', 'SRC', null, 'simracer-coin', 'https://assets.coingecko.com/coins/images/13027/large/SimRacer-500px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('simsai', 'SimsAI', 'SIMSAI', 10081, 'simsai', 'https://assets.coingecko.com/coins/images/52971/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sin-city', 'Sin City', 'SIN', 4246, 'sin-city', 'https://assets.coingecko.com/coins/images/19291/large/Sin_Verse_Logo_White_Text_White_Windows.png', 100);
INSERT OR REPLACE INTO Coin VALUES('single-finance', 'Single Finance', 'SINGLE', null, 'single-finance', 'https://assets.coingecko.com/coins/images/22616/large/single.png', 100);
INSERT OR REPLACE INTO Coin VALUES('singularitydao', 'SingularityDAO', 'SDAO', 3144, 'singularitydao', 'https://assets.coingecko.com/coins/images/15385/large/200x200_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('singularitynet', 'SingularityNET', 'AGIX', 738, 'singularitynet', 'https://assets.coingecko.com/coins/images/2138/large/singularitynet.png', 100);
INSERT OR REPLACE INTO Coin VALUES('singularry', 'Singularry', 'SINGULARRY', 1676, 'singularry', 'https://assets.coingecko.com/coins/images/52290/large/Bildschirmfoto_2024-11-29_um_10.23.16.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sint-truidense-voetbalvereniging-fan-token', 'Sint-Truidense Voetbalvereniging Fan Token', 'STV', 9280, 'sint-truidense-voetbalvereniging-fan-token', 'https://assets.coingecko.com/coins/images/13842/large/STV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sipher', 'Sipher', 'SIPHER', 2128, 'sipher', 'https://assets.coingecko.com/coins/images/21070/large/SipherToken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('siren', 'Siren', 'SI', 6343, 'siren', 'https://assets.coingecko.com/coins/images/13955/large/siren_token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('siren-2', 'Siren', 'SIREN', 602, 'siren-2', 'https://assets.coingecko.com/coins/images/54479/large/siren.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sirin-labs-token', 'Sirin Labs Token', 'SRN', 7473, 'sirin-labs-token', 'https://assets.coingecko.com/coins/images/1872/large/sirin-labs-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('six', 'Six Sigma', 'SIX', 963, 'six', 'https://assets.coingecko.com/coins/images/66898/large/sixsigma_green_logo_trans_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('six-network', 'SIX Network', 'SIX', 2374, 'six-network', 'https://assets.coingecko.com/coins/images/3769/large/SIX_Network_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sixpack-token-sixp', 'Sixpack Token (SIXP)', 'SIXP', 3741, 'sixpack-token-sixp', 'https://assets.coingecko.com/coins/images/54510/large/SIXP_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skai', 'Skillful AI', 'SKAI', 6542, 'skai', 'https://assets.coingecko.com/coins/images/38056/large/Vector.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skainet', 'SKAINET', 'SKAI', 9829, 'skainet', 'https://assets.coingecko.com/coins/images/52305/large/Skainet_logo_black_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skale', 'SKALE', 'SKL', 446, 'skale', 'https://assets.coingecko.com/coins/images/13245/large/SKALE_token_300x300.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skate', 'Skate', 'SKATE', 1891, 'skate', 'https://assets.coingecko.com/coins/images/54864/large/skate.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('skeb', 'Skeb', 'SKEB', 2677, 'skeb', 'https://assets.coingecko.com/coins/images/27155/large/skebcoin-cmc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skey-network', 'Skey Network', 'SKEY', 2515, 'skey-network', 'https://assets.coingecko.com/coins/images/13425/large/SKEY_Network_logo_black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ski-mask-cat', 'SKI MASK CAT', 'SKICAT', 4514, 'ski-mask-cat', 'https://assets.coingecko.com/coins/images/52355/large/logo200x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ski-mask-dog', 'Ski Mask Dog', 'SKI', 1044, 'ski-mask-dog', 'https://assets.coingecko.com/coins/images/37195/large/32992128-F52F-4346-84CA-8E0C48F43606.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('skibidi-toilet-2', 'Skibidi Toilet', 'SKBDI', 3389, 'skibidi-toilet-2', 'https://assets.coingecko.com/coins/images/39471/large/Skibidi_Toilet.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sklay', 'sKLAY', 'SKLAY', null, 'sklay', 'https://assets.coingecko.com/coins/images/13912/large/sKLAY_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skor-ai', 'SKOR AI', 'SKORAI', 735, 'skor-ai', 'https://assets.coingecko.com/coins/images/55924/large/Picsart_25-04-12_21-12-13-419.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skrumble-network', 'Skrumble Network', 'SKM', 9080, 'skrumble-network', 'https://assets.coingecko.com/coins/images/3826/large/skrumble-network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skull-of-pepe-token', 'Skull of Pepe Token', 'SKOP', 4133, 'skull-of-pepe-token', 'https://assets.coingecko.com/coins/images/38342/large/skop.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('skullcoin-2', 'Skullcoin', 'SKULL', 11797, 'skullcoin-2', 'https://assets.coingecko.com/coins/images/66465/large/free-png-images-skull-emoji-tran.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sky', 'Sky', 'SKY', 93, 'sky', 'https://assets.coingecko.com/coins/images/39925/large/sky.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sky-coin', 'Sky Coin', 'XSO', 365, 'sky-coin', 'https://assets.coingecko.com/coins/images/69538/large/full_color-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skyai', 'SkyAI', 'SKYAI', 687, 'skyai', 'https://assets.coingecko.com/coins/images/55294/large/1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skycoin', 'Skycoin', 'SKY', 3661, 'skycoin', 'https://assets.coingecko.com/coins/images/687/large/skycoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skyhash', 'Skyhash', 'SKH', 4663, 'skyhash', 'https://assets.coingecko.com/coins/images/50613/large/skh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('skyrim-finance', 'Skyrim Finance', 'SKYRIM', 10642, null, 'https://assets.coingecko.com/coins/images/18003/large/Xo3oCb53_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sl-benfica-fan-token', 'SL Benfica Fan Token', 'BENFICA', 3851, 'sl-benfica-fan-token', 'https://assets.coingecko.com/coins/images/31141/large/BENFICA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('slash-vision-labs', 'Slash Vision Labs', 'SVL', 300, 'slash-vision-labs', 'https://assets.coingecko.com/coins/images/37444/large/svl.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('sleepless-ai', 'Sleepless AI', 'AI', 1745, 'sleepless-ai', 'https://assets.coingecko.com/coins/images/34011/large/z5d4nRDO_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('slerf', 'Slerf', 'SLERF', 972, 'slerf', 'https://assets.coingecko.com/coins/images/36178/large/slerf.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('slimcoin', 'Slimcoin', 'SLM', null, null, 'https://assets.coingecko.com/coins/images/7440/large/817.png', 100);
INSERT OR REPLACE INTO Coin VALUES('slnv2', 'SLNV2', 'SLNV2', null, null, 'https://assets.coingecko.com/coins/images/14032/large/token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('slopfather', 'Slopfather', 'FATHA', 6539, 'slopfather', 'https://assets.coingecko.com/coins/images/52155/large/WTiAe1x9_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('slothana', 'Slothana', 'SLOTH', 2510, 'slothana', 'https://assets.coingecko.com/coins/images/38036/large/Sloth_logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('slove', 'SLOVE', 'SLOVE', 7326, 'slove', 'https://assets.coingecko.com/coins/images/54967/large/logo_square_color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smardex', 'SmarDex', 'SDEX', 993, 'smardex', 'https://assets.coingecko.com/coins/images/29470/large/SDEX_logo_transparent_outside_240x240.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smart-coin-smrtr', 'SmarterCoin', 'SMRTR', null, 'smart-coin-smrtr', 'https://assets.coingecko.com/coins/images/19634/large/kXN8SJ0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smart-layer-network', 'Smart Layer Network', 'SLN', 3302, 'smart-layer-network', 'https://assets.coingecko.com/coins/images/35397/large/sln.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('smart-mfg', 'Smart MFG', 'MFG', 4479, 'smart-mfg', 'https://assets.coingecko.com/coins/images/1842/large/Smart_MFG_Cropped_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smart-valor', 'Smart Valor', 'VALOR', 6994, null, 'https://assets.coingecko.com/coins/images/7231/large/1._SMART_VALOR__Logo_NEW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smartcash', 'SmartCash', 'SMART', 7884, 'smartcash', 'https://assets.coingecko.com/coins/images/832/large/Smartcash-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smartcredit-token', 'SmartCredit Token', 'SMARTCREDIT', 4514, 'smartcredit-token', 'https://assets.coingecko.com/coins/images/13036/large/smartcredit_logo_02_white_a-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smartlands', 'Smartlands Network', 'SLT', 6958, 'smartlands', 'https://assets.coingecko.com/coins/images/2073/large/2aSL-Tvl_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('smartmesh', 'SmartMesh', 'SMT', 5611, null, 'https://assets.coingecko.com/coins/images/1346/large/smartmesh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smartnft', 'SmartNFT', 'SMARTNFT', null, 'smartnft', 'https://assets.coingecko.com/coins/images/20184/large/SmartNFT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smartofgiving', 'smARTOFGIVING', 'AOG', null, null, 'https://assets.coingecko.com/coins/images/6050/large/logo_%286%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smarty-pay', 'Smarty Pay', 'SPY', null, 'smarty-pay', 'https://assets.coingecko.com/coins/images/18813/large/logo_smarty-pay.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smoking-chicken-fish', 'Smoking Chicken Fish', 'SCF', 2999, 'smoking-chicken-fish', 'https://assets.coingecko.com/coins/images/39351/large/SCF_meme.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smol-pep', 'smol pep', 'PEP', 6001, 'smol-pep', 'https://assets.coingecko.com/coins/images/54284/large/IMG_1005.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('smooth-love-potion', 'Smooth Love Potion', 'SLP', 779, 'smooth-love-potion', 'https://assets.coingecko.com/coins/images/10366/large/SLP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('smoothy', 'Smoothy', 'SMTY', 6612, 'smoothy', 'https://assets.coingecko.com/coins/images/15039/large/dDxKgwPN_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('snailbrook', 'SnailBrook', 'SNAIL', 5484, 'snailbrook', 'https://assets.coingecko.com/coins/images/29922/large/snail.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('snap-kero', 'SNAP', '$NAP', 2107, 'snap-kero', 'https://assets.coingecko.com/coins/images/36137/large/snap.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('snek', 'Snek', 'SNEK', 286, 'snek', 'https://assets.coingecko.com/coins/images/30496/large/snek_icon_200_v2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('snfts-seedify-nft-space', 'Seedify NFT Space', 'SNFTS', 5085, 'snfts-seedify-nft-space', 'https://assets.coingecko.com/coins/images/27131/large/seedify.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('snibbu-2', 'Snibbu', 'SNIBBU', 8822, 'snibbu-2', 'https://assets.coingecko.com/coins/images/66275/large/Snibbu.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('snook', 'Snook', 'SNK', 11105, 'snook', 'https://assets.coingecko.com/coins/images/18197/large/snk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('snowball-token', 'Snowball', 'SNOB', 12461, 'snowball-token', 'https://assets.coingecko.com/coins/images/14347/large/snowball.png', 100);
INSERT OR REPLACE INTO Coin VALUES('snowbank', 'Snowbank', 'SB', 946, 'snowbank', 'https://assets.coingecko.com/coins/images/19947/large/sb.png', 100);
INSERT OR REPLACE INTO Coin VALUES('snowcrash-token', 'SnowCrash Token', 'NORA', null, 'snowcrash-token', 'https://assets.coingecko.com/coins/images/17993/large/Nora-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('snowswap', 'Snowswap', 'SNOW', 8558, 'snowswap', 'https://assets.coingecko.com/coins/images/12751/large/uQBJL3A.png', 100);
INSERT OR REPLACE INTO Coin VALUES('snpad', 'SNPad', 'SNPAD', 2681, 'snpad', 'https://assets.coingecko.com/coins/images/38468/large/logo-snpad-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('socean-staked-sol', 'Socean Staked Sol', 'SCNSOL', 711, 'socean-staked-sol', 'https://assets.coingecko.com/coins/images/18468/large/infSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('social-good-project', 'SocialGood', 'SG', 6003, 'social-good-project', 'https://assets.coingecko.com/coins/images/3948/large/logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('social-send', 'Social Send', 'SEND', null, 'social-send', 'https://assets.coingecko.com/coins/images/1308/large/social-send.png', 100);
INSERT OR REPLACE INTO Coin VALUES('societe-generale-forge-eurcv', 'EUR CoinVertible', 'EURCV', 761, 'societe-generale-forge-eurcv', 'https://assets.coingecko.com/coins/images/33415/large/eurcv_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('socrates', 'Socrates', 'SOC', 840, null, 'https://assets.coingecko.com/coins/images/34895/large/socrates.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('soex', 'SOEX', 'SOEX', 3380, 'soex', 'https://assets.coingecko.com/coins/images/54807/large/soex-round_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sogni-ai', 'Sogni AI', 'SOGNI', 2274, 'sogni-ai', 'https://assets.coingecko.com/coins/images/67008/large/sogni.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('soil', 'Soil', 'SOIL', 2259, 'soil', 'https://assets.coingecko.com/coins/images/32050/large/SOIL_sygnet_dark_blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sokuswap', 'SokuSwap', 'SOKU', null, 'sokuswap', 'https://assets.coingecko.com/coins/images/18378/large/VCIEHaG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sol-bastard', 'Sol Bastard', 'SOBA', 9797, 'sol-bastard', 'https://assets.coingecko.com/coins/images/37890/large/Untitled_design_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sol-wormhole', 'SOL (Wormhole)', 'SOL', null, 'sol-wormhole', 'https://assets.coingecko.com/coins/images/22876/large/SOL_wh_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sola-ai', 'SOLA AI', 'SOLA', 6780, 'sola-ai', 'https://assets.coingecko.com/coins/images/53481/large/sola_ai.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sola-token', 'SOLA Token', 'SOLA', 11748, 'sola-token', 'https://assets.coingecko.com/coins/images/18263/large/sola-new.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solace-2', 'Solace', '$SOLACE', 6381, 'solace-2', 'https://assets.coingecko.com/coins/images/66174/large/solace_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('solama', 'Solama', 'SOLAMA', 3453, 'solama', 'https://assets.coingecko.com/coins/images/34218/large/IMG_20240101_195943_869.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('solana', 'Solana', 'SOL', 6, 'solana', 'https://assets.coingecko.com/coins/images/4128/large/solana.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solana-bridged-trx-solana', 'Solana Bridged TRX (Solana)', 'TRX', 1450, 'solana-bridged-trx-solana', 'https://assets.coingecko.com/coins/images/69465/large/trx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solana-name-service', 'Solana Name Service', 'SNS', 1887, 'solana-name-service', 'https://assets.coingecko.com/coins/images/55691/large/0cxkA759_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('solana-social-explorer', 'Solana Social Explorer', 'SSE', 5102, 'solana-social-explorer', 'https://assets.coingecko.com/coins/images/54214/large/8tVJPrj6_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('solana-swap', 'Solana Swap', 'SOS', 7358, 'solana-swap', 'https://assets.coingecko.com/coins/images/50379/large/200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solanahub-staked-sol', 'SolanaHub staked SOL', 'HUBSOL', 3180, 'solanahub-staked-sol', 'https://assets.coingecko.com/coins/images/36204/large/hub.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solanium', 'Solanium', 'SLIM', 2919, 'solanium', 'https://assets.coingecko.com/coins/images/15816/large/logo_cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solape-token', 'SOLAPE Token', 'SOLAPE', 9486, 'solape-token', 'https://assets.coingecko.com/coins/images/16930/large/128px-coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solar-energy', 'Solar Energy', 'SEG', null, 'solar-energy', 'https://assets.coingecko.com/coins/images/20935/large/seg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solarbeam', 'Solarbeam', 'SOLAR', 8584, 'solarbeam', 'https://assets.coingecko.com/coins/images/18260/large/solarbeamlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solaris-ai', 'Solaris AI', 'SOLARIS', 5987, 'solaris-ai', 'https://assets.coingecko.com/coins/images/51351/large/200x200-v2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solayer', 'Solayer', 'LAYER', 666, 'solayer', 'https://assets.coingecko.com/coins/images/53498/large/Layer_Green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solayer-staked-sol', 'Solayer Staked SOL', 'SSOL', 663, 'solayer-staked-sol', 'https://assets.coingecko.com/coins/images/39933/large/Green_Back_01a_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solayer-usd', 'Solayer sUSD', 'SUSD', 2011, 'solayer-usd', 'https://assets.coingecko.com/coins/images/50500/large/Solid_green_and_white_01a_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solbank', 'Solbank', 'SB', 8620, null, 'https://assets.coingecko.com/coins/images/35831/large/sb-logo-200x200-transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solberg', 'Solberg', 'SLB', 7875, 'solberg', 'https://assets.coingecko.com/coins/images/18918/large/logo_%2822%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solcasino-token', 'Solcasino Token', 'SCS', 2299, 'solcasino-token', 'https://assets.coingecko.com/coins/images/30228/large/logo_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solchat', 'Solchat', 'CHAT', 3468, 'solchat', 'https://assets.coingecko.com/coins/images/35197/large/CHAT1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solchicks-token', 'SolChicks Token', 'CHICKS', 8271, 'solchicks-token', 'https://assets.coingecko.com/coins/images/20978/large/chicks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('soldex', 'Soldex', 'SOLX', 9894, 'soldex', 'https://assets.coingecko.com/coins/images/21362/large/output-onlinepngtools_%2811%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('soldoge', 'SolDoge', 'SDOGE', 8250, 'soldoge', 'https://assets.coingecko.com/coins/images/19746/large/2L4aX1r.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solend', 'Solend', 'SLND', null, 'solend', 'https://assets.coingecko.com/coins/images/19573/large/logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('soleng', 'SOLENG', 'SOLENG', 7857, 'soleng', 'https://assets.coingecko.com/coins/images/54017/large/Adobe_Express_-_file.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solex-finance', 'Solex Finance', 'SLX', 9708, null, 'https://assets.coingecko.com/coins/images/19392/large/logo_-_2021-10-25T161153.717.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solfarm', 'Tulip Protocol', 'TULIP', 7227, 'solfarm', 'https://assets.coingecko.com/coins/images/15764/large/TqrUdBG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solforge-fusion', 'SolForge Fusion', 'SFG', 2638, 'solforge-fusion', 'https://assets.coingecko.com/coins/images/50754/large/SFG-Icon-Orange_200_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solice', 'Solice', 'SLC', null, 'solice', 'https://assets.coingecko.com/coins/images/22115/large/solice_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solid', 'Solana ID', 'SOLID', 3176, 'solid', 'https://assets.coingecko.com/coins/images/54372/large/logo_social_media.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solidex', 'Solidex', 'SEX', 9483, null, 'https://assets.coingecko.com/coins/images/23855/large/photo_2022-02-23_09.01.21.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('solidus-aitech', 'Solidus Ai Tech', 'AITECH', 726, 'solidus-aitech', 'https://assets.coingecko.com/coins/images/22114/large/CMC_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solnic', 'Solnic', 'SOLNIC', 2408, 'solnic', 'https://assets.coingecko.com/coins/images/50976/large/200_Solnic_Logo_New.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solo-coin', 'Sologenic', 'SOLO', 580, 'solo-coin', 'https://assets.coingecko.com/coins/images/10771/large/solo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solpad-finance', 'Solpad Finance', 'SOLPAD', null, 'solpad-finance', 'https://assets.coingecko.com/coins/images/16368/large/solpad.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('solport-tom-s-bunny-lola', 'Solport Tom''s bunny Lola', 'LOLA', 7531, 'solport-tom-s-bunny-lola', 'https://assets.coingecko.com/coins/images/56013/large/photo_2025-04-29_19-16-45.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('solrazr', 'SolRazr', 'SOLR', null, null, 'https://assets.coingecko.com/coins/images/18390/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solrise-finance', 'Solrise Finance', 'SLRS', 7668, 'solrise-finance', 'https://assets.coingecko.com/coins/images/15762/large/9989.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solster', 'Solster', 'STR', null, 'solster', 'https://assets.coingecko.com/coins/images/18621/large/log-350.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solv-btc', 'Solv Protocol SolvBTC', 'SOLVBTC', 105, 'solv-btc', 'https://assets.coingecko.com/coins/images/36800/large/solvBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solv-protocol', 'Solv Protocol', 'SOLV', 1071, 'solv-protocol', 'https://assets.coingecko.com/coins/images/27987/large/solv.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('solv-protocol-solvbtc-bbn', 'Solv Protocol SolvBTC.BBN', 'SOLVBTC.BBN', 244, 'solv-protocol-solvbtc-bbn', 'https://assets.coingecko.com/coins/images/39384/large/xSolvBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solv-protocol-solvbtc-core', 'Solv Protocol SolvBTC.CORE', 'SOLVBTC.CORE', 1069, 'solv-protocol-solvbtc-core', 'https://assets.coingecko.com/coins/images/50781/large/20241016-213746.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('solv-protocol-solvbtc-jupiter', 'Solv Protocol SolvBTC Jupiter', 'SOLVBTC.JUP', 646, 'solv-protocol-solvbtc-jupiter', 'https://assets.coingecko.com/coins/images/54834/large/solvBTC_Jupiter.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solve-care', 'SOLVE', 'SOLVE', 7427, 'solve-care', 'https://assets.coingecko.com/coins/images/1768/large/Solve.Token_logo_200_200_wiyhout_BG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('solyard-finance', 'Solyard Finance', 'YARD', 12587, 'solyard-finance', 'https://assets.coingecko.com/coins/images/18400/large/IMG_7306.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('sombra-network', 'Sombra', 'SMBR', 5226, null, 'https://assets.coingecko.com/coins/images/17884/large/SMBR_120x120.png', 100);
INSERT OR REPLACE INTO Coin VALUES('somee-social', 'SoMee.Social', 'SOMEE', 7066, null, 'https://assets.coingecko.com/coins/images/16406/large/SoMeeBallLogo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('somesing', 'SOMESING', 'SSX', 5553, 'somesing', 'https://assets.coingecko.com/coins/images/10089/large/ico_ss_4x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('somnia', 'Somnia', 'SOMI', 527, 'somnia', 'https://assets.coingecko.com/coins/images/68061/large/somniacg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('somnium-space-cubes', 'Somnium Space CUBEs', 'CUBE', 2448, 'somnium-space-cubes', 'https://assets.coingecko.com/coins/images/10687/large/CUBE_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sonarwatch', 'SonarWatch', 'SONAR', null, 'sonarwatch', 'https://assets.coingecko.com/coins/images/20494/large/S_7gaWIC_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('soneium-bridged-usdc-soneium', 'Soneium Bridged USDC (Soneium)', 'USDC.E', 1128, 'soneium-bridged-usdc-soneium', 'https://assets.coingecko.com/coins/images/53776/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('songbird', 'Songbird', 'SGB', 656, 'songbird', 'https://assets.coingecko.com/coins/images/18663/large/SGB_512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sonic-3', 'Sonic', 'S', 136, 'sonic-3', 'https://assets.coingecko.com/coins/images/38108/large/200x200_Sonic_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sonic-bridged-usdc-e-sonic', 'Sonic Bridged USDC.e (Sonic)', 'USDC.E', null, null, 'https://assets.coingecko.com/coins/images/53064/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sonic-snipe-bot', 'Sonic Snipe Bot', 'SONIC', 5379, 'sonic-snipe-bot', 'https://assets.coingecko.com/coins/images/50618/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sonic-svm', 'Sonic SVM', 'SONIC', 802, 'sonic-svm', 'https://assets.coingecko.com/coins/images/53061/large/Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sonic-the-goat', 'Sonic The Goat', 'GOAT', 6893, 'sonic-the-goat', 'https://assets.coingecko.com/coins/images/37096/large/Goat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sonm', 'SONM', 'SNM', 9756, null, 'https://assets.coingecko.com/coins/images/861/large/sonm.png', 100);
INSERT OR REPLACE INTO Coin VALUES('soon-2', 'SOON', 'SOON', 296, 'soon-2', 'https://assets.coingecko.com/coins/images/55124/large/red_2.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('sopay', 'SoPay', 'SOP', null, 'sopay', 'https://assets.coingecko.com/coins/images/6736/large/sopay.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sophon', 'Sophon', 'SOPH', 795, 'sophon', 'https://assets.coingecko.com/coins/images/38680/large/sophon_logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sophon-bridged-usdc-sophon', 'Sophon Bridged USDC (Sophon)', 'USDC', 2722, 'sophon-bridged-usdc-sophon', 'https://assets.coingecko.com/coins/images/66649/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sora', 'Sora', 'XOR', 12402, 'sora', 'https://assets.coingecko.com/coins/images/11093/large/sora_logo_cg_white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sora-labs', 'Sora Labs', 'SORA', 8425, 'sora-labs', 'https://assets.coingecko.com/coins/images/53681/large/sora-labs-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sora-validator-token', 'Sora Validator Token', 'VAL', 3668, 'sora-validator-token', 'https://assets.coingecko.com/coins/images/13299/large/val-gold-256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sorachancoin', 'SorachanCoin', 'SORA', null, null, 'https://assets.coingecko.com/coins/images/9613/large/SorachanCoin200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sosana', 'SOSANA', 'SOSANA', 1181, 'sosana', 'https://assets.coingecko.com/coins/images/69075/large/CB_B5hjU_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sosovalue', 'SoSoValue', 'SOSO', 320, 'sosovalue', 'https://assets.coingecko.com/coins/images/53919/large/soso.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('soul-graph', 'Soul Graph', 'GRPH', 4253, 'soul-graph', 'https://assets.coingecko.com/coins/images/53357/large/Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('soul-swap', 'Soul Swap', 'SOUL', 7536, null, 'https://assets.coingecko.com/coins/images/18581/large/soul.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('source', 'Source', 'SOURCE', 5029, 'source', 'https://assets.coingecko.com/coins/images/32553/large/Source.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sovrun', 'Sovrun', 'SOVRN', 2168, 'sovrun', 'https://assets.coingecko.com/coins/images/52312/large/IMG_20241202_183145_081.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sovryn', 'Sovryn', 'SOV', 2104, 'sovryn', 'https://assets.coingecko.com/coins/images/16248/large/sovryn_logo_orange.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sozoai', 'SōzōAI', 'SOAI', 10932, 'sozoai', 'https://assets.coingecko.com/coins/images/53521/large/photo_2025-01-10_15-24-51.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sp500-xstock', 'SP500 xStock', 'SPYX', 1883, 'sp500-xstock', 'https://assets.coingecko.com/coins/images/66695/large/Ticker_SPX__Company_Name_SP500__size_200x200_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('space-id', 'SPACE ID', 'ID', 771, 'space-id', 'https://assets.coingecko.com/coins/images/29468/large/sid_token_logo_%28green2%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('space-iz', 'SPACE-iZ', 'SPIZ', 8013, null, 'https://assets.coingecko.com/coins/images/12213/large/Frame_1000002608.png', 100);
INSERT OR REPLACE INTO Coin VALUES('space-nation-oikos', 'Space Nation Oikos', 'OIK', 2203, 'space-nation-oikos', 'https://assets.coingecko.com/coins/images/54823/large/oik-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('space-token-bsc', 'Space Token BSC', 'SPACE', 6006, 'space-token-bsc', 'https://assets.coingecko.com/coins/images/20676/large/jYw3kgsY_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spacecatch', 'SpaceCatch', 'CATCH', 5108, 'spacecatch', 'https://assets.coingecko.com/coins/images/36632/large/Logomark_colours.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spacechain-erc-20', 'SpaceChain (ERC-20)', 'SPC', 1722, 'spacechain-erc-20', 'https://assets.coingecko.com/coins/images/6659/large/Spacechain.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('spacefalcon', 'SpaceFalcon', 'FCON', 6860, 'spacefalcon', 'https://assets.coingecko.com/coins/images/21760/large/Space_Falcon_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spacegoat-token', 'SpaceGoat Token', 'SGT', null, null, 'https://assets.coingecko.com/coins/images/16077/large/Space-Goat-200-x-200-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spacelens', 'Spacelens', 'SPACE', null, 'spacelens', 'https://assets.coingecko.com/coins/images/16979/large/SPACE___Spacelens.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spacem-token', 'SPACEM WORLD', 'SPCM', 2942, 'spacem-token', 'https://assets.coingecko.com/coins/images/52188/large/photo_2025-02-16_16-38-04.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('spacemesh', 'Spacemesh', '$SMH', 6697, 'spacemesh', 'https://assets.coingecko.com/coins/images/33009/large/oLBL3X94_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spacen', 'SpaceN', 'SN', null, 'spacen', 'https://assets.coingecko.com/coins/images/27576/large/sn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spaceswap-milk2', 'Spaceswap MILK2', 'MILK2', 9118, 'spaceswap-milk2', 'https://assets.coingecko.com/coins/images/12771/large/milk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spaceswap-shake', 'Spaceswap SHAKE', 'SHAKE', 11530, 'spaceswap-shake', 'https://assets.coingecko.com/coins/images/12765/large/shake.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spacevikings', 'SpaceVikings', 'SVT', null, null, 'https://assets.coingecko.com/coins/images/15820/large/pf-46468a65--TRANS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spain-national-fan-token', 'Spain National Fan Token', 'SNFT', 4752, 'spain-national-fan-token', 'https://assets.coingecko.com/coins/images/18827/large/SNFT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spark-2', 'Spark', 'SPK', 606, 'spark-2', 'https://assets.coingecko.com/coins/images/38637/large/Spark-Logomark-RGB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sparkdex', 'SparkDEX', 'SPRK', 3369, 'sparkdex', 'https://assets.coingecko.com/coins/images/66902/large/Group_1410077194.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sparkpoint', 'SparkPoint', 'SRK', 5836, 'sparkpoint', 'https://assets.coingecko.com/coins/images/8371/large/srk-new-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sparkpoint-fuel', 'SparkPoint Fuel', 'SFUEL', 7007, null, 'https://assets.coingecko.com/coins/images/13564/large/SFUEL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sparta-2', 'SPARTA', 'SPARTA', 1941, 'sparta-2', 'https://assets.coingecko.com/coins/images/55228/large/SPARTA_LOGO.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('spartacus', 'Spartacus', 'SPA', null, 'spartacus', 'https://assets.coingecko.com/coins/images/19744/large/3IdUVrGl_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('spartadex', 'SpartaDEX', 'SPARTA', 7918, 'spartadex', 'https://assets.coingecko.com/coins/images/30836/large/SpartaDex_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('spartan-protocol-token', 'Spartan Protocol Token', 'SPARTA', 3100, 'spartan-protocol-token', 'https://assets.coingecko.com/coins/images/12638/large/coin_sparta_black_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spdr-s-p-500-etf-ondo-tokenized-etf', 'SPDR S&P 500 ETF (Ondo Tokenized ETF)', 'SPYON', 1196, 'spdr-s-p-500-etf-ondo-tokenized-etf', 'https://assets.coingecko.com/coins/images/68655/large/spyon_160x160.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spectra-finance', 'Spectra', 'SPECTRA', 1899, 'spectra-finance', 'https://assets.coingecko.com/coins/images/52854/large/spectra.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('spectral', 'Spectral', 'SPEC', 2441, 'spectral', 'https://assets.coingecko.com/coins/images/36138/large/ls7wS7vf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('spectre-ai', 'Spectre AI', 'SPECTRE', 1500, 'spectre-ai', 'https://assets.coingecko.com/coins/images/33066/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spectrecoin', 'Alias', 'ALIAS', null, 'spectrecoin', 'https://assets.coingecko.com/coins/images/546/large/Alias-Icon-Orange.png', 100);
INSERT OR REPLACE INTO Coin VALUES('speedy-2', 'Speedy', 'SPEEDY', 4995, 'speedy-2', 'https://assets.coingecko.com/coins/images/50566/large/image0_%281%29.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('spell-token', 'Spell Token', 'SPELL', 677, 'spell-token', 'https://assets.coingecko.com/coins/images/15861/large/abracadabra-3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sperax', 'Sperax', 'SPA', 1295, 'sperax', 'https://assets.coingecko.com/coins/images/12232/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sperax-usd', 'Sperax USD', 'USDS', 3990, 'sperax-usd', 'https://assets.coingecko.com/coins/images/21973/large/USDs_logo_1000X1000.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spherium', 'Spherium', 'SPHRI', null, null, 'https://assets.coingecko.com/coins/images/17787/large/Group_15.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spheroid-universe', 'Spheroid Universe', 'SPH', 3882, 'spheroid-universe', 'https://assets.coingecko.com/coins/images/11968/large/Frame_36.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spheron-network', 'Spheron Network', 'SPON', 2141, 'spheron-network', 'https://assets.coingecko.com/coins/images/38395/large/Dark_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spinning-cat', 'Spinning Cat', 'OIIAOIIA', 3782, 'spinning-cat', 'https://assets.coingecko.com/coins/images/51837/large/IMG_4912.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('spintop', 'Spintop', 'SPIN', 7225, 'spintop', 'https://assets.coingecko.com/coins/images/21209/large/51683048395_1cb5de34ca_o.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spiritswap', 'SpiritSwap', 'SPIRIT', 5468, null, 'https://assets.coingecko.com/coins/images/15118/large/token-icon_m.png', 100);
INSERT OR REPLACE INTO Coin VALUES('splinterlands', 'Splinterlands', 'SPS', 2651, 'splinterlands', 'https://assets.coingecko.com/coins/images/17332/large/splinter.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('splyt', 'Splyt', 'SHOPX', 5321, null, 'https://assets.coingecko.com/coins/images/14600/large/SHOPX2024-Profilpic256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spookyswap', 'Spookyswap', 'BOO', null, 'spookyswap', 'https://assets.coingecko.com/coins/images/15223/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spool-dao-token', 'Spool DAO Token', 'SPOOL', 3040, null, 'https://assets.coingecko.com/coins/images/21532/large/spool.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spore', 'Spore', 'SPORE', 4801, 'spore', 'https://assets.coingecko.com/coins/images/14470/large/spore-logo-cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spore-2', 'Spore', 'SPORE', 5214, 'spore-2', 'https://assets.coingecko.com/coins/images/53063/large/spore_avatar-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spores-network', 'Spores Network', 'SPO', 6263, 'spores-network', 'https://assets.coingecko.com/coins/images/17431/large/SPO_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sportium', 'Sportium', 'SPRT', 8926, null, 'https://assets.coingecko.com/coins/images/20981/large/sportium_logo_symbolmark_skyblue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sportpoint', 'SportPoint', 'POINT', 874, null, 'https://assets.coingecko.com/coins/images/40083/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sportsicon', 'SportsIcon', '$ICONS', 5769, null, 'https://assets.coingecko.com/coins/images/20856/large/icons-coin-gold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sportstensor', 'Sportstensor', 'SN41', 1356, 'sportstensor', 'https://assets.coingecko.com/coins/images/66370/large/sportstensor-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('spring-staked-sui', 'Spring Staked SUI', 'SSUI', 1213, 'spring-staked-sui', 'https://assets.coingecko.com/coins/images/51233/large/Token_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spunkysdx', 'SpunkySDX', 'SSDX', 3687, null, 'https://assets.coingecko.com/coins/images/52469/large/spunkysdx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('spx6900', 'SPX6900', 'SPX', 104, 'spx6900', 'https://assets.coingecko.com/coins/images/31401/large/centeredcoin_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sqgl-vault-nftx', 'SQGL Vault (NFTX)', 'SQGL', null, null, 'https://assets.coingecko.com/coins/images/17041/large/SQGL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('squid-game', 'Squid Game', 'SQUID', null, 'squid-game', 'https://assets.coingecko.com/coins/images/20506/large/squid.png', 100);
INSERT OR REPLACE INTO Coin VALUES('squidgrow-2', 'SquidGrow', 'SQGROW', 1929, 'squidgrow-2', 'https://assets.coingecko.com/coins/images/50187/large/cmc_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('squigglestrategy', 'SquiggleStrategy', 'SQUIGSTR', 3355, 'squigglestrategy', 'https://assets.coingecko.com/coins/images/69532/large/tokenworks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sroomai-dao', 'SroomAI DAO', 'SHR0', 3834, 'sroomai-dao', 'https://assets.coingecko.com/coins/images/53568/large/0_0_R3_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('srune', 'sRUNE', 'SRUNE', null, 'srune', 'https://assets.coingecko.com/coins/images/14953/large/sRUNE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ssv-network', 'SSV Network', 'SSV', 871, 'ssv-network', 'https://assets.coingecko.com/coins/images/19155/large/ssv.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stabilize', 'Stabilize', 'STBZ', null, 'stabilize', 'https://assets.coingecko.com/coins/images/12753/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stabledoc-token', 'Stabledoc Token', 'SDT', null, 'stabledoc-token', 'https://assets.coingecko.com/coins/images/19124/large/stabledoc.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('stablr-euro', 'StablR Euro', 'EURR', 1596, 'stablr-euro', 'https://assets.coingecko.com/coins/images/53720/large/stablreuro-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stablr-usd', 'StablR USD', 'USDR', 2292, 'stablr-usd', 'https://assets.coingecko.com/coins/images/53721/large/stablrusd-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stack-2', 'Stack', 'MORE', 4212, null, 'https://assets.coingecko.com/coins/images/38671/large/more-v1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stackos', 'StackOS', 'STACK', null, 'stackos', null, 100);
INSERT OR REPLACE INTO Coin VALUES('stacktical', 'DSLA Protocol', 'DSLA', 4737, 'stacktical', 'https://assets.coingecko.com/coins/images/6694/large/dsla_logo-squared_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stacy-staked-xtz', 'Stacy Staked XTZ', 'STXTZ', 2308, 'stacy-staked-xtz', 'https://assets.coingecko.com/coins/images/66203/large/stXTZ_token_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stader', 'Stader', 'SD', 1105, 'stader', 'https://assets.coingecko.com/coins/images/20658/large/SD_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stader-bnbx', 'Stader BNBx', 'BNBX', 1217, 'stader-bnbx', 'https://assets.coingecko.com/coins/images/26842/large/BNBx_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stader-ethx', 'Stader ETHx', 'ETHX', 152, 'stader-ethx', 'https://assets.coingecko.com/coins/images/30870/large/staderx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stader-maticx', 'Stader MaticX', 'MATICX', 1038, 'stader-maticx', 'https://assets.coingecko.com/coins/images/25383/large/maticx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stader-sftmx', 'BeethovenX sFTMX', 'SFTMX', 2412, 'stader-sftmx', 'https://assets.coingecko.com/coins/images/26586/large/sftmx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stafi', 'Stafi', 'FIS', 1699, 'stafi', 'https://assets.coingecko.com/coins/images/12423/large/FIS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staicy-sport', 'Staicy Sport', 'SPORT', 2899, 'staicy-sport', 'https://assets.coingecko.com/coins/images/55297/large/FINALLOGHO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stake-dao', 'Stake DAO', 'SDT', 1285, 'stake-dao', 'https://assets.coingecko.com/coins/images/13724/large/stakedao_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stake-link', 'stake.link', 'SDL', 1008, 'stake-link', 'https://assets.coingecko.com/coins/images/28406/large/stake.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stakeborg-dao', 'Stakeborg DAO', 'STANDARD', 8306, 'stakeborg-dao', 'https://assets.coingecko.com/coins/images/20119/large/construct200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stakecube', 'Stakecube', 'SCC', 7125, 'stakecube', 'https://assets.coingecko.com/coins/images/5534/large/scc-4096x4096.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-aave-balancer-pool-token', 'Staked Aave Balancer Pool Token', 'STKABPT', null, 'staked-aave-balancer-pool-token', 'https://assets.coingecko.com/coins/images/16789/large/StkABPT_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-aria-premier-launch', 'Staked Aria Premier Launch', 'STAPL', 2024, 'staked-aria-premier-launch', 'https://assets.coingecko.com/coins/images/67815/large/APL_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-ether', 'Lido Staked Ether', 'STETH', 8, 'staked-ether', 'https://assets.coingecko.com/coins/images/13442/large/steth_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-frax', 'Staked FRAX', 'SFRAX', 647, 'staked-frax', 'https://assets.coingecko.com/coins/images/35383/large/SFRAX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-frax-ether', 'Staked Frax Ether', 'SFRXETH', 254, 'staked-frax-ether', 'https://assets.coingecko.com/coins/images/28285/large/sfrxETH_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-frax-usd', 'Staked Frax USD', 'SFRXUSD', 842, 'staked-frax-usd', 'https://assets.coingecko.com/coins/images/53964/large/sfrxUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-hype', 'Staked HYPE', 'STHYPE', 609, 'staked-hype', 'https://assets.coingecko.com/coins/images/54509/large/hyperliquid.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-ip', 'Staked IP', 'STIP', 1987, 'staked-ip', 'https://assets.coingecko.com/coins/images/69438/large/stip.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-kofi-aptos', 'Staked Kofi (Aptos)', 'STKAPT', 1270, 'staked-kofi-aptos', 'https://assets.coingecko.com/coins/images/66611/large/stkapt-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-stream-usd', 'Staked Stream USD', 'XUSD', 288, 'staked-stream-usd', 'https://assets.coingecko.com/coins/images/67383/large/xusd.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-usd1', 'staked USD1+', 'SUSD1+', 577, 'staked-usd1', 'https://assets.coingecko.com/coins/images/67933/large/sUSD1_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-usn', 'Staked USN', 'SUSN', 1283, 'staked-usn', 'https://assets.coingecko.com/coins/images/54924/large/sUSN_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('staked-uty', 'Staked UTY', 'YUTY', 1424, 'staked-uty', 'https://assets.coingecko.com/coins/images/67386/large/yuty.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stakestone', 'StakeStone', 'STO', 926, 'stakestone', 'https://assets.coingecko.com/coins/images/55050/large/STO-white-bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stakestone-berachain-vault-token', 'StakeStone Berachain Vault Token', 'BERASTONE', 1573, 'stakestone-berachain-vault-token', 'https://assets.coingecko.com/coins/images/53143/large/beraSTONE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stakewise', 'StakeWise', 'SWISE', 1810, 'stakewise', 'https://assets.coingecko.com/coins/images/15044/large/stakewise200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stakewise-v3-oseth', 'StakeWise Staked ETH', 'OSETH', 86, 'stakewise-v3-oseth', 'https://assets.coingecko.com/coins/images/33117/large/Frame_27513839.png', 100);
INSERT OR REPLACE INTO Coin VALUES('standard-protocol', 'Standard Protocol', 'STND', 8106, 'standard-protocol', 'https://assets.coingecko.com/coins/images/15100/large/STND_logo_black_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('standx-dusd', 'StandX DUSD', 'DUSD', 349, 'standx-dusd', 'https://assets.coingecko.com/coins/images/55984/large/output-onlinepngtools.png', 100);
INSERT OR REPLACE INTO Coin VALUES('star', 'Star', 'STAR', 3346, 'star', 'https://assets.coingecko.com/coins/images/68995/large/star_gecko_orange.png', 100);
INSERT OR REPLACE INTO Coin VALUES('star-atlas', 'Star Atlas', 'ATLAS', 1605, 'star-atlas', 'https://assets.coingecko.com/coins/images/17659/large/Icon_Reverse.png', 100);
INSERT OR REPLACE INTO Coin VALUES('star-atlas-dao', 'Star Atlas DAO', 'POLIS', 1352, 'star-atlas-dao', 'https://assets.coingecko.com/coins/images/17789/large/POLIS.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('star-wars-cat', 'Star Wars Cat', 'SWCAT', null, null, 'https://assets.coingecko.com/coins/images/20899/large/star_wars_cat.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('starcoin', 'Starcoin', 'STC', 4839, 'starcoin', 'https://assets.coingecko.com/coins/images/20921/large/stc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stardoge', 'StarDOGE', 'STARDOGE', 10372, null, 'https://assets.coingecko.com/coins/images/52123/large/IMG_1297.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-usdc', 'Stargate Bridged USDC', 'USDC.E', 457, 'stargate-bridged-usdc', 'https://assets.coingecko.com/coins/images/69316/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-usdc-abstract', 'Stargate Bridged USDC (Abstract)', 'USDC.E', 1785, 'stargate-bridged-usdc-abstract', 'https://assets.coingecko.com/coins/images/54026/large/abstract_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-usdc-berachain', 'Stargate Bridged USDC (Berachain)', 'USDC.E', 1348, 'stargate-bridged-usdc-berachain', 'https://assets.coingecko.com/coins/images/54336/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-usdc-botanix', 'Stargate Bridged USDC (Botanix)', 'USDC.E', 2218, 'stargate-bridged-usdc-botanix', 'https://assets.coingecko.com/coins/images/67555/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-usdc-flare', 'Stargate Bridged USDC (Flare)', 'USDC.E', 1435, 'stargate-bridged-usdc-flare', 'https://assets.coingecko.com/coins/images/67302/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-usdc-plume', 'Stargate Bridged USDC (Plume)', 'USDC.E', 1071, 'stargate-bridged-usdc-plume', 'https://assets.coingecko.com/coins/images/66243/large/USDC_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-usdc-story', 'Stargate Bridged USDC (Story)', 'USDC.E', 1806, 'stargate-bridged-usdc-story', 'https://assets.coingecko.com/coins/images/54377/large/usdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-bridged-weth', 'Stargate Bridged WETH', 'WETH', 290, 'stargate-bridged-weth', 'https://assets.coingecko.com/coins/images/69466/large/weth_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-finance', 'Stargate Finance', 'STG', 382, 'stargate-finance', 'https://assets.coingecko.com/coins/images/24413/large/STG_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stargate-wrapped-eeth-scroll', 'Stargate Bridged weETH (Scroll)', 'WEETH', 1142, 'stargate-wrapped-eeth-scroll', 'https://assets.coingecko.com/coins/images/67609/large/weeth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stargaze', 'Stargaze', 'STARS', 3236, 'stargaze', 'https://assets.coingecko.com/coins/images/22363/large/pink_star_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('starknet', 'Starknet', 'STRK', 162, 'starknet', 'https://assets.coingecko.com/coins/images/26433/large/starknet.png', 100);
INSERT OR REPLACE INTO Coin VALUES('starlaunch', 'StarLaunch', 'STARS', null, 'starlaunch', 'https://assets.coingecko.com/coins/images/20109/large/OP3eksDQ_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('starlink', 'StarLink', 'STARL', 2507, 'starlink', 'https://assets.coingecko.com/coins/images/16824/large/ZxJbRWJ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('starmon-token', 'StarMon Token', 'SMON', null, null, 'https://assets.coingecko.com/coins/images/18130/large/StarMon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('starname', 'Starname', 'IOV', 7917, null, 'https://assets.coingecko.com/coins/images/12660/large/iov.png', 100);
INSERT OR REPLACE INTO Coin VALUES('starrynift', 'StarryNift', 'SNIFT', 4780, 'starrynift', 'https://assets.coingecko.com/coins/images/50365/large/logo_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stars-2', 'STARS', 'STARS', 4400, 'stars-2', 'https://assets.coingecko.com/coins/images/53049/large/IMG_4164.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('starsharks', 'StarSharks', 'SSS', null, 'starsharks', 'https://assets.coingecko.com/coins/images/21667/large/FLjJKQd0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('starship', 'StarShip', 'STARSHIP', 4727, 'starship', 'https://assets.coingecko.com/coins/images/15580/large/starship.png', 100);
INSERT OR REPLACE INTO Coin VALUES('starslax', 'StarSlax', 'SSLX', 3684, 'starslax', 'https://assets.coingecko.com/coins/images/26935/large/StarSlax_%28SSLX%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('startup', 'Startup', 'STARTUP', 2753, 'startup', 'https://assets.coingecko.com/coins/images/55759/large/FY-YVs65_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stasis-eurs', 'STASIS EURO', 'EURS', 419, 'stasis-eurs', 'https://assets.coingecko.com/coins/images/5164/large/EURS_300x300.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stat', 'STAT', 'STAT', 1975, 'stat', 'https://assets.coingecko.com/coins/images/26602/large/stat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('statera', 'Statera', 'STA', 7163, 'statera', 'https://assets.coingecko.com/coins/images/11472/large/Statera.png', 100);
INSERT OR REPLACE INTO Coin VALUES('status', 'Status', 'SNT', 590, 'status', 'https://assets.coingecko.com/coins/images/779/large/status.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stax-token', 'STAX Token', '$STAX', 1489, 'stax-token', 'https://assets.coingecko.com/coins/images/69498/large/1000040780.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('staysafu', 'StaySAFU', 'SAFU', 7740, 'staysafu', 'https://assets.coingecko.com/coins/images/17781/large/staysafu.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('stbl', 'STBL', 'STBL', 657, 'stbl', 'https://assets.coingecko.com/coins/images/69277/large/stbl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('steam-exchange', 'Wrapped STEAMX', 'WSTEAMX', 1690, 'steam-exchange', 'https://assets.coingecko.com/coins/images/16914/large/steamx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('steam22', 'Steam22', 'STM', 1862, 'steam22', 'https://assets.coingecko.com/coins/images/68114/large/IMG_9217.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('steem', 'Steem', 'STEEM', 756, 'steem', 'https://assets.coingecko.com/coins/images/398/large/steem.png', 100);
INSERT OR REPLACE INTO Coin VALUES('steem-dollars', 'Steem Dollars', 'SBD', 2269, 'steem-dollars', 'https://assets.coingecko.com/coins/images/652/large/steem_dollars.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stella-armada', 'Stella Armada', 'SARM', 12563, 'stella-armada', 'https://assets.coingecko.com/coins/images/67232/large/sarm-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stellar', 'Stellar', 'XLM', 19, 'stellar', 'https://assets.coingecko.com/coins/images/100/large/fmpFRHHQ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stellite', 'Scala', 'XLA', 7570, 'stellite', 'https://assets.coingecko.com/coins/images/3736/large/round_128x128.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stemx', 'STEMX', 'STEMX', null, 'stemx', 'https://assets.coingecko.com/coins/images/19739/large/13702.png', 100);
INSERT OR REPLACE INTO Coin VALUES('step-app-fitfi', 'Step App', 'FITFI', 2584, 'step-app-fitfi', 'https://assets.coingecko.com/coins/images/25015/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('step-finance', 'Step Finance', 'STEP', 1506, 'step-finance', 'https://assets.coingecko.com/coins/images/14988/large/step.png', 100);
INSERT OR REPLACE INTO Coin VALUES('step-hero', 'Step Hero', 'HERO', null, 'step-hero', 'https://assets.coingecko.com/coins/images/17700/large/stephero.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('stepn', 'STEPN', 'GMT', 539, 'stepn', 'https://assets.coingecko.com/coins/images/23597/large/token-gmt-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stfx', 'STFX', 'STFX', 5720, 'stfx', 'https://assets.coingecko.com/coins/images/28631/large/stfx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stobox-token', 'Stobox Token', 'STBU', 3885, 'stobox-token', 'https://assets.coingecko.com/coins/images/12637/large/123456826.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ston', 'Ston', 'STON', 12440, 'ston', 'https://assets.coingecko.com/coins/images/13001/large/ston-v2-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ston-2', 'STON', 'STON', 1209, 'ston-2', 'https://assets.coingecko.com/coins/images/31233/large/STON.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stonks-4', 'Stonks', 'STNK', 2238, 'stonks-4', 'https://assets.coingecko.com/coins/images/52124/large/hehe.0fe13131.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stonks-5', 'STONKS', 'STONKS', 3975, 'stonks-5', 'https://assets.coingecko.com/coins/images/54302/large/548f883d-3219-47e8-944c-22ae77a106f1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stonks-on-eth', 'Stonks on ETH', 'STONKS', 3072, 'stonks-on-eth', 'https://assets.coingecko.com/coins/images/38610/large/STONKS_logo_dextools.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stool-prisondente', 'Stool Prisondente', 'JAILSTOOL', 3036, 'stool-prisondente', 'https://assets.coingecko.com/coins/images/54296/large/jailstool-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('storj', 'Storj', 'STORJ', 1136, 'storj', 'https://assets.coingecko.com/coins/images/949/large/storj.png', 100);
INSERT OR REPLACE INTO Coin VALUES('storm', 'StormX', 'STMX', 4117, 'storm', 'https://assets.coingecko.com/coins/images/1369/large/StormX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('storx', 'StorX', 'SRX', 760, 'storx', 'https://assets.coingecko.com/coins/images/16922/large/StorX_Logo_white_300x300-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('story', 'Story', 'STORY', null, 'story', 'https://assets.coingecko.com/coins/images/18128/large/logo_-_2021-09-03T064032.320.png', 100);
INSERT OR REPLACE INTO Coin VALUES('story-2', 'Story', 'IP', 72, 'story-2', 'https://assets.coingecko.com/coins/images/54035/large/Transparent_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stox', 'Stox', 'STX', 9363, 'stox', 'https://assets.coingecko.com/coins/images/1230/large/stox-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stp-network', 'STP Network', 'STPT', 373, 'stp-network', 'https://assets.coingecko.com/coins/images/8713/large/awe-network.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('straitsx-indonesia-rupiah', 'StraitsX Indonesia Rupiah', 'XIDR', 7154, 'straitsx-indonesia-rupiah', 'https://assets.coingecko.com/coins/images/21126/large/XIDR_Logo_256_X_256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('straitsx-xusd', 'StraitsX XUSD', 'XUSD', 695, 'straitsx-xusd', 'https://assets.coingecko.com/coins/images/39180/large/XUSD_Logo_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strategic-bitcoin-reserve', 'STRATEGIC BITCOIN RESERVE', 'SBR', 4498, 'strategic-bitcoin-reserve', 'https://assets.coingecko.com/coins/images/51391/large/IMG_5476.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strategic-eth-reserve', 'Strategic ETH Reserve', 'SΞR', 6015, 'strategic-eth-reserve', 'https://assets.coingecko.com/coins/images/69234/large/BGVXRs6O_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('strategic-solana-reserve', 'Strategic Solana Reserve', 'SSR', 2428, 'strategic-solana-reserve', 'https://assets.coingecko.com/coins/images/53882/large/IMG_4800.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('stratis', 'Stratis', 'STRAX', 642, 'stratis', 'https://assets.coingecko.com/coins/images/531/large/stratis.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stratos', 'Stratos', 'STOS', 3237, 'stratos', 'https://assets.coingecko.com/coins/images/16213/large/token_512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stratovm', 'StratoVM', 'SVM', 4484, 'stratovm', 'https://assets.coingecko.com/coins/images/50465/large/Group_247_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strawberry-ai', 'Strawberry AI', 'BERRY', 2225, 'strawberry-ai', 'https://assets.coingecko.com/coins/images/39700/large/pfp-on-green-MAIN_copy-3_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('streamdotfun', 'streamdotfun', 'STREAM', 5161, 'streamdotfun', 'https://assets.coingecko.com/coins/images/66751/large/logo_finito.png', 100);
INSERT OR REPLACE INTO Coin VALUES('streamercoin', 'StreamerCoin', 'STREAMER', 6332, 'streamercoin', 'https://assets.coingecko.com/coins/images/68938/large/10mvvyf9fufjjc4nupdo8epqzmdp.', 100);
INSERT OR REPLACE INTO Coin VALUES('streamflow', 'Streamflow', 'STREAM', 1961, 'streamflow', 'https://assets.coingecko.com/coins/images/51424/large/05sf-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('streamr', 'Streamr', 'DATA', 1961, 'streamr', 'https://assets.coingecko.com/coins/images/17869/large/DATA_new_symbol_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('streamr-xdata', 'Streamr XDATA', 'XDATA', 1959, 'streamr-xdata', 'https://assets.coingecko.com/coins/images/1115/large/streamr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stride', 'Stride', 'STRD', 2079, 'stride', 'https://assets.coingecko.com/coins/images/27275/large/Stride_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stride-staked-atom', 'Stride Staked Atom', 'STATOM', 1564, 'stride-staked-atom', 'https://assets.coingecko.com/coins/images/26316/large/stATOM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stride-staked-dydx', 'Stride Staked DYDX', 'STDYDX', 5178, 'stride-staked-dydx', 'https://assets.coingecko.com/coins/images/33539/large/stDYDX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stride-staked-osmo', 'Stride Staked Osmo', 'STOSMO', 3091, 'stride-staked-osmo', 'https://assets.coingecko.com/coins/images/28698/large/stOSMO_800.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stride-staked-tia', 'Stride Staked TIA', 'STTIA', 4148, 'stride-staked-tia', 'https://assets.coingecko.com/coins/images/34919/large/stTIA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strike', 'Strike', 'STRK', 3690, 'strike', 'https://assets.coingecko.com/coins/images/14607/large/Jw-36llq_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('strike-2', 'Strike', 'STRIKE', 1365, 'strike-2', 'https://assets.coingecko.com/coins/images/50560/large/1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strike-3', 'STRIKE', 'STRIKE', 2956, 'strike-3', 'https://assets.coingecko.com/coins/images/54170/large/STRIKE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('strikebit-ai', 'StrikeBit AI', 'STRIKE', 2772, 'strikebit-ai', 'https://assets.coingecko.com/coins/images/69670/large/strikebit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strikecoin', 'StrikeX', 'STRX', 862, 'strikecoin', 'https://assets.coingecko.com/coins/images/15839/large/StrikeX-Icon-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strip-finance', 'Strip Finance', 'STRIP', null, 'strip-finance', 'https://assets.coingecko.com/coins/images/20289/large/strip_finance.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('strips-finance', 'Strips Finance', 'STRP', 4176, null, 'https://assets.coingecko.com/coins/images/18327/large/Logo-Strips-200-x-200px---without-words.png', 100);
INSERT OR REPLACE INTO Coin VALUES('strong', 'Strong', 'STRONG', 4814, 'strong', 'https://assets.coingecko.com/coins/images/12092/large/STRONG-Token-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stronghold-staked-sol', 'Stronghold Staked SOL', 'STRONGSOL', 1435, 'stronghold-staked-sol', 'https://assets.coingecko.com/coins/images/37497/large/strongSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stronghold-token', 'Stronghold Token', 'SHX', 619, 'stronghold-token', 'https://assets.coingecko.com/coins/images/7427/large/Blue_Mark_-_White_BG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('structure-finance', 'Structure Finance', 'STF', 6953, null, 'https://assets.coingecko.com/coins/images/18409/large/v4RAXKdq_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('stryke', 'Stryke', 'SYK', 3050, 'stryke', 'https://assets.coingecko.com/coins/images/36531/large/Brandmark_Yellow_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('stupidcoin-2', 'StupidCoin', 'STUPID', 3777, 'stupidcoin-2', 'https://assets.coingecko.com/coins/images/54003/large/logo_4k_00007.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sturdy', 'Sturdy', 'STRDY', 3893, 'sturdy', 'https://assets.coingecko.com/coins/images/30581/large/SF-Dark-Logomark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sturdy-subnet', 'Sturdy', 'SN10', 1972, 'sturdy-subnet', 'https://assets.coingecko.com/coins/images/66310/large/10.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('styro-steve', 'Styro Steve', 'SS', 9456, 'styro-steve', 'https://assets.coingecko.com/coins/images/52948/large/Styro_Steve_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('subquery-network', 'SubQuery Network', 'SQT', 3143, 'subquery-network', 'https://assets.coingecko.com/coins/images/23359/large/LinkedIn_Avatar_Op1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('subsquid', 'SQD', 'SQD', 390, 'subsquid', 'https://assets.coingecko.com/coins/images/37869/large/New_Logo_SQD_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('substratum', 'Substratum', 'SUB', 6654, null, 'https://assets.coingecko.com/coins/images/950/large/substratum.png', 100);
INSERT OR REPLACE INTO Coin VALUES('succinct', 'Succinct', 'PROVE', 401, 'succinct', 'https://assets.coingecko.com/coins/images/67905/large/succinct-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sudeng', 'sudeng', 'HIPPO', 1561, 'sudeng', 'https://assets.coingecko.com/coins/images/50450/large/sudeng.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sudoswap', 'sudoswap', 'SUDO', 4789, 'sudoswap', 'https://assets.coingecko.com/coins/images/27151/large/sudo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sugar-boy', 'Sugar Boy', 'SUGAR', 5437, 'sugar-boy', 'https://assets.coingecko.com/coins/images/52089/large/Sugar_Boy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sugar-bush', 'SUGAR BUSH', 'SUGAR', 6157, 'sugar-bush', 'https://assets.coingecko.com/coins/images/52099/large/sugarsquare.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sui', 'Sui', 'SUI', 22, 'sui', 'https://assets.coingecko.com/coins/images/26375/large/sui-ocean-square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sui-agents', 'SUI Agents', 'SUIAI', 4763, 'sui-agents', 'https://assets.coingecko.com/coins/images/52545/large/200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sui-bridged-ether-sui', 'Sui Bridged Ether (Sui)', 'SBETH', 603, 'sui-bridged-ether-sui', 'https://assets.coingecko.com/coins/images/54567/large/sbeth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sui-bridged-usdt-sui', 'Sui Bridged USDT (Sui)', 'USDT', 492, 'sui-bridged-usdt-sui', 'https://assets.coingecko.com/coins/images/56062/large/usdt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sui-bridged-wbtc-sui', 'Sui Bridged WBTC (Sui)', 'WBTC', 403, 'sui-bridged-wbtc-sui', 'https://assets.coingecko.com/coins/images/67277/large/wbtc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sui-depin', 'Sui DePIN', 'SUIDEPIN', 5628, 'sui-depin', 'https://assets.coingecko.com/coins/images/53330/large/SUI_Depin_%2811%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suiai', 'SuiAI', 'SUAI', 4134, 'suiai', 'https://assets.coingecko.com/coins/images/52807/large/suag_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suicy-the-seal', 'SUICY the Seal', 'SUICY', 9820, 'suicy-the-seal', 'https://assets.coingecko.com/coins/images/51525/large/1000000144.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suilend', 'Suilend', 'SEND', 1177, 'suilend', 'https://assets.coingecko.com/coins/images/50989/large/SEND.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suins-token', 'SuiNS Token', 'NS', 1515, 'suins-token', 'https://assets.coingecko.com/coins/images/40110/large/NS_coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suipad', 'SuiPad', 'SUIP', 4560, 'suipad', 'https://assets.coingecko.com/coins/images/30284/large/25100.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suiswap', 'Suiswap', 'SSWP', 7161, 'suiswap', 'https://assets.coingecko.com/coins/images/30688/large/suiswap-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sukhavati-network', 'Sukhavati Network', 'SKT', null, 'sukhavati-network', 'https://assets.coingecko.com/coins/images/17674/large/logo2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suku', 'SUKU', 'SUKU', 1700, 'suku', 'https://assets.coingecko.com/coins/images/11969/large/suku-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('summer-point-token', 'Summer Point Token', 'SUMX', 1876, 'summer-point-token', 'https://assets.coingecko.com/coins/images/66780/large/SUMX-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sumokoin', 'Sumokoin', 'SUMO', 7523, null, 'https://assets.coingecko.com/coins/images/1137/large/sumokoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sun-token', 'Sun Token', 'SUN', 188, 'sun-token', 'https://assets.coingecko.com/coins/images/12424/large/RSFOmQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suncontract', 'SunContract', 'SNC', 2866, 'suncontract', 'https://assets.coingecko.com/coins/images/1166/large/suncontract.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sundae-bar', 'Sundae_Bar', 'SN121', 2189, 'sundae-bar', 'https://assets.coingecko.com/coins/images/67730/large/sundae-bar-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('sundaeswap', 'SundaeSwap', 'SUNDAE', null, 'sundaeswap', 'https://assets.coingecko.com/coins/images/18392/large/Duwsx57h_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sundog', 'Sundog', 'SUNDOG', 1252, 'sundog', 'https://assets.coingecko.com/coins/images/39752/large/SUNDOG.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sunny-aggregator', 'Sunny Aggregator', 'SUNNY', null, null, 'https://assets.coingecko.com/coins/images/18039/large/90dbe787-8e5f-473c-b923-fe138a7a30ea.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sunrise', 'Sunrise', 'SUNC', null, 'sunrise', 'https://assets.coingecko.com/coins/images/17601/large/ticker_sunc_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('super-anon', 'Anon', 'ANON', 3950, 'super-anon', 'https://assets.coingecko.com/coins/images/51871/large/_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('super-champs', 'Super Champs', 'CHAMP', 2576, 'super-champs', 'https://assets.coingecko.com/coins/images/51900/large/CHAMP_Token_256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('super-oeth', 'Super OETH', 'SUPEROETHB', 362, 'super-oeth', 'https://assets.coingecko.com/coins/images/39828/large/Super_OETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('super-trump', 'Super Trump', 'STRUMP', 5713, 'super-trump', 'https://assets.coingecko.com/coins/images/36083/large/Super_Trump.png', 100);
INSERT OR REPLACE INTO Coin VALUES('super-zero', 'SERO', 'SERO', 3850, 'super-zero', 'https://assets.coingecko.com/coins/images/8245/large/43697637.png', 100);
INSERT OR REPLACE INTO Coin VALUES('superbid', 'SuperBid', 'SUPERBID', 9006, 'superbid', 'https://assets.coingecko.com/coins/images/14179/large/sign_super_bid.png', 100);
INSERT OR REPLACE INTO Coin VALUES('superfarm', 'SuperVerse', 'SUPER', 273, 'superfarm', 'https://assets.coingecko.com/coins/images/14040/large/SV-Logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('supergrok-2', 'Supergrok', 'SUPERGROK', 6670, null, 'https://assets.coingecko.com/coins/images/67928/large/g9cz499efdq275hn1vyvj422gv8f.', 100);
INSERT OR REPLACE INTO Coin VALUES('superp', 'Superp', 'SUP', 1333, 'superp', 'https://assets.coingecko.com/coins/images/67428/large/sup.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('superrare', 'SuperRare', 'RARE', 1059, 'superrare', 'https://assets.coingecko.com/coins/images/17753/large/RARE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('superwalk', 'SuperWalk GRND', 'GRND', 1371, 'superwalk', 'https://assets.coingecko.com/coins/images/27186/large/GRND_3x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('supra', 'Supra', 'SUPRA', 847, 'supra', 'https://assets.coingecko.com/coins/images/35836/large/photo_2024-03-09_19-25-08.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sureremit', 'SureRemit', 'RMT', 6474, 'sureremit', 'https://assets.coingecko.com/coins/images/1830/large/j9T_C-Wl_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('susd-optimism', 'sUSD (Optimism)', 'SUSD', 1496, 'susd-optimism', 'https://assets.coingecko.com/coins/images/37867/large/sus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('susda', 'sUSDa', 'SUSDA', 518, 'susda', 'https://assets.coingecko.com/coins/images/51821/large/USDA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('susdai', 'Staked USDai', 'SUSDAI', 416, 'susdai', 'https://assets.coingecko.com/coins/images/55861/large/sUSDai_Token_Full_Glyph.png', 100);
INSERT OR REPLACE INTO Coin VALUES('susds', 'sUSDS', 'SUSDS', 56, 'susds', 'https://assets.coingecko.com/coins/images/52721/large/sUSDS_Coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sushi', 'Sushi', 'SUSHI', 490, 'sushi', 'https://assets.coingecko.com/coins/images/12271/large/512x512_Logo_no_chop.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sustainable-energy-token', 'Sustainable Energy Token', 'SET', null, 'sustainable-energy-token', 'https://assets.coingecko.com/coins/images/15592/large/new_logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('suterusu', 'Suterusu', 'SUTER', 6556, null, 'https://assets.coingecko.com/coins/images/9830/large/p-NFlBlw_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('suvereno', 'Suvereno', 'SUV', null, 'suvereno', 'https://assets.coingecko.com/coins/images/9403/large/SUV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swan-chain', 'Swan Chain', 'SWAN', 4452, 'swan-chain', 'https://assets.coingecko.com/coins/images/52821/large/image_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swap', 'Swap', 'XWP', 8009, null, 'https://assets.coingecko.com/coins/images/7977/large/Swap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swapr', 'Swapr', 'SWPR', 4888, 'swapr', 'https://assets.coingecko.com/coins/images/18740/large/swapr.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swaptracker', 'SwapTracker', 'SWPT', null, null, 'https://assets.coingecko.com/coins/images/20420/large/swaptracker-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swapx-2', 'SwapX', 'SWPX', 4980, 'swapx-2', 'https://assets.coingecko.com/coins/images/53530/large/IMG_6986.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('swapz-app', 'SWAPZ.app', 'SWAPZ', 7447, 'swapz-app', 'https://assets.coingecko.com/coins/images/16811/large/EWV5xQB.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('swarm', 'Swarm Network', 'SWM', 5875, 'swarm', 'https://assets.coingecko.com/coins/images/197/large/swarm.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swarm-2', 'Swarm', 'SWARM', 5783, 'swarm-2', 'https://assets.coingecko.com/coins/images/51558/large/photo_2024-11-30_14-20-40.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swarm-bzz', 'Swarm', 'BZZ', 2037, 'swarm-bzz', 'https://assets.coingecko.com/coins/images/16509/large/Circle_Orange_onWhite.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swarm-markets', 'Swarm Markets', 'SMT', 2121, 'swarm-markets', 'https://assets.coingecko.com/coins/images/17488/large/swarm-SMT-token-symbol_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swarm-network', 'Swarm Network', 'TRUTH', 1108, 'swarm-network', 'https://assets.coingecko.com/coins/images/69599/large/truth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swarmnode-ai', 'SwarmNode.ai', 'SNAI', 2350, 'swarmnode-ai', 'https://assets.coingecko.com/coins/images/52972/large/S_%28200_x_200_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swarms', 'Swarms', 'SWARMS', 1572, 'swarms', 'https://assets.coingecko.com/coins/images/52988/large/swarms.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swash', 'Swash', 'SWASH', 3147, 'swash', 'https://assets.coingecko.com/coins/images/18774/large/Swash_icon_GP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swasticoin', 'Swasticoin', 'YZY', 3260, 'swasticoin', 'https://assets.coingecko.com/coins/images/54850/large/swasticoin-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sweatcoin', 'Sweatcoin - Sweat Economy', 'SWEAT', 1659, 'sweatcoin', 'https://assets.coingecko.com/coins/images/25057/large/fhD9Xs16_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swell-network', 'Swell', 'SWELL', 1409, 'swell-network', 'https://assets.coingecko.com/coins/images/28777/large/swell1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swell-restaked-btc', 'Swell Restaked BTC', 'SWBTC', 2009, null, 'https://assets.coingecko.com/coins/images/39682/large/swBTC200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swerve-dao', 'Swerve', 'SWRV', 9690, 'swerve-dao', 'https://assets.coingecko.com/coins/images/12361/large/swerve.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sweth', 'Swell Ethereum', 'SWETH', 169, 'sweth', 'https://assets.coingecko.com/coins/images/30326/large/_lB7zEtS_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swftcoin', 'SWFTCOIN', 'SWFTC', 623, 'swftcoin', 'https://assets.coingecko.com/coins/images/2346/large/SWFTCoin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swiftcash', 'SwiftCash', 'SWIFT', 6119, 'swiftcash', 'https://assets.coingecko.com/coins/images/7030/large/swiftcash.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swingby', 'Swingby', 'SWINGBY', 5460, 'swingby', 'https://assets.coingecko.com/coins/images/11861/large/swingby.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swipe', 'Swipe', 'SXP', 560, 'swipe', 'https://assets.coingecko.com/coins/images/9368/large/Solar_Blockchain_Foundation_Sun_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swissborg', 'SwissBorg', 'CHSB', 164, 'swissborg', 'https://assets.coingecko.com/coins/images/2117/large/YJUrRy7r_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swisscheese', 'SwissCheese', 'SWCH', 2071, 'swisscheese', 'https://assets.coingecko.com/coins/images/31344/large/IMG_7198.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('switch-token', 'Switch Token', 'SWITCH', 1728, 'switch-token', 'https://assets.coingecko.com/coins/images/30140/large/SWITCH-200x200-Circle_Token.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('switchboard', 'Switchboard', 'SWTCH', 1502, 'switchboard', 'https://assets.coingecko.com/coins/images/69058/large/IMG_1044.JPG-modified.png', 100);
INSERT OR REPLACE INTO Coin VALUES('switcheo', 'Switcheo', 'SWTH', 3942, 'switcheo', 'https://assets.coingecko.com/coins/images/3645/large/SWTH_Symbol_Origin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swop', 'Swop', 'SWOP', 5878, 'swop', 'https://assets.coingecko.com/coins/images/14212/large/SWOP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swop-2', 'Swop', 'SWOP', 517, 'swop-2', 'https://assets.coingecko.com/coins/images/66773/large/Group_1000007182_copy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('swtcoin', 'SWTCoin', 'SWAT', null, 'swtcoin', 'https://assets.coingecko.com/coins/images/5985/large/swtcoin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('swusd', 'Swerve.fi USD', 'SWUSD', null, 'swusd', 'https://assets.coingecko.com/coins/images/12918/large/swerve.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sx-network', 'SX Network', 'SX', null, 'sx-network', 'https://assets.coingecko.com/coins/images/13779/large/sx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sx-network-2', 'SX Network', 'SX', 832, 'sx-network-2', 'https://assets.coingecko.com/coins/images/34934/large/sx-ntework.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('sx-rollup-bridged-usdc-sx-rollup', 'SX Rollup Bridged USDC (SX Rollup)', 'USDC', 2341, 'sx-rollup-bridged-usdc-sx-rollup', 'https://assets.coingecko.com/coins/images/55171/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('sylo', 'Sylo', 'SYLO', 5056, 'sylo', 'https://assets.coingecko.com/coins/images/6430/large/SYLO.svg', 100);
INSERT OR REPLACE INTO Coin VALUES('symbiosis-finance', 'Symbiosis Finance', 'SIS', 2214, 'symbiosis-finance', 'https://assets.coingecko.com/coins/images/20805/large/SymbiosisFinance_logo-150x150.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('symbol', 'Symbol', 'XYM', null, 'symbol', 'https://assets.coingecko.com/coins/images/14411/large/xym.png', 100);
INSERT OR REPLACE INTO Coin VALUES('symmio', 'SYMMIO', 'SYMM', 1598, 'symmio', 'https://assets.coingecko.com/coins/images/52828/large/256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sympson-ai', 'Sympson by Virtuals', '$SYMP', 4567, 'sympson-ai', 'https://assets.coingecko.com/coins/images/53549/large/sympson_ai_twitter_profile.png', 100);
INSERT OR REPLACE INTO Coin VALUES('symverse', 'SymVerse', 'SYM', null, null, 'https://assets.coingecko.com/coins/images/9449/large/Picture1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synapse-2', 'Synapse', 'SYN', 1390, 'synapse-2', 'https://assets.coingecko.com/coins/images/18024/large/synapse_social_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synapse-bridged-usdc-canto', 'Synapse Bridged USDC (Canto)', 'USDC', 2296, null, 'https://assets.coingecko.com/coins/images/35258/large/USDC_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synatra-staked-usdc', 'Synatra Staked USDC', 'YUSD', 2439, 'synatra-staked-usdc', 'https://assets.coingecko.com/coins/images/39649/large/yusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sync-network', 'Sync Network', 'SYNC', 7626, 'sync-network', 'https://assets.coingecko.com/coins/images/13231/large/sync_network.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synchrony', 'Synchrony', 'SCY', null, null, 'https://assets.coingecko.com/coins/images/19308/large/SYNCHRONY-LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('syncus', 'Syncus', 'SYNC', 6686, 'syncus', 'https://assets.coingecko.com/coins/images/33573/large/Syncus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('syndicate-2', 'Syndicate', 'SYNR', null, 'syndicate-2', 'https://assets.coingecko.com/coins/images/22868/large/FullML_Yellow_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('syndicate-3', 'Syndicate', 'SYND', 441, 'syndicate-3', 'https://assets.coingecko.com/coins/images/69122/large/synd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synesis-one', 'Synesis One', 'SNS', 4049, 'synesis-one', 'https://assets.coingecko.com/coins/images/23289/large/S_LOGO_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synfutures', 'SynFutures', 'F', 1160, 'synfutures', 'https://assets.coingecko.com/coins/images/52186/large/synfutures_f_token_light_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synk', 'Synk', 'SYNK', 4911, 'synk', 'https://assets.coingecko.com/coins/images/50319/large/Main_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synternet-synt', 'Synternet', 'SYNT', 1782, 'synternet-synt', 'https://assets.coingecko.com/coins/images/38888/large/Synt_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synth-2', 'Synth', 'SN50', 1902, 'synth-2', 'https://assets.coingecko.com/coins/images/66347/large/sn50.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synthetify-token', 'Synthetify Token', 'SNY', 9428, 'synthetify-token', 'https://assets.coingecko.com/coins/images/14835/large/synthetify_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('synthr', 'SYNTHR', 'SYNTH', 10245, null, 'https://assets.coingecko.com/coins/images/53619/large/SYNTHR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('sypool', 'Sypool', 'SYP', null, 'sypool', 'https://assets.coingecko.com/coins/images/18518/large/sypool.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('syrax-ai', 'Syrax AI', 'SYRAX', 2496, 'syrax-ai', 'https://assets.coingecko.com/coins/images/54927/large/Logo_dark_green_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('syrup', 'Syrup', 'SYRUP', 207, 'syrup', 'https://assets.coingecko.com/coins/images/51232/large/_syrup_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('syrupusdc', 'SyrupUSDC', 'SYRUPUSDC', 110, 'syrupusdc', 'https://assets.coingecko.com/coins/images/54658/large/SyrupUSDCO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('syrupusdt', 'syrupUSDT', 'SYRUPUSDT', 219, 'syrupusdt', 'https://assets.coingecko.com/coins/images/69514/large/SyrupUSDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('syscoin', 'Syscoin', 'SYS', 1204, 'syscoin', 'https://assets.coingecko.com/coins/images/119/large/Syscoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('t-mac-dao', 'T-mac DAO', 'TMG', null, 't-mac-dao', 'https://assets.coingecko.com/coins/images/28117/large/tmg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ta-da', 'Ta-da', 'TADA', 3604, 'ta-da', 'https://assets.coingecko.com/coins/images/35180/large/img-linkedin-companyavatar_copie.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('taboo-token', 'Taboo Token', 'TABOO', 5112, 'taboo-token', 'https://assets.coingecko.com/coins/images/6111/large/taboo.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('tabtrader', 'TabTrader', 'TTT', null, 'tabtrader', 'https://assets.coingecko.com/coins/images/21060/large/xFYsZV9U_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tac', 'TAC', 'TAC', 1761, 'tac', 'https://assets.coingecko.com/coins/images/67357/large/tac.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tac-bridged-usdt-tac', 'TAC Bridged USDT (TAC)', 'USDT', 2397, 'tac-bridged-usdt-tac', 'https://assets.coingecko.com/coins/images/67548/large/usdt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tac-bridged-weth-tac', 'TAC Bridged WETH (TAC)', 'WETH', 1704, 'tac-bridged-weth-tac', 'https://assets.coingecko.com/coins/images/67550/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tagger', 'TAGGER', 'TAG', 783, 'tagger', 'https://assets.coingecko.com/coins/images/53206/large/IMG_3196.png', 100);
INSERT OR REPLACE INTO Coin VALUES('taiko', 'Taiko', 'TAIKO', 738, 'taiko', 'https://assets.coingecko.com/coins/images/38058/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tairon', 'Tairon', 'TAIRO', 4337, 'tairon', 'https://assets.coingecko.com/coins/images/68894/large/IMG_2828.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tajir-tech-hub', 'Tajir Tech Hub', 'TJRM', 2964, 'tajir-tech-hub', 'https://assets.coingecko.com/coins/images/53685/large/3D_logo_PG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('taker-protocol', 'Taker Protocol', 'TAKER', 3826, 'taker-protocol', 'https://assets.coingecko.com/coins/images/67394/large/taker.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('taki', 'Taki', 'TAKI', 6356, 'taki', 'https://assets.coingecko.com/coins/images/25271/large/Social_Icon_1_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('talecraft', 'TaleCraft', 'CRAFT', 10833, 'talecraft', 'https://assets.coingecko.com/coins/images/20934/large/3mrl6Lfw_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('talent-protocol', 'Talent Protocol', 'TALENT', 3968, 'talent-protocol', 'https://assets.coingecko.com/coins/images/51120/large/Ticker-logo-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('taler', 'Taler', 'TLR', 10638, 'taler', 'https://assets.coingecko.com/coins/images/4273/large/Taler_bw200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('talex', 'TaleX', 'X', 3237, 'talex', 'https://assets.coingecko.com/coins/images/67951/large/talex.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('talken', 'Talken', 'TALK', 3648, 'talken', 'https://assets.coingecko.com/coins/images/18146/large/TALK_symbol-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('talos', 'Talos', 'TALOS', 2971, 'talos', 'https://assets.coingecko.com/coins/images/54018/large/T_LOGO_1.4_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('talos-2', 'Talos', 'T', 2854, 'talos-2', 'https://assets.coingecko.com/coins/images/67570/large/talos.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tamadoge', 'Tamadoge', 'TAMA', 9664, 'tamadoge', 'https://assets.coingecko.com/coins/images/27501/large/CaltNDWu_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('tanssi', 'Tanssi', 'TANSSI', 1777, 'tanssi', 'https://assets.coingecko.com/coins/images/67030/large/Tanssi_200x200_%28transparent_bg%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tanuki-wisdom-runes', 'TANUKI•WISDOM (Runes)', '🦝', 4638, 'tanuki-wisdom-runes', 'https://assets.coingecko.com/coins/images/51740/large/200x200_tanuki.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tao-bot', 'tao.bot', 'TAOBOT', 1064, 'tao-bot', 'https://assets.coingecko.com/coins/images/35829/large/taobot200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('taocat-by-virtuals', 'TAOCat by Virtuals', 'TAOCAT', 5580, 'taocat-by-virtuals', 'https://assets.coingecko.com/coins/images/53164/large/taocat.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('taohash', 'TAOHash', 'SN14', 1660, 'taohash', 'https://assets.coingecko.com/coins/images/66306/large/14.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('taraswap', 'Taraswap', 'TSWAP', 6011, 'taraswap', 'https://assets.coingecko.com/coins/images/54763/large/fvKTtMsv_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('taraxa', 'Taraxa', 'TARA', 2184, 'taraxa', 'https://assets.coingecko.com/coins/images/4372/large/just_logo_dark_background.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tardi', 'Tardi', 'TARDI', 4372, 'tardi', 'https://assets.coingecko.com/coins/images/52718/large/hero_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('targon', 'Targon', 'SN4', 767, 'targon', 'https://assets.coingecko.com/coins/images/66342/large/sn4.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tarot', 'Tarot', 'TAROT', 4572, 'tarot', 'https://assets.coingecko.com/coins/images/17881/large/tarot-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tarot-2', 'Tarot', 'TAROT', 2247, 'tarot-2', 'https://assets.coingecko.com/coins/images/31800/large/TAROT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tars-protocol', 'TARS Protocol', 'TAI', 1104, 'tars-protocol', 'https://assets.coingecko.com/coins/images/37538/large/image_6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tass-hub', 'TASS HUB', 'TASSHUB', 3071, 'tass-hub', 'https://assets.coingecko.com/coins/images/55559/large/QmYhMGJfsjyd6EWBA1Aj1Uk7aX33mkeTZ1xbmZmwJY7C99.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('tastenft', 'TasteNFT', 'TASTE', 4494, 'tastenft', 'https://assets.coingecko.com/coins/images/15532/large/3C1Qq1yf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('taxa-token', 'Taxa Token', 'TXT', null, 'taxa-token', null, 100);
INSERT OR REPLACE INTO Coin VALUES('tbcc', 'TBCC', 'TBCC', null, 'tbcc', 'https://assets.coingecko.com/coins/images/13353/large/200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tbtc', 'tBTC', 'TBTC', 141, 'tbtc', 'https://assets.coingecko.com/coins/images/11224/large/0x18084fba666a33d37592fa2633fd49a74dd93a88.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tcy', 'TCY', 'TCY', 921, 'tcy', 'https://assets.coingecko.com/coins/images/55539/large/TCY.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tdccp', 'TDCCP', 'TDCCP', 404, 'tdccp', 'https://assets.coingecko.com/coins/images/55581/large/tdccp-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tdoge', 'τDoge', 'TDOGE', null, 'tdoge', 'https://assets.coingecko.com/coins/images/15959/large/photo_2021-06-01_11-30-59.png', 100);
INSERT OR REPLACE INTO Coin VALUES('te-food', 'TE-FOOD', 'TONE', 7863, 'te-food', 'https://assets.coingecko.com/coins/images/2325/large/tec.png', 100);
INSERT OR REPLACE INTO Coin VALUES('team-heretics-fan-token', 'Team Heretics Fan Token', 'TH', 8428, 'team-heretics-fan-token', 'https://assets.coingecko.com/coins/images/13058/large/TH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tectonic', 'Tectonic', 'TONIC', 2068, 'tectonic', 'https://assets.coingecko.com/coins/images/21982/large/TONIC_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tectum', 'Tectum', 'TET', 1903, 'tectum', 'https://assets.coingecko.com/coins/images/29575/large/Icon_TET.png', 100);
INSERT OR REPLACE INTO Coin VALUES('teddy-bear', 'TEDDY BEAR', 'BEAR', 2057, 'teddy-bear', 'https://assets.coingecko.com/coins/images/32028/large/TEDDYBEAR-COINMARKETCAP-LOGO-200X200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('teddy-bear-2', 'Teddy Bear', 'TEDDY', 4323, 'teddy-bear-2', 'https://assets.coingecko.com/coins/images/55239/large/2025-TEDDYBEAR-LOGO-COINGECKO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('teh-epik-duck', 'TEH EPIK DUCK', 'EPIK', 3110, 'teh-epik-duck', 'https://assets.coingecko.com/coins/images/36823/large/EpikDuck-PFP.JPG', 100);
INSERT OR REPLACE INTO Coin VALUES('telcoin', 'Telcoin', 'TEL', 209, 'telcoin', 'https://assets.coingecko.com/coins/images/1899/large/tel.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tellor', 'Tellor', 'TRB', 632, 'tellor', 'https://assets.coingecko.com/coins/images/9644/large/TRB-New_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('telos', 'Telos', 'TLOS', 1560, 'telos', 'https://assets.coingecko.com/coins/images/7588/large/tlos_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tema', 'Tema', 'TEMA', 6990, 'tema', 'https://assets.coingecko.com/coins/images/52035/large/79e6c46d-fcbd-45cd-88aa-9970fdfbf93d.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('temco', 'TEMCO', 'TEMCO', null, 'temco', 'https://assets.coingecko.com/coins/images/6210/large/bSZ7HUuS_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('templar', 'τemplar', 'SN3', 1046, 'templar', 'https://assets.coingecko.com/coins/images/66334/large/sn3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('templardao', 'Templar DAO', 'TEM', null, 'templardao', 'https://assets.coingecko.com/coins/images/21001/large/93573503.png', 100);
INSERT OR REPLACE INTO Coin VALUES('temple', 'TempleDAO', 'TEMPLE', 548, 'temple', 'https://assets.coingecko.com/coins/images/20040/large/LPK15ZOW_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('temtem', 'Temtum', 'TEM', null, 'temtem', 'https://assets.coingecko.com/coins/images/9086/large/2020-05-06_9.08.45_PM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ten', 'TEN', 'TENFI', 7018, 'ten', 'https://assets.coingecko.com/coins/images/15631/large/TEN-Square200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9', 'TENET', 'TENET', 8978, 'tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9', 'https://assets.coingecko.com/coins/images/30108/large/tenet_original.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tenset', 'Tenset', '10SET', 1764, 'tenset', 'https://assets.coingecko.com/coins/images/14629/large/PNG_Tenset_Sign-back_RGB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tenshi', 'Tenshi v2', 'TENSHI', null, 'tenshi', 'https://assets.coingecko.com/coins/images/17170/large/TENSHI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tensor', 'Tensor', 'TNSR', 1191, 'tensor', 'https://assets.coingecko.com/coins/images/35972/large/tnsr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tensorium', 'Tensorium', 'TNSR', 10451, 'tensorium', 'https://assets.coingecko.com/coins/images/52065/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tensorplex-staked-tao', 'Tensorplex Staked TAO', 'STTAO', 2303, 'tensorplex-staked-tao', 'https://assets.coingecko.com/coins/images/35330/large/stTAO_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tenup', 'Tenup', 'TUP', null, 'tenup', 'https://assets.coingecko.com/coins/images/6254/large/uphIf44J_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tenx', 'TenX', 'PAY', 5340, 'tenx', 'https://assets.coingecko.com/coins/images/775/large/TenX-Icon-CircleBlack.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tera-smart-money', 'TERA', 'TERA', 1496, 'tera-smart-money', 'https://assets.coingecko.com/coins/images/7861/large/yZtmK2L.png', 100);
INSERT OR REPLACE INTO Coin VALUES('terminus-2', 'Terminus', 'TERMINUS', 3594, 'terminus-2', 'https://assets.coingecko.com/coins/images/50307/large/terminus.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ternio', 'Ternio', 'TERN', 5907, 'ternio', 'https://assets.coingecko.com/coins/images/2534/large/darkblue-darkblue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('terra-luna', 'Terra', 'LUNA', 302, 'terra-luna', 'https://assets.coingecko.com/coins/images/8284/large/01_LunaClassic_color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('terra-luna-2', 'Terra', 'LUNA', 636, 'terra-luna-2', 'https://assets.coingecko.com/coins/images/25767/large/01_Luna_color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('terracoin', 'Terracoin', 'TRC', 5782, 'terracoin', 'https://assets.coingecko.com/coins/images/31/large/Terracoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('terran-coin', 'Terran Coin', 'TRR', null, 'terran-coin', 'https://assets.coingecko.com/coins/images/15351/large/TERRAN-500px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('terrausd', 'TerraUSD', 'UST', 810, 'terrausd', 'https://assets.coingecko.com/coins/images/12681/large/UST.png', 100);
INSERT OR REPLACE INTO Coin VALUES('terrausd-wormhole', 'TerraUSD (Wormhole)', 'UST', null, 'terrausd-wormhole', 'https://assets.coingecko.com/coins/images/21150/large/UST_wh_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tesla-xstock', 'Tesla xStock', 'TSLAX', 1193, 'tesla-xstock', 'https://assets.coingecko.com/coins/images/55638/large/Ticker_TSLA__Company_Name_Tesla_Inc.__size_200x200_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('test-3', 'Test', 'TST', 1225, 'test-3', 'https://assets.coingecko.com/coins/images/54274/large/Test.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tether', 'Tether', 'USDT', 4, 'tether', 'https://assets.coingecko.com/coins/images/325/large/Tether.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tether-avalanche-bridged-usdt-e', 'Bridged Tether (Avalanche)', 'USDTE', 1285, 'tether-avalanche-bridged-usdt-e', 'https://assets.coingecko.com/coins/images/24189/large/Usdt.e.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tether-eurt', 'Euro Tether', 'EURT', 2376, 'tether-eurt', 'https://assets.coingecko.com/coins/images/17385/large/Tether_new.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tether-gold', 'Tether Gold', 'XAUT', 88, 'tether-gold', 'https://assets.coingecko.com/coins/images/10481/large/Tether_Gold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tether-gold-tokens', 'Tether Gold Tokens', 'XAUT0', 1096, 'tether-gold-tokens', 'https://assets.coingecko.com/coins/images/66560/large/XAUt0_Token_Icon_Gold.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tether-pulsechain', 'Bridged Tether (PulseChain)', 'USDT', 2360, 'tether-pulsechain', 'https://assets.coingecko.com/coins/images/30515/large/usdt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tether-rainbow-bridge', 'Bridged Tether (Rainbow Bridge)', 'USDT.E', 1060, 'tether-rainbow-bridge', 'https://assets.coingecko.com/coins/images/29428/large/tether-441954.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tethereum-2', 'Tethereum', 'T99', null, null, 'https://assets.coingecko.com/coins/images/50437/large/T99_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tethys-finance', 'Tethys Finance', 'TETHYS', 10317, 'tethys-finance', 'https://assets.coingecko.com/coins/images/22141/large/wjoZJvzA_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tetsuo-coin', 'Tetsuo Coin', 'TETSUO', 3700, 'tetsuo-coin', 'https://assets.coingecko.com/coins/images/52389/large/TETSUO_1733206905718.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('tetu', 'TETU Reward Token', 'TETU', 5819, 'tetu', 'https://assets.coingecko.com/coins/images/17882/large/gradient_icon_926.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tevaera', 'Tevaera', 'TEVA', 3066, 'tevaera', 'https://assets.coingecko.com/coins/images/53086/large/Teva-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('texitcoin', 'TEXITcoin', 'TXC', null, 'texitcoin', 'https://assets.coingecko.com/coins/images/55900/large/texit_coin_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tezos', 'Tezos', 'XTZ', 146, 'tezos', 'https://assets.coingecko.com/coins/images/976/large/Tezos-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tg-casino', 'TG.Casino', 'TGC', 1497, 'tg-casino', 'https://assets.coingecko.com/coins/images/34473/large/TGC_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tgold', 'tGOLD', 'TXAU', 1624, null, 'https://assets.coingecko.com/coins/images/27828/large/tGOLD_token_2D.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('thala', 'Thala', 'THL', 2662, 'thala', 'https://assets.coingecko.com/coins/images/29697/large/THL_Logomark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thala-apt', 'Thala APT', 'THAPT', 1127, 'thala-apt', 'https://assets.coingecko.com/coins/images/33020/large/thAPT_Logomark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thales', 'Thales', 'THALES', 1392, 'thales', 'https://assets.coingecko.com/coins/images/18388/large/CLVZJN_C_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thales-ai', 'Thales AI', 'THALES', 9124, 'thales-ai', 'https://assets.coingecko.com/coins/images/52645/large/2024-12-09_21.04.29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tharwa', 'Tharwa', 'TRWA', 801, 'tharwa', 'https://assets.coingecko.com/coins/images/66993/large/200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-4th-pillar', '4thpillar technologies', 'FOUR', 9535, 'the-4th-pillar', 'https://assets.coingecko.com/coins/images/3434/large/FOUR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-abyss', 'Abyss', 'ABYSS', 3275, 'the-abyss', 'https://assets.coingecko.com/coins/images/2105/large/NrFmpxs.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-arena', 'The Arena', 'ARENA', 1410, 'the-arena', 'https://assets.coingecko.com/coins/images/51173/large/_ARENA_TokenLogo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-balkan-dwarf', 'The Balkan Dwarf', '$KEKEC', 2705, 'the-balkan-dwarf', 'https://assets.coingecko.com/coins/images/32563/large/download-compresskaru.com.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-big-five', 'The Big Five', 'BFT', 2539, 'the-big-five', 'https://assets.coingecko.com/coins/images/27429/large/photo_2022-08-01_16-49-53.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-bitcoin-mascot', 'The Bitcoin Mascot', 'BITTY', 2252, 'the-bitcoin-mascot', 'https://assets.coingecko.com/coins/images/67374/large/np81u05cpqneklx7z6e6irmj8mj8.', 100);
INSERT OR REPLACE INTO Coin VALUES('the-blinking-ai-cat-catfather', 'The Blinking AI Cat - Catfather', 'CATF', 8403, 'the-blinking-ai-cat-catfather', 'https://assets.coingecko.com/coins/images/53299/large/Catfather-pfp-head.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-citadel', 'The Citadel', 'THECITADEL', null, null, 'https://assets.coingecko.com/coins/images/20445/large/2023-03-16_22.55.22.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-corgi-of-polkabridge', 'The Corgi of PolkaBridge', 'CORGIB', 9054, 'the-corgi-of-polkabridge', 'https://assets.coingecko.com/coins/images/16069/large/corbi.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('the-crypto-prophecies', 'The Crypto Prophecies', 'TCP', 10679, null, 'https://assets.coingecko.com/coins/images/15054/large/tcp.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('the-doge-nft', 'The Doge NFT', 'DOG', 1301, 'the-doge-nft', 'https://assets.coingecko.com/coins/images/18111/large/Doge.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-employment-commons-work-token', 'The Employment Commons Work Token', 'WORK', null, null, 'https://assets.coingecko.com/coins/images/18546/large/mXSw8Qw.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-everlasting-parachain', 'The Everlasting Parachain', 'ELP', null, 'the-everlasting-parachain', 'https://assets.coingecko.com/coins/images/16230/large/y24nMGj.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-graph', 'The Graph', 'GRT', 137, 'the-graph', 'https://assets.coingecko.com/coins/images/13397/large/Graph_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-grays-currency', 'The Grays Currency', 'PTGC', 680, 'the-grays-currency', 'https://assets.coingecko.com/coins/images/32933/large/IMG_8413.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-husl', 'The HUSL', 'HUSL', 12602, 'the-husl', 'https://assets.coingecko.com/coins/images/18619/large/W8ZIHKU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-innovation-game', 'The Innovation Game', 'TIG', 1856, 'the-innovation-game', 'https://assets.coingecko.com/coins/images/50669/large/tiglogo-clean_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-invincible-game-token', 'The Invincible Game Token', 'IGGT', null, 'the-invincible-game-token', 'https://assets.coingecko.com/coins/images/67970/large/IGG_Shield.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-killbox-game', 'The Killbox Game', 'KBOX', null, 'the-killbox-game', 'https://assets.coingecko.com/coins/images/20828/large/icon_abe_token-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-last-play', 'The Last Play', 'RETIRE', 1650, 'the-last-play', 'https://assets.coingecko.com/coins/images/51422/large/mgfmhg-01-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-lokie-cabal', 'The Lokie Cabal', 'CABAL', 2692, 'the-lokie-cabal', 'https://assets.coingecko.com/coins/images/52338/large/IMAGE_2024-11-25_19_40_20.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-node', 'THENODE', 'THE', null, null, 'https://assets.coingecko.com/coins/images/10292/large/thenode_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-open-network', 'The Open Network', 'TONCOIN', 36, 'the-open-network', 'https://assets.coingecko.com/coins/images/17980/large/photo_2024-09-10_17.09.00.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-people-coin', 'The People’s Coin', 'PEEPS', null, null, 'https://assets.coingecko.com/coins/images/16777/large/peeps.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-phoenix', 'The Phoenix', 'FIRE', null, 'the-phoenix', 'https://assets.coingecko.com/coins/images/22709/large/2QuHdcO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-real-landwolf', 'LandWolf', 'WOLF', 4262, 'the-real-landwolf', 'https://assets.coingecko.com/coins/images/38789/large/IMG_0920.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-root-network', 'The Root Network', 'ROOT', 2485, 'the-root-network', 'https://assets.coingecko.com/coins/images/33122/large/6T1Tapl__400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-sandbox', 'The Sandbox', 'SAND', 173, 'the-sandbox', 'https://assets.coingecko.com/coins/images/12129/large/sandbox_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-soldog', 'the Soldog', 'LAIKA', 3772, 'the-soldog', 'https://assets.coingecko.com/coins/images/38505/large/imgonline-com-ua-resize-xkUzzfwOjw.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-spirit-of-gambling', 'The Spirit of Gambling', 'TOKABU', 1553, 'the-spirit-of-gambling', 'https://assets.coingecko.com/coins/images/66772/large/tokaby_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-swarm', 'The SWARM', 'SWARM', 4612, 'the-swarm', 'https://assets.coingecko.com/coins/images/54841/large/SWARM.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('the-three-kingdoms', 'The Three Kingdoms', 'TTK', 7189, 'the-three-kingdoms', 'https://assets.coingecko.com/coins/images/18948/large/TTK_-_Square_Icon_01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-tokenized-bitcoin', 'The Tokenized Bitcoin', 'IMBTC', null, null, 'https://assets.coingecko.com/coins/images/10702/large/imbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-upsider-ai', 'The Upsider AI', 'UP', 4312, 'the-upsider-ai', 'https://assets.coingecko.com/coins/images/66161/large/upsider_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-virtua-kolect', 'The Virtua Kolect', 'TVK', 3500, 'the-virtua-kolect', 'https://assets.coingecko.com/coins/images/13330/large/virtua_original.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-winkyverse', 'The Winkyverse', 'WNK', 4958, 'the-winkyverse', 'https://assets.coingecko.com/coins/images/22260/large/logo_WNK_final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the-world-state', 'World$tateCoin', 'W$C', 9189, 'the-world-state', 'https://assets.coingecko.com/coins/images/29636/large/wsc_polygon_logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('the1', 'The1', 'THE1', 12141, 'the1', 'https://assets.coingecko.com/coins/images/53453/large/Untitled_%28512_x_512_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('theforce-trade', 'TheForce Trade', 'FOC', null, 'theforce-trade', 'https://assets.coingecko.com/coins/images/15490/large/force.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('thena', 'Thena', 'THE', 967, 'thena', 'https://assets.coingecko.com/coins/images/28864/large/Symbol-Color200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('theo-short-duration-us-treasury-fund', 'Theo Short Duration US Treasury Fund', 'THBILL', 481, 'theo-short-duration-us-treasury-fund', 'https://assets.coingecko.com/coins/images/67650/large/thBILL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('theos', 'Theos', 'THEOS', null, 'theos', 'https://assets.coingecko.com/coins/images/18150/large/theos_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('theta-fuel', 'Theta Fuel', 'TFUEL', 338, 'theta-fuel', 'https://assets.coingecko.com/coins/images/8029/large/1_0YusgngOrriVg4ZYx4wOFQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('theta-token', 'Theta Network', 'THETA', 163, 'theta-token', 'https://assets.coingecko.com/coins/images/2538/large/theta-token-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thetadrop', 'ThetaDrop', 'TDROP', 1711, 'thetadrop', 'https://assets.coingecko.com/coins/images/23319/large/tdrop_pf_square_reverse.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thetan-arena', 'Thetan Arena', 'THG', null, 'thetan-arena', 'https://assets.coingecko.com/coins/images/18414/large/Thetan_World.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thetanuts-finance', 'Thetanuts Finance', 'NUTS', 2659, 'thetanuts-finance', 'https://assets.coingecko.com/coins/images/33021/large/Thetanuts_Profile_Green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('think-protocol', 'THINK Protocol', 'THINK', 2484, 'think-protocol', 'https://assets.coingecko.com/coins/images/67615/large/Think_Token_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('this-will-make-ur-monthly-salary', 'This will make ur monthly salary', 'SALARY', 3177, 'this-will-make-ur-monthly-salary', 'https://assets.coingecko.com/coins/images/66302/large/salary.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thor', 'Thor', 'THOR', null, 'thor', 'https://assets.coingecko.com/coins/images/21322/large/ThorFi-Mark-Storm2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thorchain', 'THORChain', 'RUNE', 248, 'thorchain', 'https://assets.coingecko.com/coins/images/6595/large/Rune200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thorstarter', 'Thorstarter', 'XRUNE', 6626, 'thorstarter', 'https://assets.coingecko.com/coins/images/16835/large/thorstarter.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('thorswap', 'THORSwap', 'THOR', 1832, 'thorswap', 'https://assets.coingecko.com/coins/images/19292/large/THORSwap_Logo-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thorwallet', 'THORWallet DEX', 'TGT', 1783, 'thorwallet', 'https://assets.coingecko.com/coins/images/21843/large/tgt_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thought', 'Thought', 'THT', 1407, 'thought', 'https://assets.coingecko.com/coins/images/3071/large/IeNAK31H_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('threefold-token', 'ThreeFold Token', 'TFT', null, 'threefold-token', 'https://assets.coingecko.com/coins/images/6704/large/black_logo_on_white_background_%282%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('threshold-network-token', 'Threshold Network', 'T', 432, 'threshold-network-token', 'https://assets.coingecko.com/coins/images/22228/large/nFPNiSbL_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('throne', 'Throne', 'THN', 12054, 'throne', 'https://assets.coingecko.com/coins/images/16965/large/aXhD3i_g_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('thruster', 'Thruster', 'THRUST', 4043, null, 'https://assets.coingecko.com/coins/images/50959/large/Logo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('thunder-token', 'ThunderCore', 'TT', 1201, 'thunder-token', 'https://assets.coingecko.com/coins/images/4375/large/ThunderCore_Logo_Mark_Gradient_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tia', 'Tiamonds [OLD]', 'TIA', 3218, 'tia', 'https://assets.coingecko.com/coins/images/23994/large/tia.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tico', 'Tico', 'TICO', 2328, 'tico', 'https://assets.coingecko.com/coins/images/36946/large/Tico_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tidal-finance', 'Tidal Finance', 'TIDAL', 7349, 'tidal-finance', 'https://assets.coingecko.com/coins/images/14460/large/Tidal-mono.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tidecoin', 'Tidecoin', 'TDC', 3461, 'tidecoin', 'https://assets.coingecko.com/coins/images/50537/large/TDC_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tidex-token', 'Tidex Token', 'TDX', 9475, 'tidex-token', 'https://assets.coingecko.com/coins/images/3137/large/1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tifi-token', 'TiFi', 'TIFI', 6301, 'tifi-token', 'https://assets.coingecko.com/coins/images/24990/large/logo200_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tiger-king', 'Tiger King', 'TKING', null, 'tiger-king', 'https://assets.coingecko.com/coins/images/15605/large/tigerking.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tiger-shark', 'Tiger Shark', 'TIGERSHARK', 3759, 'tiger-shark', 'https://assets.coingecko.com/coins/images/56078/large/Tiger_Shark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tiktrix', 'TikTrix', 'TRIX', 1661, 'tiktrix', 'https://assets.coingecko.com/coins/images/67055/large/Trix-Token%28200_200%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('timeless', 'Bunni', 'LIT', 2902, 'timeless', 'https://assets.coingecko.com/coins/images/28714/large/Timeless.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tinhatcat', 'TinHatCat', 'THC', 5345, 'tinhatcat', 'https://assets.coingecko.com/coins/images/35911/large/photo_2024-01-16_17-31-36-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('titan-3', 'TITAN', 'TITAN', 3053, 'titan-3', 'https://assets.coingecko.com/coins/images/50585/large/Titan_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('titan-hunters', 'Titan Hunters', 'TITA', null, null, 'https://assets.coingecko.com/coins/images/20588/large/tita.png', 100);
INSERT OR REPLACE INTO Coin VALUES('titanswap', 'TitanSwap', 'TITAN', 7470, null, 'https://assets.coingecko.com/coins/images/12606/large/nqGlQzdz_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('titcoin-2', 'titcoin', 'TITCOIN', 3046, 'titcoin-2', 'https://assets.coingecko.com/coins/images/54773/large/titcoinicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tlx', 'TLX', 'TLX', 2210, 'tlx', 'https://assets.coingecko.com/coins/images/37043/large/TLXlogoMain.png', 100);
INSERT OR REPLACE INTO Coin VALUES('toby-toadgod', 'Toby ToadGod', 'TOBY', 2134, 'toby-toadgod', 'https://assets.coingecko.com/coins/images/36615/large/toby1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('toilet-dust', 'Toilet Dust', 'TOILET', 5810, 'toilet-dust', 'https://assets.coingecko.com/coins/images/54943/large/photo_2025-08-06_19-00-38.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tokamak-network', 'Tokamak Network', 'TON', 732, 'tokamak-network', 'https://assets.coingecko.com/coins/images/12260/large/D919x5-s_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokemak', 'Tokemak', 'TOKE', 1413, 'tokemak', 'https://assets.coingecko.com/coins/images/17495/large/tokemak-avatar-200px-black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('token-dforce-usd', 'Token dForce USD', 'USX', 1494, 'token-dforce-usd', 'https://assets.coingecko.com/coins/images/17422/large/usx_32.png', 100);
INSERT OR REPLACE INTO Coin VALUES('token-metrics-ai', 'Token Metrics AI', 'TMAI', 2756, 'token-metrics-ai', 'https://assets.coingecko.com/coins/images/37707/large/200x200_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('token-pocket', 'Token Pocket', 'TPT', 776, 'token-pocket', 'https://assets.coingecko.com/coins/images/7603/large/_TPT_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('token7007', 'Token7007', '7007', 2035, null, 'https://assets.coingecko.com/coins/images/50293/large/token7007.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokenbot-2', 'tokenbot', 'CLANKER', 1074, 'tokenbot-2', 'https://assets.coingecko.com/coins/images/51440/large/CLANKER.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokencard', 'Monolith', 'TKN', null, 'tokencard', 'https://assets.coingecko.com/coins/images/675/large/Monolith.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokenclub', 'TokenClub', 'TCT', 6569, 'tokenclub', 'https://assets.coingecko.com/coins/images/2455/large/tokenclub.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokenfi', 'TokenFi', 'TOKEN', 1131, 'tokenfi', 'https://assets.coingecko.com/coins/images/32507/large/MAIN_TokenFi_logo_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokenize-xchange', 'Tokenize Xchange', 'TKX', 368, 'tokenize-xchange', 'https://assets.coingecko.com/coins/images/4984/large/TKX_-_Logo_-_RGB-15.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokenlon', 'Tokenlon', 'LON', 661, 'tokenlon', 'https://assets.coingecko.com/coins/images/13454/large/lon_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokenomy', 'Tokenomy', 'TEN', 4250, 'tokenomy', 'https://assets.coingecko.com/coins/images/2286/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokensight', 'TokenSight', 'TKST', 5664, 'tokensight', 'https://assets.coingecko.com/coins/images/32514/large/token-coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokero-levelup-token', 'TOKERO', 'TOKERO', 3794, 'tokero-levelup-token', 'https://assets.coingecko.com/coins/images/37878/large/cmc200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('toko', 'Tokoin', 'TOKO', 5302, 'toko', 'https://assets.coingecko.com/coins/images/8807/large/TOKOIN_LOGO_%28no_text%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokocrypto', 'Tokocrypto', 'TKO', 1723, 'tokocrypto', 'https://assets.coingecko.com/coins/images/14577/large/tko-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokpie', 'TOKPIE', 'TKP', 1633, 'tokpie', 'https://assets.coingecko.com/coins/images/3731/large/tokpie-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokyo', 'Tokyo Coin', 'TOKC', null, null, 'https://assets.coingecko.com/coins/images/2522/large/tokyo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tokyo-au', 'Tokyo AU', 'TOKAU', null, 'tokyo-au', 'https://assets.coingecko.com/coins/images/16182/large/TOKAU.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tokyo-games-token', 'Tokyo Games Token', 'TGT', 5308, 'tokyo-games-token', 'https://assets.coingecko.com/coins/images/55923/large/tgt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('toly-s-minutes', 'toly''s minutes', 'TOLY', 4333, 'toly-s-minutes', 'https://assets.coingecko.com/coins/images/54593/large/tolys-minutes-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('tomb', 'Tomb', 'TOMB', 5032, 'tomb', 'https://assets.coingecko.com/coins/images/16133/large/tomb_icon_noBG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tomb-shares', 'Tomb Shares', 'TSHARE', 4866, 'tomb-shares', 'https://assets.coingecko.com/coins/images/16405/large/crypto_tomb_share.bf1a6c52.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tominet', 'tomiNet', 'TOMI', 1636, 'tominet', 'https://assets.coingecko.com/coins/images/28730/large/Profile_Picture_6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tomo-cat', 'Tomo Cat', 'TOMO', 5623, 'tomo-cat', 'https://assets.coingecko.com/coins/images/52285/large/Tomo_Cat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tomochain', 'TomoChain', 'TOMO', 1337, 'tomochain', 'https://assets.coingecko.com/coins/images/3416/large/viction.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('tomoe', 'TomoChain ERC-20', 'TOMOE', null, 'tomoe', 'https://assets.coingecko.com/coins/images/12646/large/tomoe_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ton-fish-memecoin', 'TON FISH MEMECOIN', 'FISH', 3550, 'ton-fish-memecoin', 'https://assets.coingecko.com/coins/images/34651/large/photo_2024-10-18_16.55.49.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ton-inu', 'Ton Inu', 'TINU', 7328, 'ton-inu', 'https://assets.coingecko.com/coins/images/34413/large/photo_2024-04-29_11-30-19.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ton-tycoon', 'Ton Tycoon', 'TTC', 9058, null, 'https://assets.coingecko.com/coins/images/53001/large/tontycoontransparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tonstation', 'SOON', 'SOON', 3322, 'tonstation', 'https://assets.coingecko.com/coins/images/52805/large/Group_2085666565.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tontoken', 'TONToken', 'TON', 2616, 'tontoken', 'https://assets.coingecko.com/coins/images/12334/large/ton.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tooker-kurlson', 'tooker kurlson', 'TOOKER', 5902, 'tooker-kurlson', 'https://assets.coingecko.com/coins/images/36887/large/IMG_7753.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('tools', 'TOOLS', 'TOOLS', null, 'tools', 'https://assets.coingecko.com/coins/images/14330/large/bsctools.png', 100);
INSERT OR REPLACE INTO Coin VALUES('top-hat', 'Top Hat', 'HAT', 4797, 'top-hat', 'https://assets.coingecko.com/coins/images/51280/large/Frame_16.png', 100);
INSERT OR REPLACE INTO Coin VALUES('top-network', 'TOP Network', 'TOP', 3696, 'top-network', 'https://assets.coingecko.com/coins/images/7058/large/topnetwork-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('topgoal', 'TopGoal', 'GOAL', 3994, 'topgoal', 'https://assets.coingecko.com/coins/images/29229/large/YRDnlXib_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('topmanager', 'TopManager', 'TMT', null, 'topmanager', 'https://assets.coingecko.com/coins/images/22490/large/TMT-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tor', 'TOR', 'TOR', 5939, 'tor', 'https://assets.coingecko.com/coins/images/23609/large/tor.png', 100);
INSERT OR REPLACE INTO Coin VALUES('torch-of-liberty', 'Torch of Liberty', 'LIBERTY', 1046, 'torch-of-liberty', 'https://assets.coingecko.com/coins/images/67783/large/tol.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('torg', 'TORG', 'TORG', null, null, 'https://assets.coingecko.com/coins/images/17596/large/TORG_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tornado-cash', 'Tornado Cash', 'TORN', 710, 'tornado-cash', 'https://assets.coingecko.com/coins/images/13496/large/ZINt8NSB_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tortuga-staked-aptos', 'Tortuga Staked Aptos', 'TAPT', 7901, 'tortuga-staked-aptos', 'https://assets.coingecko.com/coins/images/28029/large/Taptlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('torum', 'Torum', 'XTM', 3957, 'torum', 'https://assets.coingecko.com/coins/images/18393/large/torum-transparent-cmc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('torus', 'Torus', 'TORUS', 1796, 'torus', 'https://assets.coingecko.com/coins/images/53678/large/Torus.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tosdis', 'TosDis', 'DIS', 8006, 'tosdis', 'https://assets.coingecko.com/coins/images/13745/large/Tosdis-black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('toshi', 'Toshi', 'TOSHI', 232, 'toshi', 'https://assets.coingecko.com/coins/images/31126/large/Toshi_Logo_-_Circular.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tottenham-hotspur-fc-fan-token', 'Tottenham Hotspur FC Fan Token', 'SPURS', 2754, 'tottenham-hotspur-fc-fan-token', 'https://assets.coingecko.com/coins/images/31993/large/SPURS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('toucan-protocol-base-carbon-tonne', 'Toucan Protocol: Base Carbon Tonne', 'BCT', 2101, 'toucan-protocol-base-carbon-tonne', 'https://assets.coingecko.com/coins/images/19240/large/BCT_500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tower', 'Tower', 'TOWER', 2459, 'tower', 'https://assets.coingecko.com/coins/images/14134/large/TOWER-CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('towns', 'Towns', 'TOWNS', 1173, 'towns', 'https://assets.coingecko.com/coins/images/55230/large/Towns_token_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tpro', 'TPRO Network', 'TPRO', 3349, 'tpro', 'https://assets.coingecko.com/coins/images/26694/large/tpro-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tptu', 'TPTU', 'TPTU', 3215, 'tptu', 'https://assets.coingecko.com/coins/images/67940/large/tpt_urc20_%28200x200%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trabzonspor-fan-token', 'Trabzonspor Fan Token', 'TRA', 3167, 'trabzonspor-fan-token', 'https://assets.coingecko.com/coins/images/13059/large/TRA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trac', 'TRAC (Ordinals)', 'TRAC', 1952, 'trac', 'https://assets.coingecko.com/coins/images/30288/large/Trac_Coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trackedbio', 'TrackedBio', 'TRACKEDBIO', 8660, 'trackedbio', 'https://assets.coingecko.com/coins/images/52027/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tracyai-by-virtuals', 'TracyAI by Virtuals', 'TRACY', 9129, 'tracyai-by-virtuals', 'https://assets.coingecko.com/coins/images/54485/large/Tracy_PFP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('traders-coin', 'Traders Coin', 'TRDC', null, 'traders-coin', 'https://assets.coingecko.com/coins/images/18675/large/logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tradoor', 'Tradoor', 'TRADOOR', 899, 'tradoor', 'https://assets.coingecko.com/coins/images/68862/large/tradoor.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trakx', 'Trakx', 'TRKX', 4774, 'trakx', 'https://assets.coingecko.com/coins/images/50693/large/Trakx_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tranche-finance', 'Tranche Finance', 'SLICE', 4422, 'tranche-finance', 'https://assets.coingecko.com/coins/images/14119/large/slice.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tranchess', 'Tranchess', 'CHESS', 1850, 'tranchess', 'https://assets.coingecko.com/coins/images/16964/large/logo_transparent_bg_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tranquil-finance', 'Tranquil Finance', 'TRANQ', 9986, null, 'https://assets.coingecko.com/coins/images/18708/large/tranquil.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tranquil-staked-one', 'Tranquil Staked ONE', 'STONE', null, null, 'https://assets.coingecko.com/coins/images/21848/large/7zRXwiV.png', 100);
INSERT OR REPLACE INTO Coin VALUES('transhuman-coin', 'Transhuman Coin', 'THC', 4327, 'transhuman-coin', 'https://assets.coingecko.com/coins/images/20328/large/kdEastmD_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trash-coin', 'Trash Coin', 'TRASH', 2928, 'trash-coin', 'https://assets.coingecko.com/coins/images/67306/large/trash_coin_200x200_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trava-finance', 'Trava Finance', 'TRAVA', 12607, 'trava-finance', 'https://assets.coingecko.com/coins/images/17553/large/TRAVA_OFFICIAL_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('treasure-under-sea', 'Treasure Under Sea', 'TUS', null, 'treasure-under-sea', 'https://assets.coingecko.com/coins/images/20012/large/img-tus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('treatdao-v2', 'TreatDAO v2', 'TREAT', 4955, null, 'https://assets.coingecko.com/coins/images/19156/large/TREAT.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tree-capital', 'Tree', 'TREE', 1042, 'tree-capital', 'https://assets.coingecko.com/coins/images/33727/large/circle_green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('treecle', 'Treecle', 'TRCL', 4398, 'treecle', 'https://assets.coingecko.com/coins/images/11670/large/Mj4nZSD9_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('treehouse', 'Treehouse', 'TREE', 1122, 'treehouse', 'https://assets.coingecko.com/coins/images/67664/large/TREE_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('treehouse-eth', 'Treehouse ETH', 'TETH', 230, 'treehouse-eth', 'https://assets.coingecko.com/coins/images/40155/large/tETH_Logo_%28Color__No_Background%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trenchai', 'TrenchAI', 'TRENCHAI', 6284, 'trenchai', 'https://assets.coingecko.com/coins/images/52989/large/I5dR-ZKU_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trenchbuddy', 'TrenchBuddy', 'TRENCH', 3940, 'trenchbuddy', 'https://assets.coingecko.com/coins/images/53615/large/1000152494.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trencher', 'Trencher', 'TRENCHER', 3499, 'trencher', 'https://assets.coingecko.com/coins/images/55353/large/trencher-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trencher-broadcasting-company', 'Trencher Broadcasting Company', 'TBC', 3705, 'trencher-broadcasting-company', 'https://assets.coingecko.com/coins/images/68052/large/IMG_6799.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tri-sigma', 'Tri Sigma', 'TRISIG', 5404, 'tri-sigma', 'https://assets.coingecko.com/coins/images/51966/large/FaceAgent_Fully_Transparent-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('triall', 'Triall', 'TRL', 5941, null, 'https://assets.coingecko.com/coins/images/18679/large/-B7ftfN8_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trias-token', 'Trias Token', 'TRIAS', 1811, 'trias-token', 'https://assets.coingecko.com/coins/images/13963/large/5ELqtwp__400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('tribal-token', 'Tribal Token', 'TRIBL', null, 'tribal-token', 'https://assets.coingecko.com/coins/images/27774/large/PFP_black_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tribe-2', 'Tribe', 'TRIBE', 270, 'tribe-2', 'https://assets.coingecko.com/coins/images/14575/large/tribe.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('tribeone', 'TribeOne', 'HAKA', 7802, null, 'https://assets.coingecko.com/coins/images/16575/large/USqW1QX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tridentdao', 'TridentDAO', 'PSI', 11412, 'tridentdao', 'https://assets.coingecko.com/coins/images/28955/large/trident.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('triipmiles', 'TriipMiles', 'TIIM', null, null, 'https://assets.coingecko.com/coins/images/12185/large/fOf8ZxL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trillions', 'Trillions', 'TRILLIONS', 2106, 'trillions', 'https://assets.coingecko.com/coins/images/69560/large/trillions.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trinique', 'TNQ', 'TNQ', null, 'trinique', 'https://assets.coingecko.com/coins/images/36533/large/TNQ_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trinity-network-credit', 'Trinity Network Credit', 'TNC', 10070, null, 'https://assets.coingecko.com/coins/images/2602/large/trinity-network-credit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trio-ordinals', 'Trio (Ordinals)', 'TRIO', 5842, 'trio-ordinals', 'https://assets.coingecko.com/coins/images/37035/large/trio-icon_%28updated%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trip', 'Trip', 'TRIP', null, 'trip', 'https://assets.coingecko.com/coins/images/54717/large/IMG-20250120-184423-846.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trisolaris', 'Trisolaris', 'TRI', 6901, 'trisolaris', 'https://assets.coingecko.com/coins/images/20607/large/logo_-_2021-11-19T104946.772.png', 100);
INSERT OR REPLACE INTO Coin VALUES('triton', 'Equilibria', 'XEQ', 4402, 'triton', 'https://assets.coingecko.com/coins/images/7478/large/XEQ_logo_blackbackground_rounded.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trog', 'Trog', 'TROG', 3693, 'trog', 'https://assets.coingecko.com/coins/images/38386/large/TROG_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('troll', 'Troll', 'TROLL', 2936, 'troll', 'https://assets.coingecko.com/coins/images/29897/large/1000214007.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('troll-2', 'TROLL', 'TROLL', 488, 'troll-2', 'https://assets.coingecko.com/coins/images/55282/large/trolllogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trollbox', 'trollbox', 'TOX', 11000, 'trollbox', 'https://assets.coingecko.com/coins/images/16903/large/trollbox-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tron', 'TRON', 'TRX', 10, 'tron', 'https://assets.coingecko.com/coins/images/1094/large/tron-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tron-bsc', 'TRON (BSC)', 'TRX', null, 'tron-bsc', 'https://assets.coingecko.com/coins/images/15468/large/NxLfA-LK_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tron-bull', 'Tron Bull', 'BULL', 3363, 'tron-bull', 'https://assets.coingecko.com/coins/images/39893/large/Tron_Bull.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tron-bull-coin', 'Tron Bull Coin', 'TBULL', 4055, 'tron-bull-coin', 'https://assets.coingecko.com/coins/images/40054/large/Tron_Bull_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tronclassic', 'TronClassic', 'TRXC', null, 'tronclassic', 'https://assets.coingecko.com/coins/images/4626/large/trxc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tronpad', 'TRONPAD', 'TRONPAD', 3636, 'tronpad', 'https://assets.coingecko.com/coins/images/16066/large/weUUiy33_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('troy', 'Troy', 'TROY', 4320, 'troy', 'https://assets.coingecko.com/coins/images/10057/large/troy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trubadger', 'TruBadger', 'TRUBGR', 4799, 'trubadger', 'https://assets.coingecko.com/coins/images/16398/large/trubadger_logo.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('true', 'TRUE', 'TRUE', 1692, 'true', 'https://assets.coingecko.com/coins/images/54818/large/512x512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('true-pnl', 'True PNL', 'PNL', 7571, null, 'https://assets.coingecko.com/coins/images/15282/large/256x256logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('true-usd', 'TrueUSD', 'TUSD', 185, 'true-usd', 'https://assets.coingecko.com/coins/images/3449/large/tusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('truebit-protocol', 'Truebit Protocol', 'TRU', null, 'truebit-protocol', 'https://assets.coingecko.com/coins/images/15053/large/Truebit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('truefeedbackchain', 'Truefeedback Token', 'TFBX', null, null, 'https://assets.coingecko.com/coins/images/8842/large/5rd7a55q_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('truefi', 'TrueFi', 'TRU', 1120, 'truefi', 'https://assets.coingecko.com/coins/images/13180/large/truefi_glyph_color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trufin-staked-apt', 'TruFin Staked APT', 'TRUAPT', 915, 'trufin-staked-apt', 'https://assets.coingecko.com/coins/images/50362/large/truAPT-logo_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trufin-staked-inj', 'TruFin Staked INJ', 'TRUINJ', 1603, 'trufin-staked-inj', 'https://assets.coingecko.com/coins/images/66995/large/truINJ-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trufin-staked-matic', 'TruFin Staked MATIC', 'TRUMATIC', 954, 'trufin-staked-matic', 'https://assets.coingecko.com/coins/images/32416/large/TruMATIC_logo_250px_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trufin-staked-near', 'TruFin Staked NEAR', 'TRUNEAR', 1325, 'trufin-staked-near', 'https://assets.coingecko.com/coins/images/52958/large/truNEAR-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('truflation', 'Truflation', 'TRUF', 2162, 'truflation', 'https://assets.coingecko.com/coins/images/36642/large/03_TRUF.Network_Primary_Blue_Icon_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trumpius-maximus', 'Trumpius Maximus', 'TRUMPIUS', 7005, 'trumpius-maximus', 'https://assets.coingecko.com/coins/images/53229/large/Trumpius_Maximus.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trust-ai', 'TRUST AI', 'TRT', 4106, 'trust-ai', 'https://assets.coingecko.com/coins/images/33628/large/TRT_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trust-me-bros-by-virtuals', '$TRUST ME BROs by Virtuals', 'TRUST', 4848, 'trust-me-bros-by-virtuals', 'https://assets.coingecko.com/coins/images/53245/large/1.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trust-the-process', 'Trust The Process', 'TRUST', 5731, 'trust-the-process', 'https://assets.coingecko.com/coins/images/52750/large/UZDkHDrY_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trust-wallet-token', 'Trust Wallet Token', 'TWT', 158, 'trust-wallet-token', 'https://assets.coingecko.com/coins/images/11085/large/Trust.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trusta-ai', 'Trusta AI', 'TA', 1919, 'trusta-ai', 'https://assets.coingecko.com/coins/images/67453/large/trusta.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trustbase', 'TrustBase', 'TBE', null, null, 'https://assets.coingecko.com/coins/images/17409/large/tbe.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('trustfi-network-token', 'TrustFi Network Token', 'TFI', 6296, 'trustfi-network-token', 'https://assets.coingecko.com/coins/images/16297/large/frny3dSs_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('trustnft', 'TrustNFT', 'TRUSTNFT', null, 'trustnft', 'https://assets.coingecko.com/coins/images/20478/large/logo-3_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('trustswap', 'Trustswap', 'SWAP', 2124, 'trustswap', 'https://assets.coingecko.com/coins/images/11795/large/Untitled_design-removebg-preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tryhards', 'TryHards', 'TRY', 10438, null, 'https://assets.coingecko.com/coins/images/18624/large/TryHards_Tokenticker.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tsotchke', 'Tsotchke', 'TSOTCHKE', 4182, 'tsotchke', 'https://assets.coingecko.com/coins/images/52614/large/IMG_9179.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('tsuki', 'Tsuki', 'TSUKI', 4055, 'tsuki', 'https://assets.coingecko.com/coins/images/38556/large/IMG_6043.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('tsunami-2', 'Tsunami', 'TSUNAMI', 12553, 'tsunami-2', 'https://assets.coingecko.com/coins/images/68982/large/BfPYmqnR_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ttc-protocol', 'Maro', 'MARO', 5961, null, 'https://assets.coingecko.com/coins/images/3214/large/download_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ttcoin', 'TTcoin', 'TC', 5137, 'ttcoin', 'https://assets.coingecko.com/coins/images/18887/large/200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tune-fm', 'Tune.Fm', 'JAM', 2414, 'tune-fm', 'https://assets.coingecko.com/coins/images/17992/large/ClubNLwz.png', 100);
INSERT OR REPLACE INTO Coin VALUES('turbo', 'Turbo', 'TURBO', 336, 'turbo', 'https://assets.coingecko.com/coins/images/30117/large/TurboMark-QL_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('turbos-finance', 'Turbos Finance', 'TURBOS', 2544, 'turbos-finance', 'https://assets.coingecko.com/coins/images/30349/large/ggut-eKC_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('turex', 'Turex', 'TUR', null, null, 'https://assets.coingecko.com/coins/images/15539/large/turex-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('turkiye-basketbol-federasyonu-token', 'Turkiye Basketbol Federasyonu Token', 'TBFT', 8762, null, 'https://assets.coingecko.com/coins/images/17649/large/tbft.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tutellus', 'Tutellus', 'TUT', 8938, 'tutellus', 'https://assets.coingecko.com/coins/images/2327/large/tutellus-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('tutorial', 'Tutorial', 'TUT', 1141, 'tutorial', 'https://assets.coingecko.com/coins/images/54299/large/image_2025-02-08_18-56-13.png', 100);
INSERT OR REPLACE INTO Coin VALUES('twin-protocol', 'Twin Protocol', 'TWIN', 5834, 'twin-protocol', 'https://assets.coingecko.com/coins/images/50990/large/Full_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('txa', 'TXA', 'TXA', 12374, 'txa', 'https://assets.coingecko.com/coins/images/17746/large/jwjcN5Kx_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('typeai', 'TypeAI', 'TYPE', 4100, 'typeai', 'https://assets.coingecko.com/coins/images/34484/large/Type_AI_%28Custom%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('typerium', 'Typerium', 'TYPE', null, 'typerium', 'https://assets.coingecko.com/coins/images/4019/large/type.png', 100);
INSERT OR REPLACE INTO Coin VALUES('typus', 'Typus', 'TYPUS', 3368, 'typus', 'https://assets.coingecko.com/coins/images/51961/large/Typus_logo_icon_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('u', 'U', 'U', 5411, 'u', 'https://assets.coingecko.com/coins/images/66660/large/200200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('u-coin', 'U Coin', 'U', 3081, 'u-coin', 'https://assets.coingecko.com/coins/images/51359/large/coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ubeswap', 'Ubeswap', 'UBE', 12460, 'ubeswap', 'https://assets.coingecko.com/coins/images/15317/large/ubeswap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ubix-network', 'UBIX Network', 'UBX', 4881, 'ubix-network', 'https://assets.coingecko.com/coins/images/13000/large/1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ubtc', 'uBTC', 'UBTC', null, 'ubtc', 'https://assets.coingecko.com/coins/images/55079/large/uBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ubxs-token', 'UBXS', 'UBXS', 5492, 'ubxs-token', 'https://assets.coingecko.com/coins/images/22558/large/logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ucash', 'U.CASH', 'UCASH', 1388, null, 'https://assets.coingecko.com/coins/images/2901/large/ucash.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uchain-2', 'UCHAIN', 'UCN', 435, 'uchain-2', 'https://assets.coingecko.com/coins/images/68692/large/UCHAIN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ucrowdme', 'UCROWDME', 'UCM', 12389, 'ucrowdme', 'https://assets.coingecko.com/coins/images/12079/large/UKm2qXh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ucx', 'UCX', 'UCX', 4097, 'ucx', 'https://assets.coingecko.com/coins/images/10131/large/UCX_200200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ufc-fan-token', 'UFC Fan Token', 'UFC', 6709, 'ufc-fan-token', 'https://assets.coingecko.com/coins/images/18534/large/UFC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ufo-gaming', 'UFO Gaming', 'UFO', 3512, 'ufo-gaming', 'https://assets.coingecko.com/coins/images/16801/large/ufo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ufo-token', 'UFO Token', 'UFO', 1421, 'ufo-token', 'https://assets.coingecko.com/coins/images/40041/large/Image_9-5-24_at_8.35%E2%80%AFAM.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ugold-inc', 'UGOLD Inc.', 'UGOLD', null, 'ugold-inc', 'https://assets.coingecko.com/coins/images/35921/large/IMG_20240307_195222_084.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('uhive', 'Uhive', 'HVE2', null, 'uhive', 'https://assets.coingecko.com/coins/images/3811/large/hve2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uiui', 'UIUI', 'UI', 10477, 'uiui', 'https://assets.coingecko.com/coins/images/68102/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ulord', 'Ulord', 'UT', 5091, 'ulord', 'https://assets.coingecko.com/coins/images/6033/large/ulord.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ultima', 'Ultima', 'ULTIMA', 366, 'ultima', 'https://assets.coingecko.com/coins/images/31844/large/ULTIMA.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ultiverse', 'Ultiverse', 'ULTI', 1953, 'ultiverse', 'https://assets.coingecko.com/coins/images/37141/large/ultiverse.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('ultra', 'Ultra', 'UOS', 1540, 'ultra', 'https://assets.coingecko.com/coins/images/4480/large/Ultra.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ultra-clear', 'Ultra Clear', 'UCR', null, null, 'https://assets.coingecko.com/coins/images/12609/large/jowk6jl.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ultragate', 'Ultragate', 'ULG', null, 'ultragate', 'https://assets.coingecko.com/coins/images/8054/large/ulgcoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ultrasafe', 'UltraSafe', 'ULTRA', null, 'ultrasafe', 'https://assets.coingecko.com/coins/images/15503/large/YjaL3nG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uma', 'UMA', 'UMA', 554, 'uma', 'https://assets.coingecko.com/coins/images/10951/large/UMA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('umami-finance', 'Umami Finance', 'UMAMI', 3050, null, 'https://assets.coingecko.com/coins/images/21159/large/_UMAMI-200px.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('umbra', 'Umbra', 'UMBRA', 1291, 'umbra', 'https://assets.coingecko.com/coins/images/69818/large/umbra-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('umbrella-network', 'Umbrella Network', 'UMB', 7262, 'umbrella-network', 'https://assets.coingecko.com/coins/images/13913/large/Apple_Watch_45mm_-_3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('umee', 'Umee', 'UMEE', 4196, 'umee', 'https://assets.coingecko.com/coins/images/20635/large/yArLkbL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('umi-2', 'Umi', 'UMI', 10762, 'umi-2', 'https://assets.coingecko.com/coins/images/69334/large/fzWxs_ki_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('umi-digital', 'Umi Digital', 'UMI', 11132, 'umi-digital', 'https://assets.coingecko.com/coins/images/17874/large/Umi-200-x-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('umoja', 'Umoja', 'UMJA', 7614, null, 'https://assets.coingecko.com/coins/images/38328/large/Umoja_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unagi-token', 'Unagi Token', 'UNA', 992, 'unagi-token', 'https://assets.coingecko.com/coins/images/34733/large/una-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unagii-dai', 'Unagii Dai', 'UDAI', null, 'unagii-dai', 'https://assets.coingecko.com/coins/images/13782/large/uDAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unagii-eth', 'Unagii ETH', 'UETH', null, 'unagii-eth', 'https://assets.coingecko.com/coins/images/14624/large/uETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unagii-tether-usd', 'Unagii Tether USD', 'UUSDT', null, 'unagii-tether-usd', 'https://assets.coingecko.com/coins/images/13778/large/uUSDT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unagii-usd-coin', 'Unagii USD Coin', 'UUSDC', null, 'unagii-usd-coin', 'https://assets.coingecko.com/coins/images/13781/large/uUSDC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unagii-wrapped-bitcoin', 'Unagii Wrapped Bitcoin', 'UWBTC', null, 'unagii-wrapped-bitcoin', 'https://assets.coingecko.com/coins/images/14625/large/uBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unbanked', 'Unbanked', 'UNBNK', null, 'unbanked', 'https://assets.coingecko.com/coins/images/20171/large/logo_-_2021-11-11T115427.135.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unbound-finance', 'Unbound Finance', 'UNB', 5144, null, 'https://assets.coingecko.com/coins/images/21412/large/Unbound_icon_png.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unchain-x', 'Unchain X', 'UNX', 3528, 'unchain-x', 'https://assets.coingecko.com/coins/images/52801/large/logo_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('undead-blocks', 'Undead Blocks', 'UNDEAD', 9054, 'undead-blocks', 'https://assets.coingecko.com/coins/images/25382/large/AB0Uemhlw6jR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('undeads-games', 'Undeads Games', 'UDS', 291, 'undeads-games', 'https://assets.coingecko.com/coins/images/36308/large/01_avatar.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unfederalreserve', 'unFederalReserve', 'ERSDL', 11957, 'unfederalreserve', 'https://assets.coingecko.com/coins/images/12975/large/ERSDL.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unfk', 'UNFK', '$UNFK', 3640, 'unfk', 'https://assets.coingecko.com/coins/images/51649/large/download_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uni', 'Uni', 'UNI', 6625, 'uni', 'https://assets.coingecko.com/coins/images/50744/large/CUQw_tZe_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('uniart', 'UNIART', 'UNIART', 5865, 'uniart', 'https://assets.coingecko.com/coins/images/67782/large/uniart.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unibase', 'Unibase', 'UB', 565, 'unibase', 'https://assets.coingecko.com/coins/images/69108/large/unibase.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unibot', 'Unibot', 'UNIBOT', 3047, 'unibot', 'https://assets.coingecko.com/coins/images/30462/large/logonoline_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unibright', 'Unibright', 'UBT', 1827, 'unibright', 'https://assets.coingecko.com/coins/images/2707/large/UnibrightLogo_colorful_500x500_preview.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unicorn-fart-dust', 'Unicorn Fart Dust', 'UFD', 1503, 'unicorn-fart-dust', 'https://assets.coingecko.com/coins/images/52931/large/untitled.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unicorn-token', 'UNICORN Token', 'UNI', null, 'unicorn-token', 'https://assets.coingecko.com/coins/images/9383/large/54231438.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unicorn-ultra', 'U2U Network', 'U2U', 1841, 'unicorn-ultra', 'https://assets.coingecko.com/coins/images/32963/large/Logo_U2U.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('unicrypt-2', 'UniCrypt', 'UNCX', 2229, 'unicrypt-2', 'https://assets.coingecko.com/coins/images/12871/large/uncx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unidex', 'UniDex', 'UNIDX', null, 'unidex', 'https://assets.coingecko.com/coins/images/13178/large/unidx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unido-ep', 'Unido', 'UDO', 9874, 'unido-ep', 'https://assets.coingecko.com/coins/images/14176/large/unido.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unifarm', 'UniFarm', 'UFARM', 6301, null, 'https://assets.coingecko.com/coins/images/15247/large/ufarm.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('unifi-protocol-dao', 'Unifi Protocol DAO', 'UNFI', 3830, 'unifi-protocol-dao', 'https://assets.coingecko.com/coins/images/13152/large/logo-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unification', 'Unification', 'FUND', null, 'unification', 'https://assets.coingecko.com/coins/images/7845/large/DV80FOp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unilayer', 'UniLayer', 'LAYER', 6314, 'unilayer', 'https://assets.coingecko.com/coins/images/12164/large/logo-layer.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('union-2', 'Union', 'U', 1525, 'union-2', 'https://assets.coingecko.com/coins/images/68859/large/union.png', 100);
INSERT OR REPLACE INTO Coin VALUES('union-protocol-governance-token', 'UNION Protocol Governance Token', 'UNN', 6963, 'union-protocol-governance-token', 'https://assets.coingecko.com/coins/images/13408/large/unn_finance.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unipoly', 'Unipoly', 'UNP', 876, 'unipoly', 'https://assets.coingecko.com/coins/images/32510/large/20231018_231410.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unique-one', 'Unique One', 'RARE', 9932, 'unique-one', 'https://assets.coingecko.com/coins/images/13458/large/Logo_Unique.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unisocks', 'Unisocks', 'SOCKS', 2500, 'unisocks', 'https://assets.coingecko.com/coins/images/10717/large/qFrcoiM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unistake', 'Unistake', 'UNISTAKE', 4234, 'unistake', 'https://assets.coingecko.com/coins/images/12813/large/unistake.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uniswap', 'Uniswap', 'UNI', 42, 'uniswap', 'https://assets.coingecko.com/coins/images/12504/large/uniswap-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unit-00-rei', 'Unit 00 - Rei', 'REI', 1123, 'unit-00-rei', 'https://assets.coingecko.com/coins/images/52005/large/photo_2025-08-05_23.19.12.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('unit-bitcoin', 'Unit Bitcoin', 'UBTC', 218, 'unit-bitcoin', 'https://assets.coingecko.com/coins/images/55066/large/ubtc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unit-fartcoin', 'Unit Fartcoin', 'UFART', 982, 'unit-fartcoin', 'https://assets.coingecko.com/coins/images/67158/large/fartcoin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unit-plasma', 'Unit Plasma', 'UXPL', 382, 'unit-plasma', 'https://assets.coingecko.com/coins/images/69561/large/plasma.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unit-protocol-duck', 'Unit Protocol New', 'DUCK', 4918, null, 'https://assets.coingecko.com/coins/images/13359/large/6f38719f-fe83-44ff-af30-7965fd23ac06.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unit-pump', 'Unit Pump', 'UPUMP', 433, 'unit-pump', 'https://assets.coingecko.com/coins/images/67362/large/pump.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unit-solana', 'Unit Solana', 'USOL', 1120, 'unit-solana', 'https://assets.coingecko.com/coins/images/67159/large/solana.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('united-states-dominant-peg', 'United States Dominant Peg', 'USDP', 9417, 'united-states-dominant-peg', 'https://assets.coingecko.com/coins/images/66667/large/u6nn2ah3xmxq0gd70s6c2qvv22ey.', 100);
INSERT OR REPLACE INTO Coin VALUES('unitrade', 'Unitrade', 'TRADE', 3517, 'unitrade', 'https://assets.coingecko.com/coins/images/11982/large/unitrade.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('unitus', 'Unitus', 'UIS', null, 'unitus', 'https://assets.coingecko.com/coins/images/438/large/UIS_New_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unity-2', 'Unity', 'UTY', 928, 'unity-2', 'https://assets.coingecko.com/coins/images/66299/large/UTY_token.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unityventures', 'UnityVentures', 'UV', null, 'unityventures', 'https://assets.coingecko.com/coins/images/19673/large/UV_design_transparent_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('universal-basic-compute', 'Universal Basic Compute', 'UBC', 7123, 'universal-basic-compute', 'https://assets.coingecko.com/coins/images/52130/large/UBC_icon_main.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('universal-basic-income', 'Universal Basic Income', 'UBI', null, 'universal-basic-income', 'https://assets.coingecko.com/coins/images/15269/large/ubi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('universal-btc', 'Universal BTC', 'UNIBTC', 343, 'universal-btc', 'https://assets.coingecko.com/coins/images/39599/large/uniBTC_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('universal-eth', 'Universal ETH', 'UNIETH', 773, 'universal-eth', 'https://assets.coingecko.com/coins/images/28477/large/uniETH_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('universal-operating-system', 'Universal Operating System', '$UOS', 10135, 'universal-operating-system', 'https://assets.coingecko.com/coins/images/52074/large/uOS_Icon.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('universe-xyz', 'Universe.XYZ', 'XYZ', 6061, 'universe-xyz', 'https://assets.coingecko.com/coins/images/15809/large/universexyz.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unix', 'UniX', 'UNIX', 8228, 'unix', 'https://assets.coingecko.com/coins/images/20674/large/bt_pfp_ba.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unizen', 'Unizen', 'ZCX', 1839, 'unizen', 'https://assets.coingecko.com/coins/images/14830/large/logo128px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unlend-finance', 'UniLend Finance', 'UFT', 5597, 'unlend-finance', 'https://assets.coingecko.com/coins/images/12819/large/UniLend_Finance_logo_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unlock-protocol', 'Unlock Protocol', 'UDT', null, null, 'https://assets.coingecko.com/coins/images/14545/large/unlock.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('unmarshal', 'Unmarshal', 'MARSH', 4994, 'unmarshal', 'https://assets.coingecko.com/coins/images/14554/large/img_circle_256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uno-re', 'Uno Re', 'UNO', 5017, 'uno-re', 'https://assets.coingecko.com/coins/images/15073/large/Lunos-logo-200x200_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unobtanium', 'Unobtanium', 'UNO', null, 'unobtanium', 'https://assets.coingecko.com/coins/images/38/large/un-120-new.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unreal-finance', 'Unreal Finance', 'UGT', null, 'unreal-finance', 'https://assets.coingecko.com/coins/images/17943/large/11292.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unsheth', 'unshETH', 'USH', 10242, 'unsheth', 'https://assets.coingecko.com/coins/images/29337/large/unsheth_large_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('unstable-coin', 'Unstable Coin', 'USDUC', 1137, 'unstable-coin', 'https://assets.coingecko.com/coins/images/56006/large/usduc-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('upcx', 'UPCX', 'UPC', 1942, 'upcx', 'https://assets.coingecko.com/coins/images/33308/large/02_UPC_logo_RGB_black_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('updog', 'UpDog', 'UPDOG', 6468, 'updog', 'https://assets.coingecko.com/coins/images/15369/large/wKA2xZr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('upfi-network', 'UPFI Network', 'UPS', null, null, 'https://assets.coingecko.com/coins/images/20179/large/logo_-_2021-11-11T122041.439.png', 100);
INSERT OR REPLACE INTO Coin VALUES('upheaval', 'Upheaval Finance', 'UPHL', 4478, 'upheaval', 'https://assets.coingecko.com/coins/images/69562/large/uphl_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('upland', 'Upland', 'SPARKLET', 2040, 'upland', 'https://assets.coingecko.com/coins/images/39257/large/UPLAND.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uponly-token', 'UpOnly', 'UPO', 4601, 'uponly-token', 'https://assets.coingecko.com/coins/images/24900/large/f-WNwLNJ_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('uptop', 'UpTop', 'UPTOP', 4207, 'uptop', 'https://assets.coingecko.com/coins/images/66826/large/uptop.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('uquid-coin', 'Uquid Coin', 'UQC', 974, 'uquid-coin', 'https://assets.coingecko.com/coins/images/1341/large/uquid-coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uraniumx', 'UraniumX', 'URX', null, 'uraniumx', 'https://assets.coingecko.com/coins/images/6812/large/uraniumx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uranus-4', 'Uranus', 'URANUS', 1296, 'uranus-4', 'https://assets.coingecko.com/coins/images/67464/large/Logotype_%284%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uranus-dex', 'Uranus DEX', 'URA', 2742, 'uranus-dex', 'https://assets.coingecko.com/coins/images/67333/large/98d0fc68-b5de-4854-a77d-e3e139f83149.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ureeqa', 'UREEQA', 'URQA', 7835, 'ureeqa', 'https://assets.coingecko.com/coins/images/14605/large/R_O2enOX_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('urmom-2', 'urmom', 'URMOM', 5607, 'urmom-2', 'https://assets.coingecko.com/coins/images/55527/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('urolithin-a', 'Urolithin A', '$URO', 4332, 'urolithin-a', 'https://assets.coingecko.com/coins/images/51721/large/URO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('urus-token', 'Aurox Token', 'URUS', 6240, 'urus-token', 'https://assets.coingecko.com/coins/images/14122/large/Aurox.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usd', 'USD+', 'USD+', 790, 'usd', 'https://assets.coingecko.com/coins/images/25757/large/USD__logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usd-coin', 'USDC', 'USDC', 7, 'usd-coin', 'https://assets.coingecko.com/coins/images/6319/large/usdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usd-coin-bridged', 'USD Coin Bridged', 'USDC.E', 884, 'usd-coin-avalanche-bridged-usdc-e', 'https://assets.coingecko.com/coins/images/23263/large/3408.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usd-coin-ethereum-bridged', 'Arbitrum Bridged USDC (Arbitrum)', 'USDC.E', 617, 'usd-coin-ethereum-bridged', 'https://assets.coingecko.com/coins/images/30691/large/usdc.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('usd-coin-pulsechain', 'Bridged USD Coin (PulseChain)', 'USDC', 1472, 'usd-coin-pulsechain', 'https://assets.coingecko.com/coins/images/30514/large/usdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usd1-wlfi', 'USD1', 'USD1', 54, 'usd1-wlfi', 'https://assets.coingecko.com/coins/images/54977/large/USD1_1000x1000_transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usda-2', 'USDa', 'USDA', 337, 'usda-2', 'https://assets.coingecko.com/coins/images/51599/large/SUSDA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usda-3', 'USDA', 'USDA', 692, 'usda-3', 'https://assets.coingecko.com/coins/images/68094/large/IMG_0632.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('usdai', 'USDai', 'USDAI', 159, 'usdai', 'https://assets.coingecko.com/coins/images/55857/large/USDai_Token_Full_Glyph.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdb', 'USDB', 'USDB', 208, 'usdb', 'https://assets.coingecko.com/coins/images/35595/large/65c67f0ebf2f6a1bd0feb13c_usdb-icon-yellow.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdc-rainbow-bridge', 'Rainbow Bridged USDC (Near)', 'USDC.E', 1384, 'usdc-rainbow-bridge', 'https://assets.coingecko.com/coins/images/29429/large/usd-coin-usdc-logo-CB4C5B1C51-seeklogo.com.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdd', 'USDD', 'USDD', 194, 'usdd', 'https://assets.coingecko.com/coins/images/25380/large/UUSD.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('usdfi-stable', 'Stable', 'STABLE', 3052, 'usdfi-stable', 'https://assets.coingecko.com/coins/images/31148/large/stable_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdh', 'USDH', 'USDH', null, 'usdh', 'https://assets.coingecko.com/coins/images/22941/large/USDH_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdh-2', 'USDH', 'USDH', 1238, 'usdh-2', 'https://assets.coingecko.com/coins/images/69484/large/usdh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdm-2', 'USDM', 'USDM', 1594, 'usdm-2', 'https://assets.coingecko.com/coins/images/38755/large/USDM_Logo_01.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('usds', 'USDS', 'USDS', 27, 'usds', 'https://assets.coingecko.com/coins/images/39926/large/usds.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('usdt0', 'USDT0', 'USDT0', 30, 'usdt0', 'https://assets.coingecko.com/coins/images/53705/large/usdt0.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('usdtb', 'USDtb', 'USDTB', 74, 'usdtb', 'https://assets.coingecko.com/coins/images/52804/large/76357aa8-4ef7-446c-bad3-a3f944eeec7a.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('usdtez', 'USDtez', 'USDTZ', null, 'usdtez', 'https://assets.coingecko.com/coins/images/19467/large/usdtz.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdu', 'USDu', 'USDU', 1542, 'usdu', 'https://assets.coingecko.com/coins/images/67726/large/usdu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdx', 'USDX', 'USDX', 594, 'usdx', 'https://assets.coingecko.com/coins/images/13056/large/USDX_coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdx-money-staked-usdx', 'Stables Labs Staked USDX', 'SUSDX', 279, 'usdx-money-staked-usdx', 'https://assets.coingecko.com/coins/images/50836/large/sUSDX200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usdx-money-usdx', 'usdx.money USDX', 'USDX', 144, 'usdx-money-usdx', 'https://assets.coingecko.com/coins/images/50360/large/USDX200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('useless-3', 'Useless Coin', 'USELESS', 246, 'useless-3', 'https://assets.coingecko.com/coins/images/55684/large/coingeckoupdate.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uspepe', 'Uspepe', 'USPEPE', 12031, 'uspepe', 'https://assets.coingecko.com/coins/images/69286/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ussi', 'USSI', 'USSI', 1954, 'ussi', 'https://assets.coingecko.com/coins/images/53089/large/ussi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usual', 'Usual', 'USUAL', 961, 'usual', 'https://assets.coingecko.com/coins/images/51091/large/USUAL.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('usual-usd', 'Usual USD', 'USD0', 168, 'usual-usd', 'https://assets.coingecko.com/coins/images/38272/large/USD0LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usualx', 'USUALx', 'USUALX', 1165, 'usualx', 'https://assets.coingecko.com/coins/images/52435/large/USUALx_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('usx', 'USX', 'USX', 318, 'usx', 'https://assets.coingecko.com/coins/images/68429/large/Solstice_Icons_for_DEX_512x512_USX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('utility-web3shot', 'Utility Web3Shot', 'UW3S', null, 'utility-web3shot', 'https://assets.coingecko.com/coins/images/29445/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uton', 'uTON', 'UTON', 2047, 'uton', 'https://assets.coingecko.com/coins/images/51124/large/uTON_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('utopia', 'Crypton', 'CRP', 5667, null, 'https://assets.coingecko.com/coins/images/12286/large/CryptonLogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('utrade', 'uTrade', 'UTT', null, 'utrade', 'https://assets.coingecko.com/coins/images/68956/large/uTrade-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('utrust', 'Utrust', 'UTK', null, 'utrust', 'https://assets.coingecko.com/coins/images/1824/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('utu-coin', 'UTU Coin', 'UTU', 7357, 'utu-coin', 'https://assets.coingecko.com/coins/images/12831/large/Aa5nmbkJ_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uwu-lend', 'UwU Lend', 'UWU', 7541, 'uwu-lend', 'https://assets.coingecko.com/coins/images/27408/large/uwu_logo_no-bg_1024.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uxd-protocol-token', 'UXD Protocol Token', 'UXP', 555, null, 'https://assets.coingecko.com/coins/images/20319/large/UXP.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('uxd-stablecoin', 'UXD Stablecoin', 'UXD', 5853, 'uxd-stablecoin', 'https://assets.coingecko.com/coins/images/22850/large/UXD-White.png', 100);
INSERT OR REPLACE INTO Coin VALUES('uxlink', 'UXLINK', 'UXLINK', 12593, 'uxlink', 'https://assets.coingecko.com/coins/images/39229/large/uxlink.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('v-systems', 'V.SYSTEMS', 'VSYS', 4088, 'v-systems', 'https://assets.coingecko.com/coins/images/7492/large/vsys.png', 100);
INSERT OR REPLACE INTO Coin VALUES('v2ex', 'V2EX', 'V2EX', 2098, 'v2ex', 'https://assets.coingecko.com/coins/images/68228/large/v2ex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vabble', 'Vabble', 'VAB', 8833, null, 'https://assets.coingecko.com/coins/images/17508/large/vabble.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vader-protocol', 'Vader Protocol', 'VADER', null, 'vader-protocol', 'https://assets.coingecko.com/coins/images/20497/large/AcF08Jk1_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vaderai-by-virtuals', 'VaderAI by Virtuals', 'VADER', 1911, 'vaderai-by-virtuals', 'https://assets.coingecko.com/coins/images/51910/large/COINGECKO_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vai', 'Vai', 'VAI', 3074, 'vai', 'https://assets.coingecko.com/coins/images/13861/large/VAI.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vainguard', 'Vainguard', 'VAIN', 8872, 'vainguard', 'https://assets.coingecko.com/coins/images/52365/large/Vain_CG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaiot', 'Vaiot', 'VAI', 2140, 'vaiot', 'https://assets.coingecko.com/coins/images/13981/large/VAIOT_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('valencia-cf-fan-token', 'Valencia CF Fan Token', 'VCF', 4513, 'valencia-cf-fan-token', 'https://assets.coingecko.com/coins/images/18362/large/VCF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('valentine-grok-companion-3', 'Valentine Grok Companion', 'VALENTINE', 6104, 'valentine-grok-companion-3', 'https://assets.coingecko.com/coins/images/67465/large/photo_2025-08-16_12-12-59.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('valinity', 'Valinity', 'VY', 2239, 'valinity', 'https://assets.coingecko.com/coins/images/50342/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('valleydao', 'ValleyDAO', 'GROW', 2450, 'valleydao', 'https://assets.coingecko.com/coins/images/32991/large/VD_logo_round_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('valobit', 'VALOBIT', 'VBIT', null, null, 'https://assets.coingecko.com/coins/images/12394/large/Untitled-design-3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('value-liquidity', 'Value DeFi', 'VALUE', 7598, 'value-liquidity', 'https://assets.coingecko.com/coins/images/12525/large/value_logo_-_500x500.png', 100);
INSERT OR REPLACE INTO Coin VALUES('valyr', 'Valyr', 'VALYR', 9134, 'valyr', 'https://assets.coingecko.com/coins/images/69190/large/photo_2025-09-12_01.25.20.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vana', 'Vana', 'VANA', 540, 'vana', 'https://assets.coingecko.com/coins/images/51404/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vanar-chain', 'Vanar Chain', 'VANRY', 913, 'vanar-chain', 'https://assets.coingecko.com/coins/images/33466/large/apple-touch-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vanity', 'Vanity', 'VNY', null, 'vanity', 'https://assets.coingecko.com/coins/images/15899/large/GGkuplD_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vankedisi', 'vankedisi', 'VANKEDISI', 3119, 'vankedisi', 'https://assets.coingecko.com/coins/images/54957/large/vankedisi-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vapor', 'Vapor', 'VAPOR', 6224, 'vapor', 'https://assets.coingecko.com/coins/images/53205/large/vaporlogo-ezgif.com-webp-to-jpg-converter.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vapornodes', 'VaporNodes', 'VPND', null, 'vapornodes', 'https://assets.coingecko.com/coins/images/21977/large/logo-rounded.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vara-network', 'Vara Network', 'VARA', 1825, 'vara-network', 'https://assets.coingecko.com/coins/images/31458/large/vara.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('varen', 'Varen', 'VRN', 10074, null, 'https://assets.coingecko.com/coins/images/17633/large/vrn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaulta', 'Vaulta', 'A', 184, 'vaulta', 'https://assets.coingecko.com/coins/images/55616/large/Vaulta_CEX_Icon_Circle_-_cmc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaultbridge-bridged-eth-katana', 'VaultBridge Bridged ETH (Katana)', 'VBETH', 533, 'vaultbridge-bridged-eth-katana', 'https://assets.coingecko.com/coins/images/67044/large/eth1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaultbridge-bridged-usdc-katana', 'VaultBridge Bridged USDC (Katana)', 'VBUSDC', 863, 'vaultbridge-bridged-usdc-katana', 'https://assets.coingecko.com/coins/images/67043/large/usdc1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaultbridge-bridged-usdt-katana', 'VaultBridge Bridged USDT (Katana)', 'VBUSDT', 1245, 'vaultbridge-bridged-usdt-katana', 'https://assets.coingecko.com/coins/images/67046/large/usdt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaultbridge-bridged-wbtc-katana', 'VaultBridge Bridged WBTC (Katana)', 'VBWBTC', 576, 'vaultbridge-bridged-wbtc-katana', 'https://assets.coingecko.com/coins/images/67045/large/btc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaultcraft', 'VaultCraft', 'VCX', 8223, 'vaultcraft', 'https://assets.coingecko.com/coins/images/33237/large/VCX_Token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vaulttech', 'VaultTech', '$VAULT', 8001, 'vaulttech', 'https://assets.coingecko.com/coins/images/32578/large/IMG_6957.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('vbswap', 'vBSWAP', 'VBSWAP', null, 'vbswap', 'https://assets.coingecko.com/coins/images/14133/large/vbswap_22.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vcash', 'Vcash', 'XVC', null, 'vcash', 'https://assets.coingecko.com/coins/images/256/large/VCASH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vcred', 'VCRED', 'VCRED', 1644, 'vcred', 'https://assets.coingecko.com/coins/images/69495/large/vcred.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vebetterdao', 'VeBetterDAO', 'B3TR', 1233, 'vebetterdao', 'https://assets.coingecko.com/coins/images/52286/large/B3TR_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vechain', 'VeChain', 'VET', 82, 'vechain', 'https://assets.coingecko.com/coins/images/1167/large/VET.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veco', 'Veco', 'VECO', 8568, null, 'https://assets.coingecko.com/coins/images/7423/large/Veco200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vector-eth', 'Vector ETH', 'VETH', 7342, 'vector-eth', 'https://assets.coingecko.com/coins/images/35085/large/vETH200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vector-reserve', 'Vector Reserve', 'VEC', 3922, null, 'https://assets.coingecko.com/coins/images/34876/large/vec200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vectorspace', 'Vectorspace AI', 'VXV', null, 'vectorspace', 'https://assets.coingecko.com/coins/images/2063/large/vectorspace-ai-logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('vedao', 'veDAO', 'WEVE', 11616, 'vedao', 'https://assets.coingecko.com/coins/images/22741/large/S0aENDh0_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vedoraai', 'VedoraAI', 'VED', 1247, 'vedoraai', 'https://assets.coingecko.com/coins/images/55101/large/VED_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vee-finance', 'Vee Finance', 'VEE', null, 'vee-finance', 'https://assets.coingecko.com/coins/images/18418/large/logo_-_2021-09-17T100305.788.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vega-protocol', 'Vega Protocol', 'VEGA', 7635, 'vega-protocol', 'https://assets.coingecko.com/coins/images/15870/large/vega.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('vegas', 'Vegas', 'VEGAS', 3910, 'vegas', 'https://assets.coingecko.com/coins/images/39376/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veil', 'VEIL', 'VEIL', 6205, 'veil', 'https://assets.coingecko.com/coins/images/7771/large/Veil.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veil-token', 'Veil Token', 'VEIL', 2020, 'veil-token', 'https://assets.coingecko.com/coins/images/53282/large/avatar_x_fc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vela-token', 'Vela Token', 'VELA', 9647, 'vela-token', 'https://assets.coingecko.com/coins/images/28739/large/VELA_logo_-_no_background.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velar', 'Velar', 'VELAR', 5283, 'velar', 'https://assets.coingecko.com/coins/images/35763/large/Velar_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velas', 'Velas', 'VLX', 2580, 'velas', 'https://assets.coingecko.com/coins/images/9651/large/logo_blue.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velaspad', 'VelasPad', 'VLXPAD', 3483, 'velaspad', 'https://assets.coingecko.com/coins/images/18535/large/11654.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velhalla', 'Velhalla', 'SCAR', 5710, 'velhalla', 'https://assets.coingecko.com/coins/images/20421/large/velhalla_DP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velo', 'Velo', 'VELO', 353, 'velo', 'https://assets.coingecko.com/coins/images/12538/large/Logo_200x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veloce-vext', 'Veloce', 'VEXT', 5114, 'veloce-vext', 'https://assets.coingecko.com/coins/images/31214/large/VEXT_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('velodrome-finance', 'Velodrome Finance', 'VELO', 911, 'velodrome-finance', 'https://assets.coingecko.com/coins/images/25783/large/velo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velorex', 'Velorex', 'VEX', null, 'velorex', 'https://assets.coingecko.com/coins/images/15793/large/vex.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velvet', 'Velvet', 'VELVET', 1440, 'velvet', 'https://assets.coingecko.com/coins/images/67194/large/velvet.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('velvet-ai', 'Velvet AI', 'VELAI', 6128, 'velvet-ai', 'https://assets.coingecko.com/coins/images/53978/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('velvet-unicorn-by-virtuals', 'Velvet Unicorn by Virtuals', 'VU', 5370, 'velvet-unicorn-by-virtuals', 'https://assets.coingecko.com/coins/images/52175/large/velvet_unicorn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vempire-ddao', 'vEmpire DDAO', 'VEMP', 6060, 'vempire-ddao', 'https://assets.coingecko.com/coins/images/18074/large/PFP.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('venice-token', 'Venice Token', 'VVV', 655, 'venice-token', 'https://assets.coingecko.com/coins/images/54023/large/VVV_Token_Transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veno-finance', 'Veno Finance', 'VNO', 2029, 'veno-finance', 'https://assets.coingecko.com/coins/images/28799/large/Veno_Token_dark.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venom', 'Venom', 'VENOM', 291, 'venom', 'https://assets.coingecko.com/coins/images/28660/large/Venom_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vent-finance', 'Vent Finance', 'VENT', 7506, 'vent-finance', 'https://assets.coingecko.com/coins/images/17925/large/Artboard_29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vention', 'Vention', 'VENTION', null, 'vention', 'https://assets.coingecko.com/coins/images/17497/large/logo-black-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venture-mind-ai', 'VentureMind AI', 'VNTR', 4766, 'venture-mind-ai', 'https://assets.coingecko.com/coins/images/52265/large/Venture_Coin_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus', 'Venus', 'XVS', 532, 'venus', 'https://assets.coingecko.com/coins/images/12677/large/XVS_Token.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-bch', 'Venus BCH', 'VBCH', null, 'venus-bch', 'https://assets.coingecko.com/coins/images/13922/large/vbch.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-beth', 'Venus BETH', 'VBETH', null, 'venus-beth', 'https://assets.coingecko.com/coins/images/13924/large/vbeth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-btc', 'Venus BTC', 'VBTC', null, 'venus-btc', 'https://assets.coingecko.com/coins/images/13904/large/xbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-busd', 'Venus BUSD', 'VBUSD', null, 'venus-busd', 'https://assets.coingecko.com/coins/images/13902/large/vbusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-dai', 'Venus DAI', 'VDAI', null, 'venus-dai', 'https://assets.coingecko.com/coins/images/13920/large/venus_dai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-doge', 'Venus DOGE', 'VDOGE', null, 'venus-doge', 'https://assets.coingecko.com/coins/images/15058/large/doge.f7fbdf1d.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-dot', 'Venus DOT', 'VDOT', null, 'venus-dot', 'https://assets.coingecko.com/coins/images/13919/large/venus_dot.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-eth', 'Venus ETH', 'VETH', null, 'venus-eth', 'https://assets.coingecko.com/coins/images/13900/large/venus_eth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-fil', 'Venus FIL', 'VFIL', null, 'venus-fil', 'https://assets.coingecko.com/coins/images/13925/large/vfil_final.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-link', 'Venus LINK', 'VLINK', null, 'venus-link', 'https://assets.coingecko.com/coins/images/13923/large/vlink.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-ltc', 'Venus LTC', 'VLTC', null, 'venus-ltc', 'https://assets.coingecko.com/coins/images/13908/large/ltc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-reward-token', 'Venus Reward Token', 'VRT', null, 'venus-reward-token', 'https://assets.coingecko.com/coins/images/15734/large/vrt-venus-token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-sxp', 'Venus SXP', 'VSXP', null, 'venus-sxp', 'https://assets.coingecko.com/coins/images/13918/large/sxp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-usdc', 'Venus USDC', 'VUSDC', null, 'venus-usdc', 'https://assets.coingecko.com/coins/images/13906/large/usdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-usdt', 'Venus USDT', 'VUSDT', null, 'venus-usdt', 'https://assets.coingecko.com/coins/images/13901/large/venus_usdt.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-xrp', 'Venus XRP', 'VXRP', null, 'venus-xrp', 'https://assets.coingecko.com/coins/images/13921/large/vxrp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('venus-xvs', 'Venus XVS', 'VXVS', null, 'venus-xvs', 'https://assets.coingecko.com/coins/images/13903/large/xvs_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vera', 'Vera', 'VERA', 9468, 'vera', 'https://assets.coingecko.com/coins/images/18519/large/JJXTVFOE_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veraone', 'VeraOne', 'VRO', 794, 'veraone', 'https://assets.coingecko.com/coins/images/11112/large/wsBaVF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('verasity', 'Verasity', 'VRA', 625, 'verasity', 'https://assets.coingecko.com/coins/images/14025/large/logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('verge', 'Verge', 'XVG', 493, 'verge', 'https://assets.coingecko.com/coins/images/203/large/Verge_Coin_%28native%29_icon_200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('verified-usd-foundation-usdv', 'Verified USD', 'USDV', 8337, 'verified-usd-foundation-usdv', 'https://assets.coingecko.com/coins/images/32948/large/usdv_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veritaseum', 'Veritaseum', 'VERI', null, 'veritaseum', 'https://assets.coingecko.com/coins/images/695/large/veritaseum.png', 100);
INSERT OR REPLACE INTO Coin VALUES('verox', 'Verox', 'VRX', 8747, 'verox', 'https://assets.coingecko.com/coins/images/13669/large/IMG-20210115-000024.png', 100);
INSERT OR REPLACE INTO Coin VALUES('verra-dna', 'VERRA DNA', 'VDNA', 4941, 'verra-dna', 'https://assets.coingecko.com/coins/images/67479/large/1000004906.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('verse-bitcoin', 'Verse', 'VERSE', 3067, 'verse-bitcoin', 'https://assets.coingecko.com/coins/images/28424/large/verse2x-e89b2de142986a0e4380c920af417220.png', 100);
INSERT OR REPLACE INTO Coin VALUES('verse-world', 'Verse World', 'VERSE', 1623, 'verse-world', 'https://assets.coingecko.com/coins/images/66483/large/image00001.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('verso', 'Verso', 'VSO', 8206, null, 'https://assets.coingecko.com/coins/images/15169/large/versa.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('vertcoin', 'Vertcoin', 'VTC', 2338, 'vertcoin', 'https://assets.coingecko.com/coins/images/18/large/vertcoin-logo-2018.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vertex-protocol', 'Vertex Protocol', 'VRTX', 2773, 'vertex-protocol', 'https://assets.coingecko.com/coins/images/27927/large/vrtx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vertical-ai', 'Vertical AI', 'VERTAI', 1586, 'vertical-ai', 'https://assets.coingecko.com/coins/images/51520/large/favicon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('verus-coin', 'Verus Coin', 'VRSC', 444, 'verus-coin', 'https://assets.coingecko.com/coins/images/6769/large/Screenshot_33.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vesper-finance', 'Vesper Finance', 'VSP', 3259, 'vesper-finance', 'https://assets.coingecko.com/coins/images/13527/large/vesper_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vesta-finance', 'Vesta Finance', 'VSTA', 4284, 'vesta-finance', 'https://assets.coingecko.com/coins/images/23306/large/vesta-finance.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vesta-stable', 'Vesta Stable', 'VST', 11206, null, 'https://assets.coingecko.com/coins/images/23621/large/vesta.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vestra-dao', 'Vestra DAO', 'VSTR', 2034, 'vestra-dao', 'https://assets.coingecko.com/coins/images/51358/large/logo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('veterans-for-the-cause', 'Veterans for the Cause', 'VETS', 3095, 'veterans-for-the-cause', 'https://assets.coingecko.com/coins/images/66141/large/WhatsApp_Image_2025-05-26_at_12.38.04.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('vethor-token', 'VeThor Token', 'VTHO', 462, 'vethor-token', 'https://assets.coingecko.com/coins/images/5230/large/VTHO_Circle_Crop__Reference_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vetter-token', 'Vetter Token', 'VETTER', null, 'vetter-token', 'https://assets.coingecko.com/coins/images/19235/large/Vetter_Logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vexanium', 'Vexanium', 'VEX', 2874, 'vexanium', 'https://assets.coingecko.com/coins/images/3845/large/pict-vexanium.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vfox', 'VFOX', 'VFOX', 6032, 'vfox', 'https://assets.coingecko.com/coins/images/15363/large/vfox2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vibe', 'VIBE', 'VIBE', 12585, 'vibe', 'https://assets.coingecko.com/coins/images/948/large/vibe.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vibe-cat-2', 'Vibe Cat', 'VIBE', 5288, 'vibe-cat-2', 'https://assets.coingecko.com/coins/images/51775/large/CoinGecko_PFP.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vibe-cat-3', 'Vibe Cat', 'VIBE', 6226, 'vibe-cat-3', 'https://assets.coingecko.com/coins/images/66652/large/GtnF5ieXAAA2w3j.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('viberate', 'Viberate', 'VIB', 7699, 'viberate', 'https://assets.coingecko.com/coins/images/983/large/Viberate.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vibestrategy', 'VibeStrategy', 'VIBESTR', 1785, 'vibestrategy', 'https://assets.coingecko.com/coins/images/69924/large/tokenworks.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vice-2', 'VICE', 'VICE', 1213, 'vice-2', 'https://assets.coingecko.com/coins/images/54042/large/rsz_wvmrfszq_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vicicoin', 'ViciCoin', 'VCNT', 500, 'vicicoin', 'https://assets.coingecko.com/coins/images/31305/large/ViciCoin_-_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('victoria-vr', 'Victoria VR', 'VR', 848, 'victoria-vr', 'https://assets.coingecko.com/coins/images/21178/large/vr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vidaio', 'Vidaio', 'SN85', 1801, 'vidaio', 'https://assets.coingecko.com/coins/images/66373/large/vidaio-logo.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('vidt-dao', 'VIDT DAO', 'VIDT', 8159, 'vidt-dao', 'https://assets.coingecko.com/coins/images/27552/large/VIDTDAO_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vidulum', 'Vidulum', 'VDL', 8380, 'vidulum', 'https://assets.coingecko.com/coins/images/6893/large/vidulum.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vidy', 'VIDY', 'VIDY', null, 'vidy', 'https://assets.coingecko.com/coins/images/5088/large/vidy-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vidya', 'Vidya', 'VIDYA', 4369, 'vidya', 'https://assets.coingecko.com/coins/images/12219/large/VIDYA_TOKEN.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vidyx', 'VidyX', 'VIDYX', null, 'vidyx', 'https://assets.coingecko.com/coins/images/13558/large/vidyx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vies-token', 'Vies Token', 'VIES', 4036, 'vies-token', 'https://assets.coingecko.com/coins/images/67054/large/VIES_LOGO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('village', '庄', 'BUNDLE', 1481, 'village', 'https://assets.coingecko.com/coins/images/67860/large/vbh9rscccsf9qx6q9qclg1rtauln.', 100);
INSERT OR REPLACE INTO Coin VALUES('vindax-coin', 'VinDax Coin', 'VD', null, 'vindax-coin', 'https://assets.coingecko.com/coins/images/8498/large/1*4Sjb0dbd3g-o3PJ2HgghLQ.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vine', 'Vine', 'VINE', 718, 'vine', 'https://assets.coingecko.com/coins/images/53859/large/vine.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vinuchain', 'VinuChain', 'VC', 4236, 'vinuchain', 'https://assets.coingecko.com/coins/images/32324/large/vinuschain.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vip-token', 'VIP Token', 'VIP', 5588, 'vip-token', 'https://assets.coingecko.com/coins/images/20994/large/VIP_Logo_200x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('viral-inu', 'Viral Inu', 'VINU', null, null, 'https://assets.coingecko.com/coins/images/20698/large/vinu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('viralmind', 'ViralMind', 'VIRAL', 9892, 'viralmind', 'https://assets.coingecko.com/coins/images/53865/large/logo_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('virgen', 'Virgen', 'VIRGEN', 6070, 'virgen', 'https://assets.coingecko.com/coins/images/56005/large/WhatsApp_Image_2025-05-29_at_12.40.29.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('virgo', 'Virgo', 'VGO', null, 'virgo', 'https://assets.coingecko.com/coins/images/19209/large/vgoLogo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('virtual-protocol', 'Virtual Protocol', 'VIRTUAL', 178, 'virtual-protocol', 'https://assets.coingecko.com/coins/images/34057/large/LOGOMARK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('virtual-usd', 'Virtual USD', 'VUSD', 2610, null, 'https://assets.coingecko.com/coins/images/40057/large/200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('virtue-poker', 'Virtue Poker Points', 'VPP', null, 'virtue-poker', 'https://assets.coingecko.com/coins/images/3386/large/vp-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('virus-2', 'VIRUS', 'VIRUS', 1760, 'virus-2', 'https://assets.coingecko.com/coins/images/67649/large/sfvxxxwnrg0my0bsdfdpbe7dnx8f.', 100);
INSERT OR REPLACE INTO Coin VALUES('vision-3', 'Vision', 'VSN', 215, 'vision-3', 'https://assets.coingecko.com/coins/images/67399/large/Logo-Vision-Symbol-BG-Green.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vita-inu', 'Vita Inu', 'VINU', 1667, 'vita-inu', 'https://assets.coingecko.com/coins/images/20594/large/vita-inu-head-wallet-icon-transparent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vitadao', 'VitaDAO', 'VITA', 1169, 'vitadao', 'https://assets.coingecko.com/coins/images/16580/large/QmRjwywiAfpzSfQTuWM3zCTghSHN7G6ohQaar7Ht6WANUp.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vitalik-smart-gas', 'Vector Smart Gas', 'VSG', 4167, 'vitalik-smart-gas', 'https://assets.coingecko.com/coins/images/35275/large/vsg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vitality', 'Vitality', 'VITA', null, 'vitality', 'https://assets.coingecko.com/coins/images/19190/large/icon_vita.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vitarna', 'VitaRNA', 'VITARNA', 3079, 'vitarna', 'https://assets.coingecko.com/coins/images/38565/large/VITARNA_512px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vite', 'Vite', 'VITE', 5556, null, 'https://assets.coingecko.com/coins/images/4513/large/VITE_new_logo_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('viva-2', 'VIVA', 'VIVA', 2066, 'viva-2', 'https://assets.coingecko.com/coins/images/67466/large/IMG_5225.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('vivi-coin', 'VIVI COIN', 'VIVI', 1785, 'vivi-coin', 'https://assets.coingecko.com/coins/images/54496/large/IMG_5957.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('vixco', 'Vixco', 'VIX', 6872, null, 'https://assets.coingecko.com/coins/images/15405/large/vixco.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vlaunch-2', 'VLaunch', 'VPAD', 3284, 'vlaunch-2', 'https://assets.coingecko.com/coins/images/34991/large/VPAD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vndc', 'VNDC', 'VNDC', 727, 'vndc', 'https://assets.coingecko.com/coins/images/9670/large/vndc-gold-coin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vnx-swiss-franc', 'VNX Swiss Franc', 'VCHF', 2342, 'vnx-swiss-franc', 'https://assets.coingecko.com/coins/images/29547/large/VNXCHF_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vodra', 'Vodra', 'VDR', null, 'vodra', 'https://assets.coingecko.com/coins/images/19338/large/vdr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('volaris-games', 'Volaris Games', 'VOLS', 4122, 'volaris-games', 'https://assets.coingecko.com/coins/images/52604/large/volaris-2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('volatilityx', 'VolatilityX', 'VOLTX', 7438, 'volatilityx', 'https://assets.coingecko.com/coins/images/53320/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('volt-2', 'VOLT', 'XVM', 2967, 'volt-2', 'https://assets.coingecko.com/coins/images/68914/large/tokenlogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('volt-inu-2', 'Volt Inu', 'VOLT', 1896, 'volt-inu-2', 'https://assets.coingecko.com/coins/images/25201/large/volt_inu_ava_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('volumint', 'VoluMint', 'VMINT', 4584, 'volumint', 'https://assets.coingecko.com/coins/images/33745/large/volumint_200x200px_clearbg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('von', 'VON', 'VON', 2148, 'von', 'https://assets.coingecko.com/coins/images/53046/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vouch', 'Vouch', 'VOUCH', 2282, 'vouch', 'https://assets.coingecko.com/coins/images/68959/large/VOUCH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vouch-staked-pls', 'Vouch Staked PLS', 'VPLS', 2519, 'vouch-staked-pls', 'https://assets.coingecko.com/coins/images/69143/large/vPLS_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vow', 'Vow', 'VOW', 1462, 'vow', 'https://assets.coingecko.com/coins/images/18202/large/72Nd63R0_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('voxies', 'Voxies', 'VOXEL', 1857, 'voxies', 'https://assets.coingecko.com/coins/images/21260/large/Voxies_color_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vr1', 'VR1', 'VR1', 11990, 'vr1', 'https://assets.coingecko.com/coins/images/55342/large/icon_HD_logo_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vtrading', 'Vtrading', 'VTRADING', 3844, 'vtrading', 'https://assets.coingecko.com/coins/images/38324/large/IMG_20240529_085529_928.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vulcan-forged', 'Vulcan Forged', 'PYR', 1379, 'vulcan-forged', 'https://assets.coingecko.com/coins/images/14770/large/1617088937196.png', 100);
INSERT OR REPLACE INTO Coin VALUES('vvs-finance', 'VVS Finance', 'VVS', 392, 'vvs-finance', 'https://assets.coingecko.com/coins/images/20210/large/8glAYOTM_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('vyvo-smart-chain', 'Vyvo Smart Chain', 'VSC', 1866, 'vyvo-smart-chain', 'https://assets.coingecko.com/coins/images/32105/large/Vyvo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('w-ai-parked', 'w.ai (Parked)', 'SN39', 1865, 'w-ai-parked', 'https://assets.coingecko.com/coins/images/66431/large/Basilica_TwitterIcon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('w-coin', 'W coin', 'W', 4918, 'w-coin', 'https://assets.coingecko.com/coins/images/67010/large/IMG_20250702_062511_574.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wadzcoin', 'WadzCoin', 'WCO', 2291, 'wadzcoin', 'https://assets.coingecko.com/coins/images/53025/large/Untitled_%2814%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wadzpay-token', 'WadzPay Token', 'WTK', null, null, 'https://assets.coingecko.com/coins/images/13083/large/200xWadzToken.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waffles', 'Waffles', 'WAFFLES', 2870, 'waffles', 'https://assets.coingecko.com/coins/images/37349/large/result.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wagerr', 'Wagerr', 'WGR', 4747, 'wagerr', 'https://assets.coingecko.com/coins/images/759/large/syGKmAT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waggle-network', 'Waggle Network', 'WAG', 12492, 'waggle-network', 'https://assets.coingecko.com/coins/images/18696/large/waggle.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('wagmi-2', 'Wagmi', 'WAGMI', 2557, 'wagmi-2', 'https://assets.coingecko.com/coins/images/31887/large/wagmi_token_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wagmi-game-2', 'WAGMI Games', 'WAGMIGAMES', 1949, 'wagmi-game-2', 'https://assets.coingecko.com/coins/images/25906/large/WAGMI_DEFENSE_LOGO24_coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wagyuswap', 'WagyuSwap', 'WAG', 10407, 'wagyuswap', 'https://assets.coingecko.com/coins/images/18225/large/maoZ8h22_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wai-combinator-by-virtuals', 'WAI Combinator by Virtuals', 'WAI', 5965, 'wai-combinator-by-virtuals', 'https://assets.coingecko.com/coins/images/52181/large/wai.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('waifu-3', 'WaiFU', 'WAIFU', 11515, 'waifu-3', 'https://assets.coingecko.com/coins/images/53832/large/waifu.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('walken', 'Walken', 'WLKN', 4679, 'walken', 'https://assets.coingecko.com/coins/images/25566/large/wlkn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wall-street-bets-dapp', 'WallStreetBets DApp', 'WSB', 5710, 'wall-street-bets-dapp', 'https://assets.coingecko.com/coins/images/15093/large/Pe1mrDu.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wall-street-games', 'Wall Street Games', 'WSG', 7613, 'wall-street-games', 'https://assets.coingecko.com/coins/images/15872/large/X3Awe42.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wall-street-memes', 'Wall Street Memes', 'WSM', 4026, 'wall-street-memes', 'https://assets.coingecko.com/coins/images/31975/large/Wall_Street_Memes_Logo_resize.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wall-street-pepe', 'Wall Street Pepe', 'WEPE', 2032, 'wall-street-pepe', 'https://assets.coingecko.com/coins/images/54457/large/Wepe_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wall-street-shiba', 'Wall Street Shiba', 'STIBA', 6554, 'wall-street-shiba', 'https://assets.coingecko.com/coins/images/69068/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('walletnow', 'WalletNow', 'WNOW', null, null, 'https://assets.coingecko.com/coins/images/20149/large/walletnow.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('walrus-2', 'Walrus', 'WAL', 229, 'walrus-2', 'https://assets.coingecko.com/coins/images/54914/large/WAL_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waltonchain', 'Waltonchain', 'WTC', 6632, null, 'https://assets.coingecko.com/coins/images/1093/large/ggx6nnW.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wanchain', 'Wanchain', 'WAN', 1519, 'wanchain', 'https://assets.coingecko.com/coins/images/3482/large/wanchain-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wander', 'WANDER', 'WANDER', 7205, 'wander', 'https://assets.coingecko.com/coins/images/53471/large/WanderCoin_Logo_Svg_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wannaswap', 'WannaSwap', 'WANNA', 9780, 'wannaswap', 'https://assets.coingecko.com/coins/images/21955/large/wannaswap.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('wanswap', 'WanSwap', 'WASP', 8146, 'wanswap', 'https://assets.coingecko.com/coins/images/15183/large/3l8ivBT.png', 100);
INSERT OR REPLACE INTO Coin VALUES('warena', 'Warena', 'RENA', 7174, 'warena', 'https://assets.coingecko.com/coins/images/18888/large/RENA_Web_Black_Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('warped-games', 'Warped Games', 'WARPED', 2668, 'warped-games', 'https://assets.coingecko.com/coins/images/33307/large/Warped-ICON-COLOR-ORANGE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('warrior-coin', 'Warrior Coin', 'WAR', 5011, 'warrior-coin', 'https://assets.coingecko.com/coins/images/54135/large/Warrior_Coin.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('warthog', 'Warthog', 'WART', 3398, 'warthog', 'https://assets.coingecko.com/coins/images/36169/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wasder', 'Wasder', 'WAS', 9899, 'wasder', 'https://assets.coingecko.com/coins/images/15374/large/wasderBoxedLogoWhite-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waste-coin', 'Waste Digital Coin', 'WACO', null, 'waste-coin', 'https://assets.coingecko.com/coins/images/19035/large/waco.png', 100);
INSERT OR REPLACE INTO Coin VALUES('watcoin-2', 'WATCoin', 'WATC', 2334, 'watcoin-2', 'https://assets.coingecko.com/coins/images/51682/large/WATC_Logo_%28%EC%B5%9C%EC%A2%85%EB%B3%B8%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('water-3', 'Waterfall', 'WATER', 3265, 'water-3', 'https://assets.coingecko.com/coins/images/39247/large/Group_439.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('waterbear', 'waterbear', 'WATERBEAR', 10042, 'waterbear', 'https://assets.coingecko.com/coins/images/51921/large/Frame_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('waterfall-governance-token', 'Waterfall Governance Token', 'WTF', 8667, 'waterfall-governance-token', 'https://assets.coingecko.com/coins/images/19189/large/wtf_icon_avatar_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waterneuron', 'WaterNeuron', 'WTN', 1851, 'waterneuron', 'https://assets.coingecko.com/coins/images/39647/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waultswap', 'WaultSwap', 'WEX', 7637, 'waultswap', 'https://assets.coingecko.com/coins/images/14882/large/wex_v3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waveform', 'Waveform', 'WAVE', 10121, 'waveform', 'https://assets.coingecko.com/coins/images/53383/large/wTn_iCMI_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('waveform-by-virtuals', 'Waveform by Virtuals', 'WAVE', 1938, 'waveform-by-virtuals', 'https://assets.coingecko.com/coins/images/69367/large/bojz35sh42a23fr8ptwsi234vvvc.', 100);
INSERT OR REPLACE INTO Coin VALUES('waves', 'Waves', 'WAVES', 557, 'waves', 'https://assets.coingecko.com/coins/images/425/large/waves.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waves-ducks', 'Waves Ducks', 'EGG', 6473, 'waves-ducks', 'https://assets.coingecko.com/coins/images/17298/large/200x200_pixel.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waves-enterprise', 'Waves Enterprise', 'WEST', null, 'waves-enterprise', 'https://assets.coingecko.com/coins/images/10464/large/53049754.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wax', 'WAX', 'WAXP', 777, 'wax', 'https://assets.coingecko.com/coins/images/1372/large/WAX_Coin_Tickers_P_512px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waxe', 'WAXE', 'WAXE', null, 'waxe', 'https://assets.coingecko.com/coins/images/13508/large/waxe_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wayawolfcoin', 'WayaWolfCoin', 'WW', null, null, 'https://assets.coingecko.com/coins/images/6120/large/WW-large.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wayfinder', 'Wayfinder', 'PROMPT', 1274, 'wayfinder', 'https://assets.coingecko.com/coins/images/55169/large/wayfinder.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('waygu-cash', 'WAYGU CASH', 'WAYGU', 11256, 'waygu-cash', 'https://assets.coingecko.com/coins/images/55697/large/WayGu_PNG_Logo-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('waykichain-governance-coin', 'WaykiChain Governance Coin', 'WGRT', null, null, 'https://assets.coingecko.com/coins/images/12118/large/5630.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wazirx', 'WazirX', 'WRX', 1228, 'wazirx', 'https://assets.coingecko.com/coins/images/10547/large/WazirX.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wbnb', 'Wrapped BNB', 'WBNB', 79, 'wbnb', 'https://assets.coingecko.com/coins/images/12591/large/binance-coin-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wdash', 'wrapped DASH', 'WDASH', 223, 'dash', null, 3);
INSERT OR REPLACE INTO Coin VALUES('we-love-t', 'We Love T', 'WLT', 5313, 'we-love-t', 'https://assets.coingecko.com/coins/images/51346/large/WELOVETITS_2000x2000-01.png', 100);
INSERT OR REPLACE INTO Coin VALUES('weatherxm-network', 'WeatherXM', 'WXM', 3440, 'weatherxm-network', 'https://assets.coingecko.com/coins/images/38154/large/weatherxm-network-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('web-3-dollar', 'Web 3 Dollar', 'USD3', 1132, 'web-3-dollar', 'https://assets.coingecko.com/coins/images/38073/large/usd3%28200_x_200_px%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('web-agents-autoppia', 'Web Agents - Autoppia', 'SN36', 2495, 'web-agents-autoppia', 'https://assets.coingecko.com/coins/images/66341/large/sn36.png', 100);
INSERT OR REPLACE INTO Coin VALUES('web3frontier', 'Web3Frontier', 'W3F', null, 'web3frontier', 'https://assets.coingecko.com/coins/images/33192/large/w3f-cg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('web3shot', 'Web3Shot', 'W3S', null, 'web3shot', 'https://assets.coingecko.com/coins/images/29723/large/W3S.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('webchain', 'MintMe.com Coin', 'MINTME', 2622, null, 'https://assets.coingecko.com/coins/images/5127/large/MINTME_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('weble-ecosystem-token', 'Weble Ecosystem Token', 'WET', null, 'weble-ecosystem-token', 'https://assets.coingecko.com/coins/images/17353/large/cropped-logo-wombat.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wecan', 'Wecan', 'WECAN', 1652, 'wecan', 'https://assets.coingecko.com/coins/images/32150/large/Wecan_W_logo_RGB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wecoown', 'WeCoOwn', 'WCX', null, 'wecoown', 'https://assets.coingecko.com/coins/images/14497/large/WCX-Token-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('weed-token', 'WEED Token', 'WEED', 2673, 'weed-token', 'https://assets.coingecko.com/coins/images/69703/large/weed.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wefi', 'WeFi', 'WFI', 593, 'wefi', 'https://assets.coingecko.com/coins/images/51842/large/200x200Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('weld', 'Weld', 'WELD', null, 'weld', 'https://assets.coingecko.com/coins/images/18544/large/weld.png', 100);
INSERT OR REPLACE INTO Coin VALUES('welf', 'WELF', 'WELF', 2375, 'welf', 'https://assets.coingecko.com/coins/images/52927/large/Untitled-1-02_%285%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('welsh-corgi-coin', 'WELSH CORGI COIN', 'WELSH', 3778, 'welsh-corgi-coin', 'https://assets.coingecko.com/coins/images/34009/large/welsh.png', 100);
INSERT OR REPLACE INTO Coin VALUES('welshare-health-token', 'Welshare Health Token', 'WEL', 5561, 'welshare-health-token', 'https://assets.coingecko.com/coins/images/51035/large/coingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('welups-blockchain', 'Welups Blockchain', 'WELUPS', null, null, 'https://assets.coingecko.com/coins/images/22550/large/175881221_106803201556753_3147352659598404981_n.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wemix-dollar', 'WEMIX Dollar', 'WEMIX$', 1526, 'wemix-dollar', 'https://assets.coingecko.com/coins/images/28637/large/wemix_dollar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wemix-token', 'WEMIX Token', 'WEMIX', 289, 'wemix-token', 'https://assets.coingecko.com/coins/images/12998/large/wemixcoin_color_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wen-4', 'Wen', '$WEN', 1309, 'wen-4', 'https://assets.coingecko.com/coins/images/34856/large/wen-logo-new.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wepower', 'WePower', 'WPR', 8135, 'wepower', 'https://assets.coingecko.com/coins/images/1951/large/wpr.png', 100);
INSERT OR REPLACE INTO Coin VALUES('weth', 'WETH', 'WETH', 23, 'weth', 'https://assets.coingecko.com/coins/images/2518/large/weth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('weway', 'WeWay', 'WWY', 8021, 'weway', 'https://assets.coingecko.com/coins/images/22418/large/wwy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wexo', 'Wexo', 'WEXO', 1650, 'wexo', 'https://assets.coingecko.com/coins/images/33801/large/wexo_token_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wfca', 'World Friendship Cash', 'WFCA', 1908, 'wfca', 'https://assets.coingecko.com/coins/images/31997/large/wfca.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('whale', 'WHALE', 'WHALE', 2196, 'whale', 'https://assets.coingecko.com/coins/images/11797/large/WHALE.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whale-2', 'Whale', 'WHALE', 4228, 'whale-2', 'https://assets.coingecko.com/coins/images/53638/large/Whale.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whaleroom', 'WhaleRoom', 'WHL', null, 'whaleroom', 'https://assets.coingecko.com/coins/images/14328/large/ArEX8tkV_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whales-market', 'Whales Market', 'WHALES', 3941, 'whales-market', 'https://assets.coingecko.com/coins/images/34366/large/whale_logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('whine-coin', 'Whine Coin', 'WHINE', 3989, 'whine-coin', 'https://assets.coingecko.com/coins/images/38523/large/IMG_20240606_032303_401.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('whiskey', 'WHISKEY', 'WHISKEY', 2556, 'whiskey', 'https://assets.coingecko.com/coins/images/38772/large/IMG_9994.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('whisp', 'WHISP', 'WHISP', 7632, 'whisp', 'https://assets.coingecko.com/coins/images/53593/large/Screenshot_2025-01-13_at_14.20.29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('white-bike', 'White Bike', 'BIKE', 11898, 'white-bike', 'https://assets.coingecko.com/coins/images/55031/large/IMG_20250329_192642_335.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('white-whale', 'White Whale', 'WHALE', 7174, 'white-whale', 'https://assets.coingecko.com/coins/images/21628/large/whale.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whitebit', 'WhiteBIT Token', 'WBT', 34, 'whitebit', 'https://assets.coingecko.com/coins/images/27045/large/wbt_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whitecoin', 'Whitecoin', 'XWC', null, 'whitecoin', 'https://assets.coingecko.com/coins/images/60/large/whitecoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whiteheart', 'Whiteheart', 'WHITE', 673, 'whiteheart', 'https://assets.coingecko.com/coins/images/13484/large/whiteheart.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whiterock', 'WhiteRock', 'WHITE', null, 'whiterock', 'https://assets.coingecko.com/coins/images/52513/large/logo_%2827%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whole-earth-coin', 'Whole Earth Coin', 'WEC', null, 'whole-earth-coin', 'https://assets.coingecko.com/coins/images/16313/large/WEC_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('why', 'WHY', 'WHY', 1706, 'why', 'https://assets.coingecko.com/coins/images/36812/large/output-onlinepngtools.png', 100);
INSERT OR REPLACE INTO Coin VALUES('whyyoutouzhele', 'Whyyoutouzhele', 'LI', 4043, 'whyyoutouzhele', 'https://assets.coingecko.com/coins/images/53203/large/IMG_7088.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wibegram', 'WibeGram', 'WIBE', 7799, null, 'https://assets.coingecko.com/coins/images/53737/large/photo_resized_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wibx', 'WiBX', 'WBX', null, 'wibx', 'https://assets.coingecko.com/coins/images/11009/large/wibx_new_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wicrypt', 'Wicrypt', 'WNT', 5021, 'wicrypt', 'https://assets.coingecko.com/coins/images/21223/large/wicrypt.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('wife-changing-money-2', 'Wife Changing Money', 'WIFE', 9329, 'wife-changing-money-2', 'https://assets.coingecko.com/coins/images/66690/large/WIFE.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wifedoge', 'Wifedoge', 'WIFEDOGE', null, 'wifedoge', 'https://assets.coingecko.com/coins/images/17346/large/w_doge_logo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wifi', 'WiFi Map', 'WIFI', 3370, 'wifi', 'https://assets.coingecko.com/coins/images/29533/large/IMG_4643.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wigoswap', 'WigoSwap', 'WIGO', 7103, 'wigoswap', 'https://assets.coingecko.com/coins/images/23603/large/wigo_coin200200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wiki-cat', 'Wiki Cat', 'WKC', 549, 'wiki-cat', 'https://assets.coingecko.com/coins/images/26037/large/Wiki-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wilder-world', 'Wilder World', 'WILD', 552, 'wilder-world', 'https://assets.coingecko.com/coins/images/15407/large/wld-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('win-3', 'Win', 'WIN', 1744, 'win-3', 'https://assets.coingecko.com/coins/images/68785/large/WIN_Token_200_x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wine-shares', 'Wine Shares', 'WINE', null, null, 'https://assets.coingecko.com/coins/images/22739/large/gshare.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wing-finance', 'Wing Finance', 'WING', 5136, 'wing-finance', 'https://assets.coingecko.com/coins/images/12477/large/s_wing_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wink', 'WINkLink', 'WIN', 855, 'wink', 'https://assets.coingecko.com/coins/images/9129/large/WinK.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wink-2', 'WINK', 'WINK', 1686, 'wink-2', 'https://assets.coingecko.com/coins/images/53647/large/Wink200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wink-3', 'Wink', 'WINK', 5817, 'wink-3', 'https://assets.coingecko.com/coins/images/54466/large/Jc8Xgw8j_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('winklink-bsc', 'WINkLink BSC', 'WIN', null, 'winklink-bsc', 'https://assets.coingecko.com/coins/images/15472/large/hDLzwfqu_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('winnie-the-poodle', 'Winnie the Poodle', 'WINNIE', 9557, 'winnie-the-poodle', 'https://assets.coingecko.com/coins/images/51166/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('winr-protocol', 'WINR Protocol', 'WINR', 2254, 'winr-protocol', 'https://assets.coingecko.com/coins/images/29340/large/WINR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('winternomics-tv', 'Winternomics TV', 'WNTV', 2395, 'winternomics-tv', 'https://assets.coingecko.com/coins/images/69828/large/a0f5coo4bx1f6rgsi22y8r3vlzii.', 100);
INSERT OR REPLACE INTO Coin VALUES('wipemyass', 'WipeMyAss', 'WIPE', null, 'wipemyass', 'https://assets.coingecko.com/coins/images/19967/large/wipemyass.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wirex', 'Wirex', 'WXT', 2161, 'wirex', 'https://assets.coingecko.com/coins/images/8835/large/Wirex.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wisdomise', 'Wisdomise AI', 'WSDM', 5257, 'wisdomise', 'https://assets.coingecko.com/coins/images/36114/large/Logo-Token-Colored.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wise-monkey', 'Wise Monkey', 'MONKY', 2095, 'wise-monkey', 'https://assets.coingecko.com/coins/images/52663/large/MONKY_Logo-1_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wise-token11', 'Wise', 'WISE', 2005, 'wise-token11', 'https://assets.coingecko.com/coins/images/13552/large/Wise.jpg.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wistaverse', 'Wistaverse', 'WISTA', 10509, 'wistaverse', 'https://assets.coingecko.com/coins/images/30599/large/LOGO_round.png', 100);
INSERT OR REPLACE INTO Coin VALUES('witch-token', 'Witch Token', 'WITCH', 3494, 'witch-token', 'https://assets.coingecko.com/coins/images/17205/large/download_%2829%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('witnet', 'Witnet', 'WIT', 2620, 'witnet', 'https://assets.coingecko.com/coins/images/11109/large/wit.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wizard-gang', 'Wizard Gang', 'WIZARD', 3745, 'wizard-gang', 'https://assets.coingecko.com/coins/images/55292/large/wizardgang.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wizard-vault-nftx', 'WIZARD Vault (NFTX)', 'WIZARD', null, 'wizard-vault-nftx', 'https://assets.coingecko.com/coins/images/17068/large/Wizards.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wizarre-scroll', 'Wizarre Scroll', 'SCRL', 10975, 'wizarre-scroll', 'https://assets.coingecko.com/coins/images/21046/large/scroll_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wlf-token', 'WLF TOKEN', 'WLF', 2243, 'wlf-token', 'https://assets.coingecko.com/coins/images/68765/large/Mark_WLF_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wmatic', 'Wrapped Matic', 'WMATIC', 902, 'wmatic', 'https://assets.coingecko.com/coins/images/14073/large/matic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wojak', 'Wojak', 'WOJAK', 1517, 'wojak', 'https://assets.coingecko.com/coins/images/29856/large/wojak.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wojak-3', 'Wojak', 'WOJAK', 2682, 'wojak-3', 'https://assets.coingecko.com/coins/images/67991/large/1000025655.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wojak-finance', 'Wojak Finance', 'WOJ', null, 'wojak-finance', 'https://assets.coingecko.com/coins/images/18823/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wolf-2', 'WOLF', 'WOLF', 1493, 'wolf-2', 'https://assets.coingecko.com/coins/images/66822/large/1000809121.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wolf-game-wool', 'Wolf Game Wool', 'WOOL', null, 'wolf-game-wool', 'https://assets.coingecko.com/coins/images/20760/large/KM3RwIVx_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wolfi-2', 'WOLFI', 'WOLFI', 4628, 'wolfi-2', 'https://assets.coingecko.com/coins/images/66620/large/wolfi_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wolfsafepoorpeople', 'WolfSafePoorPeople', 'WSPP', 4371, 'wolfsafepoorpeople', 'https://assets.coingecko.com/coins/images/17090/large/wspplogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wolfsafepoorpeople-polygon', 'WolfSafePoorPeople Polygon', 'WSPP', null, null, 'https://assets.coingecko.com/coins/images/19514/large/wspplogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wom-token', 'WOM Protocol', 'WOM', 8624, 'wom-token', 'https://assets.coingecko.com/coins/images/4559/large/wom_logo_small.png', 100);
INSERT OR REPLACE INTO Coin VALUES('woman-yelling-at-cat', 'Woman Yelling At Cat', 'WYAC', 4132, 'woman-yelling-at-cat', 'https://assets.coingecko.com/coins/images/38826/large/wyac200x200.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wombat', 'Wombat', 'WOMBAT', 6445, 'wombat', 'https://assets.coingecko.com/coins/images/26430/large/Project_Page_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wonderland', 'Wonderland', 'TIME', 9477, 'wonderland', 'https://assets.coingecko.com/coins/images/18126/large/time.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('woo-network', 'WOO Network', 'WOO', 545, 'woo-network', 'https://assets.coingecko.com/coins/images/12921/large/WOO_Logos_2023_Profile_Pic_WOO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('woof-token', 'WOOF Token', 'WOOF', 6119, 'woof-token', 'https://assets.coingecko.com/coins/images/18319/large/woof-logo-svg-true-solana-radient-blackinside.png', 100);
INSERT OR REPLACE INTO Coin VALUES('woofi-the-genius-dog', 'Woofi the genius dog', 'WOOFI', 5528, 'woofi-the-genius-dog', 'https://assets.coingecko.com/coins/images/54559/large/IMG_5524.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('woonkly-power', 'Woonkly Power', 'WOOP', 6017, 'woonkly-power', 'https://assets.coingecko.com/coins/images/14494/large/Icono_Infinito_Circular_Blanco_Fondo_Azul_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('workloop-ai', 'Workloop AI', 'LOOP', 3626, 'workloop-ai', 'https://assets.coingecko.com/coins/images/68449/large/Workloop_AI.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('world-assets', 'WorldAssets', 'INC', 671, 'world-assets', 'https://assets.coingecko.com/coins/images/69686/large/worldassets_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('world-cat', 'World Cat', 'WORLD CAT', 2985, 'world-cat', 'https://assets.coingecko.com/coins/images/67236/large/worldcat-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('world-earn-play-community', 'World Earn & Play Community', 'WEPC', 3839, 'world-earn-play-community', 'https://assets.coingecko.com/coins/images/50209/large/WEPC_200-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('world-liberty-financial', 'World Liberty Financial', 'WLFI', 43, 'world-liberty-financial', 'https://assets.coingecko.com/coins/images/50767/large/wlfi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('world-mobile-token', 'World Mobile Token', 'WMT', 430, 'world-mobile-token', 'https://assets.coingecko.com/coins/images/17333/large/Token_icon_round_1024.png', 100);
INSERT OR REPLACE INTO Coin VALUES('world-of-dypians', 'World of Dypians', 'WOD', 1732, 'world-of-dypians', 'https://assets.coingecko.com/coins/images/51024/large/WOD_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('world3', 'World3', 'WAI', 1694, 'world3', 'https://assets.coingecko.com/coins/images/68124/large/world3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('worldcoin-wld', 'Worldcoin', 'WLD', 63, 'worldcoin-wld', 'https://assets.coingecko.com/coins/images/31069/large/worldcoin.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('worldcore', 'Worldcore', 'WRC', 7787, null, 'https://assets.coingecko.com/coins/images/1358/large/1000956327.png', 100);
INSERT OR REPLACE INTO Coin VALUES('worlds-first-memecoin', 'Worlds First Memecoin', 'LOLCOIN', 4108, 'worlds-first-memecoin', 'https://assets.coingecko.com/coins/images/66831/large/la59xxp2wmnjfbu6eitzajrx398q.', 100);
INSERT OR REPLACE INTO Coin VALUES('worldshards', 'WorldShards', 'SHARDS', 2771, 'worldshards', 'https://assets.coingecko.com/coins/images/68879/large/shards.png', 100);
INSERT OR REPLACE INTO Coin VALUES('worldwide-usd', 'Worldwide USD', 'WUSD', 2402, 'worldwide-usd', 'https://assets.coingecko.com/coins/images/35358/large/WUSD-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wormhole', 'Wormhole', 'W', 214, 'wormhole', 'https://assets.coingecko.com/coins/images/35087/large/W_Token_%283%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wormhole-bridged-wsteth-bsc', 'Wormhole Bridged wstETH (BSC)', 'WSTETH', 1601, 'wormhole-bridged-wsteth-bsc', 'https://assets.coingecko.com/coins/images/69610/large/wsteth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('worthless', 'Worthless', 'WORTHLESS', 1346, 'worthless', 'https://assets.coingecko.com/coins/images/68720/large/aFvWRV_M_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('worthless-coin-2', 'Worthless Coin', 'WORTHLESS', 5380, 'worthless-coin-2', 'https://assets.coingecko.com/coins/images/67467/large/5zsl2edwwxdyy67zway5wa90tlcd.', 100);
INSERT OR REPLACE INTO Coin VALUES('would', 'would', 'WOULD', null, 'would', 'https://assets.coingecko.com/coins/images/52316/large/QmXJR6Q2zkqpotTY2nMP6k76LykKW7z4tgfQfH1ZUo57Dt.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wownero', 'Wownero', 'WOW', 2731, 'wownero', 'https://assets.coingecko.com/coins/images/6103/large/wownero.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wowswap', 'WOWswap', 'WOW', 10336, 'wowswap', 'https://assets.coingecko.com/coins/images/14101/large/Group-423.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wozx', 'Efforce', 'WOZX', 3576, 'wozx', 'https://assets.coingecko.com/coins/images/13310/large/rZ6Oe3dm_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-0g', 'Wrapped 0G', 'W0G', 1108, 'wrapped-0g', 'https://assets.coingecko.com/coins/images/69681/large/0g.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-arbitrum-gho', 'Wrapped Aave Arbitrum GHO', 'WAARBGHO', 2329, 'wrapped-aave-arbitrum-gho', 'https://assets.coingecko.com/coins/images/68159/large/waarbgho.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-arbitrum-usdcn', 'Wrapped Aave Arbitrum USDCn', 'WAARBUSDCN', 2442, 'wrapped-aave-arbitrum-usdcn', 'https://assets.coingecko.com/coins/images/68157/large/waArbusdcn_64.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-base-gho', 'Wrapped Aave Base GHO', 'WABASGHO', 1836, 'wrapped-aave-base-gho', 'https://assets.coingecko.com/coins/images/68200/large/wabasgho.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-base-usdc', 'Wrapped Aave Base USDC', 'WABASUSDC', 1835, 'wrapped-aave-base-usdc', 'https://assets.coingecko.com/coins/images/68201/large/wabasusdc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-ethereum-lido-gho', 'Wrapped Aave Ethereum Lido GHO', 'WAETHLIDOGHO', 1688, 'wrapped-aave-ethereum-lido-gho', 'https://assets.coingecko.com/coins/images/68141/large/waEthLidogho_64.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-ethereum-lido-weth', 'Wrapped Aave Ethereum Lido WETH', 'WAETHLIDOWETH', 2726, 'wrapped-aave-ethereum-lido-weth', 'https://assets.coingecko.com/coins/images/68139/large/waEthLidoweth_64.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-ethereum-lido-wsteth', 'Wrapped Aave Ethereum Lido wstETH', 'WAETHLIDOWSTETH', 1637, 'wrapped-aave-ethereum-lido-wsteth', 'https://assets.coingecko.com/coins/images/68138/large/wrapped_aave_eth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-ethereum-usdc', 'Wrapped Aave Ethereum USDC', 'WAETHUSDC', 467, 'wrapped-aave-ethereum-usdc', 'https://assets.coingecko.com/coins/images/68142/large/waEthusdc_64.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-ethereum-usdt', 'Wrapped Aave Ethereum USDT', 'WAETHUSDT', 481, 'wrapped-aave-ethereum-usdt', 'https://assets.coingecko.com/coins/images/68140/large/waEthusdt_64.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-ethereum-weth', 'Wrapped Aave Ethereum WETH', 'WAETHWETH', 372, 'wrapped-aave-ethereum-weth', 'https://assets.coingecko.com/coins/images/68155/large/waEthweth_64.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-gnosis-wsteth', 'Wrapped Aave Gnosis wstETH', 'WAGNOWSTETH', 1830, 'wrapped-aave-gnosis-wsteth', 'https://assets.coingecko.com/coins/images/68209/large/wsteth.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-plasma-usde', 'Wrapped Aave Plasma USDe', 'WAPLAUSDE', 1829, 'wrapped-aave-plasma-usde', 'https://assets.coingecko.com/coins/images/69605/large/waplausde.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-aave-plasma-usdt0', 'Wrapped Aave Plasma USDT0', 'WAPLAUSDT0', 571, 'wrapped-aave-plasma-usdt0', 'https://assets.coingecko.com/coins/images/69597/large/waplasusdt0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-accumulate', 'Wrapped Accumulate', 'WACME', 3702, 'wrapped-accumulate', 'https://assets.coingecko.com/coins/images/27207/large/accumulate-logo-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-ampleforth', 'Wrapped Ampleforth', 'WAMPL', 2940, 'wrapped-ampleforth', 'https://assets.coingecko.com/coins/images/20825/large/photo_2021-11-25_02-05-11.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-avax', 'Wrapped AVAX', 'WAVAX', 216, 'wrapped-avax', 'https://assets.coingecko.com/coins/images/15075/large/wrapped-avax.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-ayeayecoin', 'Wrapped AyeAyeCoin', 'WAAC', 2272, 'wrapped-ayeayecoin', 'https://assets.coingecko.com/coins/images/38346/large/Screenshot_2024-05-31_at_8.22.26_AM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-bch', 'Wrapped BCH', 'WBCH', null, 'wrapped-bch', 'https://assets.coingecko.com/coins/images/21386/large/0x3743eC0673453E5009310C727Ba4eaF7b3a1cc04.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-beacon-eth', 'Wrapped Beacon ETH', 'WBETH', 14, 'wrapped-beacon-eth', 'https://assets.coingecko.com/coins/images/30061/large/wbeth-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-besc-2', 'Wrapped BESC', 'WBESC', 2701, 'wrapped-besc-2', 'https://assets.coingecko.com/coins/images/68170/large/IMG_20250811_025232_632.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-bitcoin', 'Wrapped Bitcoin', 'WBTC', 13, 'wrapped-bitcoin', 'https://assets.coingecko.com/coins/images/7598/large/wrapped_bitcoin_wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-bittensor-universal', 'Wrapped Bittensor (Universal)', 'UTAO', 1354, 'wrapped-bittensor-universal', 'https://assets.coingecko.com/coins/images/54906/large/Untitled_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-busd', 'Wrapped BUSD', 'WBUSD', null, 'wrapped-busd', 'https://assets.coingecko.com/coins/images/19498/large/wbusd.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-centrifuge', 'Wrapped Centrifuge', 'WCFG', 485, 'wrapped-centrifuge', 'https://assets.coingecko.com/coins/images/17106/large/WCFG.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-cro', 'Wrapped CRO', 'WCRO', null, 'wrapped-cro', 'https://assets.coingecko.com/coins/images/20401/large/cro.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-cusd-allbridge-from-celo', 'Wrapped CUSD (Allbridge from Celo)', 'ACUSD', null, null, 'https://assets.coingecko.com/coins/images/23057/large/7236.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-cygnus-usd', 'Wrapped Cygnus USD', 'WCGUSD', 1915, 'wrapped-cygnus-usd', 'https://assets.coingecko.com/coins/images/54136/large/wcgUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-eeth', 'Wrapped eETH', 'WEETH', 18, 'wrapped-eeth', 'https://assets.coingecko.com/coins/images/33033/large/weETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-ether-mantle-bridge', 'Wrapped Ether (Mantle Bridge)', 'WETH', 233, 'wrapped-ether-mantle-bridge', 'https://assets.coingecko.com/coins/images/31013/large/weth_2.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-fantom', 'Wrapped Fantom', 'WFTM', null, 'wrapped-fantom', 'https://assets.coingecko.com/coins/images/16036/large/Fantom.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-fragsol', 'Wrapped fragSOL', 'WFRAGSOL', 931, 'wrapped-fragsol', 'https://assets.coingecko.com/coins/images/54574/large/wfragSOL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-gbera', 'Wrapped gBera', 'WGBERA', 1820, 'wrapped-gbera', 'https://assets.coingecko.com/coins/images/54804/large/wgbera.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-hec', 'Wrapped HEC', 'WSHEC', null, null, 'https://assets.coingecko.com/coins/images/21550/large/_WSHEC_new_Logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-hlp', 'Wrapped HLP', 'WHLP', 1947, 'wrapped-hlp', 'https://assets.coingecko.com/coins/images/66783/large/image_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-hype', 'Wrapped HYPE', 'WHYPE', 247, 'wrapped-hype', 'https://assets.coingecko.com/coins/images/54469/large/_UP3jBsi_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-iotex', 'Wrapped IoTex', 'WIOTX', null, 'wrapped-iotex', 'https://assets.coingecko.com/coins/images/17923/large/Njsdvvpv_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-kcs', 'Wrapped KCS', 'WKCS', null, 'wrapped-kcs', 'https://assets.coingecko.com/coins/images/16924/large/wrapped-kcs.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-mantle', 'Wrapped Mantle', 'WMNT', 1172, 'wrapped-mantle', 'https://assets.coingecko.com/coins/images/30983/large/mantle.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-memory', 'Wonderful Memories', 'WMEMO', null, 'wrapped-memory', 'https://assets.coingecko.com/coins/images/22392/large/wMEMO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-mistcoin', 'Wrapped MistCoin', 'WMC', 2958, 'wrapped-mistcoin', 'https://assets.coingecko.com/coins/images/32490/large/355966EE-F4AD-4023-A38E-59B9DEF1C6C3.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-ncg', 'Wrapped NCG', 'WNCG', null, 'wrapped-ncg', 'https://assets.coingecko.com/coins/images/17747/large/WNCG_Color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-near', 'Wrapped Near', 'WNEAR', null, 'wrapped-near', 'https://assets.coingecko.com/coins/images/18280/large/EX4mrWMW_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-newyorkcoin', 'Wrapped NewYorkCoin', 'WNYC', null, 'wrapped-newyorkcoin', 'https://assets.coingecko.com/coins/images/17123/large/J53IJI7.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-nxm', 'Wrapped NXM', 'WNXM', 784, 'wrapped-nxm', 'https://assets.coingecko.com/coins/images/11890/large/wNXM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-one', 'Wrapped One', 'WONE', null, 'wrapped-one', 'https://assets.coingecko.com/coins/images/18183/large/wonelogo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-peaq', 'Wrapped Peaq', 'WPEAQ', 1937, 'wrapped-peaq', 'https://assets.coingecko.com/coins/images/68716/large/peaq.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-qom', 'Wrapped QOM', 'WQOM', 4455, 'wrapped-qom', 'https://assets.coingecko.com/coins/images/50469/large/qom_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-quil', 'Wrapped QUIL', 'QUIL', 1111, 'wrapped-quil', 'https://assets.coingecko.com/coins/images/37978/large/Wrapped_QUIL.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-rbnt', 'Wrapped RBNT', 'WRBNT', 2091, 'wrapped-rbnt', 'https://assets.coingecko.com/coins/images/67048/large/redbelly.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-savings-rusd', 'Wrapped Savings rUSD', 'WSRUSD', 546, 'wrapped-savings-rusd', 'https://assets.coingecko.com/coins/images/66163/large/wsrUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-solana', 'Wrapped Solana', 'SOL', null, 'wrapped-solana', 'https://assets.coingecko.com/coins/images/21629/large/solana.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-solana-universal', 'Wrapped Solana (Universal)', 'USOL', 1773, 'wrapped-solana-universal', 'https://assets.coingecko.com/coins/images/39987/large/UA-SOL_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-somi', 'Wrapped SOMI', 'WSOMI', 1257, 'wrapped-somi', 'https://assets.coingecko.com/coins/images/69031/large/somi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-sonic-origin', 'Wrapped Origin Sonic', 'WOS', 2787, 'wrapped-sonic-origin', 'https://assets.coingecko.com/coins/images/53774/large/wos-256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-stastr', 'Wrapped stASTR', 'WSTASTR', 2535, 'wrapped-stastr', 'https://assets.coingecko.com/coins/images/54782/large/wstASTR.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-statera', 'Wrapped Statera', 'WSTA', null, null, 'https://assets.coingecko.com/coins/images/13599/large/wsta_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-steth', 'Wrapped stETH', 'WSTETH', 12, 'wrapped-steth', 'https://assets.coingecko.com/coins/images/18834/large/wstETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-stkscusd', 'Wrapped stkscUSD', 'WSTKSCUSD', 2405, 'wrapped-stkscusd', 'https://assets.coingecko.com/coins/images/67162/large/wstkscusd.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-sui-universal', 'Wrapped SUI (Universal)', 'USUI', 2762, 'wrapped-sui-universal', 'https://assets.coingecko.com/coins/images/50482/large/UA-SUI-PAD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-terra', 'Wrapped Terra', 'LUNA', null, 'wrapped-terra', 'https://assets.coingecko.com/coins/images/13628/large/wluna.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-usdm', 'Wrapped USDM', 'WUSDM', 3890, 'wrapped-usdm', 'https://assets.coingecko.com/coins/images/33785/large/wUSDM_PNG_240px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-ust', 'Wrapped UST', 'UST', null, 'wrapped-ust', 'https://assets.coingecko.com/coins/images/15462/large/ust.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-virgin-gen-0-cryptokitties', 'Wrapped Virgin Gen-0 CryptoKittties', 'WVG0', 7653, 'wrapped-virgin-gen-0-cryptokitties', 'https://assets.coingecko.com/coins/images/12875/large/wvg0.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-xpl', 'Wrapped XPL', 'WXPL', 899, 'wrapped-xpl', 'https://assets.coingecko.com/coins/images/69509/large/plasma.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-xrp', 'Wrapped XRP', 'WXRP', 807, 'wrapped-xrp', 'https://assets.coingecko.com/coins/images/19952/large/WXRP_revision-256px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-xrp-universal', 'Wrapped XRP (Universal)', 'UXRP', 2419, 'wrapped-xrp-universal', 'https://assets.coingecko.com/coins/images/51658/large/UA-XRP_1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-zedxion', 'Wrapped Zedxion', 'WZEDX', 1028, 'wrapped-zedxion', 'https://assets.coingecko.com/coins/images/38099/large/wzedx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wrapped-zenbtc', 'Zenrock BTC', 'ZENBTC', 1960, 'wrapped-zenbtc', 'https://assets.coingecko.com/coins/images/55147/large/zen_brandmark_%28blue%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('wuffi', 'WUFFI', 'WUF', 2110, 'wuffi', 'https://assets.coingecko.com/coins/images/36933/large/WUFFI.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('x-2', 'X', 'X', 5865, 'x-2', 'https://assets.coingecko.com/coins/images/22334/large/x.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('x-cash', 'X-CASH', 'XCASH', 5805, 'x-cash', 'https://assets.coingecko.com/coins/images/6331/large/5fbb9e5b8f27d74dd8bcb912_xcash_coingecko_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('x-community', 'X Community', 'X', 4702, 'x-community', 'https://assets.coingecko.com/coins/images/53051/large/IMG_2093.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('x-money', 'X Money', 'XMONEY', 5046, 'x-money', 'https://assets.coingecko.com/coins/images/53341/large/9nIPZq-f_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('x-protocol', 'X Protocol', 'POT', null, 'x-protocol', 'https://assets.coingecko.com/coins/images/19924/large/pot.png', 100);
INSERT OR REPLACE INTO Coin VALUES('x-world-games', 'X World Games', 'XWG', 6501, 'x-world-games', 'https://assets.coingecko.com/coins/images/17847/large/200_200_%281%29_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('x1000', 'X1000', 'X1000', 1618, 'x1000', 'https://assets.coingecko.com/coins/images/67949/large/ggok6tdsp1sv9r1c924s33c2nnm6.', 100);
INSERT OR REPLACE INTO Coin VALUES('x2y2', 'X2Y2', 'X2Y2', 4603, 'x2y2', 'https://assets.coingecko.com/coins/images/23633/large/logo-60b81ff87b40b11739105acf5ad1e075.png', 100);
INSERT OR REPLACE INTO Coin VALUES('x8-project', 'X8X Token', 'X8X', 8153, 'x8-project', 'https://assets.coingecko.com/coins/images/1912/large/x8x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xai-blockchain', 'Xai', 'XAI', 949, 'xai-blockchain', 'https://assets.coingecko.com/coins/images/34258/large/round_icon_2048_px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xalpha-ai', 'XALPHA.AI', 'XALPHA', 6633, 'xalpha-ai', 'https://assets.coingecko.com/coins/images/34503/large/XALPHA.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xana', 'XANA', 'XETA', 4557, 'xana', 'https://assets.coingecko.com/coins/images/24379/large/XANA_Silver_Logo_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xandeum', 'Xandeum', 'XAND', 2399, 'xandeum', 'https://assets.coingecko.com/coins/images/51201/large/XandToken_1_.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xavier-renegade-angel', 'Xavier: Renegade Angel', 'XAVIER', 2888, 'xavier-renegade-angel', 'https://assets.coingecko.com/coins/images/55906/large/IMG_2083.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('xbit', 'Xbit', 'XBT', 1715, null, 'https://assets.coingecko.com/coins/images/18155/large/Artboard-1-1-150x150.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xborg', 'XBorg', 'XBG', 1264, 'xborg', 'https://assets.coingecko.com/coins/images/39830/large/XBorg_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xbt', 'XBT', 'XBT', 3675, 'xbt', 'https://assets.coingecko.com/coins/images/55831/large/xbt-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xcad-network', 'XCAD Network', 'XCAD', 3584, 'xcad-network', 'https://assets.coingecko.com/coins/images/15857/large/xcad_logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xcarnival', 'XCarnival', 'XCV', null, 'xcarnival', 'https://assets.coingecko.com/coins/images/19232/large/82644942.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xcel-swap', 'Xcel Defi', 'XLD', null, 'xcel-swap', 'https://assets.coingecko.com/coins/images/19318/large/PNG_XLD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xcellar', 'Xcellar', 'XCL', 1513, 'xcellar', 'https://assets.coingecko.com/coins/images/69791/large/photo_2025-10-03_18-20-16.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xceltoken-plus', 'XCELTOKEN PLUS', 'XLAB', null, null, 'https://assets.coingecko.com/coins/images/8508/large/CXQJPNyO_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xdai', 'xDAI', 'XDAI', null, 'xdai', 'https://assets.coingecko.com/coins/images/11062/large/Identity-Primary-DarkBG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xdai-native-comb', 'xDai Native Comb', 'XCOMB', null, 'xdai-native-comb', 'https://assets.coingecko.com/coins/images/16012/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xdai-stake', 'xDAI Stake', 'STAKE', 7064, 'xdai-stake', 'https://assets.coingecko.com/coins/images/11061/large/xdai.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xdao', 'XDAO', 'XDAO', 4684, null, 'https://assets.coingecko.com/coins/images/27363/large/token_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xdce-crowd-sale', 'XDC Network', 'XDC', 109, 'xdce-crowd-sale', 'https://assets.coingecko.com/coins/images/2912/large/xdc-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xdefi', 'XDEFI', 'XDEFI', 4433, 'xdefi', 'https://assets.coingecko.com/coins/images/19524/large/xdefi.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xdog', 'XDOG', 'XDOG', 1483, 'xdog', 'https://assets.coingecko.com/coins/images/68279/large/xdog.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xdoge', 'Xdoge', 'XDOGE', null, 'xdoge', 'https://assets.coingecko.com/coins/images/19222/large/token3.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xeleb-protocol', 'Xeleb Protocol', 'XCX', 2270, 'xeleb-protocol', 'https://assets.coingecko.com/coins/images/66191/large/20250524_170344.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xelis', 'Xelis', 'XEL', 2775, 'xelis', 'https://assets.coingecko.com/coins/images/37615/large/green_background_black_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xels', 'XELS', 'XELS', 3827, 'xels', 'https://assets.coingecko.com/coins/images/14729/large/Xels_logo_square_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xen-crypto', 'XEN Crypto', 'XEN', 2019, 'xen-crypto', 'https://assets.coingecko.com/coins/images/27713/large/Xen.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('xend-finance', 'Xend Finance', 'XEND', 2941, 'xend-finance', 'https://assets.coingecko.com/coins/images/14496/large/WeChat_Image_20210325163206.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xeno-token', 'Xeno Token', 'XNO', null, 'xeno-token', 'https://assets.coingecko.com/coins/images/13830/large/XNO_logo_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xenopus-laevis', 'Xenopus laevis', 'XENO', 6596, 'xenopus-laevis', 'https://assets.coingecko.com/coins/images/51311/large/6zyx8__G_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xetra-ai', 'Xetra AI', 'XETRA', 9662, 'xetra-ai', 'https://assets.coingecko.com/coins/images/53124/large/Logo_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xfinance', 'Xfinance', 'XFI', 3110, 'xfinance', 'https://assets.coingecko.com/coins/images/12449/large/go.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xfinite-entertainment-token', 'Xfinite Entertainment Token', 'XET', 5907, 'xfinite-entertainment-token', 'https://assets.coingecko.com/coins/images/18422/large/Xfinite_icon_%28black%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xfit', 'Xfit', 'XFIT', null, 'xfit', 'https://assets.coingecko.com/coins/images/14904/large/XFAI_Logo200x200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xfrog', 'XFROG', 'XFROG', 3631, 'xfrog', 'https://assets.coingecko.com/coins/images/69230/large/2025-09-14-135643-985-1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xfund', 'xFund', 'XFUND', 3617, 'xfund', 'https://assets.coingecko.com/coins/images/13770/large/xfund.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xgold-coin', 'Xgold Coin', 'XGOLD', null, null, 'https://assets.coingecko.com/coins/images/18870/large/kt5-IS0r_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xhashtag', 'xHashtag', 'XTAG', null, 'xhashtag', 'https://assets.coingecko.com/coins/images/20912/large/xtag.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xi-token', 'Xi Token', 'XI', 5038, 'xi-token', 'https://assets.coingecko.com/coins/images/18640/large/v5NMxPo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xiaobai-2', '小白', '小白', 10047, 'xiaobai-2', 'https://assets.coingecko.com/coins/images/68921/large/QXEN5h3i_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xido-finance', 'Xido Finance', 'XIDO', 3359, null, 'https://assets.coingecko.com/coins/images/16161/large/KJw4clj.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xio', 'Blockzero Labs', 'XIO', 7952, 'xio', 'https://assets.coingecko.com/coins/images/10029/large/blockzero.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xion-2', 'XION', 'XION', 1036, 'xion-2', 'https://assets.coingecko.com/coins/images/39034/large/Burnt-Xion-Blaise-Logo-White-On-Black-Square.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xl1', 'XL1', 'XL1', 2386, 'xl1', 'https://assets.coingecko.com/coins/images/68691/large/XL1_Logo_Icon_Mainnet_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xmax', 'XMax', 'XMX', 9441, 'xmax', 'https://assets.coingecko.com/coins/images/4643/large/xmx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xmon', 'XMON', 'XMON', 4386, 'xmon', 'https://assets.coingecko.com/coins/images/14008/large/xmon_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xnet-mobile-2', 'XNET Mobile', 'XNET', 2851, 'xnet-mobile-2', 'https://assets.coingecko.com/coins/images/39772/large/xnetlogonew.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xnft', 'xNFT Protocol', 'XNFT', null, null, 'https://assets.coingecko.com/coins/images/17472/large/xnft.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('xoxno-staked-egld', 'XOXNO Staked EGLD', 'XEGLD', 5525, 'xoxno-staked-egld', 'https://assets.coingecko.com/coins/images/55184/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xp', 'XP', 'XP', 12452, 'xp', 'https://assets.coingecko.com/coins/images/745/large/XP_300x300.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xp-network', 'XP Network', 'XPNET', 5285, 'xp-network', 'https://assets.coingecko.com/coins/images/18363/large/200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xpedition', 'Xpedition', 'XPED', 2473, 'xpedition', 'https://assets.coingecko.com/coins/images/67209/large/SITElogo_-_circular_200_x_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xpense-2', 'Xpense', 'XPE', 11939, 'xpense-2', 'https://assets.coingecko.com/coins/images/32359/large/xpenselogonew.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xpin-network', 'XPIN Network', 'XPIN', 1557, 'xpin-network', 'https://assets.coingecko.com/coins/images/68422/large/xpin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xpla', 'XPLA', 'XPLA', 1211, 'xpla', 'https://assets.coingecko.com/coins/images/27925/large/XPLA_Symbol.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xpmarket', 'XPmarket', 'XPM', 2671, 'xpmarket', 'https://assets.coingecko.com/coins/images/27759/large/xpspin_512.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xrdoge', 'XRdoge', 'XRDOGE', null, null, 'https://assets.coingecko.com/coins/images/20017/large/l6cmtS0x_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xsgd', 'XSGD', 'XSGD', 1444, 'xsgd', 'https://assets.coingecko.com/coins/images/12832/large/StraitsX_Singapore_Dollar_%28XSGD%29_Token_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xsilo', 'XSilo', 'XSILO', 2322, 'xsilo', 'https://assets.coingecko.com/coins/images/66788/large/xSILO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xsl-labs', 'XSL Labs', 'SYL', 4086, 'xsl-labs', 'https://assets.coingecko.com/coins/images/14847/large/myDid.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xsui', 'xSUI', 'XSUI', 2529, 'xsui', 'https://assets.coingecko.com/coins/images/67109/large/xsui.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xsushi', 'xSUSHI', 'XSUSHI', 2094, 'xsushi', 'https://assets.coingecko.com/coins/images/13725/large/xsushi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xswap-2', 'XSwap', 'XSWAP', 1940, 'xswap-2', 'https://assets.coingecko.com/coins/images/36000/large/XSwap_Icon_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xswap-protocol', 'XSwap Protocol', 'XSP', 3931, 'xswap-protocol', 'https://assets.coingecko.com/coins/images/20696/large/sCokBB2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xtblock-token', 'XTblock Token', 'XTT-B20', 9914, 'xtblock-token', 'https://assets.coingecko.com/coins/images/17921/large/XTblock-Icon-round-200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xtcom-token', 'XT.com Token', 'XT', 849, 'xtcom-token', 'https://assets.coingecko.com/coins/images/8391/large/xt_%E6%96%B0logo_%E7%BB%BF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xterio', 'Xterio', 'XTER', 1807, 'xterio', 'https://assets.coingecko.com/coins/images/53378/large/xterio.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('xtoken', 'xToken', 'XTK', 10801, 'xtoken', 'https://assets.coingecko.com/coins/images/14089/large/xtk.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xtrabytes', 'XTRABYTES', 'XBY', null, null, 'https://assets.coingecko.com/coins/images/644/large/xtrabytes-xby-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xtusd', 'XT Stablecoin XTUSD', 'XTUSD', 1010, 'xtusd', 'https://assets.coingecko.com/coins/images/26504/large/xt_%E6%96%B0logo_%E7%BB%BF.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xwin-finance', 'xWIN Finance', 'XWIN', 4953, 'xwin-finance', 'https://assets.coingecko.com/coins/images/15400/large/200x200_%28transparent_background%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xxcoin', 'XX Network', 'XX', 2275, 'xxcoin', 'https://assets.coingecko.com/coins/images/26670/large/skG_l3Eh_400x400.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('xyo-network', 'XYO Network', 'XYO', 483, 'xyo-network', 'https://assets.coingecko.com/coins/images/4519/large/XYO_Network-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xyro', 'XYRO', 'XYRO', 7852, 'xyro', 'https://assets.coingecko.com/coins/images/53895/large/xyro_logo_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('xzk', 'Mystiko', 'XZK', 4095, 'xzk', 'https://assets.coingecko.com/coins/images/37942/large/XZK_logo_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('y2k', 'Y2K', 'Y2K', 11712, 'y2k', 'https://assets.coingecko.com/coins/images/28542/large/l7jRo-5-_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yachts-coin', 'Yachts Coin', 'YTC', 7800, 'yachts-coin', 'https://assets.coingecko.com/coins/images/54950/large/IMG_1591.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yadacoin', 'YadaCoin', 'YDA', 7062, 'yadacoin', 'https://assets.coingecko.com/coins/images/13493/large/yadacoinlogosmall200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yaku', 'Yaku', 'YAKU', 4942, 'yaku', 'https://assets.coingecko.com/coins/images/26785/large/yaku_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yala', 'Yala', 'YALA', 1265, 'yala', 'https://assets.coingecko.com/coins/images/67498/large/yala.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yam-2', 'YAM', 'YAM', 6413, 'yam-2', 'https://assets.coingecko.com/coins/images/12530/large/YAM-icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yapper', 'Yapper', 'YAPPER', 4831, 'yapper', 'https://assets.coingecko.com/coins/images/55785/large/8ki0hfv6gva0qpom0efxgy6un0ea.webp', 100);
INSERT OR REPLACE INTO Coin VALUES('yapster', 'YAPSTER', 'YAPSTER', 7930, 'yapster', 'https://assets.coingecko.com/coins/images/54464/large/Screenshot_2025-02-16_215519.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yay-games', 'YAY Games', 'YAY', 6193, 'yay-games', 'https://assets.coingecko.com/coins/images/18251/large/Avatar.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yay-stakestone-ether', 'Yay StakeStone Ether', 'YAYSTONE', 2926, 'yay-stakestone-ether', 'https://assets.coingecko.com/coins/images/54279/large/Yay!_Stone200w.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ycash', 'Ycash', 'YEC', 3120, 'ycash', 'https://assets.coingecko.com/coins/images/8978/large/ycash_white_orange_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ydragon', 'YDragon', 'YDR', 11486, 'ydragon', 'https://assets.coingecko.com/coins/images/17807/large/icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yearn-finance', 'yearn.finance', 'YFI', 385, 'yearn-finance', 'https://assets.coingecko.com/coins/images/11849/large/yearn.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yee-token', 'Yee Token', 'YEE', 2835, 'yee-token', 'https://assets.coingecko.com/coins/images/55226/large/yee-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yeet', 'Yeet', 'YEET', 3445, 'yeet', 'https://assets.coingecko.com/coins/images/54416/large/IMG_7050.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('yeeti', 'YEETI 液体', 'YEETI', 7006, 'yeeti', 'https://assets.coingecko.com/coins/images/51379/large/YEETI_HEAD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yel-finance', 'Yel.Finance', 'YEL', 7573, 'yel-finance', 'https://assets.coingecko.com/coins/images/17429/large/Logo200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yelay', 'Yelay', 'YLAY', 2503, 'yelay', 'https://assets.coingecko.com/coins/images/50915/large/yelay_icon_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yellow-pepe-2', 'Yellow Pepe', 'YEPE', 2349, 'yellow-pepe-2', 'https://assets.coingecko.com/coins/images/69800/large/yepe-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yellow-road', 'Yellow Road', 'ROAD', 8919, 'yellow-road', 'https://assets.coingecko.com/coins/images/14747/large/yellowroad.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('yenten', 'YENTEN', 'YTN', null, null, 'https://assets.coingecko.com/coins/images/1360/large/yenten.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yes-money', 'YES Money', 'YES', null, 'yes-money', 'https://assets.coingecko.com/coins/images/35657/large/yesIcon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yeti-2', 'YETI', 'YETI', 3338, 'yeti-2', 'https://assets.coingecko.com/coins/images/66207/large/1000015457.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yfdai-finance', 'YfDAI.finance', 'YF-DAI', 6024, 'yfdai-finance', 'https://assets.coingecko.com/coins/images/12385/large/1619048513068.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yfii-finance', 'DFI.money', 'YFII', 2895, 'yfii-finance', 'https://assets.coingecko.com/coins/images/11902/large/YFII-logo.78631676.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yfx', 'Your Futures Exchange', 'YFX', null, 'yfx', 'https://assets.coingecko.com/coins/images/15654/large/yfx.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('yield-app', 'YIELD App', 'YLD', 6247, 'yield-app', 'https://assets.coingecko.com/coins/images/13365/large/Google_Play_Store_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yield-btc-b', 'Yield BTC.B', 'YBTC.B', 1935, 'yield-btc-b', 'https://assets.coingecko.com/coins/images/67087/large/20250703-152236.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yield-guild-games', 'Yield Guild Games', 'YGG', 576, 'yield-guild-games', 'https://assets.coingecko.com/coins/images/17358/large/Shield_Mark_-_Colored_-_Iridescent.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yield-optimizer-eth', 'Yield Optimizer ETH', 'YOETH', 843, 'yield-optimizer-eth', 'https://assets.coingecko.com/coins/images/54932/large/yoETH.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yield-optimizer-usd', 'Yield Optimizer USD', 'YOUSD', 1166, 'yield-optimizer-usd', 'https://assets.coingecko.com/coins/images/55386/large/yoUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yield-protocol', 'Yield Protocol', 'YIELD', 8833, 'yield-protocol', 'https://assets.coingecko.com/coins/images/14220/large/yield.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yield-yak', 'Yield Yak', 'YAK', 2609, 'yield-yak', 'https://assets.coingecko.com/coins/images/17654/large/yieldyak.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yieldblox', 'YieldBlox', 'YBX', null, 'yieldblox', 'https://assets.coingecko.com/coins/images/20228/large/60df683719cc056004ea932b_YBX_token_web_bad.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yieldfi-ytoken', 'YieldFi yToken', 'YUSD', 399, 'yieldfi-ytoken', 'https://assets.coingecko.com/coins/images/53607/large/yUSD.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yieldification', 'Yieldification', 'YDF', 8929, 'yieldification', 'https://assets.coingecko.com/coins/images/26699/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yieldly', 'Yieldly', 'YLDY', null, 'yieldly', 'https://assets.coingecko.com/coins/images/16757/large/YIELDLY_TOKEN_256x256px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yieldmachine', 'YieldMachine by Virtuals', 'YMACH', 10270, 'yieldmachine', 'https://assets.coingecko.com/coins/images/53788/large/AmzKxzEY_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yieldnest-restaked-eth', 'YieldNest Restaked ETH', 'YNETH', 1275, 'yieldnest-restaked-eth', 'https://assets.coingecko.com/coins/images/37798/large/ynETH-YieldNest.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yieldwatch', 'Yieldwatch', 'WATCH', 6481, 'yieldwatch', 'https://assets.coingecko.com/coins/images/14186/large/WATCH1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('ynbnb-max', 'ynBNB MAX', 'YNBNBX', 861, 'ynbnb-max', 'https://assets.coingecko.com/coins/images/53305/large/ynBNBx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yne', 'yesnoerror', 'YNE', 2987, 'yne', 'https://assets.coingecko.com/coins/images/52985/large/JDNsIn4O_400x400_%281%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yneth-max', 'ynETH MAX', 'YNETHX', 1154, 'yneth-max', 'https://assets.coingecko.com/coins/images/51623/large/ynETHx.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yocoinyoco', 'YocoinYOCO', 'YOCO', null, 'yocoinyoco', 'https://assets.coingecko.com/coins/images/17395/large/yocoin.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('yooldo-games', 'Yooldo Games', 'ESPORTS', 1003, 'yooldo-games', 'https://assets.coingecko.com/coins/images/67430/large/yooldo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yooshi', 'YooShi', 'YOOSHI', null, 'yooshi', 'https://assets.coingecko.com/coins/images/15614/large/logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yoshi-exchange', 'Yoshi.exchange', 'YOSHI', 4118, 'yoshi-exchange', 'https://assets.coingecko.com/coins/images/19355/large/YOSHI_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('youclout', 'Youclout', 'YCT', null, 'youclout', 'https://assets.coingecko.com/coins/images/18808/large/7W5vEIz-_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('young-boys-fan-token', 'Young Boys Fan Token', 'YBO', 8879, 'young-boys-fan-token', 'https://assets.coingecko.com/coins/images/13784/large/YBO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('young-peezy-aka-pepe', 'Young Peezy AKA Pepe', 'PEEZY', 2843, 'young-peezy-aka-pepe', 'https://assets.coingecko.com/coins/images/36649/large/1_-_PFP_-_200x200_CMC_CG_MM_CB.png', 100);
INSERT OR REPLACE INTO Coin VALUES('your-open-metaverse', 'YOM', 'YOM', 1858, null, 'https://assets.coingecko.com/coins/images/24462/large/yom.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yousim', 'YouSim', 'YOUSIM', 5794, 'yousim', 'https://assets.coingecko.com/coins/images/51495/large/TiiSj8R3_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('youves-uusd', 'Youves uUSD', 'UUSD', null, 'youves-uusd', 'https://assets.coingecko.com/coins/images/19172/large/uUSD_Youves.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yu', 'YU', 'YU', 449, 'yu', 'https://assets.coingecko.com/coins/images/56070/large/YU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yuli', 'YULI', 'YULI', 4011, 'yuli', 'https://assets.coingecko.com/coins/images/53787/large/_Yuli%E5%B8%81.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yummy', 'Yummy', 'YUMMY', null, 'yummy', 'https://assets.coingecko.com/coins/images/15589/large/eFjXvUxN_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yup', 'Yup', 'YUP', 9872, 'yup', 'https://assets.coingecko.com/coins/images/12322/large/photo_2021-10-26_00-47-35.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('yuru-coin', 'YURU COIN', 'YURU', 2167, 'yuru-coin', 'https://assets.coingecko.com/coins/images/66855/large/IMG_7138.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('yusd-stablecoin', 'YUSD Stablecoin', 'YUSD', 1695, 'yusd-stablecoin', 'https://assets.coingecko.com/coins/images/25024/large/1_oJ0F2Zf6CuAhLP0zOboo6w.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yvboost', 'Yearn Compounding veCRV yVault', 'YVBOOST', null, 'yvboost', 'https://assets.coingecko.com/coins/images/15152/large/yvBOOST.png', 100);
INSERT OR REPLACE INTO Coin VALUES('yzy', 'YZY', 'YZY', 755, 'yzy', 'https://assets.coingecko.com/coins/images/68439/large/yzy.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zada', 'Zada', 'ZADA', null, null, 'https://assets.coingecko.com/coins/images/20602/large/Screenshot-2021-11-18-at-22-55-25.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zaichxbt', 'ZaichXBT', 'ZAI', 10391, 'zaichxbt', 'https://assets.coingecko.com/coins/images/53908/large/output-onlinepngtools.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zaif-token', 'Zaif Token', 'ZAIF', null, 'zaif-token', 'https://assets.coingecko.com/coins/images/6503/large/zaif_token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zam-io', 'Zam.io', 'ZAM', null, 'zam-io', 'https://assets.coingecko.com/coins/images/19522/large/zam.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zambesigold', 'ZambesiGold', 'ZGD', 2739, 'zambesigold', 'https://assets.coingecko.com/coins/images/25544/large/lD1w22TUaUn2AkWmkgI5WWSufl5kZ-1Gu3s-g-2A9qZ-DyW5g9UrrBRaOxKp5fcLEghB2VR-XBxw-4mu4M76SjH3YDCvh27CH4RTfKAbtlrEWHNP7oHN9Y6eBrqwfGu_-M0SAJf-dqDRnMNLWIxP8hKtAxaIFR0_JmxdInlMpBJa2WONniOHCeGomlyYeGfBKa4bYytvpIKDwZNBC-b_-enFwb.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zano', 'Zano', 'ZANO', 356, 'zano', 'https://assets.coingecko.com/coins/images/8370/large/zano_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zap', 'Zap', 'ZAP', 3662, 'zap', 'https://assets.coingecko.com/coins/images/2180/large/zap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zara-ai', 'ZARA AI', 'ZARA', 5833, 'zara-ai', 'https://assets.coingecko.com/coins/images/52482/large/73UdJevxaNKXARgkvPHQGKuv8HCZARszuKW2LTL3pump.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zasset-zusd', 'Zasset zUSD', 'ZUSD', 7962, 'zasset-zusd', 'https://assets.coingecko.com/coins/images/17664/large/zUSD_200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zaya-ai', 'ZAYA AI', 'ZAI', 6040, 'zaya-ai', 'https://assets.coingecko.com/coins/images/53722/large/Zaya_ticker.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('zbit-ordinals', 'ZBIT•BLUE•BITCOIN', 'ZBIT', 4082, 'zbit-ordinals', 'https://assets.coingecko.com/coins/images/30303/large/zbit_no_bg.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zcash', 'Zcash', 'ZEC', 41, 'zcash', 'https://assets.coingecko.com/coins/images/486/large/circle-zcash-color.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zclassic', 'Zclassic', 'ZCL', 5064, 'zclassic', 'https://assets.coingecko.com/coins/images/540/large/zclassic.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zcoin', 'Firo', 'FIRO', 1156, 'zcoin', 'https://assets.coingecko.com/coins/images/479/large/firocoingecko.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zcore-finance', 'ZCore Finance', 'ZEFI', null, 'zcore-finance', 'https://assets.coingecko.com/coins/images/15346/large/icone_marca.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeal', 'ZEAL', 'ZEAL', 2741, 'zeal', 'https://assets.coingecko.com/coins/images/66281/large/ZEAL-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zebec-network', 'Zebec Network', 'ZBCN', 217, 'zebec-network', 'https://assets.coingecko.com/coins/images/37052/large/zbcn.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('zebec-protocol', 'Zebec Protocol', 'ZBC', null, 'zebec-protocol', 'https://assets.coingecko.com/coins/images/24342/large/zebec.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('zebi', 'Zebi', 'ZCO', 10071, 'zebi', 'https://assets.coingecko.com/coins/images/2756/large/zebi.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zedxion', 'Zedxion', 'ZEDXION', 664, 'zedxion', 'https://assets.coingecko.com/coins/images/18841/large/ZEDXION.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zedxion-bridged-usdt-zedxion', 'Zedxion Bridged USDT (Zedxion)', 'USDT.Z', 1530, 'zedxion-bridged-usdt-zedxion', 'https://assets.coingecko.com/coins/images/66516/large/usdt.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zedxion-usdz', 'Zedxion USDZ', 'USDZ', 1918, 'zedxion-usdz', 'https://assets.coingecko.com/coins/images/25909/large/20475.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeepin', 'Zeepin', 'ZPT', 8929, null, 'https://assets.coingecko.com/coins/images/2759/large/zeepin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zefi', 'Zefi', 'ZTK', 780, null, 'https://assets.coingecko.com/coins/images/40036/large/2024-07-21_15.30.16.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zelcash', 'Flux', 'FLUX', 736, 'zelcash', 'https://assets.coingecko.com/coins/images/5163/large/Flux_symbol_blue-white.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeloop-eco-reward', 'ZeLoop Eco Reward', 'ERW', null, 'zeloop-eco-reward', 'https://assets.coingecko.com/coins/images/19781/large/4767_ZeLoop_Icon_PNG.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zelwin', 'Zelwin', 'ZLW', null, 'zelwin', 'https://assets.coingecko.com/coins/images/11547/large/5614.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zen-ai', 'Zen AI', 'ZAI', 2530, 'zen-ai', 'https://assets.coingecko.com/coins/images/53823/large/ZAI-icon200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zencash', 'Horizen', 'ZEN', 281, 'zencash', 'https://assets.coingecko.com/coins/images/691/large/Horizen2.0-logo_icon-on-yellow_%281%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zenith-3', 'Zenith', 'ZEN', 8980, 'zenith-3', 'https://assets.coingecko.com/coins/images/52437/large/Zenith.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zenith-chain', 'Zenith Chain', 'ZENITH', null, 'zenith-chain', 'https://assets.coingecko.com/coins/images/21266/large/Jqtp-OVG_400x400.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zenko-protocol', 'Zenko Protocol', 'ZENKO', 3448, 'zenko-protocol', 'https://assets.coingecko.com/coins/images/66540/large/zenko_logo_cmc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zenlink-network-token', 'Zenlink Network Token', 'ZLK', 7864, 'zenlink-network-token', 'https://assets.coingecko.com/coins/images/20884/large/zenlink.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('zenon-2', 'Zenon', 'ZNN', 2579, 'zenon-2', 'https://assets.coingecko.com/coins/images/30753/large/logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zenrock', 'Zenrock', 'ROCK', 2372, 'zenrock', 'https://assets.coingecko.com/coins/images/52032/large/Zenrock_Token_%282%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zentry', 'Zentry', 'ZENT', 729, 'zentry', 'https://assets.coingecko.com/coins/images/36979/large/Zentry-rebrand-Primary_200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zenzo', 'ZENZO', 'ZNZ', 10951, 'zenzo', 'https://assets.coingecko.com/coins/images/6734/large/Ln7KSa6.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeon', 'ZEON Network', 'ZEON', null, 'zeon', 'https://assets.coingecko.com/coins/images/4247/large/XZqXYc2j_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zephyr-protocol', 'Zephyr Protocol', 'ZEPH', 1679, 'zephyr-protocol', 'https://assets.coingecko.com/coins/images/30865/large/ZephyrLogo200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zer0zer0', '00 Token', '00', 2915, 'zer0zer0', 'https://assets.coingecko.com/coins/images/27742/large/200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zera', 'ZERA', 'ZERA', 1146, 'zera', 'https://assets.coingecko.com/coins/images/69781/large/zera-token-image-01-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zerebro', 'Zerebro', 'ZEREBRO', 819, 'zerebro', 'https://assets.coingecko.com/coins/images/51289/large/zerebro_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zero', 'Zero', 'ZER', 6185, 'zero', 'https://assets.coingecko.com/coins/images/1292/large/Zero_Full_Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zero-exchange', '0.exchange', 'ZERO', 8358, 'zero-exchange', 'https://assets.coingecko.com/coins/images/13706/large/0.exchange_%28logo%29.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zero-gravity', '0G', '0G', 186, 'zero-gravity', 'https://assets.coingecko.com/coins/images/69096/large/0G_1024x1024_Circular_Outlined.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zero-tech', 'MEOW', 'MEOW', 1921, 'zero-tech', 'https://assets.coingecko.com/coins/images/21530/large/meowchain.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('zero1-labs', 'Zero1 Labs', 'DEAI', 2851, 'zero1-labs', 'https://assets.coingecko.com/coins/images/36315/large/512x512-xion-ava03.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zerolend', 'ZeroLend', 'ZERO', 3162, 'zerolend', 'https://assets.coingecko.com/coins/images/37375/large/image.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeroswap', 'ZeroSwap', 'ZEE', 9215, 'zeroswap', 'https://assets.coingecko.com/coins/images/12861/large/logo.', 100);
INSERT OR REPLACE INTO Coin VALUES('zeta', 'Zeta', 'ZEX', 1432, 'zeta', 'https://assets.coingecko.com/coins/images/38787/large/_ZEX-Token-200px.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zetachain', 'ZetaChain', 'ZETA', 437, 'zetachain', 'https://assets.coingecko.com/coins/images/26718/large/Twitter_icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zetacoin', 'Zetacoin', 'ZET', null, 'zetacoin', 'https://assets.coingecko.com/coins/images/27/large/zetacoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeus-3', 'ZEUS', 'ZEUS', 9806, 'zeus-3', 'https://assets.coingecko.com/coins/images/53230/large/ZEUS.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeus-4', 'Zeus', 'ZEUS', 5020, 'zeus-4', 'https://assets.coingecko.com/coins/images/56049/large/zeus.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeus-5', 'Zeus', 'SN18', 1852, 'zeus-5', 'https://assets.coingecko.com/coins/images/66369/large/zeus-logo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zeus-netwok-zbtc', 'Zeus Network zBTC', 'ZBTC', 701, 'zeus-netwok-zbtc', 'https://assets.coingecko.com/coins/images/55011/large/zBTC.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeus-network', 'Zeus Network', 'ZEUS', 974, 'zeus-network', 'https://assets.coingecko.com/coins/images/36692/large/logo-v1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zeusshield', 'Zeusshield', 'ZSC', 6997, 'zeusshield', 'https://assets.coingecko.com/coins/images/1009/large/zeusshield.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zignaly', 'Zignaly', 'ZIG', 415, 'zignaly', 'https://assets.coingecko.com/coins/images/14796/large/zig.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zigzag-2', 'ZigZag', 'ZZ', 8939, null, 'https://assets.coingecko.com/coins/images/26141/large/zig_zag.', 100);
INSERT OR REPLACE INTO Coin VALUES('zik-token', 'Ziktalk', 'ZIK', 4695, 'zik-token', 'https://assets.coingecko.com/coins/images/8991/large/ziktalk.logo.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('zilliqa', 'Zilliqa', 'ZIL', 387, 'zilliqa', 'https://assets.coingecko.com/coins/images/2687/large/Zilliqa-logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zilpay-wallet', 'ZilPay Wallet', 'ZLP', null, null, 'https://assets.coingecko.com/coins/images/18213/large/ms-icon-200x200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zilstream', 'ZilStream', 'STREAM', null, null, 'https://assets.coingecko.com/coins/images/16458/large/STREAM.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zilswap', 'ZilSwap', 'ZWAP', 6481, null, 'https://assets.coingecko.com/coins/images/13888/large/1Artboard_2_2x.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zipmex-token', 'Zipmex Token', 'ZMT', 4308, 'zipmex-token', 'https://assets.coingecko.com/coins/images/13866/large/ZMT_Token.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zircuit', 'Zircuit', 'ZRC', 975, 'zircuit', 'https://assets.coingecko.com/coins/images/35960/large/zircuit_token_icon_2.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zirodelta', 'Zirodelta', 'ZDLT', 3656, 'zirodelta', 'https://assets.coingecko.com/coins/images/67776/large/Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zivoe-vault', 'Zivoe Vault', 'ZVLT', 2159, 'zivoe-vault', 'https://assets.coingecko.com/coins/images/56043/large/Zivoe-zVLT-Logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zkexchange', 'zkExchange', 'ZKEX', 7560, 'zkexchange', 'https://assets.coingecko.com/coins/images/53740/large/IMG_4661.jpeg', 100);
INSERT OR REPLACE INTO Coin VALUES('zkfair', 'ZKFair', 'ZKF', 5816, 'zkfair', 'https://assets.coingecko.com/coins/images/34288/large/r8A3J3kf_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zklink', 'zkLink', 'ZKL', 2524, 'zklink', 'https://assets.coingecko.com/coins/images/34982/large/Logo1.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zkml', 'zKML', 'ZKML', 1429, 'zkml', 'https://assets.coingecko.com/coins/images/35238/large/I66UdAOY_400x400.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zkspace', 'ZKSpace', 'ZKS', 5509, 'zkspace', 'https://assets.coingecko.com/coins/images/13585/large/image_2024-01-16_172847810.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zkswap-finance', 'zkSwap Finance', 'ZF', 3976, 'zkswap-finance', 'https://assets.coingecko.com/coins/images/31633/large/200x200_Black.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zksync', 'ZKsync', 'ZK', 264, 'zksync', 'https://assets.coingecko.com/coins/images/38043/large/ZKTokenBlack.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zksync-bridged-usdc-zksync', 'zkSync Bridged USDC (zkSync)', 'USDC', 1075, 'zksync-bridged-usdc-zksync', 'https://assets.coingecko.com/coins/images/35262/large/USDC_Icon.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zksync-bridged-wbtc-zksync', 'zkSync Bridged WBTC (zkSync)', 'WBTC', 2583, 'zksync-bridged-wbtc-zksync', 'https://assets.coingecko.com/coins/images/39592/large/wbtc.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zkverify', 'zkVerify', 'VFY', 1242, 'zkverify', 'https://assets.coingecko.com/coins/images/69223/large/download.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zmine', 'ZMINE', 'ZMN', 4670, 'zmine', 'https://assets.coingecko.com/coins/images/2103/large/zmn.png', 100);
INSERT OR REPLACE INTO Coin VALUES('znd-token', 'ZND Token', 'ZND', 1071, 'znd-token', 'https://assets.coingecko.com/coins/images/51168/large/Currency_%285%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zods', 'ZODs', 'ZODS', 6111, 'zods', 'https://assets.coingecko.com/coins/images/52930/large/Untitled_design_%2816%29.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zoid-pay', 'ZoidPay', 'ZPAY', 3732, 'zoid-pay', 'https://assets.coingecko.com/coins/images/16813/large/zpay.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zon-token', 'Zon Token', 'ZON', 3813, 'zon-token', 'https://assets.coingecko.com/coins/images/67411/large/zon_logo.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zoo', 'Zoo', 'ZOO', 8560, 'zoo', 'https://assets.coingecko.com/coins/images/54589/large/zoo.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zoo-coin', 'ZooCoin', 'ZOO', null, null, 'https://assets.coingecko.com/coins/images/16098/large/zoocoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zoo-crypto-world', 'ZOO - Crypto World', 'ZOO', 9837, 'zoo-crypto-world', 'https://assets.coingecko.com/coins/images/17269/large/zoo.PNG', 100);
INSERT OR REPLACE INTO Coin VALUES('zoo-token', 'Zoo Token', 'ZOOT', null, 'zoo-token', 'https://assets.coingecko.com/coins/images/15629/large/gyzERsO.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zoo-world', 'Zoo World', 'ZOO', 12009, 'zoo-world', 'https://assets.coingecko.com/coins/images/54041/large/Zoo_World.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zookeeper', 'ZooKeeper', 'ZOO', 6154, 'zookeeper', 'https://assets.coingecko.com/coins/images/18028/large/1mPofbU.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zoomswap', 'ZoomSwap', 'ZM', 12603, 'zoomswap', 'https://assets.coingecko.com/coins/images/18807/large/icon_zoomswap.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zora', 'Zora', 'ZORA', 189, 'zora', 'https://assets.coingecko.com/coins/images/54693/large/zora.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('ztx', 'ZTX', 'ZTX', 2432, 'ztx', 'https://assets.coingecko.com/coins/images/32340/large/CoinGecko_200_x_200.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zum-token', 'ZUM TOKEN', 'ZUM', null, 'zum-token', 'https://assets.coingecko.com/coins/images/9721/large/zum256x256.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zusd', 'ZUSD', 'ZUSD', 1377, null, 'https://assets.coingecko.com/coins/images/14192/large/icon_zusd_200_200.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zyfi', 'ZyfAI', 'ZFI', 2726, 'zyfi', 'https://assets.coingecko.com/coins/images/39770/large/Iso_Blue_with_dark_circle.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zygo-the-frog', 'Zygo The Frog', 'ZYGO', 3630, 'zygo-the-frog', 'https://assets.coingecko.com/coins/images/40022/large/1000000333.jpg', 100);
INSERT OR REPLACE INTO Coin VALUES('zyncoin-2', 'ZynCoin', 'ZYN', 2818, 'zyncoin-2', 'https://assets.coingecko.com/coins/images/35749/large/zyncoin.png', 100);
INSERT OR REPLACE INTO Coin VALUES('zynecoin', 'Zynecoin', 'ZYN', 6956, 'zynecoin', 'https://assets.coingecko.com/coins/images/7587/large/LOGO-HD-Z-de-ZYNECOIN-coinmarket.png', 100);
INSERT OR REPLACE INTO TokenEntity VALUES('-5','solana','spl',6,'HwPtbFpd3VTe3tfyosoVtPf9WPuSk5gAKkN5xp6Npump');
INSERT OR REPLACE INTO TokenEntity VALUES('-6','solana','spl',6,'9qriMjPPAJTMCtfQnz7Mo9BsV2jAWTr2ff7yc3JWpump');
INSERT OR REPLACE INTO TokenEntity VALUES('01coin','01coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('0chain','polygon-pos','eip20',10,'0x8bb30e0e67b11b978a5040144c410e1ccddcba30');
INSERT OR REPLACE INTO TokenEntity VALUES('0chain','ethereum','eip20',10,'0xb9ef770b6a5e12e45983c5d80545258aa38f3b78');
INSERT OR REPLACE INTO TokenEntity VALUES('0x','avalanche','eip20',18,'0x596fa47043f99a4e0f122243b841e55375cde0d2');
INSERT OR REPLACE INTO TokenEntity VALUES('0x','harmony-shard-0','harmony-shard-0',null,'0x8143e2a1085939caa9cef6665c2ff32f7bc08435');
INSERT OR REPLACE INTO TokenEntity VALUES('0x','ethereum','eip20',18,'0xe41d2489571d322189246dafa5ebde1f4699f498');
INSERT OR REPLACE INTO TokenEntity VALUES('0x0-ai-ai-smart-contract','ethereum','eip20',9,'0x5a3e6a77ba2f983ec0d371ea3b475f8bc0811ad5');
INSERT OR REPLACE INTO TokenEntity VALUES('0xdao','fantom','eip20',18,'0xc165d941481e68696f43ee6e99bfb2b23e0e3114');
INSERT OR REPLACE INTO TokenEntity VALUES('0xgasless-2','ethereum','eip20',18,'0x5fc111f3fa4c6b32eaf65659cfebdeed57234069');
INSERT OR REPLACE INTO TokenEntity VALUES('0xmonk','base','eip20',18,'0x06abb84958029468574b28b6e7792a770ccaa2f6');
INSERT OR REPLACE INTO TokenEntity VALUES('0xsim-by-virtuals','base','eip20',18,'0x8feef9f0ffa554e51220a3391e7bb7560526a72a');
INSERT OR REPLACE INTO TokenEntity VALUES('0xy','solana','spl',6,'oxynABVJXUEc9PLNx4m1XVdiFtRhStzRXG1G6qosni1');
INSERT OR REPLACE INTO TokenEntity VALUES('1-coin-can-change-your-life','solana','spl',6,'GMvCfcZg8YvkkQmwDaAzCtHDrrEtgE74nQpQ7xNabonk');
INSERT OR REPLACE INTO TokenEntity VALUES('1000x-by-virtuals','base','eip20',18,'0x352b850b733ab8bab50aed1dab5d22e3186ce984');
INSERT OR REPLACE INTO TokenEntity VALUES('1art','binance-smart-chain','eip20',18,'0xd3c325848d7c6e29b574cb0789998b2ff901f17e');
INSERT OR REPLACE INTO TokenEntity VALUES('1art','fantom','eip20',18,'0xd3c325848d7c6e29b574cb0789998b2ff901f17e');
INSERT OR REPLACE INTO TokenEntity VALUES('1guy','binance-smart-chain','eip20',18,'0xcac007926755e2675e201223f7d4d68c74fd3439');
INSERT OR REPLACE INTO TokenEntity VALUES('1inch','avalanche','eip20',18,'0xd501281565bf7789224523144fe5d98e8b28f267');
INSERT OR REPLACE INTO TokenEntity VALUES('1inch','polygon-pos','eip20',18,'0x9c2c5fd7b07e95ee044ddeba0e97a665f142394f');
INSERT OR REPLACE INTO TokenEntity VALUES('1inch','ethereum','eip20',18,'0x111111111117dc0aa78b770fa6a738034120c302');
INSERT OR REPLACE INTO TokenEntity VALUES('1inch','binance-smart-chain','eip20',18,'0x111111111117dc0aa78b770fa6a738034120c302');
INSERT OR REPLACE INTO TokenEntity VALUES('1inch','harmony-shard-0','harmony-shard-0',null,'0x58f1b044d8308812881a1433d9bbeff99975e70c');
INSERT OR REPLACE INTO TokenEntity VALUES('1million-nfts','ethereum','eip20',18,'0xa4ef4b0b23c1fc81d3f9ecf93510e64f58a4a016');
INSERT OR REPLACE INTO TokenEntity VALUES('23-turtles','solana','spl',6,'G63cwb95F2Bq34jFwwyUpYqLb5YCMF9XgJ4gJVJTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('28vck','ethereum','eip20',18,'0xfa5b75a9e13df9775cf5b996a049d9cc07c15731');
INSERT OR REPLACE INTO TokenEntity VALUES('2omb-finance','fantom','eip20',18,'0x7a6e4e3cc2ac9924605dca4ba31d1831c84b44ae');
INSERT OR REPLACE INTO TokenEntity VALUES('2share','fantom','eip20',18,'0xc54a1684fd1bef1f077a336e6be4bd9a3096a6ca');
INSERT OR REPLACE INTO TokenEntity VALUES('300fit','ethereum','eip20',18,'0x3c72fca8523686fd9e5740b0826fa4bb376e0241');
INSERT OR REPLACE INTO TokenEntity VALUES('360noscope420blazeit','solana','spl',6,'7XJiwLDrjzxDYdZipnJXzpr1iDTmK55XixSFAa7JgNEL');
INSERT OR REPLACE INTO TokenEntity VALUES('4-2','binance-smart-chain','eip20',18,'0x0a43fc31a73013089df59194872ecae4cae14444');
INSERT OR REPLACE INTO TokenEntity VALUES('401jk','solana','spl',6,'Cz7LGKdZPpAxonXx23ZYPW3RtDQvjcf17ZDCZEzFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('404-gen','bittensor','bittensor',null,'17');
INSERT OR REPLACE INTO TokenEntity VALUES('42-coin','42-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('4chan','ethereum','eip20',9,'0xe0a458bf4acf353cb45e211281a334bb1d837885');
INSERT OR REPLACE INTO TokenEntity VALUES('4everland','binance-smart-chain','eip20',18,'0x63ec886286f30ad392749b9e8f24f67f5b8ac394');
INSERT OR REPLACE INTO TokenEntity VALUES('4everland','ethereum','eip20',18,'0xe355de6a6043b0580ff5a26b46051a4809b12793');
INSERT OR REPLACE INTO TokenEntity VALUES('5ire','ethereum','eip20',18,'0x3bd7d4f524d09f4e331577247a048d56e4b67a7f');
INSERT OR REPLACE INTO TokenEntity VALUES('67coin','solana','spl',6,'76rTxzztXjJe7AUaBi7jQ5J61MFgpQgB4Cc934sWbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('717ai-by-virtuals','base','eip20',18,'0x0b3ae50babe7ffa4e1a50569cee6bdefd4ccaee0');
INSERT OR REPLACE INTO TokenEntity VALUES('888-token','solana','spl',9,'888R77WmcLJKyGeJjk1WktFAB5u5fkvmokHYsAu6Spyd');
INSERT OR REPLACE INTO TokenEntity VALUES('88mph','ethereum','eip20',18,'0x8888801af4d980682e47f1a9036e589479e835c5');
INSERT OR REPLACE INTO TokenEntity VALUES('8pay','binance-smart-chain','eip20',18,'0xfeea0bdd3d07eb6fe305938878c0cadbfa169042');
INSERT OR REPLACE INTO TokenEntity VALUES('8pay','ethereum','eip20',18,'0xfeea0bdd3d07eb6fe305938878c0cadbfa169042');
INSERT OR REPLACE INTO TokenEntity VALUES('_','hedera-hashgraph','hedera-hashgraph',8,'0x00000000000000000000000000000000007872cb');
INSERT OR REPLACE INTO TokenEntity VALUES('a-hunters-dream','ethereum','eip20',18,'0xf3b9569f82b18aef890de263b84189bd33ebe452');
INSERT OR REPLACE INTO TokenEntity VALUES('a0x','base','eip20',18,'0x820c5f0fb255a1d18fd0ebb0f1ccefbc4d546da7');
INSERT OR REPLACE INTO TokenEntity VALUES('a3s','arbitrum-one','eip20',18,'0xb0ecc6ac0073c063dcfc026ccdc9039cae2998e1');
INSERT OR REPLACE INTO TokenEntity VALUES('aaa-cat','sui','sui',6,'0xd976fda9a9786cda1a36dee360013d775a5e5f206f8e20f84fad3385e99eeb2d::aaa::AAA');
INSERT OR REPLACE INTO TokenEntity VALUES('aag-ventures','harmony-shard-0','harmony-shard-0',18,'0xae0609a062a4eaed49de28c5f6a193261e0150ea');
INSERT OR REPLACE INTO TokenEntity VALUES('aag-ventures','ethereum','eip20',18,'0x5ba19d656b65f1684cfea4af428c23b9f3628f97');
INSERT OR REPLACE INTO TokenEntity VALUES('aark-digital','arbitrum-one','eip20',18,'0xca4e51f6ad4afd9d1068e5899de9dd7d73f3463d');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','sora','sora',null,'0x0091bd8d8295b25cab5a7b8b0e44498e678cfc15d872ede3215f7d4c7635ba36');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','harmony-shard-0','harmony-shard-0',null,'0xcf323aad9e522b93f11c352caa519ad0e14eb40f');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','ethereum','eip20',18,'0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','binance-smart-chain','eip20',18,'0xfb6115445bff7b52feb98650c87f44907e58f802');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','polygon-pos','eip20',18,'0xd6df932a45c0f255f85145f286ea0b292b21c90b');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','avalanche','eip20',18,'0x63a72806098bd3d9520cc43356dd78afe5d386d9');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','huobi-token','huobi-token',null,'0x202b4936fe1a82a4965220860ae46d7d3939bb25');
INSERT OR REPLACE INTO TokenEntity VALUES('aave','fantom','eip20',18,'0x6a07a792ab2965c72a5b8088d3a069a7ac3a993b');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-aave','ethereum','eip20',18,'0xffc97d72e13e01096502cb8eb52dee56f74dad7b');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-bptbalweth','ethereum','eip20',18,'0xd109b2a304587569c84308c55465cd9ff0317bfb');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-bptwbtcweth','ethereum','eip20',18,'0x358bd0d980e031e23eba9aa793926857703783bd');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-dai','ethereum','eip20',18,'0x79be75ffc64dd58e66787e4eae470c8a1fd08ba4');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-uniaaveweth','ethereum','eip20',18,'0xe59d2ff6995a926a574390824a657eed36801e55');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unibatweth','ethereum','eip20',18,'0xa1b0edf4460cc4d8bfaa18ed871bff15e5b57eb4');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unicrvweth','ethereum','eip20',18,'0x0ea20e7ffb006d4cfe84df2f72d8c7bd89247db0');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unidaiusdc','ethereum','eip20',18,'0xe340b25fe32b1011616bb8ec495a4d503e322177');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unidaiweth','ethereum','eip20',18,'0x9303eabc860a743aabcc3a1629014cabcc3f8d36');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unilinkweth','ethereum','eip20',18,'0xb8db81b84d30e2387de0ff330420a4aaa6688134');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unimkrweth','ethereum','eip20',18,'0x370adc71f67f581158dc56f539df5f399128ddf9');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unirenweth','ethereum','eip20',18,'0xa9e201a4e269d6cd5e9f0fcbcb78520cf815878b');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-unisnxweth','ethereum','eip20',18,'0x38e491a71291cd43e8de63b7253e482622184894');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-uniuniweth','ethereum','eip20',18,'0x3d26dcd840fcc8e4b2193ace8a092e4a65832f9f');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-uniusdcweth','ethereum','eip20',18,'0x391e86e2c002c70dee155eaceb88f7a3c38f5976');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-uniwbtcusdc','ethereum','eip20',18,'0x2365a4890ed8965e564b7e2d27c38ba67fec4c6f');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-uniwbtcweth','ethereum','eip20',18,'0xc58f53a8adff2fb4eb16ed56635772075e2ee123');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-uniyfiweth','ethereum','eip20',18,'0x5394794be8b6ed5572fcd6b27103f46b5f390e8f');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-usdc','ethereum','eip20',6,'0xd24946147829deaa935be2ad85a3291dbf109c80');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-usdt','ethereum','eip20',6,'0x17a79792fe6fe5c95dfe95fe3fcee3caf4fe4cb7');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-wbtc','ethereum','eip20',8,'0x13b2f6928d7204328b0e8e4bcd0379aa06ea21fa');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-amm-weth','ethereum','eip20',18,'0xf9fb4ad91812b704ba883b11d2b576e890a6730a');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-bal','ethereum','eip20',18,'0x272f97b7a56a387ae942350bbc7df5700f8a4576');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-balancer-pool-token','ethereum','eip20',18,'0x41a08648c3766f9f9d85598ff102a08f4ef84f84');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-bat','ethereum','eip20',18,'0x05ec93c0365baaeabf7aeffb0972ea7ecdd39cf1');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-bat-v1','ethereum','eip20',18,'0xe1ba0fb44ccb0d11b80f92f4f8ed94ca3ff51d00');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-busd','ethereum','eip20',18,'0xa361718326c15715591c299427c62086f69923d9');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-busd-v1','ethereum','eip20',18,'0x6ee0f7bb50a54ab5253da0667b0dc2ee526c30a8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-crv','fantom','eip20',18,'0x513c7e3a9c69ca3e22550ef58ac1c0088e918fff');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-crv','ethereum','eip20',18,'0x8dae6cb04688c62d939ed9b68d32bc62e49970b1');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-crv','polygon-pos','eip20',18,'0x513c7e3a9c69ca3e22550ef58ac1c0088e918fff');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai','ethereum','eip20',18,'0x028171bca77440897b824ca71d1c56cac55b68a3');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai','optimistic-ethereum','eip20',18,'0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai','harmony-shard-0','harmony-shard-0',null,'0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai','fantom','eip20',18,'0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai','arbitrum-one','eip20',18,'0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai','avalanche','eip20',18,'0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai','polygon-pos','eip20',18,'0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-dai-v1','ethereum','eip20',18,'0xfc1e690f61efd961294b3e1ce3313fbd8aa4f85d');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-enj','ethereum','eip20',18,'0xac6df26a590f08dcc95d5a4705ae8abbc88509ef');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-enj-v1','ethereum','eip20',18,'0x712db54daa836b53ef1ecbb9c6ba3b9efb073f40');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-eth-v1','ethereum','eip20',18,'0x3a3a65aab0dd2a17e3f1947ba16138cd37d08c04');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-gusd','ethereum','eip20',2,'0xd37ee7e4f452c6638c96536e68090de8cbcdb583');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-interest-bearing-steth','ethereum','eip20',18,'0x1982b2f5814301d4e9a8b0201555376e62f82428');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-knc','ethereum','eip20',18,'0x39c6b3e42d6a679d7d776778fe880bc9487c2eda');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-knc-v1','ethereum','eip20',18,'0x9d91be44c06d373a8a226e1f3b146956083803eb');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link','optimistic-ethereum','eip20',18,'0x191c10aa4af7c30e871e70c95db0e4eb77237530');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link','harmony-shard-0','harmony-shard-0',null,'0x191c10aa4af7c30e871e70c95db0e4eb77237530');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link','fantom','eip20',18,'0x191c10aa4af7c30e871e70c95db0e4eb77237530');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link','ethereum','eip20',18,'0xa06bc25b5805d5f8d82847d191cb4af5a3e873e0');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link','polygon-pos','eip20',18,'0x191c10aa4af7c30e871e70c95db0e4eb77237530');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link','avalanche','eip20',18,'0x191c10aa4af7c30e871e70c95db0e4eb77237530');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link','arbitrum-one','eip20',18,'0x191c10aa4af7c30e871e70c95db0e4eb77237530');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-link-v1','ethereum','eip20',18,'0xa64bd6c70cb9051f6a9ba1f163fdc07e0dfb5f84');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-mana','ethereum','eip20',18,'0xa685a61171bb30d4072b338c80cb7b2c865c873e');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-mana-v1','ethereum','eip20',18,'0x6fce4a401b6b80ace52baaefe4421bd188e76f6f');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-mkr','ethereum','eip20',18,'0xc713e5e149d5d0715dcd1c156a020976e7e56b88');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-mkr-v1','ethereum','eip20',18,'0x7deb5e830be29f91e298ba5ff1356bb7f8146998');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-polygon-aave','polygon-pos','eip20',18,'0x1d2a0e5ec8e5bbdca5cb219e649b565d8e5c3360');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-polygon-dai','polygon-pos','eip20',18,'0x27f8d03b3a2196956ed754badc28d73be8830a6e');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-polygon-usdc','polygon-pos','eip20',6,'0x1a13f4ca1d028320a707d99520abfefca3998b7f');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-polygon-usdt','polygon-pos','eip20',6,'0x60d55f02a771d515e077c9c2403a1ef324885cec');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-polygon-wbtc','polygon-pos','eip20',8,'0x5c2ed810328349100a66b82b78a1791b101c9d61');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-polygon-weth','polygon-pos','eip20',18,'0x28424507fefb6f7f8e9d3860f56504e4e5f5f390');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-polygon-wmatic','polygon-pos','eip20',18,'0x8df3aad3a84da6b69a4da8aec3ea40d9091b2ac4');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-rai','ethereum','eip20',18,'0xc9bc48c72154ef3e5425641a3c747242112a46af');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-ren','ethereum','eip20',18,'0xcc12abe4ff81c9378d670de1b57f8e0dd228d77a');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-ren-v1','ethereum','eip20',18,'0x69948cc03f478b95283f7dbf1ce764d0fc7ec54c');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-snx','ethereum','eip20',18,'0x35f6b052c598d933d69a4eec4d04c73a191fe6c2');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-snx-v1','ethereum','eip20',18,'0x328c4c80bc7aca0834db37e6600a6c49e12da4de');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-susd','ethereum','eip20',18,'0x6c5024cd4f8a59110119c56f8933403a539555eb');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-susd','optimistic-ethereum','eip20',18,'0x6d80113e533a2c0fe82eabd35f1875dcea89ea97');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-susd-v1','ethereum','eip20',18,'0x625ae63000f46200499120b906716420bd059240');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-tusd','ethereum','eip20',18,'0x101cc05f4a51c0319f570d5e146a8c625198e636');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-tusd-v1','ethereum','eip20',18,'0x4da9b813057d04baef4e5800e36083717b4a0341');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-uni','ethereum','eip20',18,'0xb9d7cb55f463405cdfbe4e90a6d2df01c2b92bf1');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc','arbitrum-one','eip20',6,'0x625e7708f30ca75bfd92586e17077590c60eb4cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc','fantom','eip20',6,'0x625e7708f30ca75bfd92586e17077590c60eb4cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc','harmony-shard-0','harmony-shard-0',null,'0x625e7708f30ca75bfd92586e17077590c60eb4cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc','polygon-pos','eip20',6,'0x625e7708f30ca75bfd92586e17077590c60eb4cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc','optimistic-ethereum','eip20',6,'0x625e7708f30ca75bfd92586e17077590c60eb4cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc','avalanche','eip20',6,'0x625e7708f30ca75bfd92586e17077590c60eb4cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc','ethereum','eip20',6,'0xbcca60bb61934080951369a648fb03df4f96263c');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdc-v1','ethereum','eip20',6,'0x9ba00d6856a4edf4665bca2c2309936572473b7e');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt','ethereum','eip20',6,'0x3ed3b47dd13ec9a98b44e6204a523e766b225811');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt','avalanche','eip20',6,'0x6ab707aca953edaefbc4fd23ba73294241490620');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt','polygon-pos','eip20',6,'0x6ab707aca953edaefbc4fd23ba73294241490620');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt','arbitrum-one','eip20',6,'0x6ab707aca953edaefbc4fd23ba73294241490620');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt','optimistic-ethereum','eip20',6,'0x6ab707aca953edaefbc4fd23ba73294241490620');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt','harmony-shard-0','harmony-shard-0',null,'0x6ab707aca953edaefbc4fd23ba73294241490620');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt','fantom','eip20',6,'0x6ab707aca953edaefbc4fd23ba73294241490620');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-usdt-v1','ethereum','eip20',6,'0x71fc860f7d3a592a4a98740e39db31d25db65ae8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc','optimistic-ethereum','eip20',8,'0x078f358208685046a11c85e8ad32895ded33a249');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc','arbitrum-one','eip20',8,'0x078f358208685046a11c85e8ad32895ded33a249');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc','avalanche','eip20',8,'0x078f358208685046a11c85e8ad32895ded33a249');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc','polygon-pos','eip20',8,'0x078f358208685046a11c85e8ad32895ded33a249');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc','ethereum','eip20',8,'0x9ff58f4ffb29fa2266ab25e75e2a8b3503311656');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc','fantom','eip20',8,'0x078f358208685046a11c85e8ad32895ded33a249');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc','harmony-shard-0','harmony-shard-0',null,'0x078f358208685046a11c85e8ad32895ded33a249');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-wbtc-v1','ethereum','eip20',8,'0xfc4b8ed459e00e5400be803a9bb3954234fd50e3');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-weth','avalanche','eip20',18,'0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-weth','ethereum','eip20',18,'0x030ba81f1c18d280636f32af80b9aad02cf0854e');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-weth','polygon-pos','eip20',18,'0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-weth','fantom','eip20',18,'0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-weth','harmony-shard-0','harmony-shard-0',null,'0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-weth','arbitrum-one','eip20',18,'0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-weth','optimistic-ethereum','eip20',18,'0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-xsushi','ethereum','eip20',18,'0xf256cc7847e919fac9b808cc216cac87ccf2f47a');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-yfi','ethereum','eip20',18,'0x5165d24277cd063f5ac44efd447b27025e888f37');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-zrx','ethereum','eip20',18,'0xdf7ff54aacacbff42dfe29dd6144a69b629f8c9e');
INSERT OR REPLACE INTO TokenEntity VALUES('aave-zrx-v1','ethereum','eip20',18,'0x6fb0855c404e09c47c3fbca25f08d4e41f9f062f');
INSERT OR REPLACE INTO TokenEntity VALUES('aavegotchi','ethereum','eip20',18,'0x3f382dbd960e3a9bbceae22651e88158d2791550');
INSERT OR REPLACE INTO TokenEntity VALUES('aavegotchi','polygon-pos','eip20',18,'0x385eeac5cb85a38a9a07a70c73e0a3271cfb54a7');
INSERT OR REPLACE INTO TokenEntity VALUES('abi','solana','spl',6,'F2w7z5sVe72SXnkj5qc48KXgXY2Pzj1fNtJXarmGpump');
INSERT OR REPLACE INTO TokenEntity VALUES('able-finance','binance-smart-chain','eip20',8,'0x2136cd209bb3d8e4c008ec2791b5d6790b5e33a9');
INSERT OR REPLACE INTO TokenEntity VALUES('abtc','aptos','aptos',10,'0x4e1854f6d332c9525e258fb6e66f84b6af8aba687bbcb832a24768c4e175feec::abtc::ABTC');
INSERT OR REPLACE INTO TokenEntity VALUES('ac-milan-fan-token','chiliz','chiliz',null,'0xea6a3e367e96521fd9e8296425a44efa6aee82da');
INSERT OR REPLACE INTO TokenEntity VALUES('academic-labs','solana','spl',6,'8W3DbYbLY1zWXm6YDqfPYFpyKsjytD5vhhPN2AyNVdM9');
INSERT OR REPLACE INTO TokenEntity VALUES('acala','polkadot','polkadot',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('access-protocol','solana','spl',6,'5MAYDfq5yxtudAhtfyuMBuHZjgAbaS9tbEyEQYAhDS5y');
INSERT OR REPLACE INTO TokenEntity VALUES('acent','ethereum','eip20',18,'0xec5483804e637d45cde22fa0869656b64b5ab1ab');
INSERT OR REPLACE INTO TokenEntity VALUES('aces-fun','base','eip20',18,'0x55337650856299363c496065c836b9c6e9de0367');
INSERT OR REPLACE INTO TokenEntity VALUES('achain','achain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('acid-ai','solana','spl',6,'YN4U8xySzuyARUMTNCpMgkkek7nnh2VAkUMdMygpump');
INSERT OR REPLACE INTO TokenEntity VALUES('acolyte-by-virtuals','base','eip20',18,'0x79dacb99a8698052a9898e81fdf883c29efb93cb');
INSERT OR REPLACE INTO TokenEntity VALUES('across-protocol','ethereum','eip20',18,'0x44108f0223a3c3028f5fe7aec7f9bb2e66bef82f');
INSERT OR REPLACE INTO TokenEntity VALUES('across-protocol','optimistic-ethereum','eip20',18,'0xff733b2a3557a7ed6697007ab5d11b79fdd1b76b');
INSERT OR REPLACE INTO TokenEntity VALUES('across-protocol','boba','boba',null,'0x96821b258955587069f680729cd77369c0892b40');
INSERT OR REPLACE INTO TokenEntity VALUES('across-protocol','arbitrum-one','eip20',18,'0x53691596d1bce8cea565b84d4915e69e03d9c99d');
INSERT OR REPLACE INTO TokenEntity VALUES('across-protocol','polygon-pos','eip20',18,'0xf328b73b6c685831f238c30a23fc19140cb4d8fc');
INSERT OR REPLACE INTO TokenEntity VALUES('acryptos','binance-smart-chain','eip20',18,'0x4197c6ef3879a08cd51e5560da5064b773aa1d29');
INSERT OR REPLACE INTO TokenEntity VALUES('acryptosi','binance-smart-chain','eip20',18,'0x5b17b4d5e4009b5c43e3e3d63a5229f794cba389');
INSERT OR REPLACE INTO TokenEntity VALUES('act-i-the-ai-prophecy','solana','spl',6,'GJAFwWjJ3vnTsrQVabjBVK2TYB1YtRCQXRDfDgUnpump');
INSERT OR REPLACE INTO TokenEntity VALUES('actinium','actinium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('action-figure','solana','spl',6,'7LSsEoJGhLeZzGvDofTdNg7M3JttxQqGWNLo6vWMpump');
INSERT OR REPLACE INTO TokenEntity VALUES('actual','base','eip20',18,'0x6948de89f535ed4a3b07122be0fe1ae65d527c03');
INSERT OR REPLACE INTO TokenEntity VALUES('adacash','binance-smart-chain','eip20',18,'0x651a89fed302227d41425235f8e934502fb94c48');
INSERT OR REPLACE INTO TokenEntity VALUES('adamant','polygon-pos','eip20',18,'0xc3fdbadc7c795ef1d6ba111e06ff8f16a20ea539');
INSERT OR REPLACE INTO TokenEntity VALUES('adapad','binance-smart-chain','eip20',18,'0xdb0170e2d0c1cc1b2e7a90313d9b9afa4f250289');
INSERT OR REPLACE INTO TokenEntity VALUES('adapad','ethereum','eip20',18,'0xdb0170e2d0c1cc1b2e7a90313d9b9afa4f250289');
INSERT OR REPLACE INTO TokenEntity VALUES('adappter-token','ethereum','eip20',18,'0xc314b0e758d5ff74f63e307a86ebfe183c95767b');
INSERT OR REPLACE INTO TokenEntity VALUES('adex','polygon-pos','eip20',18,'0xc8e36f0a44fbeca89fdd5970439cbe62eb4b5d03');
INSERT OR REPLACE INTO TokenEntity VALUES('adex','binance-smart-chain','eip20',18,'0x6bff4fb161347ad7de4a625ae5aa3a1ca7077819');
INSERT OR REPLACE INTO TokenEntity VALUES('adex','ethereum','eip20',18,'0xade00c28244d5ce17d72e40330b1c318cd12b7c3');
INSERT OR REPLACE INTO TokenEntity VALUES('ado-network','ethereum','eip20',18,'0xf9902edfca4f49dcaebc335c73aebd82c79c2886');
INSERT OR REPLACE INTO TokenEntity VALUES('adrena','solana','spl',6,'AuQaustGiaqxRvj2gtCdrd22PBzTn8kM3kEPEkZCtuDw');
INSERT OR REPLACE INTO TokenEntity VALUES('adshares','polygon-pos','eip20',11,'0x598e49f01befeb1753737934a5b11fea9119c796');
INSERT OR REPLACE INTO TokenEntity VALUES('adshares','ethereum','eip20',11,'0xcfcecfe2bd2fed07a9145222e8a7ad9cf1ccd22a');
INSERT OR REPLACE INTO TokenEntity VALUES('adshares','binance-smart-chain','eip20',11,'0xcfcecfe2bd2fed07a9145222e8a7ad9cf1ccd22a');
INSERT OR REPLACE INTO TokenEntity VALUES('adventure-gold','ethereum','eip20',18,'0x32353a6c91143bfd6c7d363b546e62a9a2489a20');
INSERT OR REPLACE INTO TokenEntity VALUES('advertise-coin','ethereum','eip20',6,'0xb6c3dc857845a713d3531cea5ac546f6767992f4');
INSERT OR REPLACE INTO TokenEntity VALUES('aegis','ethereum','eip20',8,'0xdb2f2bcce3efa95eda95a233af45f3e0d4f00e2a');
INSERT OR REPLACE INTO TokenEntity VALUES('aegis-yusd','ethereum','eip20',18,'0x4274cd7277c7bb0806bd5fe84b9adae466a8da0a');
INSERT OR REPLACE INTO TokenEntity VALUES('aegis-yusd','binance-smart-chain','eip20',18,'0xab3dbcd9b096c3ff76275038bf58eac10d22c61f');
INSERT OR REPLACE INTO TokenEntity VALUES('aelf','ethereum','eip20',18,'0xbf2179859fc6d5bee9bf9158632dc51678a4100e');
INSERT OR REPLACE INTO TokenEntity VALUES('aelin','optimistic-ethereum','eip20',18,'0x61baadcf22d2565b0f471b291c475db5555e0b76');
INSERT OR REPLACE INTO TokenEntity VALUES('aergo','ethereum','eip20',18,'0x91af0fbb28aba7e31403cb457106ce79397fd4e6');
INSERT OR REPLACE INTO TokenEntity VALUES('aerobud','base','eip20',18,'0xfad8cb754230dbfd249db0e8eccb5142dd675a0d');
INSERT OR REPLACE INTO TokenEntity VALUES('aerodrome-finance','base','eip20',18,'0x940181a94a35a4569e4529a3cdfb74e38fd98631');
INSERT OR REPLACE INTO TokenEntity VALUES('aeron','ethereum','eip20',18,'0x0c37bcf456bc661c14d596683325623076d7e283');
INSERT OR REPLACE INTO TokenEntity VALUES('aesoperator','solana','spl',6,'CpEpquNgiGyeMeTBrJJCgMXL8vn1jCkWKVbSurhJpump');
INSERT OR REPLACE INTO TokenEntity VALUES('aeternity','ethereum','eip20',18,'0x5ca9a71b1d01849c0a95490cc00559717fcf0d1d');
INSERT OR REPLACE INTO TokenEntity VALUES('aether-collective','solana','spl',6,'BEP6KhDwv7K211JtZnszNcztHBffSCgRjUuNhucopump');
INSERT OR REPLACE INTO TokenEntity VALUES('aethir','arbitrum-one','eip20',18,'0xc87b37a581ec3257b734886d9d3a581f5a9d056c');
INSERT OR REPLACE INTO TokenEntity VALUES('aethir','ethereum','eip20',18,'0xbe0ed4138121ecfc5c0e56b40517da27e6c5226b');
INSERT OR REPLACE INTO TokenEntity VALUES('aezora','qtum','qtum',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('afen-blockchain','binance-smart-chain','eip20',18,'0xd0840d5f67206f865aee7cce075bd4484cd3cc81');
INSERT OR REPLACE INTO TokenEntity VALUES('affine','bittensor','bittensor',null,'120');
INSERT OR REPLACE INTO TokenEntity VALUES('affyn','polygon-pos','eip20',18,'0x3b56a704c01d650147ade2b8cee594066b3f9421');
INSERT OR REPLACE INTO TokenEntity VALUES('afin-coin','binance-smart-chain','eip20',18,'0xb955b4cab9aa3b49e23aeb5204ebc5ff6678e86d');
INSERT OR REPLACE INTO TokenEntity VALUES('afin-coin','ethereum','eip20',8,'0xee9e5eff401ee921b138490d00ca8d1f13f67a72');
INSERT OR REPLACE INTO TokenEntity VALUES('afreum','stellar','stellar',7,'AFR-GBX6YI45VU7WNAAKA3RBFDR3I3UKNFHTJPQ5F6KOOKSGYIAM4TRQN54W');
INSERT OR REPLACE INTO TokenEntity VALUES('africarare','polygon-pos','eip20',18,'0x78445485a8d5b3be765e3027bc336e3c272a23c9');
INSERT OR REPLACE INTO TokenEntity VALUES('afrostar','binance-smart-chain','eip20',9,'0x2f4e9c97aaffd67d98a640062d90e355b4a1c539');
INSERT OR REPLACE INTO TokenEntity VALUES('aga-rewards','ethereum','eip20',18,'0x9d5963ba32e877871dff3e2e697283dc64066271');
INSERT OR REPLACE INTO TokenEntity VALUES('aga-token','polygon-pos','eip20',4,'0x033d942a6b495c4071083f4cde1f17e986fe856c');
INSERT OR REPLACE INTO TokenEntity VALUES('aga-token','ethereum','eip20',4,'0x2d80f5f5328fdcb6eceb7cacf5dd8aedaec94e20');
INSERT OR REPLACE INTO TokenEntity VALUES('aga-token','binance-smart-chain','eip20',4,'0x976e33b07565b0c05b08b2e13affd3113e3d178d');
INSERT OR REPLACE INTO TokenEntity VALUES('agave-token','arbitrum-one','eip20',18,'0x848e0ba28b637e8490d88bae51fa99c87116409b');
INSERT OR REPLACE INTO TokenEntity VALUES('agave-token','gnosis','eip20',18,'0x3a97704a1b25f08aa230ae53b352e2e72ef52843');
INSERT OR REPLACE INTO TokenEntity VALUES('agenda-47','solana','spl',null,'CN162nCPpq3DxPCyKLbAvEJeB1aCxsnVTEG4ZU8vpump');
INSERT OR REPLACE INTO TokenEntity VALUES('agent-hustle','solana','spl',9,'HUSTLFV3U5Km8u66rMQExh4nLy7unfKHedEXVK1WgSAG');
INSERT OR REPLACE INTO TokenEntity VALUES('agent-s','sui','sui',9,'0xea65bb5a79ff34ca83e2995f9ff6edd0887b08da9b45bf2e31f930d3efb82866::s::S');
INSERT OR REPLACE INTO TokenEntity VALUES('agent-ted','solana','spl',6,'D8RaN4ZXKkemC7pyu2noMB8n6ptDPkzuMFp4KfZSpkin');
INSERT OR REPLACE INTO TokenEntity VALUES('agent-virtual-machine','ethereum','eip20',18,'0xf5f52266a57e6d7312da39bd7ab9527b9e975c40');
INSERT OR REPLACE INTO TokenEntity VALUES('agent-yp-by-virtuals','base','eip20',18,'0x919e43a2cce006710090e64bde9e01b38fd7f32f');
INSERT OR REPLACE INTO TokenEntity VALUES('agent-zero-token','base','eip20',18,'0xcc4adb618253ed0d4d8a188fb901d70c54735e03');
INSERT OR REPLACE INTO TokenEntity VALUES('agentaigo','base','eip20',18,'0xd98832e8a59156acbee4744b9a94a9989a728f36');
INSERT OR REPLACE INTO TokenEntity VALUES('agentaigo','solana','spl',8,'BKgcrCw55yb1ocLS2MnQLT2dSkWtAPjxTanLoWB8oZso');
INSERT OR REPLACE INTO TokenEntity VALUES('agentcoin-tv','ethereum','eip20',18,'0x04e69ff14a86e1ca9a155a8563e95887973ee175');
INSERT OR REPLACE INTO TokenEntity VALUES('agentcoin-tv','base','eip20',18,'0x45e4e92f5a94f4b741c9cb553ff8be7b25eb7df5');
INSERT OR REPLACE INTO TokenEntity VALUES('agentfun-ai','cronos','cronos',18,'0x96733708c4157218b6e6889eb9e16b1df7873061');
INSERT OR REPLACE INTO TokenEntity VALUES('agentipy','solana','spl',6,'yLUD35WTiPLEY6DUqEj5W2JVXF2DfKB5arPkKJXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('agentlayer','base','eip20',18,'0xf5bc3439f53a45607ccad667abc7daf5a583633f');
INSERT OR REPLACE INTO TokenEntity VALUES('agents-ai','solana','spl',9,'Ag5mMdBSxm8J893RazD9PGkxWKJ5o3UKdWW4ZmJAey9w');
INSERT OR REPLACE INTO TokenEntity VALUES('agenttank','solana','spl',6,'GAMwtMB6onAvBNBQJCJFuxoaqfPH8uCQ2dewNMVVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ageofgods','binance-smart-chain','eip20',18,'0x40c8225329bd3e28a043b029e0d07a5344d2c27c');
INSERT OR REPLACE INTO TokenEntity VALUES('ageur','polygon-pos','eip20',18,'0xe0b52e49357fd4daf2c15e02058dce6bc0057db4');
INSERT OR REPLACE INTO TokenEntity VALUES('ageur','ethereum','eip20',18,'0x1a7e4e63778b4f12a199c062f3efdd288afcbce8');
INSERT OR REPLACE INTO TokenEntity VALUES('agi-alpha-agent','solana','spl',6,'tWKHzXd5PRmxTF5cMfJkm2Ua3TcjwNNoSRUqx6Apump');
INSERT OR REPLACE INTO TokenEntity VALUES('agixbt-by-virtuals','base','eip20',18,'0x81496f85abaf8bd2e13d90379fde86c533d8670d');
INSERT OR REPLACE INTO TokenEntity VALUES('agixt','solana','spl',6,'F9TgEJLLRUKDRF16HgjUCdJfJ5BK6ucyiW8uJxVPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('agora-dollar','mantle','mantle',6,'0x00000000efe302beaa2b3e6e1b18d08d69a9012a');
INSERT OR REPLACE INTO TokenEntity VALUES('agora-dollar','avalanche','eip20',6,'0x00000000efe302beaa2b3e6e1b18d08d69a9012a');
INSERT OR REPLACE INTO TokenEntity VALUES('agora-dollar','ethereum','eip20',6,'0x00000000efe302beaa2b3e6e1b18d08d69a9012a');
INSERT OR REPLACE INTO TokenEntity VALUES('agora-dollar','sui','sui',6,'0x2053d08c1e2bd02791056171aab0fd12bd7cd7efad2ab8f6b9c8902f14df2ff2::ausd::');
INSERT OR REPLACE INTO TokenEntity VALUES('agoras-currency-of-tau','ethereum','eip20',8,'0x738865301a9b7dd80dc3666dd48cf034ec42bdda');
INSERT OR REPLACE INTO TokenEntity VALUES('agoric','osmosis','osmosis',null,'ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604');
INSERT OR REPLACE INTO TokenEntity VALUES('agrello','ethereum','eip20',18,'0x07e3c70653548b04f0a75970c1f81b4cbbfb606f');
INSERT OR REPLACE INTO TokenEntity VALUES('agridex-governance-token','solana','spl',6,'AGRidUXLeDij9CJprkZx7WBXtTQC67jtfiwz293mVrJ');
INSERT OR REPLACE INTO TokenEntity VALUES('ahatoken','ahatoken','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-agent-layer','base','eip20',18,'0xbdf317f9c153246c429f23f4093087164b145390');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-companions','binance-smart-chain','eip20',18,'0xbe6ad1eb9876cf3d3f9b85feecfb400298e80143');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-inu','base','eip20',18,'0x8853f0c059c27527d33d02378e5e4f6d5afb574a');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-inu','solana','spl',8,'Bs7diZazUH2PgNyWh7qj3kgUFXqumZpkAjTGSzQKx4cV');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-network','ethereum','eip20',18,'0x3a810ff7211b40c4fa76205a14efe161615d0385');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-powered-cmp','solana','spl',6,'BAEXK4X6B3hkqmEkPuyyZQ5fZUb5iZ6SaJ7a9UDnpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-rig-complex','solana','spl',6,'61V8vBaqAGMpgDQi4JcAwo1dmBGHsyhzodcPqnEVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-rocket-by-virtuals','base','eip20',18,'0x0bf852ebb243b963652b71103a2b97cf446f22c3');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-shell-nova','solana','spl',6,'AxDKAyDsC7p8C5MeDFX6FKV2MPCSGwzkRfGY2qZZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ai-trader-agent','solana','spl',6,'D4G7rpcQBF5oVQwBzoDwHPiweJ5RYvuEVGdxqmPApump');
INSERT OR REPLACE INTO TokenEntity VALUES('ai16z','solana','spl',9,'HeLp6NuQkmYB4pYWo2zYs22mESHXPQYzXbB8n4V98jwC');
INSERT OR REPLACE INTO TokenEntity VALUES('ai16zeliza','solana','spl',6,'wUtwjNmjCP9TTTtoc5Xn5h5sZ2cYJm5w2w44b79yr2o');
INSERT OR REPLACE INTO TokenEntity VALUES('ai20x-ai','solana','spl',6,'DKffyw1oEVWR3ik7q7tb2shhmZ3jbTkRzT6R5banCxai');
INSERT OR REPLACE INTO TokenEntity VALUES('ai9000','avalanche','eip20',18,'0x79ea4e536f598dcd67c76ee3829f84ab9e72a558');
INSERT OR REPLACE INTO TokenEntity VALUES('aia','sui','sui',9,'0x8b449b4dc0f8c5f996734eaf23d36a5f6724e02e312a7e4af34bd0bb74de7b17::deagent_token::DEAGENT_TOKEN');
INSERT OR REPLACE INTO TokenEntity VALUES('aia','binance-smart-chain','eip20',9,'0x48a18a4782b65a0fbed4dca608bb28038b7be339');
INSERT OR REPLACE INTO TokenEntity VALUES('aichain','ethereum','eip20',18,'0x79650799e7899a802cb96c0bc33a6a8d4ce4936c');
INSERT OR REPLACE INTO TokenEntity VALUES('aicm-marketplace','ethereum','eip20',9,'0x87904be82bc1c29e94a0b99474d183b4e08a7e47');
INSERT OR REPLACE INTO TokenEntity VALUES('aicrostrategy','base','eip20',18,'0x20ef84969f6d81ff74ae4591c331858b20ad82cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aida','sui','sui',6,'0x57e93adcecd97fc8b30fc6f124be185f292b648e324773d8fbe6650e8274790f::aida::AIDA');
INSERT OR REPLACE INTO TokenEntity VALUES('aigentx','ethereum','eip20',18,'0xe2432110c32d0717e33c245fe0cfa2b26c07f47a');
INSERT OR REPLACE INTO TokenEntity VALUES('aigg','avalanche','eip20',18,'0x73831e7c5577859fb0583af97c9c68f96a43fcb6');
INSERT OR REPLACE INTO TokenEntity VALUES('aigov','solana','spl',9,'2fdtCHuvyLcD2q86XZGFmYbDux9ZbbUgMmFhzChqmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('ailive','solana','spl',6,'3He53vyEdBSD3Pxx5vAJ4AzQz3GXLXYBvKcYiTJ2pump');
INSERT OR REPLACE INTO TokenEntity VALUES('aimerica','solana','spl',6,'haahyN2RTafHNNySeXKoowgGF7DdX5b5nGNGmghpump');
INSERT OR REPLACE INTO TokenEntity VALUES('aimonica-brands','solana','spl',6,'FVdo7CDJarhYoH6McyTFqx71EtzCPViinvdd1v86Qmy5');
INSERT OR REPLACE INTO TokenEntity VALUES('aintivirus','solana','spl',6,'EiVMQrvdDYK77eK6N6cyh5sGBe5Y1MQWVA7YaURVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('aintivirus-2','solana','spl',6,'BAezfVmia8UYLt4rst6PCU4dvL2i2qHzqn4wGhytpNJW');
INSERT OR REPLACE INTO TokenEntity VALUES('ainu-token','binance-smart-chain','eip20',9,'0x2db0d5cb907014c67dc201886624716fb5c71123');
INSERT OR REPLACE INTO TokenEntity VALUES('aion','aion','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('aion-5100','base','eip20',18,'0xfc48314ad4ad5bd36a84e8307b86a68a01d95d9c');
INSERT OR REPLACE INTO TokenEntity VALUES('aios-foundation','solana','spl',6,'5QS7RcHfGUa2ZtrovPvEJMB9coqroiT7H48dPSwFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('aioz-network','binance-smart-chain','eip20',18,'0x33d08d8c7a168333a85285a68c0042b39fc3741d');
INSERT OR REPLACE INTO TokenEntity VALUES('aioz-network','ethereum','eip20',18,'0x626e8036deb333b408be468f951bdb42433cbf18');
INSERT OR REPLACE INTO TokenEntity VALUES('aipump','solana','spl',9,'2w3A2P5juwg234spHKfps7WReWoVmujtErqjaZm9VaiP');
INSERT OR REPLACE INTO TokenEntity VALUES('aipump','base','eip20',18,'0xfbecd19292b1effeaa7b2e61f5101ddb6744a1fb');
INSERT OR REPLACE INTO TokenEntity VALUES('airight','binance-smart-chain','eip20',18,'0x7e2a35c746f2f7c240b664f1da4dd100141ae71f');
INSERT OR REPLACE INTO TokenEntity VALUES('airnft-token','binance-smart-chain','eip20',18,'0x016cf83732f1468150d87dcc5bdf67730b3934d3');
INSERT OR REPLACE INTO TokenEntity VALUES('airswap','ethereum','eip20',4,'0x27054b13b1b798b345b591a4d22e6562d47ea75a');
INSERT OR REPLACE INTO TokenEntity VALUES('airtor-protocol','ethereum','eip20',18,'0x0f7b3f5a8fed821c5eb60049538a548db2d479ce');
INSERT OR REPLACE INTO TokenEntity VALUES('aism-faith-token','solana','spl',6,'9ZFfZwZDfoSqj7HFD7BNGy57XVNkd1BR2UrNYKsnpump');
INSERT OR REPLACE INTO TokenEntity VALUES('aiveronica','base','eip20',18,'0x0d91ebb16291873a0c67158f578ec249f4321b49');
INSERT OR REPLACE INTO TokenEntity VALUES('aiville-governance-token','binance-smart-chain','eip20',18,'0x0f7895dab3f8a7f9cc438fa76e7a793e2bd50968');
INSERT OR REPLACE INTO TokenEntity VALUES('aiwithdaddyissues','solana','spl',6,'2KgAN8nLAU74wjiyKi85m4ZT6Z9MtqrUTGfse8Xapump');
INSERT OR REPLACE INTO TokenEntity VALUES('aiwork','ethereum','eip20',18,'0x68c85b9f78f30a0df5ac5723e4e700037f185415');
INSERT OR REPLACE INTO TokenEntity VALUES('aiws','zksync','eip20',18,'0x3e9c747db47602210ea7513c9d00abf356b53880');
INSERT OR REPLACE INTO TokenEntity VALUES('aixbt','base','eip20',18,'0x4f9fd6be4a90f2620860d680c0d4d5fb53d1a825');
INSERT OR REPLACE INTO TokenEntity VALUES('aixbt','solana','spl',8,'14zP2ToQ79XWvc7FQpm4bRnp9d6Mp1rFfsUW3gpLcRX');
INSERT OR REPLACE INTO TokenEntity VALUES('aixcb-by-virtuals','base','eip20',18,'0x76c71f1703fbf19ffdcf3051e1e684cb9934510f');
INSERT OR REPLACE INTO TokenEntity VALUES('ajna-protocol','base','eip20',18,'0x7f05a7a9af2f5a07d1e64877c8dc37a64a22508e');
INSERT OR REPLACE INTO TokenEntity VALUES('ajna-protocol','ethereum','eip20',18,'0x9a96ec9b57fb64fbc60b423d1f4da7691bd35079');
INSERT OR REPLACE INTO TokenEntity VALUES('akash-network','akash-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('akash-network','osmosis','osmosis',null,'IBC/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4');
INSERT OR REPLACE INTO TokenEntity VALUES('akedo','binance-smart-chain','eip20',18,'0x2c3a8ee94ddd97244a93bc48298f97d2c412f7db');
INSERT OR REPLACE INTO TokenEntity VALUES('aki-protocol','polygon-pos','eip20',18,'0x1a7e49125a6595588c9556f07a4c006461b24545');
INSERT OR REPLACE INTO TokenEntity VALUES('akio','solana','spl',6,'Akiox1GAxohWdggSLaFpChxLyS54vz7P7YaF1tckWEQu');
INSERT OR REPLACE INTO TokenEntity VALUES('akita-bsc','binance-smart-chain','eip20',9,'0x1a4c5c74fb1ec39e839799baa0a91caeaeadedf7');
INSERT OR REPLACE INTO TokenEntity VALUES('akita-inu','avalanche','eip20',18,'0xcaf5191fc480f43e4df80106c7695eca56e48b18');
INSERT OR REPLACE INTO TokenEntity VALUES('akita-inu','ethereum','eip20',18,'0x3301ee63fb29f863f2333bd4466acb46cd8323e6');
INSERT OR REPLACE INTO TokenEntity VALUES('akropolis','ethereum','eip20',18,'0x8ab7404063ec4dbcfd4598215992dc3f8ec853d7');
INSERT OR REPLACE INTO TokenEntity VALUES('akropolis','sora','sora',null,'0x007348eb8f0f3cec730fbf5eec1b6a842c54d1df8bed75a9df084d5ee013e814');
INSERT OR REPLACE INTO TokenEntity VALUES('akropolis-delphi','ethereum','eip20',18,'0x94d863173ee77439e4292284ff13fad54b3ba182');
INSERT OR REPLACE INTO TokenEntity VALUES('akuma-inu','base','eip20',18,'0x2f20cf3466f80a5f7f532fca553c8cbc9727fef6');
INSERT OR REPLACE INTO TokenEntity VALUES('aladdin-dao','ethereum','eip20',18,'0xb26c4b3ca601136daf98593feaeff9e0ca702a8d');
INSERT OR REPLACE INTO TokenEntity VALUES('alanyaspor-fan-token','chiliz','chiliz',null,'0xf9e3cbdade7dc23629e05906eab9af435bcb97e7');
INSERT OR REPLACE INTO TokenEntity VALUES('alchemist','ethereum','eip20',18,'0x88acdd2a6425c3faae4bc9650fd7e27e0bebb7ab');
INSERT OR REPLACE INTO TokenEntity VALUES('alchemist-accelerate','base','eip20',18,'0x2b0772bea2757624287ffc7feb92d03aeae6f12d');
INSERT OR REPLACE INTO TokenEntity VALUES('alchemist-ai','solana','spl',6,'HNg5PYJmtqcmzXrv6S9zP1CDKk5BgDuyFBxbvNApump');
INSERT OR REPLACE INTO TokenEntity VALUES('alchemix','ethereum','eip20',18,'0xdbdb4d16eda451d0503b854cf79d55697f90c8df');
INSERT OR REPLACE INTO TokenEntity VALUES('alchemix-usd','ethereum','eip20',18,'0xbc6da0fe9ad5f3b0d58160288917aa56653660e9');
INSERT OR REPLACE INTO TokenEntity VALUES('alchemy-pay','ethereum','eip20',8,'0xed04915c23f00a313a544955524eb7dbd823143d');
INSERT OR REPLACE INTO TokenEntity VALUES('alchemy-pay','binance-smart-chain','eip20',8,'0xbc7d6b50616989655afd682fb42743507003056d');
INSERT OR REPLACE INTO TokenEntity VALUES('aldrin','solana','spl',9,'E5ndSkaB17Dm7CsD22dvcjfrYSDLCxFcMd6z8ddCk5wp');
INSERT OR REPLACE INTO TokenEntity VALUES('aleph','binance-smart-chain','eip20',18,'0x82d2f8e02afb160dd5a480a617692e62de9038c4');
INSERT OR REPLACE INTO TokenEntity VALUES('aleph','ethereum','eip20',18,'0x27702a26126e0b3702af63ee09ac4d1a084ef628');
INSERT OR REPLACE INTO TokenEntity VALUES('aleph-zero','aleph-zero','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('alephium','ethereum','eip20',18,'0x590f820444fa3638e022776752c5eef34e2f89a6');
INSERT OR REPLACE INTO TokenEntity VALUES('alethea-artificial-liquid-intelligence-token','ethereum','eip20',18,'0x6b0b3a982b4634ac68dd83a4dbf02311ce324181');
INSERT OR REPLACE INTO TokenEntity VALUES('alethea-artificial-liquid-intelligence-token','cronos','cronos',null,'0x45c135c1cdce8d25a3b729a28659561385c52671');
INSERT OR REPLACE INTO TokenEntity VALUES('alexgo','alexgo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('algorand','algorand','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('alibabacoin','alibabacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('alien-worlds','ethereum','eip20',4,'0x888888848b652b3e3a0f34c96e00eec0f3a23f72');
INSERT OR REPLACE INTO TokenEntity VALUES('alienbase','base','eip20',18,'0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4');
INSERT OR REPLACE INTO TokenEntity VALUES('alita','binance-smart-chain','eip20',18,'0x557233e794d1a5fbcc6d26dca49147379ea5073c');
INSERT OR REPLACE INTO TokenEntity VALUES('alitas','binance-smart-chain','eip20',18,'0x5ca09af27b8a4f1d636380909087536bc7e2d94d');
INSERT OR REPLACE INTO TokenEntity VALUES('alkimi','ethereum','eip20',18,'0x3106a0a076bedae847652f42ef07fd58589e001f');
INSERT OR REPLACE INTO TokenEntity VALUES('alkimi-2','sui','sui',9,'0x1a8f4bc33f8ef7fbc851f156857aa65d397a6a6fd27a7ac2ca717b51f2fd9489::alkimi::ALKIMI');
INSERT OR REPLACE INTO TokenEntity VALUES('all-in-dollo','solana','spl',6,'5EaYZcaKfTVdpQ2avVtJ7BNWJ1Rnj86F1dWxppawpump');
INSERT OR REPLACE INTO TokenEntity VALUES('all-will-retire','solana','spl',6,'Ai4CL1SAxVRigxQFwBH8S2JkuL7EqrdiGwTC7JpCpump');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','solana','spl',9,'a11bdAAuV8iB2fu7X6AxAvDTo1QZ8FXB3kk5eecdasp');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','aurora','aurora',null,'0x2bae00c8bc1868a5f7a216e881bae9e662630111');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','huobi-token','huobi-token',null,'0x2d7e64def6c3311a75c2f6eb45e835cd58e52cde');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','celo','celo',null,'0x6e512bfc33be36f2666754e996ff103ad1680cc9');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','polygon-pos','eip20',18,'0x04429fbb948bbd09327763214b45e505a5293346');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','avalanche','eip20',18,'0xafc43610c7840b20b90caaf93759be5b54b291c9');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','ethereum','eip20',18,'0xa11bd36801d8fa4448f0ac4ea7a62e3634ce8c7c');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','fantom','eip20',18,'0x543acd673960041eee1305500893260f1887b679');
INSERT OR REPLACE INTO TokenEntity VALUES('allbridge','binance-smart-chain','eip20',18,'0x68784ffaa6ff05e3e04575df77960dc1d9f42b4a');
INSERT OR REPLACE INTO TokenEntity VALUES('alliance-games','base','eip20',18,'0xa992ffb0c9b753307b9704079c61db4e405deffd');
INSERT OR REPLACE INTO TokenEntity VALUES('alliance-games','binance-smart-chain','eip20',18,'0xa992ffb0c9b753307b9704079c61db4e405deffd');
INSERT OR REPLACE INTO TokenEntity VALUES('allianceblock-nexera','avalanche','eip20',18,'0x644192291cc835a93d6330b24ea5f5fedd0eef9e');
INSERT OR REPLACE INTO TokenEntity VALUES('allianceblock-nexera','binance-smart-chain','eip20',18,'0x644192291cc835a93d6330b24ea5f5fedd0eef9e');
INSERT OR REPLACE INTO TokenEntity VALUES('allianceblock-nexera','ethereum','eip20',18,'0x644192291cc835a93d6330b24ea5f5fedd0eef9e');
INSERT OR REPLACE INTO TokenEntity VALUES('allianceblock-nexera','polygon-pos','eip20',18,'0x644192291cc835a93d6330b24ea5f5fedd0eef9e');
INSERT OR REPLACE INTO TokenEntity VALUES('allindoge','solana','spl',6,'HyDKNdnhZNVYQMruBevbNsUWruA9STmAQrS4srXApump');
INSERT OR REPLACE INTO TokenEntity VALUES('allo','binance-smart-chain','eip20',18,'0x9c8b5ca345247396bdfac0395638ca9045c6586e');
INSERT OR REPLACE INTO TokenEntity VALUES('allsafe','allsafe','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('alltoscan','binance-smart-chain','eip20',18,'0x75d8bb7fbd4782a134211dc350ba5c715197b81d');
INSERT OR REPLACE INTO TokenEntity VALUES('allunity-eur','ethereum','eip20',6,'0x4933a85b5b5466fbaf179f72d3de273c287ec2c2');
INSERT OR REPLACE INTO TokenEntity VALUES('ally','ethereum','eip20',2,'0xf2cdf38e24738ba379ffa38d47bc88a941df5627');
INSERT OR REPLACE INTO TokenEntity VALUES('alon','solana','spl',6,'8XtRWb4uAAJFMP4QQhoYYCWR6XXb7ybcCdiqPwz9s5WS');
INSERT OR REPLACE INTO TokenEntity VALUES('alpaca','ethereum','eip20',18,'0x7ca4408137eb639570f8e647d9bd7b7e8717514a');
INSERT OR REPLACE INTO TokenEntity VALUES('alpaca','binance-smart-chain','eip20',18,'0xc5e6689c9c8b02be7c49912ef19e79cf24977f03');
INSERT OR REPLACE INTO TokenEntity VALUES('alpaca-finance','binance-smart-chain','eip20',18,'0x8f0528ce5ef7b51152a59745befdd91d97091d2f');
INSERT OR REPLACE INTO TokenEntity VALUES('alpaca-finance','fantom','eip20',18,'0xad996a45fd2373ed0b10efa4a8ecb9de445a4302');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-4','solana','spl',null,'2sCUCJdVkmyXp4dT8sFaA9LKgSMK4yDPi9zLHiwXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-city','base','eip20',18,'0x90ec58ef4cc9f37b96de1e203b65bd4e6e79580e');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-fi','sui','sui',9,'0xfe3afec26c59e874f3c1d60b8203cb3852d2bb2aa415df9548b8d688e6683f93::alpha::ALPHA');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-finance','avalanche','eip20',18,'0x2147efff675e4a4ee1c2f918d181cdbd7a8e208f');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-finance','binance-smart-chain','eip20',18,'0xa1faa113cbe53436df28ff0aee54275c13b40975');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-finance','ethereum','eip20',18,'0xa1faa113cbe53436df28ff0aee54275c13b40975');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-quark-token','ethereum','eip20',18,'0x2a9bdcff37ab68b95a53435adfd8892e86084f93');
INSERT OR REPLACE INTO TokenEntity VALUES('alpha-trader-exchange-atx','bittensor','bittensor',null,'63');
INSERT OR REPLACE INTO TokenEntity VALUES('alphaarc','solana','spl',6,'Cg93SZJkHePybZqGDuyXLf5Ag5sB2cpWfHUG8wNPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('alphakek-ai','base','eip20',18,'0x681a09a902d9c7445b3b1ab282c38d60c72f1f09');
INSERT OR REPLACE INTO TokenEntity VALUES('alphakek-ai','ethereum','eip20',18,'0x8dce83eca4af45dbe618da1779f9aaca43201084');
INSERT OR REPLACE INTO TokenEntity VALUES('alphakek-ai','solana','spl',8,'CotWkXoBD3edLb6opEGHV9tb3pyKmeoWBLwdMJ8ZDimW');
INSERT OR REPLACE INTO TokenEntity VALUES('alphr','ethereum','eip20',18,'0xaa99199d1e9644b588796f3215089878440d58e0');
INSERT OR REPLACE INTO TokenEntity VALUES('alpine-f1-team-fan-token','binance-smart-chain','eip20',8,'0x287880ea252b52b63cc5f40a2d3e5a44aa665a76');
INSERT OR REPLACE INTO TokenEntity VALUES('alris-agent','solana','spl',6,'FwzpNxnabjZvc8QCnV6qPEBKxqLxSyjobc5Etdgxpump');
INSERT OR REPLACE INTO TokenEntity VALUES('alt-town','binance-smart-chain','eip20',18,'0x973253d0c12366e0fa5afb9f9e2e9486eca69c01');
INSERT OR REPLACE INTO TokenEntity VALUES('altbase','binance-smart-chain','eip20',18,'0x9b3a01f8b4abd2e2a74597b21b7c269abf4e9f41');
INSERT OR REPLACE INTO TokenEntity VALUES('altcoin-2','solana','spl',6,'Cdq1WR1d4i2hMrqKUWgZeUbRpkhamGHSvm1f6ATpuray');
INSERT OR REPLACE INTO TokenEntity VALUES('altcoinist-token','base','eip20',18,'0x1b5ce2a593a840e3ad3549a34d7b3dec697c114d');
INSERT OR REPLACE INTO TokenEntity VALUES('altered-state-token','ethereum','eip20',18,'0x823556202e86763853b40e9cde725f412e294689');
INSERT OR REPLACE INTO TokenEntity VALUES('altlayer','binance-smart-chain','eip20',18,'0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb');
INSERT OR REPLACE INTO TokenEntity VALUES('altlayer','ethereum','eip20',18,'0x8457ca5040ad67fdebbcc8edce889a335bc0fbfb');
INSERT OR REPLACE INTO TokenEntity VALUES('altura','binance-smart-chain','eip20',18,'0x8263cd1601fe73c066bf49cc09841f35348e3be0');
INSERT OR REPLACE INTO TokenEntity VALUES('aluna','arbitrum-one','eip20',18,'0x9b3fa2a7c3eb36d048a5d38d81e7fafc6bc47b25');
INSERT OR REPLACE INTO TokenEntity VALUES('aluna','ethereum','eip20',18,'0x8185bc4757572da2a610f887561c32298f1a5748');
INSERT OR REPLACE INTO TokenEntity VALUES('aluna','binance-smart-chain','eip20',18,'0xf44fb887334fa17d2c5c0f970b5d320ab53ed557');
INSERT OR REPLACE INTO TokenEntity VALUES('aluna','polygon-pos','eip20',18,'0xa8fcee762642f156b5d757b6fabc36e06b6d4a1a');
INSERT OR REPLACE INTO TokenEntity VALUES('alva','binance-smart-chain','eip20',18,'0x99e6ca7e6c5c5aea22b4a992eb6895bc6d433298');
INSERT OR REPLACE INTO TokenEntity VALUES('alvara-protocol','ethereum','eip20',18,'0x8e729198d1c59b82bd6bba579310c40d740a11c2');
INSERT OR REPLACE INTO TokenEntity VALUES('alvara-protocol','avalanche','eip20',18,'0xd18555a6c2fda350069735419900478eec4abd96');
INSERT OR REPLACE INTO TokenEntity VALUES('amasa','ethereum','eip20',18,'0x65a8fba02f641a13bb7b01d5e1129b0521004f52');
INSERT OR REPLACE INTO TokenEntity VALUES('amaterasu-omikami','ethereum','eip20',9,'0x9e18d5bab2fa94a6a95f509ecb38f8f68322abd3');
INSERT OR REPLACE INTO TokenEntity VALUES('ambire-wallet','ethereum','eip20',18,'0x88800092ff476844f74dc2fc427974bbee2794ae');
INSERT OR REPLACE INTO TokenEntity VALUES('amepay','ethereum','eip20',18,'0x12513335ffd5dafc2334e98625d27c1ca84bff86');
INSERT OR REPLACE INTO TokenEntity VALUES('america-party','solana','spl',6,'39zSVsSHFqNhARbVh6n8ZF78nCmhV3gSg8D39xhBNe73');
INSERT OR REPLACE INTO TokenEntity VALUES('america-party-4','ethereum','eip20',18,'0xe60e9bd04ccc0a394f1fdf29874e35a773cb07f4');
INSERT OR REPLACE INTO TokenEntity VALUES('america-party-coin','solana','spl',6,'F9NydCB1rDB4orWsEwenXmT71ZjmuRDsqLcYL2Fgpump');
INSERT OR REPLACE INTO TokenEntity VALUES('america-s-official-launchpad','solana','spl',6,'2oQNkePakuPbHzrVVkQ875WHeewLHCd2cAwfwiLQbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('american-coin','solana','spl',6,'69kdRLyP5DTRkpHraaSZAQbWmAwzF9guKjZfzMXzcbAs');
INSERT OR REPLACE INTO TokenEntity VALUES('american-shiba','binance-smart-chain','eip20',18,'0x01e04c6e0b2c93bb4f8ee4b71072b861f9352660');
INSERT OR REPLACE INTO TokenEntity VALUES('american-shiba','ethereum','eip20',9,'0xb893a8049f250b57efa8c62d51527a22404d7c9a');
INSERT OR REPLACE INTO TokenEntity VALUES('ami','aptos','aptos',8,'0xb36527754eb54d7ff55daf13bcb54b42b88ec484bd6f0e3b2e0d1db169de6451');
INSERT OR REPLACE INTO TokenEntity VALUES('amiko','solana','spl',6,'AY1Ww6MxwC3cCiyrandHqLrp4FXvzgcwQTZpJ2FEpump');
INSERT OR REPLACE INTO TokenEntity VALUES('amino','ethereum','eip20',18,'0x1a2eb478fa07125c9935a77b3c03a82470801e30');
INSERT OR REPLACE INTO TokenEntity VALUES('ammyi-coin','binance-smart-chain','eip20',18,'0x1ef72a1df5e4d165f84fc43b20d56caa7dad46e1');
INSERT OR REPLACE INTO TokenEntity VALUES('amnis-aptos','aptos','aptos',8,'0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt');
INSERT OR REPLACE INTO TokenEntity VALUES('amnis-staked-aptos-coin','aptos','aptos',8,'0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::stapt_token::StakedApt');
INSERT OR REPLACE INTO TokenEntity VALUES('amo','ethereum','eip20',18,'0x38c87aa89b2b8cd9b95b736e1fa7b612ea972169');
INSERT OR REPLACE INTO TokenEntity VALUES('amocucinare','the-open-network','the-open-network',9,'EQC7js8NLX3v57ZuRmuusNtMSBdki4va_qyL7sAwdmosf_xK');
INSERT OR REPLACE INTO TokenEntity VALUES('amond','ethereum','eip20',18,'0x00059ae69c1622a7542edc15e8d17b060fe307b6');
INSERT OR REPLACE INTO TokenEntity VALUES('amp-token','ethereum','eip20',18,'0xff20817765cb7f73d4bde2e66e067e58d11095c2');
INSERT OR REPLACE INTO TokenEntity VALUES('ampleforth','binance-smart-chain','eip20',9,'0xdb021b1b247fe2f1fa57e0a87c748cc1e321f07f');
INSERT OR REPLACE INTO TokenEntity VALUES('ampleforth','harmony-shard-0','harmony-shard-0',null,'0xf2f5bf00cd952f3f980a02f5dce278cbff4dae05');
INSERT OR REPLACE INTO TokenEntity VALUES('ampleforth','ethereum','eip20',9,'0xd46ba6d942050d489dbd938a2c909a5d5039a161');
INSERT OR REPLACE INTO TokenEntity VALUES('ampleforth','avalanche','eip20',9,'0x027dbca046ca156de9622cd1e2d907d375e53aa7');
INSERT OR REPLACE INTO TokenEntity VALUES('ampleforth-governance-token','ethereum','eip20',18,'0x77fba179c79de5b7653f68b5039af940ada60ce0');
INSERT OR REPLACE INTO TokenEntity VALUES('analos','solana','spl',null,'7iT1GRYYhEop2nV1dyCwK2MGyLmPHq47WhPGSwiqcUg5');
INSERT OR REPLACE INTO TokenEntity VALUES('anchor-protocol','terra','terra',null,'terra14z56l0fp2lsf86zy3hty2z47ezkhnthtr9yq76');
INSERT OR REPLACE INTO TokenEntity VALUES('anchor-protocol','ethereum','eip20',18,'0x0f3adc247e91c3c50bc08721355a41037e89bc20');
INSERT OR REPLACE INTO TokenEntity VALUES('anchorswap','binance-smart-chain','eip20',18,'0x4aac18de824ec1b553dbf342829834e4ff3f7a9f');
INSERT OR REPLACE INTO TokenEntity VALUES('ancient8','ethereum','eip20',18,'0x3e5a19c91266ad8ce2477b91585d1856b84062df');
INSERT OR REPLACE INTO TokenEntity VALUES('anduschain','ethereum','eip20',18,'0xa1e770be76bde604f8ebb66f640250a787b9422b');
INSERT OR REPLACE INTO TokenEntity VALUES('andy-4','binance-smart-chain','eip20',18,'0x01ca78a2b5f1a9152d8a3a625bd7df5765eee1d8');
INSERT OR REPLACE INTO TokenEntity VALUES('andy-on-base','base','eip20',18,'0x18a8bd1fe17a1bb9ffb39ecd83e9489cfd17a022');
INSERT OR REPLACE INTO TokenEntity VALUES('andy-the-wisguy','ethereum','eip20',18,'0x68bbed6a47194eff1cf514b50ea91895597fc91e');
INSERT OR REPLACE INTO TokenEntity VALUES('andy70b','solana','spl',6,'69P4cjVxSbrGfks5bcAC5yJGwRBvyeZ9exDmhoVCitVT');
INSERT OR REPLACE INTO TokenEntity VALUES('angle-protocol','ethereum','eip20',18,'0x31429d1856ad1377a8a0079410b297e1a9e214c2');
INSERT OR REPLACE INTO TokenEntity VALUES('angola','ethereum','eip20',18,'0x1f7e5118521b550bb1a9b435727c003eb033fc51');
INSERT OR REPLACE INTO TokenEntity VALUES('angola','polygon-pos','eip20',18,'0xd6a33f67b733d422c821c36f0f79ca145b930d01');
INSERT OR REPLACE INTO TokenEntity VALUES('angryb','ethereum','eip20',18,'0x2c9aceb63181cd08a093d052ec041e191f229692');
INSERT OR REPLACE INTO TokenEntity VALUES('ani-grok-companion','solana','spl',6,'9tqjeRS1swj36Ee5C1iGiwAxjQJNGAVCzaTLwFY8bonk');
INSERT OR REPLACE INTO TokenEntity VALUES('anime','arbitrum-one','eip20',18,'0x37a645648df29205c6261289983fb04ecd70b4b3');
INSERT OR REPLACE INTO TokenEntity VALUES('anime','ethereum','eip20',18,'0x4dc26fc5854e7648a064a4abd590bbe71724c277');
INSERT OR REPLACE INTO TokenEntity VALUES('anime-token','binance-smart-chain','eip20',18,'0xac472d0eed2b8a2f57a6e304ea7ebd8e88d1d36f');
INSERT OR REPLACE INTO TokenEntity VALUES('anita-ai','solana','spl',6,'AnXE9mZYWReqBw4v5HrY2S2utt42uEtcBGmuCXASvRAi');
INSERT OR REPLACE INTO TokenEntity VALUES('ankaragucu-fan-token','Bitcichain','Bitcichain',null,'0x38aa495ffa5ebe2f8f91004922650c29adf12083');
INSERT OR REPLACE INTO TokenEntity VALUES('ankr','moonriver','moonriver',null,'0xfd301ca82d007880e678bb750a771550c5104ff2');
INSERT OR REPLACE INTO TokenEntity VALUES('ankr','avalanche','eip20',18,'0x20cf1b6e9d856321ed4686877cf4538f2c84b4de');
INSERT OR REPLACE INTO TokenEntity VALUES('ankr','factom','factom',null,'0x0615dbba33fe61a31c7ed131bda6655ed76748b1');
INSERT OR REPLACE INTO TokenEntity VALUES('ankr','ethereum','eip20',18,'0x8290333cef9e6d528dd5618fb97a76f268f3edd4');
INSERT OR REPLACE INTO TokenEntity VALUES('ankr','binance-smart-chain','eip20',18,'0xf307910a4c7bbc79691fd374889b36d8531b08e3');
INSERT OR REPLACE INTO TokenEntity VALUES('ankreth','ethereum','eip20',18,'0xe95a203b1a91a908f9b9ce46459d101078c2c3cb');
INSERT OR REPLACE INTO TokenEntity VALUES('anoma','ethereum','eip20',18,'0xcedbea37c8872c4171259cdfd5255cb8923cf8e7');
INSERT OR REPLACE INTO TokenEntity VALUES('anon','anon','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('anon-inu','binance-smart-chain','eip20',9,'0x64f36701138f0e85cc10c34ea535fdbadcb54147');
INSERT OR REPLACE INTO TokenEntity VALUES('anonfi','base','eip20',18,'0x75e6b648c91d222b2f6318e8ceeed4b691d5323f');
INSERT OR REPLACE INTO TokenEntity VALUES('anti-rug-agent','solana','spl',6,'ts3foLrNUMvwdVeit1oNeLWjYk7e4qsn8PqSsqRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('antimatter','ethereum','eip20',18,'0x9b99cca871be05119b2012fd4474731dd653febe');
INSERT OR REPLACE INTO TokenEntity VALUES('antimatter','arbitrum-one','eip20',18,'0xaaa62d9584cbe8e4d68a43ec91bff4ff1fadb202');
INSERT OR REPLACE INTO TokenEntity VALUES('antitoken','solana','spl',6,'HB8KrN7Bb3iLWUPsozp67kS4gxtbA4W5QJX4wKPvpump');
INSERT OR REPLACE INTO TokenEntity VALUES('anvil','ethereum','eip20',18,'0x2ca9242c1810029efed539f1c60d68b63ad01bfc');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','solana','spl',null,'ACeWC77UeW2DBZMe7YBsuXoxLvk4dHMnPzneApau1Au6');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','base','eip20',null,'0x2598c30330d5771ae9f983979209486ae26de875');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','ethereum','eip20',18,'0x2598c30330d5771ae9f983979209486ae26de875');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','optimistic-ethereum','eip20',18,'0x2598c30330d5771ae9f983979209486ae26de875');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','binance-smart-chain','eip20',18,'0x2598c30330d5771ae9f983979209486ae26de875');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','arbitrum-one','eip20',18,'0x2598c30330d5771ae9f983979209486ae26de875');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','fantom','fantom',18,'0x2598c30330d5771ae9f983979209486ae26de875');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','blast','blast',null,'0x764933fbad8f5d04ccd088602096655c2ed9879f');
INSERT OR REPLACE INTO TokenEntity VALUES('any-inu','avalanche','eip20',18,'0x2598c30330d5771ae9f983979209486ae26de875');
INSERT OR REPLACE INTO TokenEntity VALUES('anypad','binance-smart-chain','eip20',18,'0x366d71ab095735b7dae83ce2b82d5262ef655f10');
INSERT OR REPLACE INTO TokenEntity VALUES('anyswap','huobi-token','huobi-token',null,'0x538cee985e930557d16c383783ca957fa90b63b3');
INSERT OR REPLACE INTO TokenEntity VALUES('anyswap','ethereum','eip20',18,'0xf99d58e463a2e07e5692127302c20a191861b4d6');
INSERT OR REPLACE INTO TokenEntity VALUES('anyswap','avalanche','eip20',18,'0xb44a9b6905af7c801311e8f4e76932ee959c663c');
INSERT OR REPLACE INTO TokenEntity VALUES('anyswap','binance-smart-chain','eip20',18,'0xf68c9df95a18b2a5a5fa1124d79eeeffbad0b6fa');
INSERT OR REPLACE INTO TokenEntity VALUES('anyswap','polygon-pos','eip20',18,'0x6ab6d61428fde76768d7b45d8bfeec19c6ef91a8');
INSERT OR REPLACE INTO TokenEntity VALUES('anyswap','fantom','eip20',18,'0xddcb3ffd12750b45d32e084887fdf1aabab34239');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-finance','base','eip20',18,'0xeec468333ccc16d4bf1cef497a56cf8c0aae4ca3');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-staked-usdz','blast','blast',18,'0x73d23f3778a90be8846e172354a115543df2a7e4');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-staked-usdz','ethereum','eip20',18,'0x547213367cfb08ab418e7b54d7883b2c2aa27fd7');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-staked-usdz','manta-pacific','manta-pacific',18,'0x8f08a3b5bceadef10c0b26c8bb720ebb8fa91758');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-staked-usdz','arbitrum-one','eip20',18,'0x1b2c29e3897b8f9170c98440a483e90e715c879d');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-staked-usdz','base','eip20',18,'0xe31ee12bdfdd0573d634124611e85338e2cbf0cf');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-usdz','ethereum','eip20',18,'0xa469b7ee9ee773642b3e93e842e5d9b5baa10067');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-usdz','base','eip20',18,'0x04d5ddf5f3a8939889f11e97f8c4bb48317f1938');
INSERT OR REPLACE INTO TokenEntity VALUES('anzen-usdz','blast','blast',18,'0x52056ed29fe015f4ba2e3b079d10c0b87f46e8c6');
INSERT OR REPLACE INTO TokenEntity VALUES('anzens-usda','cardano','cardano',6,'fe7c786ab321f41c654ef6c1af7b3250a613c24e4213e0425a7ae45655534441');
INSERT OR REPLACE INTO TokenEntity VALUES('aok','aok','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ape-and-pepe','polygon-pos','eip20',18,'0xa3f751662e282e83ec3cbc387d225ca56dd63d3a');
INSERT OR REPLACE INTO TokenEntity VALUES('apecoin-ape','ethereum','eip20',18,'0x4d224452801aced8b2f0aebe155379bb5d594381');
INSERT OR REPLACE INTO TokenEntity VALUES('apeironnft','ronin','ronin',18,'0x7894b3088d069e70895effa4e8f7d2c243fd04c1');
INSERT OR REPLACE INTO TokenEntity VALUES('apenft','binance-smart-chain','eip20',6,'0x1fc9004ec7e5722891f5f38bae7678efcb11d34d');
INSERT OR REPLACE INTO TokenEntity VALUES('apenft','huobi-token','huobi-token',null,'0x1a5364f782dbed4f69043b02b5c3870a10c23ed5');
INSERT OR REPLACE INTO TokenEntity VALUES('apenft','ethereum','eip20',6,'0x198d14f2ad9ce69e76ea330b374de4957c3f850a');
INSERT OR REPLACE INTO TokenEntity VALUES('apenft','tron','eip20',6,'TFczxzPhnThNSqr5by8tvxsdCFRRz6cPNq');
INSERT OR REPLACE INTO TokenEntity VALUES('apescreener','ethereum','eip20',18,'0x09675e24ca1eb06023451ac8088eca1040f47585');
INSERT OR REPLACE INTO TokenEntity VALUES('apestrategy','ethereum','eip20',18,'0x9ebf91b8d6ff68aa05545301a3d0984eaee54a03');
INSERT OR REPLACE INTO TokenEntity VALUES('apeswap-finance','polygon-pos','eip20',18,'0x5d47baba0d66083c52009271faf3f50dcc01023c');
INSERT OR REPLACE INTO TokenEntity VALUES('apeswap-finance','binance-smart-chain','eip20',18,'0x603c7f932ed1fc6575303d8fb018fdcbb0f39a95');
INSERT OR REPLACE INTO TokenEntity VALUES('apex-5','bittensor','bittensor',null,'1');
INSERT OR REPLACE INTO TokenEntity VALUES('apex-ai','solana','spl',6,'6rE8kJHDuskmwj1MmehvwL2i4QXdLmPTYnrxJm6Cpump');
INSERT OR REPLACE INTO TokenEntity VALUES('apex-token-2','ethereum','eip20',18,'0x52a8845df664d76c69d2eea607cd793565af42b8');
INSERT OR REPLACE INTO TokenEntity VALUES('apexit-finance','solana','spl',9,'51tMb3zBKDiQhNwGqpgwbavaGH54mk8fXFzxTc1xnasg');
INSERT OR REPLACE INTO TokenEntity VALUES('api3','ethereum','eip20',18,'0x0b38210ea11411557c13457d4da7dc6ea731b88a');
INSERT OR REPLACE INTO TokenEntity VALUES('apm-coin','ethereum','eip20',18,'0xc8c424b91d8ce0137bab4b832b7f7d154156ba6c');
INSERT OR REPLACE INTO TokenEntity VALUES('apollo','apollo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('apollox-2','binance-smart-chain','eip20',18,'0x78f5d389f5cdccfc41594abab4b0ed02f31398b3');
INSERT OR REPLACE INTO TokenEntity VALUES('appcoins','ethereum','eip20',18,'0x1a7a8bd9106f2b8d977e08582dc7d24c723ab0db');
INSERT OR REPLACE INTO TokenEntity VALUES('appics','appics','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('apraemio','binance-smart-chain','eip20',18,'0x0c4ac8952c28e2e7fe22033c8d2f1263372d301d');
INSERT OR REPLACE INTO TokenEntity VALUES('apricot','solana','spl',6,'APTtJyaRX5yGTsJU522N4VYWg3vCvSb65eam5GrPT5Rt');
INSERT OR REPLACE INTO TokenEntity VALUES('april','binance-smart-chain','eip20',18,'0xbfea674ce7d16e26e39e3c088810367a708ef94c');
INSERT OR REPLACE INTO TokenEntity VALUES('apron','ethereum','eip20',18,'0xd4342a57ecf2fe7ffa37c33cb8f63b1500e575e6');
INSERT OR REPLACE INTO TokenEntity VALUES('aptos','aptos','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('aptos-bridged-wbtc-aptos','aptos','aptos',8,'0x68844a0d7f2587e726ad0579f3d640865bb4162c08a4589eeda3f9689ec52a3d');
INSERT OR REPLACE INTO TokenEntity VALUES('apu-s-club','ethereum','eip20',18,'0x594daad7d77592a2b97b725a7ad59d7e188b5bfa');
INSERT OR REPLACE INTO TokenEntity VALUES('apwine','polygon-pos','eip20',18,'0x6c0ab120dbd11ba701aff6748568311668f63fe0');
INSERT OR REPLACE INTO TokenEntity VALUES('apwine','ethereum','eip20',18,'0x4104b135dbc9609fc1a9490e61369036497660c8');
INSERT OR REPLACE INTO TokenEntity VALUES('apy-finance','ethereum','eip20',18,'0x95a4492f028aa1fd432ea71146b433e7b4446611');
INSERT OR REPLACE INTO TokenEntity VALUES('apy-vision','ethereum','eip20',18,'0xf406f7a9046793267bc276908778b29563323996');
INSERT OR REPLACE INTO TokenEntity VALUES('apy-vision','polygon-pos','eip20',18,'0x034b2090b579228482520c589dbd397c53fc51cc');
INSERT OR REPLACE INTO TokenEntity VALUES('apyswap','ethereum','eip20',18,'0xf7413489c474ca4399eee604716c72879eea3615');
INSERT OR REPLACE INTO TokenEntity VALUES('apyswap','solana','spl',9,'5JnZ667P3VcjDinkJFysWh2K2KtViy63FZ3oL5YghEhW');
INSERT OR REPLACE INTO TokenEntity VALUES('aqua-goat','binance-smart-chain','eip20',9,'0x1606940bb5cd6de59a7e25367f4fb8965f38f122');
INSERT OR REPLACE INTO TokenEntity VALUES('aquarius','stellar','stellar',7,'AQUA-GBNZILSTVQZ4R7IKQDGHYGY2QXL5QOFJYQMXPKWRRM5PAV7Y4M67AQUA');
INSERT OR REPLACE INTO TokenEntity VALUES('ara','base','eip20',18,'0x111123ea4cee28cf010703593a8a2a3bbb91756c');
INSERT OR REPLACE INTO TokenEntity VALUES('ara-token','ethereum','eip20',18,'0xa92e7c82b11d10716ab534051b271d2f6aef7df5');
INSERT OR REPLACE INTO TokenEntity VALUES('arabic','binance-smart-chain','eip20',18,'0x4823a096382f4fa583b55d563afb9f9a58c72fc0');
INSERT OR REPLACE INTO TokenEntity VALUES('aragon','ethereum','eip20',18,'0xa117000000f279d81a1d3cc75430faa017fa5a2e');
INSERT OR REPLACE INTO TokenEntity VALUES('arai','binance-smart-chain','eip20',18,'0x01bf3d77cd08b19bf3f2309972123a2cca0f6936');
INSERT OR REPLACE INTO TokenEntity VALUES('araistotle','base','eip20',18,'0xfac77f01957ed1b3dd1cbea992199b8f85b6e886');
INSERT OR REPLACE INTO TokenEntity VALUES('araracoin','binance-smart-chain','eip20',18,'0xda05ca5303d75f14e298fb8aeff51fd2f2105803');
INSERT OR REPLACE INTO TokenEntity VALUES('arbdoge-ai','arbitrum-one','eip20',6,'0x09e18590e8f76b6cf471b3cd75fe1a1a9d2b2c2b');
INSERT OR REPLACE INTO TokenEntity VALUES('arbidoge','arbitrum-one','eip20',18,'0x155f0dd04424939368972f4e1838687d6a831151');
INSERT OR REPLACE INTO TokenEntity VALUES('arbinyan','arbitrum-one','eip20',18,'0xed3fb761414da74b74f33e5c5a1f78104b188dfc');
INSERT OR REPLACE INTO TokenEntity VALUES('arbitrum','arbitrum-one','eip20',18,'0x912ce59144191c1204e64559fe8253a0e49e6548');
INSERT OR REPLACE INTO TokenEntity VALUES('arbitrum','ethereum','eip20',18,'0xb50721bcf8d664c30412cfbc6cf7a15145234ad1');
INSERT OR REPLACE INTO TokenEntity VALUES('arbitrum-bridged-usdt-arbitrum','arbitrum-one','eip20',6,'0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9');
INSERT OR REPLACE INTO TokenEntity VALUES('arbitrum-bridged-wbtc-arbitrum-one','arbitrum-one','eip20',8,'0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f');
INSERT OR REPLACE INTO TokenEntity VALUES('arbitrum-bridged-weth-arbitrum-one','arbitrum-one','eip20',18,'0x82af49447d8a07e3bd95bd0d56f35241523fbab1');
INSERT OR REPLACE INTO TokenEntity VALUES('arbitrum-bridged-wrapped-eeth','arbitrum-one','eip20',18,'0x35751007a407ca6feffe80b3cb397736d2cf4dbe');
INSERT OR REPLACE INTO TokenEntity VALUES('arbius','arbitrum-one','eip20',18,'0x4a24b101728e07a52053c13fb4db2bcf490cabc3');
INSERT OR REPLACE INTO TokenEntity VALUES('arbius','ethereum','eip20',18,'0x8afe4055ebc86bd2afb3940c0095c9aca511d852');
INSERT OR REPLACE INTO TokenEntity VALUES('arbus','base','eip20',18,'0xbdc27118ca76b375c6887b0ff068afb03dfc21a0');
INSERT OR REPLACE INTO TokenEntity VALUES('arc','ethereum','eip20',18,'0xc82e3db60a52cf7529253b4ec688f631aad9e7c2');
INSERT OR REPLACE INTO TokenEntity VALUES('arcadia','base','eip20',18,'0xaaa843fb2916c0b57454270418e121c626402aaa');
INSERT OR REPLACE INTO TokenEntity VALUES('arcana-token','ethereum','eip20',18,'0x5027fc44a7ba114b8f494b1e4970900c6652fedf');
INSERT OR REPLACE INTO TokenEntity VALUES('arcblock','ethereum','eip20',18,'0xb98d4c97425d9908e66e53a6fdf673acca0be986');
INSERT OR REPLACE INTO TokenEntity VALUES('archethic','ethereum','eip20',8,'0x1a688d3d294ee7bcc1f59011de93d608dc21c377');
INSERT OR REPLACE INTO TokenEntity VALUES('archethic','polygon-pos','eip20',8,'0xaa53b93608c88ee55fad8db4c504fa20e52642ad');
INSERT OR REPLACE INTO TokenEntity VALUES('archethic','binance-smart-chain','eip20',8,'0xf1e5bbd997501a8439619266a09a54b2b499eaa3');
INSERT OR REPLACE INTO TokenEntity VALUES('archway','osmosis','osmosis',18,'ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85');
INSERT OR REPLACE INTO TokenEntity VALUES('arcona','ethereum','eip20',18,'0x0f71b8de197a1c84d31de0f1fa7926c365f052b3');
INSERT OR REPLACE INTO TokenEntity VALUES('arcona','binance-smart-chain','eip20',18,'0x8fc4532be3003fb5a3a2f9afc7e95b3bfbd5faab');
INSERT OR REPLACE INTO TokenEntity VALUES('arcs','ethereum','eip20',18,'0x7d8daff6d70cead12c6f077048552cf89130a2b1');
INSERT OR REPLACE INTO TokenEntity VALUES('ardana','cardano','cardano',null,'asset1cwf8cjzvmsjydlsawx3lgujmrwdl2uz8exclkl');
INSERT OR REPLACE INTO TokenEntity VALUES('ardor','ardor','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('are-ya-winning-son','solana','spl',9,'AdxNrCntq6YkYC2qVffF2Fw7WC1UatKhV8J6G4ekgNx3');
INSERT OR REPLACE INTO TokenEntity VALUES('arena-token','binance-smart-chain','eip20',18,'0x2a17dc11a1828725cdb318e0036acf12727d27a2');
INSERT OR REPLACE INTO TokenEntity VALUES('arena-z','ethereum','eip20',18,'0x08dcb9b5989fb09ef80e85567ec1f49577a70d29');
INSERT OR REPLACE INTO TokenEntity VALUES('areon-network','binance-smart-chain','eip20',18,'0x3cb26f04223e948b8d810a7bd170620afbd42e67');
INSERT OR REPLACE INTO TokenEntity VALUES('ares-protocol','binance-smart-chain','eip20',18,'0xf9752a6e8a5e5f5e6eb3ab4e7d8492460fb319f0');
INSERT OR REPLACE INTO TokenEntity VALUES('ares-protocol','ethereum','eip20',18,'0x358aa737e033f34df7c54306960a38d09aabd523');
INSERT OR REPLACE INTO TokenEntity VALUES('argentine-football-association-fan-token','chiliz','chiliz',null,'0x9e10469cd2cd93836e19484a9ca1ef5addc43e0f');
INSERT OR REPLACE INTO TokenEntity VALUES('argo','ethereum','eip20',18,'0x28cca76f6e8ec81e4550ecd761f899110b060e97');
INSERT OR REPLACE INTO TokenEntity VALUES('argo-3','solana','spl',null,'Argoo945JjG9oyt5hgsrdtwbG3S4ATXQy4tTdYMzsV1m');
INSERT OR REPLACE INTO TokenEntity VALUES('argon','binance-smart-chain','eip20',18,'0x851f7a700c5d67db59612b871338a85526752c25');
INSERT OR REPLACE INTO TokenEntity VALUES('ari10','binance-smart-chain','eip20',18,'0x80262f604acac839724f66846f290a2cc8b48662');
INSERT OR REPLACE INTO TokenEntity VALUES('aria-ai','binance-smart-chain','eip20',18,'0x5d3a12c42e5372b2cc3264ab3cdcf660a1555238');
INSERT OR REPLACE INTO TokenEntity VALUES('arianee','ethereum','eip20',18,'0xedf6568618a00c6f0908bf7758a16f76b6e04af9');
INSERT OR REPLACE INTO TokenEntity VALUES('arianee','polygon-pos','eip20',18,'0x46f48fbdedaa6f5500993bede9539ef85f4bee8e');
INSERT OR REPLACE INTO TokenEntity VALUES('ariva','binance-smart-chain','eip20',8,'0x6679eb24f59dfe111864aec72b443d1da666b360');
INSERT OR REPLACE INTO TokenEntity VALUES('arix','binance-smart-chain','eip20',18,'0x4db2495afad4c0e481ffc40fdaf66e13a786b619');
INSERT OR REPLACE INTO TokenEntity VALUES('ark','ark','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ark-3','binance-smart-chain','eip20',18,'0xcae117ca6bc8a341d2e7207f30e180f0e5618b9d');
INSERT OR REPLACE INTO TokenEntity VALUES('ark-of-panda','binance-smart-chain','eip20',18,'0xd5df4d260d7a0145f655bcbf3b398076f21016c7');
INSERT OR REPLACE INTO TokenEntity VALUES('arker-2','binance-smart-chain','eip20',18,'0x9c67638c4fa06fd47fb8900fc7f932f7eab589de');
INSERT OR REPLACE INTO TokenEntity VALUES('arkham','ethereum','eip20',18,'0x6e2a43be0b1d33b726f0ca3b8de60b3482b8b050');
INSERT OR REPLACE INTO TokenEntity VALUES('arkreen-token','polygon-pos','eip20',18,'0xe9c21de62c5c5d0ceacce2762bf655afdceb7ab3');
INSERT OR REPLACE INTO TokenEntity VALUES('armor','ethereum','eip20',18,'0x1337def16f9b486faed0293eb623dc8395dfe46a');
INSERT OR REPLACE INTO TokenEntity VALUES('army-3','xrp','xrp',6,'rGG3wQ4kUzd7Jnmk1n5NWPZjjut62kCBfC');
INSERT OR REPLACE INTO TokenEntity VALUES('arok-vc','solana','spl',6,'Cwe5k2iEy8dt7vCGY93GBrqQS4FWyac6pQjvjLcPD6qp');
INSERT OR REPLACE INTO TokenEntity VALUES('arpa','ethereum','eip20',18,'0xba50933c268f567bdc86e1ac131be072c6b0b71a');
INSERT OR REPLACE INTO TokenEntity VALUES('arpa','binance-smart-chain','eip20',18,'0x6f769e65c14ebd1f68817f5f1dcdb61cfa2d6f7e');
INSERT OR REPLACE INTO TokenEntity VALUES('arpa','polygon-pos','eip20',18,'0xee800b277a96b0f490a1a732e1d6395fad960a26');
INSERT OR REPLACE INTO TokenEntity VALUES('arqma','arqma','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('arsenal-fan-token','chiliz','chiliz',null,'0x09f9f796a05d94a302cf7ec4d19fa889575ff188');
INSERT OR REPLACE INTO TokenEntity VALUES('artbyte','artbyte','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('artemis','harmony-shard-0','harmony-shard-0',null,'0xd74433b187cf0ba998ad9be3486b929c76815215');
INSERT OR REPLACE INTO TokenEntity VALUES('artery','artery','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('arth','polygon-pos','eip20',18,'0xe52509181feb30eb4979e29ec70d50fd5c44d590');
INSERT OR REPLACE INTO TokenEntity VALUES('arth','ethereum','eip20',18,'0x8cc0f052fff7ead7f2edcccac895502e884a8a71');
INSERT OR REPLACE INTO TokenEntity VALUES('artificial-intelligence','binance-smart-chain','eip20',9,'0x4c403b1879aa6a79ba9c599a393ccc5d9fd2e788');
INSERT OR REPLACE INTO TokenEntity VALUES('artrade','solana','spl',9,'ATRLuHph8dxnPny4WSNW7fxkhbeivBrtWbY6BfB4xpLj');
INSERT OR REPLACE INTO TokenEntity VALUES('artx','ethereum','eip20',18,'0x741b0428efdf4372a8df6fb54b018db5e5ab7710');
INSERT OR REPLACE INTO TokenEntity VALUES('artyfact','binance-smart-chain','eip20',6,'0x617cab4aaae1f8dfb3ee138698330776a1e1b324');
INSERT OR REPLACE INTO TokenEntity VALUES('arweave','arweave','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('arxiv','solana','spl',6,'7rJp1KhptfCXd6K46bQzaGRYYUboyPE1u6fzEYBKffZB');
INSERT OR REPLACE INTO TokenEntity VALUES('as-monaco-fan-token','chiliz','chiliz',0,'0x371863096cf5685cd37ae00c28de10b6edbab3fe');
INSERT OR REPLACE INTO TokenEntity VALUES('as-roma-fan-token','chiliz','chiliz',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('asd','ethereum','eip20',18,'0xff742d05420b6aca4481f635ad8341f81a6300c2');
INSERT OR REPLACE INTO TokenEntity VALUES('ash','ethereum','eip20',18,'0x64d91f12ece7362f91a6f8e7940cd55f05060b92');
INSERT OR REPLACE INTO TokenEntity VALUES('asia-coin','polygon-pos','eip20',18,'0x50bcbc40306230713239ae1bddd5eefeeaa273dc');
INSERT OR REPLACE INTO TokenEntity VALUES('asia-coin','binance-smart-chain','eip20',18,'0xebaffc2d2ea7c66fb848c48124b753f93a0a90ec');
INSERT OR REPLACE INTO TokenEntity VALUES('asia-coin','ethereum','eip20',18,'0xf519381791c03dd7666c142d4e49fd94d3536011');
INSERT OR REPLACE INTO TokenEntity VALUES('ask-splat','solana','spl',9,'4Uf883orBx89VQZiV4EoRpNqUWYN5ZuEvC4PCpQ9moon');
INSERT OR REPLACE INTO TokenEntity VALUES('askjimmy','solana','spl',9,'DgkKrQ1ErdRNjT2yTcAdEBa92JjFx75yxi4owArQarc');
INSERT OR REPLACE INTO TokenEntity VALUES('asmatch','manta-pacific','manta-pacific',18,'0xcd5d6de3fdbce1895f0dac13a065673599ed6806');
INSERT OR REPLACE INTO TokenEntity VALUES('aspecta','binance-smart-chain','eip20',18,'0xad8c787992428cd158e451aab109f724b6bc36de');
INSERT OR REPLACE INTO TokenEntity VALUES('aspo-world','binance-smart-chain','eip20',18,'0x1a9b49e9f075c37fe5f86c916bac9deb33556d7e');
INSERT OR REPLACE INTO TokenEntity VALUES('assai','solana','spl',9,'12XbSPVc5hmWjKUzf5ExTysM2pEL3tM953YkMXmLWkGd');
INSERT OR REPLACE INTO TokenEntity VALUES('assdaq','solana','spl',6,'7Tx8qTXSakpfaSFjdztPGQ9n2uyT1eUkYz7gYxxopump');
INSERT OR REPLACE INTO TokenEntity VALUES('assemble-protocol','ethereum','eip20',18,'0x2565ae0385659badcada1031db704442e1b69982');
INSERT OR REPLACE INTO TokenEntity VALUES('assimilate','base','eip20',18,'0x749e5334752466cda899b302ed4176b8573dc877');
INSERT OR REPLACE INTO TokenEntity VALUES('assisterr-ai','binance-smart-chain','eip20',9,'0xf7626c7ff7b778aaf187d508d056a9398d9545d1');
INSERT OR REPLACE INTO TokenEntity VALUES('assisterr-ai','solana','spl',9,'ASRRjA1R4RHVk5H9QKKm1jaQqMkxvv6nh5EypPrvwmxQ');
INSERT OR REPLACE INTO TokenEntity VALUES('astar','astar','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('aster','ethereum','eip20',18,'0x0eb3032bcac2be1fa95e296442f225edb80fc3cd');
INSERT OR REPLACE INTO TokenEntity VALUES('aster-2','binance-smart-chain','eip20',18,'0x000ae314e2a2172a039b26378814c252734f556a');
INSERT OR REPLACE INTO TokenEntity VALUES('aster-inu','binance-smart-chain','eip20',18,'0x9f6c24232f1bba6ef47bcb81b9b9434acdb94444');
INSERT OR REPLACE INTO TokenEntity VALUES('astera-usd','linea','linea',18,'0xa500000000e482752f032ea387390b6025a2377b');
INSERT OR REPLACE INTO TokenEntity VALUES('astherus-staked-bnb','binance-smart-chain','eip20',18,'0x77734e70b6e88b4d82fe632a168edf6e700912b6');
INSERT OR REPLACE INTO TokenEntity VALUES('astherus-staked-usdf','binance-smart-chain','eip20',18,'0x917af46b3c3c6e1bb7286b9f59637fb7c65851fb');
INSERT OR REPLACE INTO TokenEntity VALUES('astherus-usdf','binance-smart-chain','eip20',18,'0x5a110fc00474038f6c02e89c707d638602ea44b5');
INSERT OR REPLACE INTO TokenEntity VALUES('aston-martin-cognizant-fan-token','chiliz','chiliz',null,'0x852312667b68a5d59d78dde123b1e0c78a8ee959');
INSERT OR REPLACE INTO TokenEntity VALUES('aston-villa-fan-token','chiliz','chiliz',null,'0x27c4b6281f50ec34a5b089bb5d80df557a3dbcf3');
INSERT OR REPLACE INTO TokenEntity VALUES('astraai','ethereum','eip20',18,'0x0aa8a7d1fb4c64b3b1dcea9a7ade81c59c25b95b');
INSERT OR REPLACE INTO TokenEntity VALUES('astrafer','polygon-pos','eip20',18,'0xdfce1e99a31c4597a3f8a8945cbfa9037655e335');
INSERT OR REPLACE INTO TokenEntity VALUES('astroelon','ethereum','eip20',9,'0x97b65710d03e12775189f0d113202cc1443b0aa2');
INSERT OR REPLACE INTO TokenEntity VALUES('astropepex','solana','spl',8,'8GQa5N9HJT5tW6vg3umYG5us1xHmiU948LfDihg2f8Vf');
INSERT OR REPLACE INTO TokenEntity VALUES('astropepex','base','eip20',18,'0xcacf1ca03983ce6c7e235fb20c70acc70ed13509');
INSERT OR REPLACE INTO TokenEntity VALUES('astropepex','ethereum','eip20',18,'0xed4e879087ebd0e8a77d66870012b5e0dffd0fa4');
INSERT OR REPLACE INTO TokenEntity VALUES('astroport','terra','terra',null,'terra1xj49zyqrwpv5k928jwfpfy2ha668nwdgkwlrg3');
INSERT OR REPLACE INTO TokenEntity VALUES('astroport-fi','terra-2','terra-2',null,'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26');
INSERT OR REPLACE INTO TokenEntity VALUES('astroswap','velas','velas',null,'0x72eb7ca07399ec402c5b7aa6a65752b6a1dc0c27');
INSERT OR REPLACE INTO TokenEntity VALUES('astroswap','binance-smart-chain','eip20',18,'0x72eb7ca07399ec402c5b7aa6a65752b6a1dc0c27');
INSERT OR REPLACE INTO TokenEntity VALUES('astrotools','ethereum','eip20',18,'0xcbd55d4ffc43467142761a764763652b48b969ff');
INSERT OR REPLACE INTO TokenEntity VALUES('asyagro','ethereum','eip20',18,'0x017b584acfd16d767541ae9e80cdc702f4527b0b');
INSERT OR REPLACE INTO TokenEntity VALUES('asyagro','binance-smart-chain','eip20',18,'0xc0cc1e5761ba5786916fd055562551798e50d573');
INSERT OR REPLACE INTO TokenEntity VALUES('asym','solana','spl',null,'DNMTk67urDBxEEVRx9HjVzCVu8en4Kgg5HfZy3E6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('asymmetry-finance','ethereum','eip20',18,'0x59a529070fbb61e6d6c91f952ccb7f35c34cf8aa');
INSERT OR REPLACE INTO TokenEntity VALUES('asymmetry-usdaf-2','ethereum','eip20',18,'0x9cf12ccd6020b6888e4d4c4e4c7aca33c1eb91f8');
INSERT OR REPLACE INTO TokenEntity VALUES('atari','polygon-pos','eip20',0,'0xb140665dde25c644c6b418e417c930de8a8a6ac9');
INSERT OR REPLACE INTO TokenEntity VALUES('atari','fantom','eip20',0,'0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b');
INSERT OR REPLACE INTO TokenEntity VALUES('atari','binance-smart-chain','eip20',0,'0xc0c6e4c6e70c6231b20979bda581a66f062a7967');
INSERT OR REPLACE INTO TokenEntity VALUES('atari','ethereum','eip20',0,'0xdacd69347de42babfaecd09dc88958378780fb62');
INSERT OR REPLACE INTO TokenEntity VALUES('athenadao-token','base','eip20',18,'0x58d75a1c4477914f9a98a8708feaed1dbe40b8a3');
INSERT OR REPLACE INTO TokenEntity VALUES('athenadao-token','ethereum','eip20',18,'0xa4ffdf3208f46898ce063e25c1c43056fa754739');
INSERT OR REPLACE INTO TokenEntity VALUES('atheneum','atheneum','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('atlas-dex','solana','spl',9,'HJbNXx2YMRxgfUJ6K4qeWtjatMK5KYQT1QnsCdDWywNv');
INSERT OR REPLACE INTO TokenEntity VALUES('atlas-protocol','atlas-protocol','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('atletico-madrid','chiliz','chiliz',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('attention','sui','sui',6,'0x0ef38abcdaaafedd1e2d88929068a3f65b59bf7ee07d7e8f573c71df02d27522::attn::ATTN');
INSERT OR REPLACE INTO TokenEntity VALUES('attila','ethereum','eip20',18,'0x89fb927240750c1b15d4743cd58440fc5f14a11c');
INSERT OR REPLACE INTO TokenEntity VALUES('au79','solana','spl',9,'AT13ipG8K4HDyEJm3H1ZVQV2Bw8sihewoLQReSMsYo3o');
INSERT OR REPLACE INTO TokenEntity VALUES('aubrai-by-bio','base','eip20',18,'0x9d56c29e820dd13b0580b185d0e0dc301d27581d');
INSERT OR REPLACE INTO TokenEntity VALUES('auction','ethereum','eip20',18,'0xa9b1eb5908cfc3cdf91f9b8b3a74108598009096');
INSERT OR REPLACE INTO TokenEntity VALUES('auctus','binance-smart-chain','eip20',18,'0x3028b4395f98777123c7da327010c40f3c7cc4ef');
INSERT OR REPLACE INTO TokenEntity VALUES('auctus','ethereum','eip20',18,'0xc12d099be31567add4e4e4d0d45691c3f58f5663');
INSERT OR REPLACE INTO TokenEntity VALUES('auctus','arbitrum-one','eip20',18,'0xea986d33ef8a20a96120ecc44dbdd49830192043');
INSERT OR REPLACE INTO TokenEntity VALUES('audius','ethereum','eip20',18,'0x18aaa7115705e8be94bffebde57af9bfc265b998');
INSERT OR REPLACE INTO TokenEntity VALUES('augur','ethereum','eip20',18,'0x221657776846890989a759ba2973e427dff5c9bb');
INSERT OR REPLACE INTO TokenEntity VALUES('augury-finance','polygon-pos','eip20',18,'0x76e63a3e7ba1e2e61d3da86a87479f983de89a7e');
INSERT OR REPLACE INTO TokenEntity VALUES('auki-labs','base','eip20',18,'0xf9569cfb8fd265e91aa478d86ae8c78b8af55df4');
INSERT OR REPLACE INTO TokenEntity VALUES('aura-2','base','eip20',18,'0x4381bc7d5640bf514a508e2732ec522c650c414c');
INSERT OR REPLACE INTO TokenEntity VALUES('aura-finance','ethereum','eip20',18,'0xc0c293ce456ff0ed870add98a0828dd4d2903dbf');
INSERT OR REPLACE INTO TokenEntity VALUES('aura-on-sol','solana','spl',6,'DtR4D9FtVoTX2569gaL837ZgrB6wNjj6tkmnX9Rdk9B2');
INSERT OR REPLACE INTO TokenEntity VALUES('aureus-nummus-gold','ethereum','eip20',18,'0x130914e1b240a7f4c5d460b7d3a2fd3846b576fa');
INSERT OR REPLACE INTO TokenEntity VALUES('aurix','ethereum','eip20',18,'0x6e98e5401adcb0d76f4debfc3d794b3031f48790');
INSERT OR REPLACE INTO TokenEntity VALUES('aurora-dao','ethereum','eip20',18,'0xb705268213d593b8fd88d3fdeff93aff5cbdcfae');
INSERT OR REPLACE INTO TokenEntity VALUES('aurora-dao','sora','sora',null,'0x006cfd2fb06c15cd2c464d1830c0d247e32f36f34233a6a266d6581ea5677582');
INSERT OR REPLACE INTO TokenEntity VALUES('aurora-near','aurora','aurora',null,'0x8bec47865ade3b172a928df8f990bc7f2a3b9f79');
INSERT OR REPLACE INTO TokenEntity VALUES('aurora-near','ethereum','eip20',18,'0xaaaaaa20d9e0e2461697782ef11675f668207961');
INSERT OR REPLACE INTO TokenEntity VALUES('auroracoin','auroracoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('aurory','solana','spl',9,'AURYydfxJib1ZkTir1Jn1J9ECYUtjb6rKQVmtYaixWPP');
INSERT OR REPLACE INTO TokenEntity VALUES('austin-capitals','binance-smart-chain','eip20',18,'0xeee352f77f28d31601eb20d3de09d7729ca2dc79');
INSERT OR REPLACE INTO TokenEntity VALUES('australian-safe-shepherd','binance-smart-chain','eip20',9,'0x7c63f96feafacd84e75a594c00fac3693386fbf0');
INSERT OR REPLACE INTO TokenEntity VALUES('auto','polygon-pos','eip20',18,'0x7f426f6dc648e50464a0392e60e1bb465a67e9cf');
INSERT OR REPLACE INTO TokenEntity VALUES('auto','binance-smart-chain','eip20',18,'0xa184088a740c695e156f91f5cc086a06bb78b827');
INSERT OR REPLACE INTO TokenEntity VALUES('autocrypto','binance-smart-chain','eip20',18,'0x8ea2f890cb86dfb0e376137451c6fd982afefc15');
INSERT OR REPLACE INTO TokenEntity VALUES('automata','polygon-pos','eip20',18,'0x0df0f72ee0e5c9b7ca761ecec42754992b2da5bf');
INSERT OR REPLACE INTO TokenEntity VALUES('automata','ethereum','eip20',18,'0xa2120b9e674d3fc3875f415a7df52e382f141225');
INSERT OR REPLACE INTO TokenEntity VALUES('automata','binance-smart-chain','eip20',18,'0xa2120b9e674d3fc3875f415a7df52e382f141225');
INSERT OR REPLACE INTO TokenEntity VALUES('autonio','polygon-pos','eip20',4,'0xad684e79ce4b6d464f2ff7c3fd51646892e24b96');
INSERT OR REPLACE INTO TokenEntity VALUES('autonio','ethereum','eip20',4,'0xc813ea5e3b48bebeedb796ab42a30c5599b01740');
INSERT OR REPLACE INTO TokenEntity VALUES('autonolas','ethereum','eip20',18,'0x0001a500a6b18995b03f44bb040a5ffc28e45cb0');
INSERT OR REPLACE INTO TokenEntity VALUES('autonolas','xdai','xdai',18,'0xce11e14225575945b8e6dc0d4f2dd4c570f79d9f');
INSERT OR REPLACE INTO TokenEntity VALUES('autonomi','arbitrum-one','eip20',18,'0xa78d8321b20c4ef90ecd72f2588aa985a4bdb684');
INSERT OR REPLACE INTO TokenEntity VALUES('autonomous-virtual-beings','solana','spl',6,'6d5zHW5B8RkGKd51Lpb9RqFQSqDudr9GJgZ1SgQZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('autoshark','binance-smart-chain','eip20',18,'0xdd97ab35e3c0820215bc85a395e13671d84ccba2');
INSERT OR REPLACE INTO TokenEntity VALUES('ava-ai','solana','spl',6,'DKu9kykSfbN5LBfFXtNNDPaX35o4Fv6vJ9FKk7pZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('avail','ethereum','eip20',18,'0xeeb4d8400aeefafc1b2953e0094134a887c76bd8');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','harmony-shard-0','harmony-shard-0',null,'one14tvk6p8spdcch8k58cuahrnnmesua79he3xzld');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','moonbeam','moonbeam',null,'0x4792c1ecb969b036eb51330c63bd27899a13d84e');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','moonriver','moonriver',null,'0x14a0243c333a5b238143068dc3a7323ba4c30ecb');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','polygon-pos','eip20',18,'0x2c89bbc92bd86f8075d1decc58c7f4e0107f286b');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','avalanche','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','defi-kingdoms-blockchain','defi-kingdoms-blockchain',null,'0xb57b60debdb0b8172bb6316a9164bd3c695f133a');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','solana','spl',8,'7JnHPPJBBKSTJ7iEmsiGSBcPJgbcKw28uCRXtQgimncp');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-2','milkomeda-cardano','milkomeda-cardano',null,'0x65e66a61d0a8f1e686c2d6083ad611a10d84d97a');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-bridged-dai-avalanche','avalanche','eip20',18,'0xd586e7f844cea2f87f50152665bcbc2c279d8d70');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-bridged-gho-avalanche','avalanche','eip20',18,'0xfc421ad3c883bf9e7c4f42de845c4e4405799e73');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-bridged-wbtc-avalanche','avalanche','eip20',8,'0x0555e30da8f98308edb960aa94c0db47230d2b9c');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-bridged-weth-avalanche','avalanche','eip20',18,'0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab');
INSERT OR REPLACE INTO TokenEntity VALUES('avalanche-old-bridged-wbtc-avalanche','avalanche','eip20',8,'0x50b7545627a5162f82a992c33b87adc75187b218');
INSERT OR REPLACE INTO TokenEntity VALUES('avalaunch','avalanche','eip20',18,'0xd1c3f94de7e5b45fa4edbba472491a9f4b166fc4');
INSERT OR REPLACE INTO TokenEntity VALUES('avalon-2','ethereum','eip20',18,'0x5c8d0c48810fd37a0a824d074ee290e64f7a8fa2');
INSERT OR REPLACE INTO TokenEntity VALUES('avalon-2','binance-smart-chain','eip20',18,'0x9beee89723ceec27d7c2834bec6834208ffdc202');
INSERT OR REPLACE INTO TokenEntity VALUES('avant-staked-usd','avalanche','eip20',18,'0x06d47f3fb376649c3a9dafe069b3d6e35572219e');
INSERT OR REPLACE INTO TokenEntity VALUES('avant-usd','avalanche','eip20',18,'0x24de8771bc5ddb3362db529fc3358f2df3a0e346');
INSERT OR REPLACE INTO TokenEntity VALUES('avantis','base','eip20',18,'0x696f9436b67233384889472cd7cd58a6fb5df4f1');
INSERT OR REPLACE INTO TokenEntity VALUES('avaocado-dao','binance-smart-chain','eip20',18,'0xa41f142b6eb2b164f8164cae0716892ce02f311f');
INSERT OR REPLACE INTO TokenEntity VALUES('avaocado-dao','ethereum','eip20',18,'0xa41f142b6eb2b164f8164cae0716892ce02f311f');
INSERT OR REPLACE INTO TokenEntity VALUES('avarik-saga','arbitrum-one','eip20',18,'0xa71e2738704e367798baa2755af5a10499634953');
INSERT OR REPLACE INTO TokenEntity VALUES('avarik-saga','ethereum','eip20',18,'0x607f451f850cb612a07b37b6315be23f55165610');
INSERT OR REPLACE INTO TokenEntity VALUES('avax-has-no-chill','avalanche','eip20',18,'0xacfb898cff266e53278cc0124fc2c7c94c8cb9a5');
INSERT OR REPLACE INTO TokenEntity VALUES('avaxtars','avalanche','eip20',6,'0x397bbd6a0e41bdf4c3f971731e180db8ad06ebc1');
INSERT OR REPLACE INTO TokenEntity VALUES('avc','binance-smart-chain','eip20',18,'0xd34984d7bff492dc3b2336eabd1758ce16ddfc2d');
INSERT OR REPLACE INTO TokenEntity VALUES('aventis-ai','binance-smart-chain','eip20',18,'0xed19b2b301e8a4e18c5dca374a27e7d209ba02c9');
INSERT OR REPLACE INTO TokenEntity VALUES('aventus','ethereum','eip20',18,'0x0d88ed6e74bbfd96b831231638b66c05571e824f');
INSERT OR REPLACE INTO TokenEntity VALUES('avinoc','ethereum','eip20',18,'0xf1ca9cb74685755965c7458528a36934df52a3ef');
INSERT OR REPLACE INTO TokenEntity VALUES('avo','solana','spl',9,'GdZ9rwHyKcriLdbSzhtEFLe5MLs7Vk6AY1aE5ei7nsmP');
INSERT OR REPLACE INTO TokenEntity VALUES('awoke-2','solana','spl',6,'ovutZfkUMXRBEH4hAXJE42j2GK3Az9ZjTdbG5taWoKe');
INSERT OR REPLACE INTO TokenEntity VALUES('axe','axe','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('axel','axel','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('axelar','moonbeam','moonbeam',null,'0x467719ad09025fcc6cf6f8311755809d45a5e5f3');
INSERT OR REPLACE INTO TokenEntity VALUES('axelar','osmosis','osmosis',null,'ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E');
INSERT OR REPLACE INTO TokenEntity VALUES('axelar','fantom','eip20',6,'0x8b1f4432f943c465a973fedc6d7aa50fc96f1f65');
INSERT OR REPLACE INTO TokenEntity VALUES('axelar','avalanche','eip20',6,'0x44c784266cf024a60e8acf2427b9857ace194c5d');
INSERT OR REPLACE INTO TokenEntity VALUES('axelar','binance-smart-chain','eip20',6,'0x8b1f4432f943c465a973fedc6d7aa50fc96f1f65');
INSERT OR REPLACE INTO TokenEntity VALUES('axelar','polygon-pos','eip20',6,'0x6e4e624106cb12e168e6533f8ec7c82263358940');
INSERT OR REPLACE INTO TokenEntity VALUES('axelar','ethereum','eip20',6,'0x467719ad09025fcc6cf6f8311755809d45a5e5f3');
INSERT OR REPLACE INTO TokenEntity VALUES('axelrod-by-virtuals','base','eip20',18,'0x58db197e91bc8cf1587f75850683e4bd0730e6bf');
INSERT OR REPLACE INTO TokenEntity VALUES('axia','polygon-pos','eip20',18,'0x49690541e3f6e933a9aa3cffee6010a7bb5b72d7');
INSERT OR REPLACE INTO TokenEntity VALUES('axia','ethereum','eip20',18,'0x793786e2dd4cc492ed366a94b88a3ff9ba5e7546');
INSERT OR REPLACE INTO TokenEntity VALUES('axial-token','avalanche','eip20',18,'0xcf8419a615c57511807236751c0af38db4ba3351');
INSERT OR REPLACE INTO TokenEntity VALUES('axie-infinity','binance-smart-chain','eip20',18,'0x715d400f88c167884bbcc41c5fea407ed4d2f8a0');
INSERT OR REPLACE INTO TokenEntity VALUES('axie-infinity','harmony-shard-0','harmony-shard-0',null,'0x14a7b318fed66ffdcc80c1517c172c13852865de');
INSERT OR REPLACE INTO TokenEntity VALUES('axie-infinity','ronin','ronin',null,'0x97a9107c1793bc407d6f527b77e7fff4d812bece');
INSERT OR REPLACE INTO TokenEntity VALUES('axie-infinity','ethereum','eip20',18,'0xbb0e17ef65f82ab018d8edd776e8dd940327b28b');
INSERT OR REPLACE INTO TokenEntity VALUES('axion','polygon-pos','eip20',18,'0x839f1a22a59eaaf26c85958712ab32f80fea23d9');
INSERT OR REPLACE INTO TokenEntity VALUES('axis-defi','ethereum','eip20',18,'0xecc0f1f860a82ab3b442382d93853c02d6384389');
INSERT OR REPLACE INTO TokenEntity VALUES('axl-inu','binance-smart-chain','eip20',18,'0x25b24b3c47918b7962b3e49c4f468367f73cc0e0');
INSERT OR REPLACE INTO TokenEntity VALUES('axl-inu','ethereum','eip20',18,'0x25b24b3c47918b7962b3e49c4f468367f73cc0e0');
INSERT OR REPLACE INTO TokenEntity VALUES('axol','sui','sui',9,'0xae00e078a46616bf6e1e6fb673d18dcd2aa31319a07c9bc92f6063363f597b4e::AXOL::AXOL');
INSERT OR REPLACE INTO TokenEntity VALUES('axondao-governance-token','ethereum','eip20',18,'0xdd66781d0e9a08d4fbb5ec7bac80b691be27f21d');
INSERT OR REPLACE INTO TokenEntity VALUES('azen','arbitrum-one','eip20',18,'0x8a23fa9ca68226a1ea9fb2df42b9e87a1728381e');
INSERT OR REPLACE INTO TokenEntity VALUES('azit','kaia','eip20',18,'0x6cef6dd9a3c4ad226b8b66effeea2c125df194f1');
INSERT OR REPLACE INTO TokenEntity VALUES('azuki','polygon-pos','eip20',18,'0x7cdc0421469398e0f3aa8890693d86c840ac8931');
INSERT OR REPLACE INTO TokenEntity VALUES('azuki','ethereum','eip20',18,'0x910524678c0b1b23ffb9285a81f99c29c11cbaed');
INSERT OR REPLACE INTO TokenEntity VALUES('azuro-protocol','ethereum','eip20',18,'0x9e6be44cc1236eef7e1f197418592d363bedcd5a');
INSERT OR REPLACE INTO TokenEntity VALUES('b-cube-ai','ethereum','eip20',18,'0x93c9175e26f57d2888c7df8b470c9eea5c0b0a93');
INSERT OR REPLACE INTO TokenEntity VALUES('b1oai','binance-smart-chain','eip20',18,'0x985bfed8248ed108c2accd3f9f09add84b005872');
INSERT OR REPLACE INTO TokenEntity VALUES('b20','ethereum','eip20',18,'0xc4de189abf94c57f396bd4c52ab13b954febefd8');
INSERT OR REPLACE INTO TokenEntity VALUES('b3','base','eip20',18,'0xb3b32f9f8827d4634fe7d973fa1034ec9fddb3b3');
INSERT OR REPLACE INTO TokenEntity VALUES('baanx','ethereum','eip20',18,'0x6b1a8f210ec6b7b6643cea3583fb0c079f367898');
INSERT OR REPLACE INTO TokenEntity VALUES('baasid','ethereum','eip20',18,'0x5d929aa919e489505ccaad8a199619c6dca0c2de');
INSERT OR REPLACE INTO TokenEntity VALUES('babb','ethereum','eip20',18,'0xf920e4f3fbef5b3ad0a25017514b769bdc4ac135');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-bali','binance-smart-chain','eip20',9,'0x16f9cc3c6f8d8006cfc0ee693cef9d76b0d44c36');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-bft','binance-smart-chain','eip20',18,'0xfb69e2d3d673a8db9fa74ffc036a8cf641255769');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-bnb','binance-smart-chain','eip20',18,'0x2d5f3b0722acd35fbb749cb936dfdd93247bbc95');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-bottle','ordinals','ordinals',2,'911892:685');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-doge-cash','binance-smart-chain','eip20',9,'0x4cda4daad72340b28925ccd6fa78db631267d3c4');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-doge-coin','binance-smart-chain','eip20',9,'0xc748673057861a797275cd8a068abb95a902e8de');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-doge-coin','ethereum','eip20',9,'0xac57de9c1a09fec648e93eb98875b212db0d460b');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-doge-inu','binance-smart-chain','eip20',9,'0x5e5c9001aa81332d405d993ffd1468751d659d1e');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-floki-coin','binance-smart-chain','eip20',9,'0x808fac147a9c02723d0be300ac4753eaf93c0e1f');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-floki-inu','binance-smart-chain','eip20',9,'0x02a9d7162bd73c2b35c5cf6cdd585e91928c850a');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-fwog','solana','spl',6,'3Bbj7eZTuMd2FrfeZ2degzckxhgB5b63crGoHLtrpump');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-grok','binance-smart-chain','eip20',9,'0x88da9901b3a02fe24e498e1ed683d2310383e295');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-grok-5','binance-smart-chain','eip20',9,'0x3303113001c51769f2753c2afb7b5a6d0535660e');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-pepe-3','ethereum','eip20',9,'0x69babe9811cc86dcfc3b8f9a14de6470dd18eda4');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-samo-coin','solana','spl',9,'Uuc6hiKT9Y6ASoqs2phonGGw2LAtecfJu9yEohppzWH');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-shark','binance-smart-chain','eip20',9,'0xcc9b175e4b88a22543c44f1cc65b73f63b0d4efe');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-shark-meme','solana','spl',6,'8nKP8Vc72pRZB6bhCy8D1UYf6ZjwYT859i6awyinpump');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-shark-tank','binance-smart-chain','eip20',9,'0x484312a0aaeae3ae36a74ff3e294246f35dddf4f');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-shark-universe','binance-smart-chain','eip20',18,'0x1aecab957bad4c6e36dd29c3d3bb470c4c29768a');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-shiba-inu','binance-smart-chain','eip20',9,'0xaecf6d1aff214fef70042740054f0f6d0caa98ab');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-solana-3','solana','spl',6,'6poxEi6sR7o8NSVY615pK7nL73drbHXa1Y5EGZFGFm8p');
INSERT OR REPLACE INTO TokenEntity VALUES('baby-wen','solana','spl',6,'7pmuGLLYdJ2mc7chZwEJAaxuWALAYqaVqbUwzzyHcA7D');
INSERT OR REPLACE INTO TokenEntity VALUES('babybonk','binance-smart-chain','eip20',9,'0xbb2826ab03b6321e170f0558804f2b6488c98775');
INSERT OR REPLACE INTO TokenEntity VALUES('babybonk-3','binance-smart-chain','eip20',9,'0x180b25beb6c84c2b3855e630d50c965425fb5de2');
INSERT OR REPLACE INTO TokenEntity VALUES('babyboomtoken','binance-smart-chain','eip20',8,'0xb208063997db51de3f0988f8a87b0aff83a6213f');
INSERT OR REPLACE INTO TokenEntity VALUES('babyfloki','ethereum','eip20',9,'0xdf35988d795d90711e785b488bb2127692e6f956');
INSERT OR REPLACE INTO TokenEntity VALUES('babylons','binance-smart-chain','eip20',18,'0xec15a508a187e8ddfe572a5423faa82bbdd65120');
INSERT OR REPLACE INTO TokenEntity VALUES('babyswap','binance-smart-chain','eip20',18,'0x53e562b9b7e5e94b81f10e96ee70ad06df3d2657');
INSERT OR REPLACE INTO TokenEntity VALUES('babyxrp','binance-smart-chain','eip20',9,'0x8beabaa4f025d00b4699d56a683758d692d17f20');
INSERT OR REPLACE INTO TokenEntity VALUES('backroom','base','eip20',18,'0x6555255b8ded3c538cb398d9e36769f45d7d3ea7');
INSERT OR REPLACE INTO TokenEntity VALUES('bacon-protocol','binance-smart-chain','eip20',18,'0xb85d4c45383acfcfd9869645275349c9c3f28edb');
INSERT OR REPLACE INTO TokenEntity VALUES('bacondao','binance-smart-chain','eip20',18,'0x0615dbba33fe61a31c7ed131bda6655ed76748b1');
INSERT OR REPLACE INTO TokenEntity VALUES('bacondao','ethereum','eip20',18,'0x34f797e7190c131cf630524655a618b5bd8738e7');
INSERT OR REPLACE INTO TokenEntity VALUES('bad-idea-ai','ethereum','eip20',18,'0x32b86b99441480a7e5bd3a26c124ec2373e3f015');
INSERT OR REPLACE INTO TokenEntity VALUES('badcatsol','solana','spl',9,'7MJuVYPNDxo3xh6U5kGVsrSxqRPaLzGNYunUUxGKY6kg');
INSERT OR REPLACE INTO TokenEntity VALUES('badger-dao','ethereum','eip20',18,'0x3472a5a71965499acd81997a54bba8d852c6e53d');
INSERT OR REPLACE INTO TokenEntity VALUES('badger-dao','harmony-shard-0','harmony-shard-0',null,'0x06b19a0ce12dc71f1c7a6dd39e8983e089c40e0d');
INSERT OR REPLACE INTO TokenEntity VALUES('badger-dao','arbitrum-one','eip20',18,'0xbfa641051ba0a0ad1b0acf549a89536a0d76472e');
INSERT OR REPLACE INTO TokenEntity VALUES('badger-dao','gnosis','eip20',18,'0xdfc20ae04ed70bd9c7d720f449eedae19f659d65');
INSERT OR REPLACE INTO TokenEntity VALUES('badger-dao','fantom','eip20',18,'0x753fbc5800a8c8e3fb6dc6415810d627a387dfc9');
INSERT OR REPLACE INTO TokenEntity VALUES('badger-sett-badger','ethereum','eip20',18,'0x19d97d8fa813ee2f51ad4b4e04ea08baf4dffc28');
INSERT OR REPLACE INTO TokenEntity VALUES('badger-sett-badger','fantom','eip20',18,'0x1f7216fdb338247512ec99715587bb97bbf96eae');
INSERT OR REPLACE INTO TokenEntity VALUES('bag','polygon-pos','eip20',18,'0x73b29199a8e4c146e893eb95f18dac41738a88c6');
INSERT OR REPLACE INTO TokenEntity VALUES('bag','ethereum','eip20',18,'0x808688c820ab080a6ff1019f03e5ec227d9b522b');
INSERT OR REPLACE INTO TokenEntity VALUES('bag','blast','blast',18,'0xb9dfcd4cf589bb8090569cb52fac1b88dbe4981f');
INSERT OR REPLACE INTO TokenEntity VALUES('bagwork','solana','spl',6,'7Pnqg1S6MYrL6AP1ZXcToTHfdBbTB77ze6Y33qBBpump');
INSERT OR REPLACE INTO TokenEntity VALUES('baked-token','aurora','aurora',null,'0x8973c9ec7b79fe880697cdbca744892682764c37');
INSERT OR REPLACE INTO TokenEntity VALUES('baked-token','polygon-pos','eip20',18,'0x32515ffdc3a84cfbf9ad4db14ef8f0a535c7afd6');
INSERT OR REPLACE INTO TokenEntity VALUES('baked-token','ethereum','eip20',18,'0xa4cb0dce4849bdcad2d553e9e68644cf40e26cce');
INSERT OR REPLACE INTO TokenEntity VALUES('bakerytoken','harmony-shard-0','harmony-shard-0',null,'0x4da9464daf2b878e32e29115e2cfd786fe84692a');
INSERT OR REPLACE INTO TokenEntity VALUES('bakerytoken','binance-smart-chain','eip20',18,'0xe02df9e3e622debdd69fb838bb799e3f168902c5');
INSERT OR REPLACE INTO TokenEntity VALUES('bakerytools','binance-smart-chain','eip20',18,'0x26d6e280f9687c463420908740ae59f712419147');
INSERT OR REPLACE INTO TokenEntity VALUES('balajis','base','eip20',18,'0xcaf75598b8b9a6e645b60d882845d361f549f5ec');
INSERT OR REPLACE INTO TokenEntity VALUES('balance','binance-smart-chain','eip20',18,'0x3dc8e2d80b6215a1bccae4d38715c3520581e77c');
INSERT OR REPLACE INTO TokenEntity VALUES('balance-tokens','icon','icon',18,'cxf61cd5a45dc9f91c15aa65831a30a90d59a09619');
INSERT OR REPLACE INTO TokenEntity VALUES('balanced-dollars','icon','icon',18,'cx88fd7df7ddff82f7cc735c871dc519838cb235bb');
INSERT OR REPLACE INTO TokenEntity VALUES('balancer','polygon-pos','eip20',18,'0x9a71012b13ca4d3d0cdc72a177df3ef03b0e76a3');
INSERT OR REPLACE INTO TokenEntity VALUES('balancer','harmony-shard-0','harmony-shard-0',null,'0xdc5f76104d0b8d2bf2c2bbe06cdfe17004e9010f');
INSERT OR REPLACE INTO TokenEntity VALUES('balancer','arbitrum-one','eip20',18,'0x040d1edc9569d4bab2d15287dc5a4f10f56a56b8');
INSERT OR REPLACE INTO TokenEntity VALUES('balancer','ethereum','eip20',18,'0xba100000625a3754423978a60c9317c58a424e3d');
INSERT OR REPLACE INTO TokenEntity VALUES('balancer','huobi-token','huobi-token',null,'0x045de15ca76e76426e8fc7cba8392a3138078d0f');
INSERT OR REPLACE INTO TokenEntity VALUES('balls-of-fate','solana','spl',6,'4yCuUMPFvaqxK71CK6SZc3wmtC2PDpDN9mcBzUkepump');
INSERT OR REPLACE INTO TokenEntity VALUES('ballswap','ethereum','eip20',18,'0xe51b8ab09008285a0380dd2680cd9dd5e13924d3');
INSERT OR REPLACE INTO TokenEntity VALUES('ballswap','binance-smart-chain','eip20',18,'0x011734f6ed20e8d011d85cf7894814b897420acf');
INSERT OR REPLACE INTO TokenEntity VALUES('balpha','ethereum','eip20',18,'0x7a5ce6abd131ea6b148a022cb76fc180ae3315a6');
INSERT OR REPLACE INTO TokenEntity VALUES('balsa-mm-fund','base','eip20',18,'0x50b95509e8fc9cda3860c2ef80308467ab6534cc');
INSERT OR REPLACE INTO TokenEntity VALUES('bamboo-coin','solana','spl',9,'5sM9xxcBTM9rWza6nEgq2cShA87JjTBx1Cu82LjgmaEg');
INSERT OR REPLACE INTO TokenEntity VALUES('bamboo-defi','ethereum','eip20',18,'0xf56842af3b56fd72d17cb103f92d027bba912e89');
INSERT OR REPLACE INTO TokenEntity VALUES('bamboo-defi','binance-smart-chain','eip20',18,'0x198abb2d13faa2e52e577d59209b5c23c20cd6b3');
INSERT OR REPLACE INTO TokenEntity VALUES('bamboo-on-base','base','eip20',18,'0x689644b86075ed61c647596862c7403e1c474dbf');
INSERT OR REPLACE INTO TokenEntity VALUES('banana','ethereum','eip20',18,'0x94e496474f1725f1c1824cb5bdb92d7691a4f03a');
INSERT OR REPLACE INTO TokenEntity VALUES('banana','polygon-pos','eip20',18,'0xbc91347e80886453f3f8bbd6d7ac07c122d87735');
INSERT OR REPLACE INTO TokenEntity VALUES('banana-for-scale-2','binance-smart-chain','eip20',18,'0x3d4f0513e8a29669b960f9dbca61861548a9a760');
INSERT OR REPLACE INTO TokenEntity VALUES('banana-gun','ethereum','eip20',18,'0x38e68a37e401f7271568cecaac63c6b1e19130b4');
INSERT OR REPLACE INTO TokenEntity VALUES('bananacat','ethereum','eip20',9,'0x0590cc9232ebf68d81f6707a119898219342ecb9');
INSERT OR REPLACE INTO TokenEntity VALUES('banano','binance-smart-chain','eip20',18,'0xe20b9e246db5a0d21bf9209e4858bc9a3ff7a034');
INSERT OR REPLACE INTO TokenEntity VALUES('banano','polygon-pos','eip20',18,'0xe20b9e246db5a0d21bf9209e4858bc9a3ff7a034');
INSERT OR REPLACE INTO TokenEntity VALUES('banano','fantom','eip20',18,'0xe20b9e246db5a0d21bf9209e4858bc9a3ff7a034');
INSERT OR REPLACE INTO TokenEntity VALUES('bancor','ethereum','eip20',18,'0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c');
INSERT OR REPLACE INTO TokenEntity VALUES('bancor-governance-token','ethereum','eip20',18,'0x48fb253446873234f2febbf9bdeaa72d9d387f94');
INSERT OR REPLACE INTO TokenEntity VALUES('band-protocol','ethereum','eip20',18,'0xba11d00c5f74255f56a5e366f4f77f5a186d7f55');
INSERT OR REPLACE INTO TokenEntity VALUES('band-protocol','fantom','eip20',18,'0x46e7628e8b4350b2716ab470ee0ba1fa9e76c6c5');
INSERT OR REPLACE INTO TokenEntity VALUES('bankera','ethereum','eip20',8,'0x7707aada3ce7722ac63b91727daf1999849f6835');
INSERT OR REPLACE INTO TokenEntity VALUES('bankercoin-2','base','eip20',18,'0x22af33fe49fd1fa80c7149773dde5890d3c76f3b');
INSERT OR REPLACE INTO TokenEntity VALUES('bankless-bed-index','ethereum','eip20',18,'0x2af1df3ab0ab157e1e2ad8f88a7d04fbea0c7dc6');
INSERT OR REPLACE INTO TokenEntity VALUES('bankless-bed-index','polygon-pos','eip20',18,'0xeeda694439c6fb56cbaa011cc849650b7273285b');
INSERT OR REPLACE INTO TokenEntity VALUES('bankless-dao','ethereum','eip20',18,'0x2d94aa3e47d9d5024503ca8491fce9a2fb4da198');
INSERT OR REPLACE INTO TokenEntity VALUES('bankless-dao','polygon-pos','eip20',18,'0xdb7cb471dd0b49b29cab4a1c14d070f27216a0ab');
INSERT OR REPLACE INTO TokenEntity VALUES('bankroll-vault','ethereum','eip20',18,'0x6b785a0322126826d8226d77e173d75dafb84d11');
INSERT OR REPLACE INTO TokenEntity VALUES('banksocial','binance-smart-chain','eip20',8,'0x0af55d5ff28a3269d69b98680fd034f115dd53ac');
INSERT OR REPLACE INTO TokenEntity VALUES('banksocial','ethereum','eip20',8,'0x0af55d5ff28a3269d69b98680fd034f115dd53ac');
INSERT OR REPLACE INTO TokenEntity VALUES('bantu','bantu','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bao-finance','ethereum','eip20',18,'0x374cb8c27130e2c9e04f44303f3c8351b9de61c1');
INSERT OR REPLACE INTO TokenEntity VALUES('barnbridge','ethereum','eip20',18,'0x0391d2021f89dc339f60fff84546ea23e337750f');
INSERT OR REPLACE INTO TokenEntity VALUES('barter','binance-smart-chain','eip20',8,'0x5e57f24415f37c7d304e85df9b4c36bc08789794');
INSERT OR REPLACE INTO TokenEntity VALUES('barter','ethereum','eip20',8,'0xf0acf8949e705e0ebb6cb42c2164b0b986454223');
INSERT OR REPLACE INTO TokenEntity VALUES('bas','binance-smart-chain','eip20',18,'0x0f0df6cb17ee5e883eddfef9153fc6036bdb4e37');
INSERT OR REPLACE INTO TokenEntity VALUES('base-god','base','eip20',null,'0x0d97f261b1e88845184f678e2d1e7a98d9fd38de');
INSERT OR REPLACE INTO TokenEntity VALUES('base-is-for-everyone','base','eip20',18,'0xd769d56f479e9e72a77bb1523e866a33098feec5');
INSERT OR REPLACE INTO TokenEntity VALUES('base-protocol','ethereum','eip20',9,'0x07150e919b4de5fd6a63de1f9384828396f25fdc');
INSERT OR REPLACE INTO TokenEntity VALUES('based','solana','spl',6,'Em4rcuhX6STfB7mxb66dUXDmZPYCjDiQFthvzSzpump');
INSERT OR REPLACE INTO TokenEntity VALUES('based-apu','base','eip20',18,'0x6f35720b272bf23832852b13ae9888c706e1a379');
INSERT OR REPLACE INTO TokenEntity VALUES('based-brett','base','eip20',18,'0x532f27101965dd16442e59d40670faf5ebb142e4');
INSERT OR REPLACE INTO TokenEntity VALUES('based-chad','base','eip20',18,'0xecaf81eb42cd30014eb44130b89bcd6d4ad98b92');
INSERT OR REPLACE INTO TokenEntity VALUES('based-eth','base','eip20',18,'0xcb327b99ff831bf8223cced12b1338ff3aa322ff');
INSERT OR REPLACE INTO TokenEntity VALUES('based-fartcoin','base','eip20',18,'0x2f6c17fa9f9bc3600346ab4e48c0701e1d5962ae');
INSERT OR REPLACE INTO TokenEntity VALUES('based-pepe','base','eip20',18,'0x52b492a33e447cdb854c7fc19f1e57e8bfa1777d');
INSERT OR REPLACE INTO TokenEntity VALUES('based-turbo','base','eip20',9,'0xba5e66fb16944da22a62ea4fd70ad02008744460');
INSERT OR REPLACE INTO TokenEntity VALUES('basedai','ethereum','eip20',18,'0x44971abf0251958492fee97da3e5c5ada88b9185');
INSERT OR REPLACE INTO TokenEntity VALUES('basedd-house','solana','spl',6,'8Y5MwnUM19uqhnsrFnKijrmn33CmHBTUoedXtTGDpump');
INSERT OR REPLACE INTO TokenEntity VALUES('basenji','base','eip20',18,'0xbc45647ea894030a4e9801ec03479739fa2485f0');
INSERT OR REPLACE INTO TokenEntity VALUES('basic-attention-token','harmony-shard-0','harmony-shard-0',null,'0x2875b4cfab0a4cc4bdc7fbdf94b6e376826a4332');
INSERT OR REPLACE INTO TokenEntity VALUES('basic-attention-token','avalanche','eip20',18,'0x98443b96ea4b0858fdf3219cd13e98c7a4690588');
INSERT OR REPLACE INTO TokenEntity VALUES('basic-attention-token','polygon-pos','eip20',18,'0x3cef98bb43d732e2f285ee605a8158cde967d219');
INSERT OR REPLACE INTO TokenEntity VALUES('basic-attention-token','ethereum','eip20',18,'0x0d8775f648430679a709e98d2b0cb6250d2887ef');
INSERT OR REPLACE INTO TokenEntity VALUES('basic-attention-token','binance-smart-chain','eip20',18,'0x101d82428437127bf1608f699cd651e6abf9766e');
INSERT OR REPLACE INTO TokenEntity VALUES('basis-cash','ethereum','eip20',18,'0x3449fc1cd036255ba1eb19d65ff4ba2b8903a69a');
INSERT OR REPLACE INTO TokenEntity VALUES('basis-gold-share-heco','huobi-token','huobi-token',null,'0x6868d406a125eb30886a6dd6b651d81677d1f22c');
INSERT OR REPLACE INTO TokenEntity VALUES('basis-markets','solana','spl',6,'Basis9oJw9j8cw53oMV7iqsgo6ihi9ALw4QR31rcjUJa');
INSERT OR REPLACE INTO TokenEntity VALUES('basis-share','ethereum','eip20',18,'0x106538cc16f938776c7c180186975bca23875287');
INSERT OR REPLACE INTO TokenEntity VALUES('basis-share','polygon-pos','eip20',18,'0x83a6da342099835bcaa9c219dd76a5033c837de5');
INSERT OR REPLACE INTO TokenEntity VALUES('basisos-by-virtuals','base','eip20',18,'0x73cb479f2ccf77bad90bcda91e3987358437240a');
INSERT OR REPLACE INTO TokenEntity VALUES('baskt-fun','solana','spl',6,'Ejq4Xr7KwHtLPkfGr3DGkKSgyGCuZvsndeyj92yXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('battle-infinity','binance-smart-chain','eip20',9,'0x19cd9b8e42d4ef62c3ea124110d5cfd283ceac43');
INSERT OR REPLACE INTO TokenEntity VALUES('battle-of-three-kingdoms','binance-smart-chain','eip20',18,'0xe0a441d23cedb44822dfc8562e4d8d39c6b7f946');
INSERT OR REPLACE INTO TokenEntity VALUES('battle-pets','binance-smart-chain','eip20',18,'0x4d4e595d643dc61ea7fcbf12e4b1aaa39f9975b8');
INSERT OR REPLACE INTO TokenEntity VALUES('battle-world','polygon-pos','eip20',18,'0xc1543024dc71247888a7e139c644f44e75e96d38');
INSERT OR REPLACE INTO TokenEntity VALUES('bazaars','ethereum','eip20',18,'0x8d96b4ab6c741a4c8679ae323a100d74f085ba8f');
INSERT OR REPLACE INTO TokenEntity VALUES('bbqcoin','the-open-network','the-open-network',9,'EQD2ERclkQ5n6lv3Kthdbq3CaOOSmlY7zQcwYGa9rTIK7CNZ');
INSERT OR REPLACE INTO TokenEntity VALUES('bc-token','solana','spl',6,'BCNT4t3rv5Hva8RnUtJUJLnxzeFAabcYp8CghC1SmWin');
INSERT OR REPLACE INTO TokenEntity VALUES('bcpay-fintech','binance-smart-chain','eip20',8,'0x21f1ce0fcf1e9e39f8e79b7762801e8096d9f6cd');
INSERT OR REPLACE INTO TokenEntity VALUES('bdc-coin','solana','spl',6,'CqMybyWjNGn2FGt1JY5HDUGMiCpQjAsyj44csfMUpump');
INSERT OR REPLACE INTO TokenEntity VALUES('bdollar','binance-smart-chain','eip20',18,'0x190b589cf9fb8ddeabbfeae36a813ffb2a702454');
INSERT OR REPLACE INTO TokenEntity VALUES('be-for-fwx','base','eip20',18,'0xbe35071605277d8be5a52c84a66ab1bc855a758d');
INSERT OR REPLACE INTO TokenEntity VALUES('be-for-fwx','avalanche','eip20',18,'0x13b1f0579bc895b2ffb835f295fd9b63fef36da0');
INSERT OR REPLACE INTO TokenEntity VALUES('beam','beam','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('beam-2','binance-smart-chain','eip20',18,'0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce');
INSERT OR REPLACE INTO TokenEntity VALUES('beam-2','ethereum','eip20',18,'0x62d0a8458ed7719fdaf978fe5929c6d342b0bfce');
INSERT OR REPLACE INTO TokenEntity VALUES('bean','ethereum','eip20',6,'0xdc59ac4fefa32293a95889dc396682858d52e5db');
INSERT OR REPLACE INTO TokenEntity VALUES('bean-cash','bean-cash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bear-in-bathrobe','solana','spl',6,'PvhC1i1uu1xmB8bsaoTj3mLf1ihYdQo7MtVQebppump');
INSERT OR REPLACE INTO TokenEntity VALUES('bearxrpl','xrp','xrp',0,'4245415200000000000000000000000000000000.rBEARGUAsyu7tUw53rufQzFdWmJHpJEqFW');
INSERT OR REPLACE INTO TokenEntity VALUES('beast-seller','ethereum','eip20',9,'0x255494b830bd4fe7220b3ec4842cba75600b6c80');
INSERT OR REPLACE INTO TokenEntity VALUES('bedrock-btc','ethereum','eip20',8,'0x2ec37d45fcae65d9787ecf71dc85a444968f6646');
INSERT OR REPLACE INTO TokenEntity VALUES('bedrock-btc','binance-smart-chain','eip20',8,'0x733a6c29eda4a58931ae81b8d91e29f2eaf01df3');
INSERT OR REPLACE INTO TokenEntity VALUES('bedrock-token','binance-smart-chain','eip20',18,'0xff7d6a96ae471bbcd7713af9cb1feeb16cf56b41');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','polygon-pos','eip20',18,'0xfbdd194376de19a88118e84e279b977f165d01b8');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','aurora','aurora',null,'0x218c3c3d49d0e7b37aff0d8bb079de36ae61a4c0');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','fuse','fuse',null,'0x2bf9b864cdc97b08b6d79ad4663e71b8ab65c45c');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','huobi-token','huobi-token',null,'0x765277eebeca2e31912c9946eae1021199b39c61');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','celo','celo',null,'0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','moonriver','moonriver',null,'0x173fd7434b8b50df08e3298f173487ebdb35fd14');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','arbitrum-one','eip20',18,'0x99c409e5f62e4bd2ac142f17cafb6810b8f0baae');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','avalanche','eip20',18,'0xd6070ae98b8069de6b494332d1a1a81b6179d960');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','harmony-shard-0','harmony-shard-0',null,'0x6ab6d61428fde76768d7b45d8bfeec19c6ef91a8');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','cronos','cronos',null,'0xe6801928061cdbe32ac5ad0634427e140efd05f9');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','metis-andromeda','metis-andromeda',null,'0xe6801928061cdbe32ac5ad0634427e140efd05f9');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','binance-smart-chain','eip20',18,'0xca3f508b8e4dd382ee878a314789373d80a5190a');
INSERT OR REPLACE INTO TokenEntity VALUES('beefy-finance','fantom','eip20',18,'0xd6070ae98b8069de6b494332d1a1a81b6179d960');
INSERT OR REPLACE INTO TokenEntity VALUES('beenz','solana','spl',6,'9sbrLLnk4vxJajnZWXP9h5qk1NDFw7dz2eHjgemcpump');
INSERT OR REPLACE INTO TokenEntity VALUES('beeper-coin','binance-smart-chain','eip20',18,'0x238950013fa29a3575eb7a3d99c00304047a77b5');
INSERT OR REPLACE INTO TokenEntity VALUES('beercoin-2','solana','spl',6,'AujTJJ7aMS8LDo3bFzoyXDwT3jBALUbu4VZhzZdTZLmG');
INSERT OR REPLACE INTO TokenEntity VALUES('beercoin2','solana','spl',6,'GCKTFLxkMeUTUbuQM1k6f1cy4o4tC2V13ye2ebL3p52r');
INSERT OR REPLACE INTO TokenEntity VALUES('beethoven-x','fantom','eip20',18,'0xf24bcf4d1e507740041c9cfd2dddb29585adce1e');
INSERT OR REPLACE INTO TokenEntity VALUES('befi-labs','ethereum','eip20',18,'0x8b9b95292f890df47fff5ac9cbe93d5fc242bd51');
INSERT OR REPLACE INTO TokenEntity VALUES('beholder','ethereum','eip20',18,'0x155ff1a85f440ee0a382ea949f24ce4e0b751c65');
INSERT OR REPLACE INTO TokenEntity VALUES('beincom','arbitrum-one','eip20',18,'0xb1c3960aeeaf4c255a877da04b06487bba698386');
INSERT OR REPLACE INTO TokenEntity VALUES('beingai','solana','spl',6,'FdzVFSP9KX58GzpJywdqhAmADr3XTEypawHyenShpump');
INSERT OR REPLACE INTO TokenEntity VALUES('bela','binance-smart-chain','eip20',9,'0x9fb677928dd244befcd0bbebdf6068dd4bef559c');
INSERT OR REPLACE INTO TokenEntity VALUES('beldex','beldex','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('believe-in-something-2','solana','spl',6,'EmhVWGUa2Q9PN4QjzFjvuVyzFKg4s3ERwjKR9dQDpump');
INSERT OR REPLACE INTO TokenEntity VALUES('bella-protocol','binance-smart-chain','eip20',18,'0x8443f091997f06a61670b735ed92734f5628692f');
INSERT OR REPLACE INTO TokenEntity VALUES('bella-protocol','ethereum','eip20',18,'0xa91ac63d040deb1b7a5e4d4134ad23eb0ba07e14');
INSERT OR REPLACE INTO TokenEntity VALUES('belt','binance-smart-chain','eip20',18,'0xe0e514c71282b6f4e823703a39374cf58dc3ea4f');
INSERT OR REPLACE INTO TokenEntity VALUES('bemo-staked-ton','the-open-network','the-open-network',9,'EQDNhy-nxYFgUqzfUzImBEP67JqsyMIcyk2S5_RwNNEYku0k');
INSERT OR REPLACE INTO TokenEntity VALUES('ben-pasternak','solana','spl',9,'Ey59PH7Z4BFU4HjyKnyMdWt5GGN76KazTAwQihoUXRnk');
INSERT OR REPLACE INTO TokenEntity VALUES('ben-the-dog','solana','spl',9,'AHW5N8iqZobTcBepkSJzZ61XtAuSzBDcpxtrLG6KUKPk');
INSERT OR REPLACE INTO TokenEntity VALUES('benddao','ethereum','eip20',18,'0x0d02755a5700414b26ff040e1de35d337df56218');
INSERT OR REPLACE INTO TokenEntity VALUES('benqi','avalanche','eip20',18,'0x8729438eb15e2c8b576fcc6aecda6a148776c0f5');
INSERT OR REPLACE INTO TokenEntity VALUES('benqi-liquid-staked-avax','avalanche','eip20',18,'0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be');
INSERT OR REPLACE INTO TokenEntity VALUES('beny-bad-boy','xdc-network','xdc-network',18,'0xfa4ddcfa8e3d0475f544d0de469277cf6e0a6fd1');
INSERT OR REPLACE INTO TokenEntity VALUES('benzene','ethereum','eip20',18,'0x6524b87960c2d573ae514fd4181777e7842435d4');
INSERT OR REPLACE INTO TokenEntity VALUES('bep20-leo','binance-smart-chain','eip20',3,'0x6421531af54c7b14ea805719035ebf1e3661c44a');
INSERT OR REPLACE INTO TokenEntity VALUES('bepro-network','ethereum','eip20',18,'0xcf3c8be2e2c42331da80ef210e9b1b307c03d36a');
INSERT OR REPLACE INTO TokenEntity VALUES('berry-data','binance-smart-chain','eip20',18,'0xf859bf77cbe8699013d6dbc7c2b926aaf307f830');
INSERT OR REPLACE INTO TokenEntity VALUES('berryswap','binance-smart-chain','eip20',18,'0x8626f099434d9a7e603b8f0273880209eabfc1c5');
INSERT OR REPLACE INTO TokenEntity VALUES('bertram-the-pomeranian','solana','spl',6,'HgBRWfYxEfvPhtqkaeymCQtHCrKE46qQ43pKe8HCpump');
INSERT OR REPLACE INTO TokenEntity VALUES('beta-finance','ethereum','eip20',18,'0xbe1a001fe942f96eea22ba08783140b9dcc09d28');
INSERT OR REPLACE INTO TokenEntity VALUES('beta-finance','binance-smart-chain','eip20',18,'0xbe1a001fe942f96eea22ba08783140b9dcc09d28');
INSERT OR REPLACE INTO TokenEntity VALUES('beta-finance','avalanche','eip20',18,'0x511d35c52a3c244e7b8bd92c0c297755fbd89212');
INSERT OR REPLACE INTO TokenEntity VALUES('beth','solana','spl',6,'7uJrMsDN2Wxdc3VAq1iK9N5AHaTA7wUpbm1wqRonpump');
INSERT OR REPLACE INTO TokenEntity VALUES('bettensor','bittensor','bittensor',null,'30');
INSERT OR REPLACE INTO TokenEntity VALUES('beyond-finance','polygon-pos','eip20',18,'0x11602a402281974a70c2b4824d58ebede967e2be');
INSERT OR REPLACE INTO TokenEntity VALUES('beyond-finance','ethereum','eip20',18,'0x4bb3205bf648b7f59ef90dee0f1b62f6116bc7ca');
INSERT OR REPLACE INTO TokenEntity VALUES('beyond-protocol','ethereum','eip20',18,'0xdf290b162a7d3e0a328cf198308d421954f08b94');
INSERT OR REPLACE INTO TokenEntity VALUES('bezoge-earth','ethereum','eip20',9,'0xdc349913d53b446485e98b76800b6254f43df695');
INSERT OR REPLACE INTO TokenEntity VALUES('bfg-token','binance-smart-chain','eip20',18,'0xbb46693ebbea1ac2070e59b4d043b47e2e095f86');
INSERT OR REPLACE INTO TokenEntity VALUES('bficoin','binance-smart-chain','eip20',8,'0xf0a0913ba2b173c1fbca1c1b2fcfc0e3678f66a9');
INSERT OR REPLACE INTO TokenEntity VALUES('bficoin','bficoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bianrensheng','binance-smart-chain','eip20',18,'0x924fa68a0fc644485b8df8abfa0a41c2e7744444');
INSERT OR REPLACE INTO TokenEntity VALUES('biao-on-bnbchain','binance-smart-chain','eip20',18,'0x541eec85ef7452d16814d32ab555df33f0e4cead');
INSERT OR REPLACE INTO TokenEntity VALUES('biao-on-sol','solana','spl',6,'2ru87k7yAZnDRsnqVpgJYETFgqVApuBcwB2xDb19pump');
INSERT OR REPLACE INTO TokenEntity VALUES('bibox-token','ethereum','eip20',18,'0x009c43b42aefac590c719e971020575974122803');
INSERT OR REPLACE INTO TokenEntity VALUES('biconomy','ethereum','eip20',18,'0xf17e65822b568b3903685a7c9f496cf7656cc6c2');
INSERT OR REPLACE INTO TokenEntity VALUES('biconomy-exchange-token','binance-smart-chain','eip20',9,'0xc864019047b864b6ab609a968ae2725dfaee808a');
INSERT OR REPLACE INTO TokenEntity VALUES('bidao','ethereum','eip20',18,'0x25e1474170c4c0aa64fa98123bdc8db49d7802fa');
INSERT OR REPLACE INTO TokenEntity VALUES('biden-coin','ethereum','eip20',18,'0x9e59a081320ddb046d74a106335ca6b84eadc067');
INSERT OR REPLACE INTO TokenEntity VALUES('bidz-coin','binance-smart-chain','eip20',18,'0x20de6118c3672659e488d1d45279cdf77391fbdc');
INSERT OR REPLACE INTO TokenEntity VALUES('bifi','ethereum','eip20',18,'0x2791bfd60d232150bff86b39b7146c0eaaa2ba81');
INSERT OR REPLACE INTO TokenEntity VALUES('bifi','fantom','eip20',18,'0xad260f380c9a30b1d60e4548a75010ede630b665');
INSERT OR REPLACE INTO TokenEntity VALUES('bifrost','fantom','eip20',18,'0x84c882a4d8eb448ce086ea19418ca0f32f106117');
INSERT OR REPLACE INTO TokenEntity VALUES('bifrost','ethereum','eip20',18,'0x0c7d5ae016f806603cb1782bea29ac69471cab9c');
INSERT OR REPLACE INTO TokenEntity VALUES('bifrost-native-coin','polkadot','polkadot',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bifrost-voucher-manta','manta-pacific','manta-pacific',18,'0x7746ef546d562b443ae4b4145541a3b1a3d75717');
INSERT OR REPLACE INTO TokenEntity VALUES('big','avalanche','eip20',18,'0x2d0afed89a6d6a100273db377dba7a32c739e314');
INSERT OR REPLACE INTO TokenEntity VALUES('big-data-protocol','ethereum','eip20',18,'0xf3dcbc6d72a4e1892f7917b7c43b74131df8480e');
INSERT OR REPLACE INTO TokenEntity VALUES('big-defi-energy','solana','spl',9,'H5gczCNbrtso6BqGKihF97RaWaxpUEZnFuFUKK4YX3s2');
INSERT OR REPLACE INTO TokenEntity VALUES('big-dog-fink','solana','spl',5,'CeK6k4BMmiqkxkzYAbQuUp3hrVFSHxuQ1LJXmNybc3vz');
INSERT OR REPLACE INTO TokenEntity VALUES('big-jim','solana','spl',5,'HbACvu9eKjCJE7h4oGFSnX6fvbDqwugRGYeuJebRVBkR');
INSERT OR REPLACE INTO TokenEntity VALUES('big-pharmai','solana','spl',9,'CX9YDTED9TWgVXVoFy8JL9gSSAEWcTv4mzjLSv17LQsj');
INSERT OR REPLACE INTO TokenEntity VALUES('big-time','ethereum','eip20',18,'0x64bc2ca1be492be7185faa2c8835d9b824c8a194');
INSERT OR REPLACE INTO TokenEntity VALUES('big-tony','base','eip20',18,'0xb22a793a81ff5b6ad37f40d5fe1e0ac4184d52f3');
INSERT OR REPLACE INTO TokenEntity VALUES('bigshortbets','ethereum','eip20',18,'0x131157c6760f78f7ddf877c0019eba175ba4b6f6');
INSERT OR REPLACE INTO TokenEntity VALUES('bilira','solana','spl',6,'A94X2fRy3wydNShU4dRaDyap2UuoeWJGWyATtyp61WZf');
INSERT OR REPLACE INTO TokenEntity VALUES('bilira','avalanche','eip20',6,'0x564a341df6c126f90cf3ecb92120fd7190acb401');
INSERT OR REPLACE INTO TokenEntity VALUES('bilira','ethereum','eip20',6,'0x2c537e5624e4af88a7ae4060c022609376c8d0eb');
INSERT OR REPLACE INTO TokenEntity VALUES('bilira','polygon-pos','eip20',6,'0x4fb71290ac171e1d144f7221d882becac7196eb5');
INSERT OR REPLACE INTO TokenEntity VALUES('bilira','binance-smart-chain','eip20',6,'0xc1fdbed7dac39cae2ccc0748f7a80dc446f6a594');
INSERT OR REPLACE INTO TokenEntity VALUES('billion-dollar-cat-runes','ordinals','ordinals',null,'c5e59f3f8024c80fe7f8685c1d920f66cee5e9d4a423f3f293d844b291381ba5i0');
INSERT OR REPLACE INTO TokenEntity VALUES('billion-dollar-cat-runes','solana','spl',9,'BDCs2xEqzXyRpp9P6uPDnAvERpLKBfzHPEzbe3BfCxDY');
INSERT OR REPLACE INTO TokenEntity VALUES('billionhappiness','binance-smart-chain','eip20',18,'0x6fd7c98458a943f469e1cf4ea85b173f5cd342f4');
INSERT OR REPLACE INTO TokenEntity VALUES('billy','solana','spl',6,'3B5wuUrMEi5yATD7on46hKfej3pfmd7t1RKgrsN3pump');
INSERT OR REPLACE INTO TokenEntity VALUES('billy-base','base','eip20',18,'0xeb560289067c375e4897552dcda7e3d203bffbe2');
INSERT OR REPLACE INTO TokenEntity VALUES('billy-bets-by-virtuals','solana','spl',6,'9Rhbn9G5poLvgnFzuYBtJgbzmiipNra35QpnUek9virt');
INSERT OR REPLACE INTO TokenEntity VALUES('bim-2','base','eip20',18,'0x555fff48549c1a25a723bd8e7ed10870d82e8379');
INSERT OR REPLACE INTO TokenEntity VALUES('binamon','binance-smart-chain','eip20',18,'0x08ba0619b1e7a582e0bce5bbe9843322c954c340');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-bitcoin','binance-smart-chain','eip20',18,'0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-bitcoin','harmony-shard-0','harmony-shard-0',null,'0x34224dcf981da7488fdd01c7fdd64e74cd55dcf7');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-bridged-usdc-bnb-smart-chain','binance-smart-chain','eip20',18,'0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-bridged-usdt-bnb-smart-chain','binance-smart-chain','eip20',18,'0x55d398326f99059ff775485246999027b3197955');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-eth','binance-smart-chain','eip20',18,'0x250632378e573c6be1ac2f97fcdf00515d0aa91b');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-avalanche','binance-smart-chain','eip20',18,'0x1ce0c2827e2ef14d5c4f29a091d735a204794041');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-bitcoin-cash','binance-smart-chain','eip20',18,'0x8ff795a6f4d97e7887c79bea79aba5cc76444adf');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-busd','avalanche','eip20',18,'0x9c9e5fd8bbc25984b178fdce6117defa39d2db39');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-busd','optimistic-ethereum','eip20',18,'0x9c9e5fd8bbc25984b178fdce6117defa39d2db39');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-busd','binance-smart-chain','eip20',18,'0xe9e7cea3dedca5984780bafc599bd69add087d56');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-busd','polygon-pos','eip20',18,'0x9c9e5fd8bbc25984b178fdce6117defa39d2db39');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-cardano','binance-smart-chain','eip20',18,'0x3ee2200efb3400fabb9aacf31297cbdd1d435d47');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-cardano','harmony-shard-0','harmony-shard-0',null,'0x582617bd8ca80d22d4432e63fda52d74dcdcee4c');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-dai','binance-smart-chain','eip20',18,'0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-dogecoin','harmony-shard-0','harmony-shard-0',null,'0xf155e1a57db0ca820ae37ab4050e0e4c7cfcecd0');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-dogecoin','binance-smart-chain','eip20',8,'0xba2ae424d960c26247dd6c32edc70b295c744c43');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-eos','binance-smart-chain','eip20',18,'0x56b6fb708fc5732dec1afc8d8556423a2edccbd6');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-ethereum','binance-smart-chain','eip20',18,'0x2170ed0880ac9a755fd29b2688956bd959f933f8');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-filecoin','binance-smart-chain','eip20',18,'0x0d8ce2a99bb6e3b7db580ed848240e4a0f9ae153');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-firo','binance-smart-chain','eip20',8,'0xd5d0322b6bab6a762c79f8c81a0b674778e13aed');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-iotex','binance-smart-chain','eip20',18,'0x9678e42cebeb63f23197d726b29b1cb20d0064e5');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-litecoin','binance-smart-chain','eip20',18,'0x4338665cbb7b2485a8855a139b75d5e34ab0db94');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-ontology','binance-smart-chain','eip20',18,'0xfd7b3a77848f1c2d67e05e54d78d174a0c850335');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-polkadot','binance-smart-chain','eip20',18,'0x7083609fce4d1d8dc0c979aab8c869ea2c873402');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-sol','binance-smart-chain','eip20',18,'0x570a5d26f7765ecb712c0924e4de545b89fd43df');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-weth','binance-smart-chain','eip20',18,'0x2170ed0880ac9a755fd29b2688956bd959f933f8');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-peg-xrp','binance-smart-chain','eip20',18,'0x1d2f0da169ceb9fc7b3144628db156f3f6c60dbe');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-staked-sol','solana','spl',9,'BNso1VUJnh4zcfpZa6986Ea66P6TCp59hvtNJ8b1X85');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','iotex','iotex',null,'0x84abcb2832be606341a50128aeb1db43aa017449');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','avalanche','eip20',18,'0x19860ccb0a68fd4213ab9d8266f7bbf05a8dde98');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','polygon-pos','eip20',18,'0x9fb83c0635de2e815fd1c21b3a292277540c2e8d');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','astar','astar',null,'0x4bf769b05e832fcdc9053fffbc78ca889acb5e1e');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','elastos','elastos',null,'0x9f1d0ed4e041c503bd487e5dc9fc935ab57f9a57');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','moonbeam','moonbeam',null,'0xa649325aa7c5093d12d6f98eb4378deae68ce23f');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','moonriver','moonriver',null,'0x5d9ab5522c64e1f6ef5e3627eccc093f56167818');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','ethereum','eip20',18,'0x4fabb145d64652a948d72533023f6e7a623c7c53');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','theta','theta',null,'0x7b37d0787a3424a0810e02b24743a45ebd5530b2');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','binance-smart-chain','eip20',18,'0xe9e7cea3dedca5984780bafc599bd69add087d56');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','meter','meter',null,'0x24aa189dfaa76c671c279262f94434770f557c35');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','fuse','fuse',null,'0x6a5f6a8121592becd6747a38d67451b310f7f156');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','cronos','cronos',null,'0xc74d59a548ecf7fc1754bb7810d716e9ac3e3ae5');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','okex-chain','okex-chain',null,'0x332730a4f6e03d9c55829435f10360e13cfa41ff');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','harmony-shard-0','harmony-shard-0',null,'0xe176ebe47d621b984a73036b9da5d834411ef734');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','sora','sora',null,'0x00567d096a736f33bf78cad7b01e33463923b9c933ee13ab7e3fb7b23f5f953a');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','milkomeda-cardano','milkomeda-cardano',null,'0x218c3c3d49d0e7b37aff0d8bb079de36ae61a4c0');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-usd','binancecoin','bep2',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-wrapped-btc','ethereum','eip20',8,'0x9be89d2a4cd102d8fecc6bf9da793be995c22541');
INSERT OR REPLACE INTO TokenEntity VALUES('binance-yellow-robot','binance-smart-chain','eip20',18,'0x0c5429e9dd1362bfb55c31c01b7f0f38f5f64444');
INSERT OR REPLACE INTO TokenEntity VALUES('binancecoin','binance-smart-chain','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('binancecoin','binancecoin','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('binaryx','binance-smart-chain','eip20',18,'0x8c851d1a123ff703bd1f9dabe631b69902df5f97');
INSERT OR REPLACE INTO TokenEntity VALUES('bincentive','ethereum','eip20',18,'0x9669890e48f330acd88b78d63e1a6b3482652cd9');
INSERT OR REPLACE INTO TokenEntity VALUES('binemon','binance-smart-chain','eip20',18,'0xe56842ed550ff2794f010738554db45e60730371');
INSERT OR REPLACE INTO TokenEntity VALUES('binstarter','binance-smart-chain','eip20',18,'0xab287e6d370c61f105630e656b5468acb4d00423');
INSERT OR REPLACE INTO TokenEntity VALUES('bio-protocol','ethereum','eip20',18,'0xcb1592591996765ec0efc1f92599a19767ee5ffa');
INSERT OR REPLACE INTO TokenEntity VALUES('biopassport','ethereum','eip20',9,'0xc07a150ecadf2cc352f5586396e344a6b17625eb');
INSERT OR REPLACE INTO TokenEntity VALUES('birake','birake','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('birbstrategy','ethereum','eip20',18,'0x6bcba7cd81a5f12c10ca1bf9b36761cc382658e8');
INSERT OR REPLACE INTO TokenEntity VALUES('bird-dog','ethereum','eip20',9,'0xf6ce4be313ead51511215f1874c898239a331e37');
INSERT OR REPLACE INTO TokenEntity VALUES('bird-money','binance-smart-chain','eip20',18,'0x8780fea4c6b242677d4a397fe1110ac09ce99ad2');
INSERT OR REPLACE INTO TokenEntity VALUES('bird-money','ethereum','eip20',18,'0x70401dfd142a16dc7031c56e862fc88cb9537ce0');
INSERT OR REPLACE INTO TokenEntity VALUES('bird-money','solana','spl',9,'FTPnEQ3NfRRZ9tvmpDW6JFrvweBE5sanxnXSpJL1dvbB');
INSERT OR REPLACE INTO TokenEntity VALUES('birdei','ethereum','eip20',9,'0x70bb8bcfafcf60446d5071d4427da8e99f0168aa');
INSERT OR REPLACE INTO TokenEntity VALUES('bismuth','binance-smart-chain','eip20',8,'0x56672ecb506301b1e32ed28552797037c54d36a9');
INSERT OR REPLACE INTO TokenEntity VALUES('bistroo','binance-smart-chain','eip20',18,'0xbd525e51384905c6c0936a431bc7efb6c4903ea0');
INSERT OR REPLACE INTO TokenEntity VALUES('bistroo','ethereum','eip20',18,'0x6e8908cfa881c9f6f2c64d3436e7b80b1bf0093f');
INSERT OR REPLACE INTO TokenEntity VALUES('biswap','binance-smart-chain','eip20',18,'0x965f527d9159dce6288a2219db51fc6eef120dd1');
INSERT OR REPLACE INTO TokenEntity VALUES('bit-store-coin','ethereum','eip20',18,'0x31ea0de8119307aa264bb4b38727aab4e36b074f');
INSERT OR REPLACE INTO TokenEntity VALUES('bit-store-coin','binance-smart-chain','eip20',18,'0x65d9033cff96782394dab5dbef17fa771bbe1732');
INSERT OR REPLACE INTO TokenEntity VALUES('bit2me','binance-smart-chain','eip20',18,'0x6e2a5ea25b161befa6a8444c71ae3a89c39933c6');
INSERT OR REPLACE INTO TokenEntity VALUES('bit2me','ethereum','eip20',18,'0xd7c302fc3ac829c7e896a32c4bd126f3e8bd0a1f');
INSERT OR REPLACE INTO TokenEntity VALUES('bitball','ethereum','eip20',18,'0x06e0feb0d74106c7ada8497754074d222ec6bcdf');
INSERT OR REPLACE INTO TokenEntity VALUES('bitbar','bitbar','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitboard','polygon-pos','eip20',18,'0x4f7cc8ef14f3dc76ee2fb60028749e1b61cea162');
INSERT OR REPLACE INTO TokenEntity VALUES('bitbonk','binance-smart-chain','eip20',18,'0xbbbbbbe1da5eab142b32f8887ee8d3872d847c20');
INSERT OR REPLACE INTO TokenEntity VALUES('bitbonk','ethereum','eip20',18,'0xbbbbbbe1da5eab142b32f8887ee8d3872d847c20');
INSERT OR REPLACE INTO TokenEntity VALUES('bitbook-token','binance-smart-chain','eip20',8,'0xd48474e7444727bf500a32d5abe01943f3a59a64');
INSERT OR REPLACE INTO TokenEntity VALUES('bitboost','ethereum','eip20',4,'0x1500205f50bf3fd976466d0662905c9ff254fc9c');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcanna','bitcanna','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcast','bittensor','bittensor',null,'93');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcicoin','bitcicoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-2','bitcoin-2','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-5','hedera-hashgraph','hedera-hashgraph',8,'0.0.4873177');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-avalanche-bridged-btc-b','avalanche','eip20',8,'0x152b9d0fdc40c096757f570a51e494bd4b943e50');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-bit','ethereum','eip20',18,'0x4cf896ac977d07d91626fed71c20f3185b0cb177');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-bridged-zed20','binance-smart-chain','eip20',18,'0xa4156cc61dc7796faa24278a0f9f229b15e298cb');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-cash-sv','bitcoin-cash-sv','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-diamond','bitcoin-diamond','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-fast','stellar','stellar',7,'TCF-GDBQYRIVRMJDZZDPU25ZJSXKCLPVLQOREJNBJCX77RSZJ4BS4CU45JNH');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-god','bitcoin-god','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-gold','bitcoin-gold','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-limited-edition','binance-smart-chain','eip20',18,'0x9d2144328e1d618f54cd38540f5ee50671f6a208');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-on-base','base','eip20',18,'0x0c41f1fc9022feb69af6dc666abfe73c9ffda7ce');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-plus','bitcoin-plus','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-private','bitcoin-private','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-pro','ethereum','eip20',8,'0x723cbfc05e2cfcc71d3d89e770d32801a5eef5ab');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-subsidium','bitcoin-subsidium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-trc20','tron','eip20',8,'TN3W4H6rK2ce4vX9YnFQHwKENnHjoxb3m9');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-vault','bitcoin-vault','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoinbam','bitcoinbam','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoinx','bitcoinx','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoinz','bitcoinz','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoinzk-zyra','binance-smart-chain','eip20',18,'0x0d8c844716bcd981d9b6d3f2ccf5364129086c96');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoiva','binance-smart-chain','eip20',18,'0xddae5f343b7768eadaad88a7f520fff54f198211');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoiva','ethereum','eip20',6,'0xc222e5b89309fab5faf55a3b3bd9082be834916c');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcore','bitcore','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitdao','ethereum','eip20',18,'0x1a4b46696b2bb4794eb3d4c26f1c55f9170fa4c5');
INSERT OR REPLACE INTO TokenEntity VALUES('bitdca','binance-smart-chain','eip20',18,'0x0c8382719ef242cae2247e4decb2891fbf699818');
INSERT OR REPLACE INTO TokenEntity VALUES('bitecoin-2','ethereum','eip20',18,'0x9ab778f84b2397c7015f7e83d12eee47d4c26694');
INSERT OR REPLACE INTO TokenEntity VALUES('bitenium-token','ethereum','eip20',18,'0x997507cc49fbf0cd6ce5e1ee543218556fafdebc');
INSERT OR REPLACE INTO TokenEntity VALUES('bitforex','ethereum','eip20',18,'0x5b71bee9d961b1b848f8485eec8d8787f80217f5');
INSERT OR REPLACE INTO TokenEntity VALUES('bitget-staked-sol','solana','spl',9,'bgSoLfRx1wRPehwC9TyG568AGjnf1sQG1MYa8s3FbfY');
INSERT OR REPLACE INTO TokenEntity VALUES('bitget-token','ethereum','eip20',18,'0x54D2252757e1672EEaD234D27B1270728fF90581');
INSERT OR REPLACE INTO TokenEntity VALUES('bitget-wallet-token','ethereum','eip20',18,'0xac6db8954b73ebf10e84278ac8b9b22a781615d9');
INSERT OR REPLACE INTO TokenEntity VALUES('bitget-wallet-token','base','eip20',18,'0x619c4bbbd65f836b78b36cbe781513861d57f39d');
INSERT OR REPLACE INTO TokenEntity VALUES('bitget-wallet-token','solana','spl',8,'6FVyLVhQsShWVUsCq2FJRr1MrECGShc3QxBwWtgiVFwK');
INSERT OR REPLACE INTO TokenEntity VALUES('bitkub-coin','bitkub-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitlayer-bitvm','ethereum','eip20',18,'0x6c76de483f1752ac8473e2b4983a873991e70da7');
INSERT OR REPLACE INTO TokenEntity VALUES('bitlayer-bitvm','binance-smart-chain','eip20',18,'0xfed13d0c40790220fbde712987079eda1ed75c51');
INSERT OR REPLACE INTO TokenEntity VALUES('bitlight','binance-smart-chain','eip20',6,'0x477c2c0459004e3354ba427fa285d7c053203c0e');
INSERT OR REPLACE INTO TokenEntity VALUES('bitlocus','terra','terra',null,'terra193c42lfwmlkasvcw22l9qqzc5q2dx208tkd7wl');
INSERT OR REPLACE INTO TokenEntity VALUES('bitlocus','binance-smart-chain','eip20',6,'0x51e7b598c9155b9dccb04eb42519f6eec9c841e9');
INSERT OR REPLACE INTO TokenEntity VALUES('bitlocus','ethereum','eip20',6,'0x93e32efafd24973d45f363a76d73ccb9edf59986');
INSERT OR REPLACE INTO TokenEntity VALUES('bitmappunks','ethereum','eip20',18,'0xbbbb2d4d765c1e455e4896a64ba3883e914abbbb');
INSERT OR REPLACE INTO TokenEntity VALUES('bitmark','bitmark','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitmart-token','ethereum','eip20',18,'0x986ee2b944c42d017f52af21c4c69b84dbea35d8');
INSERT OR REPLACE INTO TokenEntity VALUES('bitmex-token','ethereum','eip20',6,'0xb113c6cf239f60d380359b762e95c13817275277');
INSERT OR REPLACE INTO TokenEntity VALUES('bitmind','bittensor','bittensor',null,'34');
INSERT OR REPLACE INTO TokenEntity VALUES('bito-coin','ethereum','eip20',18,'0x93b1e78a3e652cd2e71c4a767595b77282344932');
INSERT OR REPLACE INTO TokenEntity VALUES('bitorbit','velas','velas',null,'0x09bce7716d46459df7473982fd27a96eabd6ee4d');
INSERT OR REPLACE INTO TokenEntity VALUES('bitorbit','binance-smart-chain','eip20',18,'0xed0c1c9c64ff7c7cc37c3af0dfcf5b02efe0bb5f');
INSERT OR REPLACE INTO TokenEntity VALUES('bitpanda-ecosystem-token','ethereum','eip20',8,'0x1b073382e63411e3bcffe90ac1b9a43fefa1ec6f');
INSERT OR REPLACE INTO TokenEntity VALUES('bitrise-token','binance-smart-chain','eip20',9,'0x8fff93e810a2edaafc326edee51071da9d398e83');
INSERT OR REPLACE INTO TokenEntity VALUES('bitrock','ethereum','eip20',9,'0xde67d97b8770dc98c746a3fc0093c538666eb493');
INSERT OR REPLACE INTO TokenEntity VALUES('bitrue-token','ethereum','eip20',18,'0xd433138d12beb9929ff6fd583dc83663eea6aaa5');
INSERT OR REPLACE INTO TokenEntity VALUES('bitscrunch-token','ethereum','eip20',18,'0xbef26bd568e421d6708cca55ad6e35f8bfa0c406');
INSERT OR REPLACE INTO TokenEntity VALUES('bitscrunch-token','polygon-pos','eip20',18,'0x3fb83a9a2c4408909c058b0bfe5b4823f54fafe2');
INSERT OR REPLACE INTO TokenEntity VALUES('bitshares','bitshares','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bitshiba','binance-smart-chain','eip20',18,'0xb84cbbf09b3ed388a45cd875ebba41a20365e6e7');
INSERT OR REPLACE INTO TokenEntity VALUES('bitsong','ethereum','eip20',18,'0x05079687d35b93538cbd59fe5596380cae9054a9');
INSERT OR REPLACE INTO TokenEntity VALUES('bitspawn','solana','spl',9,'5U9QqCPhqXAJcEv9uyzFJd5zhN93vuPk1aNNkXnUfPnt');
INSERT OR REPLACE INTO TokenEntity VALUES('bitspawn','ethereum','eip20',18,'0xe516d78d784c77d479977be58905b3f2b1111126');
INSERT OR REPLACE INTO TokenEntity VALUES('bittensor','bittensor','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bittoken','binance-smart-chain','eip20',18,'0x518445f0db93863e5e93a7f70617c05afa8048f1');
INSERT OR REPLACE INTO TokenEntity VALUES('bittoken','ethereum','eip20',18,'0x9f9913853f749b3fe6d6d4e16a1cc3c1656b6d51');
INSERT OR REPLACE INTO TokenEntity VALUES('bittoken','polygon-pos','eip20',18,'0xfd0cbddec28a93bb86b9db4a62258f5ef25fefde');
INSERT OR REPLACE INTO TokenEntity VALUES('bittorrent','ethereum','eip20',18,'0xc669928185dbce49d2230cc9b0979be6dc797957');
INSERT OR REPLACE INTO TokenEntity VALUES('bittorrent','tron','eip20',18,'TAFjULxiVgT4qWk6UZwjqwZXTSaGaqnVp4');
INSERT OR REPLACE INTO TokenEntity VALUES('bittorrent-old','binance-smart-chain','eip20',18,'0x8595f9da7b868b1822194faed312235e43007b49');
INSERT OR REPLACE INTO TokenEntity VALUES('bizzy-by-virtuals','base','eip20',18,'0x8ac984f596bac8197859434ecbab3e4595d7bb06');
INSERT OR REPLACE INTO TokenEntity VALUES('bkokfi','binance-smart-chain','eip20',18,'0x9cc484ded7a7851a03f05a03e8d19eb5f5a73f20');
INSERT OR REPLACE INTO TokenEntity VALUES('black-agnus','ethereum','eip20',18,'0x306fd3e7b169aa4ee19412323e1a5995b8c1a1f4');
INSERT OR REPLACE INTO TokenEntity VALUES('black-agnus','base','eip20',null,'0x306fd3e7b169aa4ee19412323e1a5995b8c1a1f4');
INSERT OR REPLACE INTO TokenEntity VALUES('black-agnus','binance-smart-chain','eip20',18,'0x306fd3e7b169aa4ee19412323e1a5995b8c1a1f4');
INSERT OR REPLACE INTO TokenEntity VALUES('black-agnus','arbitrum-one','eip20',18,'0x306fd3e7b169aa4ee19412323e1a5995b8c1a1f4');
INSERT OR REPLACE INTO TokenEntity VALUES('black-agnus','polygon-pos','eip20',18,'0x306fd3e7b169aa4ee19412323e1a5995b8c1a1f4');
INSERT OR REPLACE INTO TokenEntity VALUES('black-agnus','solana','spl',18,'7ePhsDXkpPJs6rPM3TQScpbgonzKUPo9vuQr8GXMMGpf');
INSERT OR REPLACE INTO TokenEntity VALUES('black-devil','solana','spl',6,'DjgujfEv2u2qz7PNuS6Ct7bctnxPFihfWE2zBpKZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('black-mirror','binance-smart-chain','eip20',18,'0x297eb2cd0e0af48dd2241d1fe2eae8d9d5188e87');
INSERT OR REPLACE INTO TokenEntity VALUES('black-mirror','base','eip20',18,'0xe1bfa25468af64e366ddafc9d91bcc6c97439a14');
INSERT OR REPLACE INTO TokenEntity VALUES('black-mirror','solana','spl',8,'8dmHzuMkdssGeycyiJFDhkmeuViLBn4GNdH8w6qkPp7i');
INSERT OR REPLACE INTO TokenEntity VALUES('black-phoenix','tron','eip20',18,'TXBcx59eDVndV5upFQnTR2xdvqFd5reXET');
INSERT OR REPLACE INTO TokenEntity VALUES('black-unicorn-corp','ethereum','eip20',18,'0xb6c0189080a6441caf056b856dd4d795b909c460');
INSERT OR REPLACE INTO TokenEntity VALUES('blackcoin','binance-smart-chain','eip20',18,'0xd2cdfd5d26dfa1d11116b9ed7dbd7c6b88c6e1d3');
INSERT OR REPLACE INTO TokenEntity VALUES('blackcoin','blackcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('blackhat-coin','binance-smart-chain','eip20',8,'0x8626264b6a1b4e920905efd381002aba52ea0eea');
INSERT OR REPLACE INTO TokenEntity VALUES('blackhat-coin','ethereum','eip20',8,'0x8bcd06492416a749c9369009b3429861b7f27f6e');
INSERT OR REPLACE INTO TokenEntity VALUES('blackhat-coin','the-open-network','the-open-network',8,'EQD-J6UqYQezuUm6SlPDnHwTxXqo4uHys_fle_zKvM5nYJkA');
INSERT OR REPLACE INTO TokenEntity VALUES('blackhat-coin','polygon-pos','eip20',8,'0x8626264b6a1b4e920905efd381002aba52ea0eea');
INSERT OR REPLACE INTO TokenEntity VALUES('blackhat-coin','arbitrum-one','eip20',8,'0x8626264b6a1b4e920905efd381002aba52ea0eea');
INSERT OR REPLACE INTO TokenEntity VALUES('blackhole','avalanche','eip20',18,'0xcd94a87696fac69edae3a70fe5725307ae1c43f6');
INSERT OR REPLACE INTO TokenEntity VALUES('blackhole-protocol','ethereum','eip20',18,'0xd714d91a169127e11d8fab3665d72e8b7ef9dbe2');
INSERT OR REPLACE INTO TokenEntity VALUES('blackpearl-chain','ethereum','eip20',18,'0x426fc8be95573230f6e6bc4af91873f0c67b21b4');
INSERT OR REPLACE INTO TokenEntity VALUES('blackpool-token','ethereum','eip20',18,'0x0ec9f76202a7061eb9b3a7d6b59d36215a7e37da');
INSERT OR REPLACE INTO TokenEntity VALUES('blackpool-token','polygon-pos','eip20',18,'0x6863bd30c9e313b264657b107352ba246f8af8e0');
INSERT OR REPLACE INTO TokenEntity VALUES('blackrack','solana','spl',6,'D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck');
INSERT OR REPLACE INTO TokenEntity VALUES('blai','base','eip20',18,'0x616b416f777e3dc904a44aa259a475bf26d06ef9');
INSERT OR REPLACE INTO TokenEntity VALUES('blank','polygon-pos','eip20',18,'0xf4c83080e80ae530d6f8180572cbbf1ac9d5d435');
INSERT OR REPLACE INTO TokenEntity VALUES('blank','ethereum','eip20',18,'0x41a3dba3d677e573636ba691a70ff2d606c29666');
INSERT OR REPLACE INTO TokenEntity VALUES('blast','blast','blast',18,'0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad');
INSERT OR REPLACE INTO TokenEntity VALUES('blaze','base','eip20',9,'0x9a55fab37d4a4f0e13c8fff5470798614af2b8c3');
INSERT OR REPLACE INTO TokenEntity VALUES('blend-2','binance-smart-chain','eip20',18,'0xda52b818c1348bfee27989e2a0df39224a3e52fa');
INSERT OR REPLACE INTO TokenEntity VALUES('blendr-network','ethereum','eip20',18,'0x84018071282d4b2996272659d9c01cb08dd7327f');
INSERT OR REPLACE INTO TokenEntity VALUES('bless-2','solana','spl',9,'A1t2UviBYwyfYZDJyKY2W6Td8ritgsCriUDuNaAQN49S');
INSERT OR REPLACE INTO TokenEntity VALUES('bless-2','binance-smart-chain','eip20',9,'0x7c8217517ed4711fe2deccdfeffe8d906b9ae11f');
INSERT OR REPLACE INTO TokenEntity VALUES('blind-boxes','ethereum','eip20',18,'0xe796d6ca1ceb1b022ece5296226bf784110031cd');
INSERT OR REPLACE INTO TokenEntity VALUES('blind-boxes','binance-smart-chain','eip20',18,'0x393d87e44c7b1f5ba521b351532c24ece253b849');
INSERT OR REPLACE INTO TokenEntity VALUES('blind-boxes','polygon-pos','eip20',18,'0x1b599beb7b1f50807dd58fd7e8ffcf073b435e71');
INSERT OR REPLACE INTO TokenEntity VALUES('blinkdotfun','solana','spl',6,'b1nkm6skdrwXoMku8CVx8Fk4LfC2jAqxV3m9VDNjYqz');
INSERT OR REPLACE INTO TokenEntity VALUES('blinks-gg','solana','spl',6,'62CsquahdQ3J286G9UTqV6whxryfihdV4yg7kSJnpump');
INSERT OR REPLACE INTO TokenEntity VALUES('bloc-money','bloc-money','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('blocery','ethereum','eip20',18,'0xf8ad7dfe656188a23e89da09506adf7ad9290d5d');
INSERT OR REPLACE INTO TokenEntity VALUES('block-4','ethereum','eip20',18,'0xcab84bc21f9092167fcfe0ea60f5ce053ab39a1e');
INSERT OR REPLACE INTO TokenEntity VALUES('block-ape-scissors','binance-smart-chain','eip20',18,'0x8ddeec6b677c7c552c9f3563b99e4ff90b862ebc');
INSERT OR REPLACE INTO TokenEntity VALUES('block-vault','binance-smart-chain','eip20',18,'0x418e5662abd0db9f67b43b0976b7b68b0a974978');
INSERT OR REPLACE INTO TokenEntity VALUES('blockasset','solana','spl',6,'NFTUkR4u7wKxy9QLaX2TGvd9oZSWoMo4jqSJqdMb7Nk');
INSERT OR REPLACE INTO TokenEntity VALUES('blockasset','binance-smart-chain','eip20',6,'0xbc7a566b85ef73f935e640a06b5a8b031cd975df');
INSERT OR REPLACE INTO TokenEntity VALUES('blockbank','binance-smart-chain','eip20',18,'0xf4b5470523ccd314c6b9da041076e7d79e0df267');
INSERT OR REPLACE INTO TokenEntity VALUES('blockbank','ethereum','eip20',18,'0xf4b5470523ccd314c6b9da041076e7d79e0df267');
INSERT OR REPLACE INTO TokenEntity VALUES('blockcdn','ethereum','eip20',15,'0x1e797ce986c3cff4472f7d38d5c4aba55dfefe40');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-bets','ethereum','eip20',9,'0x2d886570a0da04885bfd6eb48ed8b8ff01a0eb7e');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-brawlers','ethereum','eip20',4,'0x4086e77c5e993fdb90a406285d00111a974f877a');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-certified-data-token','ethereum','eip20',18,'0xacfa209fb73bf3dd5bbfb1101b9bc999c49062a5');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-certified-data-token','binancecoin','bep2',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-cuties-universe-governance','ethereum','eip20',18,'0x14da7b27b2e0fedefe0a664118b0c9bc68e2e9af');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-monster-hunt','ethereum','eip20',18,'0x2ba8349123de45e931a8c8264c332e6e9cf593f9');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-monster-hunt','binance-smart-chain','eip20',18,'0xc10358f062663448a3489fc258139944534592ac');
INSERT OR REPLACE INTO TokenEntity VALUES('blockchain-monster-hunt','polygon-pos','eip20',18,'0xc10358f062663448a3489fc258139944534592ac');
INSERT OR REPLACE INTO TokenEntity VALUES('blockgames','ethereum','eip20',18,'0x8fc17671d853341d9e8b001f5fc3c892d09cb53a');
INSERT OR REPLACE INTO TokenEntity VALUES('blocklords','ethereum','eip20',18,'0xd0a6053f087e87a25dc60701ba6e663b1a548e85');
INSERT OR REPLACE INTO TokenEntity VALUES('blocklords','base','eip20',18,'0xb676f87a6e701f0de8de5ab91b56b66109766db1');
INSERT OR REPLACE INTO TokenEntity VALUES('blocknet','blocknet','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('blockstack','blockstack','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('blockv','optimistic-ethereum','eip20',18,'0xe3c332a5dce0e1d9bc2cc72a68437790570c28a4');
INSERT OR REPLACE INTO TokenEntity VALUES('blockv','polygon-pos','eip20',18,'0xf1c1a3c2481a3a8a3f173a9ab5ade275292a6fa3');
INSERT OR REPLACE INTO TokenEntity VALUES('blockv','ethereum','eip20',18,'0x340d2bde5eb28c1eed91b2f790723e3b160613b7');
INSERT OR REPLACE INTO TokenEntity VALUES('blocsport-one','binance-smart-chain','eip20',18,'0x708739980021a0b0b2e555383fe1283697e140e9');
INSERT OR REPLACE INTO TokenEntity VALUES('blocto-token','solana','spl',8,'BLT1noyNr3GttckEVrtcfC6oyK6yV1DpPgSyXbncMwef');
INSERT OR REPLACE INTO TokenEntity VALUES('bloktopia','polygon-pos','eip20',18,'0x229b1b6c23ff8953d663c4cbb519717e323a0a84');
INSERT OR REPLACE INTO TokenEntity VALUES('blood-crystal','ethereum','eip20',18,'0x4b6d036d0bc62a633acca6d10956e9dbbb16748f');
INSERT OR REPLACE INTO TokenEntity VALUES('blood-crystal','polygon-pos','eip20',18,'0xfe049f59963545bf5469f968e04c9646d6e2c2c5');
INSERT OR REPLACE INTO TokenEntity VALUES('bloodloop','avalanche','eip20',18,'0x46b9144771cb3195d66e4eda643a7493fadcaf9d');
INSERT OR REPLACE INTO TokenEntity VALUES('bloomsperg-terminal','solana','spl',6,'4vKEwZ2ZHmHFuQEE69emXV2Zq1EKeJYVCESsMqydpump');
INSERT OR REPLACE INTO TokenEntity VALUES('blox','ethereum','eip20',18,'0x177d39ac676ed1c67a2b268ad7f1e58826e5b0af');
INSERT OR REPLACE INTO TokenEntity VALUES('bloxmove-erc20','binance-smart-chain','eip20',18,'0x40e51e0ec04283e300f12f6bb98da157bb22036e');
INSERT OR REPLACE INTO TokenEntity VALUES('bloxmove-erc20','ethereum','eip20',18,'0x38d9eb07a7b8df7d86f440a4a5c4a4c1a27e1a08');
INSERT OR REPLACE INTO TokenEntity VALUES('blub','sui','sui',2,'0xfa7ac3951fdca92c5200d468d31a365eb03b2be9936fde615e69f0c1274ad3a0::BLUB::BLUB');
INSERT OR REPLACE INTO TokenEntity VALUES('blub-2','avalanche','eip20',18,'0x0f669808d88b2b0b3d23214dcd2a1cc6a8b1b5cd');
INSERT OR REPLACE INTO TokenEntity VALUES('blue-chip-2','solana','spl',6,'DHJVYXsikcimtcVo49FAZqYd1XPYPaXezYhbKArJbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('bluefin','sui','sui',9,'0xe1b45a0e641b9955a20aa0ad1c1f4ad86aad8afb07296d4085e349a50e90bdca');
INSERT OR REPLACE INTO TokenEntity VALUES('bluemove','aptos','aptos',8,'0x27fafcc4e39daac97556af8a803dbb52bcb03f0821898dc845ac54225b9793eb::move_coin::MoveCoin');
INSERT OR REPLACE INTO TokenEntity VALUES('bluemove','sui','sui',9,'0xd9f9b0b4f35276eecd1eea6985bfabe2a2bbd5575f9adb9162ccbdb4ddebde7f::smove::SMOVE');
INSERT OR REPLACE INTO TokenEntity VALUES('bluesparrow-token','ethereum','eip20',9,'0x4d67edef87a5ff910954899f4e5a0aaf107afd42');
INSERT OR REPLACE INTO TokenEntity VALUES('blum','the-open-network','the-open-network',9,'EQCAj5oiRRrXokYsg_B-e0KG9xMwh5upr5I8HQzErm0_BLUM');
INSERT OR REPLACE INTO TokenEntity VALUES('blur','ethereum','eip20',18,'0x5283d291dbcf85356a21ba090e6db59121208b44');
INSERT OR REPLACE INTO TokenEntity VALUES('blurt','binance-smart-chain','eip20',18,'0xb0458283033e5a3f7867f409477f53754b667dcc');
INSERT OR REPLACE INTO TokenEntity VALUES('bluzelle','ethereum','eip20',18,'0x5732046a883704404f284ce41ffadd5b007fd668');
INSERT OR REPLACE INTO TokenEntity VALUES('bluzelle','binance-smart-chain','eip20',18,'0x935a544bf5816e3a7c13db2efe3009ffda0acda2');
INSERT OR REPLACE INTO TokenEntity VALUES('bmchain-token','ethereum','eip20',18,'0xf028adee51533b1b47beaa890feb54a457f51e89');
INSERT OR REPLACE INTO TokenEntity VALUES('bmx','base','eip20',18,'0x548f93779fbc992010c07467cbaf329dd5f059b7');
INSERT OR REPLACE INTO TokenEntity VALUES('bmx','mode','mode',18,'0x66eed5ff1701e6ed8470dc391f05e27b1d0657eb');
INSERT OR REPLACE INTO TokenEntity VALUES('bnb-card','binance-smart-chain','eip20',18,'0xdc06717f367e57a16e06cce0c4761604460da8fc');
INSERT OR REPLACE INTO TokenEntity VALUES('bnb-diamond','binance-smart-chain','eip20',9,'0x3c730718c97a77562866b5d29b33228c019eac68');
INSERT OR REPLACE INTO TokenEntity VALUES('bnb-meme-szn','binance-smart-chain','eip20',18,'0x23b35c7f686cac8297ea6e81a467286481ca4444');
INSERT OR REPLACE INTO TokenEntity VALUES('bnb-tiger-inu','binance-smart-chain','eip20',9,'0xf8584516b7d2c156c763c874d6813e06b57e4cb5');
INSERT OR REPLACE INTO TokenEntity VALUES('bnb-wallstreet-bull','binance-smart-chain','eip20',18,'0xa9b54868089235cf5cf2969d9ada8dbf5d964444');
INSERT OR REPLACE INTO TokenEntity VALUES('bnb48-club-token','binance-smart-chain','eip20',18,'0xe6df05ce8c8301223373cf5b969afcb1498c5528');
INSERT OR REPLACE INTO TokenEntity VALUES('bnbxbt','binance-smart-chain','eip20',18,'0xa18bbdcd86e4178d10ecd9316667cfe4c4aa8717');
INSERT OR REPLACE INTO TokenEntity VALUES('bnktothefuture','ethereum','eip20',18,'0x01ff50f8b7f74e4f00580d9596cd3d0d6d6e326f');
INSERT OR REPLACE INTO TokenEntity VALUES('bns-token','ethereum','eip20',8,'0x19e2a43fbbc643c3b2d9667d858d49cad17bc2b5');
INSERT OR REPLACE INTO TokenEntity VALUES('bnsd-finance','binance-smart-chain','eip20',18,'0xc1165227519ffd22fdc77ceb1037b9b284eef068');
INSERT OR REPLACE INTO TokenEntity VALUES('bnsd-finance','ethereum','eip20',18,'0x668dbf100635f593a3847c0bdaf21f0a09380188');
INSERT OR REPLACE INTO TokenEntity VALUES('bob','ethereum','eip20',18,'0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b');
INSERT OR REPLACE INTO TokenEntity VALUES('bob','binance-smart-chain','eip20',18,'0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b');
INSERT OR REPLACE INTO TokenEntity VALUES('bob','polygon-pos','eip20',18,'0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b');
INSERT OR REPLACE INTO TokenEntity VALUES('bob','optimistic-ethereum','eip20',18,'0xb0b195aefa3650a6908f15cdac7d92f8a5791b0b');
INSERT OR REPLACE INTO TokenEntity VALUES('bob-3','internet-computer','internet-computer',8,'7pail-xaaaa-aaaas-aabmq-cai');
INSERT OR REPLACE INTO TokenEntity VALUES('bob-token','ethereum','eip20',18,'0x7d8146cf21e8d7cbe46054e01588207b51198729');
INSERT OR REPLACE INTO TokenEntity VALUES('boba-network','ethereum','eip20',18,'0x42bbfa2e77757c645eeaad1655e0911a7553efbc');
INSERT OR REPLACE INTO TokenEntity VALUES('boba-network','boba','boba',null,'0xa18bf3994c0cc6e3b63ac420308e5383f53120d7');
INSERT OR REPLACE INTO TokenEntity VALUES('boba-oppa','solana','spl',6,'bobaM3u8QmqZhY1HwAtnvze9DLXvkgKYk3td3t8MLva');
INSERT OR REPLACE INTO TokenEntity VALUES('bobacat','ethereum','eip20',18,'0x03049b395147713ae53c0617093675b4b86dde78');
INSERT OR REPLACE INTO TokenEntity VALUES('bobby-the-cat','solana','spl',6,'2XYgocKz9MvkNVVyj85kdM2VxsUwrJeQUZVD4qmD4dYT');
INSERT OR REPLACE INTO TokenEntity VALUES('bobo-coin','ethereum','eip20',18,'0xb90b2a35c65dbc466b04240097ca756ad2005295');
INSERT OR REPLACE INTO TokenEntity VALUES('bodega','cardano','cardano',6,'5deab590a137066fef0e56f06ef1b830f21bc5d544661ba570bdd2ae');
INSERT OR REPLACE INTO TokenEntity VALUES('bogdanoff-2','solana','spl',6,'4WMcTsfEMNwhpPhfWDrnKAGintoFhmRcN5p1UDB6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('bogged-finance','binance-smart-chain','eip20',18,'0xb09fe1613fe03e7361319d2a43edc17422f36b09');
INSERT OR REPLACE INTO TokenEntity VALUES('bogged-finance','avalanche','eip20',18,'0xb09fe1613fe03e7361319d2a43edc17422f36b09');
INSERT OR REPLACE INTO TokenEntity VALUES('bolivarcoin','bolivarcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bolt','ethereum','eip20',18,'0xd5930c307d7395ff807f2921f12c5eb82131a789');
INSERT OR REPLACE INTO TokenEntity VALUES('bomb','ethereum','eip20',0,'0x1c95b093d6c236d3ef7c796fe33f9cc6b8606714');
INSERT OR REPLACE INTO TokenEntity VALUES('bomb-money','binance-smart-chain','eip20',18,'0x522348779dcb2911539e76a1042aa922f9c47ee3');
INSERT OR REPLACE INTO TokenEntity VALUES('bomber-coin','binance-smart-chain','eip20',18,'0x00e1656e45f18ec6747f5a8496fd39b50b38396d');
INSERT OR REPLACE INTO TokenEntity VALUES('bombie','the-open-network','the-open-network',9,'EQAQZEf6A-BfN8wYVnjdyPWpCXwkTSjhfF5ZWP7AjReM4eEI');
INSERT OR REPLACE INTO TokenEntity VALUES('bombie','binance-smart-chain','eip20',18,'0x7e975d85714b11d862c7cffee3c88d565a139eb7');
INSERT OR REPLACE INTO TokenEntity VALUES('bomo-on-base','base','eip20',18,'0x0215ed0fe07951b2cd68e1b39ffbd0a841fe3c6e');
INSERT OR REPLACE INTO TokenEntity VALUES('bondex','ethereum','eip20',18,'0xbdbdbdd0c22888e63cb9098ad6d68439197cb091');
INSERT OR REPLACE INTO TokenEntity VALUES('bondly','polygon-pos','eip20',18,'0x64ca1571d1476b7a21c5aaf9f1a750a193a103c0');
INSERT OR REPLACE INTO TokenEntity VALUES('bondly','binance-smart-chain','eip20',18,'0x5d0158a5c3ddf47d4ea4517d8db0d76aa2e87563');
INSERT OR REPLACE INTO TokenEntity VALUES('bondly','ethereum','eip20',18,'0x91dfbee3965baaee32784c2d546b7a0c62f268c9');
INSERT OR REPLACE INTO TokenEntity VALUES('bone-shibaswap','ethereum','eip20',18,'0x9813037ee2218799597d83d4a5b6f3b6778218d9');
INSERT OR REPLACE INTO TokenEntity VALUES('bonfida','solana','spl',6,'EchesyfXePKdLtoiZSL8pBe8Myagyy8ZRqsACNCFGnvp');
INSERT OR REPLACE INTO TokenEntity VALUES('bonfire','binance-smart-chain','eip20',9,'0x5e90253fbae4dab78aa351f4e6fed08a64ab5590');
INSERT OR REPLACE INTO TokenEntity VALUES('bongo-cat','solana','spl',9,'HUdqc5MR5h3FssESabPnQ1GTgTcPvnNudAuLj5J6a9sU');
INSERT OR REPLACE INTO TokenEntity VALUES('bonk','solana','spl',5,'DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263');
INSERT OR REPLACE INTO TokenEntity VALUES('bonk-level-saviour-2','solana','spl',6,'5Htub56zFC6gyp4UKKjEb21JTSrWheHbNwbxmXedbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('bonk-staked-sol','solana','spl',9,'BonK1YhkXEGLZzwtcvRTip3gAL9nCeQD7ppZBLXhtTs');
INSERT OR REPLACE INTO TokenEntity VALUES('bonzo-finance','hedera-hashgraph','hedera-hashgraph',8,'0x00000000000000000000000000000000007e545e');
INSERT OR REPLACE INTO TokenEntity VALUES('book-of-binance','binance-smart-chain','eip20',18,'0xc9ad421f96579ace066ec188a7bba472fb83017f');
INSERT OR REPLACE INTO TokenEntity VALUES('book-of-ethereum','ethereum','eip20',18,'0x289ff00235d2b98b0145ff5d4435d3e92f9540a6');
INSERT OR REPLACE INTO TokenEntity VALUES('book-of-meme','solana','spl',6,'ukHH6c7mMyiWCf1b9pnWe25TSpkDDt3H5pQZgZ74J82');
INSERT OR REPLACE INTO TokenEntity VALUES('boom-2','binance-smart-chain','eip20',18,'0xce7c3b5e058c196a0eaaa21f8e4bf8c2c07c2935');
INSERT OR REPLACE INTO TokenEntity VALUES('boomer','base','eip20',18,'0xcde172dc5ffc46d228838446c57c1227e0b82049');
INSERT OR REPLACE INTO TokenEntity VALUES('boop-2','solana','spl',8,'2HrZ5R18H48b8ptL3n8N5zX65zDB4o2cMCHcP3QfSfye');
INSERT OR REPLACE INTO TokenEntity VALUES('boop-2','arbitrum-one','eip20',18,'0x13a7dedb7169a17be92b0e3c7c2315b46f4772b3');
INSERT OR REPLACE INTO TokenEntity VALUES('boop-4','binance-smart-chain','eip20',18,'0x9a70815dfb644a24b57358e1041f8d0324c8f6e1');
INSERT OR REPLACE INTO TokenEntity VALUES('boop-4','solana','spl',9,'boopkpWqe68MSxLqBGogs8ZbUDN4GXaLhFwNP7mpP1i');
INSERT OR REPLACE INTO TokenEntity VALUES('boopa','solana','spl',9,'JmMRbLcKgNCu17yHZDAn4strE5NjmWJ4pCeJ7s7boop');
INSERT OR REPLACE INTO TokenEntity VALUES('boost-2','ethereum','eip20',18,'0xbe7e12b2e128bc955a0130ffb168f031d7dd8d58');
INSERT OR REPLACE INTO TokenEntity VALUES('boost-2','binance-smart-chain','eip20',18,'0xbe7e12b2e128bc955a0130ffb168f031d7dd8d58');
INSERT OR REPLACE INTO TokenEntity VALUES('bora','ethereum','eip20',18,'0x26fb86579e371c7aedc461b2ddef0a8628c93d3b');
INSERT OR REPLACE INTO TokenEntity VALUES('bora','kaia','eip20',18,'0x02cbe46fb8a1f579254a9b485788f2d86cad51aa');
INSERT OR REPLACE INTO TokenEntity VALUES('borgy','solana','spl',5,'BorGY4ub2Fz4RLboGxnuxWdZts7EKhUTB624AFmfCgX');
INSERT OR REPLACE INTO TokenEntity VALUES('boring-protocol','solana','spl',8,'BLwTnYKqf7u4qjgZrrsKeNs2EzWkMLqVCu6j8iHyrNA3');
INSERT OR REPLACE INTO TokenEntity VALUES('boringdao','ethereum','eip20',18,'0xbc19712feb3a26080ebf6f2f7849b417fdd792ca');
INSERT OR REPLACE INTO TokenEntity VALUES('boringdao','binance-smart-chain','eip20',18,'0xffeecbf8d7267757c2dc3d13d730e97e15bfdf7f');
INSERT OR REPLACE INTO TokenEntity VALUES('boringdao-[old]','ethereum','eip20',18,'0x3c9d6c1c73b31c837832c72e04d3152f051fc1a9');
INSERT OR REPLACE INTO TokenEntity VALUES('boringdao-[old]','binance-smart-chain','eip20',18,'0x92d7756c60dcfd4c689290e8a9f4d263b3b32241');
INSERT OR REPLACE INTO TokenEntity VALUES('bosagora','ethereum','eip20',7,'0x746dda2ea243400d5a63e0700f190ab79f06489e');
INSERT OR REPLACE INTO TokenEntity VALUES('boson-protocol','ethereum','eip20',18,'0xc477d038d5420c6a9e0b031712f61c5120090de9');
INSERT OR REPLACE INTO TokenEntity VALUES('boss','binance-smart-chain','eip20',9,'0x49324d59327fb799813b902db55b2a118d601547');
INSERT OR REPLACE INTO TokenEntity VALUES('botify','solana','spl',6,'BYZ9CcZGKAXmN2uDsKcQMM9UnZacija4vWcns9Th69xb');
INSERT OR REPLACE INTO TokenEntity VALUES('botto','ethereum','eip20',18,'0x9dfad1b7102d46b1b197b90095b5c4e9f5845bba');
INSERT OR REPLACE INTO TokenEntity VALUES('bottos','ethereum','eip20',18,'0x36905fc93280f52362a1cbab151f25dc46742fb5');
INSERT OR REPLACE INTO TokenEntity VALUES('botxcoin','ethereum','eip20',18,'0xef19f4e48830093ce5bc8b3ff7f903a0ae3e9fa1');
INSERT OR REPLACE INTO TokenEntity VALUES('boundless','binance-smart-chain','eip20',18,'0x15247e6e23d3923a853ccf15940a20ccdf16e94a');
INSERT OR REPLACE INTO TokenEntity VALUES('boundless','ethereum','eip20',18,'0x000006c2a22ff4a44ff1f5d0f2ed65f781f55555');
INSERT OR REPLACE INTO TokenEntity VALUES('bountymarketcap','ethereum','eip20',18,'0xd945d2031b4c63c0e363304fb771f709b502dc0a');
INSERT OR REPLACE INTO TokenEntity VALUES('boxbet','ethereum','eip20',18,'0x33f289d91286535c47270c8479f6776fb3adeb3e');
INSERT OR REPLACE INTO TokenEntity VALUES('bozo-hybrid','solana','spl',9,'EJPtJEDogxzDbvM8qvAsqYbLmPj5n1vQeqoAzj9Yfv3q');
INSERT OR REPLACE INTO TokenEntity VALUES('bracky','base','eip20',18,'0x06f71fb90f84b35302d132322a3c90e4477333b0');
INSERT OR REPLACE INTO TokenEntity VALUES('brainlet-2','solana','spl',6,'8NNXWrWVctNw1UFeaBypffimTdcLCcD8XJzHvYsmgwpF');
INSERT OR REPLACE INTO TokenEntity VALUES('braintrust','ethereum','eip20',18,'0x799ebfabe77a6e34311eeee9825190b9ece32824');
INSERT OR REPLACE INTO TokenEntity VALUES('brandpad-finance','binance-smart-chain','eip20',9,'0x4d993ec7b44276615bb2f6f20361ab34fbf0ec49');
INSERT OR REPLACE INTO TokenEntity VALUES('brat','base','eip20',18,'0xb4d4ff3fcbd6965962a79229aa94631d394217cb');
INSERT OR REPLACE INTO TokenEntity VALUES('brazil-fan-token','Bitcichain','Bitcichain',null,'0x4270a3d1a61fc6b86ea9e19730e529acee592c3b');
INSERT OR REPLACE INTO TokenEntity VALUES('bread','ethereum','eip20',18,'0x558ec3152e2eb2174905cd19aea4e34a23de9ad6');
INSERT OR REPLACE INTO TokenEntity VALUES('breakout-bro-by-virtuals','base','eip20',18,'0xd9ea811a51d6fe491d27c2a0442b3f577852874d');
INSERT OR REPLACE INTO TokenEntity VALUES('breederdao','ethereum','eip20',18,'0x94e9eb8b5ab9fd6b9ea3169d55ffade62a01702e');
INSERT OR REPLACE INTO TokenEntity VALUES('brett-memecoin','ethereum','eip20',9,'0x240d6faf8c3b1a7394e371792a3bf9d28dd65515');
INSERT OR REPLACE INTO TokenEntity VALUES('brian','base','eip20',18,'0x3ecced5b416e58664f04a39dd18935eb71d33b15');
INSERT OR REPLACE INTO TokenEntity VALUES('brick','gnosis','eip20',18,'0x2f9cebf5de3bc25e0643d0e66134e5bf5c48e191');
INSERT OR REPLACE INTO TokenEntity VALUES('brick-token','binance-smart-chain','eip20',18,'0x4e5ab517719a2bdbafefc22c712d7b5bc5f5544e');
INSERT OR REPLACE INTO TokenEntity VALUES('bridge-mutual','ethereum','eip20',18,'0x725c263e32c72ddc3a19bea12c5a0479a81ee688');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-tether-linea','linea','linea',6,'0xa219439258ca9da29e9cc4ce5596924745e12b93');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-tether-starkgate','starknet','starknet',6,'0x68f5c6a61780768455de69077e07e89787839bf8166decfbf92b645209c0fb8');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-usd-coin-base','base','eip20',6,'0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-usd-coin-linea','linea','linea',6,'0x176211869ca2b568f2a7d4ee941e073a821ee1ff');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-usd-coin-optimism','optimistic-ethereum','eip20',6,'0x7f5c764cbc14f9669b88837ca1490cca17c31607');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-usd-coin-starkgate','starknet','starknet',6,'0x53c91253bc9682c04929ca02ed00b3e423f6710d2ee7e0d5ebb06f3ecf368a8');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-usdc-gnosis','xdai','xdai',6,'0x2a22f9c3b484c3629090feed35f17ff8f88f76f0');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-usdc-polygon-pos-bridge','polygon-pos','eip20',6,'0x2791bca1f2de4661ed88a30c99a7a9449aa84174');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-wrapped-bitcoin-starkgate','starknet','starknet',8,'0x3fe2b97c1fd336e750087d68b9b867997fd64a2661ff3ca5a7c771641e8e7ac');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-wrapped-ether-starkgate','starknet','starknet',18,'0x49d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7');
INSERT OR REPLACE INTO TokenEntity VALUES('bridged-wrapped-steth-gnosis','xdai','xdai',18,'0x6c76971f98945ae98dd7d4dfca8711ebea946ea6');
INSERT OR REPLACE INTO TokenEntity VALUES('bright-token','ethereum','eip20',18,'0x5dd57da40e6866c9fcc34f4b6ddc89f1ba740dfe');
INSERT OR REPLACE INTO TokenEntity VALUES('bright-token','gnosis','eip20',18,'0x83ff60e2f93f8edd0637ef669c69d5fb4f64ca8e');
INSERT OR REPLACE INTO TokenEntity VALUES('bright-union','ethereum','eip20',18,'0xbeab712832112bd7664226db7cd025b153d3af55');
INSERT OR REPLACE INTO TokenEntity VALUES('brla-digital-brla','polygon-pos','eip20',18,'0xe6a537a407488807f0bbeb0038b79004f19dddfb');
INSERT OR REPLACE INTO TokenEntity VALUES('brla-digital-brla','moonbeam','moonbeam',18,'0xfeb25f3fddad13f82c4d6dbc1481516f62236429');
INSERT OR REPLACE INTO TokenEntity VALUES('brla-digital-brla','celo','celo',18,'0xfecb3f7c54e2caae9dc6ac9060a822d47e053760');
INSERT OR REPLACE INTO TokenEntity VALUES('brla-digital-brla','xdai','xdai',18,'0xfecb3f7c54e2caae9dc6ac9060a822d47e053760');
INSERT OR REPLACE INTO TokenEntity VALUES('broak-on-base','base','eip20',18,'0x02537463e57a44f861ee861ba4f590c413f984a6');
INSERT OR REPLACE INTO TokenEntity VALUES('broccoli-3','binance-smart-chain','eip20',18,'0x12b4356c65340fb02cdff01293f95febb1512f3b');
INSERT OR REPLACE INTO TokenEntity VALUES('broccoli-4','binance-smart-chain','eip20',18,'0x23d3f4eaaa515403c6765bb623f287a8cca28f2b');
INSERT OR REPLACE INTO TokenEntity VALUES('brokoli','ethereum','eip20',18,'0x4674a4f24c5f63d53f22490fb3a08eaaad739ff8');
INSERT OR REPLACE INTO TokenEntity VALUES('brokoli','binance-smart-chain','eip20',18,'0x66cafcf6c32315623c7ffd3f2ff690aa36ebed38');
INSERT OR REPLACE INTO TokenEntity VALUES('brot','solana','spl',6,'DdEWen5QEDFZmBJLscgwY81mbZLNZ642zMuR5YLVv8vH');
INSERT OR REPLACE INTO TokenEntity VALUES('brz','solana','spl',4,'FtgGSFADXBtroxq8VCausXRr2of47QBf5AS1NtZCu4GD');
INSERT OR REPLACE INTO TokenEntity VALUES('brz','ethereum','eip20',4,'0x420412e765bfa6d85aaac94b4f7b708c89be2e2b');
INSERT OR REPLACE INTO TokenEntity VALUES('bsc-station','binance-smart-chain','eip20',18,'0xbcb24afb019be7e93ea9c43b7e22bb55d5b7f45d');
INSERT OR REPLACE INTO TokenEntity VALUES('bscex','binance-smart-chain','eip20',18,'0x5ac52ee5b2a633895292ff6d8a89bb9190451587');
INSERT OR REPLACE INTO TokenEntity VALUES('bsclaunch','binance-smart-chain','eip20',18,'0xb60501346240fcde1615de56ea9fff1ac1da5673');
INSERT OR REPLACE INTO TokenEntity VALUES('bscpad','binance-smart-chain','eip20',18,'0x5a3010d4d8d3b5fb49f8b6e57fb9e48063f16700');
INSERT OR REPLACE INTO TokenEntity VALUES('bscstarter','avalanche','eip20',18,'0xf44fb887334fa17d2c5c0f970b5d320ab53ed557');
INSERT OR REPLACE INTO TokenEntity VALUES('bscstarter','binance-smart-chain','eip20',18,'0x31d0a7ada4d4c131eb612db48861211f63e57610');
INSERT OR REPLACE INTO TokenEntity VALUES('bscstarter','polygon-pos','eip20',18,'0x6ccf12b480a99c54b23647c995f4525d544a7e72');
INSERT OR REPLACE INTO TokenEntity VALUES('bscstarter','ethereum','eip20',18,'0x1d7ca62f6af49ec66f6680b8606e634e55ef22c1');
INSERT OR REPLACE INTO TokenEntity VALUES('bsquared-network','binance-smart-chain','eip20',18,'0x783c3f003f172c6ac5ac700218a357d2d66ee2a2');
INSERT OR REPLACE INTO TokenEntity VALUES('bsx','base','eip20',18,'0xd47f3e45b23b7594f5d5e1ccfde63237c60be49e');
INSERT OR REPLACE INTO TokenEntity VALUES('btc-2x-flexible-leverage-index','ethereum','eip20',18,'0x0b498ff89709d3838a063f1dfa463091f9801c2b');
INSERT OR REPLACE INTO TokenEntity VALUES('btc-proxy','polygon-pos','eip20',8,'0x9c32185b81766a051e08de671207b34466dd1021');
INSERT OR REPLACE INTO TokenEntity VALUES('btc-proxy','ethereum','eip20',8,'0x9c32185b81766a051e08de671207b34466dd1021');
INSERT OR REPLACE INTO TokenEntity VALUES('btc-standard-hashrate-token','binance-smart-chain','eip20',17,'0x78650b139471520656b9e7aa7a5e9276814a38e9');
INSERT OR REPLACE INTO TokenEntity VALUES('btf','btf','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('btrips','ethereum','eip20',18,'0x5ea82c27efc7634f1c5ad20a3561c453433a2f3a');
INSERT OR REPLACE INTO TokenEntity VALUES('btse-token','ethereum','eip20',8,'0x666d875c600aa06ac1cf15641361dec3b00432ef');
INSERT OR REPLACE INTO TokenEntity VALUES('btu-protocol','ethereum','eip20',18,'0xb683d83a532e2cb7dfa5275eed3698436371cc9f');
INSERT OR REPLACE INTO TokenEntity VALUES('btu-protocol','polygon-pos','eip20',18,'0xfdc26cda2d2440d0e83cd1dee8e8be48405806dc');
INSERT OR REPLACE INTO TokenEntity VALUES('bubb','binance-smart-chain','eip20',18,'0xd5369a3cac0f4448a9a96bb98af9c887c92fc37b');
INSERT OR REPLACE INTO TokenEntity VALUES('bubblemaps','solana','spl',9,'FQgtfugBdpFN7PZ6NdPrZpVLDBrPGxXesi4gVu3vErhY');
INSERT OR REPLACE INTO TokenEntity VALUES('bubblemaps','binance-smart-chain','eip20',18,'0x7d814b9ed370ec0a502edc3267393bf62d891b62');
INSERT OR REPLACE INTO TokenEntity VALUES('bubbles-2','aptos','aptos',8,'0xd6a49762f6e4f7401ee79be6f5d4111e70db1408966ba1aa204e6e10c9d437ca::bubbles::BubblesCoin');
INSERT OR REPLACE INTO TokenEntity VALUES('bucket-protocol-buck-stablecoin','sui','sui',9,'0xce7ff77a83ea0cb6fd39bd8748e2ec89a3f41e8efdc3f4eb123e0ca37b184db2::buck::BUCK');
INSERT OR REPLACE INTO TokenEntity VALUES('bucket-token','sui','sui',9,'0xbc858cb910b9914bee64fff0f9b38855355a040c49155a17b265d9086d256545::but::BUT');
INSERT OR REPLACE INTO TokenEntity VALUES('bucky-2','solana','spl',6,'7hZmPPkBDYbFpvzQW54sX3DQHQjEVsVcCFRWsvCdbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('buff-doge-coin','binance-smart-chain','eip20',9,'0x23125108bc4c63e4677b2e253fa498ccb4b3298b');
INSERT OR REPLACE INTO TokenEntity VALUES('bugscoin','binance-smart-chain','eip20',18,'0xa4b68d48d7bc6f04420e8077e6f74bdef809dea3');
INSERT OR REPLACE INTO TokenEntity VALUES('buidl','solana','spl',6,'3HfLqhtF5hR5dyBXh6BMtRaTm9qzStvEGuMa8Gx6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('build-3','solana','spl',6,'AuLFCTA8V8katsgpkFsezQtkHodJby5M4KB2VryTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('build-on','binance-smart-chain','eip20',18,'0x6bdcce4a559076e37755a78ce0c06214e59e4444');
INSERT OR REPLACE INTO TokenEntity VALUES('build-on-bnb','binance-smart-chain','eip20',18,'0x51363f073b1e4920fda7aa9e9d84ba97ede1560e');
INSERT OR REPLACE INTO TokenEntity VALUES('bull-coin','binance-smart-chain','eip20',18,'0xf483af09917ba63f1e274056978036d266eb56e6');
INSERT OR REPLACE INTO TokenEntity VALUES('bulla-2','sui','sui',8,'0xeec46a9527885ade0b62b984315f2f45d4cd40d9a8c19a553e553e722ab33239::bulla::BULLA');
INSERT OR REPLACE INTO TokenEntity VALUES('bulla-3','binance-smart-chain','eip20',18,'0x595e21b20e78674f8a64c1566a20b2b316bc3511');
INSERT OR REPLACE INTO TokenEntity VALUES('bulldogito','binance-smart-chain','eip20',18,'0xd10d6f1d4b905b67735a62079743723e6f3c19c3');
INSERT OR REPLACE INTO TokenEntity VALUES('bullish-degen','solana','spl',6,'C2omVhcvt3DDY77S2KZzawFJQeETZofgZ4eNWWkXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('bullperks','binance-smart-chain','eip20',18,'0xfe1d7f7a8f0bda6e415593a2e4f82c64b446d404');
INSERT OR REPLACE INTO TokenEntity VALUES('bullshark','sui','sui',9,'0xb3a1146f8dba4f5940480764f204047d8ce0794286c8e5bdc1c111ca2a2ea8ae::bullshark::BULLSHARK');
INSERT OR REPLACE INTO TokenEntity VALUES('bumper','ethereum','eip20',18,'0x785c34312dfa6b74f6f1829f79ade39042222168');
INSERT OR REPLACE INTO TokenEntity VALUES('bundles','ethereum','eip20',18,'0x8d3e855f3f55109d473735ab76f753218400fe96');
INSERT OR REPLACE INTO TokenEntity VALUES('bundles','binance-smart-chain','eip20',18,'0x9c1a3e3a69f83bdf98a51e4a552bbc2e479d45e7');
INSERT OR REPLACE INTO TokenEntity VALUES('bunicorn','binance-smart-chain','eip20',18,'0x0e7beec376099429b85639eb3abe7cf22694ed49');
INSERT OR REPLACE INTO TokenEntity VALUES('bunni','ethereum','eip20',18,'0x000000c396558ffbab5ea628f39658bdf61345b3');
INSERT OR REPLACE INTO TokenEntity VALUES('bunny-token-polygon','polygon-pos','eip20',18,'0x4c16f69302ccb511c5fac682c7626b9ef0dc126a');
INSERT OR REPLACE INTO TokenEntity VALUES('bunnypark','binance-smart-chain','eip20',18,'0xacb8f52dc63bb752a51186d1c55868adbffee9c1');
INSERT OR REPLACE INTO TokenEntity VALUES('bunnypark-game','binance-smart-chain','eip20',18,'0xd04c116c4f02f3cca44b7d4e5209225c8779c8b8');
INSERT OR REPLACE INTO TokenEntity VALUES('bunpoodle','ethereum','eip20',18,'0x6fb4f9d98f6628bccb8d8576b24460cc89ba1d88');
INSERT OR REPLACE INTO TokenEntity VALUES('burency','ethereum','eip20',18,'0x31fdd1c6607f47c14a2821f599211c67ac20fa96');
INSERT OR REPLACE INTO TokenEntity VALUES('burger-swap','binance-smart-chain','eip20',18,'0xae9269f27437f0fcbc232d39ec814844a51d6b8f');
INSERT OR REPLACE INTO TokenEntity VALUES('burnedfi','binance-smart-chain','eip20',18,'0x19c018e13cff682e729cc7b5fb68c8a641bf98a4');
INSERT OR REPLACE INTO TokenEntity VALUES('busy-dao','ethereum','eip20',18,'0x5cb3ce6d081fb00d5f6677d196f2d70010ea3f4a');
INSERT OR REPLACE INTO TokenEntity VALUES('buttcoin-4','solana','spl',6,'FasH397CeZLNYWkd3wWK9vrmjd1z93n3b59DssRXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('butthole-coin','solana','spl',6,'CboMcTUYUcy9E6B3yGdFn6aEsGUnYV6yWeoeukw6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('buttholes','solana','spl',6,'EVgPUtiE6Fg7T6RY16ACmydX7uucpCaqsK3es3u2pump');
INSERT OR REPLACE INTO TokenEntity VALUES('buy-the-hat','solana','spl',9,'ESBCnCXtEZDmX8QnHU6qMZXd9mvjSAZVoYaLKKADBAGS');
INSERT OR REPLACE INTO TokenEntity VALUES('buying','ethereum','eip20',2,'0x396ec402b42066864c406d1ac3bc86b575003ed8');
INSERT OR REPLACE INTO TokenEntity VALUES('buying','binance-smart-chain','eip20',18,'0x40225c6277b29bf9056b4acb7ee1512cbff11671');
INSERT OR REPLACE INTO TokenEntity VALUES('buying','algorand','algorand',null,'137020565');
INSERT OR REPLACE INTO TokenEntity VALUES('buz-economy','base','eip20',4,'0xc73dc7ae7a4fa40517aafa941ae1ee436b91a12c');
INSERT OR REPLACE INTO TokenEntity VALUES('bvm','ethereum','eip20',18,'0x069d89974f4edabde69450f9cf5cf7d8cbd2568d');
INSERT OR REPLACE INTO TokenEntity VALUES('bxh','huobi-token','huobi-token',null,'0xcbd6cb9243d8e3381fea611ef023e17d1b7aedf0');
INSERT OR REPLACE INTO TokenEntity VALUES('bybit-staked-sol','solana','spl',9,'Bybit2vBJGhPF52GBdNaQfUJ6ZpThSgHBobjWZpLPb4B');
INSERT OR REPLACE INTO TokenEntity VALUES('byte-3','base','eip20',18,'0x2d90785e30a9df6cce329c0171cb8ba0f4a5c17b');
INSERT OR REPLACE INTO TokenEntity VALUES('byteball','binance-smart-chain','eip20',18,'0xeb34de0c4b2955ce0ff1526cdf735c9e6d249d09');
INSERT OR REPLACE INTO TokenEntity VALUES('byteball','polygon-pos','eip20',18,'0xab5f7a0e20b0d056aed4aa4528c78da45be7308b');
INSERT OR REPLACE INTO TokenEntity VALUES('byteball','ethereum','eip20',18,'0x31f69de127c8a0ff10819c0955490a4ae46fcc2a');
INSERT OR REPLACE INTO TokenEntity VALUES('bytecoin','bytecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('bytenext','binance-smart-chain','eip20',18,'0x4954e0062e0a7668a2fe3df924cd20e6440a7b77');
INSERT OR REPLACE INTO TokenEntity VALUES('bzx-protocol','ethereum','eip20',18,'0x56d811088235f11c8920698a204a5010a788f4b3');
INSERT OR REPLACE INTO TokenEntity VALUES('c1usd','ethereum','eip20',18,'0x40caa7912437002ee2c8415d43e7f575c733674c');
INSERT OR REPLACE INTO TokenEntity VALUES('c1usd','stellar','stellar',7,'C1USD-GDCDFF6ZZP3HVODSVJYAN6IRNGWGPLVFKH23RY2OFHFGGVCGBXSDPKTU');
INSERT OR REPLACE INTO TokenEntity VALUES('c8ntinuum','ethereum','eip20',18,'0xc8ef4398664b2eed5ee560544f659083d98a3888');
INSERT OR REPLACE INTO TokenEntity VALUES('c8ntinuum','solana','spl',9,'C8qKVjKNf6JH2yrVVf3aFyny6ZCbHCJUBXTQAT2Em888');
INSERT OR REPLACE INTO TokenEntity VALUES('c8ntinuum','binance-smart-chain','eip20',18,'0xc8ef4398664b2eed5ee560544f659083d98a3888');
INSERT OR REPLACE INTO TokenEntity VALUES('ca-htb','ethereum','eip20',18,'0x9ee8c380e1926730ad89e91665ff27063b13c90a');
INSERT OR REPLACE INTO TokenEntity VALUES('caave','ethereum','eip20',8,'0xe65cdb6479bac1e22340e4e755fae7e509ecd06c');
INSERT OR REPLACE INTO TokenEntity VALUES('caesar','solana','spl',9,'G4uJcvo5UAJ3fU1gj96e5DjBJU2RDDPx9Txzbjw6Y3LA');
INSERT OR REPLACE INTO TokenEntity VALUES('caica-coin','caica-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cainam','solana','spl',6,'2mhszy8YHwqs1fxruVHQQAUmNcfq31mtkmYYtNZNpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cakepie-xyz','binance-smart-chain','eip20',18,'0x2b5d9adea07b590b638ffc165792b2c610eda649');
INSERT OR REPLACE INTO TokenEntity VALUES('calamari-network','calamari-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('calaxy','hedera-hashgraph','hedera-hashgraph',6,'0.0.859814');
INSERT OR REPLACE INTO TokenEntity VALUES('caldera','ethereum','eip20',18,'0xe2ad0bf751834f2fbdc62a41014f84d67ca1de2a');
INSERT OR REPLACE INTO TokenEntity VALUES('caldera','binance-smart-chain','eip20',18,'0x00312400303d02c323295f6e8b7309bc30fb6bce');
INSERT OR REPLACE INTO TokenEntity VALUES('caliber','binance-smart-chain','eip20',18,'0x6a37f1219f367f8a369a2e2d00c8dbe0354086dd');
INSERT OR REPLACE INTO TokenEntity VALUES('calicoin','ethereum','eip20',18,'0xb8fa12f8409da31a4fc43d15c4c78c33d8213b9b');
INSERT OR REPLACE INTO TokenEntity VALUES('callisto','callisto','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('calvin-in-the-cabal','solana','spl',6,'229vWzBTiUNdraYpVtSH9usTwwVxcyPDbBWf1zEPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('camel-dad','solana','spl',6,'AHeSgUwaAqXLXuoidLWeHMeYVH8SgaHB7QjwG3DZZDw6');
INSERT OR REPLACE INTO TokenEntity VALUES('camelot-token','arbitrum-one','eip20',18,'0x3d9907f9a368ad0a51be60f7da3b97cf940982d8');
INSERT OR REPLACE INTO TokenEntity VALUES('camp-network','ethereum','eip20',18,'0x84eaac1b2dc3f84d92ff84c3ec205b1fa74671fc');
INSERT OR REPLACE INTO TokenEntity VALUES('candle-tv','solana','spl',6,'A8bcY1eSenMiMy75vgSnp6ShMfWHRHjeM6JxfM1CNDL');
INSERT OR REPLACE INTO TokenEntity VALUES('canto','canto','canto',null,'0x826551890dc65655a0aceca109ab11abdbd7a07b');
INSERT OR REPLACE INTO TokenEntity VALUES('canto','canto','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('caocao','binance-smart-chain','eip20',18,'0x78d403a0044ef6d987791fafda8deab0efd18888');
INSERT OR REPLACE INTO TokenEntity VALUES('cap','ethereum','eip20',18,'0x43044f861ec040db59a7e324c40507addb673142');
INSERT OR REPLACE INTO TokenEntity VALUES('cap','arbitrum-one','eip20',18,'0x031d35296154279dc1984dcd93e392b1f946737b');
INSERT OR REPLACE INTO TokenEntity VALUES('cap-usd','ethereum','eip20',18,'0xcccc62962d17b8914c62d74ffb843d73b2a3cccc');
INSERT OR REPLACE INTO TokenEntity VALUES('capital-dao-starter-token','ethereum','eip20',18,'0x3c48ca59bf2699e51d4974d4b6d284ae52076e5e');
INSERT OR REPLACE INTO TokenEntity VALUES('cappuccino-assassino','ethereum','eip20',18,'0xa13cd21c032d9360b5df9fe311a59d26c28c08a7');
INSERT OR REPLACE INTO TokenEntity VALUES('captain-kuma','solana','spl',9,'QdyjMr627PR7NtWdcEcgFmDm5haBVUWEcj4jdM4boop');
INSERT OR REPLACE INTO TokenEntity VALUES('captainbnb','binance-smart-chain','eip20',18,'0x47a1eb0b825b73e6a14807beaecafef199d5477c');
INSERT OR REPLACE INTO TokenEntity VALUES('car-2','binance-smart-chain','eip20',18,'0xbb1106c7deb7cc60efa51391760b14aed8cb5bed');
INSERT OR REPLACE INTO TokenEntity VALUES('carbon','binance-smart-chain','eip20',18,'0x5a4fb10e7c4cbb9a2b9d9a942f9a875ebd3489ea');
INSERT OR REPLACE INTO TokenEntity VALUES('carbon','polygon-pos','eip20',18,'0x89ef0900b0a6b5548ab2ff58ef588f9433b5fcf5');
INSERT OR REPLACE INTO TokenEntity VALUES('carbon','ethereum','eip20',18,'0xcdeee767bed58c5325f68500115d4b722b3724ee');
INSERT OR REPLACE INTO TokenEntity VALUES('carbon-browser','binance-smart-chain','eip20',18,'0x04756126f044634c9a0f0e985e60c88a51acc206');
INSERT OR REPLACE INTO TokenEntity VALUES('cardano','cardano','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cardence','binance-smart-chain','eip20',18,'0xfa17b330bcc4e7f3e2456996d89a5a54ab044831');
INSERT OR REPLACE INTO TokenEntity VALUES('cardstack','ethereum','eip20',18,'0x954b890704693af242613edef1b603825afcd708');
INSERT OR REPLACE INTO TokenEntity VALUES('cargox','ethereum','eip20',18,'0xb6ee9668771a79be7967ee29a63d4184f8097143');
INSERT OR REPLACE INTO TokenEntity VALUES('cargox','polygon-pos','eip20',18,'0xf2ae0038696774d65e67892c9d301c5f2cbbda58');
INSERT OR REPLACE INTO TokenEntity VALUES('carlo','base','eip20',18,'0x38d513ec43dda20f323f26c7bef74c5cf80b6477');
INSERT OR REPLACE INTO TokenEntity VALUES('carlo-acutis','solana','spl',6,'EQs4DEeaSyrhRPM6JPsf2ptLf4EHkcGXB7ybeufxpump');
INSERT OR REPLACE INTO TokenEntity VALUES('carnomaly','ethereum','eip20',18,'0x884ddbb5dc6c2cef77d3e74c6ccca315797d655b');
INSERT OR REPLACE INTO TokenEntity VALUES('carrot-2','solana','spl',9,'CRTx1JouZhzSU6XytsE42UQraoGqiHgxabocVfARTy2s');
INSERT OR REPLACE INTO TokenEntity VALUES('carrot-by-puffer','ethereum','eip20',18,'0x282a69142bac47855c3fbe1693fcc4ba3b4d5ed6');
INSERT OR REPLACE INTO TokenEntity VALUES('carry','ethereum','eip20',18,'0x115ec79f1de567ec68b7ae7eda501b406626478e');
INSERT OR REPLACE INTO TokenEntity VALUES('cartesi','arbitrum-one','eip20',18,'0x319f865b287fcc10b30d8ce6144e8b6d1b476999');
INSERT OR REPLACE INTO TokenEntity VALUES('cartesi','polygon-pos','eip20',18,'0x2727ab1c2d22170abc9b595177b2d5c6e1ab7b7b');
INSERT OR REPLACE INTO TokenEntity VALUES('cartesi','avalanche','eip20',18,'0x6b289cceaa8639e3831095d75a3e43520fabf552');
INSERT OR REPLACE INTO TokenEntity VALUES('cartesi','binance-smart-chain','eip20',18,'0x8da443f84fea710266c8eb6bc34b71702d033ef2');
INSERT OR REPLACE INTO TokenEntity VALUES('cartesi','ethereum','eip20',18,'0x491604c0fdf08347dd1fa4ee062a822a5dd06b5d');
INSERT OR REPLACE INTO TokenEntity VALUES('carv','solana','spl',6,'AFJtnuqGMaj5jAo6Pwxo28r1f7XAXXTSA8q3rG3q8b4A');
INSERT OR REPLACE INTO TokenEntity VALUES('carv','arbitrum-one','eip20',18,'0xc08cd26474722ce93f4d0c34d16201461c10aa8c');
INSERT OR REPLACE INTO TokenEntity VALUES('carv','base','eip20',18,'0xc08cd26474722ce93f4d0c34d16201461c10aa8c');
INSERT OR REPLACE INTO TokenEntity VALUES('carv','ethereum','eip20',18,'0xc08cd26474722ce93f4d0c34d16201461c10aa8c');
INSERT OR REPLACE INTO TokenEntity VALUES('carvertical','ethereum','eip20',18,'0x50bc2ecc0bfdf5666640048038c1aba7b7525683');
INSERT OR REPLACE INTO TokenEntity VALUES('cas9','solana','spl',6,'3up9oA3hqCYRoxXhnAeUBfLv3oNrTCyAqL44t82qpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cash-4','solana','spl',6,'CASHx9KJUStyftLFWGvEVf59SGeG9sh5FfcnZMVPCASH');
INSERT OR REPLACE INTO TokenEntity VALUES('cashaa','binance-smart-chain','eip20',18,'0x780207b8c0fdc32cf60e957415bfa1f2d4d9718c');
INSERT OR REPLACE INTO TokenEntity VALUES('cashbackpro','ethereum','eip20',18,'0x6f4ee03ca6c942c9397d2ba5f8f83ea58f918f47');
INSERT OR REPLACE INTO TokenEntity VALUES('cashcow','solana','spl',6,'CowKesoLUaHSbAMaUxJUj7eodHHsaLsS65cy8NFyRDGP');
INSERT OR REPLACE INTO TokenEntity VALUES('cashcow','binance-smart-chain','eip20',9,'0x8b6fa031c7d2e60fbfe4e663ec1b8f37df1ba483');
INSERT OR REPLACE INTO TokenEntity VALUES('casinocoin','casinocoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('casper-ai','binance-smart-chain','eip20',18,'0xadcdbcb0db9edf31509971f64f0a8e0fc53b384d');
INSERT OR REPLACE INTO TokenEntity VALUES('casper-network','casper-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cat-in-a-dogs-world','solana','spl',5,'MEW1gQWJ3nEXg2qgERiKu7FAFj79PHvQVREQUzScPP5');
INSERT OR REPLACE INTO TokenEntity VALUES('cat-terminal','solana','spl',6,'4HBQm2EhdpUWZkTYxttxNDnsoWi5beRAGWHpjVo8pump');
INSERT OR REPLACE INTO TokenEntity VALUES('cat-token','ethereum','eip20',18,'0x56015bbe3c01fe05bc30a8a9a9fd9a88917e7db3');
INSERT OR REPLACE INTO TokenEntity VALUES('catalorian','ethereum','eip20',18,'0x8baf5d75cae25c7df6d1e0d26c52d19ee848301a');
INSERT OR REPLACE INTO TokenEntity VALUES('catana','solana','spl',6,'GmbC2HgWpHpq9SHnmEXZNT5e1zgcU9oASDqbAkGTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('catbonk','binance-smart-chain','eip20',9,'0xdfaabaa57dec10c049335bdaa2e949b4ce2ead30');
INSERT OR REPLACE INTO TokenEntity VALUES('catcoin-cash','ethereum','eip20',9,'0x59f4f336bf3d0c49dbfba4a74ebd2a6ace40539a');
INSERT OR REPLACE INTO TokenEntity VALUES('catcoin-cash','solana','spl',3,'7hWcHohzwtLddDUG81H2PkWq6KEkMtSDNkYXsso18Fy3');
INSERT OR REPLACE INTO TokenEntity VALUES('catcoin-cash','binance-smart-chain','eip20',9,'0x59f4f336bf3d0c49dbfba4a74ebd2a6ace40539a');
INSERT OR REPLACE INTO TokenEntity VALUES('catcoin-eth','ethereum','eip20',9,'0x59f4f336bf3d0c49dbfba4a74ebd2a6ace40539a');
INSERT OR REPLACE INTO TokenEntity VALUES('catecoin','binance-smart-chain','eip20',9,'0xe4fae3faa8300810c835970b9187c268f55d998f');
INSERT OR REPLACE INTO TokenEntity VALUES('catex-token','ethereum','eip20',18,'0x6e605c269e0c92e70beeb85486f1fc550f9380bd');
INSERT OR REPLACE INTO TokenEntity VALUES('catge-coin','binance-smart-chain','eip20',9,'0x3e07a8a8f260edeeca24139b6767a073918e8674');
INSERT OR REPLACE INTO TokenEntity VALUES('catgirl','binance-smart-chain','eip20',9,'0x79ebc9a2ce02277a4b5b3a768b1c0a4ed75bd936');
INSERT OR REPLACE INTO TokenEntity VALUES('catizen','the-open-network','the-open-network',9,'EQD-cvR0Nz6XAyRBvbhz-abTrRC6sI5tvHvvpeQraV9UAAD7');
INSERT OR REPLACE INTO TokenEntity VALUES('cato','solana','spl',9,'5p2zjqCd1WJzAVgcEnjhb9zWDU7b9XVhFhx4usiyN7jB');
INSERT OR REPLACE INTO TokenEntity VALUES('cats-2','the-open-network','the-open-network',9,'EQA3AshPEVly8wQ6mZincrKC_CkJSKXqqjyg0VMsVjF_CATS');
INSERT OR REPLACE INTO TokenEntity VALUES('catslap','ethereum','eip20',18,'0xf107edabf59ba696e38de62ad5327415bd4d4236');
INSERT OR REPLACE INTO TokenEntity VALUES('catwifhat-2','solana','spl',2,'7atgF8KQo4wJrD5ATGX7t1V2zVvykPJbFfNeVf1icFv1');
INSERT OR REPLACE INTO TokenEntity VALUES('catwifmask','solana','spl',6,'6MQpbiTC2YcogidTmKqMLK82qvE9z5QEm7EP3AEDpump');
INSERT OR REPLACE INTO TokenEntity VALUES('catzcoin','binance-smart-chain','eip20',18,'0xbfbee3dac982148ac793161f7362344925506903');
INSERT OR REPLACE INTO TokenEntity VALUES('cave','solana','spl',6,'4SZjjNABoqhbd4hnapbvoEPEqT8mnNkfbEoAwALf1V8t');
INSERT OR REPLACE INTO TokenEntity VALUES('ccip-bridged-usdc-ronin','ronin','ronin',6,'0x0b7007c13325c48911f73a2dad5fa5dcbf808adc');
INSERT OR REPLACE INTO TokenEntity VALUES('ccomp','ethereum','eip20',8,'0x70e36f6bf80a52b3b46b3af8e106cc0ed743e8e4');
INSERT OR REPLACE INTO TokenEntity VALUES('ccore','ethereum','eip20',18,'0x679badc551626e01b23ceecefbc9b877ea18fc46');
INSERT OR REPLACE INTO TokenEntity VALUES('cdai','ethereum','eip20',8,'0x5d3a536e4d6dbd6114cc1ead35777bab948e3643');
INSERT OR REPLACE INTO TokenEntity VALUES('cedar','solana','spl',9,'HZqjjeso24PDVdLsVJQyVb8kDnbo7HhXfY1Jane66o9C');
INSERT OR REPLACE INTO TokenEntity VALUES('ceek','binance-smart-chain','eip20',18,'0xe0f94ac5462997d2bc57287ac3a3ae4c31345d66');
INSERT OR REPLACE INTO TokenEntity VALUES('ceek','ethereum','eip20',18,'0xb056c38f6b7dc4064367403e26424cd2c60655e1');
INSERT OR REPLACE INTO TokenEntity VALUES('celer-bridged-wbtc-conflux','conflux','conflux',18,'0x1f545487c62e5acfea45dcadd9c627361d1616d8');
INSERT OR REPLACE INTO TokenEntity VALUES('celer-network','ethereum','eip20',18,'0x4f9254c83eb525f9fcf346490bbb3ed28a81c667');
INSERT OR REPLACE INTO TokenEntity VALUES('celer-network','arbitrum-one','eip20',18,'0x3a8b787f78d775aecfeea15706d4221b40f345ab');
INSERT OR REPLACE INTO TokenEntity VALUES('celestia','cosmos','cosmos',null,'ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877');
INSERT OR REPLACE INTO TokenEntity VALUES('celestia','celestia','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('celestial','ethereum','eip20',18,'0xf6e06b54855eff198a2d9a8686113665499a6134');
INSERT OR REPLACE INTO TokenEntity VALUES('celestial','okex-chain','okex-chain',null,'0x5ab622494ab7c5e81911558c9552dbd517f403fb');
INSERT OR REPLACE INTO TokenEntity VALUES('celium','bittensor','bittensor',null,'51');
INSERT OR REPLACE INTO TokenEntity VALUES('cellena-finance','aptos','aptos',8,'0x2ebb2ccac5e027a87fa0e2e5f656a3a4238d6a48d93ec9b610d570fc0aa0df12');
INSERT OR REPLACE INTO TokenEntity VALUES('cellframe','ethereum','eip20',18,'0x26c8afbbfe1ebaca03c2bb082e69d0476bffe099');
INSERT OR REPLACE INTO TokenEntity VALUES('cellframe','binance-smart-chain','eip20',18,'0xf3e1449ddb6b218da2c9463d4594ceccc8934346');
INSERT OR REPLACE INTO TokenEntity VALUES('celo','celo','celo',null,'0x471ece3750da237f93b8e339c536989b8978a438');
INSERT OR REPLACE INTO TokenEntity VALUES('celo-dollar','celo','celo',null,'0x765de816845861e75a25fca122bb6898b8b1282a');
INSERT OR REPLACE INTO TokenEntity VALUES('celo-euro','celo','celo',null,'0xd8763cba276a3738e6de85b4b3bf5fded6d6ca73');
INSERT OR REPLACE INTO TokenEntity VALUES('celsius-degree-token','polygon-pos','eip20',4,'0xd85d1e945766fea5eda9103f918bd915fbca63e6');
INSERT OR REPLACE INTO TokenEntity VALUES('celsius-degree-token','harmony-shard-0','harmony-shard-0',null,'0xd562c88e0f8e7dae43076018bb1ea3115617984d');
INSERT OR REPLACE INTO TokenEntity VALUES('celsius-degree-token','fantom','eip20',4,'0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e');
INSERT OR REPLACE INTO TokenEntity VALUES('celsius-degree-token','ethereum','eip20',4,'0xaaaebe6fe48e54f431b0c390cfaf0b017d09d42d');
INSERT OR REPLACE INTO TokenEntity VALUES('centaur','polygon-pos','eip20',18,'0xdae89da41a96956e9e70320ac9c0dd077070d3a5');
INSERT OR REPLACE INTO TokenEntity VALUES('centaur','ethereum','eip20',18,'0x03042482d64577a7bdb282260e2ea4c8a89c064b');
INSERT OR REPLACE INTO TokenEntity VALUES('centaurify','binance-smart-chain','eip20',18,'0xb9b41da7fa895b093b95340a3379383bba36735e');
INSERT OR REPLACE INTO TokenEntity VALUES('centaurify','ethereum','eip20',18,'0x08ba718f288c3b12b01146816bef9fa03cc635bc');
INSERT OR REPLACE INTO TokenEntity VALUES('centcex','binance-smart-chain','eip20',9,'0x739e81bcd49854d7bdf526302989f14a2e7994b2');
INSERT OR REPLACE INTO TokenEntity VALUES('centience','solana','spl',6,'C9FVTtx4WxgHmz55FEvQgykq8rqiLS8xRBVgqQVtpump');
INSERT OR REPLACE INTO TokenEntity VALUES('central-african-republic-meme','solana','spl',6,'7oBYdEhV4GkXC19ZfgAvXpJWp2Rn9pm1Bx2cVNxFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('centrality','ethereum','eip20',18,'0x1122b6a0e00dce0563082b6e2953f3a943855c1f');
INSERT OR REPLACE INTO TokenEntity VALUES('centric-cash','binance-smart-chain','eip20',8,'0xf6cb4ad242bab681effc5de40f7c8ff921a12d63');
INSERT OR REPLACE INTO TokenEntity VALUES('centrifuge','centrifuge','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('centrifuge-2','ethereum','eip20',18,'0xcccccccccc33d538dbc2ee4feab0a7a1ff4e8a94');
INSERT OR REPLACE INTO TokenEntity VALUES('cere-network','ethereum','eip20',10,'0x2da719db753dfa10a62e140f436e1d67f2ddb0d6');
INSERT OR REPLACE INTO TokenEntity VALUES('cerebrum','solana','spl',6,'7jiDHV9wphDKcseQaVdY8v3qe5CsciCQW5Lip5DQpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cerebrum-dao','ethereum','eip20',18,'0xab814ce69e15f6b9660a3b184c0b0c97b9394a6b');
INSERT OR REPLACE INTO TokenEntity VALUES('ceres','ethereum','eip20',18,'0x2e7b0d4f9b2eaf782ed3d160e3a0a4b1a7930ada');
INSERT OR REPLACE INTO TokenEntity VALUES('ceres','sora','sora',null,'0x008bcfd2387d3fc453333557eecb0efe59fcba128769b2feefdd306e98e66440');
INSERT OR REPLACE INTO TokenEntity VALUES('certaik-by-virtuals','base','eip20',18,'0xf5f2a79eeccf6e7f4c570c803f529930e29cc96b');
INSERT OR REPLACE INTO TokenEntity VALUES('certik','certik','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cetus-protocol','sui','sui',null,'0x6864a6f921804860930db6ddbe2e16acdf8504495ea7481637a1c8b9a8fe54b::cetus::CETUS');
INSERT OR REPLACE INTO TokenEntity VALUES('ceylon','solana','spl',4,'HQPMEbkZmwxCscm6wQmDXc5Ywyft7aRsbKdooh6Ldr8a');
INSERT OR REPLACE INTO TokenEntity VALUES('cfgi','ethereum','eip20',18,'0xf75302720787c2a2176c87b1919059c4eaac8b98');
INSERT OR REPLACE INTO TokenEntity VALUES('cfx-quantum','ethereum','eip20',6,'0x0557e0d15aec0b9026dd17aa874fdf7d182a2ceb');
INSERT OR REPLACE INTO TokenEntity VALUES('cgeth-hashkey-cloud','base','eip20',18,'0xf587b7116879a529353cc71ee959cd69fd5cae48');
INSERT OR REPLACE INTO TokenEntity VALUES('chadette','solana','spl',9,'3pGyE8coXwBy8rx71zjtHDRrSA5TvKmuRgqwhK3Xmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-2','ethereum','eip20',18,'0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-fox','solana','spl',6,'RhFVq1Zt81VvcoSEMSyCGZZv5SwBdA8MV7w4HEMpump');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-games','harmony-shard-0','harmony-shard-0',null,'0x84ec08c887dd8c14d389abe56e609379b7c5262e');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-games','ethereum','eip20',18,'0xc4c2614e694cf534d407ee49f8e44d125e4681c4');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-games','binance-smart-chain','eip20',18,'0x35de111558f691f77f791fb0c08b2d6b931a9d47');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-games','polygon-pos','eip20',18,'0xd55fce7cdab84d84f2ef3f99816d765a2a94a509');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-guardians','binance-smart-chain','eip20',18,'0x1613957159e9b0ac6c80e824f7eea748a32a0ae2');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-guardians','polygon-pos','eip20',18,'0x2ab4f9ac80f33071211729e45cfc346c1f8446d5');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-guardians','ethereum','eip20',18,'0x1fe24f25b1cf609b9c4e7e12d802e3640dfa5e43');
INSERT OR REPLACE INTO TokenEntity VALUES('chain-key-bitcoin','internet-computer','internet-computer',8,'mxzaz-hqaaa-aaaar-qaada-cai');
INSERT OR REPLACE INTO TokenEntity VALUES('chainbase','base','eip20',18,'0xba12bc7b210e61e5d3110b997a63ea216e0e18f7');
INSERT OR REPLACE INTO TokenEntity VALUES('chainbase','binance-smart-chain','eip20',18,'0xba12bc7b210e61e5d3110b997a63ea216e0e18f7');
INSERT OR REPLACE INTO TokenEntity VALUES('chainbing','ethereum','eip20',18,'0x1900e8b5619a3596745f715d0427fe617c729ba9');
INSERT OR REPLACE INTO TokenEntity VALUES('chaincade','binance-smart-chain','eip20',9,'0x2ffee7b4df74f7c6508a4af4d6d91058da5420d0');
INSERT OR REPLACE INTO TokenEntity VALUES('chainflip','ethereum','eip20',18,'0x826180541412d574cf1336d22c0c0a287822678a');
INSERT OR REPLACE INTO TokenEntity VALUES('chainge-finance','fusion-network','fusion-network',null,'0xed0294dbd2a0e52a09c3f38a09f6e03de2c44fcf');
INSERT OR REPLACE INTO TokenEntity VALUES('chaingpt','ethereum','eip20',18,'0x25931894a86d47441213199621f1f2994e1c39aa');
INSERT OR REPLACE INTO TokenEntity VALUES('chaingpt','binance-smart-chain','eip20',18,'0x9840652dc04fb9db2c43853633f0f62be6f00f98');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','huobi-token','huobi-token',null,'0x9e004545c59d359f6b7bfb06a26390b087717b42');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','gnosis','eip20',18,'0xe2e73a1c69ecf83f464efce6a5be353a37ca09b2');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','harmony-shard-0','harmony-shard-0',null,'0x218532a12a389a4a92fc0c5fb22901d1c19198aa');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','milkomeda-cardano','milkomeda-cardano',null,'0xf390830df829cf22c53c8840554b98eafc5dcbc2');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','fantom','eip20',18,'0xb3654dc3d10ea7645f8319668e8f54d2574fbdc8');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','zksync','eip20',18,'0x082faDe8b84B18C441d506e1D3a43a387Cc59D20');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','arbitrum-one','eip20',18,'0xf97f4df75117a78c1a5a0dbb814af92458539fb4');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','ethereum','eip20',18,'0x514910771af9ca656af840dff83e8264ecf986ca');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','binance-smart-chain','eip20',18,'0xf8a0bf9cf54bb92f17374d9e9a321e6a111a51bd');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','polygon-pos','eip20',18,'0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','optimistic-ethereum','eip20',18,'0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','sora','sora',null,'0x008484148dcf23d1b48908393e7a00d5fdc3bf81029a73eeca62a15ebfb1205a');
INSERT OR REPLACE INTO TokenEntity VALUES('chainlink','avalanche','eip20',18,'0x5947bb275c521040051d82396192181b413227a3');
INSERT OR REPLACE INTO TokenEntity VALUES('chainopera-ai','binance-smart-chain','eip20',18,'0x0a8d6c86e1bce73fe4d0bd531e1a567306836ea5');
INSERT OR REPLACE INTO TokenEntity VALUES('chainpal','ethereum','eip20',18,'0x78965b1c638a7ff408d1697a96d7b8e47bb7c75f');
INSERT OR REPLACE INTO TokenEntity VALUES('chainswap-3','ethereum','eip20',18,'0xae41b275aaaf484b541a5881a2dded9515184cca');
INSERT OR REPLACE INTO TokenEntity VALUES('chainx','polkadot','polkadot',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('chaisavings','solana','spl',6,'GD8BrrhfDz2HLupx5HohuLNj5Kbc9vDwCyWE5z4bpump');
INSERT OR REPLACE INTO TokenEntity VALUES('change','ethereum','eip20',18,'0x7d4b8cce0591c9044a22ee543533b72e976e36c3');
INSERT OR REPLACE INTO TokenEntity VALUES('changenow','ethereum','eip20',8,'0xe9a95d175a5f4c9369f3b74222402eb1b837693b');
INSERT OR REPLACE INTO TokenEntity VALUES('channels','binance-smart-chain','eip20',18,'0xde9a73272bc2f28189ce3c243e36fafda2485212');
INSERT OR REPLACE INTO TokenEntity VALUES('channels','huobi-token','huobi-token',null,'0xd5f9bdc2e6c8ee0484a6293ce7fa97d96a5e1012');
INSERT OR REPLACE INTO TokenEntity VALUES('chappyz','binance-smart-chain','eip20',10,'0x7b56748a3ef9970a5bae99c58ad8bc67b26c525f');
INSERT OR REPLACE INTO TokenEntity VALUES('charged-particles','ethereum','eip20',18,'0x02d3a27ac3f55d5d91fb0f52759842696a864217');
INSERT OR REPLACE INTO TokenEntity VALUES('charles-2','solana','spl',6,'EwBUeMFm8Zcn79iJkDns3NdcL8t8B6Xikh9dKgZtpump');
INSERT OR REPLACE INTO TokenEntity VALUES('charles-the-chad','cardano','cardano',0,'97075bf380e65f3c63fb733267adbb7d42eec574428a754d2abca55b');
INSERT OR REPLACE INTO TokenEntity VALUES('chasm-ai','ethereum','eip20',18,'0x19247618d79e3fc4d4866169789e4b8eedef52e6');
INSERT OR REPLACE INTO TokenEntity VALUES('chasm-ai','mantle','mantle',18,'0xf793ac038e7688aa3220005852836108cddb065c');
INSERT OR REPLACE INTO TokenEntity VALUES('chatoshi','solana','spl',6,'Bhu2wBWxfWkRJ6pFn5NodnEvMCqj9DLfCU5qMvt7pump');
INSERT OR REPLACE INTO TokenEntity VALUES('checkdot','binance-smart-chain','eip20',18,'0x0cbd6fadcf8096cc9a43d90b45f65826102e3ece');
INSERT OR REPLACE INTO TokenEntity VALUES('checoin','binance-smart-chain','eip20',18,'0x54626300818e5c5b44db0fcf45ba4943ca89a9e2');
INSERT OR REPLACE INTO TokenEntity VALUES('chedda-3','ethereum','eip20',18,'0xa110260a67fbbb6226f563844eeaf29e8c018bb7');
INSERT OR REPLACE INTO TokenEntity VALUES('cheelee','binance-smart-chain','eip20',18,'0x1f1c90aeb2fd13ea972f0a71e35c0753848e3db0');
INSERT OR REPLACE INTO TokenEntity VALUES('cheems','solana','spl',4,'3FoUAsGDbvTD6YZ4wVKJgTB76onJUKz7GPEBNiR5b8wc');
INSERT OR REPLACE INTO TokenEntity VALUES('cheems-token','binance-smart-chain','eip20',18,'0x0df0587216a4a1bb7d5082fdc491d93d2dd4b413');
INSERT OR REPLACE INTO TokenEntity VALUES('cheese-swap','binance-smart-chain','eip20',18,'0xb4bf64b17e270b50d00658e3c0e2fbdefabdd87b');
INSERT OR REPLACE INTO TokenEntity VALUES('cheesecakeswap','binance-smart-chain','eip20',18,'0xc7091aa18598b87588e37501b6ce865263cd67ce');
INSERT OR REPLACE INTO TokenEntity VALUES('cheesecakeswap','polygon-pos','eip20',18,'0xbc2597d3f1f9565100582cde02e3712d03b8b0f6');
INSERT OR REPLACE INTO TokenEntity VALUES('chelon','solana','spl',6,'h415SDExtTrKXwmxYn7SyAV8QTpiVJojz9T3G7kpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cheqd-network','ethereum','eip20',9,'0x70edf1c215d0ce69e7f16fd4e6276ba0d99d4de7');
INSERT OR REPLACE INTO TokenEntity VALUES('cherry-network','polygon-pos','eip20',18,'0x8f36cc333f55b09bb71091409a3d7ade399e3b1c');
INSERT OR REPLACE INTO TokenEntity VALUES('cherry-network','binance-smart-chain','eip20',18,'0x8f36cc333f55b09bb71091409a3d7ade399e3b1c');
INSERT OR REPLACE INTO TokenEntity VALUES('cherry-network','ethereum','eip20',18,'0xa20f77b7ad5a88badc48800c56507b7274c06fdc');
INSERT OR REPLACE INTO TokenEntity VALUES('chesscoin-0-32','chesscoin-0-32','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('chex-token','ethereum','eip20',18,'0x9ce84f6a69986a83d92c324df10bc8e64771030f');
INSERT OR REPLACE INTO TokenEntity VALUES('chex-token','eos','eos',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('chex-token','binance-smart-chain','eip20',18,'0x9ce84f6a69986a83d92c324df10bc8e64771030f');
INSERT OR REPLACE INTO TokenEntity VALUES('chia','chia','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('chicken','ethereum','eip20',18,'0xe63684bcf2987892cefb4caa79bd21b34e98a291');
INSERT OR REPLACE INTO TokenEntity VALUES('chickencoin','ethereum','eip20',18,'0xd55210bb6898c021a19de1f58d27b71f095921ee');
INSERT OR REPLACE INTO TokenEntity VALUES('chihuahua','binance-smart-chain','eip20',9,'0x4dfad9a4cba318efc53743b803588b113f8a84bd');
INSERT OR REPLACE INTO TokenEntity VALUES('chihuahua-token','osmosis','osmosis',null,'ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228');
INSERT OR REPLACE INTO TokenEntity VALUES('children-of-the-sky','solana','spl',6,'Fy1RLA8gvudCj1x4tcpcCDRWG1jfuYHT7zpWKP1svJam');
INSERT OR REPLACE INTO TokenEntity VALUES('chili-coin','ethereum','eip20',18,'0x83e8fb8d8176224fcc828edc73e152ec1818a2da');
INSERT OR REPLACE INTO TokenEntity VALUES('chiliz','ethereum','eip20',18,'0x3506424f91fd33084466f402d5d97f05f8e3b4af');
INSERT OR REPLACE INTO TokenEntity VALUES('chill-guy','solana','spl',6,'Df6yfrKC8kZE3KNkrHERKzAetSxbrWeniQfyJY4Jpump');
INSERT OR REPLACE INTO TokenEntity VALUES('chill-house','solana','spl',6,'GkyPYa7NnCFbduLknCfBfP7p8564X1VZhwZYJ6CZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('chimaera','ethereum','eip20',8,'0x6dc02164d75651758ac74435806093e421b64605');
INSERT OR REPLACE INTO TokenEntity VALUES('chimaera','chimaera','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('chimaera','binance-smart-chain','eip20',8,'0x22648c12acd87912ea1710357b1302c6a4154ebc');
INSERT OR REPLACE INTO TokenEntity VALUES('chimaera','polygon-pos','eip20',8,'0xe79feaaa457ad7899357e8e2065a3267ac9ee601');
INSERT OR REPLACE INTO TokenEntity VALUES('chirp-token','sui','sui',10,'0x1ef4c0b20340b8c6a59438204467ca71e1e7cbe918526f9c2c6c5444517cd5ca::chirp::CHIRP');
INSERT OR REPLACE INTO TokenEntity VALUES('chirper-ai','solana','spl',9,'Cy7rUZ5rK2ukitsAVVfK5Kn8t35TR417RRuURPWoRBAF');
INSERT OR REPLACE INTO TokenEntity VALUES('chirpley','binance-smart-chain','eip20',18,'0xed00fc7d48b57b81fe65d1ce71c0985e4cf442cb');
INSERT OR REPLACE INTO TokenEntity VALUES('chirpley','ethereum','eip20',18,'0x70bc0dc6414eb8974bc70685f798838a87d8cce4');
INSERT OR REPLACE INTO TokenEntity VALUES('choise','ethereum','eip20',18,'0xbba39fd2935d5769116ce38d46a71bde9cf03099');
INSERT OR REPLACE INTO TokenEntity VALUES('chompcoin','solana','spl',8,'F67smWaqebM2zbk1eofh9ihF1vNaDPD1FTA6EGVDLwWN');
INSERT OR REPLACE INTO TokenEntity VALUES('chompcoin','base','eip20',18,'0xebff2db643cf955247339c8c6bcd8406308ca437');
INSERT OR REPLACE INTO TokenEntity VALUES('chonky','solana','spl',6,'H7ed7UgcLp3ax4X1CQ5WuWDn6d1pprfMMYiv5ejwLWWU');
INSERT OR REPLACE INTO TokenEntity VALUES('choruz-ai','solana','spl',6,'361pUXTPohPEgcnCVm7DUvNziizK37gVxLN3cw9Vpump');
INSERT OR REPLACE INTO TokenEntity VALUES('chrema-coin','ethereum','eip20',8,'0x9ac4ee539403e3f101b9ae3620926f2ded0d0b99');
INSERT OR REPLACE INTO TokenEntity VALUES('christ-is-king','base','eip20',18,'0xb5d409f6e679b0f89a669ac9714173177683eb7c');
INSERT OR REPLACE INTO TokenEntity VALUES('chromaway','binance-smart-chain','eip20',6,'0xf9cec8d50f6c8ad3fb6dccec577e05aa32b224fe');
INSERT OR REPLACE INTO TokenEntity VALUES('chromaway','ethereum','eip20',6,'0x8a2279d4a90b6fe1c4b30fa660cc9f926797baa2');
INSERT OR REPLACE INTO TokenEntity VALUES('chromia-s-eval-by-virtuals','base','eip20',null,'0xdd78523217390bb0d49c7601e7e54c36d71622f0');
INSERT OR REPLACE INTO TokenEntity VALUES('chronicle','binance-smart-chain','eip20',18,'0x5f26fa0c2ee5d3c0323d861d0c503f31ac212662');
INSERT OR REPLACE INTO TokenEntity VALUES('chronicle','ethereum','eip20',18,'0x06a00715e6f92210af9d7680b584931faf71a833');
INSERT OR REPLACE INTO TokenEntity VALUES('chronicle','aurora','aurora',null,'0x7ca1c28663b76cfde424a9494555b94846205585');
INSERT OR REPLACE INTO TokenEntity VALUES('chronobank','ethereum','eip20',8,'0x485d17a6f1b8780392d53d64751824253011a260');
INSERT OR REPLACE INTO TokenEntity VALUES('chronobank','binance-smart-chain','eip20',8,'0x3b198e26e473b8fab2085b37978e36c9de5d7f68');
INSERT OR REPLACE INTO TokenEntity VALUES('chubbyakita','binance-smart-chain','eip20',9,'0xca3c1dc12b0dd0d65964abaa533106cf4f372c78');
INSERT OR REPLACE INTO TokenEntity VALUES('chudjak','solana','spl',6,'6yjNqPzTSanBWSa6dxVEgTjePXBrZ2FoHLDQwYwEsyM6');
INSERT OR REPLACE INTO TokenEntity VALUES('chumbai-valley','binance-smart-chain','eip20',18,'0x5492ef6aeeba1a3896357359ef039a8b11621b45');
INSERT OR REPLACE INTO TokenEntity VALUES('chutes','bittensor','bittensor',null,'64');
INSERT OR REPLACE INTO TokenEntity VALUES('cicada-finance','binance-smart-chain','eip20',18,'0x058240afd2df517fad59baa3a39c6ae28cf37f32');
INSERT OR REPLACE INTO TokenEntity VALUES('cindicator','ethereum','eip20',18,'0xd4c435f5b09f855c3317c8524cb1f586e42795fa');
INSERT OR REPLACE INTO TokenEntity VALUES('cindrum','ethereum','eip20',18,'0xac0968a3e2020ac8ca83e60ccf69081ebc6d3bc3');
INSERT OR REPLACE INTO TokenEntity VALUES('cipher-3','solana','spl',9,'Ciphern9cCXtms66s8Mm6wCFC27b2JProRQLYmiLMH3N');
INSERT OR REPLACE INTO TokenEntity VALUES('circle-xstock','solana','spl',8,'XsueG8BtpquVJX9LVLLEGuViXUungE6WmK5YZ3p3bd1');
INSERT OR REPLACE INTO TokenEntity VALUES('circle-xstock','binance-smart-chain','eip20',18,'0xfebded1b0986a8ee107f5ab1a1c5a813491deceb');
INSERT OR REPLACE INTO TokenEntity VALUES('circle-xstock','arbitrum-one','eip20',18,'0xfebded1b0986a8ee107f5ab1a1c5a813491deceb');
INSERT OR REPLACE INTO TokenEntity VALUES('circle-xstock','ethereum','eip20',18,'0xfebded1b0986a8ee107f5ab1a1c5a813491deceb');
INSERT OR REPLACE INTO TokenEntity VALUES('circleswap','circleswap','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('circuits-of-value','gnosis','eip20',8,'0x8b8407c6184f1f0fd1082e83d6a3b8349caced12');
INSERT OR REPLACE INTO TokenEntity VALUES('circuits-of-value','ethereum','eip20',8,'0x3d658390460295fb963f54dc0899cfb1c30776df');
INSERT OR REPLACE INTO TokenEntity VALUES('circuits-of-value','binance-smart-chain','eip20',8,'0xd15cee1deafbad6c0b3fd7489677cc102b141464');
INSERT OR REPLACE INTO TokenEntity VALUES('circuits-of-value','fantom','eip20',8,'0x8b8407c6184f1f0fd1082e83d6a3b8349caced12');
INSERT OR REPLACE INTO TokenEntity VALUES('circuits-of-value','polygon-pos','eip20',8,'0x4597c8a59ab28b36840b82b3a674994a279593d0');
INSERT OR REPLACE INTO TokenEntity VALUES('cirus','ethereum','eip20',18,'0xa01199c61841fce3b3dafb83fefc1899715c8756');
INSERT OR REPLACE INTO TokenEntity VALUES('citadel','citadel','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('citadel-one','binance-smart-chain','eip20',6,'0xe8670901e86818745b28c8b30b17986958fce8cc');
INSERT OR REPLACE INTO TokenEntity VALUES('city-tycoon-games','binance-smart-chain','eip20',18,'0xb3ba14f6a482dfdebc3c2fb726ac10df91ee504c');
INSERT OR REPLACE INTO TokenEntity VALUES('civic','ethereum','eip20',8,'0x41e5560054824ea6b0732e656e3ad64e20e94e45');
INSERT OR REPLACE INTO TokenEntity VALUES('civilization','polygon-pos','eip20',18,'0x42f6bdcfd82547e89f1069bf375aa60e6c6c063d');
INSERT OR REPLACE INTO TokenEntity VALUES('civilization','ethereum','eip20',18,'0x37fe0f067fa808ffbdd12891c0858532cfe7361d');
INSERT OR REPLACE INTO TokenEntity VALUES('cjournal','binance-smart-chain','eip20',18,'0xf5355ddc7ffbf7ca119bf3222cb0ecac2fbb4502');
INSERT OR REPLACE INTO TokenEntity VALUES('cjournal-2','binance-smart-chain','eip20',18,'0x8de4aa9716c1bd8d68ad73b1cb8639830f40ee05');
INSERT OR REPLACE INTO TokenEntity VALUES('clams','clams','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('clank-fun','base','eip20',18,'0x1d008f50fb828ef9debbbeae1b71fffe929bf317');
INSERT OR REPLACE INTO TokenEntity VALUES('clash-of-lilliput','binance-smart-chain','eip20',18,'0x9ce116224459296abc7858627abd5879514bc629');
INSERT OR REPLACE INTO TokenEntity VALUES('classzz','classzz','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('claude','solana','spl',6,'HaL8cPcEZgwLaCbwyf6aAPh7rhw7iHck22zFXSNjpump');
INSERT OR REPLACE INTO TokenEntity VALUES('clayton','the-open-network','the-open-network',9,'EQB-vc00g9PeUWLptSAH4g1J5kYS7WTgtVEfhI6oKdQtRudE');
INSERT OR REPLACE INTO TokenEntity VALUES('clbtc','base','eip20',18,'0x8d2757ea27aabf172da4cca4e5474c76016e3dc5');
INSERT OR REPLACE INTO TokenEntity VALUES('cleardao','ethereum','eip20',18,'0xd7d8f3b8bc8bc48d3acc37879eaba7b85889fa52');
INSERT OR REPLACE INTO TokenEntity VALUES('clearpool','ethereum','eip20',18,'0x66761fa41377003622aee3c7675fc7b5c1c2fac5');
INSERT OR REPLACE INTO TokenEntity VALUES('cli-ai','solana','spl',6,'7Gg6J1nkHLVV2TMqhVGHS1BrYycDmLoux9R3GSy2pump');
INSERT OR REPLACE INTO TokenEntity VALUES('clippy-pfp-cult','solana','spl',6,'7eMJmn1bYWSQEwxAX7CyngBzGNGu1cT582asKxxRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cloakcoin','cloakcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cloudland','base','eip20',18,'0x12e377989a87da0f9b9166f0f875c9069eaa776c');
INSERT OR REPLACE INTO TokenEntity VALUES('cloudyheart','solana','spl',6,'BrZmDQwbdLXme3uaea8znLhy9Bb3fucMJmcFBuRPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cloutcontracts','binance-smart-chain','eip20',0,'0x3e3b357061103dc040759ac7dceeaba9901043ad');
INSERT OR REPLACE INTO TokenEntity VALUES('cloutcontracts','ethereum','eip20',0,'0x1da4858ad385cc377165a298cc2ce3fce0c5fd31');
INSERT OR REPLACE INTO TokenEntity VALUES('clover-finance','binance-smart-chain','eip20',18,'0x09e889bb4d5b474f561db0491c38702f367a4e4d');
INSERT OR REPLACE INTO TokenEntity VALUES('clover-finance','ethereum','eip20',18,'0x80c62fe4487e1351b47ba49809ebd60ed085bf52');
INSERT OR REPLACE INTO TokenEntity VALUES('club-atletico-independiente','chiliz','chiliz',null,'0x1793c8b629b0a526d8741e288440c0cbc4486292');
INSERT OR REPLACE INTO TokenEntity VALUES('clube-atletico-mineiro-fan-token','chiliz','chiliz',null,'0xdd5be82ad7a0372f0805498a934b5427e0a0129c');
INSERT OR REPLACE INTO TokenEntity VALUES('clucoin','binance-smart-chain','eip20',9,'0x1162e2efce13f99ed259ffc24d99108aaa0ce935');
INSERT OR REPLACE INTO TokenEntity VALUES('clustr','base','eip20',18,'0x4b361e60cf256b926ba15f157d69cac9cd037426');
INSERT OR REPLACE INTO TokenEntity VALUES('cnns','ethereum','eip20',18,'0x6c3be406174349cfa4501654313d97e6a31072e1');
INSERT OR REPLACE INTO TokenEntity VALUES('coalculus','coalculus','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cobak-token','ethereum','eip20',18,'0xd85a6ae55a7f33b0ee113c234d2ee308edeaf7fd');
INSERT OR REPLACE INTO TokenEntity VALUES('coby','solana','spl',6,'8WnQQRbuEZ3CCDbH5MCVioBbw6o75NKANq9WdPhBDsWo');
INSERT OR REPLACE INTO TokenEntity VALUES('coca','polygon-pos','eip20',18,'0x7b12598e3616261df1c05ec28de0d2fb10c1f206');
INSERT OR REPLACE INTO TokenEntity VALUES('cockapoo','binance-smart-chain','eip20',18,'0x71809c4ff017ceade03038a8b597ecabb6519918');
INSERT OR REPLACE INTO TokenEntity VALUES('cocktailbar','ethereum','eip20',8,'0x22b6c31c2beb8f2d0d5373146eed41ab9ede3caf');
INSERT OR REPLACE INTO TokenEntity VALUES('coco-coin','binance-smart-chain','eip20',18,'0xf563e86e461de100cfcfd8b65daa542d3d4b0550');
INSERT OR REPLACE INTO TokenEntity VALUES('cocoro-2','ethereum','eip20',9,'0xa93d86af16fe83f064e3c0e2f3d129f7b7b002b0');
INSERT OR REPLACE INTO TokenEntity VALUES('cocos-bcx','ethereum','eip20',18,'0xc4c7ea4fab34bd9fb9a5e1b1a98df76e26e6407c');
INSERT OR REPLACE INTO TokenEntity VALUES('cod3x','base','eip20',18,'0xc0d3700000c0e32716863323bfd936b54a1633d1');
INSERT OR REPLACE INTO TokenEntity VALUES('cod3x','solana','spl',9,'APXsvXT37zZocsMtdzfgGrAFzYJJuwGYQCUzuHxwaW4i');
INSERT OR REPLACE INTO TokenEntity VALUES('codatta','binance-smart-chain','eip20',18,'0xe3225e11cab122f1a126a28997788e5230838ab9');
INSERT OR REPLACE INTO TokenEntity VALUES('codec-flow','solana','spl',6,'69LjZUUzxj3Cb3Fxeo1X4QpYEQTboApkhXTysPpbpump');
INSERT OR REPLACE INTO TokenEntity VALUES('coffee-2','the-open-network','the-open-network',9,'EQA9dayEKflrL-wIf-GKGizj26pvX0QCIxwmRgqzg5U_c3YB');
INSERT OR REPLACE INTO TokenEntity VALUES('cofinex-2','binance-smart-chain','eip20',18,'0xdea0b8ad5806d8be6ea38ba4e5fc36118808eb04');
INSERT OR REPLACE INTO TokenEntity VALUES('cofix','ethereum','eip20',18,'0x1a23a6bfbadb59fa563008c0fb7cf96dfcf34ea1');
INSERT OR REPLACE INTO TokenEntity VALUES('cogecoin','ethereum','eip20',18,'0xc382e04099a435439725bb40647e2b32dc136806');
INSERT OR REPLACE INTO TokenEntity VALUES('cogito-protocol','ethereum','eip20',6,'0xaef420fd77477d9dc8b46d704d44dd09d6c27866');
INSERT OR REPLACE INTO TokenEntity VALUES('cogito-protocol','binance-smart-chain','eip20',6,'0x1bdaf9ddd7658d8049391971d1fd48c0484f66ec');
INSERT OR REPLACE INTO TokenEntity VALUES('cogito-protocol','cardano','cardano',6,'3d547a7bb805648f86c4c14e5c4df14044ad59753f0a2946d70f8d3c');
INSERT OR REPLACE INTO TokenEntity VALUES('coin-capsule','ethereum','eip20',18,'0x03be5c903c727ee2c8c4e9bc0acc860cca4715e2');
INSERT OR REPLACE INTO TokenEntity VALUES('coin-capsule','binance-smart-chain','eip20',18,'0xffba7529ac181c2ee1844548e6d7061c9a597df4');
INSERT OR REPLACE INTO TokenEntity VALUES('coin98','binance-smart-chain','eip20',18,'0xaec945e04baf28b135fa7c640f624f8d90f1c3a6');
INSERT OR REPLACE INTO TokenEntity VALUES('coin98','solana','spl',6,'C98A4nkJXhpVZNAZdHUA95RpTF3T4whtQubL3YobiUX9');
INSERT OR REPLACE INTO TokenEntity VALUES('coin98','ethereum','eip20',18,'0xae12c5930881c53715b369cec7606b70d8eb229f');
INSERT OR REPLACE INTO TokenEntity VALUES('coin98-dollar','binance-smart-chain','eip20',18,'0xfa4ba88cf97e282c505bea095297786c16070129');
INSERT OR REPLACE INTO TokenEntity VALUES('coin98-dollar','ethereum','eip20',18,'0xc285b7e09a4584d027e5bc36571785b515898246');
INSERT OR REPLACE INTO TokenEntity VALUES('coin98-dollar','solana','solana',6,'CUSDvqAQLbt7fRofcmV2EXfPA2t36kzj7FjzdmqDiNQL');
INSERT OR REPLACE INTO TokenEntity VALUES('coinage','base','eip20',18,'0xf4d7fd100b5b03e51261a2e6a673632ef2c68896');
INSERT OR REPLACE INTO TokenEntity VALUES('coinary-token','binance-smart-chain','eip20',18,'0xd9025e25bb6cf39f8c926a704039d2dd51088063');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-btc','ethereum','eip20',8,'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-btc','base','eip20',8,'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-doge','base','eip20',8,'0xcbd06e5a2b0c65597161de254aa074e489deb510');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-staked-eth','base','eip20',null,'0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-staked-eth','polygon-pos','eip20',18,'0x4b4327db1600b8b1440163f667e199cef35385f5');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-staked-eth','arbitrum-one','eip20',18,'0x1debd73e752beaf79865fd6446b0c970eae7732f');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-staked-eth','optimistic-ethereum','eip20',18,'0xaddb6a0412de1ba0f936dcaeb8aaa24578dcf3b2');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-staked-eth','ethereum','eip20',18,'0xbe9895146f7af43049ca1c1ae358b0541ea49704');
INSERT OR REPLACE INTO TokenEntity VALUES('coinbase-wrapped-xrp','base','eip20',6,'0xcb585250f852c6c6bf90434ab21a00f02833a4af');
INSERT OR REPLACE INTO TokenEntity VALUES('coinclaim','ethereum','eip20',16,'0x0b4c2708f052dca413600e237675e4d6778a9375');
INSERT OR REPLACE INTO TokenEntity VALUES('coincreate','ethereum','eip20',9,'0x28ae7b2ebd6f10f4393f410f6b7896380a949d62');
INSERT OR REPLACE INTO TokenEntity VALUES('coindom','neo','neo',null,'323571cfc42a40d48d64832a7da594039fbac76a');
INSERT OR REPLACE INTO TokenEntity VALUES('coinex-token','ethereum','eip20',18,'0x081f67afa0ccf8c7b17540767bbe95df2ba8d97f');
INSERT OR REPLACE INTO TokenEntity VALUES('coinfi','ethereum','eip20',18,'0x3136ef851592acf49ca4c825131e364170fa32b3');
INSERT OR REPLACE INTO TokenEntity VALUES('coinloan','ethereum','eip20',8,'0x2001f2a0cf801ecfda622f6c28fb6e10d803d969');
INSERT OR REPLACE INTO TokenEntity VALUES('coinmetro','ethereum','eip20',18,'0x36ac219f90f5a6a3c77f2a7b660e3cc701f68e25');
INSERT OR REPLACE INTO TokenEntity VALUES('coinnavigator','binance-smart-chain','eip20',18,'0xfd60b3c3c1916bdbb4319a3d264894f1dfd5eca2');
INSERT OR REPLACE INTO TokenEntity VALUES('coinpoker','polygon-pos','eip20',18,'0x59b5654a17ac44f3068b3882f298881433bb07ef');
INSERT OR REPLACE INTO TokenEntity VALUES('coinpoker','ethereum','eip20',18,'0x0a6e18fb2842855c3af925310b0f50a4bfa17909');
INSERT OR REPLACE INTO TokenEntity VALUES('coinsbit-token','ethereum','eip20',18,'0xc538143202f3b11382d8606aae90a96b042a19db');
INSERT OR REPLACE INTO TokenEntity VALUES('cointel','avalanche','eip20',18,'0x97f2624d5f99a953ae5574ea57d3268785941de4');
INSERT OR REPLACE INTO TokenEntity VALUES('coinweb','ethereum','eip20',18,'0x505b5eda5e25a67e1c24a2bf1a527ed9eb88bf04');
INSERT OR REPLACE INTO TokenEntity VALUES('coinwind','binance-smart-chain','eip20',18,'0x422e3af98bc1de5a1838be31a56f75db4ad43730');
INSERT OR REPLACE INTO TokenEntity VALUES('coinwind','huobi-token','huobi-token',null,'0x80861a817106665bca173db6ac2ab628a738c737');
INSERT OR REPLACE INTO TokenEntity VALUES('coinwind','ethereum','eip20',18,'0x34965f73cfa05bf8d8af37cb4af64fa950605ea8');
INSERT OR REPLACE INTO TokenEntity VALUES('coinxpad','binance-smart-chain','eip20',18,'0xe90d1567ecef9282cc1ab348d9e9e2ac95659b99');
INSERT OR REPLACE INTO TokenEntity VALUES('coinzix-token','binance-smart-chain','eip20',18,'0x48077400faf11183c043feb5184a13ea628bb0db');
INSERT OR REPLACE INTO TokenEntity VALUES('coldstack','binance-smart-chain','eip20',18,'0x668048e70284107a6afab1711f28d88df3e72948');
INSERT OR REPLACE INTO TokenEntity VALUES('coldstack','ethereum','eip20',18,'0x675bbc7514013e2073db7a919f6e4cbef576de37');
INSERT OR REPLACE INTO TokenEntity VALUES('collaterize','solana','spl',6,'C7heQqfNzdMbUFQwcHkL9FvdwsFsDRBnfwZDDyWYCLTZ');
INSERT OR REPLACE INTO TokenEntity VALUES('collector-coin','binance-smart-chain','eip20',18,'0x73ffdf2d2afb3def5b10bf967da743f2306a51db');
INSERT OR REPLACE INTO TokenEntity VALUES('collector-coin','ethereum','eip20',18,'0x667fd83e24ca1d935d36717d305d54fa0cac991c');
INSERT OR REPLACE INTO TokenEntity VALUES('collector-crypt','solana','spl',6,'CARDSccUMFKoPRZxt5vt3ksUbxEFEcnZ3H2pd3dKxYjp');
INSERT OR REPLACE INTO TokenEntity VALUES('colony','avalanche','eip20',18,'0xec3492a2508ddf4fdc0cd76f31f340b30d1793e6');
INSERT OR REPLACE INTO TokenEntity VALUES('colony-avalanche-index','avalanche','eip20',18,'0x48f88a3fe843ccb0b5003e70b4192c1d7448bef0');
INSERT OR REPLACE INTO TokenEntity VALUES('colossuscoinxt','binance-smart-chain','eip20',8,'0xf8acf86194443dcde55fc5b9e448e183c290d8cb');
INSERT OR REPLACE INTO TokenEntity VALUES('comdex','osmosis','osmosis',null,'ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0');
INSERT OR REPLACE INTO TokenEntity VALUES('comedian','solana','spl',6,'9PR7nCP9DpcUotnDPVLUBUZKu5WAYkwrCUx9wDnSpump');
INSERT OR REPLACE INTO TokenEntity VALUES('common-wealth','base','eip20',18,'0x99b2b1a2adb02b38222adcd057783d7e5d1fcc7d');
INSERT OR REPLACE INTO TokenEntity VALUES('commune-ai','ethereum','eip20',18,'0xc78b628b060258300218740b1a7a5b3c82b3bd9f');
INSERT OR REPLACE INTO TokenEntity VALUES('community-business-token','ethereum','eip20',18,'0xfa93660c3f6a848556bb8e265f994160a1f2b289');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-0x','ethereum','eip20',8,'0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-basic-attention-token','ethereum','eip20',8,'0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4e');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-chainlink-token','ethereum','eip20',8,'0xface851a4921ce59e912d19329929ce6da6eb0c7');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-ether','ethereum','eip20',8,'0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-governance-token','ethereum','eip20',18,'0xc00e94cb662c3520282e6f5717214004a7f26888');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-governance-token','harmony-shard-0','harmony-shard-0',null,'0x32137b9275ea35162812883582623cd6f6950958');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-governance-token','binance-smart-chain','eip20',18,'0x52ce071bd9b1c4b00a0b92d298c512478cad67e8');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-governance-token','arbitrum-one','eip20',18,'0x354a6da3fcde098f8389cad84b0182725c6c91de');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-governance-token','sora','sora',null,'0x00dbd45af9f2ea406746f9025110297469e9d29efc60df8d88efb9b0179d6c2c');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-governance-token','polygon-pos','eip20',18,'0x8505b9d2254a7ae468c0e9dd10ccea3a837aef5c');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-governance-token','avalanche','eip20',18,'0xc3048e19e76cb9a3aa9d77d8c03c29fc906e2437');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-maker','ethereum','eip20',8,'0x95b4ef2869ebd94beb4eee400a99824bf5dc325b');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-sushi','ethereum','eip20',8,'0x4b0181102a0112a2ef11abee5563bb4a3176c9d7');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-uniswap','ethereum','eip20',8,'0x35a18000230da775cac24873d00ff85bccded550');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-usd-coin','ethereum','eip20',8,'0x39aa39c021dfbae8fac545936693ac917d5e7563');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-wrapped-btc','ethereum','eip20',8,'0xccf4429db6322d5c611ee964527d42e5d685dd6a');
INSERT OR REPLACE INTO TokenEntity VALUES('compound-yearn-finance','ethereum','eip20',8,'0x80a2ae356fc9ef4305676f7a3e2ed04e12c33946');
INSERT OR REPLACE INTO TokenEntity VALUES('compounding-open-dollar','ethereum','eip20',18,'0xad55aebc9b8c03fc43cd9f62260391c13c23e7c0');
INSERT OR REPLACE INTO TokenEntity VALUES('comput3','solana','spl',6,'J3NrhzUeKBSA3tJQjNq77zqpWJNz3FS9TrX7H7SLKcom');
INSERT OR REPLACE INTO TokenEntity VALUES('compute-horde','bittensor','bittensor',null,'12');
INSERT OR REPLACE INTO TokenEntity VALUES('comtech-gold','xdc-network','xdc-network',18,'xdc8f9920283470f52128bf11b0c14e798be704fd15');
INSERT OR REPLACE INTO TokenEntity VALUES('conan-meme','solana','spl',6,'CQvadZTR8vikRqqwyhvYV8YpdfCRjUCGyQwCuY4rxBQt');
INSERT OR REPLACE INTO TokenEntity VALUES('conceal','conceal','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('concentrated-voting-power','ethereum','eip20',18,'0x38e4adb44ef08f22f5b5b76a8f0c2d0dcbe7dca1');
INSERT OR REPLACE INTO TokenEntity VALUES('concierge-io','binancecoin','bep2',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('concilium','binance-smart-chain','eip20',18,'0x40af8fd127dcd302d7ffa6f37cf5a002e54ac68c');
INSERT OR REPLACE INTO TokenEntity VALUES('concordium','concordium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('conflux-token','conflux-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('conic-finance','ethereum','eip20',18,'0x9ae380f0272e2162340a5bb646c354271c0f5cfc');
INSERT OR REPLACE INTO TokenEntity VALUES('connect-financial','arbitrum-one','eip20',18,'0x6f5401c53e2769c858665621d22ddbf53d8d27c5');
INSERT OR REPLACE INTO TokenEntity VALUES('connect-financial','ethereum','eip20',18,'0xeabb8996ea1662cad2f7fb715127852cd3262ae9');
INSERT OR REPLACE INTO TokenEntity VALUES('connect-token-wct','optimistic-ethereum','eip20',18,'0xef4461891dfb3ac8572ccf7c794664a8dd927945');
INSERT OR REPLACE INTO TokenEntity VALUES('connectome','ethereum','eip20',18,'0x0e5f00da8aaef196a719d045db89b5da8f371b32');
INSERT OR REPLACE INTO TokenEntity VALUES('connext','optimistic-ethereum','eip20',18,'0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8');
INSERT OR REPLACE INTO TokenEntity VALUES('connext','polygon-pos','eip20',18,'0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8');
INSERT OR REPLACE INTO TokenEntity VALUES('connext','ethereum','eip20',18,'0xfe67a4450907459c3e1fff623aa927dd4e28c67a');
INSERT OR REPLACE INTO TokenEntity VALUES('connext','binance-smart-chain','eip20',18,'0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8');
INSERT OR REPLACE INTO TokenEntity VALUES('connext','arbitrum-one','eip20',18,'0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8');
INSERT OR REPLACE INTO TokenEntity VALUES('connext','xdai','xdai',18,'0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8');
INSERT OR REPLACE INTO TokenEntity VALUES('conscious-token','binance-smart-chain','eip20',18,'0x881025d714c587611e47d89b7929c1cb4ff05b51');
INSERT OR REPLACE INTO TokenEntity VALUES('constellation-labs','constellation-labs','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('constellation-staked-eth','ethereum','eip20',18,'0xbb22d59b73d7a6f3a8a83a214becc67eb3b511fe');
INSERT OR REPLACE INTO TokenEntity VALUES('constitutiondao','ethereum','eip20',18,'0x7a58c0be72be218b41c608b7fe7c5bb630736c71');
INSERT OR REPLACE INTO TokenEntity VALUES('contango','arbitrum-one','eip20',18,'0xc760f9782f8cea5b06d862574464729537159966');
INSERT OR REPLACE INTO TokenEntity VALUES('content-bitcoin','ethereum','eip20',18,'0x435f6a29b100123ae46a3e8bf0541ab402949243');
INSERT OR REPLACE INTO TokenEntity VALUES('contentos','binancecoin','bep2',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('continuum-world','polygon-pos','eip20',18,'0x3b1a0c9252ee7403093ff55b4a5886d49a3d837a');
INSERT OR REPLACE INTO TokenEntity VALUES('continuum-world','ethereum','eip20',18,'0xb19dd661f076998e3b0456935092a233e12c2280');
INSERT OR REPLACE INTO TokenEntity VALUES('contracoin','ethereum','eip20',18,'0xfd6c31bb6f05fc8db64f4b740ab758605c271fd8');
INSERT OR REPLACE INTO TokenEntity VALUES('conun','ethereum','eip20',18,'0x4dd672e77c795844fe3a464ef8ef0faae617c8fb');
INSERT OR REPLACE INTO TokenEntity VALUES('convergence','ethereum','eip20',18,'0xc834fa996fa3bec7aad3693af486ae53d8aa8b50');
INSERT OR REPLACE INTO TokenEntity VALUES('convex-crv','ethereum','eip20',18,'0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7');
INSERT OR REPLACE INTO TokenEntity VALUES('convex-finance','ethereum','eip20',18,'0x4e3fbd56cd56c3e72c1403e103b45db9da5b9d2b');
INSERT OR REPLACE INTO TokenEntity VALUES('convex-fxs','ethereum','eip20',18,'0xfeef77d3f69374f66429c91d732a244f074bdf74');
INSERT OR REPLACE INTO TokenEntity VALUES('conwai','ethereum','eip20',18,'0x2b117f0a9a56dddaaf0257b476bfc39ca7e6fda1');
INSERT OR REPLACE INTO TokenEntity VALUES('cook','huobi-token','huobi-token',null,'0x74189862b069e2be5f7c8e6ff08ea8e1b1948519');
INSERT OR REPLACE INTO TokenEntity VALUES('cook','binance-smart-chain','eip20',18,'0x965b0df5bda0e7a0649324d78f03d5f7f2de086a');
INSERT OR REPLACE INTO TokenEntity VALUES('cook','avalanche','eip20',18,'0x637afeff75ca669ff92e4570b14d6399a658902f');
INSERT OR REPLACE INTO TokenEntity VALUES('cook','ethereum','eip20',18,'0xff75ced57419bcaebe5f05254983b013b0646ef5');
INSERT OR REPLACE INTO TokenEntity VALUES('cookie','base','eip20',18,'0xc0041ef357b183448b235a8ea73ce4e4ec8c265f');
INSERT OR REPLACE INTO TokenEntity VALUES('cookie','ethereum','eip20',18,'0xc0041ef357b183448b235a8ea73ce4e4ec8c265f');
INSERT OR REPLACE INTO TokenEntity VALUES('cookie','binance-smart-chain','eip20',18,'0xc0041ef357b183448b235a8ea73ce4e4ec8c265f');
INSERT OR REPLACE INTO TokenEntity VALUES('cope','solana','spl',6,'8HGyAAB1yoM1ttS7pXjHMa3dukTFGQggnFFH3hJZgzQh');
INSERT OR REPLACE INTO TokenEntity VALUES('cope-3','solana','spl',6,'DMwbVy48dWVKGe9z1pcVnwF3HLMLrqWdDLfbvx8RchhK');
INSERT OR REPLACE INTO TokenEntity VALUES('copiosa','binance-smart-chain','eip20',18,'0x8789337a176e6e7223ff115f1cd85c993d42c25c');
INSERT OR REPLACE INTO TokenEntity VALUES('copycat-finance','binance-smart-chain','eip20',18,'0xd635b32688f36ee4a7fe117b4c91dd811277acb6');
INSERT OR REPLACE INTO TokenEntity VALUES('coq-ai','avalanche','eip20',18,'0xe7d69acbc00d0ec5d9c02162310ee21daa77f69c');
INSERT OR REPLACE INTO TokenEntity VALUES('coq-inu','avalanche','eip20',18,'0x420fca0121dc28039145009570975747295f2329');
INSERT OR REPLACE INTO TokenEntity VALUES('coral-finance','binance-smart-chain','eip20',18,'0xfd9a3f94bec6b08711d90ff69cbba42fac96b45a');
INSERT OR REPLACE INTO TokenEntity VALUES('coral-protocol','solana','spl',6,'CoRAitPvr9seu5F9Hk39vbjqA1o1XuoryHjSk1Z1q2mo');
INSERT OR REPLACE INTO TokenEntity VALUES('coral-swap','coral-swap','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('core','tron','eip20',18,'TKg1nGjtWYDcf1HNTSNQtwGwNAuTxd1X2A');
INSERT OR REPLACE INTO TokenEntity VALUES('core','binance-smart-chain','eip20',18,'0xb2343143f814639c9b1f42961c698247171df34a');
INSERT OR REPLACE INTO TokenEntity VALUES('core','ethereum','eip20',18,'0x5b685863494c33f344081f75e5430c260c224a32');
INSERT OR REPLACE INTO TokenEntity VALUES('coredaoorg','coredaoorg','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('coresky','binance-smart-chain','eip20',18,'0x79a4baa491fecc00a3b81a281bd97abca932f5f6');
INSERT OR REPLACE INTO TokenEntity VALUES('corestarter','solana','spl',9,'G7uYedVqFy97mzjygebnmmaMUVxWHFhNZotY6Zzsprvf');
INSERT OR REPLACE INTO TokenEntity VALUES('coreto','polygon-pos','eip20',18,'0x4fdce518fe527439fe76883e6b51a1c522b61b7c');
INSERT OR REPLACE INTO TokenEntity VALUES('coreto','binance-smart-chain','eip20',18,'0xa4b6573c9ae09d81e4d1360e6402b81f52557098');
INSERT OR REPLACE INTO TokenEntity VALUES('coreto','ethereum','eip20',18,'0x9c2dc0c3cc2badde84b0025cf4df1c5af288d835');
INSERT OR REPLACE INTO TokenEntity VALUES('coreum','xrp','xrp',null,'rfpYHS1P7NGALmf4BhiNffXCcj96zJCore');
INSERT OR REPLACE INTO TokenEntity VALUES('corgi-inu-2','binance-smart-chain','eip20',18,'0x54ea4f36dff50a75658087a141464d2c44b8837f');
INSERT OR REPLACE INTO TokenEntity VALUES('corgiai','cronos','cronos',18,'0x6b431b8a964bfcf28191b07c91189ff4403957d0');
INSERT OR REPLACE INTO TokenEntity VALUES('corgiai','ethereum','eip20',18,'0x6b431b8a964bfcf28191b07c91189ff4403957d0');
INSERT OR REPLACE INTO TokenEntity VALUES('corgicoin','binance-smart-chain','eip20',18,'0x450dcf93160a30be156a4600802c91bf64dffd2e');
INSERT OR REPLACE INTO TokenEntity VALUES('corgidoge','binance-smart-chain','eip20',8,'0x802c68730212295149f2bea78c25e2cf5a05b8a0');
INSERT OR REPLACE INTO TokenEntity VALUES('corionx','ethereum','eip20',8,'0x26a604dffe3ddab3bee816097f81d3c4a2a4cf97');
INSERT OR REPLACE INTO TokenEntity VALUES('corionx','binance-smart-chain','eip20',18,'0x141383cdb8158982fb3469c3e49cc82f8026d968');
INSERT OR REPLACE INTO TokenEntity VALUES('corn-3','ethereum','eip20',18,'0x44f49ff0da2498bcb1d3dc7c0f999578f67fd8c6');
INSERT OR REPLACE INTO TokenEntity VALUES('corporate-audit-ai','solana','spl',6,'92BJKpAnkoaTh7uyt5TYAFPu3CgBdZYNQKiF6zo6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('cortensor','ethereum','eip20',18,'0x8e0eef788350f40255d86dfe8d91ec0ad3a4547f');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex','cortex','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex-2','base','eip20',18,'0x000000000000012def132e61759048be5b5c6033');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex-2','optimistic-ethereum','eip20',18,'0x000000000000012def132e61759048be5b5c6033');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex-2','solana','spl',9,'CortexFv3fRcLKTgACr7aLqckGh5eP7TP3z9JHoKqMc6');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex-2','arbitrum-one','eip20',18,'0x000000000000012def132e61759048be5b5c6033');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex-2','avalanche','eip20',18,'0x000000000000012def132e61759048be5b5c6033');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex-2','binance-smart-chain','eip20',18,'0x000000000000012def132e61759048be5b5c6033');
INSERT OR REPLACE INTO TokenEntity VALUES('cortex-2','ethereum','eip20',18,'0x000000000000012def132e61759048be5b5c6033');
INSERT OR REPLACE INTO TokenEntity VALUES('cortexzero','solana','spl',6,'D2wmG1ZfzBCsiofEVsbmipTZQQMMCXiTm98xMzALpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cosanta','cosanta','native',8,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cosanta','binance-smart-chain','eip20',8,'0x5f980533b994c93631a639deda7892fc49995839');
INSERT OR REPLACE INTO TokenEntity VALUES('coshi-inu','ethereum','eip20',9,'0x668c50b1c7f46effbe3f242687071d7908aab00a');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmic-universe-magic-token','binance-smart-chain','eip20',18,'0x24356e6354ae590a486f64cbde24c00608c532db');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmic-universe-magic-token','avalanche','eip20',18,'0x9a8e0217cd870783c3f2317985c57bf570969153');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmic-universe-magic-token','harmony-shard-0','harmony-shard-0',null,'0x892d81221484f690c0a97d3dd18b9144a3ecdfb7');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmicswap','binance-smart-chain','eip20',18,'0x960cc8f437165b7362a34d95d1ec62dd2a940f00');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmicswap','polygon-pos','eip20',18,'0xa5eb60ca85898f8b26e18ff7c7e43623ccba772c');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmos','binance-smart-chain','eip20',18,'0x0eb3a705fc54725037cc9e008bdede697f62f335');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmos','osmosis','osmosis',null,'IBC/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2');
INSERT OR REPLACE INTO TokenEntity VALUES('cosmos','cosmos','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cosplay-token-2','polygon-pos','eip20',18,'0x8d520c8e66091cfd6743fe37fbe3a09505616c4b');
INSERT OR REPLACE INTO TokenEntity VALUES('cosplay-token-2','ethereum','eip20',18,'0x5cac718a3ae330d361e39244bf9e67ab17514ce8');
INSERT OR REPLACE INTO TokenEntity VALUES('coti','ethereum','eip20',18,'0xddb3422497e61e13543bea06989c0789117555c5');
INSERT OR REPLACE INTO TokenEntity VALUES('coti-ai-agents','base','eip20',18,'0x9880dc78d805f71fc761ce2dafd384ddbd26cec3');
INSERT OR REPLACE INTO TokenEntity VALUES('cotrader','ethereum','eip20',18,'0x5c872500c00565505f3624ab435c222e558e9ff8');
INSERT OR REPLACE INTO TokenEntity VALUES('cotrader','binance-smart-chain','eip20',18,'0x304fc73e86601a61a6c6db5b0eafea587622acdc');
INSERT OR REPLACE INTO TokenEntity VALUES('counosx','counosx','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('counterparty','counterparty','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('covalent-x-token','ethereum','eip20',18,'0x7abc8a5768e6be61a6c693a6e4eacb5b60602c4d');
INSERT OR REPLACE INTO TokenEntity VALUES('covenant-child','ethereum','eip20',18,'0x19ac2659599fd01c853de846919544276ad26f50');
INSERT OR REPLACE INTO TokenEntity VALUES('covesting','ethereum','eip20',18,'0xada86b1b313d1d5267e3fc0bb303f0a2b66d0ea7');
INSERT OR REPLACE INTO TokenEntity VALUES('covesting','binance-smart-chain','eip20',18,'0x0f237db17aa4e6de062e6f052bd9c805789b01c3');
INSERT OR REPLACE INTO TokenEntity VALUES('cow-protocol','gnosis','eip20',18,'0x177127622c4a00f3d409b75571e12cb3c8973d3c');
INSERT OR REPLACE INTO TokenEntity VALUES('cow-protocol','ethereum','eip20',18,'0xdef1ca1fb7fbcdc777520aa7f396b4e015f497ab');
INSERT OR REPLACE INTO TokenEntity VALUES('cpucoin','ethereum','eip20',18,'0x6d52dfefb16bb9cdc78bfca09061e44574886626');
INSERT OR REPLACE INTO TokenEntity VALUES('cr0w-by-virtuals','base','eip20',18,'0x2efb2110f352fc98cd39dc041887c41766dbb301');
INSERT OR REPLACE INTO TokenEntity VALUES('crab','solana','spl',6,'Gst1mHM4sqEgUeZVNLRaDhVZBKngsnpch4abiVyGpump');
INSERT OR REPLACE INTO TokenEntity VALUES('crabada','avalanche','eip20',18,'0xa32608e873f9ddef944b24798db69d80bbb4d1ed');
INSERT OR REPLACE INTO TokenEntity VALUES('crafting-finance','ethereum','eip20',18,'0x508df5aa4746be37b5b6a69684dfd8bdc322219d');
INSERT OR REPLACE INTO TokenEntity VALUES('crappy-bird-cto','base','eip20',18,'0xc8e51fefd7d595c217c7ab641513faa4ad522b26');
INSERT OR REPLACE INTO TokenEntity VALUES('crashout','solana','spl',6,'6JGSHS9GrE9uG8ix63w3DPMYHrgrJ6J4QyHbBhAepump');
INSERT OR REPLACE INTO TokenEntity VALUES('cratos','ethereum','eip20',18,'0x678e840c640f619e17848045d23072844224dd37');
INSERT OR REPLACE INTO TokenEntity VALUES('cratos','binance-smart-chain','eip20',18,'0x678e840c640f619e17848045d23072844224dd37');
INSERT OR REPLACE INTO TokenEntity VALUES('craze','ethereum','eip20',18,'0x5c162ec1c1679c67728d824defc0b415a97539e5');
INSERT OR REPLACE INTO TokenEntity VALUES('crazy-bunny-equity-token','binance-smart-chain','eip20',18,'0xaec23008b1098e39c0f8de90bf7431d185efe8b3');
INSERT OR REPLACE INTO TokenEntity VALUES('cream','cream','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cream-2','arbitrum-one','eip20',18,'0xf4d48ce3ee1ac3651998971541badbb9a14d7234');
INSERT OR REPLACE INTO TokenEntity VALUES('cream-2','ethereum','eip20',18,'0x2ba592f78db6436527729929aaf6c908497cb200');
INSERT OR REPLACE INTO TokenEntity VALUES('cream-2','sora','sora',null,'0x00521ad5caeadc2e3e04be4d4ebb0b7c8c9b71ba657c2362a3953490ebc81410');
INSERT OR REPLACE INTO TokenEntity VALUES('cream-2','fantom','eip20',18,'0x657a1861c15a3ded9af0b6799a195a249ebdcbc6');
INSERT OR REPLACE INTO TokenEntity VALUES('creaticles','ethereum','eip20',18,'0xc36b4311b21fc0c2ead46f1ea6ce97c9c4d98d3d');
INSERT OR REPLACE INTO TokenEntity VALUES('creator-platform','ethereum','eip20',18,'0x923b83c26b3809d960ff80332ed00aa46d7ed375');
INSERT OR REPLACE INTO TokenEntity VALUES('creator-platform','binance-smart-chain','eip20',18,'0xd6cce248263ea1e2b8cb765178c944fc16ed0727');
INSERT OR REPLACE INTO TokenEntity VALUES('creatorbid','base','eip20',18,'0xa1832f7f4e534ae557f9b5ab76de54b1873e498b');
INSERT OR REPLACE INTO TokenEntity VALUES('creatorbid','binance-smart-chain','eip20',18,'0xa1832f7f4e534ae557f9b5ab76de54b1873e498b');
INSERT OR REPLACE INTO TokenEntity VALUES('creatordao','base','eip20',18,'0x0fd122a924c4528a78a8141bddd38a0e5ba35fa5');
INSERT OR REPLACE INTO TokenEntity VALUES('credefi','ethereum','eip20',18,'0xae6e307c3fe9e922e5674dbd7f830ed49c014c6b');
INSERT OR REPLACE INTO TokenEntity VALUES('credefi','binance-smart-chain','eip20',18,'0x2235e79086dd23135119366da45851c741874e5b');
INSERT OR REPLACE INTO TokenEntity VALUES('credit-2','ethereum','eip20',18,'0xc4cb5793bd58bad06bf51fb37717b86b02cbe8a4');
INSERT OR REPLACE INTO TokenEntity VALUES('creditcoin-2','ethereum','eip20',18,'0xa3ee21c306a700e682abcdfe9baa6a08f3820419');
INSERT OR REPLACE INTO TokenEntity VALUES('creditlink-token','binance-smart-chain','eip20',18,'0x84575b87395c970f1f48e87d87a8db36ed653716');
INSERT OR REPLACE INTO TokenEntity VALUES('credits','credits','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('creo-engine','binance-smart-chain','eip20',18,'0x9521728bf66a867bc65a93ece4a543d817871eb7');
INSERT OR REPLACE INTO TokenEntity VALUES('crepe-2','binance-smart-chain','eip20',9,'0xeb2b7d5691878627eff20492ca7c9a71228d931d');
INSERT OR REPLACE INTO TokenEntity VALUES('crestal-nation','base','eip20',18,'0x2f74f818e81685c8086dd783837a4605a90474b8');
INSERT OR REPLACE INTO TokenEntity VALUES('cricket-foundation','cricket-foundation','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('croatian-ff-fan-token','polygon-pos','eip20',18,'0xd60deba014459f07bbcc077a5b817f31dafd5229');
INSERT OR REPLACE INTO TokenEntity VALUES('croissant-games','cronos','cronos',null,'0xa0c3c184493f2fae7d2f2bd83f195a1c300fa353');
INSERT OR REPLACE INTO TokenEntity VALUES('croking','cronos','cronos',null,'0x065de42e28e42d90c2052a1b49e7f83806af0e1f');
INSERT OR REPLACE INTO TokenEntity VALUES('cronaswap','cronos','cronos',null,'0xadbd1231fb360047525bedf962581f3eee7b49fe');
INSERT OR REPLACE INTO TokenEntity VALUES('cronos-bridged-usdc-cronos','cronos','cronos',6,'0xc21223249ca28397b4b6541dffaecc539bff0c59');
INSERT OR REPLACE INTO TokenEntity VALUES('cronos-bridged-usdt-cronos','cronos','cronos',6,'0x66e428c3f67a68878562e79a0234c1f83c208770');
INSERT OR REPLACE INTO TokenEntity VALUES('cronos-bridged-wbtc-cronos','cronos','cronos',8,'0x062e66477faf219f25d27dced647bf57c3107d52');
INSERT OR REPLACE INTO TokenEntity VALUES('cronos-id','cronos','cronos',18,'0xcbf0adea24fd5f32c6e7f0474f0d1b94ace4e2e7');
INSERT OR REPLACE INTO TokenEntity VALUES('cronos-zkevm-cro','ethereum','eip20',18,'0x28ff2e4dd1b58efeb0fc138602a28d5ae81e44e2');
INSERT OR REPLACE INTO TokenEntity VALUES('cropbytes','ethereum','eip20',18,'0x37fc4b48ce93469dbea9918468993c735049642a');
INSERT OR REPLACE INTO TokenEntity VALUES('cross-2','binance-smart-chain','eip20',18,'0x6bf62ca91e397b5a7d1d6bce97d9092065d7a510');
INSERT OR REPLACE INTO TokenEntity VALUES('cross-the-ages','ethereum','eip20',18,'0x90685e300a4c4532efcefe91202dfe1dfd572f47');
INSERT OR REPLACE INTO TokenEntity VALUES('crosschain-iotx','binance-smart-chain','eip20',18,'0x2aaf50869739e317ab80a57bf87caa35f5b60598');
INSERT OR REPLACE INTO TokenEntity VALUES('crosschain-iotx','polygon-pos','eip20',18,'0x300211def2a644b036a9bdd3e58159bb2074d388');
INSERT OR REPLACE INTO TokenEntity VALUES('crosschain-iotx','iotex','iotex',null,'0x99b2b0efb56e62e36960c20cd5ca8ec6abd5557a');
INSERT OR REPLACE INTO TokenEntity VALUES('crossfi','ethereum','eip20',18,'0x8848812bd31aeee33313c10a840ffc3169078c5b');
INSERT OR REPLACE INTO TokenEntity VALUES('crossfi','binance-smart-chain','eip20',18,'0xae20bc46300bab5d85612c6bc6ea87ea0f186035');
INSERT OR REPLACE INTO TokenEntity VALUES('crossswap','ethereum','eip20',18,'0xe0b0c16038845bed3fcf70304d3e167df81ce225');
INSERT OR REPLACE INTO TokenEntity VALUES('crossswap','binance-smart-chain','eip20',18,'0xe0b0c16038845bed3fcf70304d3e167df81ce225');
INSERT OR REPLACE INTO TokenEntity VALUES('crosswallet','binance-smart-chain','eip20',18,'0x5a726a26edb0df8fd55f03cc30af8a7cea81e78d');
INSERT OR REPLACE INTO TokenEntity VALUES('crosswallet','tron','eip20',18,'TY2Ge1YYphoAatwaBxa1zYfJVa8CqNyL6B');
INSERT OR REPLACE INTO TokenEntity VALUES('crow-with-knife','cronos','cronos',18,'0xccccccccdbec186dc426f8b5628af94737df0e60');
INSERT OR REPLACE INTO TokenEntity VALUES('crow-with-knife','polygon-pos','eip20',18,'0xbbbbbbbbb7949dcc7d1539c91b81a5bf09e37bdb');
INSERT OR REPLACE INTO TokenEntity VALUES('crow-with-knife','arbitrum-one','eip20',0,'0x16f1967565aad72dd77588a332ce445e7cef752b');
INSERT OR REPLACE INTO TokenEntity VALUES('crow-with-knife','solana','spl',0,'9niFQK8MsParjSxhYQ3Ys2a6zHmsEuKSB1M7wwdvZ7bj');
INSERT OR REPLACE INTO TokenEntity VALUES('crow-with-knife','base','eip20',18,'0xdfbea88c4842d30c26669602888d746d30f9d60d');
INSERT OR REPLACE INTO TokenEntity VALUES('crown','crown','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('crown-by-third-time-games','solana','spl',null,'GDfnEsia2WLAW5t8yx2X5j2mkfA74i5kwGdDuZHt7XmG');
INSERT OR REPLACE INTO TokenEntity VALUES('crowns','binance-smart-chain','eip20',18,'0xbcf39f0edda668c58371e519af37ca705f2bfcbd');
INSERT OR REPLACE INTO TokenEntity VALUES('crowns','ethereum','eip20',18,'0xac0104cca91d167873b8601d2e71eb3d4d8c33e0');
INSERT OR REPLACE INTO TokenEntity VALUES('crowny-token','solana','spl',6,'CRWNYkqdgvhGGae9CKfNka58j6QQkaD5bLhKXvUYqnc1');
INSERT OR REPLACE INTO TokenEntity VALUES('crowny-token','ethereum','eip20',18,'0xdbddf072d7aae7b9288e31a4eebe6c54e3a143b1');
INSERT OR REPLACE INTO TokenEntity VALUES('croy-ai','solana','spl',6,'6yUoLKSJtLejPNbHfk6FaUBXLJHVkjdqgTtgqaYSpump');
INSERT OR REPLACE INTO TokenEntity VALUES('crust-network','ethereum','eip20',18,'0x32a7c02e79c4ea1008dd6564b35f131428673c41');
INSERT OR REPLACE INTO TokenEntity VALUES('crust-storage-market','ethereum','eip20',18,'0x2620638eda99f9e7e902ea24a285456ee9438861');
INSERT OR REPLACE INTO TokenEntity VALUES('crvusd','ethereum','eip20',18,'0xf939e0a03fb07f59a73314e73794be0e57ac1b4e');
INSERT OR REPLACE INTO TokenEntity VALUES('cryodao','ethereum','eip20',18,'0xf4308b0263723b121056938c2172868e408079d0');
INSERT OR REPLACE INTO TokenEntity VALUES('cryowar-token','solana','spl',9,'HfYFjMKNZygfMC8LsQ8LtpPsPxEJoXJx4M6tqi75Hajo');
INSERT OR REPLACE INTO TokenEntity VALUES('crypstocksai','binance-smart-chain','eip20',18,'0x2d2d8449ec0bb78c497c36ffaac583dff4bd4444');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptaur','ethereum','eip20',8,'0x88d50b466be55222019d71f9e8fae17f5f45fca1');
INSERT OR REPLACE INTO TokenEntity VALUES('crypterium','ethereum','eip20',18,'0x08389495d7456e1951ddf7c3a1314a4bfb646d8b');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptex-finance','ethereum','eip20',18,'0x321c2fe4446c7c963dc41dd58879af648838f98d');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptify-ai','ethereum','eip20',18,'0x3f66ae0c8e9fb57f661af4ba8c8445d36ec5d7f7');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-ai-robo','binance-smart-chain','eip20',18,'0x2ea7f104de4b318a3aaeddc629334e8a8067bdd8');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-asset-governance-alliance','ethereum','eip20',18,'0xbddc20ed7978b7d59ef190962f441cd18c14e19f');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-bro','solana','spl',null,'Bksfke6KWgpftafmbR3E9J4wHr4bBfKDrztXN6etpump');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-chain','ethereum','eip20',8,'0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-chain','harmony-shard-0','harmony-shard-0',null,'0x2672b791d23879995aabdf51bc7d3df54bb4e266');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-chain','osmosis','osmosis',null,'IBC/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-chain','sora','sora',null,'0x004d9058620eb7aa4ea243dc6cefc4b76c0cf7ad941246066142c871b376bb7e');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-staked-eth','cronos','cronos',18,'0x7a7c9db510ab29a2fc362a4c34260becb5ce3446');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-staked-eth','ethereum','eip20',18,'0xfe18ae03741a5b84e39c295ac9c856ed7991c38e');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-staked-sol','solana','spl',9,'CDCSoLckzozyktpAp9FWT3w92KFJVEUxAU7cNu2Jn3aX');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-com-wrapped-btc','cronos','cronos',8,'0x2e53c5586e12a99d4cae366e9fc5c14fe9c6495d');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-holding-frank-token','ethereum','eip20',18,'0x58002a6b6e659a16de9f02f529b10536e307b0d9');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-perx','ethereum','eip20',18,'0xc6e145421fd494b26dcf2bfeb1b02b7c5721978f');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-raiders','polygon-pos','eip20',18,'0xcd7361ac3307d1c5a46b63086a90742ff44c63b3');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-royale','harmony-shard-0','harmony-shard-0',null,'0xfe1b516a7297eb03229a8b5afad80703911e81cb');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-trading-fund','xrp','xrp',null,'r9Xzi4KsSF1Xtr8WHyBmUcvfP9FzTyG5wp');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-trading-fund','polygon-pos','eip20',18,'0x7b3bd12675c6b9d6993eb81283cb68e6eb9260b5');
INSERT OR REPLACE INTO TokenEntity VALUES('crypto-village-accelerator-cvag','ethereum','eip20',18,'0x72a66e54b66892ae3bbe54df7bb7dd5ae927a6f9');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptoart-ai','ethereum','eip20',18,'0x5c8c8d560048f34e5f7f8ad71f2f81a89dbd273e');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptoautos','ethereum','eip20',18,'0xf477ac7719e2e659001455cdda0cc8f3ad10b604');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptoblades','binance-smart-chain','eip20',18,'0x154a9f9cbd3449ad22fdae23044319d6ef2a1fab');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptoblades','polygon-pos','eip20',18,'0x863d6074afaf02d9d41a5f8ea83278df7089aa86');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptoblades-kingdoms','binance-smart-chain','eip20',18,'0x0ccd575bf9378c06f6dca82f8122f570769f00c2');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptocurrency-coin','solana','spl',6,'4ikwYoNvoGEwtMbziUyYBTz1zRM6nmxspsfw9G7Bpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptoexpress','binance-smart-chain','eip20',18,'0xaa9826732f3a4973ff8b384b3f4e3c70c2984651');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptofarmers','polygon-pos','eip20',6,'0x5c15cdb9d43824dca67fceb1201e5abebe0b2cbc');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptofranc','ethereum','eip20',18,'0xb4272071ecadd69d933adcd19ca99fe80664fc08');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptogpt-token','ethereum','eip20',18,'0xd04e772bc0d591fbd288f2e2a86afa3d3cb647f8');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptomeda','polygon-pos','eip20',18,'0x6286a9e6f7e745a6d884561d88f94542d6715698');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptomeda','ethereum','eip20',18,'0x6286a9e6f7e745a6d884561d88f94542d6715698');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptomines-eternal','binance-smart-chain','eip20',18,'0xd44fd09d74cd13838f137b590497595d6b3feea4');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptopolis','binance-smart-chain','eip20',18,'0xea395dfafed39924988b475f2ca7f4c72655203a');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptopunk-7171-hoodie','ethereum','eip20',18,'0xdffa3a7f5b40789c7a437dbe7b31b47f9b08fe75');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptorg-token','ethereum','eip20',8,'0xc760721eb65aa6b0a634df6a008887c48813ff63');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptorg-token','binance-smart-chain','eip20',18,'0x69bfa36d50d92e8985d27e6aa6e685c0325ce7b4');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptosaga','cryptosaga','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptotycoon','binance-smart-chain','eip20',18,'0x464863745ed3af8b9f8871f1082211c55f8f884d');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptozoo','binance-smart-chain','eip20',18,'0x7ffc1243232da3ac001994208e2002816b57c669');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptozoon','binance-smart-chain','eip20',18,'0x9d173e6c594f479b4d47001f8e6a95a7adda42bc');
INSERT OR REPLACE INTO TokenEntity VALUES('cryptyk','ethereum','eip20',8,'0x42a501903afaa1086b5975773375c80e363f4063');
INSERT OR REPLACE INTO TokenEntity VALUES('crystl-finance','polygon-pos','eip20',18,'0x76bf0c28e604cc3fe9967c83b3c3f31c213cfe64');
INSERT OR REPLACE INTO TokenEntity VALUES('crystl-finance','cronos','cronos',null,'0xcbde0e17d14f49e10a10302a32d17ae88a7ecb8b');
INSERT OR REPLACE INTO TokenEntity VALUES('csp-dao-network','ethereum','eip20',18,'0x7f0c8b125040f707441cad9e5ed8a8408673b455');
INSERT OR REPLACE INTO TokenEntity VALUES('ctc-plus','binance-smart-chain','eip20',18,'0xb86414afc434345a91ca80a889d73fd1e8155b4b');
INSERT OR REPLACE INTO TokenEntity VALUES('ctoc','ethereum','eip20',18,'0xe6423de1f06e3f0af27d3ca776e9446ecbdc354b');
INSERT OR REPLACE INTO TokenEntity VALUES('ctrl-wallet','ethereum','eip20',18,'0xe50e009ddb1a4d8ec668eac9d8b2df1f96348707');
INSERT OR REPLACE INTO TokenEntity VALUES('cub-finance','binance-smart-chain','eip20',18,'0x50d809c74e0b8e49e7b4c65bb3109abe3ff4c1c1');
INSERT OR REPLACE INTO TokenEntity VALUES('cubiex-power','binance-smart-chain','eip20',18,'0x39bff8613defd221b0410ed3d4e5c07512d55f2d');
INSERT OR REPLACE INTO TokenEntity VALUES('cudis','binance-smart-chain','eip20',18,'0xc1353d3ee02fdbd4f65f92eee543cfd709049cb1');
INSERT OR REPLACE INTO TokenEntity VALUES('cudis','solana','spl',9,'CudisfkgWvMKnZ3TWf6iCuHm8pN2ikXhDcWytwz6f6RN');
INSERT OR REPLACE INTO TokenEntity VALUES('cudos','ethereum','eip20',18,'0x817bbdbc3e8a1204f3691d14bb44992841e3db35');
INSERT OR REPLACE INTO TokenEntity VALUES('cult-dao','ethereum','eip20',18,'0xf0f9d895aca5c8678f706fb8216fa22957685a13');
INSERT OR REPLACE INTO TokenEntity VALUES('cuminu','ethereum','eip20',18,'0xd6327ce1fb9d6020e8c2c0e124a1ec23dcab7536');
INSERT OR REPLACE INTO TokenEntity VALUES('cumrocket','binance-smart-chain','eip20',18,'0x27ae27110350b98d564b9a3eed31baebc82d878d');
INSERT OR REPLACE INTO TokenEntity VALUES('cumulus-encrypted-storage-system','binance-smart-chain','eip20',18,'0x0c78d4605c2972e5f989de9019de1fb00c5d3462');
INSERT OR REPLACE INTO TokenEntity VALUES('cupsey','solana','spl',6,'5PsnNwPmMtsGZgG6ZqMoDJJi28BR5xpAotXHHiQhpump');
INSERT OR REPLACE INTO TokenEntity VALUES('curate','ethereum','eip20',8,'0xe1c7e30c42c24582888c758984f6e382096786bd');
INSERT OR REPLACE INTO TokenEntity VALUES('curate','solana','spl',8,'35r2jMGKytAJ7FyKfKRHPanT8kpjg3emPy7WG6GANCNB');
INSERT OR REPLACE INTO TokenEntity VALUES('curate','binance-smart-chain','eip20',8,'0x708c671aa997da536869b50b6c67fa0c32ce80b2');
INSERT OR REPLACE INTO TokenEntity VALUES('curecoin','curecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('curve-dao-token','arbitrum-one','eip20',18,'0x11cdb42b0eb46d95f990bedd4695a6e3fa034978');
INSERT OR REPLACE INTO TokenEntity VALUES('curve-dao-token','sora','sora',null,'0x002ead91a2de57b8855b53d4a62c25277073fd7f65f7e5e79f4936ed747fcad0');
INSERT OR REPLACE INTO TokenEntity VALUES('curve-dao-token','polygon-pos','eip20',18,'0x172370d5cd63279efa6d502dab29171933a610af');
INSERT OR REPLACE INTO TokenEntity VALUES('curve-dao-token','ethereum','eip20',18,'0xd533a949740bb3306d119cc777fa900ba034cd52');
INSERT OR REPLACE INTO TokenEntity VALUES('curve-dao-token','fantom','eip20',18,'0x1e4f97b9f9f913c46f1632781732927b9019c68b');
INSERT OR REPLACE INTO TokenEntity VALUES('customer-service-xiao-he','binance-smart-chain','eip20',18,'0x3ac8e2c113d5d7824ac6ebe82a3c60b1b9d64444');
INSERT OR REPLACE INTO TokenEntity VALUES('cute-asian-girl','ronin','ronin',18,'0x06f7481d937eb637d7d9deedf175957d5d881397');
INSERT OR REPLACE INTO TokenEntity VALUES('cvault-finance','ethereum','eip20',18,'0x62359ed7505efc61ff1d56fef82158ccaffa23d7');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberconnect','optimistic-ethereum','eip20',18,'0x14778860e937f509e651192a90589de711fb88a9');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberconnect','ethereum','eip20',18,'0x14778860e937f509e651192a90589de711fb88a9');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberconnect','binance-smart-chain','eip20',18,'0x14778860e937f509e651192a90589de711fb88a9');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberdoge-3','solana','spl',6,'FXJAdx38aXJdQd3ABAVu7fQ7Bjh9oMN92eTxszFNpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberdragon-gold','binance-smart-chain','eip20',18,'0xb3a6381070b1a15169dea646166ec0699fdaea79');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfi','fantom','eip20',18,'0x6a545f9c64d8f7b957d8d2e6410b52095a9e6c29');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfi','ethereum','eip20',18,'0x63b4f3e3fa4e438698ce330e365e831f7ccd1ef4');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfi','polygon-pos','eip20',18,'0xecf8f2fa183b1c4d2a269bf98a54fce86c812d3e');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfi','binance-smart-chain','eip20',18,'0x6a545f9c64d8f7b957d8d2e6410b52095a9e6c29');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfm','binance-smart-chain','eip20',18,'0x9001fd53504f7bf253296cffadf5b6030cd61abb');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfm','polygon-pos','eip20',18,'0xda5949544aaf6124d06f398bfde4c86cc33b0ee7');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfm','ethereum','eip20',18,'0x4a621d9f1b19296d1c0f87637b3a8d4978e9bf82');
INSERT OR REPLACE INTO TokenEntity VALUES('cyberfm','tron','eip20',18,'TZ5jA9F5zGRgi9qk9ATMu6D7wyEpnxQGJh');
INSERT OR REPLACE INTO TokenEntity VALUES('cybervein','ethereum','eip20',18,'0xbe428c3867f05dea2a89fc76a102b544eac7f772');
INSERT OR REPLACE INTO TokenEntity VALUES('cycle','solana','spl',6,'HJ2n2a3YK1LTBCRbS932cTtmXw4puhgG8Jb2WcpEpump');
INSERT OR REPLACE INTO TokenEntity VALUES('cycle-2','binance-smart-chain','eip20',18,'0x5845684b49aef79a5c0f887f50401c247dca7ac6');
INSERT OR REPLACE INTO TokenEntity VALUES('cycle-2','ethereum','eip20',18,'0x5845684b49aef79a5c0f887f50401c247dca7ac6');
INSERT OR REPLACE INTO TokenEntity VALUES('cyclix-games','ethereum','eip20',18,'0x6b15602f008a05d9694d777dead2f05586216cb4');
INSERT OR REPLACE INTO TokenEntity VALUES('cyclone-protocol','ethereum','eip20',18,'0x8861cff2366c1128fd699b68304ad99a0764ef9a');
INSERT OR REPLACE INTO TokenEntity VALUES('cyclone-protocol','binance-smart-chain','eip20',18,'0x810ee35443639348adbbc467b33310d2ab43c168');
INSERT OR REPLACE INTO TokenEntity VALUES('cyclone-protocol','iotex','iotex',null,'io1f4acssp65t6s90egjkzpvrdsrjjyysnvxgqjrh');
INSERT OR REPLACE INTO TokenEntity VALUES('cyclone-protocol','polygon-pos','eip20',18,'0xcfb54a6d2da14abecd231174fc5735b4436965d8');
INSERT OR REPLACE INTO TokenEntity VALUES('cyclos','solana','spl',6,'BRLsMczKuaR5w9vSubF4j8HwEGGprVAyyVgS4EX7DKEg');
INSERT OR REPLACE INTO TokenEntity VALUES('cypher-2','base','eip20',18,'0xd262a4c7108c8139b2b189758e8d17c3dfc91a38');
INSERT OR REPLACE INTO TokenEntity VALUES('cypherium','cypherium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('cyphomancer','solana','spl',6,'CexCXDGoZUWqkSnaovysnHXkF6teX4p8tjhns6rhaCZ2');
INSERT OR REPLACE INTO TokenEntity VALUES('czs-dog','binance-smart-chain','eip20',18,'0x6d5ad1592ed9d6d1df9b93c793ab759573ed6714');
INSERT OR REPLACE INTO TokenEntity VALUES('d-community','ethereum','eip20',18,'0x37f74e99794853777a10ea1dc08a64c86958f06a');
INSERT OR REPLACE INTO TokenEntity VALUES('d1ckgpt','base','eip20',18,'0xe183b1a4dd59ca732211678eca1836ee35bce582');
INSERT OR REPLACE INTO TokenEntity VALUES('dacxi','ethereum','eip20',18,'0xefab7248d36585e2340e5d25f8a8d243e6e3193f');
INSERT OR REPLACE INTO TokenEntity VALUES('daddy-doge','binance-smart-chain','eip20',9,'0x7cce94c0b2c8ae7661f02544e62178377fe8cf92');
INSERT OR REPLACE INTO TokenEntity VALUES('daddy-tate','solana','spl',6,'4Cnk9EPnW5ixfLZatCPJjDB1PUtcRpVVgTQukm9epump');
INSERT OR REPLACE INTO TokenEntity VALUES('dadi-insight-token','binance-smart-chain','eip20',18,'0x807bd464144f68b7a431fad41c5769a66d972eca');
INSERT OR REPLACE INTO TokenEntity VALUES('daex','ethereum','eip20',18,'0x0b4bdc478791897274652dc15ef5c135cae61e60');
INSERT OR REPLACE INTO TokenEntity VALUES('dafi-protocol','polygon-pos','eip20',18,'0x638df98ad8069a15569da5a6b01181804c47e34c');
INSERT OR REPLACE INTO TokenEntity VALUES('dafi-protocol','ethereum','eip20',18,'0xfc979087305a826c2b2a0056cfaba50aad3e6439');
INSERT OR REPLACE INTO TokenEntity VALUES('dafi-protocol','binance-smart-chain','eip20',18,'0x4e0fe270b856eebb91fb4b4364312be59f499a3f');
INSERT OR REPLACE INTO TokenEntity VALUES('dagger','dagger','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','optimistic-ethereum','eip20',18,'0xda10009cbd5d07dd0cecc66161fc93d7c9000da1');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','arbitrum-one','eip20',18,'0xda10009cbd5d07dd0cecc66161fc93d7c9000da1');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','sora','sora',null,'0x0200060000000000000000000000000000000000000000000000000000000000');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','cronos','cronos',null,'0xf2001b145b43032aaf5ee2884e456ccd805f677d');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','milkomeda-cardano','milkomeda-cardano',null,'0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','cosmos','cosmos',null,'ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','fantom','eip20',18,'0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','aurora','aurora',null,'0xe3520349f477a5f6eb06107066048508498a291b');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','metis-andromeda','metis-andromeda',null,'0x4651b38e7ec14bb3db731369bfe5b08f2466bd0a');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','moonbeam','moonbeam',null,'0x765277eebeca2e31912c9946eae1021199b39c61');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','syscoin','syscoin',null,'0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','astar','astar',null,'0x6de33698e9e9b787e09d3bd7771ef63557e148bb');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','avalanche','eip20',18,'0xd586e7f844cea2f87f50152665bcbc2c279d8d70');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','kava','kava',null,'0x765277eebeca2e31912c9946eae1021199b39c61');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','polygon-pos','eip20',18,'0x8f3cf7ad23cd3cadbd9735aff958023239c6a063');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','ethereum','eip20',18,'0x6b175474e89094c44da98b954eedeac495271d0f');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','binance-smart-chain','eip20',18,'0x1af3f329e8be154074d8769d1ffa4ee058b1dbc3');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','harmony-shard-0','harmony-shard-0',null,'0xef977d2f931c1978db5f6747666fa1eacb0d0339');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','moonriver','moonriver',null,'0x80a16016cc4a2e6a2caca8a4a498b1699ff0f844');
INSERT OR REPLACE INTO TokenEntity VALUES('dai','ethereum-classic','ethereum-classic',null,'0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e');
INSERT OR REPLACE INTO TokenEntity VALUES('daige','solana','spl',6,'HsNx7RirehVMy54xnFtcgCBPDMrwNnJKykageqdWpump');
INSERT OR REPLACE INTO TokenEntity VALUES('daku-v2','solana','spl',6,'7mwikw88GRsAHbFpbpyuM3QMq1hXH87d4rYNuM8Earay');
INSERT OR REPLACE INTO TokenEntity VALUES('dao-invest','ethereum','eip20',18,'0x1f19f83fc9a25f3c861260143e36c17706257986');
INSERT OR REPLACE INTO TokenEntity VALUES('dao-invest','polygon-pos','eip20',18,'0x381caf412b45dac0f62fbeec89de306d3eabe384');
INSERT OR REPLACE INTO TokenEntity VALUES('dao-invest','binance-smart-chain','eip20',18,'0x873801ae2ff12d816db9a7b082f5796bec64c82c');
INSERT OR REPLACE INTO TokenEntity VALUES('dao-maker','ethereum','eip20',18,'0x0f51bb10119727a7e5ea3538074fb341f56b09ad');
INSERT OR REPLACE INTO TokenEntity VALUES('dao-maker','binance-smart-chain','eip20',18,'0x22f3997a5df5a80e29871fed24fe3e85741f5e82');
INSERT OR REPLACE INTO TokenEntity VALUES('daohaus','ethereum','eip20',18,'0xf2051511b9b121394fa75b8f7d4e7424337af687');
INSERT OR REPLACE INTO TokenEntity VALUES('daohaus','gnosis','eip20',18,'0xb0c5f3100a4d9d9532a4cfd68c55f1ae8da987eb');
INSERT OR REPLACE INTO TokenEntity VALUES('daolaunch','binance-smart-chain','eip20',18,'0x53e4b7aa6caccb9576548be3259e62de4ddd4417');
INSERT OR REPLACE INTO TokenEntity VALUES('daosquare','ethereum','eip20',18,'0xbd9908b0cdd50386f92efcc8e1d71766c2782df0');
INSERT OR REPLACE INTO TokenEntity VALUES('daosquare','gnosis','eip20',18,'0x97edc0e345fbbbd8460847fcfa3bc2a13bf8641f');
INSERT OR REPLACE INTO TokenEntity VALUES('daossui-token','sui','sui',6,'0xd40cec91f6dca0673b25451fb0d654e62ad13bf6546a32a21ef0c59eba42e71c::daos::DAOS');
INSERT OR REPLACE INTO TokenEntity VALUES('dapp','ethereum','eip20',4,'0x939b462ee3311f8926c047d2b576c389092b1649');
INSERT OR REPLACE INTO TokenEntity VALUES('dapp','eos','eos',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dappradar','ethereum','eip20',18,'0x44709a920fccf795fbc57baa433cc3dd53c44dbe');
INSERT OR REPLACE INTO TokenEntity VALUES('dappstore','ethereum','eip20',18,'0x00d8318e44780edeefcf3020a5448f636788883c');
INSERT OR REPLACE INTO TokenEntity VALUES('dar-open-network','ethereum','eip20',6,'0x33b481cbbf3c24f2b3184ee7cb02daad1c4f49a8');
INSERT OR REPLACE INTO TokenEntity VALUES('dar-open-network','binance-smart-chain','eip20',6,'0x8fb238058e71f828f505582e65b1d14f8cf52067');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-cheems','binance-smart-chain','eip20',18,'0xd743d3c50ebd82f9173b599383979d10f3494444');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-eclipse','solana','spl',6,'8BtoThi2ZoXnF7QQK1Wjmh2JuBw9FjVvhnGMVZ2vpump');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-energy-crystals','ethereum','eip20',3,'0x9393fdc77090f31c7db989390d43f454b1a6e7f3');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-energy-crystals','binance-smart-chain','eip20',3,'0xe9d7023f2132d55cbd4ee1f78273cb7a3e74f10a');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-frontiers','binance-smart-chain','eip20',8,'0x12fc07081fab7de60987cad8e8dc407b606fb2f8');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-maga','solana','spl',6,'7D7BRcBYepfi77vxySapmeqRNN1wsBBxnFPJGbH5pump');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-magic','polygon-pos','eip20',18,'0x61daecab65ee2a1d5b6032df030f3faa3d116aa7');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-matter','polygon-pos','eip20',18,'0xd28449bb9bb659725accad52947677cce3719fd7');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-matter','ethereum','eip20',18,'0x79126d32a86e6663f3aaac4527732d0701c1ae6c');
INSERT OR REPLACE INTO TokenEntity VALUES('dark-matter-defi','fantom','eip20',18,'0x90e892fed501ae00596448aecf998c88816e5c0f');
INSERT OR REPLACE INTO TokenEntity VALUES('darkcrypto','cronos','cronos',null,'0x83b2ac8642ae46fc2823bc959ffeb3c1742c48b5');
INSERT OR REPLACE INTO TokenEntity VALUES('darkpino','solana','spl',9,'4fwCUiZ8qaddK3WFLXazXRtpYpHc39iYLnEfF7KjmoEy');
INSERT OR REPLACE INTO TokenEntity VALUES('darkstar','binance-smart-chain','eip20',18,'0xb05f4747eb3d18a3fa4aa3e5c627f02ccc70d005');
INSERT OR REPLACE INTO TokenEntity VALUES('darkstar','klay-token','klay-token',18,'0x06053d778ea9200605bd3bcec374368fbcc0e3d6');
INSERT OR REPLACE INTO TokenEntity VALUES('darwin','solana','spl',9,'GUiVKWZvtNnc273wBRLEwMBxCoPffPvhRC2ghPySwAFZ');
INSERT OR REPLACE INTO TokenEntity VALUES('darwinia-commitment-token','ethereum','eip20',18,'0x9f284e1337a815fe77d2ff4ae46544645b20c5ff');
INSERT OR REPLACE INTO TokenEntity VALUES('darwinia-network-native-token','ethereum','eip20',18,'0x9469d013805bffb7d3debe5e7839237e535ec483');
INSERT OR REPLACE INTO TokenEntity VALUES('dash','dash','native',8,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dash-diamond','dash-diamond','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dasha','solana','spl',6,'FQ1tyso61AH1tzodyJfSwmzsD3GToybbRNoZxUBz21p8');
INSERT OR REPLACE INTO TokenEntity VALUES('data-ownership-protocol','ethereum','eip20',18,'0x97a9a15168c22b3c137e6381037e1499c8ad0978');
INSERT OR REPLACE INTO TokenEntity VALUES('data-ownership-protocol-2','ethereum','eip20',18,'0xa37db5456b5938aa50b33575ae2eb8048ca5959b');
INSERT OR REPLACE INTO TokenEntity VALUES('data-universe','bittensor','bittensor',null,'13');
INSERT OR REPLACE INTO TokenEntity VALUES('databroker-dao','ethereum','eip20',18,'0x765f0c16d1ddc279295c1a7c24b0883f62d33f75');
INSERT OR REPLACE INTO TokenEntity VALUES('datahighway','datahighway','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('datamine','polygon-pos','eip20',18,'0xb75bbd79985a8092b05224f62d7fed25924b075d');
INSERT OR REPLACE INTO TokenEntity VALUES('datamine','ethereum','eip20',18,'0xf80d589b3dbe130c270a69f1a69d050f268786df');
INSERT OR REPLACE INTO TokenEntity VALUES('dawg','solana','spl',9,'3DHPqxdMXogNNnpqBMF8N4Zs4dn1WR31H7UjWq6FExwG');
INSERT OR REPLACE INTO TokenEntity VALUES('daydreams','solana','spl',6,'GMzuntWYJLpNuCizrSR7ZXggiMdDzTNiEmSNHHunpump');
INSERT OR REPLACE INTO TokenEntity VALUES('dbx-2','ethereum','eip20',18,'0x3cbc780d2934d55a06069e837fabd3e6fc23dab0');
INSERT OR REPLACE INTO TokenEntity VALUES('de-fi','ethereum','eip20',18,'0x6b0faca7ba905a86f221ceb5ca404f605e5b3131');
INSERT OR REPLACE INTO TokenEntity VALUES('de-fi','binance-smart-chain','eip20',18,'0x6d106c0b8d2f47c5465bdbd58d1be253762cbbc1');
INSERT OR REPLACE INTO TokenEntity VALUES('deapcoin','binance-smart-chain','eip20',18,'0xcaf5191fc480f43e4df80106c7695eca56e48b18');
INSERT OR REPLACE INTO TokenEntity VALUES('deapcoin','avalanche','eip20',18,'0xd4d026322c88c2d49942a75dff920fcfbc5614c1');
INSERT OR REPLACE INTO TokenEntity VALUES('deapcoin','solana','spl',6,'BgwQjVNMWvt2d8CN51CsbniwRWyZ9H9HfHkEsvikeVuZ');
INSERT OR REPLACE INTO TokenEntity VALUES('deapcoin','ethereum','eip20',18,'0x1a3496c18d558bd9c6c8f609e1b129f67ab08163');
INSERT OR REPLACE INTO TokenEntity VALUES('deathroad','binance-smart-chain','eip20',18,'0xa6c897caaca3db7fd6e2d2ce1a00744f40ab87bb');
INSERT OR REPLACE INTO TokenEntity VALUES('debox','ethereum','eip20',18,'0x32b77729cd87f1ef2bea4c650c16f89f08472c69');
INSERT OR REPLACE INTO TokenEntity VALUES('debridge','solana','spl',6,'DBRiDgJAMsM95moTzJs7M9LnkGErpbv9v6CUR1DXnUu5');
INSERT OR REPLACE INTO TokenEntity VALUES('debtcoin','solana','spl',6,'vLieQF5eDqUuuk8RzRaqgAHkXr7bSEBZaWk9Zfibonk');
INSERT OR REPLACE INTO TokenEntity VALUES('debtreliefbot','base','eip20',18,'0x3ec2156d4c0a9cbdab4a016633b7bcf6a8d68ea2');
INSERT OR REPLACE INTO TokenEntity VALUES('decentr','ethereum','eip20',18,'0x30f271c9e86d2b7d00a6376cd96a1cfbd5f0b9b3');
INSERT OR REPLACE INTO TokenEntity VALUES('decentral-games','binance-smart-chain','eip20',18,'0x9fdc3ae5c814b79dca2556564047c5e7e5449c19');
INSERT OR REPLACE INTO TokenEntity VALUES('decentral-games','polygon-pos','eip20',18,'0x2a93172c8dccbfbc60a39d56183b7279a2f647b4');
INSERT OR REPLACE INTO TokenEntity VALUES('decentral-games','ethereum','eip20',18,'0x4b520c812e8430659fc9f12f6d0c39026c83588d');
INSERT OR REPLACE INTO TokenEntity VALUES('decentral-games-ice','polygon-pos','eip20',18,'0xc6c855ad634dcdad23e64da71ba85b8c51e5ad7c');
INSERT OR REPLACE INTO TokenEntity VALUES('decentral-games-old','binance-smart-chain','eip20',18,'0x9fdc3ae5c814b79dca2556564047c5e7e5449c19');
INSERT OR REPLACE INTO TokenEntity VALUES('decentral-games-old','polygon-pos','eip20',18,'0x2a93172c8dccbfbc60a39d56183b7279a2f647b4');
INSERT OR REPLACE INTO TokenEntity VALUES('decentral-games-old','ethereum','eip20',18,'0xee06a81a695750e71a662b51066f2c74cf4478a0');
INSERT OR REPLACE INTO TokenEntity VALUES('decentraland','polygon-pos','eip20',18,'0xa1c57f48f0deb89f569dfbe6e2b7f46d33606fd4');
INSERT OR REPLACE INTO TokenEntity VALUES('decentraland','ethereum','eip20',18,'0x0f5d2fb29fb7d3cfee444a200298f468908cc942');
INSERT OR REPLACE INTO TokenEntity VALUES('decentraland','sora','sora',null,'0x00449af28b82575d6ac0e8c6d20e095be0917e1b0eaa63962a1dc2c6b81c2b0d');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralgpt','binance-smart-chain','eip20',18,'0x1c30c2af4e4c1742d6db75afe85f1673ae2a8794');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralized-advertising','ethereum','eip20',9,'0x5b322514ff727253292637d9054301600c2c81e8');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralized-community-investment-protocol','binance-smart-chain','eip20',9,'0x308fc5cdd559be5cb62b08a26a4699bbef4a888f');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralized-mining-exchange','binance-smart-chain','eip20',18,'0xa5342d72d04c133180f376753f90a4b2eee29bb3');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralized-mining-exchange','huobi-token','huobi-token',null,'0x854bb58fdda85f20b5ab20b20d888f0554c02560');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralized-universal-basic-income','binance-smart-chain','eip20',18,'0x9e40868e8024aa52433ad3af311dba88ff8c86bd');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralized-universal-basic-income','polygon-pos','eip20',18,'0x950e1561b7a7deb1a32a6419fd435410daf851b0');
INSERT OR REPLACE INTO TokenEntity VALUES('decentralized-universal-basic-income','ethereum','eip20',18,'0xf3d6af45c6dfec43216cc3347ea91fefba0849d1');
INSERT OR REPLACE INTO TokenEntity VALUES('decentraweb','ethereum','eip20',18,'0xe7f58a92476056627f9fdb92286778abd83b285f');
INSERT OR REPLACE INTO TokenEntity VALUES('decentraweb','polygon-pos','eip20',18,'0x8839e639f210b80ffea73aedf51baed8dac04499');
INSERT OR REPLACE INTO TokenEntity VALUES('decimal','decimal','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('decimated','solana','spl',9,'BiDB55p4G3n1fGhwKFpxsokBMqgctL4qnZpDH1bVQxMD');
INSERT OR REPLACE INTO TokenEntity VALUES('decred','decred','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('decubate','binance-smart-chain','eip20',18,'0xeac9873291ddaca754ea5642114151f3035c67a2');
INSERT OR REPLACE INTO TokenEntity VALUES('deep','sui','sui',6,'0xdeeb7a4662eec9f2f3def03fb937a663dddaa2e215b8078a284d026b7946c270::deep::DEEP');
INSERT OR REPLACE INTO TokenEntity VALUES('deep-worm','solana','spl',6,'DwDtUqBZJtbRpdjsFw3N7YKB5epocSru25BGcVhfcYtg');
INSERT OR REPLACE INTO TokenEntity VALUES('deepbrain-chain','deepbrain-chain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('deepcore-ai','solana','spl',6,'3qVpCnqdaJtARzE2dYuCy5pm8X2NgF5hx9q9GosPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('deeper-network','binance-smart-chain','eip20',18,'0xa0a2ee912caf7921eaabc866c6ef6fec8f7e90a4');
INSERT OR REPLACE INTO TokenEntity VALUES('deeper-network','ethereum','eip20',18,'0xf3ae5d769e153ef72b4e3591ac004e89f48107a1');
INSERT OR REPLACE INTO TokenEntity VALUES('deepfakeai','ethereum','eip20',18,'0x5aef5bba19e6a1644805bd4f5c93c8557b87c62c');
INSERT OR REPLACE INTO TokenEntity VALUES('deeponion','deeponion','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('deepspace','binance-smart-chain','eip20',9,'0xf275e1ac303a4c9d987a2c48b8e555a77fec3f1c');
INSERT OR REPLACE INTO TokenEntity VALUES('deer-seized-by-us-government','solana','spl',6,'6pKHwNCpzgZuC9o5FzvCZkYSUGfQddhUYtMyDbEVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('defactor','ethereum','eip20',18,'0xdefac16715671b7b6aeefe012125f1e19ee4b7d7');
INSERT OR REPLACE INTO TokenEntity VALUES('defactor','binance-smart-chain','eip20',18,'0xdefac16715671b7b6aeefe012125f1e19ee4b7d7');
INSERT OR REPLACE INTO TokenEntity VALUES('defai','base','eip20',18,'0xf857b2764095b9a5f57c3e71f82f297fe4e45334');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-for-you','binance-smart-chain','eip20',18,'0xd98560689c6e748dc37bc410b4d3096b1aa3d8c2');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-kingdoms','harmony-shard-0','harmony-shard-0',null,'0x72cb10c6bfa5624dd07ef608027e366bd690048f');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-land','solana','spl',9,'DFL1zNkaGPWm1BqAVqRjCZvHmwTFrEaJtbzJWgseoNJh');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-money','arbitrum-one','eip20',18,'0x69420f9e38a4e60a62224c489be4bf7a94402496');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-money','optimistic-ethereum','eip20',18,'0x69420f9e38a4e60a62224c489be4bf7a94402496');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-shopping-stake','ethereum','eip20',18,'0x213c53c96a01a89e6dcc5683cf16473203e17513');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-ssi','base','eip20',8,'0x164ffdae2fe3891714bc2968f1875ca4fa1079d0');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-stoa','ethereum','eip20',18,'0x06874f973dc3c96dc22a10ef0d0609f877f335ea');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-warrior','binance-smart-chain','eip20',18,'0x633237c6fa30fae46cc5bb22014da30e50a718cc');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-yield-protocol','avalanche','eip20',18,'0x961c8c0b1aad0c0b10a51fef6a867e3091bcef17');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-yield-protocol','ethereum','eip20',18,'0x961c8c0b1aad0c0b10a51fef6a867e3091bcef17');
INSERT OR REPLACE INTO TokenEntity VALUES('defi-yield-protocol','binance-smart-chain','eip20',18,'0x961c8c0b1aad0c0b10a51fef6a867e3091bcef17');
INSERT OR REPLACE INTO TokenEntity VALUES('defiant-2','solana','spl',6,'DPTP4fUfWuwVTgCmttWBu6Sy5B9TeCTBjc2YKgpDpump');
INSERT OR REPLACE INTO TokenEntity VALUES('defichain','ethereum','eip20',8,'0x8fc8f8269ebca376d046ce292dc7eac40c8d358a');
INSERT OR REPLACE INTO TokenEntity VALUES('defichain','binance-smart-chain','eip20',18,'0x361c60b7c2828fcab80988d00d1d542c83387b50');
INSERT OR REPLACE INTO TokenEntity VALUES('defichain','defichain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('defigeek-community-japan','ethereum','eip20',8,'0x961dd84059505d59f82ce4fb87d3c09bec65301d');
INSERT OR REPLACE INTO TokenEntity VALUES('defigram','binance-smart-chain','eip20',18,'0xb661f4576d5e0b622fee6ab041fd5451fe02ba4c');
INSERT OR REPLACE INTO TokenEntity VALUES('defina-finance','binance-smart-chain','eip20',18,'0x426c72701833fddbdfc06c944737c6031645c708');
INSERT OR REPLACE INTO TokenEntity VALUES('define','ethereum','eip20',18,'0x62959c699a52ec647622c91e79ce73344e4099f5');
INSERT OR REPLACE INTO TokenEntity VALUES('definer','ethereum','eip20',18,'0x054f76beed60ab6dbeb23502178c52d6c5debe40');
INSERT OR REPLACE INTO TokenEntity VALUES('definitive','base','eip20',18,'0xed6e000def95780fb89734c07ee2ce9f6dcaf110');
INSERT OR REPLACE INTO TokenEntity VALUES('definity','binance-smart-chain','eip20',18,'0xbe4cb2c354480042a39350a0c6c26bf54786539f');
INSERT OR REPLACE INTO TokenEntity VALUES('definity','ethereum','eip20',18,'0x5f474906637bdcda05f29c74653f6962bb0f8eda');
INSERT OR REPLACE INTO TokenEntity VALUES('defiplaza','ethereum','eip20',18,'0x2f57430a6ceda85a67121757785877b4a71b8e6d');
INSERT OR REPLACE INTO TokenEntity VALUES('defipulse-index','polygon-pos','eip20',18,'0x85955046df4668e1dd369d2de9f3aeb98dd2a369');
INSERT OR REPLACE INTO TokenEntity VALUES('defipulse-index','gnosis','eip20',18,'0xd3d47d5578e55c880505dc40648f7f9307c3e7a8');
INSERT OR REPLACE INTO TokenEntity VALUES('defipulse-index','ethereum','eip20',18,'0x1494ca1f11d487c2bbe4543e90080aeba4ba3c2b');
INSERT OR REPLACE INTO TokenEntity VALUES('defistarter','binance-smart-chain','eip20',18,'0x239ec95667e37929d33066a8df8ddc9444dbcbca');
INSERT OR REPLACE INTO TokenEntity VALUES('defit','ethereum','eip20',18,'0x84cffa78b2fbbeec8c37391d2b12a04d2030845e');
INSERT OR REPLACE INTO TokenEntity VALUES('defit','polygon-pos','eip20',18,'0x428360b02c1269bc1c79fbc399ad31d58c1e8fda');
INSERT OR REPLACE INTO TokenEntity VALUES('defituna','solana','spl',6,'TUNAfXDZEdQizTMTh3uEvNvYqJmqFHZbEJt8joP4cyx');
INSERT OR REPLACE INTO TokenEntity VALUES('defiway','polygon-pos','eip20',18,'0x18c3eb88c972390120bb4abd2f705c48f62e212c');
INSERT OR REPLACE INTO TokenEntity VALUES('defrogs','ethereum','eip20',18,'0xd555498a524612c67f286df0e0a9a64a73a7cdc7');
INSERT OR REPLACE INTO TokenEntity VALUES('degate','ethereum','eip20',18,'0x53c8395465a84955c95159814461466053dedede');
INSERT OR REPLACE INTO TokenEntity VALUES('degecoin','solana','spl',6,'CPG7gjcjcdZGHE5EJ6LoAL4xqZtNFeWEXXmtkYjAoVaF');
INSERT OR REPLACE INTO TokenEntity VALUES('degen-base','base','eip20',18,'0x4ed4e862860bed51a9570b96d89af5e1b0efefed');
INSERT OR REPLACE INTO TokenEntity VALUES('degen-capital-by-virtuals','base','eip20',18,'0x99298c6be0e8ec9e56b7a2be5850abe1fc109d94');
INSERT OR REPLACE INTO TokenEntity VALUES('degen-spartan-ai','solana','spl',6,'Gu3LDkn7Vx3bmCzLafYNKcDxv2mH7YN44NJZFXnypump');
INSERT OR REPLACE INTO TokenEntity VALUES('degenerate-squid','base','eip20',18,'0x4674f73545f1db4036250ff8c33a39ad1678d864');
INSERT OR REPLACE INTO TokenEntity VALUES('degenerative-sitcom','solana','spl',6,'AK9yVoXKK1Cjww7HDyjYNyW5FujD3FJ2xbjMUStspump');
INSERT OR REPLACE INTO TokenEntity VALUES('degenerator-project','solana','spl',6,'oraiJP7H3LAt57DkFXNLDbLdBFNRRPvS8jg2j5AZkd9');
INSERT OR REPLACE INTO TokenEntity VALUES('dego-finance','ethereum','eip20',18,'0x3da932456d082cba208feb0b096d49b202bf89c8');
INSERT OR REPLACE INTO TokenEntity VALUES('dego-finance','binance-smart-chain','eip20',18,'0x3fda9383a84c05ec8f7630fe10adf1fac13241cc');
INSERT OR REPLACE INTO TokenEntity VALUES('degree-crypto-token','tron','eip20',18,'TUKxxRkFi21d6KnqUi7aNsbA2So91xMDFG');
INSERT OR REPLACE INTO TokenEntity VALUES('dehero-community-token','binance-smart-chain','eip20',12,'0x261510dd6257494eea1dda7618dbe8a7b87870dd');
INSERT OR REPLACE INTO TokenEntity VALUES('dehive','gnosis','eip20',18,'0xfbdd194376de19a88118e84e279b977f165d01b8');
INSERT OR REPLACE INTO TokenEntity VALUES('dehive','binance-smart-chain','eip20',18,'0x58759dd469ae5631c42cf8a473992335575b58d7');
INSERT OR REPLACE INTO TokenEntity VALUES('dehive','polygon-pos','eip20',18,'0x5fcb9de282af6122ce3518cde28b7089c9f97b26');
INSERT OR REPLACE INTO TokenEntity VALUES('dehive','ethereum','eip20',18,'0x62dc4817588d53a056cbbd18231d91ffccd34b2a');
INSERT OR REPLACE INTO TokenEntity VALUES('dehorizon','ethereum','eip20',18,'0xb5c578947de0fd71303f71f2c3d41767438bd0de');
INSERT OR REPLACE INTO TokenEntity VALUES('dejitaru-tsuka','ethereum','eip20',9,'0xc5fb36dd2fb59d3b98deff88425a3f425ee469ed');
INSERT OR REPLACE INTO TokenEntity VALUES('dekbox','binance-smart-chain','eip20',18,'0xe52c5a3590952f3ed6fccf89a0bd7f38e11c5b98');
INSERT OR REPLACE INTO TokenEntity VALUES('delabs-games','klay-token','klay-token',18,'0x23ccab1de32e06a6235a7997c266f86440c2cbe6');
INSERT OR REPLACE INTO TokenEntity VALUES('delabs-games','binance-smart-chain','eip20',18,'0x23ccab1de32e06a6235a7997c266f86440c2cbe6');
INSERT OR REPLACE INTO TokenEntity VALUES('delorean','sui','sui',9,'0x4c981f3ff786cdb9e514da897ab8a953647dae2ace9679e8358eec1e3e8871ac');
INSERT OR REPLACE INTO TokenEntity VALUES('delphy','ethereum','eip20',18,'0x6c2adc2073994fb2ccc5032cc2906fa221e9b391');
INSERT OR REPLACE INTO TokenEntity VALUES('delta-exchange-token','ethereum','eip20',18,'0xab93df617f51e1e415b5b4f8111f122d6b48e55c');
INSERT OR REPLACE INTO TokenEntity VALUES('delta-financial','ethereum','eip20',18,'0x9ea3b5b4ec044b70375236a281986106457b20ef');
INSERT OR REPLACE INTO TokenEntity VALUES('delysium','binance-smart-chain','eip20',18,'0x818835503f55283cd51a4399f595e295a9338753');
INSERT OR REPLACE INTO TokenEntity VALUES('delysium','ethereum','eip20',18,'0x7da2641000cbb407c329310c461b2cb9c70c3046');
INSERT OR REPLACE INTO TokenEntity VALUES('demole','binance-smart-chain','eip20',18,'0x1c796c140de269e255372ea687ef7644bab87935');
INSERT OR REPLACE INTO TokenEntity VALUES('denizlispor-fan-token','Bitcichain','Bitcichain',null,'0xb428b0d491516aad256386180945c52423907a61');
INSERT OR REPLACE INTO TokenEntity VALUES('dent','ethereum','eip20',8,'0x3597bfd533a99c9aa083587b074434e61eb0a258');
INSERT OR REPLACE INTO TokenEntity VALUES('dentacoin','ethereum','eip20',0,'0x08d32b0da63e2c3bcf8019c9c5d849d7a9d791e6');
INSERT OR REPLACE INTO TokenEntity VALUES('dentacoin','optimistic-ethereum','eip20',0,'0x1da650c3b2daa8aa9ff6f661d4156ce24d08a062');
INSERT OR REPLACE INTO TokenEntity VALUES('department-of-gov-efficiency','solana','spl',9,'9TY6DUg1VSssYH5tFE95qoq5hnAGFak4w3cn72sJNCoV');
INSERT OR REPLACE INTO TokenEntity VALUES('department-of-government-efficiency','ethereum','eip20',18,'0x1121acc14c63f3c872bfca497d10926a6098aac5');
INSERT OR REPLACE INTO TokenEntity VALUES('department-of-government-efficiency','solana','spl',8,'KQijDbNJ6rPCqhtXrfH6gKa5cH3a39At8vHq34nnPbF');
INSERT OR REPLACE INTO TokenEntity VALUES('depay','ethereum','eip20',18,'0xa0bed124a09ac2bd941b10349d8d224fe3c955eb');
INSERT OR REPLACE INTO TokenEntity VALUES('depay','binance-smart-chain','eip20',18,'0xa0bed124a09ac2bd941b10349d8d224fe3c955eb');
INSERT OR REPLACE INTO TokenEntity VALUES('dephy-network','binance-smart-chain','eip20',18,'0xd029b392580d555f35cca1987f27d248cf883716');
INSERT OR REPLACE INTO TokenEntity VALUES('dephy-network','solana','spl',6,'DEpHYkW6nEm3Sxhb2rwftatrSAV3AP3ac6MgAWBbnsS8');
INSERT OR REPLACE INTO TokenEntity VALUES('der-daku','solana','spl',6,'HRiLLm6hYiSdniFGjvcSvQ7XJrA8YSoktcqFbWjmpump');
INSERT OR REPLACE INTO TokenEntity VALUES('derace','binance-smart-chain','eip20',18,'0x373e768f79c820aa441540d254dca6d045c6d25b');
INSERT OR REPLACE INTO TokenEntity VALUES('derace','ethereum','eip20',18,'0x9fa69536d1cda4a04cfb50688294de75b505a9ae');
INSERT OR REPLACE INTO TokenEntity VALUES('deri-protocol','huobi-token','huobi-token',null,'0x2bda3e331cf735d9420e41567ab843441980c4b8');
INSERT OR REPLACE INTO TokenEntity VALUES('deri-protocol','binance-smart-chain','eip20',18,'0xe60eaf5a997dfae83739e035b005a33afdcc6df5');
INSERT OR REPLACE INTO TokenEntity VALUES('deri-protocol','arbitrum-one','eip20',18,'0x21e60ee73f17ac0a411ae5d690f908c3ed66fe12');
INSERT OR REPLACE INTO TokenEntity VALUES('deri-protocol','polygon-pos','eip20',18,'0x3d1d2afd191b165d140e3e8329e634665ffb0e5e');
INSERT OR REPLACE INTO TokenEntity VALUES('deri-protocol','ethereum','eip20',18,'0xa487bf43cf3b10dffc97a9a744cbb7036965d3b9');
INSERT OR REPLACE INTO TokenEntity VALUES('derivadao','ethereum','eip20',18,'0x3a880652f47bfaa771908c07dd8673a787daed3a');
INSERT OR REPLACE INTO TokenEntity VALUES('derive','ethereum','eip20',18,'0xb1d1eae60eea9525032a6dcb4c1ce336a1de71be');
INSERT OR REPLACE INTO TokenEntity VALUES('derive','base','eip20',18,'0x9d0e8f5b25384c7310cb8c6ae32c8fbeb645d083');
INSERT OR REPLACE INTO TokenEntity VALUES('derive','optimistic-ethereum','eip20',18,'0x33800de7e817a70a694f31476313a7c572bba100');
INSERT OR REPLACE INTO TokenEntity VALUES('derive','arbitrum-one','eip20',18,'0x77b7787a09818502305c95d68a2571f090abb135');
INSERT OR REPLACE INTO TokenEntity VALUES('dero','dero','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('desmos','cosmos','cosmos',null,'ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C');
INSERT OR REPLACE INTO TokenEntity VALUES('deso','deso','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('destorage','ethereum','eip20',18,'0xb67beb26ebeb0dceec354ae0942256d03c01771b');
INSERT OR REPLACE INTO TokenEntity VALUES('deus-finance-2','polygon-pos','eip20',18,'0xde5ed76e7c05ec5e4572cfc88d1acea165109e44');
INSERT OR REPLACE INTO TokenEntity VALUES('deus-finance-2','ethereum','eip20',18,'0xde5ed76e7c05ec5e4572cfc88d1acea165109e44');
INSERT OR REPLACE INTO TokenEntity VALUES('deus-finance-2','fantom','eip20',18,'0xde5ed76e7c05ec5e4572cfc88d1acea165109e44');
INSERT OR REPLACE INTO TokenEntity VALUES('deutsche-emark','deutsche-emark','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dev-ai','solana','spl',6,'8MhHH7nBxmukybUx3xqovgLDTetVzj3sogBXPueTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('dev-protocol','ethereum','eip20',18,'0x5caf454ba92e6f2c929df14667ee360ed9fd5b26');
INSERT OR REPLACE INTO TokenEntity VALUES('devault','devault','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('developer-camp','solana','spl',6,'B8YVF2CA2hv2LnPdWpjNmqcS7g3tqhYkYm3wugcvHELP');
INSERT OR REPLACE INTO TokenEntity VALUES('devve','ethereum','eip20',18,'0x8248270620aa532e4d64316017be5e873e37cc09');
INSERT OR REPLACE INTO TokenEntity VALUES('dew-2','binance-smart-chain','eip20',18,'0xa9550c2112a277b03ccff6aa1baaacd74c754444');
INSERT OR REPLACE INTO TokenEntity VALUES('dex-game','ethereum','eip20',18,'0x66f73d0fd4161cfad4302dc145ff994375c13475');
INSERT OR REPLACE INTO TokenEntity VALUES('dex-trade-coin','ethereum','eip20',18,'0xb0e99627bc29adef1178f16117bf495351e81997');
INSERT OR REPLACE INTO TokenEntity VALUES('dexa-coin','dexa-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dexcheck','binance-smart-chain','eip20',18,'0x16faf9daa401aa42506af503aa3d80b871c467a3');
INSERT OR REPLACE INTO TokenEntity VALUES('dexcheck','ethereum','eip20',18,'0x672f4fa517894496b8a958b4b3fca068ce513a39');
INSERT OR REPLACE INTO TokenEntity VALUES('dexe','ethereum','eip20',18,'0xde4ee8057785a7e8e800db58f9784845a5c2cbd6');
INSERT OR REPLACE INTO TokenEntity VALUES('dexe','binance-smart-chain','eip20',18,'0x039cb485212f996a9dbb85a9a75d898f94d38da6');
INSERT OR REPLACE INTO TokenEntity VALUES('dexit-finance','binance-smart-chain','eip20',9,'0x2b2ff80c489dad868318a19fd6f258889a026da5');
INSERT OR REPLACE INTO TokenEntity VALUES('dexkit','binance-smart-chain','eip20',18,'0x314593fa9a2fa16432913dbccc96104541d32d11');
INSERT OR REPLACE INTO TokenEntity VALUES('dexkit','ethereum','eip20',18,'0x7866e48c74cbfb8183cd1a929cd9b95a7a5cb4f4');
INSERT OR REPLACE INTO TokenEntity VALUES('dexkit','polygon-pos','eip20',18,'0x4d0def42cf57d6f27cd4983042a55dce1c9f853c');
INSERT OR REPLACE INTO TokenEntity VALUES('dexlab','solana','spl',6,'GsNzxJfFn6zQdJGeYsupJWzUAm57Ba7335mfhWvFiE9Z');
INSERT OR REPLACE INTO TokenEntity VALUES('dexnet','binance-smart-chain','eip20',18,'0x39df92f325938c610f4e4a04f7b756145ebe8804');
INSERT OR REPLACE INTO TokenEntity VALUES('dexsport','binance-smart-chain','eip20',18,'0x32f1518baace69e85b9e5ff844ebd617c52573ac');
INSERT OR REPLACE INTO TokenEntity VALUES('dextf','avalanche','eip20',18,'0x03e8d118a1864c7dc53bf91e007ab7d91f5a06fa');
INSERT OR REPLACE INTO TokenEntity VALUES('dextf','ethereum','eip20',18,'0x5f64ab1544d28732f0a24f4713c2c8ec0da089f0');
INSERT OR REPLACE INTO TokenEntity VALUES('dextools','ethereum','eip20',18,'0xfb7b4564402e5500db5bb6d63ae671302777c75a');
INSERT OR REPLACE INTO TokenEntity VALUES('dextools','binance-smart-chain','eip20',18,'0xe91a8d2c584ca93c7405f15c22cdfe53c29896e3');
INSERT OR REPLACE INTO TokenEntity VALUES('dextoro-2','solana','spl',9,'FkqvTmDNgxgcdS7fPbZoQhPVuaYJPwSsP8mm4p7oNgf6');
INSERT OR REPLACE INTO TokenEntity VALUES('dfdv-staked-sol','solana','spl',9,'sctmB7GPi5L2Q5G9tUSzXvhZ4YiDMEGcRov9KfArQpx');
INSERT OR REPLACE INTO TokenEntity VALUES('dforce-token','ethereum','eip20',18,'0x431ad2ff6a9c365805ebad47ee021148d6f7dbe0');
INSERT OR REPLACE INTO TokenEntity VALUES('dforce-token','binance-smart-chain','eip20',18,'0x4a9a2b2b04549c3927dd2c9668a5ef3fca473623');
INSERT OR REPLACE INTO TokenEntity VALUES('dforce-token','arbitrum-one','eip20',18,'0xae6aab43c4f3e0cea4ab83752c278f8debaba689');
INSERT OR REPLACE INTO TokenEntity VALUES('dfund','ethereum','eip20',18,'0xd2adc1c84443ad06f0017adca346bd9b6fc52cab');
INSERT OR REPLACE INTO TokenEntity VALUES('dfx-finance','polygon-pos','eip20',18,'0xe7804d91dfcde7f776c90043e03eaa6df87e6395');
INSERT OR REPLACE INTO TokenEntity VALUES('dfx-finance','ethereum','eip20',18,'0x888888435fde8e7d4c54cab67f206e4199454c60');
INSERT OR REPLACE INTO TokenEntity VALUES('dfyn-network','ethereum','eip20',18,'0x9695e0114e12c0d3a3636fab5a18e6b737529023');
INSERT OR REPLACE INTO TokenEntity VALUES('dfyn-network','polygon-pos','eip20',18,'0xc168e40227e4ebd8c1cae80f7a55a4f0e6d66c97');
INSERT OR REPLACE INTO TokenEntity VALUES('dgi-game','ethereum','eip20',18,'0xe453c3409f8ad2b1fe1ed08e189634d359705a5b');
INSERT OR REPLACE INTO TokenEntity VALUES('dhealth','ethereum','eip20',18,'0xc40f23a3e9613e012944f7957edce97899fa920d');
INSERT OR REPLACE INTO TokenEntity VALUES('dhedge-dao','ethereum','eip20',18,'0xca1207647ff814039530d7d35df0e1dd2e91fa84');
INSERT OR REPLACE INTO TokenEntity VALUES('dhedge-dao','arbitrum-one','eip20',18,'0x8038f3c971414fd1fc220ba727f2d4a0fc98cb65');
INSERT OR REPLACE INTO TokenEntity VALUES('dhedge-dao','polygon-pos','eip20',18,'0x8c92e38eca8210f4fcbf17f0951b198dd7668292');
INSERT OR REPLACE INTO TokenEntity VALUES('dia-data','binance-smart-chain','eip20',18,'0x99956d38059cf7beda96ec91aa7bb2477e0901dd');
INSERT OR REPLACE INTO TokenEntity VALUES('dia-data','ethereum','eip20',18,'0x84ca8bc7997272c7cfb4d0cd3d55cd942b3c9419');
INSERT OR REPLACE INTO TokenEntity VALUES('dia-data','sora','sora',null,'0x001f7a13792061236adfc93fa3aa8bad1dc8a8e8f889432b3d8d416b986f2c43');
INSERT OR REPLACE INTO TokenEntity VALUES('dialectic-btc-vault','ethereum','eip20',18,'0x972966bcc17f7d818de4f27dc146ef539c231bdf');
INSERT OR REPLACE INTO TokenEntity VALUES('dialectic-eth-vault','ethereum','eip20',18,'0x871ab8e36cae9af35c6a3488b049965233deb7ed');
INSERT OR REPLACE INTO TokenEntity VALUES('dialectic-usd-vault','ethereum','eip20',18,'0x1e33e98af620f1d563fcd3cfd3c75ace841204ef');
INSERT OR REPLACE INTO TokenEntity VALUES('diam','binance-smart-chain','eip20',18,'0x1fa0f5ed24a1a2b43741e88f8fec19633e67082b');
INSERT OR REPLACE INTO TokenEntity VALUES('diamond','diamond','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('diamond-boyz-coin','binance-smart-chain','eip20',18,'0x7a983559e130723b70e45bd637773dbdfd3f71db');
INSERT OR REPLACE INTO TokenEntity VALUES('diamond-launch','binance-smart-chain','eip20',18,'0xde83180dd1166d4f8e5c2b7de14a2163b1bb4a87');
INSERT OR REPLACE INTO TokenEntity VALUES('diamond-token-2','binance-smart-chain','eip20',18,'0xbfa362937bfd11ec22a023abf83b6df4e5e303d4');
INSERT OR REPLACE INTO TokenEntity VALUES('dickbutt','base','eip20',18,'0x2d57c47bc5d2432feeedf2c9150162a9862d3ccf');
INSERT OR REPLACE INTO TokenEntity VALUES('dickstrategy','ethereum','eip20',18,'0x8680acfacb3fed5408764343fc7e8358e8c85a4c');
INSERT OR REPLACE INTO TokenEntity VALUES('diem','base','eip20',18,'0xf4d97f2da56e8c3098f3a8d538db630a2606a024');
INSERT OR REPLACE INTO TokenEntity VALUES('digg','ethereum','eip20',9,'0x798d1be841a82a273720ce31c822c61a67a601c3');
INSERT OR REPLACE INTO TokenEntity VALUES('digibyte','digibyte','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('digifinextoken','ethereum','eip20',8,'0xa2a54f1ec1f09316ef12c1770d32ed8f21b1fb6a');
INSERT OR REPLACE INTO TokenEntity VALUES('digital-bank-of-africa','binance-smart-chain','eip20',8,'0x1006ea3289b833b6720aaa82746990ec77de8c36');
INSERT OR REPLACE INTO TokenEntity VALUES('digital-reserve-currency','ethereum','eip20',0,'0xa150db9b1fa65b44799d4dd949d922c0a33ee606');
INSERT OR REPLACE INTO TokenEntity VALUES('digital-reserve-currency','polygon-pos','eip20',0,'0xfed16c746cb5bfed009730f9e3e6a673006105c7');
INSERT OR REPLACE INTO TokenEntity VALUES('digital-reserve-currency','harmony-shard-0','harmony-shard-0',null,'0xe74a0ba232a62ddb80e53ea7ed9b799445f52876');
INSERT OR REPLACE INTO TokenEntity VALUES('digitalbits','ethereum','eip20',7,'0xb9eefc4b0d472a44be93970254df4f4016569d27');
INSERT OR REPLACE INTO TokenEntity VALUES('digitalcoin','digitalcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('digitalnote','digitalnote','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('digitex-futures-exchange','ethereum','eip20',18,'0xc666081073e8dff8d3d1c2292a29ae1a2153ec09');
INSERT OR REPLACE INTO TokenEntity VALUES('digits-dao','ethereum','eip20',18,'0xbe56ab825fd35678a32dc35bc4eb17e238e1404f');
INSERT OR REPLACE INTO TokenEntity VALUES('digix-gold','ethereum','eip20',9,'0x4f3afec4e5a3f2a6a1a411def7d7dfe50ee057bf');
INSERT OR REPLACE INTO TokenEntity VALUES('dill','binance-smart-chain','eip20',18,'0xcd806d0eb9465020994c9e977cbe34fe430172ae');
INSERT OR REPLACE INTO TokenEntity VALUES('diment-dollar','arbitrum-one','eip20',6,'0x71b3a0566f4bf80331d115d8026a7022bf670cce');
INSERT OR REPLACE INTO TokenEntity VALUES('diment-dollar','binance-smart-chain','eip20',6,'0x71b3a0566f4bf80331d115d8026a7022bf670cce');
INSERT OR REPLACE INTO TokenEntity VALUES('diment-dollar','ethereum','eip20',6,'0x71b3a0566f4bf80331d115d8026a7022bf670cce');
INSERT OR REPLACE INTO TokenEntity VALUES('dimitra','ethereum','eip20',18,'0x51cb253744189f11241becb29bedd3f1b5384fdb');
INSERT OR REPLACE INTO TokenEntity VALUES('dimo','ethereum','eip20',18,'0x5fab9761d60419c9eeebe3915a8fa1ed7e8d2e1b');
INSERT OR REPLACE INTO TokenEntity VALUES('dimo','polygon-pos','eip20',18,'0xe261d618a959afffd53168cd07d12e37b26761db');
INSERT OR REPLACE INTO TokenEntity VALUES('dinero-2','ethereum','eip20',18,'0x6df0e641fc9847c0c6fde39be6253045440c14d3');
INSERT OR REPLACE INTO TokenEntity VALUES('dinger-token','binance-smart-chain','eip20',9,'0x0d3843f92d622468ba67df5a6a4149b484a75af3');
INSERT OR REPLACE INTO TokenEntity VALUES('dinger-token','ethereum','eip20',9,'0x9e5bd9d9fad182ff0a93ba8085b664bcab00fa68');
INSERT OR REPLACE INTO TokenEntity VALUES('dingocoin','binance-smart-chain','eip20',8,'0x9b208b117b2c4f76c1534b6f006b033220a681a4');
INSERT OR REPLACE INTO TokenEntity VALUES('dingocoin','dingocoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dino','solana','spl',6,'6Y7LbYB3tfGBG6CSkyssoxdtHb77AEMTRVXe8JUJRwZ7');
INSERT OR REPLACE INTO TokenEntity VALUES('dino-2','hedera-hashgraph','hedera-hashgraph',8,'0x000000000000000000000000000000000078aa80');
INSERT OR REPLACE INTO TokenEntity VALUES('dinoswap','polygon-pos','eip20',18,'0xaa9654becca45b5bdfa5ac646c939c62b527d394');
INSERT OR REPLACE INTO TokenEntity VALUES('dinox','polygon-pos','eip20',18,'0xcaf5191fc480f43e4df80106c7695eca56e48b18');
INSERT OR REPLACE INTO TokenEntity VALUES('dinox','binance-smart-chain','eip20',18,'0x3c1748d647e6a56b37b66fcd2b5626d0461d3aa0');
INSERT OR REPLACE INTO TokenEntity VALUES('dinox','ethereum','eip20',18,'0x20a8cec5fffea65be7122bcab2ffe32ed4ebf03a');
INSERT OR REPLACE INTO TokenEntity VALUES('dione','ethereum','eip20',9,'0x89b69f2d1adffa9a253d40840b6baa7fc903d697');
INSERT OR REPLACE INTO TokenEntity VALUES('dippy','bittensor','bittensor',null,'11');
INSERT OR REPLACE INTO TokenEntity VALUES('disbalancer','binance-smart-chain','eip20',18,'0x7fbec0bb6a7152e77c30d005b5d49cbc08a602c3');
INSERT OR REPLACE INTO TokenEntity VALUES('disbalancer','ethereum','eip20',18,'0x7fbec0bb6a7152e77c30d005b5d49cbc08a602c3');
INSERT OR REPLACE INTO TokenEntity VALUES('distribute-ai','solana','spl',9,'2AEU9yWk3dEGnVwRaKv4div5TarC4dn7axFLyz6zG4Pf');
INSERT OR REPLACE INTO TokenEntity VALUES('distributed-training','bittensor','bittensor',null,'38');
INSERT OR REPLACE INTO TokenEntity VALUES('district0x','ethereum','eip20',18,'0x0abdace70d3790235af448c88547603b945604ea');
INSERT OR REPLACE INTO TokenEntity VALUES('districts','ethereum','eip20',18,'0xb841f365d5221bed66d60e69094418d8c2aa5a44');
INSERT OR REPLACE INTO TokenEntity VALUES('districts','binance-smart-chain','eip20',18,'0xb841f365d5221bed66d60e69094418d8c2aa5a44');
INSERT OR REPLACE INTO TokenEntity VALUES('dither','solana','spl',9,'E1kvzJNxShvvWTrudokpzuc789vRiDXfXG3duCuY6ooE');
INSERT OR REPLACE INTO TokenEntity VALUES('divergence-protocol','ethereum','eip20',18,'0xfb782396c9b20e564a64896181c7ac8d8979d5f4');
INSERT OR REPLACE INTO TokenEntity VALUES('divi','divi','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('divo','polygon-pos','eip20',18,'0x8708cceb45b218e93a4d2cfc95eb8250ab13fa9d');
INSERT OR REPLACE INTO TokenEntity VALUES('dkargo','ethereum','eip20',18,'0x5dc60c4d5e75d22588fa17ffeb90a63e535efce0');
INSERT OR REPLACE INTO TokenEntity VALUES('dkey-bank','binance-smart-chain','eip20',18,'0xf3ed4770e6efe9168c3f2f50a6d9d0f97a550df1');
INSERT OR REPLACE INTO TokenEntity VALUES('dlp-duck-token','binance-smart-chain','eip20',18,'0x5d186e28934c6b0ff5fc2fece15d1f34f78cbd87');
INSERT OR REPLACE INTO TokenEntity VALUES('dlp-duck-token','ethereum','eip20',18,'0xc0ba369c8db6eb3924965e5c4fd0b4c1b91e305f');
INSERT OR REPLACE INTO TokenEntity VALUES('dmail-network','binance-smart-chain','eip20',18,'0xcc6f1e1b87cfcbe9221808d2d85c501aab0b5192');
INSERT OR REPLACE INTO TokenEntity VALUES('dnaxcat','binance-smart-chain','eip20',18,'0x5b1baec64af6dc54e6e04349315919129a6d3c23');
INSERT OR REPLACE INTO TokenEntity VALUES('dock','dock','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('docker','base','eip20',18,'0x56f8ad6112c2db9f9848243531b277ce1c3be30c');
INSERT OR REPLACE INTO TokenEntity VALUES('doctorx','elrond','elrond',6,'DRX-b7f337');
INSERT OR REPLACE INTO TokenEntity VALUES('dodo','polygon-pos','eip20',18,'0xe4bf2864ebec7b7fdf6eeca9bacae7cdfdaffe78');
INSERT OR REPLACE INTO TokenEntity VALUES('dodo','aurora','aurora',null,'0xe301ed8c7630c9678c39e4e45193d1e7dfb914f7');
INSERT OR REPLACE INTO TokenEntity VALUES('dodo','ethereum','eip20',18,'0x43dfc4159d86f3a37a5a4b3d4580b888ad7d4ddd');
INSERT OR REPLACE INTO TokenEntity VALUES('dodo','binance-smart-chain','eip20',18,'0x67ee3cb086f8a16f34bee3ca72fad36f7db929e2');
INSERT OR REPLACE INTO TokenEntity VALUES('dodo','arbitrum-one','eip20',18,'0x69eb4fa4a2fbd498c257c57ea8b7655a2559a581');
INSERT OR REPLACE INTO TokenEntity VALUES('dog-collar','polygon-pos','eip20',18,'0xd5fa77a860fea9cff31da91bbf9e0faea9538290');
INSERT OR REPLACE INTO TokenEntity VALUES('dog-collar','ethereum','eip20',18,'0x9783b81438c24848f85848f8df31845097341771');
INSERT OR REPLACE INTO TokenEntity VALUES('dog-go-to-the-moon-rune','ordinals','ordinals',5,'840000:3');
INSERT OR REPLACE INTO TokenEntity VALUES('dog-shit-going-nowhere','solana','spl',6,'BXebtR4k2WiaZ1HJmxcZkoCdxSBx1g1xnEpVra9Ppump');
INSERT OR REPLACE INTO TokenEntity VALUES('dog-wif-nuchucks','solana','spl',6,'G2FVt4LrYgZ9Grmy4Pb7FA7SKdLRZ38mAxTiLjex5Wsa');
INSERT OR REPLACE INTO TokenEntity VALUES('dog-with-apple-in-mouth','solana','spl',6,'H33XL6HHDReCVRgSApZpsXM7Hy7JGyLztRJaGxjapump');
INSERT OR REPLACE INTO TokenEntity VALUES('dogc','ethereum','eip20',18,'0xeeacc51af745846ddf46012b46c6910ea9b12898');
INSERT OR REPLACE INTO TokenEntity VALUES('doge-1-satellite','solana','spl',9,'DpBzjtgGLF7QA9Ug3eUVGbnqa6j3jvYBn1XuQuktvfhm');
INSERT OR REPLACE INTO TokenEntity VALUES('doge-baby','binance-smart-chain','eip20',8,'0xac36f2697a315a0a2244b905d13cd31dfebc8e63');
INSERT OR REPLACE INTO TokenEntity VALUES('doge-floki-coin','binance-smart-chain','eip20',9,'0xf9d6ddf44016953dbf7ab135a0f64d7a41870ede');
INSERT OR REPLACE INTO TokenEntity VALUES('dogeai-2','solana','spl',6,'9UYAYvVS2cZ3BndbsoG1ScJbjfwyEPGxjE79hh5ipump');
INSERT OR REPLACE INTO TokenEntity VALUES('dogebonk','binance-smart-chain','eip20',9,'0xae2df9f730c54400934c06a17462c41c08a06ed8');
INSERT OR REPLACE INTO TokenEntity VALUES('dogecash','dogecash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dogecast','ethereum','eip20',9,'0x4955f6641bf9c8c163604c321f4b36e988698f75');
INSERT OR REPLACE INTO TokenEntity VALUES('dogecast-2','solana','spl',6,'ChHAfQsUznqUpvFSNQsu42KsRr1t3ct56fBigVSHpump');
INSERT OR REPLACE INTO TokenEntity VALUES('dogechain','ethereum','eip20',18,'0x7b4328c127b85369d9f82ca0503b000d09cf9180');
INSERT OR REPLACE INTO TokenEntity VALUES('dogechain','dogechain','dogechain',null,'0x7b4328c127b85369d9f82ca0503b000d09cf9180');
INSERT OR REPLACE INTO TokenEntity VALUES('dogecoin','dogecoin','native',8,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dogecoin-2','binance-smart-chain','eip20',9,'0x3780e00d4c60887af38345ccd44f7617dbfb10a0');
INSERT OR REPLACE INTO TokenEntity VALUES('dogecola','binance-smart-chain','eip20',9,'0xe320df552e78d57e95cf1182b6960746d5016561');
INSERT OR REPLACE INTO TokenEntity VALUES('dogefather-3','ethereum','eip20',9,'0xbf2e353f5db1a01e4e7f051222c666afc81b2574');
INSERT OR REPLACE INTO TokenEntity VALUES('dogegf','polygon-pos','eip20',18,'0x0e7252706393470ffb0629da2caa39fc9340f2d4');
INSERT OR REPLACE INTO TokenEntity VALUES('dogegf','ethereum','eip20',18,'0xfb130d93e49dca13264344966a611dc79a456bc5');
INSERT OR REPLACE INTO TokenEntity VALUES('dogelana','solana','spl',9,'E6UU5M1z4CvSAAF99d9wRoXsasWMEXsvHrz3JQRXtm2X');
INSERT OR REPLACE INTO TokenEntity VALUES('dogelink','solana','spl',6,'6oZYqMfGpk6xANmXqsTVGVMtC8eP9vExiwseE3ZBpump');
INSERT OR REPLACE INTO TokenEntity VALUES('dogelon-mars','ethereum','eip20',18,'0x761d38e5ddf6ccf6cf7c55759d5210750b5d60f3');
INSERT OR REPLACE INTO TokenEntity VALUES('dogelon-mars','polygon-pos','eip20',18,'0xe0339c80ffde91f3e20494df88d4206d86024cdf');
INSERT OR REPLACE INTO TokenEntity VALUES('dogemon-go','solana','spl',6,'5LSFpvLDkcdV2a3Kiyzmg5YmJsj2XDLySaXvnfP1cgLT');
INSERT OR REPLACE INTO TokenEntity VALUES('dogemon-go','binance-smart-chain','eip20',18,'0x9e6b3e35c8f563b45d864f9ff697a144ad28a371');
INSERT OR REPLACE INTO TokenEntity VALUES('dogemoon','binance-smart-chain','eip20',18,'0x18359cf655a444204e46f286edc445c9d30ffc54');
INSERT OR REPLACE INTO TokenEntity VALUES('dogey-inu','ethereum','eip20',18,'0xbb1ee07d6c7baeb702949904080eb61f5d5e7732');
INSERT OR REPLACE INTO TokenEntity VALUES('doggy','binance-smart-chain','eip20',18,'0x74926b3d118a63f6958922d3dc05eb9c6e6e00c6');
INSERT OR REPLACE INTO TokenEntity VALUES('doginme','base','eip20',18,'0x6921b130d297cc43754afba22e5eac0fbf8db75b');
INSERT OR REPLACE INTO TokenEntity VALUES('dogira','polygon-pos','eip20',9,'0xdda40cdfe4a0090f42ff49f264a831402adb801a');
INSERT OR REPLACE INTO TokenEntity VALUES('dogira','ethereum','eip20',9,'0xd8c1232fcd219286e341271385bd70601503b3d7');
INSERT OR REPLACE INTO TokenEntity VALUES('dogs-2','the-open-network','the-open-network',9,'EQCvxJy4eG8hyHBFsZ7eePxrRsUQSFE_jpptRAYBmcG_DOGS');
INSERT OR REPLACE INTO TokenEntity VALUES('dogsofelon','ethereum','eip20',18,'0xf8e9f10c22840b613cda05a0c5fdb59a4d6cd7ef');
INSERT OR REPLACE INTO TokenEntity VALUES('dogswap-token','huobi-token','huobi-token',null,'0x099626783842d35c221e5d01694c2b928eb3b0ad');
INSERT OR REPLACE INTO TokenEntity VALUES('dogwifcoin','solana','spl',6,'EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm');
INSERT OR REPLACE INTO TokenEntity VALUES('dohrnii','ethereum','eip20',18,'0x32462ba310e447ef34ff0d15bce8613aa8c4a244');
INSERT OR REPLACE INTO TokenEntity VALUES('dojo','ethereum','eip20',18,'0x180dae91d6d56235453a892d2e56a3e40ba81df8');
INSERT OR REPLACE INTO TokenEntity VALUES('dojo','huobi-token','huobi-token',null,'0x180dae91d6d56235453a892d2e56a3e40ba81df8');
INSERT OR REPLACE INTO TokenEntity VALUES('dojo','binance-smart-chain','eip20',18,'0x180dae91d6d56235453a892d2e56a3e40ba81df8');
INSERT OR REPLACE INTO TokenEntity VALUES('dojo-3','bittensor','bittensor',null,'52');
INSERT OR REPLACE INTO TokenEntity VALUES('dola-usd','fantom','eip20',18,'0x3129662808bec728a27ab6a6b9afd3cbaca8a43c');
INSERT OR REPLACE INTO TokenEntity VALUES('dola-usd','ethereum','eip20',18,'0x865377367054516e17014ccded1e7d814edc9ce4');
INSERT OR REPLACE INTO TokenEntity VALUES('dolan-duck','solana','spl',6,'4YK1njyeCkBuXG6phNtidJWKCbBhB659iwGkUJx98P5Z');
INSERT OR REPLACE INTO TokenEntity VALUES('dolomite','ethereum','eip20',18,'0x0f81001ef0a83ecce5ccebf63eb302c70a39a654');
INSERT OR REPLACE INTO TokenEntity VALUES('dolos-the-bully','solana','spl',6,'79yTpy8uwmAkrdgZdq6ZSBTvxKsgPrNqTLvYQBh1pump');
INSERT OR REPLACE INTO TokenEntity VALUES('dolz-io','polygon-pos','eip20',18,'0x6ab4e20f36ca48b61ecd66c0450fdf665fa130be');
INSERT OR REPLACE INTO TokenEntity VALUES('dolz-io','base','eip20',18,'0x8102b2864eade51a1c36497747132af689824b59');
INSERT OR REPLACE INTO TokenEntity VALUES('dolz-io','ethereum','eip20',18,'0xe939f011a3d8fc0aa874c97e8156053a903d7176');
INSERT OR REPLACE INTO TokenEntity VALUES('don-key','ethereum','eip20',18,'0x217ddead61a42369a266f1fb754eb5d3ebadc88a');
INSERT OR REPLACE INTO TokenEntity VALUES('don-key','binance-smart-chain','eip20',18,'0x86b3f23b6e90f5bbfac59b5b2661134ef8ffd255');
INSERT OR REPLACE INTO TokenEntity VALUES('donald-tremp','solana','spl',9,'FU1q8vJpZNUrmqsciSjp8bAKKidGsLmouB8CBdf8TKQv');
INSERT OR REPLACE INTO TokenEntity VALUES('donkey-2','binance-smart-chain','eip20',18,'0xa49fa5e8106e2d6d6a69e78df9b6a20aab9c4444');
INSERT OR REPLACE INTO TokenEntity VALUES('donut','gnosis','eip20',18,'0x524b969793a64a602342d89bc2789d43a016b13a');
INSERT OR REPLACE INTO TokenEntity VALUES('donut','ethereum','eip20',18,'0xc0f9bd5fa5698b6505f643900ffa515ea5df54a9');
INSERT OR REPLACE INTO TokenEntity VALUES('doodipals','binance-smart-chain','eip20',18,'0xc468acf451922712cf45af9801df89578b0418b4');
INSERT OR REPLACE INTO TokenEntity VALUES('doodles','solana','spl',9,'DvjbEsdca43oQcw2h3HW1CT7N3x5vRcr3QrvTUHnXvgV');
INSERT OR REPLACE INTO TokenEntity VALUES('doom','solana','spl',3,'8Fvp3K1KxbDALnyVdy8Pvy8Xw96XVWjpauXLi7pXmygj');
INSERT OR REPLACE INTO TokenEntity VALUES('doont-buy','ethereum','eip20',9,'0x4ece5c5cfb9b960a49aae739e15cdb6cfdcc5782');
INSERT OR REPLACE INTO TokenEntity VALUES('dope-wars-paper','ethereum','eip20',18,'0x7ae1d57b58fa6411f32948314badd83583ee0e8c');
INSERT OR REPLACE INTO TokenEntity VALUES('dope-wars-paper','binance-smart-chain','eip20',18,'0xc28ea768221f67b6a1fd33e6aa903d4e42f6b177');
INSERT OR REPLACE INTO TokenEntity VALUES('dopex','ethereum','eip20',18,'0xeec2be5c91ae7f8a338e1e5f3b5de49d07afdc81');
INSERT OR REPLACE INTO TokenEntity VALUES('dopex','arbitrum-one','eip20',18,'0x6c2c06790b3e3e3c38e12ee22f8183b37a13ee55');
INSERT OR REPLACE INTO TokenEntity VALUES('dopex-rebate-token','ethereum','eip20',18,'0x0ff5a8451a839f5f0bb3562689d9a44089738d11');
INSERT OR REPLACE INTO TokenEntity VALUES('dopex-rebate-token','arbitrum-one','eip20',18,'0x32eb7902d4134bf98a28b963d26de779af92a212');
INSERT OR REPLACE INTO TokenEntity VALUES('dora-2','binance-smart-chain','eip20',18,'0x23fe903be385832fd7bb82bf1fee93f696278888');
INSERT OR REPLACE INTO TokenEntity VALUES('dora-ai-by-virtuals','base','eip20',18,'0x1e2093ab84768948c6176db5ad98c909ce97f368');
INSERT OR REPLACE INTO TokenEntity VALUES('dora-factory','ethereum','eip20',18,'0xbc4171f45ef0ef66e76f979df021a34b46dcc81d');
INSERT OR REPLACE INTO TokenEntity VALUES('dora-factory-2','ethereum','eip20',18,'0x70b790d0948a760e80bc3f892b142f7779b538b2');
INSERT OR REPLACE INTO TokenEntity VALUES('dork-lord-2','ethereum','eip20',9,'0x95ed629b028cf6aadd1408bb988c6d1daabe4767');
INSERT OR REPLACE INTO TokenEntity VALUES('dos-network','ethereum','eip20',18,'0x0a913bead80f321e7ac35285ee10d9d922659cb7');
INSERT OR REPLACE INTO TokenEntity VALUES('dose-token','binance-smart-chain','eip20',18,'0x7837fd820ba38f95c54d6dac4ca3751b81511357');
INSERT OR REPLACE INTO TokenEntity VALUES('dose-token','ethereum','eip20',18,'0xb31ef9e52d94d4120eb44fe1ddfde5b4654a6515');
INSERT OR REPLACE INTO TokenEntity VALUES('dot-finance','binance-smart-chain','eip20',18,'0x9133049fb1fddc110c92bf5b7df635abb70c89dc');
INSERT OR REPLACE INTO TokenEntity VALUES('dotcom','solana','spl',6,'8YiB8B43EwDeSx5Jp91VQjgBU4mfCgVvyNahadtzpump');
INSERT OR REPLACE INTO TokenEntity VALUES('dotmoovs','ethereum','eip20',18,'0x24ec2ca132abf8f6f8a6e24a1b97943e31f256a7');
INSERT OR REPLACE INTO TokenEntity VALUES('dotmoovs','binance-smart-chain','eip20',18,'0x0ebd9537a25f56713e34c45b38f421a1e7191469');
INSERT OR REPLACE INTO TokenEntity VALUES('dotmoovs','polygon-pos','eip20',18,'0xe46f5128b933e5a6f907fe73ece80059c222db0a');
INSERT OR REPLACE INTO TokenEntity VALUES('doubleup','sui','sui',6,'0x87dfe1248a1dc4ce473bd9cb2937d66cdc6c30fee63f3fe0dbb55c7a09d35dec::up::UP');
INSERT OR REPLACE INTO TokenEntity VALUES('doublezero','solana','spl',8,'J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd');
INSERT OR REPLACE INTO TokenEntity VALUES('doublezero-staked-sol','solana','spl',9,'Gekfj7SL2fVpTDxJZmeC46cTYxinjB6gkAnb6EGT6mnn');
INSERT OR REPLACE INTO TokenEntity VALUES('dovu','binance-smart-chain','eip20',18,'0xc9457161320210d22f0d0d5fc1309acb383d4609');
INSERT OR REPLACE INTO TokenEntity VALUES('dovu','ethereum','eip20',18,'0xac3211a5025414af2866ff09c23fc18bc97e79b1');
INSERT OR REPLACE INTO TokenEntity VALUES('dovu-2','hedera-hashgraph','hedera-hashgraph',8,'0.0.3716059');
INSERT OR REPLACE INTO TokenEntity VALUES('dovu-2','ethereum','eip20',8,'0x2aeabde1ab736c59e9a19bed67681869eef39526');
INSERT OR REPLACE INTO TokenEntity VALUES('dovu-2','base','eip20',8,'0xb38266e0e9d9681b77aeb0a280e98131b953f865');
INSERT OR REPLACE INTO TokenEntity VALUES('dowge','solana','spl',6,'DQnkBM4eYYMnVE8Qy2K3BB7uts1fh2EwBVktEz6jpump');
INSERT OR REPLACE INTO TokenEntity VALUES('dprating','ethereum','eip20',8,'0xe8663a64a96169ff4d95b4299e7ae9a76b905b31');
INSERT OR REPLACE INTO TokenEntity VALUES('draggin-karma-points','internet-computer','internet-computer',8,'zfcdd-tqaaa-aaaaq-aaaga-cai');
INSERT OR REPLACE INTO TokenEntity VALUES('dragon-crypto-aurum','avalanche','eip20',18,'0x100cc3a819dd3e8573fd2e46d1e66ee866068f30');
INSERT OR REPLACE INTO TokenEntity VALUES('dragon-mainland-shards','binance-smart-chain','eip20',18,'0x9a26e6d24df036b0b015016d1b55011c19e76c87');
INSERT OR REPLACE INTO TokenEntity VALUES('dragonchain','ethereum','eip20',18,'0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e');
INSERT OR REPLACE INTO TokenEntity VALUES('dragons-quick','polygon-pos','eip20',18,'0xf28164a485b0b2c90639e47b0f377b4a438a16b1');
INSERT OR REPLACE INTO TokenEntity VALUES('dragonz','venom','venom',9,'0:1c5ebbde66ef5c2e7bcd49fd3d37762204d225762b03b37cac9c9fd0a5e70f0b');
INSERT OR REPLACE INTO TokenEntity VALUES('draiftking','base','eip20',18,'0x57edc3f1fd42c0d48230e964b1c5184b9c89b2ed');
INSERT OR REPLACE INTO TokenEntity VALUES('dream-machine-token','ethereum','eip20',18,'0x0b7f0e51cd1739d6c96982d55ad8fa634dd43a9c');
INSERT OR REPLACE INTO TokenEntity VALUES('dream-machine-token','arbitrum-one','eip20',18,'0x8b0e6f19ee57089f7649a455d89d7bc6314d04e8');
INSERT OR REPLACE INTO TokenEntity VALUES('dreams-quest','binance-smart-chain','eip20',18,'0x54523d5fb56803bac758e8b10b321748a77ae9e9');
INSERT OR REPLACE INTO TokenEntity VALUES('drep-new','ethereum','eip20',18,'0x3ab6ed69ef663bd986ee59205ccad8a20f98b4c2');
INSERT OR REPLACE INTO TokenEntity VALUES('dressdio','polygon-pos','eip20',18,'0xe6800cf598015a3ec5dd534f328f349da239bc78');
INSERT OR REPLACE INTO TokenEntity VALUES('drife','binance-smart-chain','eip20',18,'0x9400aa8eb5126d20cde45c7822836bfb70f19878');
INSERT OR REPLACE INTO TokenEntity VALUES('drift-protocol','solana','spl',6,'DriFtupJYLTosbwoN8koMbEYSx54aFAVLddWsbksjwg7');
INSERT OR REPLACE INTO TokenEntity VALUES('drift-staked-sol','solana','spl',9,'Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ');
INSERT OR REPLACE INTO TokenEntity VALUES('drip','ethereum','eip20',9,'0xb8a914a00664e9361eae187468eff94905dfbc15');
INSERT OR REPLACE INTO TokenEntity VALUES('drip-network','binance-smart-chain','eip20',18,'0x20f663cea80face82acdfa3aae6862d246ce0333');
INSERT OR REPLACE INTO TokenEntity VALUES('drops-ownership-power','ethereum','eip20',18,'0x6bb61215298f296c55b19ad842d3df69021da2ef');
INSERT OR REPLACE INTO TokenEntity VALUES('drpepe-ai','solana','spl',1,'BrYANThKaAbjZZH5XWLrw26NzMbfUNmBwbZiMe4Fj5Mk');
INSERT OR REPLACE INTO TokenEntity VALUES('druid-ai','solana','spl',6,'MLoYxeB1Xm4BZyuWLaM3K69LvMSm4TSPXWedF9Epump');
INSERT OR REPLACE INTO TokenEntity VALUES('dtravel','ethereum','eip20',18,'0xd47bdf574b4f76210ed503e0efe81b58aa061f3d');
INSERT OR REPLACE INTO TokenEntity VALUES('dtravel','binance-smart-chain','eip20',18,'0x6a8fd46f88dbd7bdc2d536c604f811c63052ce0f');
INSERT OR REPLACE INTO TokenEntity VALUES('dtrxbt-by-virtuals','base','eip20',18,'0x84a9aae8fcc085dbe11524f570716d89b772f430');
INSERT OR REPLACE INTO TokenEntity VALUES('duck-ai','solana','spl',6,'HFw81sUUPBkNF5tKDanV8VCYTfVY4XbrEEPiwzyypump');
INSERT OR REPLACE INTO TokenEntity VALUES('duckchain-token','the-open-network','the-open-network',9,'EQDWXjnVWheFemaAaFn-Cp4nDehvGllrXOZ8wqHm8sDEwn_c');
INSERT OR REPLACE INTO TokenEntity VALUES('duckdaodime','binance-smart-chain','eip20',18,'0xc9132c76060f6b319764ea075973a650a1a53bc9');
INSERT OR REPLACE INTO TokenEntity VALUES('duckdaodime','ethereum','eip20',18,'0xfbeea1c75e4c4465cb2fccc9c6d6afe984558e20');
INSERT OR REPLACE INTO TokenEntity VALUES('duckduck-token','zilliqa','zilliqa',null,'zil1c6akv8k6dqaac7ft8ezk5gr2jtxrewfw8hc27d');
INSERT OR REPLACE INTO TokenEntity VALUES('duelnow','ethereum','eip20',18,'0x8074836637eb9cc73a01a65d5700907fc639c4e9');
INSERT OR REPLACE INTO TokenEntity VALUES('duet-protocol','ethereum','eip20',18,'0xd69ae79b01c4af7f19b9a824e5643363b202b3a1');
INSERT OR REPLACE INTO TokenEntity VALUES('duet-protocol','binance-smart-chain','eip20',18,'0x95ee03e1e2c5c4877f9a298f1c0d6c98698fab7b');
INSERT OR REPLACE INTO TokenEntity VALUES('duke-inu-token','binance-smart-chain','eip20',9,'0xaee234825dc4687fae606485c1ebd06336052bcc');
INSERT OR REPLACE INTO TokenEntity VALUES('duko','solana','spl',6,'HLptm5e6rTgh4EKgDpYFrnRHbjpkMyVdEeREEa2G7rf9');
INSERT OR REPLACE INTO TokenEntity VALUES('dumpling','binance-smart-chain','eip20',18,'0xba0552504704e1b2bcc98169cbd025bd37f87532');
INSERT OR REPLACE INTO TokenEntity VALUES('dungeonswap','binance-smart-chain','eip20',18,'0x14c358b573a4ce45364a3dbd84bbb4dae87af034');
INSERT OR REPLACE INTO TokenEntity VALUES('dupe','solana','spl',9,'fRfKGCriduzDwSudCwpL7ySCEiboNuryhZDVJtr1a1C');
INSERT OR REPLACE INTO TokenEntity VALUES('dusk-network','ethereum','eip20',18,'0x940a2db1b7008b6c776d4faaca729d6d4a4aa551');
INSERT OR REPLACE INTO TokenEntity VALUES('dust-protocol','polygon-pos','eip20',9,'0x4987a49c253c38b3259092e9aac10ec0c7ef7542');
INSERT OR REPLACE INTO TokenEntity VALUES('dust-protocol','solana','spl',null,'DUSTawucrTsGU8hcqRdHDCbuYhCPADMLM2VcCb8VnFnQ');
INSERT OR REPLACE INTO TokenEntity VALUES('dust-protocol','ethereum','eip20',9,'0xb5b1b659da79a2507c27aad509f15b4874edc0cc');
INSERT OR REPLACE INTO TokenEntity VALUES('dvision-network','ethereum','eip20',18,'0x10633216e7e8281e33c86f02bf8e565a635d9770');
INSERT OR REPLACE INTO TokenEntity VALUES('dxchain','ethereum','eip20',18,'0x973e52691176d36453868d9d86572788d27041a9');
INSERT OR REPLACE INTO TokenEntity VALUES('dxdao','ethereum','eip20',18,'0xa1d65e8fb6e87b60feccbc582f7f97804b725521');
INSERT OR REPLACE INTO TokenEntity VALUES('dxdao','gnosis','eip20',18,'0xb90d6bec20993be5d72a5ab353343f7a0281f158');
INSERT OR REPLACE INTO TokenEntity VALUES('dxdao','arbitrum-one','eip20',18,'0xc3ae0333f0f34aa734d5493276223d95b8f9cb37');
INSERT OR REPLACE INTO TokenEntity VALUES('dyad','ethereum','eip20',18,'0xfd03723a9a3abe0562451496a9a394d2c4bad4ab');
INSERT OR REPLACE INTO TokenEntity VALUES('dydx','ethereum','eip20',18,'0x92d6c1e31e14520e676a687f0a93788b716beff5');
INSERT OR REPLACE INTO TokenEntity VALUES('dymension','dymension','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dymension','cosmos','cosmos',null,'ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110');
INSERT OR REPLACE INTO TokenEntity VALUES('dymmax','ethereum','eip20',18,'0xf058501585023d040ea9493134ed72c083553eed');
INSERT OR REPLACE INTO TokenEntity VALUES('dynachain','binance-smart-chain','eip20',18,'0x7ea42e53033b9c4bf975c1afcf17ff7ef25b04a4');
INSERT OR REPLACE INTO TokenEntity VALUES('dynamite-token','binance-smart-chain','eip20',2,'0xb1ce906c610004e27e74415aa9bcc90e46366f90');
INSERT OR REPLACE INTO TokenEntity VALUES('dynamite-token','ethereum','eip20',2,'0x3b7f247f21bf3a07088c2d3423f64233d4b069f7');
INSERT OR REPLACE INTO TokenEntity VALUES('dynamix','binance-smart-chain','eip20',9,'0xc41689a727469c1573009757200371edf36d540e');
INSERT OR REPLACE INTO TokenEntity VALUES('dynex','dynex','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('dyor-labs','base','eip20',18,'0xbf3a2340221b9ead8fe0b6a1b2990e6e00dea092');
INSERT OR REPLACE INTO TokenEntity VALUES('e-money','ethereum','eip20',6,'0xed0d5747a9ab03a75fbfec3228cd55848245b75d');
INSERT OR REPLACE INTO TokenEntity VALUES('e-money','osmosis','osmosis',null,'IBC/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59');
INSERT OR REPLACE INTO TokenEntity VALUES('e-money-eur','osmosis','osmosis',null,'ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F');
INSERT OR REPLACE INTO TokenEntity VALUES('e-radix','ethereum','eip20',18,'0x6468e79a80c0eab0f9a2b574c8d5bc374af59414');
INSERT OR REPLACE INTO TokenEntity VALUES('eafin','binance-smart-chain','eip20',18,'0x4341bb2200176f89eb90eac4fd6cfe958e206005');
INSERT OR REPLACE INTO TokenEntity VALUES('eagle-ai','base','eip20',18,'0x6797b6244fa75f2e78cdffc3a4eb169332b730cc');
INSERT OR REPLACE INTO TokenEntity VALUES('earnbet','ethereum','eip20',8,'0x5fbc2ffe91ac74e3e286bd7504b233f0e5291c69');
INSERT OR REPLACE INTO TokenEntity VALUES('earthfund','ethereum','eip20',18,'0x9e04f519b094f5f8210441e285f603f4d2b50084');
INSERT OR REPLACE INTO TokenEntity VALUES('earthmeta','polygon-pos','eip20',18,'0x708383ae0e80e75377d664e4d6344404dede119a');
INSERT OR REPLACE INTO TokenEntity VALUES('easyfi','polygon-pos','eip20',18,'0x34c1b299a74588d6abdc1b85a53345a48428a521');
INSERT OR REPLACE INTO TokenEntity VALUES('easyfi','binance-smart-chain','eip20',18,'0x5512014efa6cd57764fa743756f7a6ce3358cc83');
INSERT OR REPLACE INTO TokenEntity VALUES('easyfi','ethereum','eip20',18,'0x00aba6fe5557de1a1d565658cbddddf7c710a1eb');
INSERT OR REPLACE INTO TokenEntity VALUES('ebeat-ai','ethereum','eip20',9,'0x1a4e7febd24b6689704b10685857d8b30885f05e');
INSERT OR REPLACE INTO TokenEntity VALUES('ebtc','ethereum','eip20',18,'0x661c70333aa1850ccdbae82776bb436a0fcfeefb');
INSERT OR REPLACE INTO TokenEntity VALUES('ecash','ecash','native',2,'');
INSERT OR REPLACE INTO TokenEntity VALUES('echelon-prime','ethereum','eip20',18,'0xb23d80f5fefcddaa212212f028021b41ded428cf');
INSERT OR REPLACE INTO TokenEntity VALUES('echo-protocol','aptos','aptos',8,'0xb2c7780f0a255a6137e5b39733f5a4c85fe093c549de5c359c1232deef57d1b7');
INSERT OR REPLACE INTO TokenEntity VALUES('eclipse-3','ethereum','eip20',6,'0x6055dc6ff1077eebe5e6d2ba1a1f53d7ef8430de');
INSERT OR REPLACE INTO TokenEntity VALUES('eclipse-3','solana','spl',6,'BqPqrrQuoQXFGGEAEMnPmDgZ6RWQCajWnY3V6Yp4DZWP');
INSERT OR REPLACE INTO TokenEntity VALUES('ecochain-token','binance-smart-chain','eip20',9,'0x6bfd4ca8ec078d613ed6a5248eb2c7a0d5c38b7b');
INSERT OR REPLACE INTO TokenEntity VALUES('ecoin-2','telos','telos',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ecoin-2','xdc-network','xdc-network',null,'xdc536dd70445cea1e97f9bf1bada04cbda5199a2a1');
INSERT OR REPLACE INTO TokenEntity VALUES('ecomi','gochain','gochain',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ecomi','ethereum','eip20',18,'0xed35af169af46a02ee13b9d79eb57d6d68c1749e');
INSERT OR REPLACE INTO TokenEntity VALUES('ecoreal-estate','ethereum','eip20',18,'0x7ecbb21346c501fd07eb165e406120fa32381c16');
INSERT OR REPLACE INTO TokenEntity VALUES('ecox','ethereum','eip20',18,'0xcccd1ba9f7acd6117834e0d28f25645decb1736a');
INSERT OR REPLACE INTO TokenEntity VALUES('eden','ethereum','eip20',18,'0x1559fa1b8f28238fd5d76d9f434ad86fd20d1559');
INSERT OR REPLACE INTO TokenEntity VALUES('edge','ethereum','eip20',18,'0x4ec1b60b96193a64acae44778e51f7bff2007831');
INSERT OR REPLACE INTO TokenEntity VALUES('edge-matrix-computing','arbitrum-one','eip20',18,'0xdfb8be6f8c87f74295a87de951974362cedcfa30');
INSERT OR REPLACE INTO TokenEntity VALUES('edgeware','polkadot','polkadot',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('edu-coin','binance-smart-chain','eip20',18,'0xbdeae1ca48894a1759a8374d63925f21f2ee2639');
INSERT OR REPLACE INTO TokenEntity VALUES('edu-coin','ethereum','eip20',18,'0x26aad156ba8efa501b32b42ffcdc8413f90e9c99');
INSERT OR REPLACE INTO TokenEntity VALUES('edu-coin','polygon-pos','eip20',18,'0xb03e3b00baf9954bf1604d09a4dbd5cf88e1f695');
INSERT OR REPLACE INTO TokenEntity VALUES('edu3games','solana','spl',6,'EGNjqB7LfRxpkbVMSroA6UaKtGPuy6wWPx7bmijmPuCD');
INSERT OR REPLACE INTO TokenEntity VALUES('edum','ethereum','eip20',18,'0xac9518ba93eeb2336a03137d254d8cc2e4d0fa38');
INSERT OR REPLACE INTO TokenEntity VALUES('edwin','solana','spl',6,'GPrg1CgbBvAJS2SCuf9gF7NmQYsWudfyfWy5SUzypump');
INSERT OR REPLACE INTO TokenEntity VALUES('eesee','blast','blast',18,'0x491e6de43b55c8eae702edc263e32339da42f58c');
INSERT OR REPLACE INTO TokenEntity VALUES('eesee','ethereum','eip20',18,'0x908ddb096bfb3acb19e2280aad858186ea4935c4');
INSERT OR REPLACE INTO TokenEntity VALUES('effect-network','eos','eos',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('effective-accelerationism','solana','spl',6,'GqmEdRD3zGUZdYPeuDeXxCc8Cj1DBmGSYK97TCwSpump');
INSERT OR REPLACE INTO TokenEntity VALUES('efficientfrontier','bittensor','bittensor',null,'53');
INSERT OR REPLACE INTO TokenEntity VALUES('efinity','ethereum','eip20',18,'0x656c00e1bcd96f256f224ad9112ff426ef053733');
INSERT OR REPLACE INTO TokenEntity VALUES('eggdog','solana','spl',null,'EXA537HSBVpsFijENbt6Muuy9AADUN8dUmYKD4oKbjJE');
INSERT OR REPLACE INTO TokenEntity VALUES('eggle-energy','base','eip20',18,'0x8a0e751e5d7a2861ca7cf16d9720337e40604982');
INSERT OR REPLACE INTO TokenEntity VALUES('eggplant-finance','binance-smart-chain','eip20',18,'0x21adb1c644663069e83059ac3f9d9ca1133d29e4');
INSERT OR REPLACE INTO TokenEntity VALUES('egl1','binance-smart-chain','eip20',18,'0xf4b385849f2e817e92bffbfb9aeb48f950ff4444');
INSERT OR REPLACE INTO TokenEntity VALUES('egoras-credit','binance-smart-chain','eip20',18,'0xd68e5c52f7563486cc1a15d00efa12c8644a907e');
INSERT OR REPLACE INTO TokenEntity VALUES('ehash','ethereum','eip20',18,'0x2942e3b38e33123965bfbc21e802be943a76bbc6');
INSERT OR REPLACE INTO TokenEntity VALUES('eigenlayer','ethereum','eip20',18,'0xec53bf9167f50cdeb3ae105f56099aaab9061f83');
INSERT OR REPLACE INTO TokenEntity VALUES('eigenpie','arbitrum-one','eip20',18,'0x7e7a7c916c19a45769f6bdaf91087f93c6c12f78');
INSERT OR REPLACE INTO TokenEntity VALUES('einsteinium','einsteinium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ekubo-protocol','ethereum','eip20',18,'0x04c46e830bb56ce22735d5d8fc9cb90309317d0f');
INSERT OR REPLACE INTO TokenEntity VALUES('ekubo-protocol','starknet','starknet',18,'0x75afe6402ad5a5c20dd25e10ec3b3986acaa647b77e4ae24b0cbc9a54a27a87');
INSERT OR REPLACE INTO TokenEntity VALUES('elastic-finance-token','ethereum','eip20',18,'0x857ffc55b1aa61a7ff847c82072790cae73cd883');
INSERT OR REPLACE INTO TokenEntity VALUES('elastos','ethereum','eip20',18,'0xe6fd75ff38adca4b97fbcd938c86b98772431867');
INSERT OR REPLACE INTO TokenEntity VALUES('elastos','huobi-token','huobi-token',null,'0xa1ecfc2bec06e4b43ddd423b94fef84d0dbc8f5c');
INSERT OR REPLACE INTO TokenEntity VALUES('elderglade','klay-token','klay-token',18,'0x8755d2e532b1559454689bf0e8964bd78b187ff6');
INSERT OR REPLACE INTO TokenEntity VALUES('elderglade','binance-smart-chain','eip20',18,'0x799a290f9cc4085a0ce5b42b5f2c30193a7a872b');
INSERT OR REPLACE INTO TokenEntity VALUES('electra','electra','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('electra-protocol','binance-smart-chain','eip20',8,'0xb897d0a0f68800f8be7d69ffdd1c24b69f57bf3e');
INSERT OR REPLACE INTO TokenEntity VALUES('electric-cash','electric-cash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('electric-vehicle-direct-currency','binance-smart-chain','eip20',9,'0xc3b4c4ef3fe02ad91cb57efda593ed07a9278cc0');
INSERT OR REPLACE INTO TokenEntity VALUES('electric-vehicle-zone','ethereum','eip20',18,'0x7a939bb714fd2a48ebeb1e495aa9aaa74ba9fa68');
INSERT OR REPLACE INTO TokenEntity VALUES('electrify-asia','ethereum','eip20',18,'0xd49ff13661451313ca1553fd6954bd1d9b6e02b9');
INSERT OR REPLACE INTO TokenEntity VALUES('electroneum','electroneum','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('electronicgulden','electronicgulden','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('elephant-money','binance-smart-chain','eip20',9,'0xe283d0e3b8c102badf5e8166b73e02d96d92f688');
INSERT OR REPLACE INTO TokenEntity VALUES('elephant-money-trunk','solana','spl',8,'9mV4WUukVsva5wYcYW4veo34CNDiF44sh3Ji65JNdvh5');
INSERT OR REPLACE INTO TokenEntity VALUES('elephant-money-trunk','binance-smart-chain','eip20',18,'0xdd325c38b12903b727d16961e61333f4871a70e0');
INSERT OR REPLACE INTO TokenEntity VALUES('eligma','binance-smart-chain','eip20',18,'0x4b85a666dec7c959e88b97814e46113601b07e57');
INSERT OR REPLACE INTO TokenEntity VALUES('eligma','bitcoin-cash','bitcoin-cash',null,'3f83fa9f168f01d68933ef5fdb77143b2376ba7bf3a78175258861982d90d500');
INSERT OR REPLACE INTO TokenEntity VALUES('elis','ethereum','eip20',18,'0x6c862f803ff42a97d4a483ab761256ad8c90f4f8');
INSERT OR REPLACE INTO TokenEntity VALUES('elixir-deusd','ethereum','eip20',18,'0x15700b564ca08d9439c58ca5053166e8317aa138');
INSERT OR REPLACE INTO TokenEntity VALUES('elixir-finance','ethereum','eip20',18,'0x89a8c847f41c0dfa6c8b88638bacca8a0b777da7');
INSERT OR REPLACE INTO TokenEntity VALUES('elixir-staked-deusd','ethereum','eip20',18,'0x5c5b196abe0d54485975d1ec29617d42d9198326');
INSERT OR REPLACE INTO TokenEntity VALUES('eliza','solana','spl',6,'5voS9evDjxF589WuEub5i4ti7FWQmZCsAsyD5ucbuRqM');
INSERT OR REPLACE INTO TokenEntity VALUES('eliza-finance','solana','spl',6,'5LGyBHMMPwzMunxhcBMn6ZWAuqoHUQmcFiboTJidFURP');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','avalanche','eip20',18,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','polygon-pos','eip20',18,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','fantom','eip20',18,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','binance-smart-chain','eip20',18,'0xe1c110e1b1b4a1ded0caf3e42bfbdbb7b5d7ce1c');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','moonriver','moonriver',null,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','telos','telos',null,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','elastos','elastos',null,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','cronos','cronos',null,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','fuse','fuse',null,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('elk-finance','ethereum','eip20',18,'0xeeeeeb57642040be42185f49c52f7e9b38f8eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('ellipsis','binance-smart-chain','eip20',18,'0xa7f552078dcc247c2684336020c03648500c6d9f');
INSERT OR REPLACE INTO TokenEntity VALUES('eloin','binance-smart-chain','eip20',9,'0xe39e2861ae9a45fa321c1b0155d2f99196b2a992');
INSERT OR REPLACE INTO TokenEntity VALUES('elon-doge-token','binance-smart-chain','eip20',9,'0x163f182c32d24a09d91eb75820cde9fd5832b329');
INSERT OR REPLACE INTO TokenEntity VALUES('elon-trump','solana','spl',4,'2ghhQ55BxewS2eGBDcYsMPLpgmMXXFGapPa1qxYDod2A');
INSERT OR REPLACE INTO TokenEntity VALUES('elon-trump-fart','solana','spl',6,'CWX6t6pGJ1zsnuywnyd2ZMZJ7inB2sWuPdsteoT6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('elon4afd','solana','spl',6,'BkYAUVMar1gLwuFLv2n5cmB6HhcNtvd86kU3gqAypump');
INSERT OR REPLACE INTO TokenEntity VALUES('elonia-trump','solana','spl',6,'3vVzq2eU4LtEZ1EEM7tsEVBWo32oAL57R3RequjHELoN');
INSERT OR REPLACE INTO TokenEntity VALUES('elonrwa','base','eip20',18,'0xaa6cccdce193698d33deb9ffd4be74eaa74c4898');
INSERT OR REPLACE INTO TokenEntity VALUES('elonrwa','solana','spl',8,'GKpETcy8wYHPCB228rvNrqdDR23yyn7Yux6B2rdQRYKw');
INSERT OR REPLACE INTO TokenEntity VALUES('elonxcat','binance-smart-chain','eip20',18,'0xa4b3445a58111abd407c34402ab59b0fe05bff5a');
INSERT OR REPLACE INTO TokenEntity VALUES('elrond-erd-2','elrond-erd-2','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('elumia','solana','spl',null,'4tJZhSdGePuMEfZQ3h5LaHjTPsw1iWTRFTojnZcwsAU6');
INSERT OR REPLACE INTO TokenEntity VALUES('elympics','ethereum','eip20',18,'0xbbcdc8eb044bf661eabfa07b93909a76ebdb1100');
INSERT OR REPLACE INTO TokenEntity VALUES('elysia','ethereum','eip20',18,'0x2781246fe707bb15cee3e5ea354e2154a2877b16');
INSERT OR REPLACE INTO TokenEntity VALUES('elysiant-token','xrp','xrp',null,'rHXuEaRYnnJHbDeuBH5w8yPh5uwNVh5zAg');
INSERT OR REPLACE INTO TokenEntity VALUES('emercoin','emercoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('emilia','base','eip20',18,'0xe4a7b54c0a30da69c04dc54b89868c185ff382bc');
INSERT OR REPLACE INTO TokenEntity VALUES('eminer','ethereum','eip20',8,'0x35b08722aa26be119c1608029ccbc976ac5c1082');
INSERT OR REPLACE INTO TokenEntity VALUES('eml-protocol','ethereum','eip20',18,'0x03dde9e5bb31ee40a471476e2fccf75c67921062');
INSERT OR REPLACE INTO TokenEntity VALUES('emorya-finance','elrond','elrond',9,'EMR-d10ed9');
INSERT OR REPLACE INTO TokenEntity VALUES('empire-token','binance-smart-chain','eip20',9,'0x293c3ee9abacb08bb8ced107987f00efd1539288');
INSERT OR REPLACE INTO TokenEntity VALUES('empowa','cardano','cardano',6,'6c8642400e8437f737eb86df0fc8a8437c760f48592b1ba8f5767e81');
INSERT OR REPLACE INTO TokenEntity VALUES('encrypgen','ethereum','eip20',18,'0xef6344de1fcfc5f48c30234c16c1389e8cdc572c');
INSERT OR REPLACE INTO TokenEntity VALUES('encryptsim','solana','spl',6,'3zJ7RxtzPahndBTEn5PGUyo9xBMv6MJP9J4TPqdFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('endurance','binance-smart-chain','eip20',18,'0xc27a719105a987b4c34116223cae8bd8f4b5def4');
INSERT OR REPLACE INTO TokenEntity VALUES('energo','ethereum','eip20',18,'0x03806ce5ef69bd9780edfb04c29da1f23db96294');
INSERT OR REPLACE INTO TokenEntity VALUES('energy-web-token','energy-web-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('energy-web-token','gnosis','eip20',18,'0x6a8cb6714b1ee5b471a7d2ec4302cb4f5ff25ec2');
INSERT OR REPLACE INTO TokenEntity VALUES('energy8','polygon-pos','eip20',9,'0x08e175a1eac9744a0f1ccaeb8f669af6a2bda3ce');
INSERT OR REPLACE INTO TokenEntity VALUES('enjincoin','ethereum','eip20',18,'0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c');
INSERT OR REPLACE INTO TokenEntity VALUES('enjincoin','harmony-shard-0','harmony-shard-0',null,'0xadbd41bfb4389de499535c14a8a3a12fead8f66a');
INSERT OR REPLACE INTO TokenEntity VALUES('enjinstarter','ethereum','eip20',18,'0x96610186f3ab8d73ebee1cf950c750f3b1fb79c2');
INSERT OR REPLACE INTO TokenEntity VALUES('enjinstarter','binance-smart-chain','eip20',18,'0x09f423ac3c9babbff6f94d372b16e4206e71439f');
INSERT OR REPLACE INTO TokenEntity VALUES('enkryptedai','solana','spl',6,'Kruj63Qx9EQX9QzukLCBgx5g9AGW69gPDsSK25FRZAi');
INSERT OR REPLACE INTO TokenEntity VALUES('enkrypto','solana','spl',6,'GK7TPZKpd8ZsXfipzcEaPnoSp2bDCZg5BU4GZwVzpump');
INSERT OR REPLACE INTO TokenEntity VALUES('enno-cash','waves','waves',null,'7LMV3s1J4dKpMQZqge5sKYoFkZRLojnnU49aerqos4yg');
INSERT OR REPLACE INTO TokenEntity VALUES('enq-enecuum','enq-enecuum','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('enreachdao','binance-smart-chain','eip20',9,'0x69fa8e7f6bf1ca1fb0de61e1366f7412b827cc51');
INSERT OR REPLACE INTO TokenEntity VALUES('enreachdao','ethereum','eip20',9,'0x69fa8e7f6bf1ca1fb0de61e1366f7412b827cc51');
INSERT OR REPLACE INTO TokenEntity VALUES('entangle','ethereum','eip20',18,'0x12652c6d93fdb6f4f37d48a8687783c782bb0d10');
INSERT OR REPLACE INTO TokenEntity VALUES('enterbeat','base','eip20',18,'0xcf803ee29d3fd878880e5cdfee804efd97d599f5');
INSERT OR REPLACE INTO TokenEntity VALUES('enterdao','ethereum','eip20',18,'0xd779eea9936b4e323cddff2529eb6f13d0a4d66e');
INSERT OR REPLACE INTO TokenEntity VALUES('envision-2','base','eip20',18,'0xfc60aa1ffca50ce08b3cdec9626c0bb9e9b09bec');
INSERT OR REPLACE INTO TokenEntity VALUES('eos','eos','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('eosdac','ethereum','eip20',18,'0x7e9e431a0b8c4d532c745b1043c7fa29a48d4fba');
INSERT OR REPLACE INTO TokenEntity VALUES('epic-cash','epic-cash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('epic-chain','ethereum','eip20',18,'0x94314a14df63779c99c0764a30e0cd22fa78fc0e');
INSERT OR REPLACE INTO TokenEntity VALUES('epik-prime','binance-smart-chain','eip20',18,'0x368ce786ea190f32439074e8d22e12ecb718b44c');
INSERT OR REPLACE INTO TokenEntity VALUES('epik-prime','ethereum','eip20',18,'0x4da0c48376c277cdbd7fc6fdc6936dee3e4adf75');
INSERT OR REPLACE INTO TokenEntity VALUES('epik-protocol','ethereum','eip20',18,'0xdaf88906ac1de12ba2b1d2f7bfc94e9638ac40c4');
INSERT OR REPLACE INTO TokenEntity VALUES('eqifi','binance-smart-chain','eip20',18,'0x436c52a8cee41d5e9c5e6f4cb146e66d552fb700');
INSERT OR REPLACE INTO TokenEntity VALUES('eqifi','ethereum','eip20',18,'0xbd3de9a069648c84d27d74d701c9fa3253098b15');
INSERT OR REPLACE INTO TokenEntity VALUES('equalizer','binance-smart-chain','eip20',18,'0x1da87b114f35e1dc91f72bf57fc07a768ad40bb0');
INSERT OR REPLACE INTO TokenEntity VALUES('equalizer','ethereum','eip20',18,'0x1da87b114f35e1dc91f72bf57fc07a768ad40bb0');
INSERT OR REPLACE INTO TokenEntity VALUES('equilibria-finance','ethereum','eip20',18,'0xfe80d611c6403f70e5b1b9b722d2b3510b740b2b');
INSERT OR REPLACE INTO TokenEntity VALUES('equilibria-finance','binance-smart-chain','eip20',18,'0x374ca32fd7934c5d43240e1e73fa9b2283468609');
INSERT OR REPLACE INTO TokenEntity VALUES('equilibria-finance','arbitrum-one','eip20',18,'0xbfbcfe8873fe28dfa25f1099282b088d52bbad9c');
INSERT OR REPLACE INTO TokenEntity VALUES('equilibria-finance-ependle','binance-smart-chain','eip20',18,'0x5fec857958fbde28e45f779daf5aba8fdd5bd6bc');
INSERT OR REPLACE INTO TokenEntity VALUES('equilibria-finance-ependle','arbitrum-one','eip20',18,'0xd4848211b699503c772aa1bc7d33b433c4242ac3');
INSERT OR REPLACE INTO TokenEntity VALUES('equilibria-finance-ependle','ethereum','eip20',18,'0x22fc5a29bd3d6cce19a06f844019fd506fce4455');
INSERT OR REPLACE INTO TokenEntity VALUES('equilibrium','xrp','xrp',null,'rpakCr61Q92abPXJnVboKENmpKssWyHpwu');
INSERT OR REPLACE INTO TokenEntity VALUES('equitedge','xdc-network','xdc-network',18,'0xaec5eaf63402bf842d8642d917685e5ad3ba14bb');
INSERT OR REPLACE INTO TokenEntity VALUES('ergo','ergo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('erha','solana','spl',6,'ASRNzwDpYWseimGQh3GootWLphpuMe3cUnpoH4mFbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('ertha','binance-smart-chain','eip20',18,'0x62823659d09f9f9d2222058878f89437425eb261');
INSERT OR REPLACE INTO TokenEntity VALUES('escoin-token','ethereum','eip20',18,'0xa2085073878152ac3090ea13d1e41bd69e60dc99');
INSERT OR REPLACE INTO TokenEntity VALUES('eska','eska','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('eskisehir-fan-token','Bitcichain','Bitcichain',null,'0x97917e2ff8a4d68c4112696924a9d1343f3dd14d');
INSERT OR REPLACE INTO TokenEntity VALUES('essentia','ethereum','eip20',18,'0xfc05987bd2be489accf0f509e44b0145d68240f7');
INSERT OR REPLACE INTO TokenEntity VALUES('estatex','base','eip20',9,'0x6a72d3a87f97a0fee2c2ee4233bdaebc32813d7a');
INSERT OR REPLACE INTO TokenEntity VALUES('estatex','solana','spl',8,'28G7z3VyHDFNhrnvSTf1GssKoGrtCrdiguASQy2BsHiF');
INSERT OR REPLACE INTO TokenEntity VALUES('esv-capital','solana','spl',6,'Ey6LZwHMGXvHW84MxaTgU6qFDexS9jiRH8bPTVM6bfu6');
INSERT OR REPLACE INTO TokenEntity VALUES('etarn','binance-smart-chain','eip20',18,'0xe5e1a0a43f307f390887e2a17399172f3f9a3cab');
INSERT OR REPLACE INTO TokenEntity VALUES('eternalai','ethereum','eip20',18,'0xa84f95eb3dabdc1bbd613709ef5f2fd42ce5be8d');
INSERT OR REPLACE INTO TokenEntity VALUES('eth-2x-flexible-leverage-index','ethereum','eip20',18,'0xaa6e8127831c9de45ae56bb1b0d4d4da6e5665bd');
INSERT OR REPLACE INTO TokenEntity VALUES('eth-strategy','ethereum','eip20',18,'0x14cf922aa1512adfc34409b63e18d391e4a86a2f');
INSERT OR REPLACE INTO TokenEntity VALUES('eth0','ethereum','eip20',18,'0x734eec7930bc84ec5732022b9eb949a81fb89abe');
INSERT OR REPLACE INTO TokenEntity VALUES('eth2-staking-by-poolx','eth2-staking-by-poolx','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('eth3s','eth3s','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethdown','ethdown','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethena','ethereum','eip20',18,'0x57e114b691db790c35207b2e685d4a43181e6061');
INSERT OR REPLACE INTO TokenEntity VALUES('ethena-staked-ena','ethereum','eip20',18,'0x8be3460a480c80728a8c4d7a5d5303c85ba7b3b9');
INSERT OR REPLACE INTO TokenEntity VALUES('ethena-staked-usde','ethereum','eip20',18,'0x9d39a5de30e57443bff2a8307a4256c8797a3497');
INSERT OR REPLACE INTO TokenEntity VALUES('ethena-usde','ethereum','eip20',18,'0x4c9edd5852cd905f086c759e8383e09bff1e68b3');
INSERT OR REPLACE INTO TokenEntity VALUES('ether-1','binance-smart-chain','eip20',18,'0x0e900aa6ed4244c43d597e6d2f8fb3994303ed99');
INSERT OR REPLACE INTO TokenEntity VALUES('ether-1','ethereum','eip20',18,'0x0b5326da634f9270fb84481dd6f94d3dc2ca7096');
INSERT OR REPLACE INTO TokenEntity VALUES('ether-1','gnosis','eip20',18,'0xb17d999e840e0c1b157ca5ab8039bd958b5fa317');
INSERT OR REPLACE INTO TokenEntity VALUES('ether-fi','ethereum','eip20',18,'0xfe0c30065b384f05761f15d0cc899d4f9f9cc0eb');
INSERT OR REPLACE INTO TokenEntity VALUES('ether-fi-staked-btc','ethereum','eip20',8,'0x657e8c867d8b37dcc18fa4caead9c45eb088c642');
INSERT OR REPLACE INTO TokenEntity VALUES('ether-fi-staked-eigen','ethereum','eip20',18,'0xe77076518a813616315eaaba6ca8e595e845eee9');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereans','ethereum','eip20',18,'0x6100dd79fcaa88420750dcee3f735d168abcb771');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum','base','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum','ethereum','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum','zksync','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum','arbitrum-one','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum','optimistic-ethereum','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-classic','ethereum-classic','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-is-good','ethereum','eip20',9,'0x71297312753ea7a2570a5a3278ed70d9a75f4f44');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-meta','binance-smart-chain','eip20',18,'0x0b33542240d6fa323c796749f6d6869fdb7f13ca');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-meta','ethereum','eip20',18,'0xfd957f21bd95e723645c07c48a2d8acb8ffb3794');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-meta','polygon-pos','eip20',18,'0x55b1a124c04a54eefdefe5fa2ef5f852fb5f2f26');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-name-service','ethereum','eip20',18,'0xc18360217d8f7ab5e7c516566761ea12ce7f9d72');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-pow-iou','ethereum-pow-iou','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-push-notification-service','ethereum','eip20',18,'0xf418588522d5dd018b425e472991e52ebbeeeeee');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereum-volatility-index-token','ethereum','eip20',18,'0xc53342fd7575f572b0ff4569e31941a5b821ac76');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereummax','ethereum','eip20',18,'0x15874d65e649880c2614e7a480cb7c9a55787ff6');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereummax','arbitrum-one','eip20',18,'0x123389c2f0e9194d9ba98c21e63c375b67614108');
INSERT OR REPLACE INTO TokenEntity VALUES('ethereumx','stellar','stellar',7,'ETX-GCEFMSNWXTALXQPRQFIXOMWJHZFDEQJBM26RGEDZUDFMU32JB6WJGRJX');
INSERT OR REPLACE INTO TokenEntity VALUES('etherex','linea','linea',18,'0xefd81eec32b9a8222d1842ec3d99c7532c31e348');
INSERT OR REPLACE INTO TokenEntity VALUES('etherex-liquid-staking-token','linea','linea',18,'0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4');
INSERT OR REPLACE INTO TokenEntity VALUES('etherfi-bridged-weeth-avalanche','avalanche','eip20',18,'0xa3d68b74bf0528fdd07263c60d6488749044914b');
INSERT OR REPLACE INTO TokenEntity VALUES('etherisc','gnosis','eip20',18,'0x48b1b0d077b4919b65b4e4114806dd803901e1d9');
INSERT OR REPLACE INTO TokenEntity VALUES('etherisc','ethereum','eip20',18,'0xc719d010b63e5bbf2c0551872cd5316ed26acd83');
INSERT OR REPLACE INTO TokenEntity VALUES('etherland','binance-smart-chain','eip20',18,'0x708cb02ad77e1b245b1640cee51b3cc844bcaef4');
INSERT OR REPLACE INTO TokenEntity VALUES('etherland','ethereum','eip20',18,'0x33e07f5055173cf8febede8b21b12d1e2b523205');
INSERT OR REPLACE INTO TokenEntity VALUES('ethermon','ethereum','eip20',18,'0xd6a5ab46ead26f49b03bbb1f9eb1ad5c1767974a');
INSERT OR REPLACE INTO TokenEntity VALUES('ethermon','polygon-pos','eip20',18,'0xd6a5ab46ead26f49b03bbb1f9eb1ad5c1767974a');
INSERT OR REPLACE INTO TokenEntity VALUES('ethernity-chain','ethereum','eip20',18,'0xbbc2ae13b23d715c30720f079fcd9b4a74093505');
INSERT OR REPLACE INTO TokenEntity VALUES('ethernus','polygon-pos','eip20',18,'0x4cfe63294dac27ce941d42a778a37f2b35fea21b');
INSERT OR REPLACE INTO TokenEntity VALUES('etherparty','ethereum','eip20',18,'0xea38eaa3c86c8f9b751533ba2e562deb9acded40');
INSERT OR REPLACE INTO TokenEntity VALUES('ethervista','ethereum','eip20',18,'0xc9bca88b04581699fab5aa276ccaff7df957cbbf');
INSERT OR REPLACE INTO TokenEntity VALUES('ethichub','celo','celo',null,'0x9995cc8f20db5896943afc8ee0ba463259c931ed');
INSERT OR REPLACE INTO TokenEntity VALUES('ethichub','ethereum','eip20',18,'0xfd09911130e6930bf87f2b0554c44f400bd80d3e');
INSERT OR REPLACE INTO TokenEntity VALUES('ethichub','gnosis','eip20',18,'0xec3f3e6d7907acda3a7431abd230196cda3fbb19');
INSERT OR REPLACE INTO TokenEntity VALUES('ethlend','ethereum','eip20',18,'0x80fb784b7ed66730e8b1dbd9820afd29931aab03');
INSERT OR REPLACE INTO TokenEntity VALUES('ethos','ethereum','eip20',8,'0x3c4b6e6e1ea3d4863700d7f76b36b7f3d3f13e3d');
INSERT OR REPLACE INTO TokenEntity VALUES('ethpad','binance-smart-chain','eip20',18,'0x8db1d28ee0d822367af8d220c0dc7cb6fe9dc442');
INSERT OR REPLACE INTO TokenEntity VALUES('ethpad','ethereum','eip20',18,'0x8db1d28ee0d822367af8d220c0dc7cb6fe9dc442');
INSERT OR REPLACE INTO TokenEntity VALUES('ethup','ethup','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ethy-ai','base','eip20',18,'0xc44141a684f6aa4e36cd9264ab55550b03c88643');
INSERT OR REPLACE INTO TokenEntity VALUES('euler','ethereum','eip20',18,'0xd9fcd98c322942075a5c3860693e9f4f03aae07b');
INSERT OR REPLACE INTO TokenEntity VALUES('euno','euno','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('euro-coin','solana','spl',6,'HzwqbKZw8HxMN6bF2yFZNrht3c2iXXzpKcFu7uBEDKtr');
INSERT OR REPLACE INTO TokenEntity VALUES('euro-coin','ethereum','eip20',6,'0x1abaea1f7c830bd89acc67ec4af516284b1bc33c');
INSERT OR REPLACE INTO TokenEntity VALUES('euro-coin','avalanche','eip20',6,'0xc891eb4cbdeff6e073e859e987815ed1505c2acd');
INSERT OR REPLACE INTO TokenEntity VALUES('eurocoinpay','ethereum','eip20',18,'0xe9fa21e671bcfb04e6868784b89c19d5aa2424ea');
INSERT OR REPLACE INTO TokenEntity VALUES('eusd-27a558b0-8b5b-4225-a614-63539da936f4','ethereum','eip20',18,'0x97de57ec338ab5d51557da3434828c5dbfada371');
INSERT OR REPLACE INTO TokenEntity VALUES('eusd-new','ethereum','eip20',18,'0xdf3ac4f479375802a821f7b7b46cd7eb5e4262cc');
INSERT OR REPLACE INTO TokenEntity VALUES('eva-ai','ethereum','eip20',9,'0x3566c8ee9780245e974e759a7716ea6ba0702588');
INSERT OR REPLACE INTO TokenEntity VALUES('evaa-protocol','the-open-network','the-open-network',null,'EQBKMfjX_a_dsOLm-juxyVZytFP7_KKnzGv6J01kGc72gVBp');
INSERT OR REPLACE INTO TokenEntity VALUES('evaa-protocol','binance-smart-chain','eip20',18,'0xaa036928c9c0df07d525b55ea8ee690bb5a628c1');
INSERT OR REPLACE INTO TokenEntity VALUES('evan-2','solana','spl',6,'GFUgXbMeDnLkhZaJS3nYFqunqkFNMRo9ukhyajeXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('evanesco-network','ethereum','eip20',18,'0xd6caf5bd23cf057f5fccce295dcc50c01c198707');
INSERT OR REPLACE INTO TokenEntity VALUES('everclear','ethereum','eip20',18,'0x58b9cb810a68a7f3e1e4f8cb45d1b9b3c79705e8');
INSERT OR REPLACE INTO TokenEntity VALUES('evercraft-ecotechnologies','polygon-pos','eip20',18,'0xc1ab7e48fafee6b2596c65261392e59690ce7742');
INSERT OR REPLACE INTO TokenEntity VALUES('everdome','binance-smart-chain','eip20',18,'0x475bfaa1848591ae0e6ab69600f48d828f61a80e');
INSERT OR REPLACE INTO TokenEntity VALUES('evereth','binance-smart-chain','eip20',9,'0x16dcc0ec78e91e868dca64be86aec62bf7c61037');
INSERT OR REPLACE INTO TokenEntity VALUES('evergrowcoin','binance-smart-chain','eip20',9,'0xc001bbe2b87079294c63ece98bdd0a88d761434e');
INSERT OR REPLACE INTO TokenEntity VALUES('everid','ethereum','eip20',18,'0xebd9d99a3982d547c5bb4db7e3b1f9f14b67eb83');
INSERT OR REPLACE INTO TokenEntity VALUES('everid','binance-smart-chain','eip20',18,'0x953a39e0b5e92c05ee40d7d787a427855aab3a6c');
INSERT OR REPLACE INTO TokenEntity VALUES('everipedia','ethereum','eip20',18,'0x579cea1889991f68acc35ff5c3dd0621ff29b0c9');
INSERT OR REPLACE INTO TokenEntity VALUES('everipedia','polygon-pos','eip20',18,'0xb9638272ad6998708de56bbc0a290a1de534a578');
INSERT OR REPLACE INTO TokenEntity VALUES('everipedia','binance-smart-chain','eip20',18,'0x0e37d70b51ffa2b98b4d34a5712c5291115464e3');
INSERT OR REPLACE INTO TokenEntity VALUES('everlyn','binance-smart-chain','eip20',18,'0x302dfaf2cdbe51a18d97186a7384e87cf599877d');
INSERT OR REPLACE INTO TokenEntity VALUES('everreflect','binance-smart-chain','eip20',18,'0x3c2e501b08cf5c16061468c96b19b32bae451da3');
INSERT OR REPLACE INTO TokenEntity VALUES('everrise','binance-smart-chain','eip20',18,'0xc17c30e98541188614df99239cabd40280810ca3');
INSERT OR REPLACE INTO TokenEntity VALUES('everrise','fantom','eip20',18,'0xc17c30e98541188614df99239cabd40280810ca3');
INSERT OR REPLACE INTO TokenEntity VALUES('everrise','ethereum','eip20',18,'0x0cd022dde27169b20895e0e2b2b8a33b25e63579');
INSERT OR REPLACE INTO TokenEntity VALUES('everrise','avalanche','eip20',18,'0xc17c30e98541188614df99239cabd40280810ca3');
INSERT OR REPLACE INTO TokenEntity VALUES('everrise','polygon-pos','eip20',18,'0x0cd022dde27169b20895e0e2b2b8a33b25e63579');
INSERT OR REPLACE INTO TokenEntity VALUES('everscale','binance-smart-chain','eip20',9,'0x0a7e7d210c45c4abba183c1d0551b53ad1756eca');
INSERT OR REPLACE INTO TokenEntity VALUES('everscale','ethereum','eip20',9,'0x29d578cec46b50fa5c88a99c6a4b70184c062953');
INSERT OR REPLACE INTO TokenEntity VALUES('everton-fan-token','chiliz','chiliz',null,'0x2cd13acf6f71435896ba906ba8521dd8aae63e00');
INSERT OR REPLACE INTO TokenEntity VALUES('evervalue-coin','arbitrum-one','eip20',18,'0x45d9831d8751b2325f3dbf48db748723726e1c8c');
INSERT OR REPLACE INTO TokenEntity VALUES('every-game','ethereum','eip20',18,'0x62d3c05b9c3d916fbc111819bbd3cee52906c1ae');
INSERT OR REPLACE INTO TokenEntity VALUES('everybody','ethereum','eip20',18,'0x68b36248477277865c64dfc78884ef80577078f3');
INSERT OR REPLACE INTO TokenEntity VALUES('everycoin','ethereum','eip20',12,'0xeed3ae7b0f8b5b9bb8c035a9941382b1822671cd');
INSERT OR REPLACE INTO TokenEntity VALUES('evmos','ethereum','eip20',18,'0x93581991f68dbae1ea105233b67f7fa0d6bdee7b');
INSERT OR REPLACE INTO TokenEntity VALUES('evmos','evmos','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('evmos','evmos','evmos',null,'0xd4949664cd82660aae99bedc034a0dea8a0bd517');
INSERT OR REPLACE INTO TokenEntity VALUES('evolve-2','solana','spl',6,'CJ1azXTKcixgXVKGGocVkcJAQKytRHjcbMVWoRQcpump');
INSERT OR REPLACE INTO TokenEntity VALUES('evolve-network','ethereum','eip20',18,'0x0f719591e2bcb6fcc3e68b16d2a88c89c6ae0d42');
INSERT OR REPLACE INTO TokenEntity VALUES('evrynet','ethereum','eip20',18,'0xd7dcd9b99787c619b4d57979521258d1a7267ad7');
INSERT OR REPLACE INTO TokenEntity VALUES('evulus','binance-smart-chain','eip20',9,'0x18b5f22266343ccd180c6285a66cc9a23dc262e9');
INSERT OR REPLACE INTO TokenEntity VALUES('excelon','excelon','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('exchangecoin','exchangecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('exeedme','binance-smart-chain','eip20',18,'0x5621b5a3f4a8008c4ccdd1b942b121c8b1944f1f');
INSERT OR REPLACE INTO TokenEntity VALUES('exeedme','polygon-pos','eip20',18,'0x2fe8733dcb25bfbba79292294347415417510067');
INSERT OR REPLACE INTO TokenEntity VALUES('exeedme','ethereum','eip20',18,'0xee573a945b01b788b9287ce062a0cfc15be9fd86');
INSERT OR REPLACE INTO TokenEntity VALUES('exmo-coin','ethereum','eip20',8,'0x83869de76b9ad8125e22b857f519f001588c0f62');
INSERT OR REPLACE INTO TokenEntity VALUES('exodas','solana','spl',6,'CG73o5Zh2oGKjG9urvpXQR5S3jiSSzkkBf9GomNTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('exohood','binance-smart-chain','eip20',18,'0x7d10b6157c7c577caa62d319dc215209cf2db8c3');
INSERT OR REPLACE INTO TokenEntity VALUES('exohood','polygon-pos','eip20',18,'0xbd8005612124dc30601e22d8b5d188a89767c640');
INSERT OR REPLACE INTO TokenEntity VALUES('exosama-network','exosama-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('exosama-network','exosama','exosama',null,'0x8c992cba48189a79204223d106fcb1d797a5f87a');
INSERT OR REPLACE INTO TokenEntity VALUES('experience-chain','experience-chain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('extradna','ethereum','eip20',18,'0x8e57c27761ebbd381b0f9d09bb92ceb51a358abb');
INSERT OR REPLACE INTO TokenEntity VALUES('extradna','binance-smart-chain','eip20',18,'0x80dba9c32b7ab5445e482387a5522e24c0ba4c24');
INSERT OR REPLACE INTO TokenEntity VALUES('eywa','arbitrum-one','eip20',18,'0x7a10f506e4c7658e6ad15fdf0443d450b7fa80d7');
INSERT OR REPLACE INTO TokenEntity VALUES('eywa','ethereum','eip20',18,'0x8cb8c4263eb26b2349d74ea2cb1b27bc40709e12');
INSERT OR REPLACE INTO TokenEntity VALUES('eywa','fantom','fantom',18,'0x7a10f506e4c7658e6ad15fdf0443d450b7fa80d7');
INSERT OR REPLACE INTO TokenEntity VALUES('eywa','binance-smart-chain','eip20',18,'0x7a10f506e4c7658e6ad15fdf0443d450b7fa80d7');
INSERT OR REPLACE INTO TokenEntity VALUES('f-x-protocol-fxusd','ethereum','eip20',18,'0x085780639cc2cacd35e474e71f4d000e2405d8f6');
INSERT OR REPLACE INTO TokenEntity VALUES('fabric','solana','spl',9,'EdAhkbj5nF9sRM7XN7ewuW8C9XEUMs8P7cnoQ57SYE96');
INSERT OR REPLACE INTO TokenEntity VALUES('fabwelt','binance-smart-chain','eip20',18,'0x1785113910847770290f5f840b4c74fc46451201');
INSERT OR REPLACE INTO TokenEntity VALUES('fabwelt','polygon-pos','eip20',18,'0x23e8b6a3f6891254988b84da3738d2bfe5e703b9');
INSERT OR REPLACE INTO TokenEntity VALUES('facts','ethereum','eip20',18,'0x34bdf48a8f753de4822a6cfb1fee275f9b4d662e');
INSERT OR REPLACE INTO TokenEntity VALUES('fade-wallet-token','the-open-network','the-open-network',9,'EQCh9DUkmEdz7BuM_kv_iDqXeXWHrMUZHcZfXnr8yBAfPHcn');
INSERT OR REPLACE INTO TokenEntity VALUES('fafo','solana','spl',null,'BP8RUdhLKBL2vgVXc3n7oTSZKWaQVbD8S6QcPaMVBAPo');
INSERT OR REPLACE INTO TokenEntity VALUES('fair-and-free','binance-smart-chain','eip20',18,'0x6952c5408b9822295ba4a7e694d0c5ffdb8fe320');
INSERT OR REPLACE INTO TokenEntity VALUES('faircaster','base','eip20',18,'0x7d928816cc9c462dd7adef911de41535e444cb07');
INSERT OR REPLACE INTO TokenEntity VALUES('faith-tribe','ethereum','eip20',18,'0x2596825a84888e8f24b747df29e11b5dd03c81d7');
INSERT OR REPLACE INTO TokenEntity VALUES('faith-tribe','polygon-pos','eip20',18,'0xc3f56d567e7663e8932e65d85ae4be7eb5575ca7');
INSERT OR REPLACE INTO TokenEntity VALUES('falcon-finance','ethereum','eip20',18,'0xfa2b947eec368f42195f24f36d2af29f7c24cec2');
INSERT OR REPLACE INTO TokenEntity VALUES('falcon-finance-ff','ethereum','eip20',18,'0xfa1c09fc8b491b6a4d3ff53a10cad29381b3f949');
INSERT OR REPLACE INTO TokenEntity VALUES('falcon-nine','ethereum','eip20',9,'0x38a94e92a19e970c144ded0b2dd47278ca11cc1f');
INSERT OR REPLACE INTO TokenEntity VALUES('falcon-token','ethereum','eip20',6,'0xdc5864ede28bd4405aa04d93e05a0531797d9d59');
INSERT OR REPLACE INTO TokenEntity VALUES('falx','solana','spl',9,'Afo4NumBNHDXc7m7p6qjZ1pF3LbqYfG5k1CNrGve8rVu');
INSERT OR REPLACE INTO TokenEntity VALUES('fame-ai','ethereum','eip20',18,'0x6bfdb6f4e65ead27118592a41eb927cea6956198');
INSERT OR REPLACE INTO TokenEntity VALUES('faml','binance-smart-chain','eip20',18,'0xb1ee6fdd6ecec9eebb8368839684f9bcf2f52076');
INSERT OR REPLACE INTO TokenEntity VALUES('fan-token','polygon-pos','eip20',8,'0x3b9e9100db1389c518d47c635d80a90ad4c4f41b');
INSERT OR REPLACE INTO TokenEntity VALUES('fancy-games','ethereum','eip20',18,'0x7f280dac515121dcda3eac69eb4c13a52392cace');
INSERT OR REPLACE INTO TokenEntity VALUES('fanstime','ethereum','eip20',18,'0x943ed852dadb5c3938ecdc6883718df8142de4c8');
INSERT OR REPLACE INTO TokenEntity VALUES('fantom','harmony-shard-0','harmony-shard-0',null,'0x39ab439897380ed10558666c4377facb0322ad48');
INSERT OR REPLACE INTO TokenEntity VALUES('fantom','moonriver','moonriver',null,'0xad12dab5959f30b9ff3c2d6709f53c335dc39908');
INSERT OR REPLACE INTO TokenEntity VALUES('fantom','fantom','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('fantom','milkomeda-cardano','milkomeda-cardano',null,'0x332730a4f6e03d9c55829435f10360e13cfa41ff');
INSERT OR REPLACE INTO TokenEntity VALUES('fantom','ethereum','eip20',18,'0x4e15361fd6b4bb609fa63c81a2be19d873717870');
INSERT OR REPLACE INTO TokenEntity VALUES('fantom','binance-smart-chain','eip20',18,'0xad29abb318791d579433d831ed122afeaf29dcfe');
INSERT OR REPLACE INTO TokenEntity VALUES('fantom-oasis','fantom','eip20',18,'0x9bd0611610a0f5133e4dd1bfdd71c5479ee77f37');
INSERT OR REPLACE INTO TokenEntity VALUES('faraland','binance-smart-chain','eip20',18,'0xf4ed363144981d3a65f42e7d0dc54ff9eef559a1');
INSERT OR REPLACE INTO TokenEntity VALUES('farcana','polygon-pos','eip20',18,'0x5f32abeebd3c2fac1e7459a27e1ae9f1c16cccca');
INSERT OR REPLACE INTO TokenEntity VALUES('fartboy','solana','spl',9,'y1AZt42vceCmStjW4zetK3VoNarC1VxJ5iDjpiupump');
INSERT OR REPLACE INTO TokenEntity VALUES('fartcat','solana','spl',6,'3dk9CNre8tmv6bbNXd5F6dgkNnEzsyQ7sPhVT8kKpump');
INSERT OR REPLACE INTO TokenEntity VALUES('fartcoin','solana','spl',6,'9BB6NFEcjBCtnNLFko2FqVQBq8HHM13kCyYcdQbgpump');
INSERT OR REPLACE INTO TokenEntity VALUES('fartful','solana','spl',6,'493AddQQYfn1i8fUN7QtMupfXuGHehzzTKVVQXZD25Y7');
INSERT OR REPLACE INTO TokenEntity VALUES('fartgirl','solana','spl',6,'Cjrrc595e9R47EZ3gkbUmL6ZZpLSxiXg16v2Y3Aapump');
INSERT OR REPLACE INTO TokenEntity VALUES('farting-unicorn','solana','spl',6,'CDDybYjY6y7RBKXXaCKHRhUhb31y3rjGB7idTdeFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('fartless-coin','solana','spl',6,'FyrBf5xKg5EwKZ9pHvSpJeLLuCWBicTpm3VvZcsibonk');
INSERT OR REPLACE INTO TokenEntity VALUES('fasttoken','ethereum','eip20',18,'0xaedf386b755465871ff874e3e37af5976e247064');
INSERT OR REPLACE INTO TokenEntity VALUES('fatcat-2','solana','spl',6,'AHdVQs56QpEEkRx6m8yiYYEiqM2sKjQxVd6mGH12pump');
INSERT OR REPLACE INTO TokenEntity VALUES('fbomb','fantom','fantom',18,'0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979');
INSERT OR REPLACE INTO TokenEntity VALUES('fbomb','arbitrum-one','eip20',18,'0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979');
INSERT OR REPLACE INTO TokenEntity VALUES('fbomb','binance-smart-chain','eip20',18,'0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979');
INSERT OR REPLACE INTO TokenEntity VALUES('fbomb','canto','canto',18,'0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979');
INSERT OR REPLACE INTO TokenEntity VALUES('fbomb','base','eip20',18,'0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979');
INSERT OR REPLACE INTO TokenEntity VALUES('fbomb','mantle','mantle',18,'0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979');
INSERT OR REPLACE INTO TokenEntity VALUES('fbomb','optimistic-ethereum','eip20',18,'0x74ccbe53f77b08632ce0cb91d3a545bf6b8e0979');
INSERT OR REPLACE INTO TokenEntity VALUES('fc-barcelona-fan-token','chiliz','chiliz',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('fc-porto','binance-smart-chain','eip20',8,'0x49f2145d6366099e13b10fbf80646c0f377ee7f6');
INSERT OR REPLACE INTO TokenEntity VALUES('fdream','base','eip20',18,'0x0521aaa7c96e25afee79fdd4f1bb48f008ae4eac');
INSERT OR REPLACE INTO TokenEntity VALUES('fear','polygon-pos','eip20',18,'0xa2ca40dbe72028d3ac78b5250a8cb8c404e7fb8c');
INSERT OR REPLACE INTO TokenEntity VALUES('fear','ethereum','eip20',18,'0x88a9a52f944315d5b4e917b9689e65445c401e83');
INSERT OR REPLACE INTO TokenEntity VALUES('fear','fantom','eip20',18,'0x14418c22165553251b002b289f8abe4d1ed41d76');
INSERT OR REPLACE INTO TokenEntity VALUES('fear','binance-smart-chain','eip20',18,'0x9ba6a67a6f3b21705a46b380a1b97373a33da311');
INSERT OR REPLACE INTO TokenEntity VALUES('feathercoin','feathercoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('fedoracoin','fedoracoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('feed-the-people','solana','spl',6,'J2eaKn35rp82T6RFEsNK9CLRHEKV9BLXjedFM3q6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('feeder-finance','binance-smart-chain','eip20',18,'0x67d66e8ec1fd25d98b3ccd3b19b7dc4b4b7fc493');
INSERT OR REPLACE INTO TokenEntity VALUES('feeder-finance','fantom','eip20',18,'0x5d5530eb3147152fe78d5c4bfeede054c8d1442a');
INSERT OR REPLACE INTO TokenEntity VALUES('feenix','solana','spl',9,'FnixeBNA3YXU3JUK9gTeHjDv9t36YGUyuf5Q9od7tTVV');
INSERT OR REPLACE INTO TokenEntity VALUES('fefe-2','solana','spl',6,'Fjk4u44UQFo3Wb2vhPXE9FSjngP8uNJJd6Jzd5JJhD6x');
INSERT OR REPLACE INTO TokenEntity VALUES('feg-token-2','ethereum','eip20',18,'0xbededdf2ef49e87037c4fb2ca34d1ff3d3992a11');
INSERT OR REPLACE INTO TokenEntity VALUES('fei-usd','ethereum','eip20',18,'0x956f47f50a910163d8bf957cf5846d573e7f87ca');
INSERT OR REPLACE INTO TokenEntity VALUES('feisty-doge-nft','ethereum','eip20',18,'0xdfdb7f72c1f195c5951a234e8db9806eb0635346');
INSERT OR REPLACE INTO TokenEntity VALUES('felysyum','polygon-pos','eip20',18,'0xee997788f625809332baabb3110bcf1ba7400824');
INSERT OR REPLACE INTO TokenEntity VALUES('fenerbahce-token','ethereum','eip20',6,'0xfb19075d77a0f111796fb259819830f4780f1429');
INSERT OR REPLACE INTO TokenEntity VALUES('ferro','cronos','cronos',null,'0x39bc1e38c842c60775ce37566d03b41a7a66c782');
INSERT OR REPLACE INTO TokenEntity VALUES('ferrum-network','polygon-pos','eip20',18,'0xd99bafe5031cc8b345cb2e8c80135991f12d7130');
INSERT OR REPLACE INTO TokenEntity VALUES('ferrum-network','avalanche','eip20',18,'0xe5caef4af8780e59df925470b050fb23c43ca68c');
INSERT OR REPLACE INTO TokenEntity VALUES('ferrum-network','ethereum','eip20',6,'0xe5caef4af8780e59df925470b050fb23c43ca68c');
INSERT OR REPLACE INTO TokenEntity VALUES('ferrum-network','binance-smart-chain','eip20',18,'0xa719b8ab7ea7af0ddb4358719a34631bb79d15dc');
INSERT OR REPLACE INTO TokenEntity VALUES('fetch-ai','ethereum','eip20',18,'0xaea46a60368a7bd060eec7df8cba43b7ef41ad85');
INSERT OR REPLACE INTO TokenEntity VALUES('fetch-ai','binance-smart-chain','eip20',18,'0x031b41e504677879370e9dbcf937283a8691fa7f');
INSERT OR REPLACE INTO TokenEntity VALUES('fibos','fibos','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('fideum','binance-smart-chain','eip20',18,'0x1294f4183763743c7c9519bec51773fb3acd78fd');
INSERT OR REPLACE INTO TokenEntity VALUES('fideum','ethereum','eip20',18,'0x1294f4183763743c7c9519bec51773fb3acd78fd');
INSERT OR REPLACE INTO TokenEntity VALUES('fidira','polygon-pos','eip20',18,'0x9a4eb698e5de3d3df0a68f681789072de1e50222');
INSERT OR REPLACE INTO TokenEntity VALUES('fidu','ethereum','eip20',18,'0x6a445e9f40e0b97c92d0b8a3366cef1d67f700bf');
INSERT OR REPLACE INTO TokenEntity VALUES('fight','solana','spl',6,'KMnDBXcPXoz6oMJW5XG4tXdwSWpmWEP2RQM1Uujpump');
INSERT OR REPLACE INTO TokenEntity VALUES('filecoin','filecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('filestar','filestar','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('finance-vote','binance-smart-chain','eip20',18,'0x0a232cb2005bda62d3de7ab5deb3ffe4c456165a');
INSERT OR REPLACE INTO TokenEntity VALUES('finance-vote','polygon-pos','eip20',18,'0x72a5a58f79ffc2102227b92faeba93b169a3a3f1');
INSERT OR REPLACE INTO TokenEntity VALUES('finance-vote','ethereum','eip20',18,'0x45080a6531d671ddff20db42f93792a489685e32');
INSERT OR REPLACE INTO TokenEntity VALUES('financial-freedom','binance-smart-chain','eip20',18,'0xb77a1bd00d9c7ff5e15d70c7f78e4b80e18e4444');
INSERT OR REPLACE INTO TokenEntity VALUES('financie-token','ethereum','eip20',18,'0x8af78f0c818302164f73b2365fe152c2d1fe80e1');
INSERT OR REPLACE INTO TokenEntity VALUES('findora','findora','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('finetuning','bittensor','bittensor',null,'37');
INSERT OR REPLACE INTO TokenEntity VALUES('finger-monkeys','base','eip20',18,'0x5ba9e0ce610927c1915c9d9de4bdaf2b8a1dee7e');
INSERT OR REPLACE INTO TokenEntity VALUES('finminity','binance-smart-chain','eip20',18,'0x99c6e435ec259a7e8d65e1955c9423db624ba54c');
INSERT OR REPLACE INTO TokenEntity VALUES('finminity','ethereum','eip20',18,'0x99c6e435ec259a7e8d65e1955c9423db624ba54c');
INSERT OR REPLACE INTO TokenEntity VALUES('fins-token','binance-smart-chain','eip20',18,'0x1b219aca875f8c74c33cff9ff98f3a9b62fcbff5');
INSERT OR REPLACE INTO TokenEntity VALUES('fintrux','ethereum','eip20',18,'0xd559f20296ff4895da39b5bd9add54b442596a61');
INSERT OR REPLACE INTO TokenEntity VALUES('finxflo','tron','eip20',18,'TSNr126nQ8HKfXREqrqkBnxoQNHS5qJLg5');
INSERT OR REPLACE INTO TokenEntity VALUES('finxflo','ethereum','eip20',18,'0x8a40c222996f9f3431f63bf80244c36822060f12');
INSERT OR REPLACE INTO TokenEntity VALUES('fio-protocol','fio-protocol','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('fire-protocol','ethereum','eip20',8,'0xf921ae2dac5fa128dc0f6168bf153ea0943d2d43');
INSERT OR REPLACE INTO TokenEntity VALUES('firestarter','polygon-pos','eip20',18,'0x22e3f02f86bc8ea0d73718a2ae8851854e62adc5');
INSERT OR REPLACE INTO TokenEntity VALUES('fireverse','binance-smart-chain','eip20',18,'0x238d72e179a581c98dc1996417a49818c7e509dc');
INSERT OR REPLACE INTO TokenEntity VALUES('firmachain','ethereum','eip20',18,'0xe1bad922f84b198a08292fb600319300ae32471b');
INSERT OR REPLACE INTO TokenEntity VALUES('first-convicted-raccon','solana','spl',6,'CNvitvFnSM5ed6K28RUNSaAjqqz5tX1rA5HgaBN9pump');
INSERT OR REPLACE INTO TokenEntity VALUES('first-digital-usd','ethereum','eip20',18,'0xc5f0f7b66764f6ec8c8dff7ba683102295e16409');
INSERT OR REPLACE INTO TokenEntity VALUES('fisco','ethereum','eip20',8,'0x0789dbae94fb18e5789b8e4489bcb7a1adb58622');
INSERT OR REPLACE INTO TokenEntity VALUES('fish-crypto','binance-smart-chain','eip20',18,'0x29cabf2a1e5de6f0ebc39ca6fe83c687fe90fb6c');
INSERT OR REPLACE INTO TokenEntity VALUES('fitchin-universe','solana','spl',9,'CHiNsA2B6ZbmKnEmHPCbbX9aXJyoJzAtcLpHEDd6Qyq3');
INSERT OR REPLACE INTO TokenEntity VALUES('fitcoin-2','solana','spl',6,'9kvTPjemayUL7XKPyjhqavbcLtY5VP2ha1G5vPuppump');
INSERT OR REPLACE INTO TokenEntity VALUES('fitcoin-3','solana','spl',9,'Cr2mM4szbt8286XMn7iTpY5A8S17LbGAu1UyodkyEwn4');
INSERT OR REPLACE INTO TokenEntity VALUES('fjord-foundry','ethereum','eip20',18,'0x69457a1c9ec492419344da01daf0df0e0369d5d0');
INSERT OR REPLACE INTO TokenEntity VALUES('flame-3','solana','spl',9,'BivtZFQ5mVdjMM3DQ8vxzvhKKiVs27fz1YUF8bRFdKKc');
INSERT OR REPLACE INTO TokenEntity VALUES('flamengo-fan-token','chiliz','chiliz',null,'0x3e2d6fa11fd5a8a360c121a1e9bb3bdf72d8b502');
INSERT OR REPLACE INTO TokenEntity VALUES('flamingo-finance','neo','neo',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('flare-networks','flare-networks','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('flare-token','polygon-pos','eip20',18,'0x5f0197ba06860dac7e31258bdf749f92b6a636d4');
INSERT OR REPLACE INTO TokenEntity VALUES('flash-liquidity-token','solana','spl',6,'NUZ3FDWTtN5SP72BsefbsqpnbAY5oe21LE8bCSkqsEK');
INSERT OR REPLACE INTO TokenEntity VALUES('flash-trade','solana','spl',6,'FAFxVxnkzZHMCodkWyoccgUNgVScqMw2mhhQBYDFjFAF');
INSERT OR REPLACE INTO TokenEntity VALUES('flayer','ethereum','eip20',18,'0xf1a7000000950c7ad8aff13118bb7ab561a448ee');
INSERT OR REPLACE INTO TokenEntity VALUES('fleabone','ethereum','eip20',9,'0x7076de6ff1d91e00be7e92458089c833de99e22e');
INSERT OR REPLACE INTO TokenEntity VALUES('flex-coin','ethereum','eip20',18,'0xfcf8eda095e37a41e002e266daad7efc1579bc0a');
INSERT OR REPLACE INTO TokenEntity VALUES('flex-coin','smartbch','smartbch',null,'0x98dd7ec28fb43b3c4c770ae532417015fa939dd3');
INSERT OR REPLACE INTO TokenEntity VALUES('flex-usd','smartbch','smartbch',null,'0x7b2b3c5308ab5b2a1d9a94d20d35ccdf61e05b72');
INSERT OR REPLACE INTO TokenEntity VALUES('flex-usd','ethereum','eip20',18,'0xa774ffb4af6b0a91331c084e1aebae6ad535e6f3');
INSERT OR REPLACE INTO TokenEntity VALUES('flipr','solana','spl',6,'JCBKQBPvnjr7emdQGCNM8wtE8AZjyvJgh7JMvkfYxypm');
INSERT OR REPLACE INTO TokenEntity VALUES('flits','flits','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('float-protocol','ethereum','eip20',18,'0x24a6a37576377f63f194caa5f518a60f45b42921');
INSERT OR REPLACE INTO TokenEntity VALUES('flock-2','base','eip20',18,'0x5ab3d4c385b400f3abb49e80de2faf6a88a7b691');
INSERT OR REPLACE INTO TokenEntity VALUES('flockerz','ethereum','eip20',18,'0xb33d999469a7e6b9ebc25a3a05248287b855ed46');
INSERT OR REPLACE INTO TokenEntity VALUES('floki','ethereum','eip20',9,'0xcf0c122c6b73ff809c693db761e7baebe62b6a2e');
INSERT OR REPLACE INTO TokenEntity VALUES('floki','binance-smart-chain','eip20',9,'0xfb5b838b6cfeedc2873ab27866079ac55363d37e');
INSERT OR REPLACE INTO TokenEntity VALUES('floof','solana','spl',1,'3jzdrXXKxwkBk82u2eCWASZLCKoZs1LQTg87HBEAmBJw');
INSERT OR REPLACE INTO TokenEntity VALUES('flooring-lab-credit','ethereum','eip20',18,'0x102c776ddb30c754ded4fdcc77a19230a60d4e4f');
INSERT OR REPLACE INTO TokenEntity VALUES('floppa-cat','solana','spl',8,'F6Aj973E5vGHyGnVsKC39rAFwnFukF11JmpPQ7xPUFF8');
INSERT OR REPLACE INTO TokenEntity VALUES('floppa-cat','base','eip20',18,'0x776aaef8d8760129a0398cf8674ee28cefc0eab9');
INSERT OR REPLACE INTO TokenEntity VALUES('florence-finance-medici','ethereum','eip20',18,'0x72a9b1c9b191781bb15f1b98f443a1d916557c92');
INSERT OR REPLACE INTO TokenEntity VALUES('florence-finance-medici','base','eip20',18,'0xb4e1b230dd0476238fc64c99ff9d6ccdfdb2258d');
INSERT OR REPLACE INTO TokenEntity VALUES('florence-finance-medici','arbitrum-one','eip20',18,'0x3269a3c00ab86c753856fd135d97b87facb0d848');
INSERT OR REPLACE INTO TokenEntity VALUES('flork-cto','solana','spl',6,'CnGb7hJsGdsFyQP2uXNWrUgT5K1tovBA3mNnUZcTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('flow','flow','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('flow-agent','solana','spl',6,'HEHT1eKNsTnuMAQaSM4ac8r3ynckmquxA3hUun5Npump');
INSERT OR REPLACE INTO TokenEntity VALUES('flow-lending','cardano','cardano',6,'2d9db8a89f074aa045eab177f23a3395f62ced8b53499a9e4ad46c80464c4f57');
INSERT OR REPLACE INTO TokenEntity VALUES('fluence-2','ethereum','eip20',18,'0x236501327e701692a281934230af0b6be8df3353');
INSERT OR REPLACE INTO TokenEntity VALUES('fluffy-coin','binance-smart-chain','eip20',18,'0xa3abe68db1b8467b44715eb94542b20dc134f005');
INSERT OR REPLACE INTO TokenEntity VALUES('flurry','ethereum','eip20',18,'0x60f63b76e2fc1649e57a3489162732a90acf59fe');
INSERT OR REPLACE INTO TokenEntity VALUES('flurry','binance-smart-chain','eip20',18,'0x47c9bcef4fe2dbcdf3abf508f147f1bbe8d4fef2');
INSERT OR REPLACE INTO TokenEntity VALUES('flux','ethereum','eip20',18,'0x469eda64aed3a3ad6f868c44564291aa415cb1d9');
INSERT OR REPLACE INTO TokenEntity VALUES('flux-2','ethereum','eip20',18,'0xbfde5ac4f5adb419a931a5bf64b0f3bb5a623d06');
INSERT OR REPLACE INTO TokenEntity VALUES('flux-protocol','binance-smart-chain','eip20',18,'0x1ab6478b47270ff05af11a012ac17b098758e193');
INSERT OR REPLACE INTO TokenEntity VALUES('flux-protocol','ethereum','eip20',18,'0x7645ddfeeceda57e41f92679c4acd83c56a81d14');
INSERT OR REPLACE INTO TokenEntity VALUES('flux-protocol','huobi-token','huobi-token',null,'0xd10852df03ea8b8af0cc0b09cac3f7dbb15e0433');
INSERT OR REPLACE INTO TokenEntity VALUES('flux-protocol','okex-chain','okex-chain',null,'0xd0c6821aba4fcc65e8f1542589e64bae9de11228');
INSERT OR REPLACE INTO TokenEntity VALUES('flux-token','aurora','aurora',null,'0xea62791aa682d455614eaa2a12ba3d9a2fd197af');
INSERT OR REPLACE INTO TokenEntity VALUES('flux-token','ethereum','eip20',18,'0x3ea8ea4237344c9931214796d9417af1a1180770');
INSERT OR REPLACE INTO TokenEntity VALUES('fluxbot','solana','spl',5,'FLUXBmPhT3Fd1EDVFdg46YREqHBeNypn1h4EbnTzWERX');
INSERT OR REPLACE INTO TokenEntity VALUES('foam-protocol','ethereum','eip20',18,'0x4946fcea7c692606e8908002e55a582af44ac121');
INSERT OR REPLACE INTO TokenEntity VALUES('fodl-finance','ethereum','eip20',18,'0x4c2e59d098df7b6cbae0848d66de2f8a4889b9c3');
INSERT OR REPLACE INTO TokenEntity VALUES('fodl-finance','binance-smart-chain','eip20',18,'0x43f5b29d63cedc5a7c1724dbb1d698fde05ada21');
INSERT OR REPLACE INTO TokenEntity VALUES('fodl-finance','polygon-pos','eip20',18,'0x5314ba045a459f63906aa7c76d9f337dcb7d6995');
INSERT OR REPLACE INTO TokenEntity VALUES('fomo-3','solana','spl',6,'ZxBon4vcf3DVcrt63fJU52ywYm9BKZC6YuXDhb3fomo');
INSERT OR REPLACE INTO TokenEntity VALUES('fomo-3d','solana','spl',6,'BQpGv6LVWG1JRm1NdjerNSFdChMdAULJr3x9t2Swpump');
INSERT OR REPLACE INTO TokenEntity VALUES('fomo-radio-ai','solana','spl',6,'B4gipVUHKJ7keVN3MWEYDQCHjkdoXGsbmZoTSJDZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('foom','ethereum','eip20',18,'0xd0d56273290d339aaf1417d9bfa1bb8cfe8a0933');
INSERT OR REPLACE INTO TokenEntity VALUES('football-coin','football-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('for-loot-and-glory','polygon-pos','eip20',18,'0x9111d6446ac5b88a84cf06425c6286658368542f');
INSERT OR REPLACE INTO TokenEntity VALUES('force-protocol','ethereum','eip20',18,'0x1fcdce58959f536621d76f5b7ffb955baa5a672f');
INSERT OR REPLACE INTO TokenEntity VALUES('force-protocol','binance-smart-chain','eip20',18,'0x658a109c5900bc6d2357c87549b651670e5b0539');
INSERT OR REPLACE INTO TokenEntity VALUES('forest','solana','spl',6,'BoAQaykj3LtkM2Brevc7cQcRAzpqcsP47nJ2rkyopump');
INSERT OR REPLACE INTO TokenEntity VALUES('forest-knight','polygon-pos','eip20',18,'0x4455ef8b4b4a007a93daa12de63a47eeac700d9d');
INSERT OR REPLACE INTO TokenEntity VALUES('forest-protocol','ethereum','eip20',18,'0x8d33f0ae6d111212d9d64b0821c7cf09e6270c27');
INSERT OR REPLACE INTO TokenEntity VALUES('forest-protocol','binance-smart-chain','eip20',18,'0x11cf6bf6d87cb0eb9c294fd6cbfec91ee3a1a7d0');
INSERT OR REPLACE INTO TokenEntity VALUES('forgive-me-father','near-protocol','near-protocol',18,'purge-558.meme-cooking.near');
INSERT OR REPLACE INTO TokenEntity VALUES('forky-2','binance-smart-chain','eip20',18,'0x3e2242cb2fc1465822a0bb81ca2fe1f633a45757');
INSERT OR REPLACE INTO TokenEntity VALUES('form','ethereum','eip20',18,'0xe7dee4823ee18f1347f1cf7997f70b94efde2e1f');
INSERT OR REPLACE INTO TokenEntity VALUES('formation-fi','binance-smart-chain','eip20',18,'0x25a528af62e56512a19ce8c3cab427807c28cc19');
INSERT OR REPLACE INTO TokenEntity VALUES('formation-fi','ethereum','eip20',18,'0x21381e026ad6d8266244f2a583b35f9e4413fa2a');
INSERT OR REPLACE INTO TokenEntity VALUES('forta','ethereum','eip20',18,'0x41545f8b9472d758bb669ed8eaeeecd7a9c4ec29');
INSERT OR REPLACE INTO TokenEntity VALUES('fortress','binance-smart-chain','eip20',18,'0x4437743ac02957068995c48e08465e0ee1769fbe');
INSERT OR REPLACE INTO TokenEntity VALUES('forty-two-dao-token','binance-smart-chain','eip20',18,'0x653062e37d7a52d465a8570a5daa46ca4e0bd3d9');
INSERT OR REPLACE INTO TokenEntity VALUES('forward','binance-smart-chain','eip20',18,'0x886640149e31e1430fa74cc39725431eb82ddfb2');
INSERT OR REPLACE INTO TokenEntity VALUES('forward','ethereum','eip20',18,'0x01824357d7d7eaf4677bc17786abd26cbdec9ad7');
INSERT OR REPLACE INTO TokenEntity VALUES('four','binance-smart-chain','eip20',18,'0x5b73a93b4e5e4f1fd27d8b3f8c97d69908b5e284');
INSERT OR REPLACE INTO TokenEntity VALUES('fourbook','binance-smart-chain','eip20',18,'0x2e45bed32903ea421edd9f53f4b895683bf84444');
INSERT OR REPLACE INTO TokenEntity VALUES('foxgirl','binance-smart-chain','eip20',18,'0x599beec263fa6ea35055011967597b259fc012a4');
INSERT OR REPLACE INTO TokenEntity VALUES('foxsy-ai','solana','spl',9,'CgGWS19zR5xTzgCEcW5Svsuon4hBZwzBwUFimoJStCf2');
INSERT OR REPLACE INTO TokenEntity VALUES('foxsy-ai','elrond','elrond',18,'FOXSY-5d5f3e');
INSERT OR REPLACE INTO TokenEntity VALUES('foxy','linea','linea',18,'0x5fbdf89403270a1846f5ae7d113a989f850d1566');
INSERT OR REPLACE INTO TokenEntity VALUES('fpi-bank','the-open-network','the-open-network',null,'EQD0KpcRMh-sKO2z5-vOjgvFjTT58tO-2Nmvxqg5ocFQFtWz');
INSERT OR REPLACE INTO TokenEntity VALUES('fractal','ethereum','eip20',18,'0xf4d861575ecc9493420a3f5a14f85b13f0b50eb3');
INSERT OR REPLACE INTO TokenEntity VALUES('fracton-protocol','ethereum','eip20',18,'0xee9e7bb7e55bbc86414047b61d65c9c0d91ffbd0');
INSERT OR REPLACE INTO TokenEntity VALUES('fragmetric','solana','spl',9,'FRAGMEWj2z65qM62zqKhNtwNFskdfKs4ekDUDX3b4VD5');
INSERT OR REPLACE INTO TokenEntity VALUES('frakt-token','solana','spl',8,'ErGB9xa24Szxbk1M28u2Tx8rKPqzL6BroNkkzk5rG4zj');
INSERT OR REPLACE INTO TokenEntity VALUES('frankencoin','ethereum','eip20',18,'0xb58e61c3098d85632df34eecfb899a1ed80921cb');
INSERT OR REPLACE INTO TokenEntity VALUES('franklin','binance-smart-chain','eip20',4,'0x681fd3e49a6188fc526784ee70aa1c269ee2b887');
INSERT OR REPLACE INTO TokenEntity VALUES('franklin','ethereum','eip20',4,'0x85f6eb2bd5a062f5f8560be93fb7147e16c81472');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','binance-smart-chain','eip20',18,'0x90c97f71e18723b0cf0dfa30ee176ab653e89f40');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','polygon-pos','eip20',18,'0x45c32fa6df82ead1e2ef74d17b76547eddfaff89');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','optimistic-ethereum','eip20',18,'0x2E3D870790dC77A83DD1d18184Acc7439A53f475');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','harmony-shard-0','harmony-shard-0',null,'0xfa7191d292d5633f702b0bd7e3e3bccc0e633200');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','ethereum','eip20',18,'0x853d955acef822db058eb8505911ed77f175b99e');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','evmos','evmos',null,'0xe03494d0033687543a80c9b1ca7d6237f2ea8bd8');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','arbitrum-one','eip20',18,'0x17fc002b466eec40dae837fc4be5c67993ddbd6f');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','solana','spl',8,'FR87nWEUxVgerFGhZM8Y4AggKGLnaXswr1Pd8wZ4kZcp');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','moonriver','moonriver',null,'0x1a93b23281cc1cde4c4741353f3064709a16197d');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','avalanche','eip20',18,'0xd24c2ad096400b6fbcd2ad8b24e7acbc21a1da64');
INSERT OR REPLACE INTO TokenEntity VALUES('frax','fantom','eip20',18,'0xdc301622e621166bd8e82f2ca0a26c13ad0be355');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-ether','ethereum','eip20',18,'0x5e8422345238f34275888049021821e8e08caa1f');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-ether','polygon-pos','eip20',18,'0xee327f889d5947c1dc1934bb208a1e792f953e96');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-ether','binance-smart-chain','eip20',18,'0x64048a7eecf3a2f1ba9e144aac3d7db6e58f555e');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-price-index-share','ethereum','eip20',18,'0xc2544a32872a91f4a553b404c6950e89de901fdb');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','arbitrum-one','eip20',18,'0x9d2f299715d94d8a7e6f5eaa8e654e8c74a988a7');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','harmony-shard-0','harmony-shard-0',null,'0x0767d8e1b05efa8d6a301a65b324b6b66a1cc14c');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','ethereum','eip20',18,'0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','fantom','eip20',18,'0x7d016eec9c25232b01f23ef992d98ca97fc2af5a');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','evmos','evmos',null,'0xd8176865dd0d672c6ab4a427572f80a72b4b4a9c');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','avalanche','eip20',18,'0x214db107654ff987ad859f34125307783fc8e387');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','polygon-pos','eip20',18,'0x1a3acf6d19267e2d3e7f898f42803e90c9219062');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','solana','spl',8,'6LX8BhMQ4Sy2otmAWj7Y5sKd9YTVVUgfMsBzT6B9W7ct');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','binance-smart-chain','eip20',18,'0xe48a3d7d0bc88d552f730b62c006bc925eadb9ee');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-share','moonriver','moonriver',null,'0x6f1d1ee50846fcbc3de91723e61cb68cfa6d0e98');
INSERT OR REPLACE INTO TokenEntity VALUES('frax-usd','ethereum','eip20',18,'0xcacd6fd266af91b8aed52accc382b4e165586e29');
INSERT OR REPLACE INTO TokenEntity VALUES('fredenergy','stellar','stellar',7,'FRED-GCA73U2PZFWAXJSNVMEVPNPPJCZGETWPWZC6E4DJAIWP3ZW3BAGYZLV6-1');
INSERT OR REPLACE INTO TokenEntity VALUES('free-speech-2','ethereum','eip20',9,'0x140007c65535aa9c3801ea3bbd3f83c378c7f457');
INSERT OR REPLACE INTO TokenEntity VALUES('freedom-coin','binance-smart-chain','eip20',18,'0x12e34cdf6a031a10fe241864c32fb03a4fdad739');
INSERT OR REPLACE INTO TokenEntity VALUES('freedom-coin','ethereum','eip20',18,'0x2f141ce366a2462f02cea3d12cf93e4dca49e4fd');
INSERT OR REPLACE INTO TokenEntity VALUES('freedom-dollar','zano','zano',4,'86143388bd056a8f0bab669f78f14873fac8e2dd8d57898cdb725a2d5e2e4f8f');
INSERT OR REPLACE INTO TokenEntity VALUES('freela','binance-smart-chain','eip20',18,'0xfd5af95c12446b60d23e16a4ea95690ce942e5dc');
INSERT OR REPLACE INTO TokenEntity VALUES('freela','ethereum','eip20',18,'0x29ceddcf0da3c1d8068a7dfbd0fb06c2e438ff70');
INSERT OR REPLACE INTO TokenEntity VALUES('freerossdao','ethereum','eip20',18,'0x4cd0c43b0d53bc318cc5342b77eb6f124e47f526');
INSERT OR REPLACE INTO TokenEntity VALUES('freestyle-classic','binance-smart-chain','eip20',18,'0xfa35e2250e376c23955247383dc32c79082e7fcc');
INSERT OR REPLACE INTO TokenEntity VALUES('freeway','ethereum','eip20',18,'0x20e7125677311fca903a8897042b9983f22ea295');
INSERT OR REPLACE INTO TokenEntity VALUES('freeway','binance-smart-chain','eip20',18,'0x893169619461d3aba810a40b5403c62f27e703f9');
INSERT OR REPLACE INTO TokenEntity VALUES('frego','solana','spl',9,'F9GqoJRPzQnGzvP7cQzLHB7C22DToHQYWfsPvhKwqrpC');
INSERT OR REPLACE INTO TokenEntity VALUES('freicoin','freicoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('french-connection-finance','binance-smart-chain','eip20',18,'0x4673f018cc6d401aad0402bdbf2abcbf43dd69f3');
INSERT OR REPLACE INTO TokenEntity VALUES('frenpet','base','eip20',18,'0xff0c532fdb8cd566ae169c1cb157ff2bdc83e105');
INSERT OR REPLACE INTO TokenEntity VALUES('frens-ai','solana','spl',9,'GTYZZZAhqYqMZSQZh99vX9njgRsRbZqvT81L9y5V2p2j');
INSERT OR REPLACE INTO TokenEntity VALUES('freya-by-virtuals','base','eip20',18,'0xf04d220b8136e2d3d4be08081dbb565c3c302ffd');
INSERT OR REPLACE INTO TokenEntity VALUES('freyala','harmony-shard-0','harmony-shard-0',null,'0x9b68bf4bf89c115c721105eaf6bd5164afcc51e4');
INSERT OR REPLACE INTO TokenEntity VALUES('freysa-ai','base','eip20',18,'0xb33ff54b9f7242ef1593d2c9bcd8f9df46c77935');
INSERT OR REPLACE INTO TokenEntity VALUES('fric','solana','spl',6,'EsP4kJfKUDLfX274WoBSiiEy74Sh4tZKUCDjfULHpump');
INSERT OR REPLACE INTO TokenEntity VALUES('friend-tech','base','eip20',18,'0x0bd4887f7d41b35cd75dff9ffee2856106f86670');
INSERT OR REPLACE INTO TokenEntity VALUES('friends-with-benefits-pro','ethereum','eip20',18,'0x35bd01fc9d6d5d81ca9e055db88dc49aa2c699a8');
INSERT OR REPLACE INTO TokenEntity VALUES('frodo-the-virtual-samurai','binance-smart-chain','eip20',18,'0x4ad663403df2f0e7987bc9c74561687472e1611c');
INSERT OR REPLACE INTO TokenEntity VALUES('frogevip','ethereum','eip20',18,'0xcab254f1a32343f11ab41fbde90ecb410cde348a');
INSERT OR REPLACE INTO TokenEntity VALUES('froggie','binance-smart-chain','eip20',18,'0xa45f5eb48cecd034751651aeeda6271bd5df8888');
INSERT OR REPLACE INTO TokenEntity VALUES('frok-ai','base','eip20',18,'0x42069babe14fb1802c5cb0f50bb9d2ad6fef55e2');
INSERT OR REPLACE INTO TokenEntity VALUES('front-row','ethereum','eip20',18,'0xe6602b34d8510b033e000975b3322537c7172441');
INSERT OR REPLACE INTO TokenEntity VALUES('frontier-token','polygon-pos','eip20',18,'0xa3ed22eee92a3872709823a6970069e12a4540eb');
INSERT OR REPLACE INTO TokenEntity VALUES('frontier-token','binance-smart-chain','eip20',18,'0x928e55dab735aa8260af3cedada18b5f70c72f1b');
INSERT OR REPLACE INTO TokenEntity VALUES('frontier-token','ethereum','eip20',18,'0xf8c3527cc04340b208c854e985240c02f7b7793f');
INSERT OR REPLACE INTO TokenEntity VALUES('frontier-token','harmony-shard-0','harmony-shard-0',null,'0x1ee5839950fd7a227f91cf679b1931dd6f5798b3');
INSERT OR REPLACE INTO TokenEntity VALUES('frox','solana','spl',6,'AXzueZQiCjJStGPuGTYt1jyJdG7pcSwjVorWmpN9vm1i');
INSERT OR REPLACE INTO TokenEntity VALUES('fruits','ethereum','eip20',8,'0x229b239b7d00aa2a41c8b74b1db50a821f58d31a');
INSERT OR REPLACE INTO TokenEntity VALUES('fruits','fruits','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('fsn','binance-smart-chain','eip20',18,'0xfa4fa764f15d0f6e20aaec8e0d696870e5b77c6e');
INSERT OR REPLACE INTO TokenEntity VALUES('fsn','fusion-network','fusion-network',null,'0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff');
INSERT OR REPLACE INTO TokenEntity VALUES('fsn','ethereum','eip20',18,'0x979aca85ba37c675e78322ed5d97fa980b9bdf00');
INSERT OR REPLACE INTO TokenEntity VALUES('fsn','polygon-pos','eip20',18,'0x2bf9b864cdc97b08b6d79ad4663e71b8ab65c45c');
INSERT OR REPLACE INTO TokenEntity VALUES('fsn','huobi-token','huobi-token',null,'0xa790b07796abed3cdaf81701b4535014bf5e1a65');
INSERT OR REPLACE INTO TokenEntity VALUES('fsn','fantom','eip20',18,'0x50eb82cc284e3d35936827023b048106aaecfc5f');
INSERT OR REPLACE INTO TokenEntity VALUES('ftmtoken','ethereum','eip20',18,'0x45510db2481353178db5abb87c96805fadad0724');
INSERT OR REPLACE INTO TokenEntity VALUES('ftx-token','tomochain','tomochain',null,'0x33fa3c0c714638f12339f85dae89c42042a2d9af');
INSERT OR REPLACE INTO TokenEntity VALUES('ftx-token','sora','sora',null,'0x00019977e20516b9f7112cd8cfef1a5be2e5344d2ef1aa5bc92bbb503e81146e');
INSERT OR REPLACE INTO TokenEntity VALUES('ftx-token','solana','spl',6,'AGFEad2et2ZJif9jaGpdMixQqvW5i81aBdvKe7PHNfz3');
INSERT OR REPLACE INTO TokenEntity VALUES('ftx-token','ethereum','eip20',18,'0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9');
INSERT OR REPLACE INTO TokenEntity VALUES('fu','binance-smart-chain','eip20',18,'0xed6af21df463c7f116a6d7d687a4c190c4cf7586');
INSERT OR REPLACE INTO TokenEntity VALUES('fud-the-pug','sui','sui',5,'0x76cb819b01abed502bee8a702b4c2d547532c12f25001c9dea795a5e631c26f1::fud::FUD');
INSERT OR REPLACE INTO TokenEntity VALUES('fuel-network','ethereum','eip20',9,'0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c');
INSERT OR REPLACE INTO TokenEntity VALUES('fufu','binance-smart-chain','eip20',18,'0x509a51394cc4d6bb474fefb2994b8975a55a6e79');
INSERT OR REPLACE INTO TokenEntity VALUES('fuku-2','solana','spl',6,'2KchKijPuwnwC92LPWVjFjRwB3WxKtzx9bbXZ7kRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('fulcrom','zksync','eip20',18,'0xe593853b4d603d5b8f21036bb4ad0d1880097a6e');
INSERT OR REPLACE INTO TokenEntity VALUES('fulcrom','cronos','cronos',18,'0x83afb1c32e5637acd0a452d87c3249f4a9f0013a');
INSERT OR REPLACE INTO TokenEntity VALUES('full-moon','cronos','cronos',18,'0x37888159581ac2cdea5fb9c3ed50265a19ede8dd');
INSERT OR REPLACE INTO TokenEntity VALUES('fullsend-community-coin','solana','spl',6,'AshG5mHt4y4etsjhKFb2wA2rq1XZxKks1EPzcuXwpump');
INSERT OR REPLACE INTO TokenEntity VALUES('fund-of-yours','ethereum','eip20',18,'0xaf91e8afbe87642dc628786188a54b78580a4d76');
INSERT OR REPLACE INTO TokenEntity VALUES('funfair','ethereum','eip20',8,'0x419d0d8bdd9af5e606ae2232ed285aff190e711b');
INSERT OR REPLACE INTO TokenEntity VALUES('furi','polygon-pos','eip20',18,'0x5742fe477b2afed92c25d092418bac06cd076cea');
INSERT OR REPLACE INTO TokenEntity VALUES('furmula','solana','spl',9,'866Sh46xjH7cW7aW18tBUmGm3xh6EzGTk1Li7YbbmqJr');
INSERT OR REPLACE INTO TokenEntity VALUES('furo','ethereum','eip20',18,'0xd843713a7e6b3627cca4e7f70d34318d72708152');
INSERT OR REPLACE INTO TokenEntity VALUES('furucombo','polygon-pos','eip20',18,'0x6ddb31002abc64e1479fc439692f7ea061e78165');
INSERT OR REPLACE INTO TokenEntity VALUES('furucombo','harmony-shard-0','harmony-shard-0',null,'0x5693fe17ad04f0d8f768ceeb863e62b522901440');
INSERT OR REPLACE INTO TokenEntity VALUES('furucombo','ethereum','eip20',18,'0xffffffff2ba8f66d4e51811c5190992176930278');
INSERT OR REPLACE INTO TokenEntity VALUES('fuse-network-token','fuse','fuse',null,'0x0be9e53fd7edac9f859882afdda116645287c629');
INSERT OR REPLACE INTO TokenEntity VALUES('fuse-network-token','ethereum','eip20',18,'0x970b9bb2c0444f5e81e9d0efb84c8ccdcdcaf84d');
INSERT OR REPLACE INTO TokenEntity VALUES('fuse-network-token','binance-smart-chain','eip20',18,'0x5857c96dae9cf8511b08cb07f85753c472d36ea3');
INSERT OR REPLACE INTO TokenEntity VALUES('fuse-network-token','polygon-pos','eip20',18,'0xf915fdda4c882731c0456a4214548cd13a822886');
INSERT OR REPLACE INTO TokenEntity VALUES('fusion-ai-2','ethereum','eip20',9,'0xb868cca38a8e6348d8d299c9b3c80e63d45abe4c');
INSERT OR REPLACE INTO TokenEntity VALUES('fust-token','binance-smart-chain','eip20',18,'0x695579cfe2b2d9066fddc9ef3462b6ae05e127c3');
INSERT OR REPLACE INTO TokenEntity VALUES('futurecoin','binance-smart-chain','eip20',18,'0x9fbff386a9405b4c98329824418ec02b5c20976b');
INSERT OR REPLACE INTO TokenEntity VALUES('futureswap','ethereum','eip20',18,'0x0e192d382a36de7011f795acc4391cd302003606');
INSERT OR REPLACE INTO TokenEntity VALUES('futureswap','arbitrum-one','eip20',18,'0x488cc08935458403a0458e45e20c0159c8ab2c92');
INSERT OR REPLACE INTO TokenEntity VALUES('fuze-token','ethereum','eip20',18,'0x187d1018e8ef879be4194d6ed7590987463ead85');
INSERT OR REPLACE INTO TokenEntity VALUES('fuzzybear','xrp','xrp',0,'46555A5A59000000000000000000000000000000.rhCAT4hRdi2Y9puNdkpMzxrdKa5wkppR62');
INSERT OR REPLACE INTO TokenEntity VALUES('fwog','solana','spl',6,'A8C3xuqscfmyLrte3VmTqrAq8kgMASius9AFNANwpump');
INSERT OR REPLACE INTO TokenEntity VALUES('fx-coin','ethereum','eip20',18,'0x8c15ef5b4b21951d50e53e4fbda8298ffad25057');
INSERT OR REPLACE INTO TokenEntity VALUES('fx-usd-saving','ethereum','eip20',18,'0x7743e50f534a7f9f1791dde7dcd89f7783eefc39');
INSERT OR REPLACE INTO TokenEntity VALUES('fxhash','ethereum','eip20',18,'0xc0c592d6f9804f4fa8316cb4b95b047ef8f95a56');
INSERT OR REPLACE INTO TokenEntity VALUES('fxhash','base','eip20',18,'0x5fc2843838e65eb0b5d33654628f446d54602791');
INSERT OR REPLACE INTO TokenEntity VALUES('fxn','solana','spl',6,'92cRC6kV5D7TiHX1j56AbkPbffo9jwcXxSDQZ8Mopump');
INSERT OR REPLACE INTO TokenEntity VALUES('fxn-token','ethereum','eip20',18,'0x365accfca291e7d3914637abf1f7635db165bb09');
INSERT OR REPLACE INTO TokenEntity VALUES('g-token','ethereum','eip20',18,'0x9c7beba8f6ef6643abd725e45a4e8387ef260649');
INSERT OR REPLACE INTO TokenEntity VALUES('g-token','base','eip20',18,'0x9c7beba8f6ef6643abd725e45a4e8387ef260649');
INSERT OR REPLACE INTO TokenEntity VALUES('g-token','binance-smart-chain','eip20',18,'0x9c7beba8f6ef6643abd725e45a4e8387ef260649');
INSERT OR REPLACE INTO TokenEntity VALUES('gaia-2','bittensor','bittensor',null,'57');
INSERT OR REPLACE INTO TokenEntity VALUES('gaia-3','ethereum','eip20',18,'0x2ee7097bfdd98fce2ac08a1896038a7cd9aaed81');
INSERT OR REPLACE INTO TokenEntity VALUES('gaia-3','binance-smart-chain','eip20',18,'0xd715cc968c288740028be20685263f43ed1e4837');
INSERT OR REPLACE INTO TokenEntity VALUES('gaia-everworld','polygon-pos','eip20',18,'0x723b17718289a91af252d616de2c77944962d122');
INSERT OR REPLACE INTO TokenEntity VALUES('gaia-everworld','binance-smart-chain','eip20',18,'0x347e430b7cd1235e216be58ffa13394e5009e6e2');
INSERT OR REPLACE INTO TokenEntity VALUES('gaib-ai-dollar-alpha-usdc','ethereum','eip20',6,'0xd5255cc08ebaf6d54ac9448822a18d8a3da29a42');
INSERT OR REPLACE INTO TokenEntity VALUES('gains','binance-smart-chain','eip20',18,'0xd9ea58350bf120e2169a35fa1afc31975b07de01');
INSERT OR REPLACE INTO TokenEntity VALUES('gains','ethereum','eip20',18,'0xd9b312d77bc7bed9b9cecb56636300bed4fe5ce9');
INSERT OR REPLACE INTO TokenEntity VALUES('gains-network','polygon-pos','eip20',18,'0xe5417af564e4bfda1c483642db72007871397896');
INSERT OR REPLACE INTO TokenEntity VALUES('gainzy','solana','spl',6,'FFgfStKwuF3DSxEeogA69FNkPrkb7XDA5Tw29TBEpump');
INSERT OR REPLACE INTO TokenEntity VALUES('gaj','ethereum','eip20',18,'0x9fda7ceec4c18008096c2fe2b85f05dc300f94d0');
INSERT OR REPLACE INTO TokenEntity VALUES('gaj','avalanche','eip20',18,'0x595c8481c48894771ce8fade54ac6bf59093f9e8');
INSERT OR REPLACE INTO TokenEntity VALUES('gaj','polygon-pos','eip20',18,'0xf4b0903774532aee5ee567c02aab681a81539e92');
INSERT OR REPLACE INTO TokenEntity VALUES('gala','ethereum','eip20',8,'0xd1d2Eb1B1e90B638588728b4130137D262C87cae');
INSERT OR REPLACE INTO TokenEntity VALUES('gala','binance-smart-chain','eip20',18,'0x7ddee176f665cd201f93eede625770e2fd911990');
INSERT OR REPLACE INTO TokenEntity VALUES('gala-film','ethereum','eip20',8,'0xe344fb85b4fab79e0ef32ce77c00732ce8566244');
INSERT OR REPLACE INTO TokenEntity VALUES('gala-music','ethereum','eip20',8,'0xd8c0b13b551718b808fc97ead59499d5ef862775');
INSERT OR REPLACE INTO TokenEntity VALUES('galactic-arena-the-nftverse','binance-smart-chain','eip20',18,'0x8f1408171eae06aec4549fd0a5808a42cee6dd84');
INSERT OR REPLACE INTO TokenEntity VALUES('galatasaray-fan-token','chiliz','chiliz',null,'0x73f309e94d836bab473b1ebc0103a3dcd7daeaa9');
INSERT OR REPLACE INTO TokenEntity VALUES('galaxia','kaia','eip20',18,'0xa80e96cceb1419f9bd9f1c67f7978f51b534a11b');
INSERT OR REPLACE INTO TokenEntity VALUES('galeon','binance-smart-chain','eip20',18,'0x1d0ac23f03870f768ca005c84cbb6fb82aa884fd');
INSERT OR REPLACE INTO TokenEntity VALUES('gam3s-gg','base','eip20',18,'0xcf67815cce72e682eb4429eca46843bed81ca739');
INSERT OR REPLACE INTO TokenEntity VALUES('gam3s-gg','ethereum','eip20',18,'0xcf67815cce72e682eb4429eca46843bed81ca739');
INSERT OR REPLACE INTO TokenEntity VALUES('gam3s-gg','arbitrum-one','eip20',18,'0xc24a365a870821eb83fd216c9596edd89479d8d7');
INSERT OR REPLACE INTO TokenEntity VALUES('gama-coin','xdc-network','xdc-network',18,'0x678adf7955d8f6dcaa9e2fcc1c5ba70bccc464e6');
INSERT OR REPLACE INTO TokenEntity VALUES('gama-token','xdc-network','xdc-network',18,'0x3a170c7c987f55c84f28733bfa27962d8cdd5d3b');
INSERT OR REPLACE INTO TokenEntity VALUES('game','ethereum','eip20',18,'0xb70835d7822ebb9426b56543e391846c107bd32c');
INSERT OR REPLACE INTO TokenEntity VALUES('game-bee','binance-smart-chain','eip20',18,'0xe6cf62bf8bc5bdb05be4dd9c57f8899df3741226');
INSERT OR REPLACE INTO TokenEntity VALUES('game-by-virtuals','base','eip20',18,'0x1c4cca7c5db003824208adda61bd749e55f463a3');
INSERT OR REPLACE INTO TokenEntity VALUES('game-coin','binance-smart-chain','eip20',9,'0xe9d78bf51ae04c7e1263a76ed89a65537b9ca903');
INSERT OR REPLACE INTO TokenEntity VALUES('game-fantasy-token','iotex','iotex',null,'0x17df9fbfc1cdab0f90eddc318c4f6fcada730cf2');
INSERT OR REPLACE INTO TokenEntity VALUES('game-stop','ethereum','eip20',9,'0xc56c7a0eaa804f854b536a5f3d5f49d2ec4b12b8');
INSERT OR REPLACE INTO TokenEntity VALUES('gamebitcoin-power','polygon-pos','eip20',18,'0xc2a7195cef4605bd80b949cd7eb1f7ad1566c850');
INSERT OR REPLACE INTO TokenEntity VALUES('gamebuild','ethereum','eip20',18,'0x825459139c897d769339f295e962396c4f9e4a4d');
INSERT OR REPLACE INTO TokenEntity VALUES('gamecredits','polygon-pos','eip20',18,'0x8d1566569d5b695d44a9a234540f68d393cdc40d');
INSERT OR REPLACE INTO TokenEntity VALUES('gamecredits','ethereum','eip20',18,'0x63f88a2298a5c4aee3c216aa6d926b184a4b2437');
INSERT OR REPLACE INTO TokenEntity VALUES('gamee','polygon-pos','eip20',18,'0xcf32822ff397ef82425153a9dcb726e5ff61dca7');
INSERT OR REPLACE INTO TokenEntity VALUES('gamee','binance-smart-chain','eip20',18,'0x84e9a6f9d240fdd33801f7135908bfa16866939a');
INSERT OR REPLACE INTO TokenEntity VALUES('gamee','the-open-network','the-open-network',null,'EQCqnhZndBGbwjPpV8K_8WOK58ZkQPXlS_bshau9DKWnAF-p');
INSERT OR REPLACE INTO TokenEntity VALUES('gamee','ethereum','eip20',18,'0xd9016a907dc0ecfa3ca425ab20b6b785b42f2373');
INSERT OR REPLACE INTO TokenEntity VALUES('gamefi','binance-smart-chain','eip20',18,'0x89af13a10b32f1b2f8d1588f93027f69b6f4e27e');
INSERT OR REPLACE INTO TokenEntity VALUES('gameflip','ethereum','eip20',18,'0x3a1bda28adb5b0a812a7cf10a1950c920f79bcd3');
INSERT OR REPLACE INTO TokenEntity VALUES('gamegpt','binance-smart-chain','eip20',18,'0xa1ed0bd9a4776830c5b7ba004f26427b71152ca5');
INSERT OR REPLACE INTO TokenEntity VALUES('gamegpt','ethereum','eip20',18,'0x943af2ece93118b973c95c2f698ee9d15002e604');
INSERT OR REPLACE INTO TokenEntity VALUES('gameness-token','binance-smart-chain','eip20',18,'0x53ffa52f358ccdb59c2a248d5d17ab91a32ab44d');
INSERT OR REPLACE INTO TokenEntity VALUES('gameology','binance-smart-chain','eip20',9,'0x4b71bd5e1db6cce4179e175a3a2033e4f17b7432');
INSERT OR REPLACE INTO TokenEntity VALUES('gamer','binance-smart-chain','eip20',18,'0xadca52302e0a6c2d5d68edcdb4ac75deb5466884');
INSERT OR REPLACE INTO TokenEntity VALUES('gamer-tag','base','eip20',18,'0x6967f0974d76d34e140cae27efea32cdf546b58e');
INSERT OR REPLACE INTO TokenEntity VALUES('gamer-tag','ethereum','eip20',18,'0x6967f0974d76d34e140cae27efea32cdf546b58e');
INSERT OR REPLACE INTO TokenEntity VALUES('gamercoin','binance-smart-chain','eip20',18,'0xbd7b8e4de08d9b01938f7ff2058f110ee1e0e8d4');
INSERT OR REPLACE INTO TokenEntity VALUES('gamercoin','ethereum','eip20',18,'0x728f30fa2f100742c7949d1961804fa8e0b1387d');
INSERT OR REPLACE INTO TokenEntity VALUES('gamerse','binance-smart-chain','eip20',18,'0xf93f6b686f4a6557151455189a9173735d668154');
INSERT OR REPLACE INTO TokenEntity VALUES('games-for-a-living','binance-smart-chain','eip20',18,'0x47c454ca6be2f6def6f32b638c80f91c9c3c5949');
INSERT OR REPLACE INTO TokenEntity VALUES('gamespad','binance-smart-chain','eip20',18,'0x9720ca160bbd4e7f3dd4bb3f8bd4227ca0342e63');
INSERT OR REPLACE INTO TokenEntity VALUES('gamestarter','binance-smart-chain','eip20',5,'0x66109633715d2110dda791e64a7b2afadb517abb');
INSERT OR REPLACE INTO TokenEntity VALUES('gamestarter','ethereum','eip20',5,'0xd567b5f02b9073ad3a982a099a23bf019ff11d1c');
INSERT OR REPLACE INTO TokenEntity VALUES('gamestation','polygon-pos','eip20',18,'0x3f6b3595ecf70735d3f48d69b09c4e4506db3f47');
INSERT OR REPLACE INTO TokenEntity VALUES('gamestation','binance-smart-chain','eip20',18,'0x3f6b3595ecf70735d3f48d69b09c4e4506db3f47');
INSERT OR REPLACE INTO TokenEntity VALUES('gameswap-org','ethereum','eip20',18,'0xaac41ec512808d64625576eddd580e7ea40ef8b2');
INSERT OR REPLACE INTO TokenEntity VALUES('gameswift','ethereum','eip20',18,'0x580e933d90091b9ce380740e3a4a39c67eb85b4c');
INSERT OR REPLACE INTO TokenEntity VALUES('gameswift','arbitrum-one','eip20',18,'0x580e933d90091b9ce380740e3a4a39c67eb85b4c');
INSERT OR REPLACE INTO TokenEntity VALUES('gamezone','binance-smart-chain','eip20',18,'0xb6adb74efb5801160ff749b1985fd3bd5000e938');
INSERT OR REPLACE INTO TokenEntity VALUES('gami-world','binance-smart-chain','eip20',6,'0x1236a887ef31b4d32e1f0a2b5e4531f52cec7e75');
INSERT OR REPLACE INTO TokenEntity VALUES('gamium','ethereum','eip20',18,'0x4b19c70da4c6fa4baa0660825e889d2f7eabc279');
INSERT OR REPLACE INTO TokenEntity VALUES('gamium','binance-smart-chain','eip20',18,'0x5b6bf0c7f989de824677cfbd507d9635965e9cd3');
INSERT OR REPLACE INTO TokenEntity VALUES('gamma-strategies','ethereum','eip20',18,'0x6bea7cfef803d1e3d5f7c0103f7ded065644e197');
INSERT OR REPLACE INTO TokenEntity VALUES('gammaswap','base','eip20',18,'0xc4d44c155f95fd4e94600d191a4a01bb571df7df');
INSERT OR REPLACE INTO TokenEntity VALUES('gammaswap','arbitrum-one','eip20',18,'0xb08d8becab1bf76a9ce3d2d5fa946f65ec1d3e83');
INSERT OR REPLACE INTO TokenEntity VALUES('gammaswap','ethereum','eip20',18,'0x64d3cae387405d91f7b0d91fb1d824a281719500');
INSERT OR REPLACE INTO TokenEntity VALUES('gapcoin','gapcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('garden-2','arbitrum-one','eip20',18,'0x86f65121804d2cdbef79f9f072d4e0c2eebabc08');
INSERT OR REPLACE INTO TokenEntity VALUES('garden-2','ethereum','eip20',18,'0x5eed99d066a8caf10f3e4327c1b3d8b673485eed');
INSERT OR REPLACE INTO TokenEntity VALUES('gari-network','solana','spl',9,'CKaKtYvz6dKPyMvYq9Rh3UBrnNqYZAyd7iF4hJtjUvks');
INSERT OR REPLACE INTO TokenEntity VALUES('garlicoin','binance-smart-chain','eip20',8,'0x7283dfa2d8d7e277b148cc263b5d8ae02f1076d3');
INSERT OR REPLACE INTO TokenEntity VALUES('garlicoin','ethereum','eip20',8,'0x58f7345b5295e43aa454911571f13be186655be9');
INSERT OR REPLACE INTO TokenEntity VALUES('gas','neo','neo',null,'602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7');
INSERT OR REPLACE INTO TokenEntity VALUES('gas-dao','ethereum','eip20',18,'0x6bba316c48b49bd1eac44573c5c871ff02958469');
INSERT OR REPLACE INTO TokenEntity VALUES('gasspas','ethereum','eip20',18,'0x774eaf7a53471628768dc679da945847d34b9a55');
INSERT OR REPLACE INTO TokenEntity VALUES('gata','binance-smart-chain','eip20',18,'0x46ee3bfc281d59009ccd06f1dd6abdbfcd82ffc3');
INSERT OR REPLACE INTO TokenEntity VALUES('gatechain-token','ethereum','eip20',18,'0xe66747a101bff2dba3697199dcce5b743b454759');
INSERT OR REPLACE INTO TokenEntity VALUES('gatsby','ethereum','eip20',18,'0xca7af58da871736994ce360f51ec6cd28351a3df');
INSERT OR REPLACE INTO TokenEntity VALUES('gavun-wud','polkadot','polkadot',10,'1000085');
INSERT OR REPLACE INTO TokenEntity VALUES('gearbox','ethereum','eip20',18,'0xba3335588d9403515223f109edc4eb7269a9ab5d');
INSERT OR REPLACE INTO TokenEntity VALUES('geeq','ethereum','eip20',18,'0x6b9f031d718dded0d681c20cb754f97b3bb81b78');
INSERT OR REPLACE INTO TokenEntity VALUES('geist-dai','fantom','eip20',18,'0x07e6332dd090d287d3489245038daf987955dcfb');
INSERT OR REPLACE INTO TokenEntity VALUES('geist-eth','fantom','eip20',18,'0x25c130b2624cf12a4ea30143ef50c5d68cefa22f');
INSERT OR REPLACE INTO TokenEntity VALUES('geist-ftm','fantom','eip20',18,'0x39b3bd37208cbade74d0fcbdbb12d606295b430a');
INSERT OR REPLACE INTO TokenEntity VALUES('geist-fusdt','fantom','eip20',6,'0x940f41f0ec9ba1a34cf001cc03347ac092f5f6b5');
INSERT OR REPLACE INTO TokenEntity VALUES('geist-usdc','fantom','eip20',6,'0xe578c856933d8e1082740bf7661e379aa2a30b26');
INSERT OR REPLACE INTO TokenEntity VALUES('geist-wbtc','fantom','eip20',8,'0x38aca5484b8603373acc6961ecd57a6a594510a3');
INSERT OR REPLACE INTO TokenEntity VALUES('gekko-ai','base','eip20',18,'0xf7b0dd0b642a6ccc2fc4d8ffe2bffb0cac8c43c8');
INSERT OR REPLACE INTO TokenEntity VALUES('gelato','fantom','eip20',18,'0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05');
INSERT OR REPLACE INTO TokenEntity VALUES('gelato','polygon-pos','eip20',18,'0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05');
INSERT OR REPLACE INTO TokenEntity VALUES('gelato','ethereum','eip20',18,'0x15b7c0c907e4c6b9adaaaabc300c08991d6cea05');
INSERT OR REPLACE INTO TokenEntity VALUES('gem-exchange-and-trading','ethereum','eip20',18,'0x4674672bcddda2ea5300f5207e1158185c944bc0');
INSERT OR REPLACE INTO TokenEntity VALUES('gemhub','kaia','eip20',18,'0x4836cc1f355bb2a61c210eaa0cd3f729160cd95e');
INSERT OR REPLACE INTO TokenEntity VALUES('gemini-2','solana','spl',6,'ARiZfq6dK19uNqxWyRudhbM2MswLyYhVUHdndGkffdGc');
INSERT OR REPLACE INTO TokenEntity VALUES('gemini-dollar','ethereum','eip20',2,'0x056fd409e1d7a124bd7017459dfea2f387b6d5cd');
INSERT OR REPLACE INTO TokenEntity VALUES('gems-2','ethereum','eip20',18,'0xc7bba5b765581efb2cdd2679db5bea9ee79b201f');
INSERT OR REPLACE INTO TokenEntity VALUES('gems-vip','ethereum','eip20',18,'0x3010ccb5419f1ef26d40a7cd3f0d707a0fa127dc');
INSERT OR REPLACE INTO TokenEntity VALUES('gemxbt','solana','spl',6,'68YY6KjfnmPuQubYkFTsmXGaF2FuwcxumWLFxb6cpump');
INSERT OR REPLACE INTO TokenEntity VALUES('genaro-network','ethereum','eip20',9,'0x6ec8a24cabdc339a06a172f8223ea557055adaa5');
INSERT OR REPLACE INTO TokenEntity VALUES('general-impressions','solana','spl',6,'Dzox5Ytp6ZU54h3uutcp4MXw3ZnBxR21H5Zx4r4qpump');
INSERT OR REPLACE INTO TokenEntity VALUES('genesis-shards','ethereum','eip20',18,'0xe0b9a2c3e9f40cf74b2c7f591b2b0cca055c3112');
INSERT OR REPLACE INTO TokenEntity VALUES('genesis-shards','binance-smart-chain','eip20',18,'0x9ba4c78b048eeed69f4ed3cfddeda7b51baf7ca8');
INSERT OR REPLACE INTO TokenEntity VALUES('genesis-worlds','polygon-pos','eip20',18,'0x51869836681bce74a514625c856afb697a013797');
INSERT OR REPLACE INTO TokenEntity VALUES('genesysgo-shadow','solana','spl',9,'SHDWyBxihqiCj6YekG2GUr7wqKLeLAMK1gHZck9pL6y');
INSERT OR REPLACE INTO TokenEntity VALUES('genie-protocol','binance-smart-chain','eip20',18,'0xfa139cc2f5c5b8c72309be8e63c3024d03b7e63c');
INSERT OR REPLACE INTO TokenEntity VALUES('genius-2','solana','spl',6,'24kAN3xiQZba11BrgEsM9qfcqkD9xM7fBxnizkENpump');
INSERT OR REPLACE INTO TokenEntity VALUES('genius-ai','binance-smart-chain','eip20',18,'0x614577036f0a024dbc1c88ba616b394dd65d105a');
INSERT OR REPLACE INTO TokenEntity VALUES('genius-ai','base','eip20',18,'0x614577036f0a024dbc1c88ba616b394dd65d105a');
INSERT OR REPLACE INTO TokenEntity VALUES('genius-ai','polygon-pos','eip20',18,'0x127e47aba094a9a87d084a3a93732909ff031419');
INSERT OR REPLACE INTO TokenEntity VALUES('genius-ai','ethereum','eip20',18,'0x614577036f0a024dbc1c88ba616b394dd65d105a');
INSERT OR REPLACE INTO TokenEntity VALUES('genomesdao','ethereum','eip20',18,'0x21413c119b0c11c5d96ae1bd328917bc5c8ed67e');
INSERT OR REPLACE INTO TokenEntity VALUES('genomesdao','polygon-pos','eip20',18,'0x34667ed7c36cbbbf2d5d5c5c8d6eb76a094edb9f');
INSERT OR REPLACE INTO TokenEntity VALUES('genomesdao-genome','base','eip20',18,'0x1db0c569ebb4a8b57ac01833b9792f526305e062');
INSERT OR REPLACE INTO TokenEntity VALUES('genomesdao-genome','ethereum','eip20',18,'0x7ae4f8885f6cfa41a692cb9da3789cfa6a83e9f2');
INSERT OR REPLACE INTO TokenEntity VALUES('genopets','solana','spl',9,'GENEtH5amGSi8kHAtQoezp1XEXwZJ8vcuePYnXdKrMYz');
INSERT OR REPLACE INTO TokenEntity VALUES('genopets','binance-smart-chain','eip20',18,'0x9df465460938f9ebdf51c38cc87d72184471f8f0');
INSERT OR REPLACE INTO TokenEntity VALUES('genshiro','binance-smart-chain','eip20',18,'0x2cd14cba3f26254beed1d78158cd2b6f91809600');
INSERT OR REPLACE INTO TokenEntity VALUES('gensokishis-metaverse','polygon-pos','eip20',18,'0xa3c322ad15218fbfaed26ba7f616249f7705d945');
INSERT OR REPLACE INTO TokenEntity VALUES('geodnet','polygon-pos','eip20',18,'0xac0f66379a6d7801d7726d5a943356a172549adb');
INSERT OR REPLACE INTO TokenEntity VALUES('geojam','ethereum','eip20',18,'0x23894dc9da6c94ecb439911caf7d337746575a72');
INSERT OR REPLACE INTO TokenEntity VALUES('georgeplaysclashroyale','solana','spl',6,'6nR8wBnfsmXfcdDr1hovJKjvFQxNSidN6XFyfAFZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('gertrudedatapig','base','eip20',18,'0xf8f97a79a3fa77104fab4814e3ed93899777de0d');
INSERT OR REPLACE INTO TokenEntity VALUES('get-token','ethereum','eip20',18,'0x8a854288a5976036a725879164ca3e91d30c6a1b');
INSERT OR REPLACE INTO TokenEntity VALUES('get-token','polygon-pos','eip20',18,'0xdb725f82818de83e99f1dac22a9b5b51d3d04dd4');
INSERT OR REPLACE INTO TokenEntity VALUES('geyser','ethereum','eip20',18,'0xbea98c05eeae2f3bc8c3565db7551eb738c8ccab');
INSERT OR REPLACE INTO TokenEntity VALUES('geyser','polygon-pos','eip20',18,'0xc48f61a288a08f1b80c2edd74652e1276b6a168c');
INSERT OR REPLACE INTO TokenEntity VALUES('gg-metagame','ethereum','eip20',18,'0x76aab5fd2243d99eac92d4d9ebf23525d3ace4ec');
INSERT OR REPLACE INTO TokenEntity VALUES('gg-token','ethereum','eip20',18,'0xfa99a87b14b02e2240c79240c5a20f945ca5ef76');
INSERT OR REPLACE INTO TokenEntity VALUES('gg-token','polygon-pos','eip20',18,'0x49b1be61a8ca3f9a9f178d6550e41e00d9162159');
INSERT OR REPLACE INTO TokenEntity VALUES('ggez1','solana','spl',9,'5cerJBJD7q3xfi24JVxSoP8AqeavuUatJtrfrXVokZR3');
INSERT OR REPLACE INTO TokenEntity VALUES('ggez1','binance-smart-chain','eip20',18,'0xec29c09208eb99e22c81b797679a69bcf55461cf');
INSERT OR REPLACE INTO TokenEntity VALUES('ghibli-kapibala','solana','spl',6,'9WyRszmxLf1e9nWAVf4p7j7S2ektkLu74PTLVVKLpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ghiblification','solana','spl',6,'4TBi66vi32S7J8X1A6eWfaLHYmUXu7CStcEmsJQdpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ghkan','solana','spl',6,'Exw8YLyWbZfF9KTVhemcJrkSr7abUQCa7mLowgj3x9EC');
INSERT OR REPLACE INTO TokenEntity VALUES('gho','ethereum','eip20',18,'0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f');
INSERT OR REPLACE INTO TokenEntity VALUES('ghost-by-mcafee','ghost-by-mcafee','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('gib-2','solana','spl',6,'6kcRgyKxphwrRHaTWrSAZGaCpaMJKQCFsAtMtWnppump');
INSERT OR REPLACE INTO TokenEntity VALUES('gib-3','solana','spl',6,'6FtbGaqgZzti1TxJksBV4PSya5of9VqA9vJNDxPwbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('gibx-swap','binance-smart-chain','eip20',18,'0xae28714390e95b8df1ef847c58aeac23ed457702');
INSERT OR REPLACE INTO TokenEntity VALUES('gictrade','gictrade','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('giddy','polygon-pos','eip20',18,'0x67eb41a14c0fe5cd701fc9d5a3d6597a72f641a6');
INSERT OR REPLACE INTO TokenEntity VALUES('gif-dao','tezos','tezos',null,'KT1XTxpQvo7oRCqp85LikEZgAZ22uDxhbWJv');
INSERT OR REPLACE INTO TokenEntity VALUES('giftedhands','binance-smart-chain','eip20',18,'0xfdfd27ae39cebefdbaac8615f18aa68ddd0f15f5');
INSERT OR REPLACE INTO TokenEntity VALUES('giftedhands','ethereum','eip20',18,'0x3b544e6fcf6c8dce9d8b45a4fdf21c9b02f9fda9');
INSERT OR REPLACE INTO TokenEntity VALUES('gifto','ethereum','eip20',5,'0xc5bbae50781be1669306b9e001eff57a2957b09d');
INSERT OR REPLACE INTO TokenEntity VALUES('gigabrain-by-virtuals','base','eip20',18,'0xce1eab31756a48915b7e7bb79c589835aac6242d');
INSERT OR REPLACE INTO TokenEntity VALUES('gigachad-2','solana','spl',5,'63LfDmNb3MQ8mw9MtZ2To9bEA2M71kZUUGq5tiJxcqj9');
INSERT OR REPLACE INTO TokenEntity VALUES('giggle-fund','binance-smart-chain','eip20',18,'0x20d6015660b3fe52e6690a889b5c51f69902ce0e');
INSERT OR REPLACE INTO TokenEntity VALUES('giko-cat','solana','spl',9,'3WPep4ufaToK1aS5s8BL9inzeUrt4DYaQCiic6ZkkC1U');
INSERT OR REPLACE INTO TokenEntity VALUES('ginger-gang','solana','spl',6,'FLBtJfNcPXsUvyFhUHtsFVmSGjw4YJLSWazdcmCVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ginnan-the-cat','solana','spl',6,'GinNabffZL4fUj9Vactxha74GDAW8kDPGaHqMtMzps2f');
INSERT OR REPLACE INTO TokenEntity VALUES('ginza-network','binance-smart-chain','eip20',18,'0x32d7da6a7cf25ed1b86e1b0ee9a62b0252d46b16');
INSERT OR REPLACE INTO TokenEntity VALUES('gitcoin','ethereum','eip20',18,'0xde30da39c46104798bb5aa3fe8b9e0e1f348163f');
INSERT OR REPLACE INTO TokenEntity VALUES('giza','base','eip20',18,'0x590830dfdf9a3f68afcdde2694773debdf267774');
INSERT OR REPLACE INTO TokenEntity VALUES('giza','ethereum','eip20',18,'0x590830dfdf9a3f68afcdde2694773debdf267774');
INSERT OR REPLACE INTO TokenEntity VALUES('gleec-coin','gleec-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('glidr','binance-smart-chain','eip20',18,'0xc2b1ddb75046c4915c641cc0dc0d0f160ef82be5');
INSERT OR REPLACE INTO TokenEntity VALUES('glitch-protocol','polygon-pos','eip20',18,'0xbe5cf150e1ff59ca7f2499eaa13bfc40aae70e78');
INSERT OR REPLACE INTO TokenEntity VALUES('glitch-protocol','ethereum','eip20',18,'0x038a68ff68c393373ec894015816e33ad41bd564');
INSERT OR REPLACE INTO TokenEntity VALUES('glitch-protocol','binance-smart-chain','eip20',18,'0xf0902eb0049a4003793bab33f3566a22d2834442');
INSERT OR REPLACE INTO TokenEntity VALUES('glitzkoin','stellar','stellar',7,'GTN-GARFMAHQM4JDI55SK2FGEPLOZU7BTEODS3Y5QNT3VMQQIU3WV2HTBA46');
INSERT OR REPLACE INTO TokenEntity VALUES('global-coin-research','ethereum','eip20',4,'0x6307b25a665efc992ec1c1bc403c38f3ddd7c661');
INSERT OR REPLACE INTO TokenEntity VALUES('global-coin-research','polygon-pos','eip20',4,'0xa69d14d6369e414a32a5c7e729b7afbafd285965');
INSERT OR REPLACE INTO TokenEntity VALUES('global-commercial-business','binance-smart-chain','eip20',18,'0x84f70be4deb029d5f8aacbeacc74c4dc10737342');
INSERT OR REPLACE INTO TokenEntity VALUES('global-commercial-business','tron','tron',null,'TPN3AXU6GH9abi7xKchewq4jTuSFLGjq5i');
INSERT OR REPLACE INTO TokenEntity VALUES('global-social-chain','ethereum','eip20',18,'0x228ba514309ffdf03a81a205a6d040e429d6e80c');
INSERT OR REPLACE INTO TokenEntity VALUES('globalboost','globalboost','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('globalchainz','globalchainz','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('globe-derivative-exchange','ethereum','eip20',8,'0xc67b12049c2d0cf6e476bc64c7f82fc6c63cffc5');
INSERT OR REPLACE INTO TokenEntity VALUES('globiance-exchange','xdc-network','xdc-network',null,'xdc34514748f86a8da01ef082306b6d6e738f777f5a');
INSERT OR REPLACE INTO TokenEntity VALUES('gloria-ai','base','eip20',18,'0x3b313f5615bbd6b200c71f84ec2f677b94df8674');
INSERT OR REPLACE INTO TokenEntity VALUES('glorious-looking','binance-smart-chain','eip20',18,'0xc0edcddd6d5417c22467e3d5642efa1820e454f8');
INSERT OR REPLACE INTO TokenEntity VALUES('gluteus-maximus-by-virtuals','base','eip20',18,'0x06a63c498ef95ad1fa4fff841955e512b4b2198a');
INSERT OR REPLACE INTO TokenEntity VALUES('gluteus-maximus-by-virtuals','ethereum','eip20',18,'0x7a78c790250fef60ce7e8ef85557d67cc4216a52');
INSERT OR REPLACE INTO TokenEntity VALUES('gluteus-maximus-by-virtuals','solana','spl',8,'mMykZc4tun2kFNgxbd7WiApAoGEaX8bxFuHjxzjnkrV');
INSERT OR REPLACE INTO TokenEntity VALUES('gm','ethereum','eip20',9,'0xbc7250c8c3eca1dfc1728620af835fca489bfdf3');
INSERT OR REPLACE INTO TokenEntity VALUES('gme','solana','spl',9,'8wXtPeU6557ETkp9WHFY1n1EcU6NxDvbAggHGsMYiHsB');
INSERT OR REPLACE INTO TokenEntity VALUES('gmeow','aptos','aptos',8,'0x4497d70897762eb540280f1d90a17661f30239ffb1bfc8a0bd4db7d44dfab77a');
INSERT OR REPLACE INTO TokenEntity VALUES('gmika','solana','spl',6,'HtCqD3o5aF1RXcyGi6AW11PoB3bZmFdA8kvVyhJrpump');
INSERT OR REPLACE INTO TokenEntity VALUES('gmt-token','ethereum','eip20',18,'0x7ddc52c4de30e94be3a6a0a2b259b2850f421989');
INSERT OR REPLACE INTO TokenEntity VALUES('gmx','avalanche','eip20',18,'0x62edc0692bd897d2295872a9ffcac5425011c661');
INSERT OR REPLACE INTO TokenEntity VALUES('gmx','arbitrum-one','eip20',18,'0xfc5a1a6eb076a2c7ad06ed22c90d7e710e35ad0a');
INSERT OR REPLACE INTO TokenEntity VALUES('gnosis','arbitrum-one','eip20',18,'0xa0b862f60edef4452f25b4160f177db44deb6cf1');
INSERT OR REPLACE INTO TokenEntity VALUES('gnosis','gnosis','eip20',18,'0x9c58bacc331c9aa871afd802db6379a98e80cedb');
INSERT OR REPLACE INTO TokenEntity VALUES('gnosis','ethereum','eip20',18,'0x6810e776880c02933d47db1b9fc05908e5386b96');
INSERT OR REPLACE INTO TokenEntity VALUES('gnosis-xdai-bridged-usdc-gnosis','xdai','xdai',6,'0xddafbb505ad214d7b80b1f830fccc89b60fb7a83');
INSERT OR REPLACE INTO TokenEntity VALUES('gnosis-xdai-bridged-usdt-gnosis','xdai','xdai',6,'0x4ecaba5870353805a9f068101a40e0f32ed605c6');
INSERT OR REPLACE INTO TokenEntity VALUES('gnosis-xdai-bridged-weth-gnosis-chain','xdai','xdai',18,'0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1');
INSERT OR REPLACE INTO TokenEntity VALUES('gny','ethereum','eip20',18,'0xb1f871ae9462f1b2c6826e88a7827e76f86751d4');
INSERT OR REPLACE INTO TokenEntity VALUES('gny','binance-smart-chain','eip20',18,'0xe4a4ad6e0b773f47d28f548742a23efd73798332');
INSERT OR REPLACE INTO TokenEntity VALUES('goask','ethereum','eip20',18,'0xbfd9fe9f991566c61c7c59a633d00743e5f9461c');
INSERT OR REPLACE INTO TokenEntity VALUES('goat-network','binance-smart-chain','eip20',18,'0x5d7909f951436d4e6974d841316057df3a622962');
INSERT OR REPLACE INTO TokenEntity VALUES('goatcoin-2','solana','spl',6,'GNHW5JetZmW85vAU35KyoDcYoSd3sNWtx5RPMTDJpump');
INSERT OR REPLACE INTO TokenEntity VALUES('goats-2','the-open-network','the-open-network',9,'EQC2CUQqMJuVkO_ioXE9MvW9ckNBuxqFB7Xce7BgwFnWagem');
INSERT OR REPLACE INTO TokenEntity VALUES('goatseus-maximus','solana','spl',6,'CzLSujWBLFsSjncfkh59rUFqvafWcY5tzedWJSuypump');
INSERT OR REPLACE INTO TokenEntity VALUES('gochain','gochain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('gochujangcoin','base','eip20',18,'0x9aaae745cf2830fb8ddc6248b17436dc3a5e701c');
INSERT OR REPLACE INTO TokenEntity VALUES('godcoin-2','ethereum','eip20',18,'0xb5130f4767ab0acc579f25a76e8f9e977cb3f948');
INSERT OR REPLACE INTO TokenEntity VALUES('gods-unchained','ethereum','eip20',18,'0xccc8cb5229b0ac8069c51fd58367fd1e622afd97');
INSERT OR REPLACE INTO TokenEntity VALUES('godzilla','binance-smart-chain','eip20',9,'0xda4714fee90ad7de50bc185ccd06b175d23906c1');
INSERT OR REPLACE INTO TokenEntity VALUES('gogolcoin','ethereum','eip20',4,'0x083d41d6dd21ee938f0c055ca4fb12268df0efac');
INSERT OR REPLACE INTO TokenEntity VALUES('gogopool-ggavax','avalanche','eip20',18,'0xa25eaf2906fa1a3a13edac9b9657108af7b703e3');
INSERT OR REPLACE INTO TokenEntity VALUES('gohome','solana','spl',6,'2Wu1g2ft7qZHfTpfzP3wLdfPeV1is4EwQ3CXBfRYAciD');
INSERT OR REPLACE INTO TokenEntity VALUES('gold-dao','internet-computer','internet-computer',8,'tyyy3-4aaaa-aaaaq-aab7a-cai');
INSERT OR REPLACE INTO TokenEntity VALUES('gold-fever-native-gold','ethereum','eip20',18,'0x2653891204f463fb2a2f4f412564b19e955166ae');
INSERT OR REPLACE INTO TokenEntity VALUES('gold-fever-native-gold','binance-smart-chain','eip20',18,'0x0f5d8cd195a4539bcf2ec6118c6da50287c6d5f5');
INSERT OR REPLACE INTO TokenEntity VALUES('goldcoin','goldcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('golden-ball','binance-smart-chain','eip20',9,'0x52eb6c887a4691f10bee396778603927c23be1fc');
INSERT OR REPLACE INTO TokenEntity VALUES('golden-doge','binance-smart-chain','eip20',9,'0xa53e61578ff54f1ad70186be99332a6e20b6ffa9');
INSERT OR REPLACE INTO TokenEntity VALUES('golden-token','ethereum','eip20',18,'0x34d6a0f5c2f5d0082141fe73d93b9dd00ca7ce11');
INSERT OR REPLACE INTO TokenEntity VALUES('goldencat','binance-smart-chain','eip20',9,'0x4f7ea8f6487a7007ca054f35c4a7b961f5b18961');
INSERT OR REPLACE INTO TokenEntity VALUES('goldfinch','ethereum','eip20',18,'0xdab396ccf3d84cf2d07c4454e10c8a6f5b008d2b');
INSERT OR REPLACE INTO TokenEntity VALUES('goldminer','binance-smart-chain','eip20',18,'0xe2604c9561d490624aa35e156e65e590eb749519');
INSERT OR REPLACE INTO TokenEntity VALUES('goldn','base','eip20',18,'0x52d0ac6a76da6e4a5168a60c423f7ff0285534b1');
INSERT OR REPLACE INTO TokenEntity VALUES('golem','ethereum','eip20',18,'0x7dd9c5cba05e151c895fde1cf355c9a1d5da6429');
INSERT OR REPLACE INTO TokenEntity VALUES('golff','ethereum','eip20',18,'0x488e0369f9bc5c40c002ea7c1fe4fd01a198801c');
INSERT OR REPLACE INTO TokenEntity VALUES('gomble','binance-smart-chain','eip20',18,'0xd8002d4bd1d50136a731c141e3206d516e6d3b3d');
INSERT OR REPLACE INTO TokenEntity VALUES('good-games-guild','binance-smart-chain','eip20',18,'0xd8047afecb86e44eff3add991b9f063ed4ca716b');
INSERT OR REPLACE INTO TokenEntity VALUES('goodboy','solana','spl',6,'4DNcAxMMhWffAy5WTiJyxoCnMMkeXzrcw2RXJrakr7ym');
INSERT OR REPLACE INTO TokenEntity VALUES('goofy-2','solana','spl',6,'CVNb8Bg7wCrtNTFniaJvxjyFW2cKcoRjKt71Af67pump');
INSERT OR REPLACE INTO TokenEntity VALUES('gooncoin','solana','spl',9,'ENfpbQUM5xAnNP8ecyEQGFJ6KwbuPjMwv7ZjR29cDuAb');
INSERT OR REPLACE INTO TokenEntity VALUES('goose-finance','binance-smart-chain','eip20',18,'0xf952fc3ca7325cc27d15885d37117676d25bfda6');
INSERT OR REPLACE INTO TokenEntity VALUES('goosefx','solana','spl',9,'GFX1ZjR2P15tmrSwow6FjyDYcEkoFb4p4gJCpLBjaxHD');
INSERT OR REPLACE INTO TokenEntity VALUES('goplus-security','base','eip20',null,'0x0c1dc73159e30c4b06170f2593d3118968a0dca5');
INSERT OR REPLACE INTO TokenEntity VALUES('gorbagana','solana','spl',6,'71Jvq4Epe2FCJ7JFSF7jLXdNk1Wy4Bhqd9iL6bEFELvg');
INSERT OR REPLACE INTO TokenEntity VALUES('gorilla-3','binance-smart-chain','eip20',18,'0xcf640fdf9b3d9e45cbd69fda91d7e22579c14444');
INSERT OR REPLACE INTO TokenEntity VALUES('gotem','binance-smart-chain','eip20',18,'0xa5fbc3520dd4bb85fcd175e1e3b994546a2c1ee8');
INSERT OR REPLACE INTO TokenEntity VALUES('gotti-token','solana','spl',9,'FoAnSCG6CcqTq2rsTi58yyYBNk1HgsbLzS6b1kTP2ACL');
INSERT OR REPLACE INTO TokenEntity VALUES('gourmetgalaxy','ethereum','eip20',18,'0x4f5fa8f2d12e5eb780f6082dd656c565c48e0f24');
INSERT OR REPLACE INTO TokenEntity VALUES('gourmetgalaxy','binance-smart-chain','eip20',18,'0xc53708664b99df348dd27c3ac0759d2da9c40462');
INSERT OR REPLACE INTO TokenEntity VALUES('gout','binance-smart-chain','eip20',18,'0xf86af2fbcf6a0479b21b1d3a4af3893f63207fe7');
INSERT OR REPLACE INTO TokenEntity VALUES('governance-ohm','ethereum','eip20',18,'0x0ab87046fbb341d058f17cbc4c1133f25a20a52f');
INSERT OR REPLACE INTO TokenEntity VALUES('governance-ohm','arbitrum-one','eip20',18,'0x8d9ba570d6cb60c7e3e0f31343efe75ab8e65fb1');
INSERT OR REPLACE INTO TokenEntity VALUES('governance-ohm','avalanche','eip20',18,'0x321e7092a180bb43555132ec53aaa65a5bf84251');
INSERT OR REPLACE INTO TokenEntity VALUES('governance-ohm','polygon-pos','eip20',18,'0xd8ca34fd379d9ca3c6ee3b3905678320f5b45195');
INSERT OR REPLACE INTO TokenEntity VALUES('governance-ohm','fantom','eip20',18,'0x91fa20244fb509e8289ca630e5db3e9166233fdc');
INSERT OR REPLACE INTO TokenEntity VALUES('governance-zil','governance-zil','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('governor-dao','ethereum','eip20',18,'0x515d7e9d75e2b76db60f8a051cd890eba23286bc');
INSERT OR REPLACE INTO TokenEntity VALUES('govi','polygon-pos','eip20',18,'0x43df9c0a1156c96cea98737b511ac89d0e2a1f46');
INSERT OR REPLACE INTO TokenEntity VALUES('govi','ethereum','eip20',18,'0xeeaa40b28a2d1b0b08f6f97bb1dd4b75316c6107');
INSERT OR REPLACE INTO TokenEntity VALUES('gowithmi','ethereum','eip20',18,'0xb13de094cc5cee6c4cc0a3737bf0290166d9ca5d');
INSERT OR REPLACE INTO TokenEntity VALUES('goztepe-s-k-fan-token','chiliz','chiliz',null,'0x02b7031e808dbed9b934e8e43beeef0922386ef4');
INSERT OR REPLACE INTO TokenEntity VALUES('gpu-ai-rich','solana','spl',6,'GRQfnwWyhd4qeJqUVCZo9ku61p3YN7MWCCk8vBXnpump');
INSERT OR REPLACE INTO TokenEntity VALUES('grabway','binance-smart-chain','eip20',18,'0x6d8058cdaa406ea4924d47b48f2ef5f18d35637c');
INSERT OR REPLACE INTO TokenEntity VALUES('gradient','ethereum','eip20',18,'0xa776a95223c500e81cb0937b291140ff550ac3e4');
INSERT OR REPLACE INTO TokenEntity VALUES('gradients','bittensor','bittensor',null,'56');
INSERT OR REPLACE INTO TokenEntity VALUES('grai','ethereum','eip20',18,'0x15f74458ae0bfdaa1a96ca1aa779d715cc1eefe4');
INSERT OR REPLACE INTO TokenEntity VALUES('gram-2','the-open-network','the-open-network',9,'EQC47093oX5Xhb0xuk2lCr2RhS8rj-vul61u4W2UH5ORmG_O');
INSERT OR REPLACE INTO TokenEntity VALUES('grape-2','solana','spl',6,'8upjSpvjcdpuzhfR1zriwg5NXkwDruejqNE9WNbPRtyA');
INSERT OR REPLACE INTO TokenEntity VALUES('grape-2-2','ethereum','eip20',18,'0xec70ff4a5b09110e4d20ada4f2db4a86ec61fac6');
INSERT OR REPLACE INTO TokenEntity VALUES('grape-finance','avalanche','eip20',18,'0x5541d83efad1f281571b343977648b75d95cdac2');
INSERT OR REPLACE INTO TokenEntity VALUES('graphai','base','eip20',18,'0x3489256febdb1dc930dc3743617ad387cd6d3568');
INSERT OR REPLACE INTO TokenEntity VALUES('graphite','bittensor','bittensor',null,'43');
INSERT OR REPLACE INTO TokenEntity VALUES('graphite-protocol','solana','spl',9,'31k88G5Mq7ptbRDf3AM13HAq6wRQHXHikR8hik7wPygk');
INSERT OR REPLACE INTO TokenEntity VALUES('graphlinq-protocol','ethereum','eip20',18,'0x9f9c8ec3534c3ce16f928381372bfbfbfb9f4d24');
INSERT OR REPLACE INTO TokenEntity VALUES('grass','solana','spl',9,'Grass7B4RdKfBCjTKgSqnXkqjwiGvQyFbuSCUJr3XXjs');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','solana','spl',8,'nVZnRKdr3pmcgnJvYDE8iafgiMiBqxiffQMcyv5ETdA');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','avalanche','eip20',18,'0x4e720dd3ac5cfe1e1fbde4935f386bb1c66f4642');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','osmosis','osmosis',null,'ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','binance-smart-chain','eip20',18,'0x64d5baf5ac030e2b7c435add967f787ae94d0205');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','polygon-pos','eip20',18,'0xf480f38c366daac4305dc484b2ad7a496ff00cea');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','gnosis','eip20',18,'0x6ab6d61428fde76768d7b45d8bfeec19c6ef91a8');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','huobi-token','huobi-token',null,'0x922d641a426dcffaef11680e5358f34d97d112e1');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','fantom','eip20',18,'0xc1be9a4d5d45beeacae296a7bd5fadbfc14602c4');
INSERT OR REPLACE INTO TokenEntity VALUES('graviton','ethereum','eip20',18,'0x01e0e2e61f554ecaaec0cc933e739ad90f24a86d');
INSERT OR REPLACE INTO TokenEntity VALUES('grdm','binance-smart-chain','eip20',18,'0xdc5d7f9e812d7575239bb03ab3823416fff04444');
INSERT OR REPLACE INTO TokenEntity VALUES('great-bounty-dealer','tron','eip20',18,'TQVYB4Qpta355uBFWni2tQKyr2GYXswTbR');
INSERT OR REPLACE INTO TokenEntity VALUES('great-bounty-dealer','binance-smart-chain','eip20',18,'0xdf7434d15656809f56dd17371b2339baacd9b494');
INSERT OR REPLACE INTO TokenEntity VALUES('green','ethereum','eip20',8,'0xb2089a7069861c8d90c8da3aacab8e9188c0c531');
INSERT OR REPLACE INTO TokenEntity VALUES('green-beli','binance-smart-chain','eip20',18,'0x5ca4e7294b14ea5745ee2a688990e0cb68503219');
INSERT OR REPLACE INTO TokenEntity VALUES('green-dildo-coin','ethereum','eip20',18,'0x4c3e9772698084b00b413106723e700797921c6b');
INSERT OR REPLACE INTO TokenEntity VALUES('green-planet','binance-smart-chain','eip20',18,'0xb3cb6d2f8f2fde203a022201c81a96c167607f15');
INSERT OR REPLACE INTO TokenEntity VALUES('green-satoshi-token','solana','spl',9,'AFbX8oGjGpmVFywbVouvhQSRmiW2aR1mohfahi4Y2AdB');
INSERT OR REPLACE INTO TokenEntity VALUES('green-satoshi-token-bsc','binance-smart-chain','eip20',8,'0x4a2c860cec6471b9f5f5a336eb4f38bb21683c98');
INSERT OR REPLACE INTO TokenEntity VALUES('green-shiba-inu','binance-smart-chain','eip20',18,'0xc9ad37e9baf41377540df5a77831db98c1915128');
INSERT OR REPLACE INTO TokenEntity VALUES('greenheart-cbd','binance-smart-chain','eip20',18,'0x0e2b41ea957624a314108cc4e33703e9d78f4b3c');
INSERT OR REPLACE INTO TokenEntity VALUES('greentrust','binance-smart-chain','eip20',18,'0xf750a26eb0acf95556e8529e72ed530f3b60f348');
INSERT OR REPLACE INTO TokenEntity VALUES('greenzonex','tron','eip20',18,'TFQG8ctrZJdiGokXZ2Jznd9M9Vv9nNhY3N');
INSERT OR REPLACE INTO TokenEntity VALUES('greenzonex','xrp','xrp',null,'rNgsoCk6mjBq5jcqitBpg1gdfYhKajXsM2');
INSERT OR REPLACE INTO TokenEntity VALUES('gridcoin-research','gridcoin-research','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('griffain','solana','spl',6,'KENJSUYLASHUMfHyy5o4Hp2FdNqZg1AsUPhfH2kYvEP');
INSERT OR REPLACE INTO TokenEntity VALUES('griffain-new-hedge-fund','solana','spl',6,'7h5AzpYTAnh4Gyux8Gqko5Fvx4AYQBZdkzHZ2CsBudvJ');
INSERT OR REPLACE INTO TokenEntity VALUES('griffin-ai','binance-smart-chain','eip20',18,'0xacf5a368ec5bb9e804c8ac0b508daa5a21c92e13');
INSERT OR REPLACE INTO TokenEntity VALUES('grin','grin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('grippy','base','eip20',18,'0x24f883b8157956101bb6a52eff94d3ae8188e890');
INSERT OR REPLACE INTO TokenEntity VALUES('grix','arbitrum-one','eip20',18,'0x812f2d5ff6088ed7a655567dbcdf0d42cf07ca38');
INSERT OR REPLACE INTO TokenEntity VALUES('groestlcoin','groestlcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('grok-2','ethereum','eip20',9,'0x8390a1da07e376ef7add4be859ba74fb83aa02d5');
INSERT OR REPLACE INTO TokenEntity VALUES('grove','ethereum','eip20',8,'0xf33893de6eb6ae9a67442e066ae9abd228f5290c');
INSERT OR REPLACE INTO TokenEntity VALUES('grove','binance-smart-chain','eip20',8,'0xf33893de6eb6ae9a67442e066ae9abd228f5290c');
INSERT OR REPLACE INTO TokenEntity VALUES('grumpy-cat-coin','solana','spl',9,'GRUmPYbiTpq9ZPy5LAqBMMze7kErf5dEX2i9qYfwoSmR');
INSERT OR REPLACE INTO TokenEntity VALUES('gsenetwork','ethereum','eip20',4,'0xe530441f4f73bdb6dc2fa5af7c3fc5fd551ec838');
INSERT OR REPLACE INTO TokenEntity VALUES('gstcoin','gstcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('gt-protocol','binance-smart-chain','eip20',18,'0x003d87d02a2a01e9e8a20f507c83e15dd83a33d1');
INSERT OR REPLACE INTO TokenEntity VALUES('guacamole','solana','spl',null,'AZsHEMXd36Bj1EMNXhowJajpUXzrKcK57wW4ZGXVa7yR');
INSERT OR REPLACE INTO TokenEntity VALUES('guanciale','base','eip20',18,'0xcc0adb6c436eb1f65b2f27733bf926691b94c5f1');
INSERT OR REPLACE INTO TokenEntity VALUES('guapcoin','guapcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('guardian-token','binance-smart-chain','eip20',18,'0xf606bd19b1e61574ed625d9ea96c841d4e247a32');
INSERT OR REPLACE INTO TokenEntity VALUES('guardians-of-the-spark','avalanche','eip20',18,'0x66584240143bb36b59065342b3eecac06876ec11');
INSERT OR REPLACE INTO TokenEntity VALUES('gud-tech','base','eip20',18,'0xa608512bbc9934e4b1ddecf0f5fb38b6ad93308d');
INSERT OR REPLACE INTO TokenEntity VALUES('gud-tech','ethereum','eip20',18,'0xa608512bbc9934e4b1ddecf0f5fb38b6ad93308d');
INSERT OR REPLACE INTO TokenEntity VALUES('gui-inu','aptos','aptos',6,'0xe4ccb6d39136469f376242c31b34d10515c8eaaa38092f804db8e08a8f53c5b2::assets_v1::EchoCoin002');
INSERT OR REPLACE INTO TokenEntity VALUES('guild-of-guardians','ethereum','eip20',18,'0x9ab7bb7fdc60f4357ecfef43986818a2a3569c62');
INSERT OR REPLACE INTO TokenEntity VALUES('guildfi','ethereum','eip20',18,'0xaaef88cea01475125522e117bfe45cf32044e238');
INSERT OR REPLACE INTO TokenEntity VALUES('gulfcoin-2','binance-smart-chain','eip20',18,'0x014a087b646bd90e7dcead3993f49eb1f4b5f30a');
INSERT OR REPLACE INTO TokenEntity VALUES('gunstar-metaverse','binance-smart-chain','eip20',18,'0x7edc0ec89f987ecd85617b891c44fe462a325869');
INSERT OR REPLACE INTO TokenEntity VALUES('guru','ethereum','eip20',18,'0xaa7d24c3e14491abac746a98751a4883e9b70843');
INSERT OR REPLACE INTO TokenEntity VALUES('guzzler','ethereum','eip20',18,'0x9f4909cc95fb870bf48c128c1fdbb5f482797632');
INSERT OR REPLACE INTO TokenEntity VALUES('gvnr','ethereum','eip20',18,'0xfc60fc0145d7330e5abcfc52af7b043a1ce18e7d');
INSERT OR REPLACE INTO TokenEntity VALUES('gxchain','gxchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('gyat-coin','solana','spl',null,'EfgEGG9PxLhyk1wqtqgGnwgfVC7JYic3vC9BCWLvpump');
INSERT OR REPLACE INTO TokenEntity VALUES('gyen','ethereum','eip20',6,'0xc08512927d12348f6620a698105e1baac6ecd911');
INSERT OR REPLACE INTO TokenEntity VALUES('gyroscope-gyd','ethereum','eip20',18,'0xe07f9d810a48ab5c3c914ba3ca53af14e4491e8a');
INSERT OR REPLACE INTO TokenEntity VALUES('h1dr4-by-virtuals','base','eip20',18,'0x83abfc4beec2ecf12995005d751a42df691c09c1');
INSERT OR REPLACE INTO TokenEntity VALUES('h2o-dao','binance-smart-chain','eip20',18,'0xaf3287cae99c982586c07401c0d911bf7de6cd82');
INSERT OR REPLACE INTO TokenEntity VALUES('h4ck-terminal-by-virtuals','base','eip20',18,'0x625bb9bb04bdca51871ed6d07e2dd9034e914631');
INSERT OR REPLACE INTO TokenEntity VALUES('habibi-sol','solana','spl',6,'864YJRb3JAVARC4FNuDtPKFxdEsYRbB39Nwxkzudxy46');
INSERT OR REPLACE INTO TokenEntity VALUES('habitat-2','solana','spl',9,'2Bwbeh361ywi1PpypDHabDb8VphNKCQt9ht2CRzFsYAE');
INSERT OR REPLACE INTO TokenEntity VALUES('hachikoinu','ethereum','eip20',18,'0xf32aa187d5bc16a2c02a6afb7df1459d0d107574');
INSERT OR REPLACE INTO TokenEntity VALUES('hackenai','ethereum','eip20',8,'0x05fb86775fd5c16290f1e838f5caaa7342bd9a63');
INSERT OR REPLACE INTO TokenEntity VALUES('hackenai','binance-smart-chain','eip20',8,'0xaa9e582e5751d703f85912903bacaddfed26484c');
INSERT OR REPLACE INTO TokenEntity VALUES('hackenai','vechain','vechain',null,'0xacc280010b2ee0efc770bce34774376656d8ce14');
INSERT OR REPLACE INTO TokenEntity VALUES('haedal','sui','sui',9,'0x3a304c7feba2d819ea57c3542d68439ca2c386ba02159c740f7b406e592c62ea::haedal::HAEDAL');
INSERT OR REPLACE INTO TokenEntity VALUES('hahayes','solana','spl',6,'rizo34MUwbCBqpSTSfnEktdWB4CTByqqYh8zBxL3WAR');
INSERT OR REPLACE INTO TokenEntity VALUES('haio','solana','spl',9,'haioZJAWTMaR4SFhZRwFBBejnGDPiwLTqrDiKpwH31h');
INSERT OR REPLACE INTO TokenEntity VALUES('hairdao','ethereum','eip20',18,'0x9ce115f0341ae5dabc8b477b74e83db2018a6f42');
INSERT OR REPLACE INTO TokenEntity VALUES('hakimi','binance-smart-chain','eip20',18,'0x82ec31d69b3c289e541b50e30681fd1acad24444');
INSERT OR REPLACE INTO TokenEntity VALUES('hakka-finance','ethereum','eip20',18,'0x0e29e5abbb5fd88e28b2d355774e73bd47de3bcd');
INSERT OR REPLACE INTO TokenEntity VALUES('halcyon','halcyon','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('halfpizza','binance-smart-chain','eip20',18,'0xfc646d0b564bf191b3d3adf2b620a792e485e6da');
INSERT OR REPLACE INTO TokenEntity VALUES('hall-of-legends','arbitrum-one','eip20',18,'0x65c101e95d7dd475c7966330fa1a803205ff92ab');
INSERT OR REPLACE INTO TokenEntity VALUES('halo-2','binance-smart-chain','eip20',18,'0x80a78a9b6b1272fdb612b39181bf113706024875');
INSERT OR REPLACE INTO TokenEntity VALUES('hamster','binance-smart-chain','eip20',7,'0x679d5b2d94f454c950d683d159b87aa8eae37c9e');
INSERT OR REPLACE INTO TokenEntity VALUES('hamster-kombat','the-open-network','the-open-network',9,'EQAJ8uWd7EBqsmpSWaRdf_I-8R8-XHwh3gsNKhy-UrdrPcUo');
INSERT OR REPLACE INTO TokenEntity VALUES('hana-network','binance-smart-chain','eip20',18,'0x6261963ebe9ff014aad10ecc3b0238d4d04e8353');
INSERT OR REPLACE INTO TokenEntity VALUES('handle-fi','ethereum','eip20',18,'0xdb298285fe4c5410b05390ca80e8fbe9de1f259b');
INSERT OR REPLACE INTO TokenEntity VALUES('handle-fi','arbitrum-one','eip20',18,'0xdb298285fe4c5410b05390ca80e8fbe9de1f259b');
INSERT OR REPLACE INTO TokenEntity VALUES('handle-fi','polygon-pos','eip20',18,'0xdb298285fe4c5410b05390ca80e8fbe9de1f259b');
INSERT OR REPLACE INTO TokenEntity VALUES('handshake','ethereum','eip20',6,'0xa771b49064da011df051052848477f18dba1d2ac');
INSERT OR REPLACE INTO TokenEntity VALUES('handy','ethereum','eip20',18,'0x8bbe1a2961b41340468d0548c2cd5b7dfa9b684c');
INSERT OR REPLACE INTO TokenEntity VALUES('hanu-yokia','ethereum','eip20',12,'0x72e5390edb7727e3d4e3436451dadaff675dbcc0');
INSERT OR REPLACE INTO TokenEntity VALUES('hanu-yokia','polygon-pos','eip20',12,'0x709a4b6217584188ddb93c82f5d716d969acce1c');
INSERT OR REPLACE INTO TokenEntity VALUES('hanu-yokia','binance-smart-chain','eip20',12,'0xdae4f1dca49408288b55250022f67195eff2445a');
INSERT OR REPLACE INTO TokenEntity VALUES('hapi','ethereum','eip20',18,'0xd9c2d319cd7e6177336b0a9c93c21cb48d84fb54');
INSERT OR REPLACE INTO TokenEntity VALUES('hapi','solana','spl',9,'6VNKqgz9hk7zRShTFdg5AnkfKwZUcojzwAkzxSH3bnUm');
INSERT OR REPLACE INTO TokenEntity VALUES('hapi','binance-smart-chain','eip20',18,'0xd9c2d319cd7e6177336b0a9c93c21cb48d84fb54');
INSERT OR REPLACE INTO TokenEntity VALUES('happy-birthday-coin','ethereum','eip20',18,'0x39d30828a163713d91c4eadbba2c497a9139ec5c');
INSERT OR REPLACE INTO TokenEntity VALUES('happycat-2','solana','spl',9,'HAPPYwgFcjEJDzRtfWE6tiHE9zGdzpNky2FvjPHsvvGZ');
INSERT OR REPLACE INTO TokenEntity VALUES('hara-token','ethereum','eip20',18,'0x52928c95c4c7e934e0efcfab08853a0e4558861d');
INSERT OR REPLACE INTO TokenEntity VALUES('harambe-2','solana','spl',null,'Fch1oixTPri8zxBnmdCEADoJW2toyFHxqDZacQkwdvSP');
INSERT OR REPLACE INTO TokenEntity VALUES('harambe-ai','ethereum','eip20',18,'0x5484581038cbf8ef33b7f6daec7a2f01f71db3c2');
INSERT OR REPLACE INTO TokenEntity VALUES('hare-token','binance-smart-chain','eip20',9,'0x4afc8c2be6a0783ea16e16066fde140d15979296');
INSERT OR REPLACE INTO TokenEntity VALUES('harmony','harmony','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('harmony-horizen-bridged-usdc-harmony','harmony-shard-0','harmony-shard-0',6,'0x985458e523db3d53125813ed68c274899e9dfab4');
INSERT OR REPLACE INTO TokenEntity VALUES('haroldonsol','solana','spl',5,'3vgopg7xm3EWkXfxmWPUpcf7g939hecfqg18sLuXDzVt');
INSERT OR REPLACE INTO TokenEntity VALUES('harrypotterobamasonic10in','ethereum','eip20',8,'0x72e4f9f808c49a2a61de9c5896298920dc4eeea9');
INSERT OR REPLACE INTO TokenEntity VALUES('harvest-finance','binance-smart-chain','eip20',18,'0x4b5c23cac08a567ecf0c1ffca8372a45a5d33743');
INSERT OR REPLACE INTO TokenEntity VALUES('harvest-finance','ethereum','eip20',18,'0xa0246c9032bc3a600820415ae600c6388619a14d');
INSERT OR REPLACE INTO TokenEntity VALUES('hasbulla-s-cat','solana','spl',6,'7ZqzGzTNg5tjK1CHTBdGFHyKjBtXdfvAobuGgdt4pump');
INSERT OR REPLACE INTO TokenEntity VALUES('hashai','ethereum','eip20',18,'0x292fcdd1b104de5a00250febba9bc6a5092a0076');
INSERT OR REPLACE INTO TokenEntity VALUES('hashbit','binance-smart-chain','eip20',18,'0xEda3866f07566d9379a91A07F8D62e19C03183e0');
INSERT OR REPLACE INTO TokenEntity VALUES('hashcoin','ethereum','eip20',18,'0x2bba3cf6de6058cc1b4457ce00deb359e2703d7f');
INSERT OR REPLACE INTO TokenEntity VALUES('hashflow','ethereum','eip20',18,'0xb3999f658c0391d94a37f7ff328f3fec942bcadc');
INSERT OR REPLACE INTO TokenEntity VALUES('hashflow','binance-smart-chain','eip20',18,'0x44ec807ce2f4a6f2737a92e985f318d035883e47');
INSERT OR REPLACE INTO TokenEntity VALUES('hashgard','hashgard','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('hashkey-ecopoints','ethereum','eip20',18,'0xe7c6bf469e97eeb0bfb74c8dbff5bd47d4c1c98a');
INSERT OR REPLACE INTO TokenEntity VALUES('hashnote-usyc','ethereum','eip20',6,'0x136471a34f6ef19fe571effc1ca711fdb8e49f2b');
INSERT OR REPLACE INTO TokenEntity VALUES('hashpack','hedera-hashgraph','hedera-hashgraph',6,'0.0.4794920');
INSERT OR REPLACE INTO TokenEntity VALUES('hashpanda','binance-smart-chain','eip20',9,'0x8578eb576e126f67913a8bc0622e0a22eba0989a');
INSERT OR REPLACE INTO TokenEntity VALUES('hashtagger','binance-smart-chain','eip20',18,'0xa0b9bb05da11e3b19ffd64554400f59d4a378515');
INSERT OR REPLACE INTO TokenEntity VALUES('hatch-2','binance-smart-chain','eip20',18,'0x072ef16a59bdc14e25f33ff4509870660548c107');
INSERT OR REPLACE INTO TokenEntity VALUES('hathor','hathor','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('havah','ethereum','eip20',18,'0xd076c4ba62c57b3fa10800bcfd8da66742110e0e');
INSERT OR REPLACE INTO TokenEntity VALUES('havven','optimistic-ethereum','eip20',18,'0x8700daec35af8ff88c16bdf0418774cb3d7599b4');
INSERT OR REPLACE INTO TokenEntity VALUES('havven','fantom','eip20',18,'0x56ee926bd8c72b2d5fa1af4d9e4cbb515a1e3adc');
INSERT OR REPLACE INTO TokenEntity VALUES('havven','huobi-token','huobi-token',null,'0x777850281719d5a96c29812ab72f822e0e09f3da');
INSERT OR REPLACE INTO TokenEntity VALUES('havven','avalanche','eip20',18,'0xbec243c995409e6520d7c41e404da5deba4b209b');
INSERT OR REPLACE INTO TokenEntity VALUES('havven','polygon-pos','eip20',18,'0x50b728d8d964fd00c2d0aad81718b71311fef68a');
INSERT OR REPLACE INTO TokenEntity VALUES('havven','ethereum','eip20',18,'0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f');
INSERT OR REPLACE INTO TokenEntity VALUES('havven','harmony-shard-0','harmony-shard-0',null,'0x7b9c523d59aefd362247bd5601a89722e3774dd2');
INSERT OR REPLACE INTO TokenEntity VALUES('hawk-2','binance-smart-chain','eip20',18,'0xe846d164b88ed2e1209609fea3cf7a3d89d70d2d');
INSERT OR REPLACE INTO TokenEntity VALUES('headstarter','hedera-hashgraph','hedera-hashgraph',18,'0x00000000000000000000000000000000000ec585');
INSERT OR REPLACE INTO TokenEntity VALUES('healthbuddyai','ethereum','eip20',18,'0xce14e4c778bd71645adaef1e54342f75355602bf');
INSERT OR REPLACE INTO TokenEntity VALUES('heaven','solana','spl',9,'LiGHtkg3uTa9836RaNkKLLriqTNRcMdRAhqjGWNv777');
INSERT OR REPLACE INTO TokenEntity VALUES('hebeblock','hebeblock','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('hector-dao','binance-smart-chain','eip20',9,'0x638eebe886b0e9e7c6929e69490064a6c94d204d');
INSERT OR REPLACE INTO TokenEntity VALUES('hector-dao','fantom','eip20',9,'0x5c4fdfc5233f935f20d2adba572f770c2e377ab0');
INSERT OR REPLACE INTO TokenEntity VALUES('hedera-hashgraph','hedera-hashgraph','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('hedget','ethereum','eip20',6,'0x7968bc6a03017ea2de509aaa816f163db0f35148');
INSERT OR REPLACE INTO TokenEntity VALUES('hedgetrade','ethereum','eip20',18,'0xf1290473e210b2108a85237fbcd7b6eb42cc654f');
INSERT OR REPLACE INTO TokenEntity VALUES('heeeheee','solana','spl',6,'9dLuVbJMd4ZpTpFgmaFHAGSsFwVjtcnzFWaLAA1expHg');
INSERT OR REPLACE INTO TokenEntity VALUES('hege','solana','spl',9,'ULwSJmmpxmnRfpu6BjnK6rprKXqD5jXUmPpS1FxHXFy');
INSERT OR REPLACE INTO TokenEntity VALUES('hegic','fantom','eip20',18,'0x44b26e839eb3572c5e959f994804a5de66600349');
INSERT OR REPLACE INTO TokenEntity VALUES('hegic','ethereum','eip20',18,'0x584bc13c7d411c00c01a62e8019472de68768430');
INSERT OR REPLACE INTO TokenEntity VALUES('hehecat','solana','spl',6,'BreuhVohXX5fv6q41uyb3sojtAuGoGaiAhKBMtcrpump');
INSERT OR REPLACE INTO TokenEntity VALUES('heima','ethereum','eip20',18,'0xf8f173e20e15f3b6cb686fb64724d370689de083');
INSERT OR REPLACE INTO TokenEntity VALUES('helal-para-coin','solana','spl',7,'J6Qn2uRwFmrbBMDwEbDNigxpCcZQfCQkXf6rLJwf2x7k');
INSERT OR REPLACE INTO TokenEntity VALUES('helder','binance-smart-chain','eip20',18,'0x1446acc4d5c0d195457568dd4fd5fc8dc5c4bfdd');
INSERT OR REPLACE INTO TokenEntity VALUES('helicopter-finance','binance-smart-chain','eip20',9,'0xbc12ad556581ff7162e595e5956f5f3845fdb38c');
INSERT OR REPLACE INTO TokenEntity VALUES('helio-protocol-hay','binance-smart-chain','eip20',18,'0x0782b6d8c4551b9760e74c0545a9bcd90bdc41e5');
INSERT OR REPLACE INTO TokenEntity VALUES('helium','helium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('helium-mobile','solana','spl',null,'mb1eu7TzEc71KxDpsmsKoucSSuuoGLv1drys1oP2jh6');
INSERT OR REPLACE INTO TokenEntity VALUES('hello-labs','binance-smart-chain','eip20',18,'0x0f1cbed8efa0e012adbccb1638d0ab0147d5ac00');
INSERT OR REPLACE INTO TokenEntity VALUES('helmet-insure','binance-smart-chain','eip20',18,'0x948d2a81086a075b3130bac19e4c6dee1d2e3fe8');
INSERT OR REPLACE INTO TokenEntity VALUES('help','base','eip20',18,'0x1c9f5e5b5c172955660c11ec0df65b68ecb5fb69');
INSERT OR REPLACE INTO TokenEntity VALUES('hemi','ethereum','eip20',18,'0xeb964a1a6fab73b8c72a0d15c7337fa4804f484d');
INSERT OR REPLACE INTO TokenEntity VALUES('hemi','binance-smart-chain','eip20',18,'0x5ffd0eadc186af9512542d0d5e5eafc65d5afc5b');
INSERT OR REPLACE INTO TokenEntity VALUES('hempcoin-thc','hempcoin-thc','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('henlo-2','base','eip20',18,'0x23a96680ccde03bd4bdd9a3e9a0cb56a5d27f7c9');
INSERT OR REPLACE INTO TokenEntity VALUES('henlo-kart','base','eip20',18,'0x78aca94075efdfa7220cd7aae02ac1488a8c5134');
INSERT OR REPLACE INTO TokenEntity VALUES('hera-finance','metis-andromeda','eip20',18,'0x6f05709bc91bad933346f9e159f0d3fdbc2c9dce');
INSERT OR REPLACE INTO TokenEntity VALUES('herbalist-token','ethereum','eip20',8,'0x04a020325024f130988782bd5276e53595e8d16e');
INSERT OR REPLACE INTO TokenEntity VALUES('hermez-network-token','ethereum','eip20',18,'0xeef9f339514298c6a857efcfc1a762af84438dee');
INSERT OR REPLACE INTO TokenEntity VALUES('hermy-the-stallion','solana','spl',6,'FBhF2pcytFSTcTzQWCxisLCyrYDqmRZDu4mrGp1Spump');
INSERT OR REPLACE INTO TokenEntity VALUES('hero-arena','binance-smart-chain','eip20',18,'0x49c7295ff86eabf5bf58c6ebc858db4805738c01');
INSERT OR REPLACE INTO TokenEntity VALUES('heroes-empires','binance-smart-chain','eip20',18,'0x20d39a5130f799b95b55a930e5b7ebc589ea9ed8');
INSERT OR REPLACE INTO TokenEntity VALUES('heroes-of-mavia','ethereum','eip20',18,'0x24fcfc492c1393274b6bcd568ac9e225bec93584');
INSERT OR REPLACE INTO TokenEntity VALUES('heroeschained','avalanche','eip20',18,'0xc7f4debc8072e23fe9259a5c0398326d8efb7f5c');
INSERT OR REPLACE INTO TokenEntity VALUES('heurist','base','eip20',18,'0xef22cb48b8483df6152e1423b19df5553bbd818b');
INSERT OR REPLACE INTO TokenEntity VALUES('heurist','zksync','eip20',18,'0xabec5ecbe08b6c02f5c9a2ff82696e1e7db6f9bf');
INSERT OR REPLACE INTO TokenEntity VALUES('heurist','ethereum','eip20',18,'0xec463d00aa4da76fb112cd2e4ac1c6bef02da6ea');
INSERT OR REPLACE INTO TokenEntity VALUES('hex','polygon-pos','eip20',8,'0x23d29d30e35c5e8d321e1dc9a8a61bfd846d4c5c');
INSERT OR REPLACE INTO TokenEntity VALUES('hex','harmony-shard-0','harmony-shard-0',null,'0xf26d8c787e66254ee8b7a500073da8fb1ab1992d');
INSERT OR REPLACE INTO TokenEntity VALUES('hex','ethereum','eip20',8,'0x2b591e99afe9f32eaa6214f7b7629768c40eeb39');
INSERT OR REPLACE INTO TokenEntity VALUES('hex-trust-usdx','songbird','songbird',6,'0x4a771cc1a39fdd8aa08b8ea51f7fd412e73b3d2b');
INSERT OR REPLACE INTO TokenEntity VALUES('hex-trust-usdx','ethereum','eip20',6,'0x7a486f809c952a6f8dec8cb0ff68173f2b8ed56c');
INSERT OR REPLACE INTO TokenEntity VALUES('heyanon','metis-andromeda','metis-andromeda',18,'0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c');
INSERT OR REPLACE INTO TokenEntity VALUES('heyanon','solana','spl',9,'9McvH6w97oewLmPxqQEoHUAv3u5iYMyQ9AeZZhguYf1T');
INSERT OR REPLACE INTO TokenEntity VALUES('heyanon','arbitrum-one','eip20',18,'0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c');
INSERT OR REPLACE INTO TokenEntity VALUES('hi-dollar','binance-smart-chain','eip20',18,'0x77087ab5df23cfb52449a188e80e9096201c2097');
INSERT OR REPLACE INTO TokenEntity VALUES('hi-dollar','ethereum','eip20',18,'0xc4f6e93aeddc11dc22268488465babcaf09399ac');
INSERT OR REPLACE INTO TokenEntity VALUES('hibernates','solana','spl',6,'FHKiJEg2zmhv9DEeaXMSZa7R4P8BPFX5VTRrzrtJpump');
INSERT OR REPLACE INTO TokenEntity VALUES('hiblocks','kaia','eip20',18,'0xe06b40df899b9717b4e6b50711e1dc72d08184cf');
INSERT OR REPLACE INTO TokenEntity VALUES('hiero-terminal','solana','spl',6,'BDW8YHasD3NSDjSHU9Xy6KXtshGayMGQfj5bJpLcpump');
INSERT OR REPLACE INTO TokenEntity VALUES('hifi-finance','ethereum','eip20',18,'0x4b9278b94a1112cad404048903b8d343a810b07e');
INSERT OR REPLACE INTO TokenEntity VALUES('high-growth-eth','ethereum','eip20',18,'0xc824a08db624942c5e5f330d56530cd1598859fd');
INSERT OR REPLACE INTO TokenEntity VALUES('high-performance-blockchain','high-performance-blockchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('high-yield-usd-base','base','eip20',18,'0xcc7ff230365bd730ee4b352cc2492cedac49383e');
INSERT OR REPLACE INTO TokenEntity VALUES('highkey','solana','spl',6,'F7BW1wJsDHrHUkNPcoYkgYcKD1o2DsUooML9kjajpump');
INSERT OR REPLACE INTO TokenEntity VALUES('highstreet','ethereum','eip20',18,'0x71ab77b7dbb4fa7e017bc15090b2163221420282');
INSERT OR REPLACE INTO TokenEntity VALUES('highstreet','binance-smart-chain','eip20',18,'0x5f4bde007dc06b867f86ebfe4802e34a1ffeed63');
INSERT OR REPLACE INTO TokenEntity VALUES('hillstone','ethereum','eip20',18,'0xba6b0dbb2ba8daa8f5d6817946393aef8d3a4487');
INSERT OR REPLACE INTO TokenEntity VALUES('hillstone','binance-smart-chain','eip20',18,'0xda8929a6338f408cc78c1845fb4f71bffd2cfcfb');
INSERT OR REPLACE INTO TokenEntity VALUES('hipo-governance-token','the-open-network','the-open-network',9,'EQDQEUr0LPi8m6D6F0Wrvuok7tZbAcr0yn2Y7hK291MMzMjM');
INSERT OR REPLACE INTO TokenEntity VALUES('hippius','bittensor','bittensor',null,'75');
INSERT OR REPLACE INTO TokenEntity VALUES('hippo-token','binance-smart-chain','eip20',18,'0xe6ffa2e574a8bbeb5243d2109b6b11d4a459f88b');
INSERT OR REPLACE INTO TokenEntity VALUES('hitbtc-token','ethereum','eip20',18,'0x74b1af114274335598da72f5c6ed7b954a016eed');
INSERT OR REPLACE INTO TokenEntity VALUES('hitchain','ethereum','eip20',6,'0x7995ab36bb307afa6a683c24a25d90dc1ea83566');
INSERT OR REPLACE INTO TokenEntity VALUES('hive','hive','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('hive-2','solana','spl',6,'FeKeCwKU8gaULTGeLuJN5jQg1f6SiG1aeUSZcG6Rpump');
INSERT OR REPLACE INTO TokenEntity VALUES('hive-ai','solana','spl',6,'9DHe3pycTuymFk4H4bbPoAJ4hQrr2kaLDF6J6aAKpump');
INSERT OR REPLACE INTO TokenEntity VALUES('hive-intelligence','base','eip20',18,'0x91da780bc7f4b7cf19abe90411a2a296ec5ff787');
INSERT OR REPLACE INTO TokenEntity VALUES('hive_dollar','hive_dollar','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('hivemapper','solana','spl',null,'4vMsoUT2BWatFweudnQM1xedRLfJgJ7hswhcpz4xgBTy');
INSERT OR REPLACE INTO TokenEntity VALUES('hiveterminal','ethereum','eip20',8,'0xc0eb85285d83217cd7c891702bcbc0fc401e2d9d');
INSERT OR REPLACE INTO TokenEntity VALUES('hlp0','arbitrum-one','eip20',6,'0x3d75f2bb8abcdbd1e27443cb5cbce8a668046c81');
INSERT OR REPLACE INTO TokenEntity VALUES('hlp0','avalanche','eip20',6,'0x3d75f2bb8abcdbd1e27443cb5cbce8a668046c81');
INSERT OR REPLACE INTO TokenEntity VALUES('hmx','arbitrum-one','eip20',18,'0x83d6c8c06ac276465e4c92e7ac8c23740f435140');
INSERT OR REPLACE INTO TokenEntity VALUES('hmx','ethereum','eip20',18,'0x83d6c8c06ac276465e4c92e7ac8c23740f435140');
INSERT OR REPLACE INTO TokenEntity VALUES('hodl-6','binance-smart-chain','eip20',18,'0x77d689c28b9a1661aa75451dcee6d3d3c0264444');
INSERT OR REPLACE INTO TokenEntity VALUES('hodl-coin','solana','spl',6,'14TGkkYQQeNj5pAKKZf8VGJQJfDagdX1t4QX4Rc3bonk');
INSERT OR REPLACE INTO TokenEntity VALUES('hodooi-com','binance-smart-chain','eip20',18,'0x19a4866a85c652eb4a2ed44c42e4cb2863a62d51');
INSERT OR REPLACE INTO TokenEntity VALUES('hoge-finance','binance-smart-chain','eip20',9,'0xa4fffc757e8c4f24e7b209c033c123d20983ad40');
INSERT OR REPLACE INTO TokenEntity VALUES('hoge-finance','ethereum','eip20',9,'0xfad45e47083e4607302aa43c65fb3106f1cd7607');
INSERT OR REPLACE INTO TokenEntity VALUES('hokkaidu-inu','huobi-token','huobi-token',null,'0x4ebf49cc2d2dd029e5cfdf868316385dffd94c6a');
INSERT OR REPLACE INTO TokenEntity VALUES('hokkaidu-inu','ethereum','eip20',18,'0xe87e15b9c7d989474cb6d8c56b3db4efad5b21e8');
INSERT OR REPLACE INTO TokenEntity VALUES('hokkaidu-inu','binance-smart-chain','eip20',18,'0xe87e15b9c7d989474cb6d8c56b3db4efad5b21e8');
INSERT OR REPLACE INTO TokenEntity VALUES('hokkaidu-inu-2','ethereum','eip20',18,'0x4f2cef6f39114ade3d8af4020fa1de1d064cadaf');
INSERT OR REPLACE INTO TokenEntity VALUES('holdcoin','the-open-network','the-open-network',9,'EQCz_xK2vAf6DHSrmSQ3mV-uEigJbKPP0tWUpqkqYW-RHoLD');
INSERT OR REPLACE INTO TokenEntity VALUES('holdstation','zksync','eip20',18,'0xed4040fd47629e7c8fbb7da76bb50b3e7695f0f2');
INSERT OR REPLACE INTO TokenEntity VALUES('holograph','ethereum','eip20',18,'0x740df024ce73f589acd5e8756b377ef8c6558bab');
INSERT OR REPLACE INTO TokenEntity VALUES('holoride','elrond','elrond',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('holotoken','ethereum','eip20',18,'0x6c6ee5e31d828de241282b9606c8e98ea48526e2');
INSERT OR REPLACE INTO TokenEntity VALUES('holotoken','sora','sora',null,'0x004baaeb9bf0d5210a51fab72d10c84a34f53bea4e0e102d794d531a45ec50f9');
INSERT OR REPLACE INTO TokenEntity VALUES('holotoken','harmony-shard-0','harmony-shard-0',null,'0x5dfeadcdd2d4eb29ac5ae876daa07ffd07bf6483');
INSERT OR REPLACE INTO TokenEntity VALUES('holoworld','binance-smart-chain','eip20',18,'0x1a5d7e4c3a7f940b240b7357a4bfed30d17f9497');
INSERT OR REPLACE INTO TokenEntity VALUES('holoworld','solana','spl',9,'69RX85eQoEsnZvXGmLNjYcWgVkp9r2JjahVm99KbJETU');
INSERT OR REPLACE INTO TokenEntity VALUES('holozone','solana','spl',6,'B8hCuoikV9gLeuwmTyhNdLbPnb5k3P77Q7WTtEM7pump');
INSERT OR REPLACE INTO TokenEntity VALUES('holy-coin','solana','spl',6,'BSXFKLVsyrYckSF4SGXu9DRfMb3Fos7tRF9zMXgRCUsP');
INSERT OR REPLACE INTO TokenEntity VALUES('holyheld-2','polygon-pos','eip20',18,'0x521cddc0cba84f14c69c1e99249f781aa73ee0bc');
INSERT OR REPLACE INTO TokenEntity VALUES('holyheld-2','ethereum','eip20',18,'0x3fa729b4548becbad4eab6ef18413470e6d5324c');
INSERT OR REPLACE INTO TokenEntity VALUES('holyheld-2','fantom','eip20',18,'0xc055c698f3793577707b3e6979b089f50c314d3a');
INSERT OR REPLACE INTO TokenEntity VALUES('home','base','eip20',18,'0x4bfaa776991e85e5f8b1255461cbbd216cfc714f');
INSERT OR REPLACE INTO TokenEntity VALUES('home','solana','spl',9,'J3umBWqhSjd13sag1E1aUojViWvPYA5dFNyqpKuX3WXj');
INSERT OR REPLACE INTO TokenEntity VALUES('home','binance-smart-chain','eip20',18,'0x4bfaa776991e85e5f8b1255461cbbd216cfc714f');
INSERT OR REPLACE INTO TokenEntity VALUES('homebrew-robotics-club','solana','spl',6,'2hXQn7nJbh2XFTxvtyKb5mKfnScuoiC1Sm8rnWydpump');
INSERT OR REPLACE INTO TokenEntity VALUES('honest-mining','binancecoin','bep2',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('honey','gnosis','eip20',18,'0x71850b7e9ee3f13ab46d67167341e4bdc905eef9');
INSERT OR REPLACE INTO TokenEntity VALUES('honey','ethereum','eip20',18,'0xc3589f56b6869824804a5ea29f2c9886af1b0fce');
INSERT OR REPLACE INTO TokenEntity VALUES('honeymoon-token','binance-smart-chain','eip20',18,'0xe8c93310af068aa50bd7bf0ebfa459df2a02ceba');
INSERT OR REPLACE INTO TokenEntity VALUES('hooked-protocol','binance-smart-chain','eip20',18,'0xa260e12d2b924cb899ae80bb58123ac3fee1e2f0');
INSERT OR REPLACE INTO TokenEntity VALUES('hop-protocol','ethereum','eip20',18,'0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc');
INSERT OR REPLACE INTO TokenEntity VALUES('hop-protocol','xdai','xdai',18,'0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc');
INSERT OR REPLACE INTO TokenEntity VALUES('hop-protocol','optimistic-ethereum','eip20',18,'0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc');
INSERT OR REPLACE INTO TokenEntity VALUES('hop-protocol','arbitrum-one','eip20',18,'0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc');
INSERT OR REPLACE INTO TokenEntity VALUES('hop-protocol','polygon-pos','eip20',18,'0xc5102fe9359fd9a28f877a67e36b0f050d81a3cc');
INSERT OR REPLACE INTO TokenEntity VALUES('hoppy-meme','ethereum','eip20',9,'0x6e79b51959cf968d87826592f46f819f92466615');
INSERT OR REPLACE INTO TokenEntity VALUES('hopr','gnosis','eip20',18,'0xd057604a14982fe8d88c5fc25aac3267ea142a08');
INSERT OR REPLACE INTO TokenEntity VALUES('hopr','ethereum','eip20',18,'0xf5581dfefd8fb0e4aec526be659cfab1f8c781da');
INSERT OR REPLACE INTO TokenEntity VALUES('hord','ethereum','eip20',18,'0x43a96962254855f16b925556f9e97be436a43448');
INSERT OR REPLACE INTO TokenEntity VALUES('hord','binance-smart-chain','eip20',18,'0x39d4549908e7adcee9b439429294eeb4c65c2c9e');
INSERT OR REPLACE INTO TokenEntity VALUES('horizon-protocol','binance-smart-chain','eip20',18,'0xc0eff7749b125444953ef89682201fb8c6a917cd');
INSERT OR REPLACE INTO TokenEntity VALUES('hosico-cat','solana','spl',6,'9wK8yN6iz1ie5kEJkvZCTxyN1x5sTdNfx8yeMY8Ebonk');
INSERT OR REPLACE INTO TokenEntity VALUES('hot-cross','ethereum','eip20',18,'0x4297394c20800e8a38a619a243e9bbe7681ff24e');
INSERT OR REPLACE INTO TokenEntity VALUES('hot-cross','avalanche','eip20',18,'0x2f86508f41310d8d974b76deb3d246c0caa71cf5');
INSERT OR REPLACE INTO TokenEntity VALUES('hot-cross','binance-smart-chain','eip20',18,'0x4fa7163e153419e0e1064e418dd7a99314ed27b6');
INSERT OR REPLACE INTO TokenEntity VALUES('hot-doge','binance-smart-chain','eip20',9,'0x1991501f1398663f69dd7391c055bb0df6514f76');
INSERT OR REPLACE INTO TokenEntity VALUES('hot-doge-2','solana','spl',6,'7bdPWWy7qbVZgjzR5fr5dQK3nohZ96HB5Ey8Jyaypump');
INSERT OR REPLACE INTO TokenEntity VALUES('hot-mom','solana','spl',6,'H4SFaUnxrZRoFnhBeotZnuqw4mfVtJ2nCvGrPmQupump');
INSERT OR REPLACE INTO TokenEntity VALUES('hotkeyswap','ethereum','eip20',18,'0x018dd3a0dd7f213cc822076b3800816d3ce1ed86');
INSERT OR REPLACE INTO TokenEntity VALUES('hourglass','ethereum','eip20',9,'0x2559813bbb508c4c79e9ccce4703bcb1f149edd7');
INSERT OR REPLACE INTO TokenEntity VALUES('housecoin-2','solana','spl',6,'DitHyRMQiSDhn5cnKMJV2CDDt6sVct96YrECiM49pump');
INSERT OR REPLACE INTO TokenEntity VALUES('howl-city','binance-smart-chain','eip20',18,'0x549cc5df432cdbaebc8b9158a6bdfe1cbd0ba16d');
INSERT OR REPLACE INTO TokenEntity VALUES('htx-dao','tron','tron',18,'TUPM7K8REVzD2UdV4R5fe5M8XbnR2DdoJ6');
INSERT OR REPLACE INTO TokenEntity VALUES('htx-dao','ethereum','eip20',18,'0x61ec85ab89377db65762e234c946b5c25a56e99e');
INSERT OR REPLACE INTO TokenEntity VALUES('htx-dao','binance-smart-chain','eip20',18,'0x61ec85ab89377db65762e234c946b5c25a56e99e');
INSERT OR REPLACE INTO TokenEntity VALUES('huch','solana','spl',9,'B8zW7B8T7ntCiiRYw18jrFu9MBqMZVk9pP7nYyT5iBLV');
INSERT OR REPLACE INTO TokenEntity VALUES('huckleberry','moonriver','moonriver',null,'0x9a92b5ebf1f6f6f7d93696fcd44e5cf75035a756');
INSERT OR REPLACE INTO TokenEntity VALUES('hudi','binance-smart-chain','eip20',18,'0x83d8ea5a4650b68cd2b57846783d86df940f7458');
INSERT OR REPLACE INTO TokenEntity VALUES('hughug-coin','binance-smart-chain','eip20',8,'0xb626213cb1d52caa1ed71e2a0e62c0113ed8d642');
INSERT OR REPLACE INTO TokenEntity VALUES('huma-finance','solana','spl',6,'HUMA1821qVDKta3u2ovmfDQeW2fSQouSKE8fkF44wvGw');
INSERT OR REPLACE INTO TokenEntity VALUES('huma-finance','binance-smart-chain','eip20',6,'0x92516e0ddf1ddbf7fab1b79cac26689fdc5ba8e6');
INSERT OR REPLACE INTO TokenEntity VALUES('human-protocol','polygon-pos','eip20',18,'0xc748b2a084f8efc47e086ccddd9b7e67aeb571bf');
INSERT OR REPLACE INTO TokenEntity VALUES('human-protocol','ethereum','eip20',18,'0xd1ba9bac957322d6e8c07a160a3a8da11a0d2867');
INSERT OR REPLACE INTO TokenEntity VALUES('humandao','ethereum','eip20',18,'0xdac657ffd44a3b9d8aba8749830bf14beb66ff2d');
INSERT OR REPLACE INTO TokenEntity VALUES('humandao','polygon-pos','eip20',18,'0x72928d5436ff65e57f72d5566dcd3baedc649a88');
INSERT OR REPLACE INTO TokenEntity VALUES('humaniq','ethereum','eip20',8,'0xcbcc0f036ed4788f63fc0fee32873d6a7487b908');
INSERT OR REPLACE INTO TokenEntity VALUES('humanity','ethereum','eip20',18,'0xcf5104d094e3864cfcbda43b82e1cefd26a016eb');
INSERT OR REPLACE INTO TokenEntity VALUES('humanode','humanode','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('humans-ai','ethereum','eip20',18,'0x8fac8031e079f409135766c7d5de29cf22ef897c');
INSERT OR REPLACE INTO TokenEntity VALUES('humanscape','ethereum','eip20',18,'0x174afe7a032b5a33a3270a9f6c30746e25708532');
INSERT OR REPLACE INTO TokenEntity VALUES('hund','solana','spl',9,'2XPqoKfJitk8YcMDGBKy7CMzRRyF2X9PniZeCykDUZev');
INSERT OR REPLACE INTO TokenEntity VALUES('hundred-finance','harmony-shard-0','harmony-shard-0',null,'0x10010078a54396f62c96df8532dc2b4847d47ed3');
INSERT OR REPLACE INTO TokenEntity VALUES('hundred-finance','fantom','eip20',18,'0x10010078a54396f62c96df8532dc2b4847d47ed3');
INSERT OR REPLACE INTO TokenEntity VALUES('hundred-finance','ethereum','eip20',18,'0x10010078a54396f62c96df8532dc2b4847d47ed3');
INSERT OR REPLACE INTO TokenEntity VALUES('hundred-finance','arbitrum-one','eip20',18,'0x10010078a54396f62c96df8532dc2b4847d47ed3');
INSERT OR REPLACE INTO TokenEntity VALUES('hungarian-vizsla-inu','binance-smart-chain','eip20',9,'0xde619a9e0eeeaa9f8cd39522ed788234837f3b26');
INSERT OR REPLACE INTO TokenEntity VALUES('hunny-love-token','binance-smart-chain','eip20',9,'0x9505dbd77dacd1f6c89f101b98522d4b871d88c5');
INSERT OR REPLACE INTO TokenEntity VALUES('hunt-token','ethereum','eip20',18,'0x9aab071b4129b083b01cb5a0cb513ce7eca26fa5');
INSERT OR REPLACE INTO TokenEntity VALUES('huobi-btc','huobi-token','huobi-token',null,'0x66a79d23e58475d2738179ca52cd0b41d73f0bea');
INSERT OR REPLACE INTO TokenEntity VALUES('huobi-btc','ethereum','eip20',18,'0x0316eb71485b0ab14103307bf65a021042c6d380');
INSERT OR REPLACE INTO TokenEntity VALUES('huobi-token','elastos','elastos',null,'0xeceefc50f9aacf0795586ed90a8b9e24f55ce3f3');
INSERT OR REPLACE INTO TokenEntity VALUES('huobi-token','ethereum','eip20',18,'0x6f259637dcd74c767781e37bc6133cd6a68aa161');
INSERT OR REPLACE INTO TokenEntity VALUES('huobi-token','harmony-shard-0','harmony-shard-0',null,'0xbaa0974354680b0e8146d64bb27fb92c03c4a2f2');
INSERT OR REPLACE INTO TokenEntity VALUES('hurricaneswap-token','avalanche','eip20',18,'0x45c13620b55c35a5f539d26e88247011eb10fdbd');
INSERT OR REPLACE INTO TokenEntity VALUES('husd','cube','cube',null,'0x9db853f46dd7d541d0fba1c8b6b7e7b1d8ff58d3');
INSERT OR REPLACE INTO TokenEntity VALUES('husd','ethereum','eip20',8,'0xdf574c24545e5ffecb9a659c229253d4111d87e1');
INSERT OR REPLACE INTO TokenEntity VALUES('husd','sora','sora',null,'0x008ba21aa988b21e86d5b25ed9ea690d28a6ba6c5ba9037424c215fd5b193c32');
INSERT OR REPLACE INTO TokenEntity VALUES('husd','huobi-token','huobi-token',null,'0x0298c2b32eae4da002a15f36fdf7615bea3da047');
INSERT OR REPLACE INTO TokenEntity VALUES('husd','elastos','elastos',null,'0xf9ca2ea3b1024c0db31adb224b407441becc18bb');
INSERT OR REPLACE INTO TokenEntity VALUES('hush','hush','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('husky-avax','avalanche','eip20',18,'0x65378b697853568da9ff8eab60c13e1ee9f4a654');
INSERT OR REPLACE INTO TokenEntity VALUES('husky-avax','binance-smart-chain','eip20',18,'0x52d88a9a2a20a840d7a336d21e427e9ad093deea');
INSERT OR REPLACE INTO TokenEntity VALUES('hxro','ethereum','eip20',18,'0x4bd70556ae3f8a6ec6c4080a0c327b24325438f3');
INSERT OR REPLACE INTO TokenEntity VALUES('hxro','solana','spl',8,'HxhWkVpk5NS4Ltg5nij2G671CKXFRKPK8vy271Ub4uEK');
INSERT OR REPLACE INTO TokenEntity VALUES('hydra','hydra','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('hydra-3','ethereum','eip20',18,'0xcc7ed2ab6c3396ddbc4316d2d7c1b59ff9d2091f');
INSERT OR REPLACE INTO TokenEntity VALUES('hydrex','base','eip20',18,'0x00000e7efa313f4e11bfff432471ed9423ac6b30');
INSERT OR REPLACE INTO TokenEntity VALUES('hylo-usd','solana','spl',6,'5YMkXAYccHSGnHn9nob9xEvv6Pvka9DZWH7nTbotTu9E');
INSERT OR REPLACE INTO TokenEntity VALUES('hype3-cool','solana','spl',6,'9iQFnxrDDMFrhLx2pYJCDeqN3wFuaBimQkUnZQHNpump');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperbot','binance-smart-chain','eip20',18,'0x59537849f2a119ec698c7aa6c6daadc40c398a25');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperchainx','binance-smart-chain','eip20',7,'0x5b3829ebdf126fadf69b829bbc000e5c749265af');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperfy','solana','spl',6,'8vBMibwpn8wpfYKbQ9xqzodymg3LjmYec2tSNGRy23K8');
INSERT OR REPLACE INTO TokenEntity VALUES('hypergpt','binance-smart-chain','eip20',18,'0x529c79f6918665ebe250f32eeeaa1d410a0798c6');
INSERT OR REPLACE INTO TokenEntity VALUES('hypergpt','the-open-network','the-open-network',9,'EQAuw01klxL8qKe9cBioTfjst0d6Gdagg51_c73z8X2-zJmj');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperion-2','binance-smart-chain','eip20',18,'0xc0c240c870606a5cb3150795e2d0dfff9f1f7456');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperion-2','aptos','aptos',6,'0x435ad41e7b383cef98899c4e5a22c8dc88ab67b22f95e5663d6c6649298c3a9d');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperlane','base','eip20',18,'0xc9d23ed2adb0f551369946bd377f8644ce1ca5c4');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperlane','binance-smart-chain','eip20',18,'0xc9d23ed2adb0f551369946bd377f8644ce1ca5c4');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperlane','optimistic-ethereum','eip20',18,'0x9923db8d7fbacc2e69e87fad19b886c81cd74979');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperlane','ethereum','eip20',18,'0x93a2db22b7c736b341c32ff666307f4a9ed910f5');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperlane','arbitrum-one','eip20',18,'0xc9d23ed2adb0f551369946bd377f8644ce1ca5c4');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperpigmentation','solana','spl',6,'Aq8Gocyvyyi8xk5EYxd6viUfVmVvs9T9R6mZFzZFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('hypersign-identity-token','polygon-pos','eip20',18,'0x87847703d4bb4fcd42db887ffdcb94496e77e3ab');
INSERT OR REPLACE INTO TokenEntity VALUES('hypersign-identity-token','ethereum','eip20',18,'0xb14ebf566511b9e6002bb286016ab2497b9b9c9d');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperskids','solana','spl',6,'GwkEDwePTa6aFosh9xzAniGK1zvLrQ5yPJfLnqwmuyhG');
INSERT OR REPLACE INTO TokenEntity VALUES('hyperstake','hyperstake','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('hypr','ethereum','eip20',9,'0x8ada9bf2d08b484cb9dee67caccd04b991d88145');
INSERT OR REPLACE INTO TokenEntity VALUES('hytopia','ethereum','eip20',18,'0xccccb68e1a848cbdb5b60a974e07aae143ed40c3');
INSERT OR REPLACE INTO TokenEntity VALUES('hyve','ethereum','eip20',18,'0xd794dd1cada4cf79c9eebaab8327a1b0507ef7d4');
INSERT OR REPLACE INTO TokenEntity VALUES('hyve','binance-smart-chain','eip20',18,'0xf6565a97dc832d93dc83b75ee9aa5c7e8ecb0f9d');
INSERT OR REPLACE INTO TokenEntity VALUES('hyve','fantom','eip20',18,'0x90b89e881961e1053aeaddba13217d56f747349a');
INSERT OR REPLACE INTO TokenEntity VALUES('hyve','polygon-pos','eip20',18,'0x61aee582896064ecd5d85d66a32ddeb5574a699d');
INSERT OR REPLACE INTO TokenEntity VALUES('i-love-puppies','ethereum','eip20',9,'0xcf91b70017eabde82c9671e30e5502d312ea6eb2');
INSERT OR REPLACE INTO TokenEntity VALUES('i-r-i-s','ethereum','eip20',18,'0xea87148a703adc0de89db2ac2b6b381093ae8ee0');
INSERT OR REPLACE INTO TokenEntity VALUES('iagon','ethereum','eip20',18,'0x40eb746dee876ac1e78697b7ca85142d178a1fc8');
INSERT OR REPLACE INTO TokenEntity VALUES('ibg-token','binance-smart-chain','eip20',18,'0x5c46c55a699a6359e451b2c99344138420c87261');
INSERT OR REPLACE INTO TokenEntity VALUES('ibithub','ibithub','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ibiza-final-boss','solana','spl',6,'GUy9Tu8YtvvHoL3DcXLJxXvEN8PqEus6mWQUEchcbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('ice','ethereum','eip20',18,'0x79f05c263055ba20ee0e814acd117c20caa10e0c');
INSERT OR REPLACE INTO TokenEntity VALUES('ice','binance-smart-chain','eip20',18,'0xc335df7c25b72eec661d5aa32a7c2b7b2a1d1874');
INSERT OR REPLACE INTO TokenEntity VALUES('ice-token','fantom','eip20',18,'0xf16e81dce15b08f326220742020379b855b87df9');
INSERT OR REPLACE INTO TokenEntity VALUES('ice-token','binance-smart-chain','eip20',18,'0xf16e81dce15b08f326220742020379b855b87df9');
INSERT OR REPLACE INTO TokenEntity VALUES('ice-token','polygon-pos','eip20',18,'0x4e1581f01046efdd7a1a2cdb0f82cdd7f71f2e59');
INSERT OR REPLACE INTO TokenEntity VALUES('ice-token','ethereum','eip20',18,'0xf16e81dce15b08f326220742020379b855b87df9');
INSERT OR REPLACE INTO TokenEntity VALUES('icecream-ai','binance-smart-chain','eip20',18,'0xd438b82543fb109f34575c825edaeefc98f1f2b4');
INSERT OR REPLACE INTO TokenEntity VALUES('ichi-farm','polygon-pos','eip20',18,'0x111111517e4929d3dcbdfa7cce55d30d4b6bc4d6');
INSERT OR REPLACE INTO TokenEntity VALUES('ichi-farm','ethereum','eip20',18,'0x111111517e4929d3dcbdfa7cce55d30d4b6bc4d6');
INSERT OR REPLACE INTO TokenEntity VALUES('icm-run','solana','spl',9,'G5bStqnKXv11fmPvMaagUbZi86BGnpf9zZtyPQtAdaos');
INSERT OR REPLACE INTO TokenEntity VALUES('icon','icon','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('icopax','binance-smart-chain','eip20',18,'0x95db59f8aeeed345cfb3dd87762de37c77b8f520');
INSERT OR REPLACE INTO TokenEntity VALUES('idavoll-network','ethereum','eip20',18,'0x92ec47df1aa167806dfa4916d9cfb99da6953b8f');
INSERT OR REPLACE INTO TokenEntity VALUES('ideaology','ethereum','eip20',18,'0x5d3a4f62124498092ce665f865e0b38ff6f5fbea');
INSERT OR REPLACE INTO TokenEntity VALUES('idena','binance-smart-chain','eip20',18,'0x0de08c1abe5fb86dd7fd2ac90400ace305138d5b');
INSERT OR REPLACE INTO TokenEntity VALUES('idexo-token','ethereum','eip20',18,'0xf9c53268e9de692ae1b2ea5216e24e1c3ad7cb1e');
INSERT OR REPLACE INTO TokenEntity VALUES('idia','avalanche','eip20',18,'0xfcaf13227dcbfa2dc2b1928acfca03b85e2d25dd');
INSERT OR REPLACE INTO TokenEntity VALUES('idia','binance-smart-chain','eip20',18,'0x0b15ddf19d47e6a86a56148fb4afffc6929bcb89');
INSERT OR REPLACE INTO TokenEntity VALUES('idia','moonriver','moonriver',null,'0x2d28aa28fa1e5e6bf121cf688309bf3faaae3c70');
INSERT OR REPLACE INTO TokenEntity VALUES('idle','ethereum','eip20',18,'0x875773784af8135ea0ef43b5a374aad105c5d39e');
INSERT OR REPLACE INTO TokenEntity VALUES('idle','polygon-pos','eip20',18,'0xc25351811983818c9fe6d8c580531819c8ade90f');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-dai-risk-adjusted','ethereum','eip20',18,'0xa14ea0e11121e6e951e87c66afe460a00bcd6a16');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-dai-yield','ethereum','eip20',18,'0x3fe7940616e5bc47b0775a0dccf6237893353bb4');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-network','base','eip20',18,'0x3a115f568c4b3d0c6e239b2e8f3d4cda3798f536');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-susd-yield','ethereum','eip20',18,'0xf52cdcd458bf455aed77751743180ec4a595fd3f');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-tusd-yield','ethereum','eip20',18,'0xc278041fdd8249fe4c1aad1193876857eea3d68c');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-usdc-risk-adjusted','ethereum','eip20',18,'0x3391bc034f2935ef0e1e41619445f998b2680d35');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-usdc-yield','ethereum','eip20',18,'0x5274891bec421b39d23760c04a6755ecb444797c');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-usdt-risk-adjusted','ethereum','eip20',18,'0x28fac5334c9f7262b3a3fe707e250e01053e07b5');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-usdt-yield','ethereum','eip20',18,'0xf34842d05a1c888ca02769a633df37177415c2f8');
INSERT OR REPLACE INTO TokenEntity VALUES('idle-wbtc-yield','ethereum','eip20',18,'0x8c81121b15197fa0eeaee1dc75533419dcfd3151');
INSERT OR REPLACE INTO TokenEntity VALUES('iexec-rlc','ethereum','eip20',9,'0x607f4c5bb672230e8672085532f7e901544a7375');
INSERT OR REPLACE INTO TokenEntity VALUES('iexec-rlc','sora','sora',null,'0x008294f7b08f568a661de2b248c34fc574e7e0012a12ef7959eb1a5c6b349e09');
INSERT OR REPLACE INTO TokenEntity VALUES('if-science','solana','spl',6,'RqGHXg2eh3zPjyzNM7kUyrrSmhb9M9q4mCKFH1mpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ifarm','polygon-pos','eip20',18,'0xab0b2ddb9c7e440fac8e140a89c0dbcbf2d7bbff');
INSERT OR REPLACE INTO TokenEntity VALUES('ifarm','ethereum','eip20',18,'0x1571ed0bed4d987fe2b498ddbae7dfa19519f651');
INSERT OR REPLACE INTO TokenEntity VALUES('ignis','ardor','ardor',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ignition-fbtc','binance-smart-chain','eip20',8,'0xc96de26018a54d51c097160568752c4e3bd6c364');
INSERT OR REPLACE INTO TokenEntity VALUES('ignition-fbtc','ethereum','eip20',8,'0xc96de26018a54d51c097160568752c4e3bd6c364');
INSERT OR REPLACE INTO TokenEntity VALUES('ignition-fbtc','mantle','mantle',8,'0xc96de26018a54d51c097160568752c4e3bd6c364');
INSERT OR REPLACE INTO TokenEntity VALUES('ignition-fbtc','arbitrum-one','eip20',8,'0xc96de26018a54d51c097160568752c4e3bd6c364');
INSERT OR REPLACE INTO TokenEntity VALUES('ijascoin','ethereum','eip20',18,'0xc7ff1e126cc81e816915ff48c940ed9d4e6d05d6');
INSERT OR REPLACE INTO TokenEntity VALUES('ika','sui','sui',9,'0x7262fb2f7a3a14c888c438a3cd9b912469a58cf60f367352c46584262e8299aa::ika::IKA');
INSERT OR REPLACE INTO TokenEntity VALUES('ikun','solana','spl',6,'AtortPA9SVbkKmdzu5zg4jxgkR4howvPshorA9jYbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('ilcoin','ilcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('illuminaticoin','ethereum','eip20',18,'0x0b9ae6b1d4f0eeed904d1cef68b9bd47499f3fff');
INSERT OR REPLACE INTO TokenEntity VALUES('illusion-of-life','solana','spl',6,'5zCETicUCJqJ5Z3wbfFPZqtSpHPYqnggs1wX7ZRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('illuvium','ethereum','eip20',18,'0x767fe9edc9e0df98e07454847909b5e959d7ca0e');
INSERT OR REPLACE INTO TokenEntity VALUES('imagen-ai','binance-smart-chain','eip20',18,'0x2e156a3e09782a785345b7a33c46c71596ffd551');
INSERT OR REPLACE INTO TokenEntity VALUES('imagine-2','solana','spl',6,'EuU9Vh37eKDdUnZkUfMZLGCcBqwFYpr1E6X3ZwUxhvgm');
INSERT OR REPLACE INTO TokenEntity VALUES('ime-lab','binance-smart-chain','eip20',18,'0x7bc75e291e656e8658d66be1cc8154a3769a35dd');
INSERT OR REPLACE INTO TokenEntity VALUES('ime-lab','ethereum','eip20',18,'0x9d0b65a76274645b29e4cc41b8f23081fa09f4a3');
INSERT OR REPLACE INTO TokenEntity VALUES('ime-lab','polygon-pos','eip20',18,'0x7f67639ffc8c93dd558d452b8920b28815638c44');
INSERT OR REPLACE INTO TokenEntity VALUES('imgn-labs','base','eip20',18,'0x9bba915f036158582c20b51113b925f243a1a1a1');
INSERT OR REPLACE INTO TokenEntity VALUES('imgnai','ethereum','eip20',9,'0xa735a3af76cc30791c61c10d585833829d36cbe0');
INSERT OR REPLACE INTO TokenEntity VALUES('immutable','binance-smart-chain','eip20',18,'0x0255af6c9f86f6b0543357bacefa262a2664f80f');
INSERT OR REPLACE INTO TokenEntity VALUES('immutable-x','ethereum','eip20',18,'0xf57e7e7c23978c3caec3c3548e3d615c346e79ff');
INSERT OR REPLACE INTO TokenEntity VALUES('imo','binance-smart-chain','eip20',18,'0x94d79c325268c898d2902050730f27a478c56cc1');
INSERT OR REPLACE INTO TokenEntity VALUES('imperium-empires','avalanche','eip20',18,'0xf891214fdcf9cdaa5fdc42369ee4f27f226adad6');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','zksync','eip20',18,'0xbe9f8c0d6f0fd7e46cdacca340747ea2f247991d');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','linea','linea',18,'0xcf0f95e34f25d1bb3d9cad3cbb2eb40dab7c3841');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','blast','blast',18,'0x9f04b6cefd5bcd67d76ab708f17553ce40188e6a');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','canto','canto',18,'0xfbdd194376de19a88118e84e279b977f165d01b8');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','base','eip20',18,'0xb8a9a92dfe1303728394dd0f8362a09962dec24f');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','ethereum','eip20',18,'0xf655c8567e0f213e6c634cd2a68d992152161dc6');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','arbitrum-one','eip20',18,'0x56659245931cb6920e39c189d2a0e7dd0da2d57b');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','polygon-pos','eip20',18,'0xf972daced7c6b03223710c11413036d17eb298f6');
INSERT OR REPLACE INTO TokenEntity VALUES('impermax-2','avalanche','eip20',18,'0x089d3daf549f99553c2182db24bc4336a4f0c824');
INSERT OR REPLACE INTO TokenEntity VALUES('impossible-cloud-network-token','base','eip20',18,'0xe0cd4cacddcbf4f36e845407ce53e87717b6601d');
INSERT OR REPLACE INTO TokenEntity VALUES('impossible-cloud-network-token','ethereum','eip20',18,'0xe5e0b73380181273abcfd88695f52c4d0c825661');
INSERT OR REPLACE INTO TokenEntity VALUES('impossible-finance','binance-smart-chain','eip20',18,'0xb0e1fc65c1a741b4662b813eb787d369b8614af1');
INSERT OR REPLACE INTO TokenEntity VALUES('incrypt','solana','spl',5,'Fe5c469ADZyvnZrB8gdDsYt5eLKodaVYhYJCdunVr1nA');
INSERT OR REPLACE INTO TokenEntity VALUES('index-coop-eth-2x-flexible-leverage-index','polygon-pos','eip20',18,'0x3ad707da309f3845cd602059901e39c4dcd66473');
INSERT OR REPLACE INTO TokenEntity VALUES('index-cooperative','polygon-pos','eip20',18,'0xfbd8a3b908e764dbcd51e27992464b4432a1132b');
INSERT OR REPLACE INTO TokenEntity VALUES('index-cooperative','ethereum','eip20',18,'0x0954906da0bf32d5479e25f46056d22f08464cab');
INSERT OR REPLACE INTO TokenEntity VALUES('indexed-finance','ethereum','eip20',18,'0x86772b1409b61c639eaac9ba0acfbb6e238e5f83');
INSERT OR REPLACE INTO TokenEntity VALUES('indexed-finance','arbitrum-one','eip20',18,'0xb965029343d55189c25a7f3e0c9394dc0f5d41b1');
INSERT OR REPLACE INTO TokenEntity VALUES('indexy','base','eip20',18,'0x1f015712aa2a48085ec93f87d643bb625b668b07');
INSERT OR REPLACE INTO TokenEntity VALUES('inferno-2','ethereum','eip20',18,'0x00f116ac0c304c570daaa68fa6c30a86a04b5c5f');
INSERT OR REPLACE INTO TokenEntity VALUES('infinaeon','ethereum','eip20',18,'0xd85a68faa78b4431dce816c157b66fc9911b3612');
INSERT OR REPLACE INTO TokenEntity VALUES('infinifi-locked-iusd-1week','ethereum','eip20',18,'0x12b004719fb632f1e7c010c6f5d6009fb4258442');
INSERT OR REPLACE INTO TokenEntity VALUES('infinifi-usd','ethereum','eip20',18,'0x48f9e38f3070ad8945dfeae3fa70987722e3d89c');
INSERT OR REPLACE INTO TokenEntity VALUES('infinit','binance-smart-chain','eip20',18,'0x61fac5f038515572d6f42d4bcb6b581642753d50');
INSERT OR REPLACE INTO TokenEntity VALUES('infinit','ethereum','eip20',18,'0x61fac5f038515572d6f42d4bcb6b581642753d50');
INSERT OR REPLACE INTO TokenEntity VALUES('infinitar-governance-token','binance-smart-chain','eip20',18,'0xd5eeec1a534c35c418b44bb28e4d5a602f1a22de');
INSERT OR REPLACE INTO TokenEntity VALUES('infinite-money-glitch','solana','spl',6,'znv3FZt2HFAvzYf5LxzVyryh3mBXWuTRRng25gEZAjh');
INSERT OR REPLACE INTO TokenEntity VALUES('infinitee','binance-smart-chain','eip20',18,'0xc350caa89eb963d5d6b964324a0a7736d8d65533');
INSERT OR REPLACE INTO TokenEntity VALUES('infinitehash','bittensor','bittensor',null,'89');
INSERT OR REPLACE INTO TokenEntity VALUES('infiniticoin','binance-smart-chain','eip20',18,'0xb617fab6b94ed1fe6df3cad71e1dc997927a2a0e');
INSERT OR REPLACE INTO TokenEntity VALUES('infinity-ground','binance-smart-chain','eip20',18,'0x9558a9254890b2a8b057a789f413631b9084f4a3');
INSERT OR REPLACE INTO TokenEntity VALUES('infinity-rocket-token','binance-smart-chain','eip20',18,'0xcbe5bca571628894a38836b0bae833ff012f71d8');
INSERT OR REPLACE INTO TokenEntity VALUES('inflation-hedging-coin','binance-smart-chain','eip20',18,'0x86a53fcd199212fea44fa7e16eb1f28812be911d');
INSERT OR REPLACE INTO TokenEntity VALUES('infrax','ethereum','eip20',9,'0xe9eccde9d26fcbb5e93f536cfc4510a7f46274f8');
INSERT OR REPLACE INTO TokenEntity VALUES('initia-bridged-usdc-initia','initia','initia',6,'0xe0e9394b24e53775d6af87934ac02d73536ad58b7894f6ccff3f5e7c0d548e55');
INSERT OR REPLACE INTO TokenEntity VALUES('injective-protocol','binance-smart-chain','eip20',18,'0xa2b726b1145a4773f68593cf171187d8ebe4d495');
INSERT OR REPLACE INTO TokenEntity VALUES('injective-protocol','ethereum','eip20',18,'0xe28b3b32b6c345a34ff64674606124dd5aceca30');
INSERT OR REPLACE INTO TokenEntity VALUES('injective-quants','solana','spl',6,'FdvezWNEEYDPEQKK9FwCqMnaoYvse1f3m28w6okkZDmz');
INSERT OR REPLACE INTO TokenEntity VALUES('ink','qtum','qtum',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('innova','innova','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('innovative-bioresearch','ethereum','eip20',6,'0xb67718b98d52318240c52e71a898335da4a28c42');
INSERT OR REPLACE INTO TokenEntity VALUES('insane-labz','solana','spl',9,'4VC7UYqBo9Siw8ZnkPXfw9D3dzYCiVrPDzs9XRtyRJMH');
INSERT OR REPLACE INTO TokenEntity VALUES('inscribe','ethereum','eip20',18,'0xe9572938bcbf08adcee86fd12a7c0d08dc4ab841');
INSERT OR REPLACE INTO TokenEntity VALUES('inspect','ethereum','eip20',18,'0x186ef81fd8e77eec8bffc3039e7ec41d5fc0b457');
INSERT OR REPLACE INTO TokenEntity VALUES('inspect','binance-smart-chain','eip20',18,'0x8d279274789ccec8af94a430a5996eaace9609a9');
INSERT OR REPLACE INTO TokenEntity VALUES('instadapp','polygon-pos','eip20',18,'0xf50d05a1402d0adafa880d36050736f9f6ee7dee');
INSERT OR REPLACE INTO TokenEntity VALUES('instadapp','ethereum','eip20',18,'0x6f40d4a6237c257fff2db00fa0510deeecd303eb');
INSERT OR REPLACE INTO TokenEntity VALUES('instadapp-eth','ethereum','eip20',18,'0xc383a3833a87009fd9597f8184979af5edfad019');
INSERT OR REPLACE INTO TokenEntity VALUES('insula','ethereum','eip20',18,'0x697ef32b4a3f5a4c39de1cb7563f24ca7bfc5947');
INSERT OR REPLACE INTO TokenEntity VALUES('insurace','binance-smart-chain','eip20',18,'0x3192ccddf1cdce4ff055ebc80f3f0231b86a7e30');
INSERT OR REPLACE INTO TokenEntity VALUES('insurace','polygon-pos','eip20',18,'0x8a0e8b4b0903929f47c3ea30973940d4a9702067');
INSERT OR REPLACE INTO TokenEntity VALUES('insurace','ethereum','eip20',18,'0x544c42fbb96b39b21df61cf322b5edc285ee7429');
INSERT OR REPLACE INTO TokenEntity VALUES('insurace','avalanche','eip20',18,'0x544c42fbb96b39b21df61cf322b5edc285ee7429');
INSERT OR REPLACE INTO TokenEntity VALUES('insurance-2','binance-smart-chain','eip20',18,'0x64e4fea6e4f3637025c7bcd878e2b238b01f7d4e');
INSERT OR REPLACE INTO TokenEntity VALUES('insure','avalanche','eip20',18,'0x5fc17416925789e0852fbfcd81c490ca4abc51f9');
INSERT OR REPLACE INTO TokenEntity VALUES('insure','polygon-pos','eip20',18,'0xf88332547c680f755481bf489d890426248bb275');
INSERT OR REPLACE INTO TokenEntity VALUES('insure','binance-smart-chain','eip20',18,'0x9b17baadf0f21f03e35249e0e59723f34994f806');
INSERT OR REPLACE INTO TokenEntity VALUES('insure','ethereum','eip20',18,'0xcb86c6a22cb56b6cf40cafedb06ba0df188a416e');
INSERT OR REPLACE INTO TokenEntity VALUES('insurex','ethereum','eip20',8,'0xfca47962d45adfdfd1ab2d972315db4ce7ccf094');
INSERT OR REPLACE INTO TokenEntity VALUES('int-os','base','eip20',18,'0x53ae20d42e16626dc41c7842d9ce876358082370');
INSERT OR REPLACE INTO TokenEntity VALUES('integral','ethereum','eip20',18,'0xd502f487e1841fdc805130e13eae80c61186bc98');
INSERT OR REPLACE INTO TokenEntity VALUES('integritee','integritee','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('intentx','mantle','mantle',18,'0x4b7f28397b4294277e7825f224172944f4f5a877');
INSERT OR REPLACE INTO TokenEntity VALUES('intentx','base','eip20',18,'0x7d27187eb33a7b1d99258ff222633670f84fa342');
INSERT OR REPLACE INTO TokenEntity VALUES('inter-milan-fan-token','chiliz','chiliz',null,'0x67e410b0e722ff2eec6ddcc7aefd3edbc2b9078d');
INSERT OR REPLACE INTO TokenEntity VALUES('interest-bearing-eth','ethereum','eip20',18,'0x67b66c99d3eb37fa76aa3ed1ff33e8e39f0b9c7a');
INSERT OR REPLACE INTO TokenEntity VALUES('interest-compounding-eth-index','ethereum','eip20',18,'0x7c07f7abe10ce8e33dc6c5ad68fe033085256a84');
INSERT OR REPLACE INTO TokenEntity VALUES('international-meme-fund','ethereum','eip20',18,'0x05be1d4c307c19450a6fd7ce7307ce72a3829a60');
INSERT OR REPLACE INTO TokenEntity VALUES('internet-computer','internet-computer','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('internet-of-energy-network','polygon-pos','eip20',18,'0xd0e9c8f5fae381459cf07ec506c1d2896e8b5df6');
INSERT OR REPLACE INTO TokenEntity VALUES('internet-of-energy-network','ethereum','eip20',18,'0x1e4e46b7bf03ece908c88ff7cc4975560010893a');
INSERT OR REPLACE INTO TokenEntity VALUES('internxt','ethereum','eip20',8,'0x4a8f5f96d5436e43112c2fbc6a9f70da9e4e16d4');
INSERT OR REPLACE INTO TokenEntity VALUES('interstellar-domain-order','binance-smart-chain','eip20',9,'0x617ba3d39e96c084e60c6db3f7b365a96ee4e555');
INSERT OR REPLACE INTO TokenEntity VALUES('intexcoin','ethereum','eip20',9,'0x7533d63a2558965472398ef473908e1320520ae2');
INSERT OR REPLACE INTO TokenEntity VALUES('inverse-ethereum-volatility-index-token','ethereum','eip20',18,'0x3a707d56d538e85b783e8ce12b346e7fb6511f90');
INSERT OR REPLACE INTO TokenEntity VALUES('inverse-finance','ethereum','eip20',18,'0x41d5d79431a913c4ae7d69a668ecdfe5ff9dfb68');
INSERT OR REPLACE INTO TokenEntity VALUES('invesco-qqq-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x0e397938c1aa0680954093495b70a9f5e2249aba');
INSERT OR REPLACE INTO TokenEntity VALUES('invest-zone','tron','eip20',18,'TSig7sWzEL2K83mkJMQtbyPpiVSbR6pZnb');
INSERT OR REPLACE INTO TokenEntity VALUES('io','solana','spl',8,'BZLbGTNCSFfoth2GYDtwr7e4imWzpR5jqcUuGEwr646K');
INSERT OR REPLACE INTO TokenEntity VALUES('iobusd','iotex','iotex',null,'0xacee9b11cd4b3f57e58880277ac72c8c41abe4e4');
INSERT OR REPLACE INTO TokenEntity VALUES('ioeth','iotex','iotex',null,'0x0258866edaf84d6081df17660357ab20a07d0c80');
INSERT OR REPLACE INTO TokenEntity VALUES('ioi-token','polygon-pos','eip20',6,'0xaf24765f631c8830b5528b57002241ee7eef1c14');
INSERT OR REPLACE INTO TokenEntity VALUES('ioi-token','ethereum','eip20',6,'0x8b3870df408ff4d7c3a26df852d41034eda11d81');
INSERT OR REPLACE INTO TokenEntity VALUES('ioi-token','binance-smart-chain','eip20',6,'0x959229d94c9060552daea25ac17193bca65d7884');
INSERT OR REPLACE INTO TokenEntity VALUES('ion','osmosis','osmosis',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iona-by-virtuals','base','eip20',18,'0x645c7aa841087e2e7f741c749ab27422ff5bba8e');
INSERT OR REPLACE INTO TokenEntity VALUES('iostoken','iostoken','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iota','iota','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iota-2','bittensor','bittensor',null,'9');
INSERT OR REPLACE INTO TokenEntity VALUES('iotex','binance-smart-chain','eip20',18,'0x9678e42cebeb63f23197d726b29b1cb20d0064e5');
INSERT OR REPLACE INTO TokenEntity VALUES('iotex','iotex','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iotexpad','binance-smart-chain','eip20',18,'0x049dd7532148826cde956c7b45fec8c30b514052');
INSERT OR REPLACE INTO TokenEntity VALUES('iotexpad','iotex','iotex',null,'0x0499a3ec965136bea01e4350113a2105724785dc');
INSERT OR REPLACE INTO TokenEntity VALUES('iotexshiba','iotex','iotex',null,'0x3ea683354bf8d359cd9ec6e08b5aec291d71d880');
INSERT OR REPLACE INTO TokenEntity VALUES('iousdc','iotex','iotex',null,'0x3b2bf2b523f54c4e454f08aa286d03115aff326c');
INSERT OR REPLACE INTO TokenEntity VALUES('iousdt','iotex','iotex',null,'0x6fbcdc1169b5130c59e72e51ed68a84841c98cd1');
INSERT OR REPLACE INTO TokenEntity VALUES('iowbtc','iotex','iotex',null,'0xc7b93720f73b037394ce00f954f849ed484a3dea');
INSERT OR REPLACE INTO TokenEntity VALUES('iown','ethereum','eip20',18,'0x555d051538c7a13712f1f590fa6b4c176ca4529f');
INSERT OR REPLACE INTO TokenEntity VALUES('iown','binance-smart-chain','eip20',18,'0x5d681b9839e237c4f1dc7d7486e6cb0a12b9654f');
INSERT OR REPLACE INTO TokenEntity VALUES('ipmb','polygon-pos','eip20',18,'0xace7eb41d6bad44907cda84a122f052c74cb7826');
INSERT OR REPLACE INTO TokenEntity VALUES('ipor','arbitrum-one','eip20',18,'0x34229b3f16fbcdfa8d8d9d17c0852f9496f4c7bb');
INSERT OR REPLACE INTO TokenEntity VALUES('ipor','ethereum','eip20',18,'0x1e4746dc744503b53b4a082cb3607b169a289090');
INSERT OR REPLACE INTO TokenEntity VALUES('ipor','base','eip20',18,'0xbd4e5c2f8de5065993d29a9794e2b7cefc41437a');
INSERT OR REPLACE INTO TokenEntity VALUES('ipx-token','ipx-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iq6900','solana','spl',6,'AsyfR3e5JcPqWot4H5MMhQUm7DZ4zwQrcp2zbB7vpump');
INSERT OR REPLACE INTO TokenEntity VALUES('iridium','iridium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iris-network','iris-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iris-network','osmosis','osmosis',null,'IBC/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0');
INSERT OR REPLACE INTO TokenEntity VALUES('iris-token-2','polygon-pos','eip20',18,'0xdab35042e63e93cc8556c9bae482e5415b5ac4b1');
INSERT OR REPLACE INTO TokenEntity VALUES('iris-token-2','harmony-shard-0','harmony-shard-0',null,'0x85fd5f8dbd0c9ef1806e6c7d4b787d438621c1dc');
INSERT OR REPLACE INTO TokenEntity VALUES('iron-bank','fantom','eip20',18,'0x00a35fd824c717879bf370e70ac6868b95870dfb');
INSERT OR REPLACE INTO TokenEntity VALUES('iron-bank-euro','ethereum','eip20',18,'0x96e61422b6a9ba0e068b6c5add4ffabc6a4aae27');
INSERT OR REPLACE INTO TokenEntity VALUES('iron-finance','polygon-pos','eip20',18,'0x4a81f8796e0c6ad4877a51c86693b0de8093f2ef');
INSERT OR REPLACE INTO TokenEntity VALUES('iron-fish','iron-fish','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('iron-stablecoin','polygon-pos','eip20',18,'0xd86b5923f3ad7b585ed81b448170ae026c65ae9a');
INSERT OR REPLACE INTO TokenEntity VALUES('iron-titanium-token','polygon-pos','eip20',18,'0xaaa5b9e6c589642f98a1cda99b9d024b8407285a');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-20-year-treasury-bond-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x992651bfeb9a0dcc4457610e284ba66d86489d4d');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-core-msci-eafe-etf-ondo-tokenized-etf','ethereum','eip20',18,'0xfeff7a377a86462f5a2a872009722c154707f09e');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-core-msci-emerging-markets-etf-ondo-tokenized-etf','ethereum','eip20',18,'0xcdd60d15125bf3362b6838d2506b0fa33bc1a515');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-core-s-p-500-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x62ca254a363dc3c748e7e955c20447ab5bf06ff7');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-core-s-p-total-us-stock-market-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x0692481c369e2bdc728a69ae31b848343a4567be');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-core-us-aggregate-bond-etf-ondo-tokenized-etf','ethereum','eip20',18,'0xff7cf16aa2ffc463b996db2f7b7cf0130336899d');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-gold-trust-ondo-tokenized-stock','ethereum','eip20',18,'0x4f0ca3df1c2e6b943cf82e649d576ffe7b2fabcf');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-msci-eafe-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x4111b60bc87f2bd1e81e783e271d7f0ec6ee088b');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-msci-emerging-markets-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x77a1a02e4a888ada8620b93c30de8a41e621126c');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-russell-1000-growth-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x8d05432c2786e3f93f1a9a62b9572dbf54f3ea06');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-silver-trust-ondo-tokenized-stock','ethereum','eip20',18,'0xf3e4872e6a4cf365888d93b6146a2baa7348f1a4');
INSERT OR REPLACE INTO TokenEntity VALUES('ishares-tips-bond-etf-ondo-tokenized-etf','ethereum','eip20',18,'0x2df38ca485d01fc15e4fd85847ed26b7ef871c1c');
INSERT OR REPLACE INTO TokenEntity VALUES('isiklar-coin','ethereum','eip20',4,'0x42726d074bba68ccc15200442b72afa2d495a783');
INSERT OR REPLACE INTO TokenEntity VALUES('island-token','ethereum','eip20',18,'0x157a6df6b74f4e5e45af4e4615fde7b49225a662');
INSERT OR REPLACE INTO TokenEntity VALUES('island-token','base','eip20',18,'0x157a6df6b74f4e5e45af4e4615fde7b49225a662');
INSERT OR REPLACE INTO TokenEntity VALUES('islander','avalanche','eip20',18,'0x3eefb18003d033661f84e48360ebecd181a84709');
INSERT OR REPLACE INTO TokenEntity VALUES('ispolink','ethereum','eip20',18,'0xc8807f0f5ba3fa45ffbdc66928d71c5289249014');
INSERT OR REPLACE INTO TokenEntity VALUES('istanbul-basaksehir-fan-token','chiliz','chiliz',null,'0x916fb58d0c474314afd399ee50e3528e543e9e9f');
INSERT OR REPLACE INTO TokenEntity VALUES('italian-brainrot','solana','spl',6,'BQX1cjcRHXmrqNtoFWwmE5bZj7RPneTmqXB979b2pump');
INSERT OR REPLACE INTO TokenEntity VALUES('itam-games','binance-smart-chain','eip20',18,'0x04c747b40be4d535fc83d09939fb0f626f32800b');
INSERT OR REPLACE INTO TokenEntity VALUES('itc','tron','eip20',18,'TQorn8S5iy6fMVkPJ41pjyYc9F7Axtm8B6');
INSERT OR REPLACE INTO TokenEntity VALUES('ithaca-protocol','binance-smart-chain','eip20',18,'0x49f1d4db3ea1a64390e990c6debeac88eac007ca');
INSERT OR REPLACE INTO TokenEntity VALUES('itheum','elrond','elrond',null,'ITHEUM-df6f26');
INSERT OR REPLACE INTO TokenEntity VALUES('iusd','cardano','cardano',6,'f66d78b4a3cb3d37afa0ec36461e51ecbde00f26c8f0a68f94b6988069555344');
INSERT OR REPLACE INTO TokenEntity VALUES('ivault','base','eip20',18,'0x4b12507e171970b3acd48edfeb5bd1c676e61280');
INSERT OR REPLACE INTO TokenEntity VALUES('ix-swap','polygon-pos','eip20',18,'0x1ba17c639bdaecd8dc4aac37df062d17ee43a1b8');
INSERT OR REPLACE INTO TokenEntity VALUES('ix-swap','ethereum','eip20',18,'0x73d7c860998ca3c01ce8c808f5577d94d545d1b4');
INSERT OR REPLACE INTO TokenEntity VALUES('ix-token','polygon-pos','eip20',18,'0xe06bd4f5aac8d0aa337d13ec88db6defc6eaeefe');
INSERT OR REPLACE INTO TokenEntity VALUES('ixcoin','ixcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ixicash','ethereum','eip20',8,'0x179cd91631d96e8fafee6a744eac6ffdbb923520');
INSERT OR REPLACE INTO TokenEntity VALUES('ixo','cosmos','cosmos',null,'ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B');
INSERT OR REPLACE INTO TokenEntity VALUES('izumi-finance','ethereum','eip20',18,'0x9ad37205d608b8b219e6a2573f922094cec5c200');
INSERT OR REPLACE INTO TokenEntity VALUES('izzy-2','ethereum','eip20',9,'0x9e72a0e219cff0011069ae7b0da73fa26280f41b');
INSERT OR REPLACE INTO TokenEntity VALUES('j3ff-by-virtuals','base','eip20',18,'0x7c3af051bfa356b8eaee35c273a21ad9223ee994');
INSERT OR REPLACE INTO TokenEntity VALUES('jade-currency','binance-smart-chain','eip20',18,'0x330f4fe5ef44b4d0742fe8bed8ca5e29359870df');
INSERT OR REPLACE INTO TokenEntity VALUES('jager-hunter','binance-smart-chain','eip20',18,'0x74836cc0e821a6be18e407e6388e430b689c66e9');
INSERT OR REPLACE INTO TokenEntity VALUES('jaiho-crypto','binance-smart-chain','eip20',9,'0x2fd2799e83a723b19026a979899dfb70bbf6bf6b');
INSERT OR REPLACE INTO TokenEntity VALUES('jaihoz','base','eip20',18,'0xe2816b27a5613b0aaf5d6dafa80584156e2fb1b6');
INSERT OR REPLACE INTO TokenEntity VALUES('jaihoz','ronin','ronin',18,'0xf299c912186195d02111d22c3ab863650256e05f');
INSERT OR REPLACE INTO TokenEntity VALUES('jailbreakme','solana','spl',6,'8cNmp9T2CMQRNZhNRoeSvr57LDf1kbZ42SvgsSWfpump');
INSERT OR REPLACE INTO TokenEntity VALUES('jambo','solana','spl',9,'Jambjx1oJoZNBZiqbiF9TqgatEZPdyfvYa9WVsKNzUh');
INSERT OR REPLACE INTO TokenEntity VALUES('jambo-2','near-protocol','near-protocol',18,'jambo-1679.meme-cooking.near');
INSERT OR REPLACE INTO TokenEntity VALUES('jambo-2','solana','spl',9,'2cMYUjUQJzrTcnxrD8JgL1BQL1AQKCtRkYLdmaTpCWYB');
INSERT OR REPLACE INTO TokenEntity VALUES('janitor','binance-smart-chain','eip20',18,'0x3c8d20001fe883934a15c949a3355a65ca984444');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-reward-token','ethereum','eip20',18,'0x8a9c67fee641579deba04928c4bc45f66e26343a');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-reward-token','polygon-pos','eip20',18,'0x596ebe76e2db4470966ea395b0d063ac6197a8c5');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-euro','ethereum','eip20',18,'0x0f17bc9a994b87b5225cfb6a2cd4d667adb4f20b');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-euro','gnosis','eip20',18,'0x9fb1d52596c44603198fb0aee434fac3a679f702');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-euro','binance-smart-chain','eip20',18,'0x23b8683ff98f9e4781552dfe6f12aa32814924e8');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-euro','polygon-pos','eip20',18,'0x4e3decbb3645551b8a19f0ea1678079fcb33fb4c');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-swiss-franc','ethereum','eip20',18,'0x53dfea0a8cc2a2a2e425e1c174bc162999723ea0');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-swiss-franc','polygon-pos','eip20',18,'0xbd1463f02f61676d53fd183c2b19282bff93d099');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-swiss-franc','binance-smart-chain','eip20',18,'0x7c869b5a294b1314e985283d01c702b62224a05f');
INSERT OR REPLACE INTO TokenEntity VALUES('jarvis-synthetic-swiss-franc','gnosis','eip20',18,'0x2d5563da42b06fbbf9c67b7dc073cf6a7842239e');
INSERT OR REPLACE INTO TokenEntity VALUES('jasmycoin','ethereum','eip20',18,'0x7420b4b9a0110cdc71fb720908340c03f9bc03ec');
INSERT OR REPLACE INTO TokenEntity VALUES('jatevo','solana','spl',9,'9VY2rDbtsBmTsBxoRF8hWSEUKGqnoQoe9V6W3JnjNgfm');
INSERT OR REPLACE INTO TokenEntity VALUES('javsphere','base','eip20',18,'0xedc68c4c54228d273ed50fc450e253f685a2c6b9');
INSERT OR REPLACE INTO TokenEntity VALUES('jax-network','ethereum','eip20',0,'0xca1262e77fb25c0a4112cfc9bad3ff54f617f2e6');
INSERT OR REPLACE INTO TokenEntity VALUES('jax-network','binance-smart-chain','eip20',0,'0xca1262e77fb25c0a4112cfc9bad3ff54f617f2e6');
INSERT OR REPLACE INTO TokenEntity VALUES('jd-coin','ethereum','eip20',18,'0x2fe39f22eac6d3c1c86dd9d143640ebb94609fce');
INSERT OR REPLACE INTO TokenEntity VALUES('jelly-my-jelly','solana','spl',null,'FeR8VBqNRSUD5NtXAj2n3j1dAHkZHfyDktKuLXD4pump');
INSERT OR REPLACE INTO TokenEntity VALUES('jen-hsun-huang','solana','spl',3,'C2nneybCJP2i6mk6Nu6SfTcxoNXNLjngnzwDgje2eNrr');
INSERT OR REPLACE INTO TokenEntity VALUES('jeo-boden','solana','spl',9,'3psH1Mj1f7yUfaD5gh6Zj7epE8hhrMkMETgv5TshQA4o');
INSERT OR REPLACE INTO TokenEntity VALUES('jerry-the-turtle-by-matt-furie','ethereum','eip20',18,'0x4e9623b7e5b6438542458f5ee828d65c24d3af8c');
INSERT OR REPLACE INTO TokenEntity VALUES('jester','ethereum','eip20',9,'0xa4bc2b90743294e5e6fd3321a9a131947f7785db');
INSERT OR REPLACE INTO TokenEntity VALUES('jesus-coin','ethereum','eip20',18,'0xba386a4ca26b85fd057ab1ef86e3dc7bdeb5ce70');
INSERT OR REPLACE INTO TokenEntity VALUES('jet','solana','spl',9,'JET6zMJWkCN9tpRT2v2jfAmm5VnQFDpUBCyaKojmGtz');
INSERT OR REPLACE INTO TokenEntity VALUES('jetcoin','ethereum','eip20',18,'0x8727c112c712c4a03371ac87a74dd6ab104af768');
INSERT OR REPLACE INTO TokenEntity VALUES('jett-crypto','binance-smart-chain','eip20',18,'0x9b403edc5c75232a6596bbe6ce4dcef44aec3bc0');
INSERT OR REPLACE INTO TokenEntity VALUES('jetton','the-open-network','the-open-network',9,'EQAQXlWJvGbbFfE8F3oS8s87lIgdovS455IsWFaRdmJetTon');
INSERT OR REPLACE INTO TokenEntity VALUES('jfin-coin','ethereum','eip20',18,'0x940bdcb99a0ee5fb008a606778ae87ed9789f257');
INSERT OR REPLACE INTO TokenEntity VALUES('jigstack','ethereum','eip20',18,'0x1f8a626883d7724dbd59ef51cbd4bf1cf2016d13');
INSERT OR REPLACE INTO TokenEntity VALUES('jindo-inu','binance-smart-chain','eip20',9,'0x5fead99998788ac1bca768796483d899f1aef4c4');
INSERT OR REPLACE INTO TokenEntity VALUES('jingle','solana','spl',6,'WrDYG6miZG2UcXAGN6jQ73ukbigGEHbZovjY7GVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('jito-governance-token','solana','spl',9,'jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL');
INSERT OR REPLACE INTO TokenEntity VALUES('jito-staked-sol','solana','spl',9,'J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn');
INSERT OR REPLACE INTO TokenEntity VALUES('jobchain','ethereum','eip20',8,'0xdfbc9050f5b01df53512dcc39b4f2b2bbacd517a');
INSERT OR REPLACE INTO TokenEntity VALUES('jobcoin-2','solana','spl',6,'AyrQpt5xsVYiN4BqgZdd2tZJAWswT9yLUZmP1jKqpump');
INSERT OR REPLACE INTO TokenEntity VALUES('jobiess','binance-smart-chain','eip20',18,'0xa524b11473b7ce7eb1dc883a585e64471a734444');
INSERT OR REPLACE INTO TokenEntity VALUES('joe','avalanche','eip20',18,'0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd');
INSERT OR REPLACE INTO TokenEntity VALUES('joe-coin','ethereum','eip20',18,'0x76e222b07c53d28b89b0bac18602810fc22b49a8');
INSERT OR REPLACE INTO TokenEntity VALUES('johnny-suede','solana','spl',6,'2nCeHpECQvnMfzjU5fDMAKws1vBxMzxvWr6qqLpApump');
INSERT OR REPLACE INTO TokenEntity VALUES('joi','binance-smart-chain','eip20',18,'0x5df0a19605b7b31716fc83dcfc6a79a36ef7a0f2');
INSERT OR REPLACE INTO TokenEntity VALUES('jojo','binance-smart-chain','eip20',9,'0x78a499a998bdd5a84cf8b5abe49100d82de12f1c');
INSERT OR REPLACE INTO TokenEntity VALUES('jojoworld','binance-smart-chain','eip20',18,'0x953783617a71a888f8b04f397f2c9e1a7c37af7e');
INSERT OR REPLACE INTO TokenEntity VALUES('joke','solana','spl',6,'jokeSc37tSJ5V5MYTmLtKh3SZf11vWd2i8eZC9sd74m');
INSERT OR REPLACE INTO TokenEntity VALUES('jones-dao','arbitrum-one','eip20',18,'0x10393c20975cf177a3513071bc110f7962cd67da');
INSERT OR REPLACE INTO TokenEntity VALUES('joss-money','solana','spl',6,'HZNnmhAY6xfq2iKRyBTEvTVeoTYJzpkK8mfnfG8Ppump');
INSERT OR REPLACE INTO TokenEntity VALUES('joystick-labs','binance-smart-chain','eip20',18,'0xb85447b4854e848904471728e6106356bcb4861b');
INSERT OR REPLACE INTO TokenEntity VALUES('jpeg-d','ethereum','eip20',18,'0xe80c0cd204d654cebe8dd64a4857cab6be8345a3');
INSERT OR REPLACE INTO TokenEntity VALUES('jpool','solana','spl',9,'7Q2afV64in6N6SeZsAAB81TJzwDoD6zpqmHkzi9Dcavn');
INSERT OR REPLACE INTO TokenEntity VALUES('jpyc','gnosis','eip20',18,'0x417602f4fbdd471a431ae29fb5fe0a681964c11b');
INSERT OR REPLACE INTO TokenEntity VALUES('jpyc','shiden network','shiden network',null,'0x735abe48e8782948a37c7765ecb76b98cde97b0f');
INSERT OR REPLACE INTO TokenEntity VALUES('jpyc','ethereum','eip20',18,'0x2370f9d504c7a6e775bf6e14b3f12846b594cd53');
INSERT OR REPLACE INTO TokenEntity VALUES('jpyc','polygon-pos','eip20',18,'0x6ae7dfc73e0dde2aa99ac063dcf7e8a63265108c');
INSERT OR REPLACE INTO TokenEntity VALUES('jpyc','avalanche','eip20',18,'0x431d5dff03120afa4bdf332c61a6e1766ef37bdb');
INSERT OR REPLACE INTO TokenEntity VALUES('juggernaut','binance-smart-chain','eip20',18,'0xc13b7a43223bb9bf4b69bd68ab20ca1b79d81c75');
INSERT OR REPLACE INTO TokenEntity VALUES('juggernaut','ethereum','eip20',18,'0x73374ea518de7addd4c2b624c0e8b113955ee041');
INSERT OR REPLACE INTO TokenEntity VALUES('juggernaut','avalanche','eip20',18,'0x4e3642603a75528489c2d94f86e9507260d3c5a1');
INSERT OR REPLACE INTO TokenEntity VALUES('juice-finance','blast','blast',18,'0x818a92bc81aad0053d72ba753fb5bc3d0c5c0923');
INSERT OR REPLACE INTO TokenEntity VALUES('juicebox','ethereum','eip20',18,'0x3abf2a4f8452ccc2cf7b4c1e4663147600646f66');
INSERT OR REPLACE INTO TokenEntity VALUES('juicy','avalanche','eip20',18,'0xc654721fbf1f374fd9ffa3385bba2f4932a6af55');
INSERT OR REPLACE INTO TokenEntity VALUES('juliaos','solana','spl',6,'JosjEXh69RckgSs2AWsN1xN8zmiSHxBuJjHLURJnHhg');
INSERT OR REPLACE INTO TokenEntity VALUES('julswap','binance-smart-chain','eip20',18,'0x5a41f637c3f7553dba6ddc2d3ca92641096577ea');
INSERT OR REPLACE INTO TokenEntity VALUES('julswap','harmony-shard-0','harmony-shard-0',null,'0x504d7d5bd2075fa782fbd0be9bea4cdc7e25f5a1');
INSERT OR REPLACE INTO TokenEntity VALUES('jumptoken','binance-smart-chain','eip20',18,'0x88d7e9b65dc24cf54f5edef929225fc3e1580c25');
INSERT OR REPLACE INTO TokenEntity VALUES('jumptoken','celo','celo',18,'0x1d18d0386f51ab03e7e84e71bda1681eba865f1f');
INSERT OR REPLACE INTO TokenEntity VALUES('jumptoken','ethereum','eip20',18,'0x420a24c9c65bd44c48bfb1cc8d6cd1ea8b1ac840');
INSERT OR REPLACE INTO TokenEntity VALUES('jumptoken','polygon-pos','eip20',18,'0x03cf5d93ca7c70ce0a21a09f4d70779d2c66b25a');
INSERT OR REPLACE INTO TokenEntity VALUES('jungle','solana','spl',9,'Aogv6j1wWiBAZcqRNN1Y89eozda2ke6rkc4CYy7c4iCi');
INSERT OR REPLACE INTO TokenEntity VALUES('juno-network','cosmos','cosmos',null,'ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED');
INSERT OR REPLACE INTO TokenEntity VALUES('jupiter','binance-smart-chain','eip20',18,'0x0231f91e02debd20345ae8ab7d71a41f8e140ce7');
INSERT OR REPLACE INTO TokenEntity VALUES('jupiter','ethereum','eip20',18,'0x4b1e80cac91e2216eeb63e29b957eb91ae9c2be8');
INSERT OR REPLACE INTO TokenEntity VALUES('jupiter-exchange-solana','solana','spl',6,'JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN');
INSERT OR REPLACE INTO TokenEntity VALUES('jupiter-perpetuals-liquidity-provider-token','solana','spl',6,'27G8MtK7VtTcCHkpASjSDdkWWYfoqT6ggEuKidVJidD4');
INSERT OR REPLACE INTO TokenEntity VALUES('jupiter-staked-sol','solana','spl',9,'jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v');
INSERT OR REPLACE INTO TokenEntity VALUES('juris-protocol','terra','terra',6,'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2');
INSERT OR REPLACE INTO TokenEntity VALUES('juris-protocol','osmosis','osmosis',6,'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98');
INSERT OR REPLACE INTO TokenEntity VALUES('just','tron','eip20',18,'TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9');
INSERT OR REPLACE INTO TokenEntity VALUES('just-a-little-guy','solana','spl',6,'3Cmv9wxP1yNQZErQEFabB3L8uHxz49AtCRMrbKnBSozq');
INSERT OR REPLACE INTO TokenEntity VALUES('just-buy-1-worth-of-this-coin','solana','spl',6,'GHichsGq8aPnqJyz6Jp1ASTK4PNLpB5KrD6XrfDjpump');
INSERT OR REPLACE INTO TokenEntity VALUES('just-kira','solana','spl',6,'HBV58vtGSRWDppXpaER3KCRU2SyH5Z9YPTF92PTwKvzq');
INSERT OR REPLACE INTO TokenEntity VALUES('just-memecoin','solana','spl',6,'4daoTLufDmV3ods48Zh8rymaZKBLtgEvuH9qALYLbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('justice-for-zachxbt','solana','spl',6,'M5MFPbS4X6eYek21xhFU38DTavMLuGY9eyC5p8Tpump');
INSERT OR REPLACE INTO TokenEntity VALUES('juventus-fan-token','chiliz','chiliz',null,'0x14a5750b0e54b57d12767b84a326c9fe59472da5');
INSERT OR REPLACE INTO TokenEntity VALUES('k-tune','ethereum','eip20',18,'0x14cc8dfaf2258e1b8b2869300dba1b734dc0fe43');
INSERT OR REPLACE INTO TokenEntity VALUES('k21','ethereum','eip20',18,'0xb9d99c33ea2d86ec5ec6b8a4dd816ebba64404af');
INSERT OR REPLACE INTO TokenEntity VALUES('kabosu','binance-smart-chain','eip20',9,'0x4a824ee819955a7d769e03fe36f9e0c3bd3aa60b');
INSERT OR REPLACE INTO TokenEntity VALUES('kabosu-erc20','ethereum','eip20',18,'0xd86571bfb6753c252764c4ae37fd54888774d32e');
INSERT OR REPLACE INTO TokenEntity VALUES('kaby-arena','binance-smart-chain','eip20',18,'0x02a40c048ee2607b5f5606e445cfc3633fb20b58');
INSERT OR REPLACE INTO TokenEntity VALUES('kaby-arena','polygon-pos','eip20',18,'0x5198e7cc1640049de37d1bd10b03fa5a3afda120');
INSERT OR REPLACE INTO TokenEntity VALUES('kadena','kadena','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kai-ken','ethereum','eip20',9,'0xa045fe936e26e1e1e1fb27c1f2ae3643acde0171');
INSERT OR REPLACE INTO TokenEntity VALUES('kaia','kaia','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kaito','base','eip20',18,'0x98d0baa52b2d063e780de12f615f963fe8537553');
INSERT OR REPLACE INTO TokenEntity VALUES('kaka','solana','spl',6,'FH6jc68WzeAUXKp6uDg9QPciTeU75o32xFDzKLzmbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('kaka-nft-world','binance-smart-chain','eip20',18,'0x26a1bdfa3bb86b2744c4a42ebfdd205761d13a8a');
INSERT OR REPLACE INTO TokenEntity VALUES('kala','kala','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kalao','avalanche','eip20',18,'0xb27c8941a7df8958a1778c0259f76d1f8b711c35');
INSERT OR REPLACE INTO TokenEntity VALUES('kalmar','fantom','eip20',18,'0x4f851750a3e6f80f1e1f89c67b56960bfc29a934');
INSERT OR REPLACE INTO TokenEntity VALUES('kalmar','binance-smart-chain','eip20',18,'0x4ba0057f784858a48fe351445c672ff2a3d43515');
INSERT OR REPLACE INTO TokenEntity VALUES('kalmar','avalanche','eip20',18,'0x62aceea3e666c5706ce1c61055fac1a669d31d93');
INSERT OR REPLACE INTO TokenEntity VALUES('kambria','ethereum','eip20',18,'0x14da230d6726c50f759bc1838717f8ce6373509c');
INSERT OR REPLACE INTO TokenEntity VALUES('kamino','solana','spl',6,'KMNo3nJsBXfcpJTVhZcXLW7RmTwTt4GVFE7suUBo9sS');
INSERT OR REPLACE INTO TokenEntity VALUES('kampay','binance-smart-chain','eip20',18,'0x8e984e03ab35795c60242c902ece2450242c90e9');
INSERT OR REPLACE INTO TokenEntity VALUES('kampay','polygon-pos','eip20',18,'0x39fc9e94caeacb435842fadedecb783589f50f5f');
INSERT OR REPLACE INTO TokenEntity VALUES('kan','ethereum','eip20',18,'0x1410434b0346f5be678d0fb554e5c7ab620f8f4a');
INSERT OR REPLACE INTO TokenEntity VALUES('kanaloa-network','binance-smart-chain','eip20',18,'0x0328a69b363a16f66810b23cb0b8d32abadb203d');
INSERT OR REPLACE INTO TokenEntity VALUES('kangal','binance-smart-chain','eip20',18,'0xd632bd021a07af70592ce1e18717ab9aa126decb');
INSERT OR REPLACE INTO TokenEntity VALUES('kangal','polygon-pos','eip20',18,'0x34f380a4e3389e99c0369264453523bbe5af7fab');
INSERT OR REPLACE INTO TokenEntity VALUES('kangal','ethereum','eip20',18,'0x6e765d26388a17a6e86c49a8e41df3f58abcd337');
INSERT OR REPLACE INTO TokenEntity VALUES('kanstar','ronin','ronin',null,'0x0176eea5ec1bf7420617a80a046547793ad4c147');
INSERT OR REPLACE INTO TokenEntity VALUES('kanzzai','ethereum','eip20',9,'0xa7d48da33cf6ac74ed2ba71b7e33005dc51adbb7');
INSERT OR REPLACE INTO TokenEntity VALUES('karat-galaxy','binance-smart-chain','eip20',18,'0x57f2be3e97e7653a2e6d6bddda40160d202d5305');
INSERT OR REPLACE INTO TokenEntity VALUES('karate-combat','ethereum','eip20',18,'0x80008bcd713c38af90a9930288d446bc3bd2e684');
INSERT OR REPLACE INTO TokenEntity VALUES('karate-combat','hedera-hashgraph','hedera-hashgraph',null,'0.0.2283230');
INSERT OR REPLACE INTO TokenEntity VALUES('karbo','karbo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kardiachain','kardiachain','kardiachain',null,'0xaf984e23eaa3e7967f3c5e007fbe397d8566d23d');
INSERT OR REPLACE INTO TokenEntity VALUES('kardiachain','binance-smart-chain','eip20',18,'0x39ae8eefb05138f418bb27659c21632dc1ddab10');
INSERT OR REPLACE INTO TokenEntity VALUES('karencoin','binance-smart-chain','eip20',9,'0xfd42728b76772a82ccad527e298dd15a55f4ddd6');
INSERT OR REPLACE INTO TokenEntity VALUES('karmacoin-2','solana','spl',6,'EdN7mEndu6esJox7WxDdPhGZhmhYkFN9bTgsAxnNpump');
INSERT OR REPLACE INTO TokenEntity VALUES('karrat','ethereum','eip20',18,'0xacd2c239012d17beb128b0944d49015104113650');
INSERT OR REPLACE INTO TokenEntity VALUES('karsiyaka-taraftar-token','Bitcichain','Bitcichain',null,'0xf425bc8ad12770fcd039d98681a5d653f5783214');
INSERT OR REPLACE INTO TokenEntity VALUES('karum','base','eip20',18,'0xf3280115245a7470e7bbdd35e2b4f4094f511443');
INSERT OR REPLACE INTO TokenEntity VALUES('karura','karura','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kaspa','kaspa','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kasta','polygon-pos','eip20',18,'0x235737dbb56e8517391473f7c964db31fa6ef280');
INSERT OR REPLACE INTO TokenEntity VALUES('katana-inu','ethereum','eip20',18,'0x2e85ae1c47602f7927bcabc2ff99c40aa222ae15');
INSERT OR REPLACE INTO TokenEntity VALUES('katana-inu','binance-smart-chain','eip20',18,'0x6d6ba21e4c4b29ca7bfa1c344ba1e35b8dae7205');
INSERT OR REPLACE INTO TokenEntity VALUES('kattana','ethereum','eip20',18,'0x491e136ff7ff03e6ab097e54734697bb5802fc1c');
INSERT OR REPLACE INTO TokenEntity VALUES('kattana','binance-smart-chain','eip20',18,'0xdae6c2a48bfaa66b43815c5548b10800919c993e');
INSERT OR REPLACE INTO TokenEntity VALUES('kava','binancecoin','bep2',null,'KAVA-10C');
INSERT OR REPLACE INTO TokenEntity VALUES('kava-lend','kava','kava',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kava-swap','kava-swap','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kawaii-islands','binance-smart-chain','eip20',18,'0x257a8d1e03d17b8535a182301f15290f11674b53');
INSERT OR REPLACE INTO TokenEntity VALUES('kazonomics','base','eip20',18,'0xca416d6d3c2b3a8a2c48419b53dd611420ffa776');
INSERT OR REPLACE INTO TokenEntity VALUES('kcc-bridged-weth-kucoin-community-chain','kucoin-community-chain','kucoin-community-chain',18,'0xf55af137a98607f7ed2efefa4cd2dfe70e4253b1');
INSERT OR REPLACE INTO TokenEntity VALUES('kccpad','binance-smart-chain','eip20',18,'0x11582ef4642b1e7f0a023804b497656e2663bc9b');
INSERT OR REPLACE INTO TokenEntity VALUES('kdag','ethereum','eip20',18,'0x95e40e065afb3059dcabe4aaf404c1f92756603a');
INSERT OR REPLACE INTO TokenEntity VALUES('kdr','ronin','ronin',18,'0xc6046fa4b8961b0e9d823bb3f2dde8fe161d547d');
INSERT OR REPLACE INTO TokenEntity VALUES('keep-network','ethereum','eip20',18,'0x85eee30c52b0b379b046fb0f85f4f3dc3009afec');
INSERT OR REPLACE INTO TokenEntity VALUES('keep-network','harmony-shard-0','harmony-shard-0',null,'0x43bf77db5e784b263a459141bdcdf5cf6987936d');
INSERT OR REPLACE INTO TokenEntity VALUES('keep3rv1','ethereum','eip20',18,'0x1ceb5cb57c4d4e2b2433641b95dd330a33185a44');
INSERT OR REPLACE INTO TokenEntity VALUES('keep3rv1','fantom','eip20',18,'0x2a5062d22adcfaafbd5c541d4da82e4b450d4212');
INSERT OR REPLACE INTO TokenEntity VALUES('keeta','base','eip20',18,'0xc0634090f2fe6c6d75e61be2b949464abb498973');
INSERT OR REPLACE INTO TokenEntity VALUES('kek-5','ethereum','eip20',18,'0x7beb8f36650e9327d8c52735e3b3c9d1521576e3');
INSERT OR REPLACE INTO TokenEntity VALUES('keke-terminal','solana','spl',6,'Gp8GVGPc8QCe4Jn6ryG5YKokG5bjKycATEzqpeyspump');
INSERT OR REPLACE INTO TokenEntity VALUES('kekistan','ethereum','eip20',9,'0x4ade2b180f65ed752b6f1296d0418ad21eb578c0');
INSERT OR REPLACE INTO TokenEntity VALUES('kekius-maximus','ethereum','eip20',9,'0x26e550ac11b26f78a04489d5f20f24e3559f7dd9');
INSERT OR REPLACE INTO TokenEntity VALUES('kekius-maximus-2','solana','spl',6,'HuAncxDEsakCDgZS2Yfo9xJbHmtHXMnxxkT9jqdXnHhm');
INSERT OR REPLACE INTO TokenEntity VALUES('kekius-maximus-4','solana','spl',6,'FThrNpdic79XRV6i9aCWQ2UTp7oRQuCXAgUWtZR2cs42');
INSERT OR REPLACE INTO TokenEntity VALUES('kelp-dao-restaked-eth','ethereum','eip20',18,'0xa1290d69c65a6fe4df752f95823fae25cb99e5a7');
INSERT OR REPLACE INTO TokenEntity VALUES('kelp-gain','ethereum','eip20',18,'0xe1b4d34e8754600962cd944b535180bd758e6c2e');
INSERT OR REPLACE INTO TokenEntity VALUES('kelvpn','ethereum','eip20',18,'0x4abb9cc67bd3da9eb966d1159a71a0e68bd15432');
INSERT OR REPLACE INTO TokenEntity VALUES('kelvpn','binance-smart-chain','eip20',18,'0x4e1b16ef22935a575a6811d4616f98c4077e4408');
INSERT OR REPLACE INTO TokenEntity VALUES('kendu-inu','ethereum','eip20',18,'0xaa95f26e30001251fb905d264aa7b00ee9df6c18');
INSERT OR REPLACE INTO TokenEntity VALUES('kepler','avalanche','eip20',18,'0xb9a98894ffbfa98c73a818b5b044e5b1c8666f56');
INSERT OR REPLACE INTO TokenEntity VALUES('kernel-2','ethereum','eip20',18,'0x3f80b1c54ae920be41a77f8b902259d48cf24ccf');
INSERT OR REPLACE INTO TokenEntity VALUES('kernel-2','binance-smart-chain','eip20',18,'0x9ecaf80c1303cca8791afbc0ad405c8a35e8d9f1');
INSERT OR REPLACE INTO TokenEntity VALUES('kernel-2','arbitrum-one','eip20',18,'0x6e401189c8a68d05562c9bab7f674f910821eacf');
INSERT OR REPLACE INTO TokenEntity VALUES('ket','avalanche','eip20',18,'0xffff003a6bad9b743d658048742935fffe2b6ed7');
INSERT OR REPLACE INTO TokenEntity VALUES('key-2','binance-smart-chain','eip20',8,'0xc7ab2c545aa6f0ce5571120f84a9abbc9f4736db');
INSERT OR REPLACE INTO TokenEntity VALUES('keyboard-cat-base','base','eip20',18,'0x9a26f5433671751c3276a065f57e5a02d2817973');
INSERT OR REPLACE INTO TokenEntity VALUES('keyfi','ethereum','eip20',18,'0xb8647e90c0645152fccf4d9abb6b59eb4aa99052');
INSERT OR REPLACE INTO TokenEntity VALUES('keyfi','polygon-pos','eip20',18,'0xd1a5f2a049343fc4d5f8d478f734eba51b22375e');
INSERT OR REPLACE INTO TokenEntity VALUES('keyfi','binance-smart-chain','eip20',18,'0x4b6000f9163de2e3f0a01ec37e06e1469dbbce9d');
INSERT OR REPLACE INTO TokenEntity VALUES('keys-token','ethereum','eip20',9,'0xe0a189c975e4928222978a74517442239a0b86ff');
INSERT OR REPLACE INTO TokenEntity VALUES('kgen','aptos','aptos',8,'0x2a8227993a4e38537a57caefe5e7e9a51327bf6cd732c1f56648f26f68304ebc');
INSERT OR REPLACE INTO TokenEntity VALUES('kgen','binance-smart-chain','eip20',8,'0xf3d5b4c34ed623478cc5141861776e6cf7ae3a1e');
INSERT OR REPLACE INTO TokenEntity VALUES('khaokheowzoo','solana','spl',6,'AiQcnL5gPjEXVH1E1FGUdN1WhPz4qXAZfQJxpGrJpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ki','cosmos','cosmos',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ki','ethereum','eip20',6,'0x4f6103bad230295bacf30f914fda7d4273b7f585');
INSERT OR REPLACE INTO TokenEntity VALUES('kiba-inu','ethereum','eip20',18,'0x005d1123878fc55fbd56b54c73963b234a64af3c');
INSERT OR REPLACE INTO TokenEntity VALUES('kiba-inu','binance-smart-chain','eip20',18,'0x31d3778a7ac0d98c4aaa347d8b6eaf7977448341');
INSERT OR REPLACE INTO TokenEntity VALUES('kiboshib','arbitrum-one','eip20',18,'0xf525e73bdeb4ac1b0e741af3ed8a8cbb43ab0756');
INSERT OR REPLACE INTO TokenEntity VALUES('kiboshib','base','eip20',18,'0xc7dcca0a3e69bd762c8db257f868f76be36c8514');
INSERT OR REPLACE INTO TokenEntity VALUES('kiboshib','solana','spl',8,'BxBkTCHsrcYChcwB459CAGPX9x4fWSVnmzqh5efgUN1R');
INSERT OR REPLACE INTO TokenEntity VALUES('kiboshib','ethereum','eip20',18,'0x02e7f808990638e9e67e1f00313037ede2362361');
INSERT OR REPLACE INTO TokenEntity VALUES('kick','binance-smart-chain','eip20',10,'0x824a50df33ac1b41afc52f4194e2e8356c17c3ac');
INSERT OR REPLACE INTO TokenEntity VALUES('kick','ethereum','eip20',10,'0x824a50df33ac1b41afc52f4194e2e8356c17c3ac');
INSERT OR REPLACE INTO TokenEntity VALUES('kick','harmony-shard-0','harmony-shard-0',null,'0xc63fd3e9c9527ccdf1d331bbadfe21e77e357b5e');
INSERT OR REPLACE INTO TokenEntity VALUES('kickpad','binance-smart-chain','eip20',18,'0xcfefa64b0ddd611b125157c41cd3827f2e8e8615');
INSERT OR REPLACE INTO TokenEntity VALUES('kiki-2','solana','spl',6,'HhCLbkW6FwhriTkk81W8tYstsRCLUu6Y7Je1SQjVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('kill-big-beautiful-bill','solana','spl',6,'npB9cxTzwUiGt7jk2dXZa52xZve8SgVD6Et9Bpipump');
INSERT OR REPLACE INTO TokenEntity VALUES('kiloex','binance-smart-chain','eip20',18,'0x503fa24b7972677f00c4618e5fbe237780c1df53');
INSERT OR REPLACE INTO TokenEntity VALUES('kilt-protocol','polkadot','polkadot',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kilt-protocol-2','base','eip20',18,'0x5d0dd05bb095fdd6af4865a1adf97c39c85ad2d8');
INSERT OR REPLACE INTO TokenEntity VALUES('kima','cosmos','cosmos',6,'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C');
INSERT OR REPLACE INTO TokenEntity VALUES('kima','arbitrum-one','eip20',18,'0x94fcd9c18f99538c0f7c61c5500ca79f0d5c4dab');
INSERT OR REPLACE INTO TokenEntity VALUES('kimbo','avalanche','eip20',18,'0x184ff13b3ebcb25be44e860163a5d8391dd568c1');
INSERT OR REPLACE INTO TokenEntity VALUES('kimchi-finance','ethereum','eip20',18,'0x1e18821e69b9faa8e6e75dffe54e7e25754beda0');
INSERT OR REPLACE INTO TokenEntity VALUES('kin','solana','spl',5,'kinXdEcpDQeHPEuQnqmUgtYykqKGVFq6CeVX5iAHJq6');
INSERT OR REPLACE INTO TokenEntity VALUES('kindnesscoin','solana','spl',6,'V5cCiSixPLAiEDX2zZquT5VuLm4prr5t35PWmjNpump');
INSERT OR REPLACE INTO TokenEntity VALUES('kine-protocol','ethereum','eip20',18,'0xcbfef8fdd706cde6f208460f2bf39aa9c785f05d');
INSERT OR REPLACE INTO TokenEntity VALUES('kinesis-gold','kinesis-gold','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kinesis-silver','kinesis-silver','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kinetixfi','ethereum','eip20',18,'0x0bbcefa5f3630cae34842cb9d9b36bc0d4257a0d');
INSERT OR REPLACE INTO TokenEntity VALUES('kinetixfi','polygon-pos','eip20',18,'0x8ad3d3e6b1b7b65138bd508e48330b544539b2c3');
INSERT OR REPLACE INTO TokenEntity VALUES('kinetixfi','base','eip20',18,'0x3c3860d89b81c91974fc1f8a41aeeef604c17058');
INSERT OR REPLACE INTO TokenEntity VALUES('kinetixfi','kava','kava',18,'0x52369b1539ea8f4e1eadeef18d85462dcf9a3658');
INSERT OR REPLACE INTO TokenEntity VALUES('king-shiba','binance-smart-chain','eip20',9,'0x84f4f7cdb4574c9556a494dab18ffc1d1d22316c');
INSERT OR REPLACE INTO TokenEntity VALUES('kingdom-game-4-0','binance-smart-chain','eip20',18,'0x87a2d9a9a6b2d61b2a57798f1b4b2ddd19458fb6');
INSERT OR REPLACE INTO TokenEntity VALUES('kip','ethereum','eip20',18,'0x946fb08103b400d1c79e07acccdef5cfd26cd374');
INSERT OR REPLACE INTO TokenEntity VALUES('kira-3','solana','spl',6,'CefZxozhhxK88XPJoeWBczYSaBPd35tsKnziTH6Cpump');
INSERT OR REPLACE INTO TokenEntity VALUES('kira-network','binance-smart-chain','eip20',6,'0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e');
INSERT OR REPLACE INTO TokenEntity VALUES('kira-network','ethereum','eip20',6,'0x16980b3b4a3f9d89e33311b5aa8f80303e5ca4f8');
INSERT OR REPLACE INTO TokenEntity VALUES('kirakuru','solana','spl',6,'AY2Qidgrky4TFymeJKe36w5buY7QWK7TSd7obQLupump');
INSERT OR REPLACE INTO TokenEntity VALUES('kirobo','polygon-pos','eip20',18,'0xb382c1cfa622795a534e5bd56fac93d59bac8b0d');
INSERT OR REPLACE INTO TokenEntity VALUES('kirobo','ethereum','eip20',18,'0xb1191f691a355b43542bea9b8847bc73e7abb137');
INSERT OR REPLACE INTO TokenEntity VALUES('kirobo','binance-smart-chain','eip20',18,'0xf83c0f6d3a5665bd7cfdd5831a856d85942bc060');
INSERT OR REPLACE INTO TokenEntity VALUES('kishu-inu','ethereum','eip20',9,'0xa2b4c0af19cc16a6cfacce81f192b024d625817d');
INSERT OR REPLACE INTO TokenEntity VALUES('kishu-inu','harmony-shard-0','harmony-shard-0',null,'0x147e4bc895dc5995be2c8523a3ed6ff708beaec3');
INSERT OR REPLACE INTO TokenEntity VALUES('kishu-inu','fantom','eip20',9,'0x97513e975a7fa9072c72c92d8000b0db90b163c5');
INSERT OR REPLACE INTO TokenEntity VALUES('kitsumon','polygon-pos','eip20',18,'0x44d09156c7b4acf0c64459fbcced7613f5519918');
INSERT OR REPLACE INTO TokenEntity VALUES('kitsune-2','solana','spl',6,'9hfKxLSnwh4LhpRgmxBYDRgrKeYUgszMePKxuidPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('kittekoin','ethereum','eip20',9,'0x7b0df1cd724ec34ec9bc4bd19749b01afb490761');
INSERT OR REPLACE INTO TokenEntity VALUES('kitten-haimer','solana','spl',8,'3TWgDvYBL2YPET2LxnWAwsMeoA8aL4DutNuwat2pKCjC');
INSERT OR REPLACE INTO TokenEntity VALUES('kittenfinance','ethereum','eip20',18,'0x177ba0cac51bfc7ea24bad39d81dcefd59d74faa');
INSERT OR REPLACE INTO TokenEntity VALUES('kitty-inu','binance-smart-chain','eip20',9,'0x044727e50ff30db57fad06ff4f5846eab5ea52a2');
INSERT OR REPLACE INTO TokenEntity VALUES('kitty-inu','ethereum','eip20',9,'0x044727e50ff30db57fad06ff4f5846eab5ea52a2');
INSERT OR REPLACE INTO TokenEntity VALUES('kittycake','binance-smart-chain','eip20',18,'0xc22e8114818a918260662375450e19ac73d32852');
INSERT OR REPLACE INTO TokenEntity VALUES('kiwi-2','ethereum','eip20',9,'0xcca28c3aba68ae6dc88f63ceb43efa11a9ca144e');
INSERT OR REPLACE INTO TokenEntity VALUES('klaus','ethereum','eip20',9,'0xb612bfc5ce2fb1337bd29f5af24ca85dbb181ce2');
INSERT OR REPLACE INTO TokenEntity VALUES('klaycity-orb','ethereum','eip20',18,'0x3c917054e03485808137eb306eafa8da0ab695cd');
INSERT OR REPLACE INTO TokenEntity VALUES('klaycity-orb','polygon-pos','eip20',18,'0x20c750c57c3bc5145af4b7a33d4fb66a8e79fe05');
INSERT OR REPLACE INTO TokenEntity VALUES('klayswap-protocol','kaia','eip20',18,'0xc6a2ad8cc6e4a7e08fc37cc5954be07d499e7654');
INSERT OR REPLACE INTO TokenEntity VALUES('kled-ai','solana','spl',9,'1zJX5gRnjLgmTpq5sVwkq69mNDQkCemqoasyjaPW6jm');
INSERT OR REPLACE INTO TokenEntity VALUES('kleekai','ethereum','eip20',9,'0xa67e9f021b9d208f7e3365b2a155e3c55b27de71');
INSERT OR REPLACE INTO TokenEntity VALUES('kleros','ethereum','eip20',18,'0x93ed3fbe21207ec2e8f2d3c3de6e058cb73bc04d');
INSERT OR REPLACE INTO TokenEntity VALUES('klever','tron','eip20',6,'TVj7RNVHy6thbM7BWdSe9G6gXwKhjhdNZS');
INSERT OR REPLACE INTO TokenEntity VALUES('klever-finance','tron','eip20',6,'TS2oVhqVNh1asf5X6wcdojScUMBg8on726');
INSERT OR REPLACE INTO TokenEntity VALUES('klima-dao','polygon-pos','eip20',9,'0x4e78011ce80ee02d2c3e649fb657e45898257815');
INSERT OR REPLACE INTO TokenEntity VALUES('klink-finance','binance-smart-chain','eip20',18,'0x76e9b54b49739837be8ad10c3687fc6b543de852');
INSERT OR REPLACE INTO TokenEntity VALUES('knight-war-spirits','binance-smart-chain','eip20',18,'0x5d0e95c15ca50f13fb86938433269d03112409fe');
INSERT OR REPLACE INTO TokenEntity VALUES('knit-finance','ethereum','eip20',18,'0xef53462838000184f35f7d991452e5f25110b207');
INSERT OR REPLACE INTO TokenEntity VALUES('knit-finance','binance-smart-chain','eip20',18,'0x1b41a1ba7722e6431b1a782327dbe466fe1ee9f9');
INSERT OR REPLACE INTO TokenEntity VALUES('knot-diffie-hellman','solana','spl',6,'7RDvypx3p9EWq4nZZKux1ZQAc7DUWXpHTVKxCCnupump');
INSERT OR REPLACE INTO TokenEntity VALUES('koala-ai','solana','spl',6,'FsA54yL49WKs7rWoGv9sUcbSGWCWV756jTD349e6H2yW');
INSERT OR REPLACE INTO TokenEntity VALUES('koban','sui','sui',9,'0x8400e7044d360c28dd338111d2aa54ca5bdc960a8d6b60bf3b28e1ca503df3e2::koban::KOBAN');
INSERT OR REPLACE INTO TokenEntity VALUES('kobe-2','ethereum','eip20',9,'0x6786eeb636a491d9a84a834d45879daf08548f6f');
INSERT OR REPLACE INTO TokenEntity VALUES('kobe-the-shiba-inu','ethereum','eip20',9,'0xdecd530d9403c5b4716be6b9494d229c12ccf409');
INSERT OR REPLACE INTO TokenEntity VALUES('kofi-aptos','aptos','aptos',8,'0x821c94e69bc7ca058c913b7b5e6b0a5c9fd1523d58723a966fb8c1f5ea888105');
INSERT OR REPLACE INTO TokenEntity VALUES('kogecoin','polygon-pos','eip20',9,'0x13748d548d95d78a3c83fe3f32604b4796cffa23');
INSERT OR REPLACE INTO TokenEntity VALUES('koinos','ethereum','eip20',8,'0x66d28cb58487a7609877550e1a34691810a6b9fc');
INSERT OR REPLACE INTO TokenEntity VALUES('koji','binance-smart-chain','eip20',9,'0x7eb567f5c781ee8e47c7100dc5046955503fc26a');
INSERT OR REPLACE INTO TokenEntity VALUES('kokok-the-roach','solana','spl',9,'5HkhVG2bSb5PGjhX5QHm9urUquD7tx5eAau5Fonq78zc');
INSERT OR REPLACE INTO TokenEntity VALUES('koku-the-shikoku','ronin','ronin',18,'0x361d8623dc1d91e04ebc148687719aace282249a');
INSERT OR REPLACE INTO TokenEntity VALUES('kolibri-usd','tezos','tezos',null,'KT1K9gCRgaLRFKTErYt1wVxA3Frb9FjasjTV');
INSERT OR REPLACE INTO TokenEntity VALUES('kolin-2','solana','spl',6,'4q3Z58YxrZEAVMLtMwnm7eHtodSD3LSpSNt3pDnqpump');
INSERT OR REPLACE INTO TokenEntity VALUES('kollector','ethereum','eip20',18,'0xa92c49c403386111c1629aee00936eed2a9e74a6');
INSERT OR REPLACE INTO TokenEntity VALUES('kolwai','solana','spl',6,'6uVJY332tiYwo58g3B8p9FJRGmGZ2fUuXR8cpiaDpump');
INSERT OR REPLACE INTO TokenEntity VALUES('koma-inu','binance-smart-chain','eip20',18,'0xd5eaaac47bd1993d661bc087e15dfb079a7f3c19');
INSERT OR REPLACE INTO TokenEntity VALUES('kommunitas','binance-smart-chain','eip20',8,'0x471ea49dd8e60e697f4cac262b5fafcc307506e4');
INSERT OR REPLACE INTO TokenEntity VALUES('kommunitas','polygon-pos','eip20',8,'0xc004e2318722ea2b15499d6375905d75ee5390b8');
INSERT OR REPLACE INTO TokenEntity VALUES('komodo','komodo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kompete','ethereum','eip20',10,'0x1e0b2992079b620aa13a7c2e7c88d2e1e18e46e9');
INSERT OR REPLACE INTO TokenEntity VALUES('kompete','base','eip20',10,'0x8f019931375454fe4ee353427eb94e2e0c9e0a8c');
INSERT OR REPLACE INTO TokenEntity VALUES('kondux-v2','ethereum','eip20',9,'0x7ca5af5ba3472af6049f63c1abc324475d44efc1');
INSERT OR REPLACE INTO TokenEntity VALUES('kong-2','ethereum','eip20',18,'0x8db036f007841c21b97eff7dfc2c187241d59baf');
INSERT OR REPLACE INTO TokenEntity VALUES('konnect','ethereum','eip20',18,'0x63230728bc219d991d2995ce92e96c16fcf8beb6');
INSERT OR REPLACE INTO TokenEntity VALUES('konnektvpn','polygon-pos','eip20',18,'0x8328e6fcec9477c28298c9f02d740dd87a1683e5');
INSERT OR REPLACE INTO TokenEntity VALUES('konomi-network','ethereum','eip20',18,'0x850aab69f0e0171a9a49db8be3e71351c8247df4');
INSERT OR REPLACE INTO TokenEntity VALUES('kontos','base','eip20',18,'0xd173c2c9386aee88b1ca06522c951be67cbf38cc');
INSERT OR REPLACE INTO TokenEntity VALUES('kora','bittensor','bittensor',null,'71');
INSERT OR REPLACE INTO TokenEntity VALUES('kori','solana','spl',6,'HtTYHz1Kf3rrQo6AqDLmss7gq5WrkWAaXn3tupUZbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('koto-2','solana','spl',6,'BfdVHnbt9LSNAFCZU9kvTjbrH3jX78sv2siLKGQ7pump');
INSERT OR REPLACE INTO TokenEntity VALUES('kpop-coin','ethereum','eip20',18,'0x7b7983967409fce461ea8bbdf9ed37631b1d59c9');
INSERT OR REPLACE INTO TokenEntity VALUES('kraken-wrapped-btc','optimistic-ethereum','eip20',8,'0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98');
INSERT OR REPLACE INTO TokenEntity VALUES('kraken-wrapped-btc','ethereum','eip20',8,'0x73e0c0d45e048d25fc26fa3159b0aa04bfa4db98');
INSERT OR REPLACE INTO TokenEntity VALUES('kripto','Bitcichain','Bitcichain',null,'0xcb2263b182131dbb9824bf406c8f8acb65b54808');
INSERT OR REPLACE INTO TokenEntity VALUES('kriyadex','sui','sui',6,'0x3b68324b392cee9cd28eba82df39860b6b220dc89bdd9b21f675d23d6b7416f1::kdx::KDX');
INSERT OR REPLACE INTO TokenEntity VALUES('kromatika','polygon-pos','eip20',18,'0x14af1f2f02dccb1e43402339099a05a5e363b83c');
INSERT OR REPLACE INTO TokenEntity VALUES('kromatika','arbitrum-one','eip20',18,'0x55ff62567f09906a85183b866df84bf599a4bf70');
INSERT OR REPLACE INTO TokenEntity VALUES('kromatika','ethereum','eip20',18,'0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789');
INSERT OR REPLACE INTO TokenEntity VALUES('kromatika','optimistic-ethereum','eip20',18,'0xf98dcd95217e15e05d8638da4c91125e59590b07');
INSERT OR REPLACE INTO TokenEntity VALUES('krown','celo','celo',null,'0xd252e98c5b6ea1e29a7e2789a9ec0493707a60b9');
INSERT OR REPLACE INTO TokenEntity VALUES('krown','huobi-token','huobi-token',null,'0xa83e2a7bbfaeb064c7cfee416cdf5cf89507dd1a');
INSERT OR REPLACE INTO TokenEntity VALUES('krown','ethereum','eip20',18,'0x499568c250ab2a42292261d6121525d70691894b');
INSERT OR REPLACE INTO TokenEntity VALUES('krown','polygon-pos','eip20',18,'0x6c3b2f402cd7d22ae2c319b9d2f16f57927a4a17');
INSERT OR REPLACE INTO TokenEntity VALUES('krown','solana','spl',9,'Gw7M5dqZJ6B6a8dYkDry6z9t9FuUA2xPUokjV2cortoq');
INSERT OR REPLACE INTO TokenEntity VALUES('krown','binance-smart-chain','eip20',18,'0x1446f3cedf4d86a9399e49f7937766e6de2a3aab');
INSERT OR REPLACE INTO TokenEntity VALUES('krown','avalanche','eip20',18,'0xa5acfeca5270bc9768633fbc86caa959b85ec8b7');
INSERT OR REPLACE INTO TokenEntity VALUES('kryll','ethereum','eip20',18,'0x464ebe77c293e473b48cfe96ddcf88fcf7bfdac0');
INSERT OR REPLACE INTO TokenEntity VALUES('kryptomon','binance-smart-chain','eip20',18,'0xc732b6586a93b6b7cf5fed3470808bc74998224d');
INSERT OR REPLACE INTO TokenEntity VALUES('krypton-dao','binance-smart-chain','eip20',18,'0xb020805e0bc7f0e353d1343d67a239f417d57bbf');
INSERT OR REPLACE INTO TokenEntity VALUES('krypton-token','ethereum','eip20',18,'0xa8262eb913fccea4c3f77fc95b8b4043b384cfbb');
INSERT OR REPLACE INTO TokenEntity VALUES('kstarcoin','ethereum','eip20',18,'0x990e081a7b7d3ccba26a2f49746a68cc4ff73280');
INSERT OR REPLACE INTO TokenEntity VALUES('kubecoin','cardano','cardano',null,'a26022096c6a8052987dabbfa94849ab7886cf0bb7840044e017d5be');
INSERT OR REPLACE INTO TokenEntity VALUES('kucoin-bridged-usdt-kucoin-community-chain','kucoin-community-chain','kucoin-community-chain',18,'0x0039f574ee5cc39bdd162e9a88e3eb1f111baf48');
INSERT OR REPLACE INTO TokenEntity VALUES('kucoin-shares','ethereum','eip20',6,'0xf34960d9d60be18cc1d5afc1a6f012a723a28811');
INSERT OR REPLACE INTO TokenEntity VALUES('kucoin-shares','kucoin-shares','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kudai','base','eip20',18,'0x288f4eb27400fa220d14b864259ad1b7f77c1594');
INSERT OR REPLACE INTO TokenEntity VALUES('kujira','terra','terra',null,'terra1xfsdgcemqwxp4hhnyk4rle6wr22sseq7j07dnn');
INSERT OR REPLACE INTO TokenEntity VALUES('kujira','kujira','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kula','avalanche','eip20',18,'0x99f2bdf00acd067c65a79a0b6a3914c555196ea4');
INSERT OR REPLACE INTO TokenEntity VALUES('kuma-inu','ethereum','eip20',18,'0x48c276e8d03813224bb1e55f953adb6d02fd3e02');
INSERT OR REPLACE INTO TokenEntity VALUES('kunci-coin','binance-smart-chain','eip20',6,'0x6cf271270662be1c4fc1b7bb7d7d7fc60cc19125');
INSERT OR REPLACE INTO TokenEntity VALUES('kurobi','solana','spl',6,'2Kc38rfQ49DFaKHQaWbijkE7fcymUMLY5guUiUsDmFfn');
INSERT OR REPLACE INTO TokenEntity VALUES('kusama','kusama','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kusd-t','kardiachain','kardiachain',null,'0x92364ec610efa050d296f1eeb131f2139fb8810e');
INSERT OR REPLACE INTO TokenEntity VALUES('kuswap','kucoin-community-chain','kucoin-community-chain',null,'0x4a81704d8c16d9fb0d7f61b747d0b5a272badf14');
INSERT OR REPLACE INTO TokenEntity VALUES('kwantxbt','solana','spl',6,'9Yt5tHLFB2Uz1yg3cyEpTN4KTSWhiGpKxXPJ8HX3hat');
INSERT OR REPLACE INTO TokenEntity VALUES('kween','solana','spl',6,'DEf93bSt8dx58gDFCcz4CwbjYZzjwaRBYAciJYLfdCA9');
INSERT OR REPLACE INTO TokenEntity VALUES('kwenta','optimistic-ethereum','eip20',18,'0x920cf626a271321c151d027030d5d08af699456b');
INSERT OR REPLACE INTO TokenEntity VALUES('kyanite','kyanite','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network','fantom','eip20',18,'0x765277eebeca2e31912c9946eae1021199b39c61');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network','harmony-shard-0','harmony-shard-0',null,'0x0a47d2dc4b7ee3d4d7fd471d993b0821621e1769');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network','ethereum','eip20',18,'0xdd974d5c2e2928dea5f71b9825b8b646686bd200');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network-crystal','polygon-pos','eip20',18,'0x1c954e8fe737f99f68fa1ccda3e51ebdb291948c');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network-crystal','sora','sora',null,'0x001da2678bc8b0ff27d17eb4c11cc8e0def6c16a141d93253f3aa51276aa7b45');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network-crystal','fantom','eip20',18,'0x1e1085efaa63edfe74aad7c05a28eae4ef917c3f');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network-crystal','ethereum','eip20',18,'0xdefa4e8a7bcba345f687a2f1456f5edd9ce97202');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network-crystal','binance-smart-chain','eip20',18,'0xfe56d5892bdffc7bf58f2e84be1b2c32d21c308b');
INSERT OR REPLACE INTO TokenEntity VALUES('kyber-network-crystal','avalanche','eip20',18,'0x39fc9e94caeacb435842fadedecb783589f50f5f');
INSERT OR REPLACE INTO TokenEntity VALUES('kyros-restaked-sol','solana','spl',9,'kySo1nETpsZE2NWe5vj2C64mPSciH1SppmHb4XieQ7B');
INSERT OR REPLACE INTO TokenEntity VALUES('kyrrex','tron','eip20',2,'TEL7oQ42fjSSYK9GobdRfQ5odkXdLqVBHF');
INSERT OR REPLACE INTO TokenEntity VALUES('l2-standard-bridged-usdt-base','base','eip20',6,'0xfde4c96c8593536e31f229ea8f37b2ada2699bb2');
INSERT OR REPLACE INTO TokenEntity VALUES('l2-standard-bridged-weth-base','base','eip20',18,'0x4200000000000000000000000000000000000006');
INSERT OR REPLACE INTO TokenEntity VALUES('l2-standard-bridged-weth-blast','blast','blast',18,'0x4300000000000000000000000000000000000004');
INSERT OR REPLACE INTO TokenEntity VALUES('l2-standard-bridged-weth-modee','mode','mode',18,'0x4200000000000000000000000000000000000006');
INSERT OR REPLACE INTO TokenEntity VALUES('l2-standard-bridged-weth-optimism','optimistic-ethereum','eip20',18,'0x4200000000000000000000000000000000000006');
INSERT OR REPLACE INTO TokenEntity VALUES('l7dex','binance-smart-chain','eip20',18,'0xcd1b51b87a8a7137d6421ba5a976225187a26777');
INSERT OR REPLACE INTO TokenEntity VALUES('label-foundation','ethereum','eip20',18,'0x2162f572b25f7358db9376ab58a947a4e45cede1');
INSERT OR REPLACE INTO TokenEntity VALUES('label-foundation','binance-smart-chain','eip20',18,'0x77edfae59a7948d66e9911a30cc787d2172343d4');
INSERT OR REPLACE INTO TokenEntity VALUES('labs-group','binance-smart-chain','eip20',18,'0x134b372f5543c5cca30be6a796da032c8274bddf');
INSERT OR REPLACE INTO TokenEntity VALUES('labs-group','ethereum','eip20',18,'0x8b0e42f366ba502d787bb134478adfae966c8798');
INSERT OR REPLACE INTO TokenEntity VALUES('ladyluck','base','eip20',18,'0x81f35261b90ad59a1277c0e94f8012371eaafcb9');
INSERT OR REPLACE INTO TokenEntity VALUES('laika-ai','binance-smart-chain','eip20',18,'0x1865dc79a9e4b5751531099057d7ee801033d268');
INSERT OR REPLACE INTO TokenEntity VALUES('laine-stake','solana','spl',9,'LAinEtNLgpmCP9Rvsf5Hn8W6EhNiKLZQti1xfWMLy6X');
INSERT OR REPLACE INTO TokenEntity VALUES('lair','klay-token','klay-token',18,'0xd70c7d511560493c79df607076fb863f5c8a50b0');
INSERT OR REPLACE INTO TokenEntity VALUES('lambda','ethereum','eip20',18,'0x8971f9fd7196e5cee2c1032b50f656855af7dd26');
INSERT OR REPLACE INTO TokenEntity VALUES('lambo-4','avalanche','eip20',18,'0x6f43ff77a9c0cf552b5b653268fbfe26a052429b');
INSERT OR REPLACE INTO TokenEntity VALUES('lanacoin','lanacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('lanceria','binance-smart-chain','eip20',18,'0xdd848e0cbfd3771dc7845b10072d973c375271e2');
INSERT OR REPLACE INTO TokenEntity VALUES('landshare','binance-smart-chain','eip20',18,'0x9d986a3f147212327dd658f712d5264a73a1fdb0');
INSERT OR REPLACE INTO TokenEntity VALUES('landwolf-0x67','ethereum','eip20',18,'0x67466be17df832165f8c80a5a120ccc652bd7e69');
INSERT OR REPLACE INTO TokenEntity VALUES('landwolf-eth','ethereum','eip20',18,'0x33abe795f9c1b6136608c36db211bd7590f5fdae');
INSERT OR REPLACE INTO TokenEntity VALUES('lanlan-cat','ethereum','eip20',9,'0xecca809227d43b895754382f1fd871628d7e51fb');
INSERT OR REPLACE INTO TokenEntity VALUES('laqira-protocol','binance-smart-chain','eip20',18,'0xc4a1e7106d08b7ff947254b6d75cf2b877d55daf');
INSERT OR REPLACE INTO TokenEntity VALUES('large-language-model','solana','spl',6,'98mb39tPFKQJ4Bif8iVg9mYb9wsfPZgpgN1sxoVTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('larix','solana','spl',6,'Lrxqnh6ZHKbGy3dcrCED43nsoLkM1LTzU2jRfWe8qUC');
INSERT OR REPLACE INTO TokenEntity VALUES('larp-detective-agency','solana','spl',6,'5UmDWgyLV1JBg8Jr8NwyezXdQkiU3vHGJu2efm7Cpump');
INSERT OR REPLACE INTO TokenEntity VALUES('latoken','ethereum','eip20',18,'0xe50365f5d679cb98a1dd62d6f6e58e59321bcddf');
INSERT OR REPLACE INTO TokenEntity VALUES('lattice-token','ethereum','eip20',8,'0xa393473d64d2f9f026b60b6df7859a689715d092');
INSERT OR REPLACE INTO TokenEntity VALUES('launchpool','ethereum','eip20',18,'0x6149c26cd2f7b5ccdb32029af817123f6e37df5b');
INSERT OR REPLACE INTO TokenEntity VALUES('launchpool','binance-smart-chain','eip20',18,'0xcfb24d3c3767364391340a2e6d99c64f1cbd7a3d');
INSERT OR REPLACE INTO TokenEntity VALUES('lava-network','osmosis','osmosis',null,'IBC/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378');
INSERT OR REPLACE INTO TokenEntity VALUES('lava-network','base','eip20',6,'0x11e969e9b3f89cb16d686a03cd8508c9fc0361af');
INSERT OR REPLACE INTO TokenEntity VALUES('lava-network','arbitrum-one','eip20',6,'0x11e969e9b3f89cb16d686a03cd8508c9fc0361af');
INSERT OR REPLACE INTO TokenEntity VALUES('lavaswap','huobi-token','huobi-token',null,'0x56f95662e71f30b333b456439248c6de589082a4');
INSERT OR REPLACE INTO TokenEntity VALUES('law-blocks','xdc-network','xdc-network',18,'xdc05940b2df33d6371201e7ae099ced4c363855dfe');
INSERT OR REPLACE INTO TokenEntity VALUES('law-service-token','ethereum','eip20',18,'0xa78cdb9a2e3ff8f24ef76e23a9fb858045d24d32');
INSERT OR REPLACE INTO TokenEntity VALUES('layer3','ethereum','eip20',18,'0x88909d489678dd17aa6d9609f89b0419bf78fd9a');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero','polygon-pos','eip20',18,'0x6985884c4392d348587b19cb9eaaf157f13271cd');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero','arbitrum-one','eip20',18,'0x6985884c4392d348587b19cb9eaaf157f13271cd');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero','optimistic-ethereum','eip20',18,'0x6985884c4392d348587b19cb9eaaf157f13271cd');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero','binance-smart-chain','eip20',18,'0x6985884c4392d348587b19cb9eaaf157f13271cd');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero','ethereum','eip20',18,'0x6985884c4392d348587b19cb9eaaf157f13271cd');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero','avalanche','eip20',18,'0x6985884c4392d348587b19cb9eaaf157f13271cd');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero','base','eip20',18,'0x6985884c4392d348587b19cb9eaaf157f13271cd');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero-bridged-usdc-aptos','aptos','aptos',6,'0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero-bridged-usdt-aptos','aptos','aptos',6,'0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDT');
INSERT OR REPLACE INTO TokenEntity VALUES('layerzero-usdc','fantom','fantom',6,'0x28a92dde19d9989f39a49905d7c9c2fac7799bdf');
INSERT OR REPLACE INTO TokenEntity VALUES('lazio-fan-token','binance-smart-chain','eip20',8,'0x77d547256a2cd95f32f67ae0313e450ac200648d');
INSERT OR REPLACE INTO TokenEntity VALUES('lbk','ethereum','eip20',8,'0x9cb1aeafcc8a9406632c5b084246ea72f62d37b6');
INSERT OR REPLACE INTO TokenEntity VALUES('lbry-credits','lbry-credits','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('lc-shib','solana','spl',6,'43YakhC3TcSuTgSXnxFgw8uKL8VkuLuFa4M6Bninpump');
INSERT OR REPLACE INTO TokenEntity VALUES('lcx','ethereum','eip20',18,'0x037a54aab062628c9bbae1fdb1583c195585fe41');
INSERT OR REPLACE INTO TokenEntity VALUES('lea-ai','solana','spl',6,'8SpPaFLycx897D6sowPZkEkcNdDahzRZb5itr6D8pump');
INSERT OR REPLACE INTO TokenEntity VALUES('league-of-kingdoms','ethereum','eip20',18,'0x61e90a50137e1f645c9ef4a0d3a4f01477738406');
INSERT OR REPLACE INTO TokenEntity VALUES('leash','ethereum','eip20',18,'0x27c70cd1946795b66be9d954418546998b546634');
INSERT OR REPLACE INTO TokenEntity VALUES('ledger-ai','ethereum','eip20',18,'0xd1f2586790a5bd6da1e443441df53af6ec213d83');
INSERT OR REPLACE INTO TokenEntity VALUES('ledgis','ledgis','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('legacy-token','ethereum','eip20',18,'0xd38b305cac06990c0887032a02c03d6839f770a8');
INSERT OR REPLACE INTO TokenEntity VALUES('legacy-token','binance-smart-chain','eip20',18,'0xd38b305cac06990c0887032a02c03d6839f770a8');
INSERT OR REPLACE INTO TokenEntity VALUES('legacy-token','base','eip20',18,'0xd38b305cac06990c0887032a02c03d6839f770a8');
INSERT OR REPLACE INTO TokenEntity VALUES('legend-of-fantasy-war','binance-smart-chain','eip20',18,'0xd71239a33c8542bd42130c1b4aca0673b4e4f48b');
INSERT OR REPLACE INTO TokenEntity VALUES('legit','solana','spl',6,'5rSP1W2Jkir4Qy1M6rEYXFFi5HgbhrkVTajimrVgpump');
INSERT OR REPLACE INTO TokenEntity VALUES('leisuremeta','ethereum','eip20',18,'0x7bec98609cb6378d6f995e8f8097ee78376fbec9');
INSERT OR REPLACE INTO TokenEntity VALUES('lemmy-the-bat','ethereum','eip20',18,'0x4ae149fd6059af772b962efac6bf0236872d6940');
INSERT OR REPLACE INTO TokenEntity VALUES('lemochain','ethereum','eip20',18,'0x60c24407d01782c2175d32fe7c8921ed732371d1');
INSERT OR REPLACE INTO TokenEntity VALUES('lemond','ethereum','eip20',18,'0xf45f6c8bb3d77ea762175b8f7ca4d251941649fa');
INSERT OR REPLACE INTO TokenEntity VALUES('lemonrocks','ethereum','eip20',18,'0x898843fb909e3562c82f2b96f4e3d0693af041df');
INSERT OR REPLACE INTO TokenEntity VALUES('lemonschain','binance-smart-chain','eip20',18,'0xde73e4852f8f7b07aa044190787f33750df04f56');
INSERT OR REPLACE INTO TokenEntity VALUES('lendr','binance-smart-chain','eip20',18,'0x4a61e3217d48b6361b87f598256a8ef71ac913f7');
INSERT OR REPLACE INTO TokenEntity VALUES('lens','solana','spl',6,'AdwCEWQGzt3vuFMEPMf97AJMiq1eYL2sR7gk2x42pump');
INSERT OR REPLACE INTO TokenEntity VALUES('leo-token','sora','sora',null,'0x009e199267a6a2c8ae075bb8d4c40ee8d05c1b769085ee59ce98e50c2b2d8756');
INSERT OR REPLACE INTO TokenEntity VALUES('leo-token','ethereum','eip20',18,'0x2af5d2ad76741191d15dfe7bf6ac92d4bd912ca3');
INSERT OR REPLACE INTO TokenEntity VALUES('leopard','binance-smart-chain','eip20',9,'0x4efab39b14167da54aebed2094a61aa1fd384056');
INSERT OR REPLACE INTO TokenEntity VALUES('let-s-farty','solana','spl',6,'5L5neHmTdmt3d8ao4x1iYx9ZUqm9ammrcr4AKML9pump');
INSERT OR REPLACE INTO TokenEntity VALUES('lets-bonk','solana','spl',6,'CDBdbNqmrLu1PcgjrFG52yxg71QnFhBZcUE6PSFdbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('lets-get-this-bread','solana','spl',6,'2vFYpCh2yJhHphft1Z4XHdafEhj6XksyhFyH9tvTdKqf');
INSERT OR REPLACE INTO TokenEntity VALUES('letstop','solana','spl',9,'W2bAuFf2Xeb7ZNpJTywFSaCs5jYkaLYtBMR53SzVXUo');
INSERT OR REPLACE INTO TokenEntity VALUES('levana-protocol','terra-2','terra-2',6,'ibc/4971C5E4786D5995EC7EF894FCFA9CF2E127E95D5D53A982F6A062F3F410EDB8');
INSERT OR REPLACE INTO TokenEntity VALUES('levana-protocol','osmosis','osmosis',6,'factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn');
INSERT OR REPLACE INTO TokenEntity VALUES('level','binance-smart-chain','eip20',18,'0xb64e280e9d1b5dbec4accedb2257a87b400db149');
INSERT OR REPLACE INTO TokenEntity VALUES('level-staked-usd','ethereum','eip20',18,'0x4737d9b4592b40d51e110b94c9c043c6654067ae');
INSERT OR REPLACE INTO TokenEntity VALUES('level-usd','ethereum','eip20',18,'0x7c1156e515aa1a2e851674120074968c905aaf37');
INSERT OR REPLACE INTO TokenEntity VALUES('lever','ethereum','eip20',18,'0x4b5f49487ea7b3609b1ad05459be420548789f1f');
INSERT OR REPLACE INTO TokenEntity VALUES('lever-network','binance-smart-chain','eip20',18,'0xbc194e6f748a222754c3e8b9946922c09e7d4e91');
INSERT OR REPLACE INTO TokenEntity VALUES('lever-network','ethereum','eip20',18,'0xbc194e6f748a222754c3e8b9946922c09e7d4e91');
INSERT OR REPLACE INTO TokenEntity VALUES('leverj-gluon','ethereum','eip20',18,'0xbbff34e47e559ef680067a6b1c980639eeb64d24');
INSERT OR REPLACE INTO TokenEntity VALUES('levva-protocol','ethereum','eip20',18,'0x6243558a24cc6116abe751f27e6d7ede50abfc76');
INSERT OR REPLACE INTO TokenEntity VALUES('lexicon','solana','spl',6,'E4wg8YF472u8oiLvSNKB84Y23gZhkSQ3PSCJaUj4pump');
INSERT OR REPLACE INTO TokenEntity VALUES('lgcy-network','ethereum','eip20',18,'0xae697f994fc5ebc000f8e22ebffee04612f98a0d');
INSERT OR REPLACE INTO TokenEntity VALUES('liberland-lld','solana','spl',8,'GwKKPsJdY5oWMJ8RReWLcvb82KzW6FKy2bKoYW7kHr16');
INSERT OR REPLACE INTO TokenEntity VALUES('liberland-lld','ethereum','eip20',18,'0x054c9d4c6f4ea4e14391addd1812106c97d05690');
INSERT OR REPLACE INTO TokenEntity VALUES('libertai','base','eip20',18,'0xf8b1b47aa748f5c7b5d0e80c726a843913eb573a');
INSERT OR REPLACE INTO TokenEntity VALUES('libertai','solana','spl',9,'mntpN8z1d29f3MWhMD7VqZFpeYmbD88MgwS3Bkz8y7u');
INSERT OR REPLACE INTO TokenEntity VALUES('libra-5','solana','spl',6,'Bo9jh3wsmcC2AjakLWzNmKJ3SgtZmXEcSaW7L2FAvUsU');
INSERT OR REPLACE INTO TokenEntity VALUES('libra-credit','ethereum','eip20',18,'0xfe5f141bf94fe84bc28ded0ab966c16b17490657');
INSERT OR REPLACE INTO TokenEntity VALUES('lido-dao','polygon-pos','eip20',18,'0xc3c7d422809852031b44ab29eec9f1eff2a58756');
INSERT OR REPLACE INTO TokenEntity VALUES('lido-dao','ethereum','eip20',18,'0x5a98fcbea516cf06857215779fd812ca3bef1b32');
INSERT OR REPLACE INTO TokenEntity VALUES('lido-staked-sol','solana','spl',9,'7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj');
INSERT OR REPLACE INTO TokenEntity VALUES('lien','binance-smart-chain','eip20',8,'0x5d684adaf3fcfe9cfb5cede3abf02f0cdd1012e3');
INSERT OR REPLACE INTO TokenEntity VALUES('lien','ethereum','eip20',8,'0xab37e1358b639fd877f015027bb62d3ddaa7557e');
INSERT OR REPLACE INTO TokenEntity VALUES('lif3','fantom','fantom',18,'0xbf60e7414ef09026733c1e7de72e7393888c64da');
INSERT OR REPLACE INTO TokenEntity VALUES('lif3','tombchain','tombchain',null,'0x4200000000000000000000000000000000000108');
INSERT OR REPLACE INTO TokenEntity VALUES('lif3-lshare','binance-smart-chain','eip20',18,'0xf70b6d6acd652612f24f7dd2ca2f1727eb20793a');
INSERT OR REPLACE INTO TokenEntity VALUES('lif3-lshare','polygon-pos','eip20',18,'0xfb40b1efe90d4b786d2d9d9dc799b18bde92923b');
INSERT OR REPLACE INTO TokenEntity VALUES('lif3-lshare','tombchain','tombchain',18,'0x4200000000000000000000000000000000000109');
INSERT OR REPLACE INTO TokenEntity VALUES('lif3-lshare','fantom','fantom',18,'0xcbe0ca46399af916784cadf5bcc3aed2052d6c45');
INSERT OR REPLACE INTO TokenEntity VALUES('life-crypto','binance-smart-chain','eip20',18,'0x82190d28e710ea9c029d009fad951c6f1d803bb3');
INSERT OR REPLACE INTO TokenEntity VALUES('life-crypto','ethereum','eip20',18,'0x6c936d4ae98e6d2172db18c16c4b601c99918ee6');
INSERT OR REPLACE INTO TokenEntity VALUES('lifeform','binance-smart-chain','eip20',18,'0xa9f978c02915246e435c0bda9785aaaad3cc46d2');
INSERT OR REPLACE INTO TokenEntity VALUES('lift-dollar','arbitrum-one','eip20',18,'0x7f850b0ab1988dd17b69ac564c1e2857949e4dee');
INSERT OR REPLACE INTO TokenEntity VALUES('lift-dollar','ethereum','eip20',18,'0xbdc7c08592ee4aa51d06c27ee23d5087d65adbcd');
INSERT OR REPLACE INTO TokenEntity VALUES('light-defi','binance-smart-chain','eip20',9,'0x842668e2b9a73240abf6532dedc89c9c3e050c98');
INSERT OR REPLACE INTO TokenEntity VALUES('lightcoin','binance-smart-chain','eip20',8,'0x320d31183100280ccdf69366cd56180ea442a3e8');
INSERT OR REPLACE INTO TokenEntity VALUES('lightcoin','ethereum','eip20',8,'0x320d31183100280ccdf69366cd56180ea442a3e8');
INSERT OR REPLACE INTO TokenEntity VALUES('lightlink','ethereum','eip20',18,'0x0921799cb1d702148131024d18fcde022129dc73');
INSERT OR REPLACE INTO TokenEntity VALUES('lightlink','lightlink','lightlink',18,'0xd9d7123552fa2bedb2348bb562576d67f6e8e96e');
INSERT OR REPLACE INTO TokenEntity VALUES('lightning-bitcoin','lightning-bitcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('lightning-protocol','binance-smart-chain','eip20',18,'0x037838b556d9c9d654148a284682c55bb5f56ef4');
INSERT OR REPLACE INTO TokenEntity VALUES('likecoin','cosmos','cosmos',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('likecoin','osmosis','osmosis',null,'IBC/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525');
INSERT OR REPLACE INTO TokenEntity VALUES('limbo','solana','spl',6,'5UAMZkfNmuVcKzr2wo8Jqw4R1k8vfdAVJNN6h3bVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('limewire-token','ethereum','eip20',18,'0x628a3b2e302c7e896acc432d2d0dd22b6cb9bc88');
INSERT OR REPLACE INTO TokenEntity VALUES('limitless','solana','spl',6,'44o1iDPGuzHxQgDrPE3HRb2WXwGLsBsY7yMttX47pump');
INSERT OR REPLACE INTO TokenEntity VALUES('limitus','solana','spl',6,'86t88w3MKT38HChTBKBwEeb1RW1MeTceaW68qY2Vpump');
INSERT OR REPLACE INTO TokenEntity VALUES('lina','ethereum','eip20',18,'0xc05d14442a510de4d3d71a3d316585aa0ce32b50');
INSERT OR REPLACE INTO TokenEntity VALUES('linea','linea','linea',18,'0x1789e0043623282d5dcc7f213d703c6d8bafbb04');
INSERT OR REPLACE INTO TokenEntity VALUES('linea','ethereum','eip20',18,'0x1789e0043623282d5dcc7f213d703c6d8bafbb04');
INSERT OR REPLACE INTO TokenEntity VALUES('linear','binance-smart-chain','eip20',18,'0x762539b45a1dcce3d36d080f74d1aed37844b878');
INSERT OR REPLACE INTO TokenEntity VALUES('linear','harmony-shard-0','harmony-shard-0',null,'0x946c8286bd9b52b81f681903210e1a57872fdd85');
INSERT OR REPLACE INTO TokenEntity VALUES('linear','ethereum','eip20',18,'0x3e9bc21c9b189c09df3ef1b824798658d5011937');
INSERT OR REPLACE INTO TokenEntity VALUES('lingo','base','eip20',18,'0xfb42da273158b0f642f59f2ba7cc1d5457481677');
INSERT OR REPLACE INTO TokenEntity VALUES('linkeye','ethereum','eip20',6,'0xfa3118b34522580c35ae27f6cf52da1dbb756288');
INSERT OR REPLACE INTO TokenEntity VALUES('linkpool','ethereum','eip20',18,'0x99295f1141d58a99e939f7be6bbe734916a875b8');
INSERT OR REPLACE INTO TokenEntity VALUES('lion-cat','binance-smart-chain','eip20',18,'0x3917d6bdffe43105a74e6f9c09b5206f0f3f5fc0');
INSERT OR REPLACE INTO TokenEntity VALUES('lion-token','binance-smart-chain','eip20',18,'0x7969dc3c6e925bccbea9f7fc466a63c74f0115b8');
INSERT OR REPLACE INTO TokenEntity VALUES('liora','tron','tron',18,'TW8617uDAUBe3mGeGZo5mkaV8RhN6YfozN');
INSERT OR REPLACE INTO TokenEntity VALUES('liq-protocol','solana','spl',6,'4wjPQJ6PrkC4dHhYghwJzGBVP78DkBzA2U3kHoFNBuhj');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-collectibles','binance-smart-chain','eip20',18,'0x4f3266a56589357b4f8082918b14b923693e57f0');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-crypto','ethereum','eip20',18,'0x872952d3c1caf944852c5adda65633f1ef218a26');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-crypto','avalanche','eip20',18,'0x872952d3c1caf944852c5adda65633f1ef218a26');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-crypto','binance-smart-chain','eip20',18,'0x872952d3c1caf944852c5adda65633f1ef218a26');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-crypto','mantle','mantle',18,'0x872952d3c1caf944852c5adda65633f1ef218a26');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-mercury','base','eip20',18,'0x8923947eafaf4ad68f1f0c9eb5463ec876d79058');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-mercury','ethereum','eip20',18,'0x6ee2f71049dde9a93b7c0ee1091b72acf9b46810');
INSERT OR REPLACE INTO TokenEntity VALUES('liquid-staked-ethereum','ethereum','eip20',18,'0x8c1bed5b9a0928467c9b1341da1d7bd5e10b6549');
INSERT OR REPLACE INTO TokenEntity VALUES('liquiddriver','fantom','eip20',18,'0x10b620b2dbac4faa7d7ffd71da486f5d44cd86f9');
INSERT OR REPLACE INTO TokenEntity VALUES('liquidifty','binance-smart-chain','eip20',18,'0xbd2c43da85d007b0b3cd856fd55c299578d832bc');
INSERT OR REPLACE INTO TokenEntity VALUES('liquidity','bittensor','bittensor',null,'77');
INSERT OR REPLACE INTO TokenEntity VALUES('liquidium-token','ordinals','ordinals',2,'840010:907');
INSERT OR REPLACE INTO TokenEntity VALUES('liquidus','binance-smart-chain','eip20',18,'0xc7981767f644c7f8e483dabdc413e8a371b83079');
INSERT OR REPLACE INTO TokenEntity VALUES('liquidus','cronos','cronos',null,'0xabd380327fe66724ffda91a87c772fb8d00be488');
INSERT OR REPLACE INTO TokenEntity VALUES('liquity','ethereum','eip20',18,'0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d');
INSERT OR REPLACE INTO TokenEntity VALUES('liquity-bold-2','base','eip20',18,'0x03569cc076654f82679c4ba2124d64774781b01d');
INSERT OR REPLACE INTO TokenEntity VALUES('liquity-bold-2','optimistic-ethereum','eip20',18,'0x03569cc076654f82679c4ba2124d64774781b01d');
INSERT OR REPLACE INTO TokenEntity VALUES('liquity-bold-2','ethereum','eip20',18,'0x6440f144b7e50d6a8439336510312d2f54beb01d');
INSERT OR REPLACE INTO TokenEntity VALUES('liquity-usd','polygon-pos','eip20',18,'0x23001f892c0c82b79303edc9b9033cd190bb21c7');
INSERT OR REPLACE INTO TokenEntity VALUES('liquity-usd','ethereum','eip20',18,'0x5f98805a4e8be255a32880fdec7f6728c6568ba0');
INSERT OR REPLACE INTO TokenEntity VALUES('liqwid-finance','cardano','cardano',6,'8e420ce194ca84040ba6971e6ab816e3d76ee9ee');
INSERT OR REPLACE INTO TokenEntity VALUES('lisk','lisk','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('lisk-bridged-wsteth-lisk','lisk','lisk',18,'0x76d8de471f54aaa87784119c60df1bbfc852c415');
INSERT OR REPLACE INTO TokenEntity VALUES('lista','binance-smart-chain','eip20',18,'0xfceb31a79f71ac9cbdcf853519c1b12d379edc46');
INSERT OR REPLACE INTO TokenEntity VALUES('listen-rs','solana','spl',6,'Cn5Ne1vmR9ctMGY9z5NC71A3NYFvopjXNyxYtfVYpump');
INSERT OR REPLACE INTO TokenEntity VALUES('litecoin-cash','litecoin-cash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('litecoin-mascot','solana','spl',6,'5z3iCe53hUANTiG8Js8RjHNE2Arjik7L2CXLyr2rpump');
INSERT OR REPLACE INTO TokenEntity VALUES('litecoinz','litecoinz','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('litedoge','litedoge','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('litentry','ethereum','eip20',18,'0xb59490ab09a0f526cc7305822ac65f2ab12f9723');
INSERT OR REPLACE INTO TokenEntity VALUES('lithium-finance','ethereum','eip20',18,'0x188e817b02e635d482ae4d81e25dda98a97c4a42');
INSERT OR REPLACE INTO TokenEntity VALUES('lithosphere','binance-smart-chain','eip20',18,'0x61909950e1bfb5d567c5463cbd33dc1cdc85ee93');
INSERT OR REPLACE INTO TokenEntity VALUES('little-angry-bunny-v2','binance-smart-chain','eip20',9,'0x07f5ceded6b3dba557b3663edc8941fb37b63945');
INSERT OR REPLACE INTO TokenEntity VALUES('little-bunny-rocket','binance-smart-chain','eip20',9,'0xa78628ecba2bf5fedf3fe27a7cedaa363b46708f');
INSERT OR REPLACE INTO TokenEntity VALUES('little-ugly-duck','binance-smart-chain','eip20',9,'0xde009cb3371825bafb80a01004c58f8166ee13d5');
INSERT OR REPLACE INTO TokenEntity VALUES('livepeer','ethereum','eip20',18,'0x58b6a8a3302369daec383334672404ee733ab239');
INSERT OR REPLACE INTO TokenEntity VALUES('livepeer','harmony-shard-0','harmony-shard-0',null,'0xbd3e698b51d340cc53b0cc549b598c13e0172b7c');
INSERT OR REPLACE INTO TokenEntity VALUES('lizard-2','solana','spl',6,'347k5f1WLRYe81roRcLBWDR6k3eCRunaqetQPW6pbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('lmgrouptoken','ethereum','eip20',18,'0x6505f1cc7c08061c6d77a62f59cb501e7550cd50');
INSERT OR REPLACE INTO TokenEntity VALUES('loaded-lions','cronos','cronos',18,'0x9d8c68f185a04314ddc8b8216732455e8dbb7e45');
INSERT OR REPLACE INTO TokenEntity VALUES('loaded-lions','solana','spl',9,'7kN5FQMD8ja4bzysEgc5FXmryKd6gCgjiWnhksjHCFb3');
INSERT OR REPLACE INTO TokenEntity VALUES('loaf-cat','solana','spl',null,'3de2yRhtD4VbJBb8EQAQffYMPLU4EnSHT1eveBwiL3tn');
INSERT OR REPLACE INTO TokenEntity VALUES('loafcat','solana','spl',8,'LoafdJ3WSAvsrx3zppSGKA6sRvL9GrRrU1iRV7HkLkm');
INSERT OR REPLACE INTO TokenEntity VALUES('localcoinswap','ethereum','eip20',18,'0xaa19961b6b858d9f18a115f25aa1d98abc1fdba8');
INSERT OR REPLACE INTO TokenEntity VALUES('locgame','ethereum','eip20',18,'0x60eb57d085c59932d5faa6c6026268a4386927d0');
INSERT OR REPLACE INTO TokenEntity VALUES('lock-in','solana','spl',9,'8Ki8DpuWNxu9VsS3kQbarsCWMcFGWkzzA8pUPto9zBd5');
INSERT OR REPLACE INTO TokenEntity VALUES('lock-in-on-base','base','eip20',6,'0xf0d7cb351589c4b1520bf8d31afc87f7fb839c85');
INSERT OR REPLACE INTO TokenEntity VALUES('lockchain','ethereum','eip20',18,'0x5e3346444010135322268a4630d2ed5f8d09446c');
INSERT OR REPLACE INTO TokenEntity VALUES('lockness','binance-smart-chain','eip20',18,'0x31acfce536b824ad0739e8d7b27cefaa4b8e4673');
INSERT OR REPLACE INTO TokenEntity VALUES('locus-chain','ethereum','eip20',18,'0xc64500dd7b0f1794807e67802f8abbf5f8ffb054');
INSERT OR REPLACE INTO TokenEntity VALUES('lofi-2','sui','sui',9,'0xf22da9a24ad027cccb5f2d496cbe91de953d363513db08a3a734d361c7c17503::LOFI::LOFI');
INSERT OR REPLACE INTO TokenEntity VALUES('logicnet','bittensor','bittensor',null,'35');
INSERT OR REPLACE INTO TokenEntity VALUES('logx-2','arbitrum-one','eip20',18,'0x59062301fb510f4ea2417b67404cb16d31e604ba');
INSERT OR REPLACE INTO TokenEntity VALUES('logx-2','ethereum','eip20',18,'0xa3f4341c3fef5963ab04135d2014ac7d68222e19');
INSERT OR REPLACE INTO TokenEntity VALUES('logx-2','base','eip20',18,'0x04055057677807d2a53d2b25a80ff3b4d932ae1a');
INSERT OR REPLACE INTO TokenEntity VALUES('loky-by-virtuals','base','eip20',18,'0x1a3e429d2d22149cc61e0f539b112a227c844aa3');
INSERT OR REPLACE INTO TokenEntity VALUES('lol-3','solana','spl',6,'LoL1RDQiUfifC2BX28xaef6r2G8ES8SEzgrzThJemMv');
INSERT OR REPLACE INTO TokenEntity VALUES('lombard-protocol','binance-smart-chain','eip20',18,'0xd23a186a78c0b3b805505e5f8ea4083295ef9f3a');
INSERT OR REPLACE INTO TokenEntity VALUES('lombard-protocol','ethereum','eip20',18,'0xf0db65d17e30a966c2ae6a21f6bba71cea6e9754');
INSERT OR REPLACE INTO TokenEntity VALUES('lombard-staked-btc','binance-smart-chain','eip20',8,'0xecac9c5f704e954931349da37f60e39f515c11c1');
INSERT OR REPLACE INTO TokenEntity VALUES('lombard-staked-btc','base','eip20',8,'0xecac9c5f704e954931349da37f60e39f515c11c1');
INSERT OR REPLACE INTO TokenEntity VALUES('lombard-staked-btc','ethereum','eip20',8,'0x8236a87084f8b84306f72007f36f2618a5634494');
INSERT OR REPLACE INTO TokenEntity VALUES('lonelyfans','binance-smart-chain','eip20',9,'0xe702c303173f90094ce8c9c6ca3f198eca0e027c');
INSERT OR REPLACE INTO TokenEntity VALUES('look','solana','spl',9,'9223LqDuoJXyhCtvi54DUQPGS8Xf29kUEQRr7Sfhmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('lookscoin','binance-smart-chain','eip20',18,'0x73cba57ad8bc775a5345d9a0de2e90c74621d802');
INSERT OR REPLACE INTO TokenEntity VALUES('looksrare','ethereum','eip20',18,'0xf4d2888d29d722226fafa5d9b24f9164c092421e');
INSERT OR REPLACE INTO TokenEntity VALUES('loom-network','ethereum','eip20',18,'0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0');
INSERT OR REPLACE INTO TokenEntity VALUES('loom-network-new','ethereum','eip20',18,'0x42476f744292107e34519f9c357927074ea3f75d');
INSERT OR REPLACE INTO TokenEntity VALUES('loomlay','base','eip20',18,'0xb89d354ad1b0d95a48b3de4607f75a8cd710c1ba');
INSERT OR REPLACE INTO TokenEntity VALUES('loon-network','ethereum','eip20',18,'0x7c5d5100b339fe7d995a893af6cb496b9474373c');
INSERT OR REPLACE INTO TokenEntity VALUES('loopcoin','solana','spl',9,'CSgLJ6wu9AoJGi4TpC31Lr5CCQkZbwkSUTW6REeC5K3J');
INSERT OR REPLACE INTO TokenEntity VALUES('loopin-network','solana','spl',9,'CHX3FSxGYSJ2LHeQTcGp2oMAoBNngtJ73jsuamMUnZQx');
INSERT OR REPLACE INTO TokenEntity VALUES('loopin-network','ethereum','eip20',18,'0x975da7b2325f815f1de23c8b68f721fb483b8071');
INSERT OR REPLACE INTO TokenEntity VALUES('loopring','arbitrum-one','eip20',18,'0x46d0ce7de6247b0a95f67b43b589b4041bae7fbe');
INSERT OR REPLACE INTO TokenEntity VALUES('loopring','ethereum','eip20',18,'0xbbbbca6a901c926f240b89eacb641d8aec7aeafd');
INSERT OR REPLACE INTO TokenEntity VALUES('loot','ethereum','eip20',18,'0x721a1b990699ee9d90b6327faad0a3e840ae8335');
INSERT OR REPLACE INTO TokenEntity VALUES('loot','binance-smart-chain','eip20',18,'0x14a9a94e555fdd54c21d7f7e328e61d7ebece54b');
INSERT OR REPLACE INTO TokenEntity VALUES('lorenzo-protocol','binance-smart-chain','eip20',18,'0x3aee7602b612de36088f3ffed8c8f10e86ebf2bf');
INSERT OR REPLACE INTO TokenEntity VALUES('lorenzo-stbtc','binance-smart-chain','eip20',18,'0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3');
INSERT OR REPLACE INTO TokenEntity VALUES('lorenzo-stbtc','sui','sui',8,'0x5f496ed5d9d045c5b788dc1bb85f54100f2ede11e46f6a232c29daada4c5bdb6::coin::COIN');
INSERT OR REPLACE INTO TokenEntity VALUES('lorenzo-wrapped-bitcoin','sui','sui',8,'0x8f2b5eb696ed88b71fea398d330bccfa52f6e2a5a8e1ac6180fcb25c6de42ebc::coin::COIN');
INSERT OR REPLACE INTO TokenEntity VALUES('loser-coin','polygon-pos','eip20',18,'0x1c0a798b5a5273a9e54028eb1524fd337b24145f');
INSERT OR REPLACE INTO TokenEntity VALUES('loser-coin','binance-smart-chain','eip20',18,'0x843d4a358471547f51534e3e51fae91cb4dc3f28');
INSERT OR REPLACE INTO TokenEntity VALUES('lossless','binance-smart-chain','eip20',18,'0xf7686f43591302cd9b4b9c4fe1291473fae7d9c9');
INSERT OR REPLACE INTO TokenEntity VALUES('lossless','ethereum','eip20',18,'0x3b9be07d622accaed78f479bc0edabfd6397e320');
INSERT OR REPLACE INTO TokenEntity VALUES('lou','solana','spl',null,'5DQSDg6SGkbsbykq4mQstpcL4d5raEHc6rY7LgBwpump');
INSERT OR REPLACE INTO TokenEntity VALUES('loud','solana','spl',6,'EJZJpNa4tDZ3kYdcRZgaAtaKm3fLJ5akmyPkCaKmfWvd');
INSERT OR REPLACE INTO TokenEntity VALUES('lovely-inu-finance','binance-smart-chain','eip20',8,'0x9e24415d1e549ebc626a13a482bb117a2b43e9cf');
INSERT OR REPLACE INTO TokenEntity VALUES('lox-network','xrp','xrp',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('lp-3pool-curve','ethereum','eip20',18,'0x6c3f90f043a72fa612cbac8115ee7e52bde6e490');
INSERT OR REPLACE INTO TokenEntity VALUES('lp-3pool-curve','avalanche','eip20',18,'0x1337bedc9d22ecbe766df105c9623922a27963ec');
INSERT OR REPLACE INTO TokenEntity VALUES('lp-renbtc-curve','ethereum','eip20',18,'0x49849c98ae39fff122806c06791fa73784fb3675');
INSERT OR REPLACE INTO TokenEntity VALUES('lp-scurve','ethereum','eip20',18,'0xc25a3a3b969415c80451098fa907ec722572917f');
INSERT OR REPLACE INTO TokenEntity VALUES('lrt-squared','ethereum','eip20',18,'0x8f08b70456eb22f6109f57b8fafe862ed28e6040');
INSERT OR REPLACE INTO TokenEntity VALUES('lto-network','ethereum','eip20',8,'0xd01409314acb3b245cea9500ece3f6fd4d70ea30');
INSERT OR REPLACE INTO TokenEntity VALUES('lto-network','binance-smart-chain','eip20',18,'0x857b222fc79e1cbbf8ca5f78cb133d1b7cf34bbd');
INSERT OR REPLACE INTO TokenEntity VALUES('luck-3','binance-smart-chain','eip20',18,'0x5bc247a5fc7dc148b682787c58f6f764ce27581b');
INSERT OR REPLACE INTO TokenEntity VALUES('lucky-block','ethereum','eip20',9,'0x2b867efd2de4ad2b583ca0cb3df9c4040ef4d329');
INSERT OR REPLACE INTO TokenEntity VALUES('lucky-block','binance-smart-chain','eip20',9,'0x2cd96e8c3ff6b5e01169f6e3b61d28204e7810bb');
INSERT OR REPLACE INTO TokenEntity VALUES('lucky-moon','ethereum','eip20',18,'0x78069e97c5a1c4a92da4c577dbcfd86cfd83da53');
INSERT OR REPLACE INTO TokenEntity VALUES('luffy-inu','ethereum','eip20',9,'0x7121d00b4fa18f13da6c2e30d19c04844e6afdc8');
INSERT OR REPLACE INTO TokenEntity VALUES('luffy-inu','binance-smart-chain','eip20',9,'0x3f6b2d68980db7371d3d0470117393c9262621ea');
INSERT OR REPLACE INTO TokenEntity VALUES('lukso-token','harmony-shard-0','harmony-shard-0',null,'0x8a8ca151562a68ed3732fd963ec4e0e713b39bb3');
INSERT OR REPLACE INTO TokenEntity VALUES('lukso-token','ethereum','eip20',18,'0xa8b919680258d369114910511cc87595aec0be6d');
INSERT OR REPLACE INTO TokenEntity VALUES('lukso-token-2','lukso-token-2','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('lumenswap','stellar','stellar',7,'LSP-GAB7STHVD5BDH3EEYXPI3OM7PCS4V443PYB5FNT6CFGJVPDLMKDM24WK');
INSERT OR REPLACE INTO TokenEntity VALUES('lumerin','ethereum','eip20',8,'0x4b1d0b9f081468d780ca1d5d79132b64301085d1');
INSERT OR REPLACE INTO TokenEntity VALUES('lumi-credits','tron','eip20',6,'TDBNKiYQ8yfJtT5MDP3byu7f1npJuG2DBN');
INSERT OR REPLACE INTO TokenEntity VALUES('luminous','base','eip20',18,'0x0fd7a301b51d0a83fcaf6718628174d527b373b6');
INSERT OR REPLACE INTO TokenEntity VALUES('lumishare','binance-smart-chain','eip20',18,'0x9d6df568d4d3e619b99a5f988ac7b2bcc3408753');
INSERT OR REPLACE INTO TokenEntity VALUES('lumo-8b-instruct','solana','spl',6,'4FkNq8RcCYg4ZGDWh14scJ7ej3m5vMjYTcWoJVkupump');
INSERT OR REPLACE INTO TokenEntity VALUES('lumoz','arbitrum-one','eip20',18,'0xe16e2548a576ad448fb014bbe85284d7f3542df5');
INSERT OR REPLACE INTO TokenEntity VALUES('luna-by-virtuals','solana','spl',8,'9se6kma7LeGcQWyRBNcYzyxZPE3r9t9qWZ8SnjnN3jJ7');
INSERT OR REPLACE INTO TokenEntity VALUES('luna-by-virtuals','base','eip20',18,'0x55cd6469f597452b5a7536e2cd98fde4c1247ee4');
INSERT OR REPLACE INTO TokenEntity VALUES('luna-rush','binance-smart-chain','eip20',18,'0xde301d6a2569aefcfe271b9d98f318baee1d30a4');
INSERT OR REPLACE INTO TokenEntity VALUES('lunachow','binance-smart-chain','eip20',18,'0xe4e8e6878718bfe533702d4a6571eb74d79b0915');
INSERT OR REPLACE INTO TokenEntity VALUES('lunachow','ethereum','eip20',18,'0xa5ef74068d04ba0809b7379dd76af5ce34ab7c57');
INSERT OR REPLACE INTO TokenEntity VALUES('lunachow','polygon-pos','eip20',18,'0xc4bb7277a74678f053259cb1f96140347efbfd46');
INSERT OR REPLACE INTO TokenEntity VALUES('lunadoge','binance-smart-chain','eip20',9,'0xb99172949554e6c10c28c880ec0306d2a9d5c753');
INSERT OR REPLACE INTO TokenEntity VALUES('lunr-token','binance-smart-chain','eip20',4,'0x37807d4fbeb84124347b8899dd99616090d3e304');
INSERT OR REPLACE INTO TokenEntity VALUES('lunr-token','ethereum','eip20',4,'0xa87135285ae208e22068acdbff64b11ec73eaa5a');
INSERT OR REPLACE INTO TokenEntity VALUES('lunr-token','zilliqa','zilliqa',null,'zil1xxl6yp2twxvljdnn87g9fk7wykdrcv66xdy4rc');
INSERT OR REPLACE INTO TokenEntity VALUES('lunyr','ethereum','eip20',18,'0xfa05a73ffe78ef8f1a739473e462c54bae6567d9');
INSERT OR REPLACE INTO TokenEntity VALUES('lush-ai','ethereum','eip20',18,'0xec9333e7dadeebf82d290d6cb12e66cc30ce46b0');
INSERT OR REPLACE INTO TokenEntity VALUES('lux-bio-exchange-coin','ethereum','eip20',18,'0xffe510a92434a0df346c5e72a3494b043cf249eb');
INSERT OR REPLACE INTO TokenEntity VALUES('lux-token','solana','spl',null,'BmXfbamFqrBzrqihr9hbSmEsfQUXMVaqshAjgvZupump');
INSERT OR REPLACE INTO TokenEntity VALUES('luxcoin','luxcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('luxy','polygon-pos','eip20',18,'0xd4945a3d0de9923035521687d4bf18cc9b0c7c2a');
INSERT OR REPLACE INTO TokenEntity VALUES('lybra-finance','ethereum','eip20',18,'0xf1182229b71e79e504b1d2bf076c15a277311e05');
INSERT OR REPLACE INTO TokenEntity VALUES('lydia-finance','avalanche','eip20',18,'0x4c9b4e1ac6f24cde3660d5e4ef1ebf77c710c084');
INSERT OR REPLACE INTO TokenEntity VALUES('lyfe-gold','ethereum','eip20',18,'0x27778e14ce36d3b85e1effeb43816a17bbb7088a');
INSERT OR REPLACE INTO TokenEntity VALUES('lylo-ai','ethereum','eip20',18,'0x1ce9345d16cd3f9332438fc2c18dfa6556c5658e');
INSERT OR REPLACE INTO TokenEntity VALUES('lympo','ethereum','eip20',18,'0xc690f7c7fcffa6a82b79fab7508c466fefdfc8c5');
INSERT OR REPLACE INTO TokenEntity VALUES('lympo-market-token','ethereum','eip20',18,'0x327673ae6b33bd3d90f0096870059994f30dc8af');
INSERT OR REPLACE INTO TokenEntity VALUES('lympo-market-token','binance-smart-chain','eip20',18,'0x9617857e191354dbea0b714d78bc59e57c411087');
INSERT OR REPLACE INTO TokenEntity VALUES('lynex','linea','linea',18,'0x1a51b19ce03dbe0cb44c1528e34a7edd7771e9af');
INSERT OR REPLACE INTO TokenEntity VALUES('lynk-coin','solana','spl',null,'BfxhMerBkBhRUGn4tX5YrBRqLqN8VjvUXHhU7K9Fpump');
INSERT OR REPLACE INTO TokenEntity VALUES('lynx','lynx','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('lyptus-token','binance-smart-chain','eip20',18,'0xba26397cdff25f0d26e815d218ef3c77609ae7f1');
INSERT OR REPLACE INTO TokenEntity VALUES('lyra-3','base','eip20',18,'0x99956f143dcca77cddf4b4b2a0fa4d491703244d');
INSERT OR REPLACE INTO TokenEntity VALUES('lyra-finance','optimistic-ethereum','eip20',18,'0x50c5725949a6f0c72e6c4a641f24049a917db0cb');
INSERT OR REPLACE INTO TokenEntity VALUES('lyra-finance','ethereum','eip20',18,'0x01ba67aac7f75f647d94220cc98fb30fcc5105bf');
INSERT OR REPLACE INTO TokenEntity VALUES('m2','ethereum','eip20',18,'0x965d79f1a1016b574a62986e13ca8ab04dfdd15c');
INSERT OR REPLACE INTO TokenEntity VALUES('m2-global-wealth-limited-mmx','solana','spl',8,'8bd3PSBp15xbjjCJzEJDrQDPiBTXgAJtgoxTcmXxytWL');
INSERT OR REPLACE INTO TokenEntity VALUES('m2-global-wealth-limited-mmx','polygon-pos','eip20',18,'0x95a62521c655e7a24a3919aa1f99764c05b7ec4e');
INSERT OR REPLACE INTO TokenEntity VALUES('m2-global-wealth-limited-mmx','ethereum','eip20',18,'0x614da3b37b6f66f7ce69b4bbbcf9a55ce6168707');
INSERT OR REPLACE INTO TokenEntity VALUES('m3m3','solana','spl',9,'M3M3pSFptfpZYnWNUgAbyWzKKgPo5d1eWmX6tbiSF2K');
INSERT OR REPLACE INTO TokenEntity VALUES('macaronswap','binance-smart-chain','eip20',18,'0xacb2d47827c9813ae26de80965845d80935afd0b');
INSERT OR REPLACE INTO TokenEntity VALUES('macaronswap','polygon-pos','eip20',18,'0xba25b552c8a098afdf276324c32c71fe28e0ad40');
INSERT OR REPLACE INTO TokenEntity VALUES('macrohard','ethereum','eip20',18,'0x10ee9f68ee4e4d311e854ae14c53f5b25a917f85');
INSERT OR REPLACE INTO TokenEntity VALUES('mad-2','solana','spl',6,'madHpjRn6bd8t78Rsy7NuSuNwWa2HU8ByPobZprHbHv');
INSERT OR REPLACE INTO TokenEntity VALUES('mad-meerkat-optimizer','cronos','cronos',null,'0x50c0c5bda591bc7e89a342a3ed672fb59b3c46a7');
INSERT OR REPLACE INTO TokenEntity VALUES('madlads-strategy','solana','spl',9,'98i1pJRAy4yWbHcjX5mwgBUNsX7XskvYWrBBrXgN8QLU');
INSERT OR REPLACE INTO TokenEntity VALUES('madonna-del-gatto','binance-smart-chain','eip20',18,'0x8b4c03308579a0c4166b44f84565d97378303247');
INSERT OR REPLACE INTO TokenEntity VALUES('mag7-ssi','base','eip20',8,'0x9e6a46f294bb67c20f1d1e7afb0bbef614403b55');
INSERT OR REPLACE INTO TokenEntity VALUES('maga','ethereum','eip20',9,'0x576e2bed8f7b46d34016198911cdf9886f78bea7');
INSERT OR REPLACE INTO TokenEntity VALUES('maga','solana','spl',null,'HaP8r3ksG76PhQLTqR8FYBeNiQpejcFbQmiHbg787Ut1');
INSERT OR REPLACE INTO TokenEntity VALUES('maga','binance-smart-chain','eip20',9,'0x4ea98c1999575aaadfb38237dd015c5e773f75a2');
INSERT OR REPLACE INTO TokenEntity VALUES('maga-fight-for-trump','ethereum','eip20',18,'0x03dcee0d21ab39614c768dab67bfc33b0fc0a047');
INSERT OR REPLACE INTO TokenEntity VALUES('maga-hat','ethereum','eip20',9,'0xd29da236dd4aac627346e1bba06a619e8c22d7c5');
INSERT OR REPLACE INTO TokenEntity VALUES('magaverse','solana','spl',6,'6dk9H7RD5m8JtRuUErNztwhBbr5ynzWvzPTusLpxpump');
INSERT OR REPLACE INTO TokenEntity VALUES('magic','ethereum','eip20',18,'0xb0c7a3ba49c7a6eaba6cd4a96c55a1391070ac9a');
INSERT OR REPLACE INTO TokenEntity VALUES('magic','arbitrum-one','eip20',18,'0x539bde0d7dbd336b79148aa742883198bbf60342');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-beasties','binance-smart-chain','eip20',9,'0xc77dd3ade7b717583e0924466e4e474a5673332c');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-cube','magic-cube','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-eden','solana','spl',6,'MEFNBXixkEbait3xn9bkm8WsJzXtVsaJEn4c8Sam21u');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-internet-money','ethereum','eip20',18,'0x99d8a9c45b2eca8864373a26d1459e3dff1e17f3');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-internet-money','avalanche','eip20',18,'0x130966628846bfd36ff31a822705796e8cb8c18d');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-internet-money','binance-smart-chain','eip20',18,'0xfe19f0b51438fd612f6fd59c1dbb3ea319f433ba');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-internet-money','arbitrum-one','eip20',18,'0xfea7a6a0b346362bf88a9e4a88416b77a57d6c2a');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-internet-money','fantom','eip20',18,'0x82f0b8b456c1a451378467398982d4834b6829c1');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-internet-money','polygon-pos','eip20',18,'0x49a0400587a7f65072c87c4910449fdcc5c47242');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-internet-money','moonriver','moonriver',null,'0x0cae51e1032e8461f4806e26332c030e34de3adb');
INSERT OR REPLACE INTO TokenEntity VALUES('magic-square','binance-smart-chain','eip20',8,'0x2b72867c32cf673f7b02d208b26889fed353b1f8');
INSERT OR REPLACE INTO TokenEntity VALUES('magiccraft','binance-smart-chain','eip20',9,'0x4b8285ab433d8f69cb48d5ad62b415ed1a221e4f');
INSERT OR REPLACE INTO TokenEntity VALUES('magiccraft','fantom','eip20',9,'0xe705af5f63fcabdcdf5016aa838eaaac35d12890');
INSERT OR REPLACE INTO TokenEntity VALUES('magnetgold','binance-smart-chain','eip20',18,'0x68d10dfe87a838d63bbef6c9a0d0b44beb799dc1');
INSERT OR REPLACE INTO TokenEntity VALUES('magnetix','solana','spl',9,'HPm64oG8eoCKuPj2MaHc1ruqdZ4Pe71UEGiUET1MtJAu');
INSERT OR REPLACE INTO TokenEntity VALUES('magpie','arbitrum-one','eip20',18,'0xa61f74247455a40b01b0559ff6274441fafa22a3');
INSERT OR REPLACE INTO TokenEntity VALUES('magpie','binance-smart-chain','eip20',18,'0xd06716e1ff2e492cc5034c2e81805562dd3b45fa');
INSERT OR REPLACE INTO TokenEntity VALUES('mahadao','ethereum','eip20',18,'0xb4d930279552397bba2ee473229f89ec245bc365');
INSERT OR REPLACE INTO TokenEntity VALUES('mahadao','polygon-pos','eip20',18,'0xedd6ca8a4202d4a36611e2fff109648c4863ae19');
INSERT OR REPLACE INTO TokenEntity VALUES('mahina-token','binance-smart-chain','eip20',18,'0xa7536d3c8b307f9c208ec84b54af0e38a4839a5e');
INSERT OR REPLACE INTO TokenEntity VALUES('maiar','solana','spl',6,'G5e2XonmccmdKc98g3eNQe5oBYGw9m8xdMUvVtcZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('maiar-dex','elrond','elrond',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('maidsafecoin','omni','omni',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('maidsafecoin','ethereum','eip20',18,'0x329c6e459ffa7475718838145e5e85802db2a303');
INSERT OR REPLACE INTO TokenEntity VALUES('maiga','binance-smart-chain','eip20',18,'0xcd1679f117e81defc4f0009311ddc23fc1ae4a5e');
INSERT OR REPLACE INTO TokenEntity VALUES('mainframe','ethereum','eip20',18,'0xdf2c7238198ad8b389666574f2d8bc411a4b7428');
INSERT OR REPLACE INTO TokenEntity VALUES('mainframe-2','bittensor','bittensor',null,'25');
INSERT OR REPLACE INTO TokenEntity VALUES('mainstream-for-the-underground','ethereum','eip20',18,'0xba745513acebcbb977497c569d4f7d340f2a936b');
INSERT OR REPLACE INTO TokenEntity VALUES('mainstream-for-the-underground','polygon-pos','eip20',18,'0xc46a37fbbe433ef24bc7b9388c8728ddcf3ca87c');
INSERT OR REPLACE INTO TokenEntity VALUES('major-frog','solana','spl',9,'CNyMaRR4krm1yAxfCvPXevNMArZZZk7sRqKwX68uCeJk');
INSERT OR REPLACE INTO TokenEntity VALUES('maker','sora','sora',null,'0x00ec184ef0b4bd955db05eea5a8489ae72888ab6e63682a15beca1cd39344c8f');
INSERT OR REPLACE INTO TokenEntity VALUES('maker','ethereum','eip20',18,'0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2');
INSERT OR REPLACE INTO TokenEntity VALUES('maker','arbitrum-one','eip20',18,'0x2e9a6df78e42a30712c10a9dc4b1c8656f8f2879');
INSERT OR REPLACE INTO TokenEntity VALUES('maker','avalanche','eip20',18,'0x88128fd4b259552a9a1d457f435a6527aab72d42');
INSERT OR REPLACE INTO TokenEntity VALUES('makerdao-arbitrum-bridged-dai-arbitrum-one','arbitrum-one','eip20',18,'0xda10009cbd5d07dd0cecc66161fc93d7c9000da1');
INSERT OR REPLACE INTO TokenEntity VALUES('makerdao-optimism-bridged-dai-optimism','optimistic-ethereum','eip20',18,'0xda10009cbd5d07dd0cecc66161fc93d7c9000da1');
INSERT OR REPLACE INTO TokenEntity VALUES('mambo','ethereum','eip20',18,'0x404d3295c8b1c61662068db584125a7ebcc0d651');
INSERT OR REPLACE INTO TokenEntity VALUES('mamo','base','eip20',18,'0x7300b37dfdfab110d83290a29dfb31b1740219fe');
INSERT OR REPLACE INTO TokenEntity VALUES('manchester-city-fan-token','chiliz','chiliz',null,'0xf30d150250f5301ef34a0e4a64aafa93f242d87a');
INSERT OR REPLACE INTO TokenEntity VALUES('mancium','ethereum','eip20',2,'0xe0c05ec44775e4ad62cdc2eecdf337aa7a143363');
INSERT OR REPLACE INTO TokenEntity VALUES('mandy-coin','solana','spl',9,'7aBe9kywnhEroyPC7WZAv2QdbfLLmiDJuaAqHGkEFALX');
INSERT OR REPLACE INTO TokenEntity VALUES('maneki','solana','spl',5,'25hAyBQfoDhfWx9ay6rarbgvWGwDdNqcHsXS3jQ3mTDJ');
INSERT OR REPLACE INTO TokenEntity VALUES('manga-token','binance-smart-chain','eip20',18,'0xc2cb89bbb5bba6e21db1dfe13493dfd7dcbabd68');
INSERT OR REPLACE INTO TokenEntity VALUES('mango-markets','solana','spl',6,'MangoCzJ36AjZyKwVj3VnYU4GTonjfVEnJmvvWaxLac');
INSERT OR REPLACE INTO TokenEntity VALUES('mangoman-intelligent','binance-smart-chain','eip20',18,'0x9767c8e438aa18f550208e6d1fdf5f43541cc2c8');
INSERT OR REPLACE INTO TokenEntity VALUES('manifest-3','sui','sui',9,'0xc466c28d87b3d5cd34f3d5c088751532d71a38d93a8aae4551dd56272cfb4355::manifest::MANIFEST');
INSERT OR REPLACE INTO TokenEntity VALUES('manifold-finance','ethereum','eip20',18,'0xd084944d3c05cd115c09d072b9f44ba3e0e45921');
INSERT OR REPLACE INTO TokenEntity VALUES('mansory-token','solana','spl',6,'1xdtu7y3LkkrVCAbm5KGKfYzq1qgKhxxk5AaJBqpump');
INSERT OR REPLACE INTO TokenEntity VALUES('manta-meth','manta-pacific','manta-pacific',18,'0xaccbc418a994a27a75644d8d591afc22faba594e');
INSERT OR REPLACE INTO TokenEntity VALUES('manta-network','manta-pacific','manta-pacific',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mantis','solana','spl',9,'Mant1sZcb8x2YMZe7RdqSfStCj4YxjmQByNKyHpLJK9');
INSERT OR REPLACE INTO TokenEntity VALUES('mantis-2','bittensor','bittensor',null,'123');
INSERT OR REPLACE INTO TokenEntity VALUES('mantle','mantle','mantle',null,'0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000');
INSERT OR REPLACE INTO TokenEntity VALUES('mantle','ethereum','eip20',18,'0x3c3a81e81dc49a522a592e7622a7e711c06bf354');
INSERT OR REPLACE INTO TokenEntity VALUES('mantle-bridged-usdc-mantle','mantle','mantle',6,'0x09bc4e0d864854c6afb6eb9a9cdf58ac190d0df9');
INSERT OR REPLACE INTO TokenEntity VALUES('mantle-bridged-usdt-mantle','mantle','mantle',6,'0x201eba5cc46d216ce6dc03f6a759e8e766e956ae');
INSERT OR REPLACE INTO TokenEntity VALUES('mantle-restaked-eth','ethereum','eip20',18,'0xe6829d9a7ee3040e1276fa75293bde931859e8fa');
INSERT OR REPLACE INTO TokenEntity VALUES('mantle-restaked-eth','mantle','mantle',18,'0xe6829d9a7ee3040e1276fa75293bde931859e8fa');
INSERT OR REPLACE INTO TokenEntity VALUES('mantle-staked-ether','ethereum','eip20',18,'0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa');
INSERT OR REPLACE INTO TokenEntity VALUES('mantra-dao','polygon-pos','eip20',18,'0xc3ec80343d2bae2f8e680fdadde7c17e71e114ea');
INSERT OR REPLACE INTO TokenEntity VALUES('mantra-dao','binance-smart-chain','eip20',18,'0xf78d2e7936f5fe18308a3b2951a93b6c4a41f5e2');
INSERT OR REPLACE INTO TokenEntity VALUES('mantra-dao','ethereum','eip20',18,'0x3593d125a4f7849a1b059e64f4517a86dd60c95d');
INSERT OR REPLACE INTO TokenEntity VALUES('manyu-2','ethereum','eip20',9,'0x95af4af910c28e8ece4512bfe46f1f33687424ce');
INSERT OR REPLACE INTO TokenEntity VALUES('maple','ethereum','eip20',18,'0x33349b282065b0284d756f0577fb39c158f935e6');
INSERT OR REPLACE INTO TokenEntity VALUES('maps','solana','spl',6,'MAPS41MDahZ9QdKXhVa4dWB9RuyfV4XqhyAZ8XcYepb');
INSERT OR REPLACE INTO TokenEntity VALUES('marblex','kaia','eip20',18,'0xd068c52d81f4409b9502da926ace3301cc41f623');
INSERT OR REPLACE INTO TokenEntity VALUES('marcopolo','ethereum','eip20',18,'0x9e976f211daea0d652912ab99b0dc21a7fd728e4');
INSERT OR REPLACE INTO TokenEntity VALUES('marginswap','avalanche','eip20',18,'0x9fda7ceec4c18008096c2fe2b85f05dc300f94d0');
INSERT OR REPLACE INTO TokenEntity VALUES('marginswap','ethereum','eip20',18,'0xaa4e3edb11afa93c41db59842b29de64b72e355b');
INSERT OR REPLACE INTO TokenEntity VALUES('marhabadefi','binance-smart-chain','eip20',18,'0xd10332818d6a9b4b84bf5d87dbf9d80012fdf913');
INSERT OR REPLACE INTO TokenEntity VALUES('marinade','solana','spl',9,'MNDEFzGvMt87ueuHvVU9VcTqsAP5b3fTGPsHuuPA5ey');
INSERT OR REPLACE INTO TokenEntity VALUES('market-dominance','solana','spl',6,'C4j7kPx9PqDnfvxe2uycJQRTAeyGwmU4DyGf21Xgpump');
INSERT OR REPLACE INTO TokenEntity VALUES('market-making-pro','binance-smart-chain','eip20',18,'0x6067490d05f3cf2fdffc0e353b1f5fd6e5ccdf70');
INSERT OR REPLACE INTO TokenEntity VALUES('marketpeak','ethereum','eip20',8,'0x630d98424efe0ea27fb1b3ab7741907dffeaad78');
INSERT OR REPLACE INTO TokenEntity VALUES('marketpeak','binance-smart-chain','eip20',8,'0x630d98424efe0ea27fb1b3ab7741907dffeaad78');
INSERT OR REPLACE INTO TokenEntity VALUES('marlin','ethereum','eip20',18,'0x57b946008913b82e4df85f501cbaed910e58d26c');
INSERT OR REPLACE INTO TokenEntity VALUES('marnotaur','binance-smart-chain','eip20',18,'0x19b99162adaab85134e781ac0048c275c31b205a');
INSERT OR REPLACE INTO TokenEntity VALUES('mars-ecosystem-token','binance-smart-chain','eip20',18,'0x7859b01bbf675d67da8cd128a50d155cd881b576');
INSERT OR REPLACE INTO TokenEntity VALUES('mars4','binance-smart-chain','eip20',18,'0x9cd9c5a44cb8fab39b2ee3556f5c439e65e4fddd');
INSERT OR REPLACE INTO TokenEntity VALUES('mars4','ethereum','eip20',18,'0x16cda4028e9e872a38acb903176719299beaed87');
INSERT OR REPLACE INTO TokenEntity VALUES('marscoin','marscoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('marscolony','harmony-shard-0','harmony-shard-0',null,'0x0d625029e21540abdfafa3bfc6fd44fb4e0a66d0');
INSERT OR REPLACE INTO TokenEntity VALUES('marsdao','binance-smart-chain','eip20',18,'0x60322971a672b81bcce5947706d22c19daecf6fb');
INSERT OR REPLACE INTO TokenEntity VALUES('marsmi','solana','spl',6,'GqXX9MfkURBZ5cFym9HDzqTL7uZkjtCSqLkUSe2xpump');
INSERT OR REPLACE INTO TokenEntity VALUES('marso-tech','base','eip20',18,'0xdfd579dd6aeb232e95a15d964a135a61925b5c93');
INSERT OR REPLACE INTO TokenEntity VALUES('marvin-inu','ethereum','eip20',18,'0xcaa9ed6d7502595b555113d4517668ae24038c8a');
INSERT OR REPLACE INTO TokenEntity VALUES('marvin-inu','binance-smart-chain','eip20',18,'0x71ab195498b6dc1656abb4d9233f83ae5f19495b');
INSERT OR REPLACE INTO TokenEntity VALUES('marvin-inu-2','ethereum','eip20',18,'0x85bea4ee627b795a79583fcede229e198aa57055');
INSERT OR REPLACE INTO TokenEntity VALUES('masa-finance','binance-smart-chain','eip20',18,'0x944824290cc12f31ae18ef51216a223ba4063092');
INSERT OR REPLACE INTO TokenEntity VALUES('masa-finance','ethereum','eip20',18,'0x944824290cc12f31ae18ef51216a223ba4063092');
INSERT OR REPLACE INTO TokenEntity VALUES('masha-and-the-bear','solana','spl',6,'mae8vJGf8Wju8Ron1oDTQVaTGGBpcpWDwoRQJALMMf2');
INSERT OR REPLACE INTO TokenEntity VALUES('mashida','binance-smart-chain','eip20',9,'0x06ce168ff4ca760768f42c440d4266ba705e2f21');
INSERT OR REPLACE INTO TokenEntity VALUES('mask-network','binance-smart-chain','eip20',18,'0x2ed9a5c8c13b93955103b9a7c167b67ef4d568a3');
INSERT OR REPLACE INTO TokenEntity VALUES('mask-network','ethereum','eip20',18,'0x69af81e73a73b40adf4f3d4223cd9b1ece623074');
INSERT OR REPLACE INTO TokenEntity VALUES('mask-network','polygon-pos','eip20',18,'0x2b9e7ccdf0f4e5b24757c1e1a80e311e34cb10c7');
INSERT OR REPLACE INTO TokenEntity VALUES('masq','tomochain','tomochain',null,'0xea478716a70dc086707e23de17965acb5c7b7840');
INSERT OR REPLACE INTO TokenEntity VALUES('masq','polygon-pos','eip20',18,'0xee9a352f6aac4af1a5b9f467f6a93e0ffbe9dd35');
INSERT OR REPLACE INTO TokenEntity VALUES('masq','ethereum','eip20',18,'0x06f3c323f0238c72bf35011071f2b5b7f43a054c');
INSERT OR REPLACE INTO TokenEntity VALUES('mass','mass','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mass-vehicle-ledger','ethereum','eip20',18,'0xa849eaae994fb86afa73382e9bd88c2b6b18dc71');
INSERT OR REPLACE INTO TokenEntity VALUES('mass-vehicle-ledger','binance-smart-chain','eip20',18,'0x5f588efaf8eb57e3837486e834fc5a4e07768d98');
INSERT OR REPLACE INTO TokenEntity VALUES('masterbot','solana','spl',6,'63bpnCja1pGB2HSazkS8FAPAUkYgcXoDwYHfvZZveBot');
INSERT OR REPLACE INTO TokenEntity VALUES('masterdex','ethereum','eip20',18,'0xf0610eb7d8ee12d59412da32625d5e273e78ff0b');
INSERT OR REPLACE INTO TokenEntity VALUES('matchain','binance-smart-chain','eip20',18,'0xfe2dd2d57a05f89438f3aec94eafa4070396bab0');
INSERT OR REPLACE INTO TokenEntity VALUES('mates','solana','spl',6,'MAtesZXcU38mgPuteRFo9ApCauYRRuwn3xf1cs5y7ZX');
INSERT OR REPLACE INTO TokenEntity VALUES('math','ethereum','eip20',18,'0x08d967bb0134f2d07f7cfb6e246680c53927dd30');
INSERT OR REPLACE INTO TokenEntity VALUES('math','arbitrum-one','eip20',18,'0x99f40b01ba9c469193b360f72740e416b17ac332');
INSERT OR REPLACE INTO TokenEntity VALUES('math','binance-smart-chain','eip20',18,'0xf218184af829cf2b0019f8e6f0b2423498a36983');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-aave-usdc','polygon-pos','eip20',6,'0x9719d867a500ef117cc201206b8ab51e794d3f82');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-dai-stablecoin','iotex','iotex',null,'0x62a9d987cbf4c45a550deed5b57b200d7a319632');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-network','moonriver','moonriver',null,'0x682f81e57eaa716504090c3ecba8595fb54561d8');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-network','moonbeam','moonbeam',null,'0x3405a1bd46b85c5c029483fbecf2f3e611026e45');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-network','sora','sora',null,'0x009134d5c7b7fda8863985531f456f89bef5fbd76684a8acdb737b3e451d0877');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-network','ethereum','eip20',18,'0x7d1afa7b718fb893db30a3abc0cfc608aacfebb0');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-network','harmony-shard-0','harmony-shard-0',null,'0x301259f392b551ca8c592c9f676fcd2f9a0a84c5');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-network','binance-smart-chain','eip20',18,'0xcc42724c6683b7e57334c4e856f4c9965ed682bd');
INSERT OR REPLACE INTO TokenEntity VALUES('matic-network','polygon-pos','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('matr1x','ethereum','eip20',18,'0xb7109df1a93f8fe2b8162c6207c9b846c1c68090');
INSERT OR REPLACE INTO TokenEntity VALUES('matr1x','polygon-pos','eip20',18,'0xbed0b9240bdbcc8e33f66d2ca650a5ef60a5bab0');
INSERT OR REPLACE INTO TokenEntity VALUES('matr1x-fire','polygon-pos','eip20',18,'0x838c9634de6590b96aeadc4bc6db5c28fd17e3c2');
INSERT OR REPLACE INTO TokenEntity VALUES('matrix-ai-network','ethereum','eip20',18,'0xe25bcec5d3801ce3a794079bf94adf1b8ccd802d');
INSERT OR REPLACE INTO TokenEntity VALUES('matrixdock-gold','binance-smart-chain','eip20',18,'0x23ae4fd8e7844cdbc97775496ebd0e8248656028');
INSERT OR REPLACE INTO TokenEntity VALUES('matrixdock-gold','ethereum','eip20',18,'0x2103e845c5e135493bb6c2a4f0b8651956ea8682');
INSERT OR REPLACE INTO TokenEntity VALUES('matrixetf','solana','spl',6,'ALQ9KMWjFmxVbew3vMkJj3ypbAKuorSgGst6svCHEe2z');
INSERT OR REPLACE INTO TokenEntity VALUES('matrixetf','ethereum','eip20',18,'0x1a57367c6194199e5d9aea1ce027431682dfb411');
INSERT OR REPLACE INTO TokenEntity VALUES('matrixswap','ethereum','eip20',18,'0xc8d3dcb63c38607cb0c9d3f55e8ecce628a01c36');
INSERT OR REPLACE INTO TokenEntity VALUES('matrixswap','binance-smart-chain','eip20',18,'0xc32bb619966b9a56cf2472528a36fd099ce979e0');
INSERT OR REPLACE INTO TokenEntity VALUES('matrixswap','polygon-pos','eip20',18,'0x211f4e76fcb811ed2b310a232a24b3445d95e3bc');
INSERT OR REPLACE INTO TokenEntity VALUES('maverick-protocol','zksync','eip20',18,'0x787c09494ec8bcb24dcaf8659e7d5d69979ee508');
INSERT OR REPLACE INTO TokenEntity VALUES('maverick-protocol','ethereum','eip20',18,'0x7448c7456a97769f6cd04f1e83a4a23ccdc46abd');
INSERT OR REPLACE INTO TokenEntity VALUES('maverick-protocol','binance-smart-chain','eip20',18,'0xd691d9a68c887bdf34da8c36f63487333acfd103');
INSERT OR REPLACE INTO TokenEntity VALUES('mavryk-network','ethereum','eip20',6,'0xec2fbe79236fa86bf2aa5d674dea20e2a1e7b01a');
INSERT OR REPLACE INTO TokenEntity VALUES('max-2','solana','spl',6,'oraim8c9d1nkfuQk9EzGYEUGxqL3MHQYndRw1huVo5h');
INSERT OR REPLACE INTO TokenEntity VALUES('max-on-eth','ethereum','eip20',18,'0x68ad75469db9181a1144e769c16adf47f2f32cae');
INSERT OR REPLACE INTO TokenEntity VALUES('max-token','ethereum','eip20',18,'0xe7976c4efc60d9f4c200cc1bcef1a1e3b02c73e7');
INSERT OR REPLACE INTO TokenEntity VALUES('maxcoin','maxcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('maxi-payfi-strategy-token','solana','spl',6,'HUPfpnsaJtJGpJxAPNX1vXah7BgYiQYt1c2JMgMumvPs');
INSERT OR REPLACE INTO TokenEntity VALUES('maximus','avalanche','eip20',18,'0x885d748c00a279b67a7749ec6b03301700dd0455');
INSERT OR REPLACE INTO TokenEntity VALUES('maza','maza','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mazze','ethereum','eip20',18,'0x4a029f7bcf33acb03547d8fa7be840347973e24e');
INSERT OR REPLACE INTO TokenEntity VALUES('mbc','binance-smart-chain','eip20',18,'0x7d28276933d6aa0ef1513f8b5e18dc492befefea');
INSERT OR REPLACE INTO TokenEntity VALUES('mbg-by-multibank-group','ethereum','eip20',18,'0x45e02bc2875a2914c4f585bbf92a6f28bc07cb70');
INSERT OR REPLACE INTO TokenEntity VALUES('mcdex','binance-smart-chain','eip20',18,'0x5fe80d2cd054645b9419657d3d10d26391780a7b');
INSERT OR REPLACE INTO TokenEntity VALUES('mcdex','arbitrum-one','eip20',18,'0x4e352cf164e64adcbad318c3a1e222e9eba4ce42');
INSERT OR REPLACE INTO TokenEntity VALUES('mcdex','ethereum','eip20',18,'0x4e352cf164e64adcbad318c3a1e222e9eba4ce42');
INSERT OR REPLACE INTO TokenEntity VALUES('mcdull','solana','spl',3,'Buoj8HCZMnLRwzDmjzaswhkVhLZD58PG4pZ7rnYp6pCr');
INSERT OR REPLACE INTO TokenEntity VALUES('mceur','celo','celo',null,'0xe273ad7ee11dcfaa87383ad5977ee1504ac07568');
INSERT OR REPLACE INTO TokenEntity VALUES('mcfinance','ethereum','eip20',10,'0xe33ae4e795114279721047484e5ad5cc7df24fcb');
INSERT OR REPLACE INTO TokenEntity VALUES('mch-coin','ethereum','eip20',18,'0xd69f306549e9d96f183b1aeca30b8f4353c2ecc3');
INSERT OR REPLACE INTO TokenEntity VALUES('mch-coin','polygon-pos','eip20',18,'0xee7666aacaefaa6efeef62ea40176d3eb21953b9');
INSERT OR REPLACE INTO TokenEntity VALUES('mcncoin','binance-smart-chain','eip20',8,'0xdd02bc212e79acdab476c9295cdea8a61099cb79');
INSERT OR REPLACE INTO TokenEntity VALUES('mcontent','ethereum','eip20',6,'0xd3c51de3e6dd9b53d7f37699afb3ee3bf9b9b3f4');
INSERT OR REPLACE INTO TokenEntity VALUES('mcontent','binance-smart-chain','eip20',6,'0x799e1cf88a236e42b4a87c544a22a94ae95a6910');
INSERT OR REPLACE INTO TokenEntity VALUES('mdex','huobi-token','huobi-token',null,'0x25d2e80cb6b86881fd7e07dd263fb79f4abe033c');
INSERT OR REPLACE INTO TokenEntity VALUES('mdex','binance-smart-chain','eip20',18,'0x9c65ab58d8d978db963e63f2bfb7121627e3a739');
INSERT OR REPLACE INTO TokenEntity VALUES('mdsquare','ethereum','eip20',18,'0xd32641191578ea9b208125ddd4ec5e7b84fcab4c');
INSERT OR REPLACE INTO TokenEntity VALUES('meai','binance-smart-chain','eip20',18,'0x079ff857bd4ff7c4acf49a1a02e67ef96d43e3e6');
INSERT OR REPLACE INTO TokenEntity VALUES('meana-raptor','ethereum','eip20',18,'0x4c6dfa353b67832a23d26e17b0737819c624437c');
INSERT OR REPLACE INTO TokenEntity VALUES('meanfi','binance-smart-chain','eip20',6,'0x6c9297be2e3ce9c10c480a25b7157a43fd992942');
INSERT OR REPLACE INTO TokenEntity VALUES('meanfi','solana','spl',6,'MEANeD3XDdUmNMsRGjASkSWdC8prLYsoRJ61pPeHctD');
INSERT OR REPLACE INTO TokenEntity VALUES('meanfi','ethereum','eip20',6,'0x9b25889c493ae6df34ceef1ecb10d77c1ba73318');
INSERT OR REPLACE INTO TokenEntity VALUES('meanfi','polygon-pos','eip20',6,'0x4867b60ad7c6adc98653f661f1aea31740986ba5');
INSERT OR REPLACE INTO TokenEntity VALUES('measurable-data-token','ethereum','eip20',18,'0x814e0908b12a99fecf5bc101bb5d0b8b5cdf7d26');
INSERT OR REPLACE INTO TokenEntity VALUES('mech-master','binance-smart-chain','eip20',18,'0xc7b7844494c516b840a7a4575ff3e60ff0f056a9');
INSERT OR REPLACE INTO TokenEntity VALUES('meconcash','meconcash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('media-licensing-token','ethereum','eip20',18,'0x9506d37f70eb4c3d79c398d326c871abbf10521d');
INSERT OR REPLACE INTO TokenEntity VALUES('media-licensing-token','binance-smart-chain','eip20',18,'0x4518231a8fdf6ac553b9bbd51bbb86825b583263');
INSERT OR REPLACE INTO TokenEntity VALUES('media-network','ethereum','eip20',6,'0xdb726152680ece3c9291f1016f1d36f3995f6941');
INSERT OR REPLACE INTO TokenEntity VALUES('media-network','solana','spl',6,'ETAtLmCmsoiEEKfNrHKJ2kYy3MoABhU6NQvpSfij5tDs');
INSERT OR REPLACE INTO TokenEntity VALUES('medibloc','medibloc','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('medical-intelligence','solana','spl',9,'8H2WoidBArpZGK81KMrTGNqnE8gT2CxdvwUETvUm1Ha3');
INSERT OR REPLACE INTO TokenEntity VALUES('medicalchain','ethereum','eip20',18,'0x41dbecc1cdc5517c6f76f6a6e836adbee2754de3');
INSERT OR REPLACE INTO TokenEntity VALUES('medicalveda','ethereum','eip20',8,'0xcbe7142f5c16755d8683ba329efa1abf7b54482d');
INSERT OR REPLACE INTO TokenEntity VALUES('medicalveda','binance-smart-chain','eip20',8,'0x23316e6b09e8f4f67b95d53b4f1e59d1fb518f29');
INSERT OR REPLACE INTO TokenEntity VALUES('medishares','ethereum','eip20',18,'0x66186008c1050627f979d464eabb258860563dbe');
INSERT OR REPLACE INTO TokenEntity VALUES('medping','binance-smart-chain','eip20',18,'0x53f0e242ea207b6e9b63e0a53e788267aa99ff9b');
INSERT OR REPLACE INTO TokenEntity VALUES('medxt','ethereum','eip20',18,'0x755d61b9acbc7fcc935e280291cd86cc1913af93');
INSERT OR REPLACE INTO TokenEntity VALUES('meeb-vault-nftx','ethereum','eip20',18,'0x641927e970222b10b2e8cdbc96b1b4f427316f16');
INSERT OR REPLACE INTO TokenEntity VALUES('meebitstrategy','ethereum','eip20',18,'0xc9b2c00f31b210fcea1242d91307a5b1e3b2be68');
INSERT OR REPLACE INTO TokenEntity VALUES('meeds-dao','ethereum','eip20',18,'0x8503a7b00b4b52692cc6c14e5b96f142e30547b7');
INSERT OR REPLACE INTO TokenEntity VALUES('meeds-dao','polygon-pos','eip20',18,'0x6aca77cf3bab0c4e8210a09b57b07854a995289a');
INSERT OR REPLACE INTO TokenEntity VALUES('meet48','binance-smart-chain','eip20',18,'0x3b4de3c7855c03bb9f50ea252cd2c9fa1125ab07');
INSERT OR REPLACE INTO TokenEntity VALUES('megalink','binance-smart-chain','eip20',18,'0xdc0d0eb492e4902c5991c5cb2038fb06409e7f99');
INSERT OR REPLACE INTO TokenEntity VALUES('megaweapon','ethereum','eip20',9,'0x0b8057c3cc676c329c25c1d0cd27776efa73762d');
INSERT OR REPLACE INTO TokenEntity VALUES('melania-meme','solana','spl',6,'FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P');
INSERT OR REPLACE INTO TokenEntity VALUES('meld','cardano','cardano',null,'6ac8ef33b510ec004fe11585f7c5a9f0c07f0c23428ab4f29c1d7d104d454c44');
INSERT OR REPLACE INTO TokenEntity VALUES('meld-2','cardano','cardano',null,'a2944573e99d2ed3055b808eaa264f0bf119e01fc6b18863067c63e44d454c44');
INSERT OR REPLACE INTO TokenEntity VALUES('meld-2','avalanche','eip20',18,'0x333000333b26ee30214b4af6419d9ab07a450400');
INSERT OR REPLACE INTO TokenEntity VALUES('meld-2','ethereum','eip20',18,'0x333000333b26ee30214b4af6419d9ab07a450400');
INSERT OR REPLACE INTO TokenEntity VALUES('meld-gold','algorand','algorand',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('melega','binance-smart-chain','eip20',18,'0x963556de0eb8138e97a85f0a86ee0acd159d210b');
INSERT OR REPLACE INTO TokenEntity VALUES('meli-games','binance-smart-chain','eip20',18,'0xad04ac36791d923deb082da4f91ab71675dd18fb');
INSERT OR REPLACE INTO TokenEntity VALUES('melon','ethereum','eip20',18,'0xec67005c4e498ec7f55e092bd1d35cbc47c91892');
INSERT OR REPLACE INTO TokenEntity VALUES('memdex100','solana','spl',9,'83iBDw3ZpxqJ3pEzrbttr9fGA57tttehDAxoFyR1moon');
INSERT OR REPLACE INTO TokenEntity VALUES('meme-anarchic-numismatic-asset','solana','spl',6,'Bw5K8eZaf361uDLHgX2UUn1PNfC7XtgQVvY9sSappump');
INSERT OR REPLACE INTO TokenEntity VALUES('meme-lordz','binance-smart-chain','eip20',9,'0x2541be91fe0d220ffcbe65f11d88217a87a43bda');
INSERT OR REPLACE INTO TokenEntity VALUES('meme-trumpcoin','polygon-pos','eip20',18,'0xd28b3fd350a14f0b1d14633e3d14db7b80406391');
INSERT OR REPLACE INTO TokenEntity VALUES('memecoin','ethereum','eip20',18,'0x42dbbd5ae373fea2fc320f62d44c058522bb3758');
INSERT OR REPLACE INTO TokenEntity VALUES('memecoin','polygon-pos','eip20',18,'0x42dbbd5ae373fea2fc320f62d44c058522bb3758');
INSERT OR REPLACE INTO TokenEntity VALUES('memecoin-2','ethereum','eip20',18,'0xb131f4a55907b10d1f0a50d8ab8fa09ec342cd74');
INSERT OR REPLACE INTO TokenEntity VALUES('memecore','binance-smart-chain','eip20',18,'0x22b1458e780f8fa71e2f84502cee8b5a3cc731fa');
INSERT OR REPLACE INTO TokenEntity VALUES('memefi-2','sui','sui',9,'0x506a6fc25f1c7d52ceb06ea44a3114c9380f8e2029b4356019822f248b49e411::memefi::MEMEFI');
INSERT OR REPLACE INTO TokenEntity VALUES('memeflate','binance-smart-chain','eip20',9,'0xafe3321309a994831884fc1725f4c3236ac79f76');
INSERT OR REPLACE INTO TokenEntity VALUES('memegames-ai','base','eip20',9,'0xd92b53ef83afaf0d0a0167cf7ac5951ad1994824');
INSERT OR REPLACE INTO TokenEntity VALUES('memelinked','ethereum','eip20',18,'0xca76bf98b6e44df7360da8650e701f6d9d94bb58');
INSERT OR REPLACE INTO TokenEntity VALUES('memento-mori','ordinals','ordinals',0,'1b07f02356aed6ddca37db8226c6292f2953d55ea741d7f58d44427976e7d4ee');
INSERT OR REPLACE INTO TokenEntity VALUES('memepad','binance-smart-chain','eip20',18,'0x9d70a3ee3079a6fa2bb16591414678b7ad91f0b5');
INSERT OR REPLACE INTO TokenEntity VALUES('memes','the-open-network','the-open-network',9,'EQACQgOerREZ0dzqmDfyRYSryrNJCQbdNL8pxxgICenLElMM');
INSERT OR REPLACE INTO TokenEntity VALUES('memes-ai','solana','spl',6,'39qibQxVzemuZTEvjSB7NePhw9WyyHdQCqP8xmBMpump');
INSERT OR REPLACE INTO TokenEntity VALUES('memesis-world','solana','spl',6,'memsZQiMFoXYwuZj6fFEaRFNgyLGiLDEDqHz5PwtvRa');
INSERT OR REPLACE INTO TokenEntity VALUES('mentat','solana','spl',null,'4oz9DZabbYNeB7UGUA4HYZKYRb4Hwm3h2u2x4CrumbAr');
INSERT OR REPLACE INTO TokenEntity VALUES('meow','solana','spl',8,'BUhS5coXEt9hcxN3JSpGYUWSKbNo96RsKu52LcMo12rf');
INSERT OR REPLACE INTO TokenEntity VALUES('meow-5','avalanche','eip20',18,'0x9209e7ebd056d72c5996220e99df6049253debcf');
INSERT OR REPLACE INTO TokenEntity VALUES('meow-meow-meow-meow','solana','spl',6,'AcJTj14wb9VjVtVrR7E7eoxeK4HayqZ9bPdNvkiEpump');
INSERT OR REPLACE INTO TokenEntity VALUES('merchant-token','ethereum','eip20',18,'0xe66b3aa360bb78468c00bebe163630269db3324f');
INSERT OR REPLACE INTO TokenEntity VALUES('merchdao','polygon-pos','eip20',18,'0x4df071fb2d145be595b767f997c91818694a6ce1');
INSERT OR REPLACE INTO TokenEntity VALUES('merchdao','ethereum','eip20',18,'0xbed4ab0019ff361d83ddeb74883dac8a70f5ea1e');
INSERT OR REPLACE INTO TokenEntity VALUES('mercurial','solana','spl',6,'MERt85fc5boKw3BW1eYdxonEuJNvXbiMbs6hvheau5K');
INSERT OR REPLACE INTO TokenEntity VALUES('merge','binance-smart-chain','eip20',18,'0x2d5c9167fdd5c068c8fcb8992e6af639b42fbf70');
INSERT OR REPLACE INTO TokenEntity VALUES('meridian-2','base','eip20',18,'0xe57e601c06689d3e2bf7db7bebb14b4ff28400c6');
INSERT OR REPLACE INTO TokenEntity VALUES('merit-2','bittensor','bittensor',null,'73');
INSERT OR REPLACE INTO TokenEntity VALUES('merit-circle','binance-smart-chain','eip20',18,'0x949d48eca67b17269629c7194f4b727d4ef9e5d6');
INSERT OR REPLACE INTO TokenEntity VALUES('merit-circle','ethereum','eip20',18,'0x949d48eca67b17269629c7194f4b727d4ef9e5d6');
INSERT OR REPLACE INTO TokenEntity VALUES('merkle-trade','aptos','aptos',6,'0x5ae6789dd2fec1a9ec9cccfb3acaf12e93d432f0a3a42c92fe1a9d490b7bbc06::mkl_token::MKL');
INSERT OR REPLACE INTO TokenEntity VALUES('messier','ethereum','eip20',18,'0x80122c6a83c8202ea365233363d3f4837d13e888');
INSERT OR REPLACE INTO TokenEntity VALUES('met-ai','ethereum','eip20',18,'0x858b4d5df158fdf4b6dcd4b080841b27030178d5');
INSERT OR REPLACE INTO TokenEntity VALUES('meta','ethereum','eip20',18,'0xa3bed4e1c75d00fa6f4e5e6922db7261b5e9acd2');
INSERT OR REPLACE INTO TokenEntity VALUES('meta','polygon-pos','eip20',18,'0xf501dd45a1198c2e1b5aef5314a68b9006d842e0');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-2','solana','spl',9,'METADDFL6wWMWEoKTFJwcThTbUmtarRJZjRpzUvkxhr');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-2-2','solana','spl',6,'METAwkXcqyXKy1AtsSgJ8JiUHwGCafnZL38n3vYmeta');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-apes-peel','binance-smart-chain','eip20',18,'0x734548a9e43d2d564600b1b2ed5be9c2b911c6ab');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-doge','binance-smart-chain','eip20',18,'0x8530b66ca3ddf50e0447eae8ad7ea7d5e62762ed');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-doge','ethereum','eip20',18,'0x8530b66ca3ddf50e0447eae8ad7ea7d5e62762ed');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-financial-ai','binance-smart-chain','eip20',18,'0x45e57907058c707a068100de358ba4535b18e2f3');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-monopoly','ethereum','eip20',18,'0x7d4a7be025652995364e0e232063abd9e8d65e6e');
INSERT OR REPLACE INTO TokenEntity VALUES('meta-usd','sui','sui',9,'0xe44df51c0b21a27ab915fa1fe2ca610cd3eaa6d9666fe5e62b988bf7f0bd8722::musd::MUSD');
INSERT OR REPLACE INTO TokenEntity VALUES('metacade','ethereum','eip20',18,'0xed328e9c1179a30ddc1e7595e036aed8760c22af');
INSERT OR REPLACE INTO TokenEntity VALUES('metacene','ethereum','eip20',18,'0xc283c54df1d858570071a053057806ae73cb6a64');
INSERT OR REPLACE INTO TokenEntity VALUES('metacraft','binance-smart-chain','eip20',18,'0xdf677713a2c661ecd0b2bd4d7485170aa8c1eceb');
INSERT OR REPLACE INTO TokenEntity VALUES('metadium','ethereum','eip20',18,'0xde2f7766c8bf14ca67193128535e5c7454f8387c');
INSERT OR REPLACE INTO TokenEntity VALUES('metadrip','solana','spl',6,'FrkF4GNdqKZLuzWXTk1imqMJRGK9uxCRE3PaBKZbpump');
INSERT OR REPLACE INTO TokenEntity VALUES('metafluence','binance-smart-chain','eip20',18,'0xa78775bba7a542f291e5ef7f13c6204e704a90ba');
INSERT OR REPLACE INTO TokenEntity VALUES('metafox','ethereum','eip20',9,'0x005e6fd1610302018dcd9caf29b8bc38ff6efd98');
INSERT OR REPLACE INTO TokenEntity VALUES('metagalaxy-land','binance-smart-chain','eip20',18,'0x7cd8c22d3f4b66230f73d7ffcb48576233c3fe33');
INSERT OR REPLACE INTO TokenEntity VALUES('metagame-arena','binance-smart-chain','eip20',18,'0x03ac6ab6a9a91a0fcdec7d85b38bdfbb719ec02f');
INSERT OR REPLACE INTO TokenEntity VALUES('metahero','binance-smart-chain','eip20',18,'0xd40bedb44c081d2935eeba6ef5a3c8a31a1bbe13');
INSERT OR REPLACE INTO TokenEntity VALUES('metal','ethereum','eip20',8,'0xf433089366899d83a9f26a773d59ec7ecf30355e');
INSERT OR REPLACE INTO TokenEntity VALUES('metal-blockchain','ethereum','eip20',18,'0x294559fa758c88d639fd085751e463fee7806eab');
INSERT OR REPLACE INTO TokenEntity VALUES('metamars-2','binance-smart-chain','eip20',18,'0x07c15e4add8c23d2971380dde6c57b6f88902ec1');
INSERT OR REPLACE INTO TokenEntity VALUES('metamask-usd','ethereum','eip20',6,'0xaca92e438df0b2401ff60da7e4337b687a2435da');
INSERT OR REPLACE INTO TokenEntity VALUES('metamask-usd','linea','linea',6,'0xaca92e438df0b2401ff60da7e4337b687a2435da');
INSERT OR REPLACE INTO TokenEntity VALUES('metamoon','binance-smart-chain','eip20',9,'0xa1a0c7849e6916945a78f8af843738c051ab15f3');
INSERT OR REPLACE INTO TokenEntity VALUES('metamui','metamui','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('metanyx','icon','icon',null,'cx369a5f4ce4f4648dfc96ba0c8229be0693b4eca2');
INSERT OR REPLACE INTO TokenEntity VALUES('metaq','binance-smart-chain','eip20',18,'0x19da1f6a5c2aec9315bf16d14ce7f7163082bf82');
INSERT OR REPLACE INTO TokenEntity VALUES('metars-genesis','binance-smart-chain','eip20',18,'0x238d02ee3f80fbf5e381f049616025c186889b68');
INSERT OR REPLACE INTO TokenEntity VALUES('metatrace','polygon-pos','eip20',2,'0x40d9fc77027a281d85de1fa660c887e645ae26c3');
INSERT OR REPLACE INTO TokenEntity VALUES('metaverse','solana','spl',6,'HCgvbV9Qcf9TVGPGKMGbVEj8WwwVD6HhTt5E2i3qkeN9');
INSERT OR REPLACE INTO TokenEntity VALUES('metaverse-etp','metaverse-etp','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('metaverse-index','ethereum','eip20',18,'0x72e364f2abdc788b7e918bc238b21f109cd634d7');
INSERT OR REPLACE INTO TokenEntity VALUES('metaverse-index','polygon-pos','eip20',18,'0xfe712251173a2cd5f5be2b46bb528328ea3565e1');
INSERT OR REPLACE INTO TokenEntity VALUES('metaverse-miner','binance-smart-chain','eip20',18,'0x04073d16c6a08c27e8bbebe262ea4d1c6fa4c772');
INSERT OR REPLACE INTO TokenEntity VALUES('metaversex','metaversex','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('metavpad','binance-smart-chain','eip20',18,'0x62858686119135cc00c4a3102b436a0eb314d402');
INSERT OR REPLACE INTO TokenEntity VALUES('meter','binance-smart-chain','eip20',18,'0xbd2949f67dcdc549c6ebe98696449fa79d988a9f');
INSERT OR REPLACE INTO TokenEntity VALUES('meter','theta','theta',null,'0xbd2949f67dcdc549c6ebe98696449fa79d988a9f');
INSERT OR REPLACE INTO TokenEntity VALUES('meter','meter','meter',null,'0x228ebbee999c6a7ad74a6130e81b12f9fe237ba3');
INSERT OR REPLACE INTO TokenEntity VALUES('meter-governance-mapped-by-meter-io','ethereum','eip20',18,'0xbd2949f67dcdc549c6ebe98696449fa79d988a9f');
INSERT OR REPLACE INTO TokenEntity VALUES('meter-stable','meter-stable','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('metfi-2','binance-smart-chain','eip20',18,'0x3e7f1039896454b9cb27c53cc7383e1ab9d9512a');
INSERT OR REPLACE INTO TokenEntity VALUES('meth-protocol','mantle','mantle',18,'0x9f0c013016e8656bc256f948cd4b79ab25c7b94d');
INSERT OR REPLACE INTO TokenEntity VALUES('meth-protocol','ethereum','eip20',18,'0x9f0c013016e8656bc256f948cd4b79ab25c7b94d');
INSERT OR REPLACE INTO TokenEntity VALUES('metis-bridged-usdc-metis','metis-andromeda','metis-andromeda',6,'0xea32a96608495e54156ae48931a7c20f0dcc1a21');
INSERT OR REPLACE INTO TokenEntity VALUES('metis-bridged-weth-metis-andromeda','metis-andromeda','metis-andromeda',18,'0x420000000000000000000000000000000000000a');
INSERT OR REPLACE INTO TokenEntity VALUES('metis-token','binance-smart-chain','eip20',18,'0xe552fb52a4f19e44ef5a967632dbc320b0820639');
INSERT OR REPLACE INTO TokenEntity VALUES('metis-token','ethereum','eip20',18,'0x9e32b13ce7f2e80a01932b42553652e053d6ed8e');
INSERT OR REPLACE INTO TokenEntity VALUES('metis-token','metis-andromeda','metis-andromeda',null,'0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000');
INSERT OR REPLACE INTO TokenEntity VALUES('metronome','ethereum','eip20',18,'0xa3d58c4e56fedcae3a7c43a725aee9a71f0ece4e');
INSERT OR REPLACE INTO TokenEntity VALUES('metronome-synth-eth','base','eip20',18,'0x7ba6f01772924a82d9626c126347a28299e98c98');
INSERT OR REPLACE INTO TokenEntity VALUES('metronome-synth-eth','ethereum','eip20',18,'0x64351fc9810adad17a690e4e1717df5e7e085160');
INSERT OR REPLACE INTO TokenEntity VALUES('metronome-synth-eth','optimistic-ethereum','eip20',18,'0x1610e3c85dd44af31ed7f33a63642012dca0c5a5');
INSERT OR REPLACE INTO TokenEntity VALUES('metronome-synth-usd','optimistic-ethereum','eip20',18,'0x9dabae7274d28a45f0b65bf8ed201a5731492ca0');
INSERT OR REPLACE INTO TokenEntity VALUES('metronome-synth-usd','base','eip20',18,'0x526728dbc96689597f85ae4cd716d4f7fccbae9d');
INSERT OR REPLACE INTO TokenEntity VALUES('metronome-synth-usd','ethereum','eip20',18,'0xab5eb14c09d416f0ac63661e57edb7aecdb9befa');
INSERT OR REPLACE INTO TokenEntity VALUES('mettalex','ethereum','eip20',18,'0x2e1e15c44ffe4df6a0cb7371cd00d5028e571d14');
INSERT OR REPLACE INTO TokenEntity VALUES('mettalex','binance-smart-chain','eip20',18,'0x5921dee8556c4593eefcfad3ca5e2f618606483b');
INSERT OR REPLACE INTO TokenEntity VALUES('metya','binance-smart-chain','eip20',18,'0xa5b000d453143b357dba63f4ee83f2f6fda832b8');
INSERT OR REPLACE INTO TokenEntity VALUES('mey-network','base','eip20',18,'0x8bfac1b375bf2894d6f12fb2eb48b1c1a7916789');
INSERT OR REPLACE INTO TokenEntity VALUES('mfercoin','base','eip20',18,'0xe3086852a4b125803c815a158249ae468a3254ca');
INSERT OR REPLACE INTO TokenEntity VALUES('mia-2','base','eip20',18,'0x7cea5b9548a4b48cf9551813ef9e73de916e41e0');
INSERT OR REPLACE INTO TokenEntity VALUES('mia-2','binance-smart-chain','eip20',18,'0x7cea5b9548a4b48cf9551813ef9e73de916e41e0');
INSERT OR REPLACE INTO TokenEntity VALUES('michicoin','solana','spl',6,'5mbK36SZ7J19An8jFochhQS4of8g6BwUjbeCSxBSoWdp');
INSERT OR REPLACE INTO TokenEntity VALUES('micro-bitcoin-finance','binance-smart-chain','eip20',18,'0xe77011ed703ed06927dbd78e60c549bababf913e');
INSERT OR REPLACE INTO TokenEntity VALUES('micro-gpt','ethereum','eip20',18,'0x8cedb0680531d26e62abdbd0f4c5428b7fdc26d5');
INSERT OR REPLACE INTO TokenEntity VALUES('micromoney','ethereum','eip20',6,'0x8b1f49491477e0fb46a29fef53f1ea320d13c349');
INSERT OR REPLACE INTO TokenEntity VALUES('microstrategy-xstock','binance-smart-chain','eip20',18,'0xae2f842ef90c0d5213259ab82639d5bbf649b08e');
INSERT OR REPLACE INTO TokenEntity VALUES('microstrategy-xstock','arbitrum-one','eip20',18,'0xae2f842ef90c0d5213259ab82639d5bbf649b08e');
INSERT OR REPLACE INTO TokenEntity VALUES('microstrategy-xstock','ethereum','eip20',18,'0xae2f842ef90c0d5213259ab82639d5bbf649b08e');
INSERT OR REPLACE INTO TokenEntity VALUES('microstrategy-xstock','solana','spl',8,'XsP7xzNPvEHS1m6qfanPUGjNmdnmsLKEoNAnHjdxxyZ');
INSERT OR REPLACE INTO TokenEntity VALUES('microtuber','binance-smart-chain','eip20',18,'0x8038b1f3eb4f70436569618530ac96b439d67bae');
INSERT OR REPLACE INTO TokenEntity VALUES('microtuber','ethereum','eip20',18,'0x6876eba317272fe221c67405c5e8eb3b24535547');
INSERT OR REPLACE INTO TokenEntity VALUES('microvisionchain','microvisionchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('midas-basis-trading-token','ethereum','eip20',18,'0x2a8c22e3b10036f3aef5875d04f8441d4188b656');
INSERT OR REPLACE INTO TokenEntity VALUES('midas-basis-trading-token','base','eip20',18,'0x1c2757c1fef1038428b5bef062495ce94bbe92b2');
INSERT OR REPLACE INTO TokenEntity VALUES('midas-medge','ethereum','eip20',18,'0xbb51e2a15a9158ebe2b0ceb8678511e063ab7a55');
INSERT OR REPLACE INTO TokenEntity VALUES('midas-mre7yield','ethereum','eip20',18,'0x87c9053c819bb28e0d73d33059e1b3da80afb0cf');
INSERT OR REPLACE INTO TokenEntity VALUES('midas-mtbill','base','eip20',18,'0xdd629e5241cbc5919847783e6c96b2de4754e438');
INSERT OR REPLACE INTO TokenEntity VALUES('midas-mtbill','ethereum','eip20',18,'0xdd629e5241cbc5919847783e6c96b2de4754e438');
INSERT OR REPLACE INTO TokenEntity VALUES('midas-the-minotaur','base','eip20',18,'0xb8d59c7b33054beda610b2b2d38ea38694cdfabd');
INSERT OR REPLACE INTO TokenEntity VALUES('milady-cult-coin','ethereum','eip20',18,'0x0000000000c5dc95539589fbd24be07c6c14eca4');
INSERT OR REPLACE INTO TokenEntity VALUES('milady-meme-coin','ethereum','eip20',18,'0x12970e6868f88f6557b76120662c1b3e50a646bf');
INSERT OR REPLACE INTO TokenEntity VALUES('milady-meme-coin','arbitrum-one','eip20',18,'0x3b60ff35d3f7f62d636b067dd0dc0dfdad670e4e');
INSERT OR REPLACE INTO TokenEntity VALUES('mileverse','ethereum','eip20',18,'0x581911b360b6eb3a14ef295a83a91dc2bce2d6f7');
INSERT OR REPLACE INTO TokenEntity VALUES('milk-alliance','milk-alliance','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('milkshakeswap','binance-smart-chain','eip20',18,'0xc9bcf3f71e37579a4a42591b09c9dd93dfe27965');
INSERT OR REPLACE INTO TokenEntity VALUES('millimeter','ethereum','eip20',18,'0xc3c221fe28c33814c28c822b631fd76047ef1a63');
INSERT OR REPLACE INTO TokenEntity VALUES('million','tomochain','tomochain',null,'0x0f320856fa4bc7e4030a6ab989d494c5e4d58308');
INSERT OR REPLACE INTO TokenEntity VALUES('million','ethereum','eip20',18,'0x6b4c7a5e3f0b99fcd83e9c089bddd6c7fce5c611');
INSERT OR REPLACE INTO TokenEntity VALUES('million','binance-smart-chain','eip20',18,'0xbf05279f9bf1ce69bbfed670813b7e431142afa4');
INSERT OR REPLACE INTO TokenEntity VALUES('million-monke','solana','spl',9,'9TE7ebz1dsFo1uQ2T4oYAKSm39Y6fWuHrd6Uk6XaiD16');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','harmony-shard-0','harmony-shard-0',null,'0x3f56e0c36d275367b8c502090edf38289b3dea0d');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','solana','spl',9,'9mWRABuz2x6koTPCWiCPM49WUbcrNqGTHBV9T9k7y1o7');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','arbitrum-one','eip20',18,'0x3f56e0c36d275367b8c502090edf38289b3dea0d');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','binance-smart-chain','eip20',18,'0x3f56e0c36d275367b8c502090edf38289b3dea0d');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','fantom','eip20',18,'0xfb98b335551a418cd0737375a2ea0ded62ea213b');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','moonriver','moonriver',null,'0x7f5a79576620c046a293f54ffcdbd8f2468174f1');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','avalanche','eip20',18,'0x3b55e45fd6bd7d4724f5c47e0d1bcaedd059263e');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','polygon-pos','eip20',18,'0xa3fa99a148fa48d14ed51d610c367c61876997f1');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','celo','celo',null,'0xb9c8f0d3254007ee4b98970b94544e473cd610ec');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','cronos','cronos',null,'0x2ae35c8e3d4bd57e8898ff7cd2bbff87166ef8cb');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','gnosis','eip20',18,'0x3f56e0c36d275367b8c502090edf38289b3dea0d');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','aurora','aurora',null,'0xdfa46478f9e5ea86d57387849598dbfb2e964b02');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','iotex','iotex',null,'0x3f56e0c36d275367b8c502090edf38289b3dea0d');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','boba','boba',null,'0x3f56e0c36d275367b8c502090edf38289b3dea0d');
INSERT OR REPLACE INTO TokenEntity VALUES('mimatic','metis-andromeda','metis-andromeda',null,'0xdfa46478f9e5ea86d57387849598dbfb2e964b02');
INSERT OR REPLACE INTO TokenEntity VALUES('mimblewimblecoin','mimblewimblecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mimbogamegroup','binance-smart-chain','eip20',18,'0x8db780f5e1238bf3fc0e14c099b98bb63362d16e');
INSERT OR REPLACE INTO TokenEntity VALUES('mimir-token','ethereum','eip20',18,'0x71dc40668682a124231301414167e4cf7f55383c');
INSERT OR REPLACE INTO TokenEntity VALUES('mimir-token','polygon-pos','eip20',18,'0xd1790c5435b9fb7c9444c749cefe53d40d751eac');
INSERT OR REPLACE INTO TokenEntity VALUES('mimir-token','binance-smart-chain','eip20',18,'0x336f5a68fd46a25056a6c1d9c06072c691486acc');
INSERT OR REPLACE INTO TokenEntity VALUES('mimo-parallel-governance-token','polygon-pos','eip20',18,'0xadac33f543267c4d59a8c299cf804c303bc3e4ac');
INSERT OR REPLACE INTO TokenEntity VALUES('mimo-parallel-governance-token','ethereum','eip20',18,'0x90b831fa3bebf58e9744a14d638e25b4ee06f9bc');
INSERT OR REPLACE INTO TokenEntity VALUES('mimo-parallel-governance-token','fantom','eip20',18,'0x1d1764f04de29da6b90ffbef372d1a45596c4855');
INSERT OR REPLACE INTO TokenEntity VALUES('mina-protocol','mina-protocol','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('minativerse','binance-smart-chain','eip20',18,'0xe4e11e02aa14c7f24db749421986eaec1369e8c9');
INSERT OR REPLACE INTO TokenEntity VALUES('mind-body-soul','binance-smart-chain','eip20',18,'0x1bbcf9d079096f73029005244c00cc4796c86df3');
INSERT OR REPLACE INTO TokenEntity VALUES('mind-language','ethereum','eip20',18,'0xa0dd6dd7775e93eb842db0aa142c9c581031ed3b');
INSERT OR REPLACE INTO TokenEntity VALUES('mind-network','ethereum','eip20',18,'0xd55c9fb62e176a8eb6968f32958fefdd0962727e');
INSERT OR REPLACE INTO TokenEntity VALUES('mind-network','binance-smart-chain','eip20',18,'0xd55c9fb62e176a8eb6968f32958fefdd0962727e');
INSERT OR REPLACE INTO TokenEntity VALUES('mind-of-pepe','ethereum','eip20',18,'0xefc814a4c676a7314a13954e283de6cef597e6b2');
INSERT OR REPLACE INTO TokenEntity VALUES('mindai','ethereum','eip20',18,'0xb549116ac57b47c1b365a890e1d04fd547dfff97');
INSERT OR REPLACE INTO TokenEntity VALUES('mindfak-by-matt-furie','ethereum','eip20',18,'0x78cbec65c55f143a9178b63243119806a659d2ef');
INSERT OR REPLACE INTO TokenEntity VALUES('minds','ethereum','eip20',18,'0xb26631c6dda06ad89b93c71400d25692de89c068');
INSERT OR REPLACE INTO TokenEntity VALUES('mindwavedao','binance-smart-chain','eip20',18,'0x00f8da33734feb9b946fec2228c25072d2e2e41f');
INSERT OR REPLACE INTO TokenEntity VALUES('mine-btc','binance-smart-chain','eip20',18,'0xf73800472abe97e92ac5ed1f9d00a3c31101b250');
INSERT OR REPLACE INTO TokenEntity VALUES('minerva-wallet','gnosis','eip20',18,'0x63e62989d9eb2d37dfdb1f93a22f063635b07d51');
INSERT OR REPLACE INTO TokenEntity VALUES('mines-of-dalarnia','ethereum','eip20',6,'0x081131434f93063751813c619ecca9c4dc7862a3');
INSERT OR REPLACE INTO TokenEntity VALUES('mines-of-dalarnia','binance-smart-chain','eip20',6,'0x23ce9e926048273ef83be0a3a8ba9cb6d45cd978');
INSERT OR REPLACE INTO TokenEntity VALUES('mini','ethereum','eip20',18,'0x4d953cf077c0c95ba090226e59a18fcf97db44ec');
INSERT OR REPLACE INTO TokenEntity VALUES('miniature-woolly-mammoth','ethereum','eip20',18,'0x9f277edfc463ebaa3d2a6274b01177697e910391');
INSERT OR REPLACE INTO TokenEntity VALUES('minidoge-5','binance-smart-chain','eip20',18,'0xc76979538aad5c50ede8fe561830e35ab49c8888');
INSERT OR REPLACE INTO TokenEntity VALUES('minimini','solana','spl',6,'2JcXacFwt9mVAwBQ5nZkYwCyXQkRcdsYrDXn6hj22SbP');
INSERT OR REPLACE INTO TokenEntity VALUES('minswap','cardano','cardano',6,'29d222ce763455e3d7a09a665ce554f00ac89d2e99a1a83d267170c6');
INSERT OR REPLACE INTO TokenEntity VALUES('mint-club','binance-smart-chain','eip20',18,'0x1f3af095cda17d63cad238358837321e95fc5915');
INSERT OR REPLACE INTO TokenEntity VALUES('minted','cronos','cronos',18,'0x0224010ba2d567ffa014222ed960d1fa43b8c8e1');
INSERT OR REPLACE INTO TokenEntity VALUES('minted','ethereum','eip20',18,'0x809e130e10e787139c54e1d12d3d1971b7a675bf');
INSERT OR REPLACE INTO TokenEntity VALUES('mintify','solana','spl',9,'AvoecWraqX969kfXUF5XCCDz59sjRjiDa1KUDyj225t8');
INSERT OR REPLACE INTO TokenEntity VALUES('mintlayer','ethereum','eip20',18,'0x059956483753947536204e89bfad909e1a434cc6');
INSERT OR REPLACE INTO TokenEntity VALUES('minto','huobi-token','huobi-token',18,'0x410a56541bd912f9b60943fcb344f1e3d6f09567');
INSERT OR REPLACE INTO TokenEntity VALUES('minto','binance-smart-chain','eip20',18,'0x410a56541bd912f9b60943fcb344f1e3d6f09567');
INSERT OR REPLACE INTO TokenEntity VALUES('minutes-network-token','ethereum','eip20',18,'0x5c697fee285b513711a816018dbb34dc0cfc4875');
INSERT OR REPLACE INTO TokenEntity VALUES('mira-3','base','eip20',18,'0x7aafd31a321d3627b30a8e2171264b56852187fe');
INSERT OR REPLACE INTO TokenEntity VALUES('mira-3','binance-smart-chain','eip20',18,'0x7839fbfd09dae4d0f15bfb36b8f16f7898fbe684');
INSERT OR REPLACE INTO TokenEntity VALUES('miraqle','ethereum','eip20',18,'0x428dc22668e6f3468273634067e5545ed5417a3e');
INSERT OR REPLACE INTO TokenEntity VALUES('mirror-protocol','binance-smart-chain','eip20',18,'0x5b6dcf557e2abe2323c48445e8cc948910d8c2c9');
INSERT OR REPLACE INTO TokenEntity VALUES('mirror-protocol','terra','terra',null,'terra15gwkyepfc6xgca5t5zefzwy42uts8l2m4g40k6');
INSERT OR REPLACE INTO TokenEntity VALUES('mirror-protocol','ethereum','eip20',18,'0x09a3ecafa817268f77be1283176b946c4ff2e608');
INSERT OR REPLACE INTO TokenEntity VALUES('misato','base','eip20',18,'0x98f4779fccb177a6d856dd1dfd78cd15b7cd2af5');
INSERT OR REPLACE INTO TokenEntity VALUES('misbloc','ethereum','eip20',18,'0x84c722e6f1363e8d5c6db3ea600bef9a006da824');
INSERT OR REPLACE INTO TokenEntity VALUES('mist','binance-smart-chain','eip20',18,'0x68e374f856bf25468d365e539b700b648bf94b67');
INSERT OR REPLACE INTO TokenEntity VALUES('mister-miggles','base','eip20',18,'0xb1a03eda10342529bbf8eb700a06c60441fef25d');
INSERT OR REPLACE INTO TokenEntity VALUES('mistery','cronos','cronos',18,'0x3b41b27e74dd366ce27cb389dc7877d4e1516d4d');
INSERT OR REPLACE INTO TokenEntity VALUES('mitch','solana','spl',6,'FDEF2U9geiWS7sdGPCUo2r1wGswkJr2mmVTECiH6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('mithril','ethereum','eip20',18,'0x3893b9422cd5d70a81edeffe3d5a1c6a978310bb');
INSERT OR REPLACE INTO TokenEntity VALUES('mithril-share','ethereum','eip20',18,'0x024b6e7dc26f4d5579bdd936f8d7bc31f2339999');
INSERT OR REPLACE INTO TokenEntity VALUES('mito','binance-smart-chain','eip20',18,'0xf5655c32fa9f3c4c170de875bf7b0b68834d677b');
INSERT OR REPLACE INTO TokenEntity VALUES('mitosis','binance-smart-chain','eip20',18,'0x8e1e6bf7e13c400269987b65ab2b5724b016caef');
INSERT OR REPLACE INTO TokenEntity VALUES('mitosis-eol-bnb','binance-smart-chain','eip20',24,'0xa5deb178c729e058018db8bd68a9ffb8418df42d');
INSERT OR REPLACE INTO TokenEntity VALUES('mitosis-matrix-usdt-lista','binance-smart-chain','eip20',24,'0x6d1703d913c74afaedd4b78deee7f32aa91a5943');
INSERT OR REPLACE INTO TokenEntity VALUES('miu-2','sui','sui',3,'0x32a976482bf4154961bf20bfa3567a80122fdf8e8f8b28d752b609d8640f7846::miu::MIU');
INSERT OR REPLACE INTO TokenEntity VALUES('mixie','solana','spl',6,'3E8muKzsn84HUUmDWdjjd6geRjv5XUpMjdpbrqi3pump');
INSERT OR REPLACE INTO TokenEntity VALUES('mixin','mixin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mixmarvel','binance-smart-chain','eip20',18,'0x398f7827dccbefe6990478876bbf3612d93baf05');
INSERT OR REPLACE INTO TokenEntity VALUES('mixmarvel','ethereum','eip20',18,'0x5d285f735998f36631f678ff41fb56a10a4d0429');
INSERT OR REPLACE INTO TokenEntity VALUES('mixmob','solana','spl',null,'H53UGEyBrB9easo9ego8yYk7o4Zq1G5cCtkxD3E3hZav');
INSERT OR REPLACE INTO TokenEntity VALUES('mizar','arbitrum-one','eip20',18,'0xbbea044f9e7c0520195e49ad1e561572e7e1b948');
INSERT OR REPLACE INTO TokenEntity VALUES('mizuki','solana','spl',6,'9XS6ayT8aCaoH7tDmTgNyEXRLeVpgyHKtZk5xTXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('mktcash','mktcash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mmfinance','cronos','cronos',null,'0x97749c9b61f878a880dfe312d2594ae07aed7656');
INSERT OR REPLACE INTO TokenEntity VALUES('mmocoin','binance-smart-chain','eip20',18,'0x0aa086e7a108d387de63294fe2a88b05820a9855');
INSERT OR REPLACE INTO TokenEntity VALUES('mnee-usd-stablecoin','ethereum','eip20',18,'0x8ccedbae4916b79da7f3f612efb2eb93a2bfd6cf');
INSERT OR REPLACE INTO TokenEntity VALUES('moai','solana','spl',9,'7NQSHjuEGENZDWfSvPZz7oP2D6c5Jc3LjFC6uh179ufr');
INSERT OR REPLACE INTO TokenEntity VALUES('mobifi','ethereum','eip20',18,'0xb2dbf14d0b47ed3ba02bdb7c954e05a72deb7544');
INSERT OR REPLACE INTO TokenEntity VALUES('mobilecoin','mobilecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mobius','stellar','stellar',7,'OBI-GA6HCMBLTZS5VYYBCATRBRZ3BZJMAFUDKYYF6AH6MVCMGWMRDNSWJPIH');
INSERT OR REPLACE INTO TokenEntity VALUES('mobius-finance','polygon-pos','eip20',18,'0x2db0db271a10661e7090b6758350e18f6798a49d');
INSERT OR REPLACE INTO TokenEntity VALUES('mobius-money','celo','celo',null,'0x73a210637f6f6b7005512677ba6b3c96bb4aa44b');
INSERT OR REPLACE INTO TokenEntity VALUES('mobox','binance-smart-chain','eip20',18,'0x3203c9e46ca618c8c1ce5dc67e7e9d75f5da2377');
INSERT OR REPLACE INTO TokenEntity VALUES('moby','ethereum','eip20',18,'0x40a7df3df8b56147b781353d379cb960120211d7');
INSERT OR REPLACE INTO TokenEntity VALUES('moby-ai','solana','spl',6,'Cy1GS2FqefgaMbi45UunrUzin1rfEmTUYnomddzBpump');
INSERT OR REPLACE INTO TokenEntity VALUES('mocaverse','ethereum','eip20',18,'0xf944e35f95e819e752f3ccb5faf40957d311e8c5');
INSERT OR REPLACE INTO TokenEntity VALUES('mochi-market','ethereum','eip20',18,'0xbd1848e1491d4308ad18287a745dd4db2a4bd55b');
INSERT OR REPLACE INTO TokenEntity VALUES('mochi-market','binance-smart-chain','eip20',18,'0xb72842d6f5fedf91d22d56202802bb9a79c6322e');
INSERT OR REPLACE INTO TokenEntity VALUES('mochi-market','polygon-pos','eip20',18,'0xe3ab61371ecc88534c522922a026f2296116c109');
INSERT OR REPLACE INTO TokenEntity VALUES('moda-dao','fantom','eip20',18,'0x6496994241804d7fe2b032901931e03bcd82301f');
INSERT OR REPLACE INTO TokenEntity VALUES('moda-dao','ethereum','eip20',18,'0x1117ac6ad6cdf1a3bc543bad3b133724620522d5');
INSERT OR REPLACE INTO TokenEntity VALUES('moda-dao','polygon-pos','eip20',18,'0x5e430f88d1be82eb3ef92b6ff06125168fd5dcf2');
INSERT OR REPLACE INTO TokenEntity VALUES('modclub','internet-computer','internet-computer',8,'xsi2v-cyaaa-aaaaq-aabfq-cai');
INSERT OR REPLACE INTO TokenEntity VALUES('mode','mode','mode',18,'0xdfc7c877a950e49d2610114102175a06c2e3167a');
INSERT OR REPLACE INTO TokenEntity VALUES('modefi','ethereum','eip20',18,'0xea1ea0972fa092dd463f2968f9bb51cc4c981d71');
INSERT OR REPLACE INTO TokenEntity VALUES('modefi','fantom','eip20',18,'0xe64b9fd040d1f9d4715c645e0d567ef69958d3d9');
INSERT OR REPLACE INTO TokenEntity VALUES('modefi','polygon-pos','eip20',18,'0x8346ab8d5ea7a9db0209aed2d1806afa0e2c4c21');
INSERT OR REPLACE INTO TokenEntity VALUES('modefi','binance-smart-chain','eip20',18,'0xd4fbc57b6233f268e7fba3b66e62719d74deecbc');
INSERT OR REPLACE INTO TokenEntity VALUES('modern-stoic','solana','spl',6,'62mETtNRaVY5iNsJr5YexsbVg1uyyoLwtoWLSnjApump');
INSERT OR REPLACE INTO TokenEntity VALUES('modex','ethereum','eip20',18,'0x4bcea5e4d0f6ed53cf45e7a28febb2d3621d7438');
INSERT OR REPLACE INTO TokenEntity VALUES('modulr','ethereum','eip20',18,'0x468eabcb5c914ac59e72691f8fc970880a94f4b3');
INSERT OR REPLACE INTO TokenEntity VALUES('moe-3','mantle','mantle',18,'0x4515a45337f461a11ff0fe8abf3c606ae5dc00c9');
INSERT OR REPLACE INTO TokenEntity VALUES('moe-4','solana','spl',6,'8xzoj8mVmXtBQm6d2euJGFPvQ2QsTV5R8cdexi2qpump');
INSERT OR REPLACE INTO TokenEntity VALUES('moeda-loyalty-points','ethereum','eip20',18,'0x51db5ad35c671a87207d88fc11d593ac0c8415bd');
INSERT OR REPLACE INTO TokenEntity VALUES('moew','base','eip20',18,'0x15ac90165f8b45a80534228bdcb124a011f62fee');
INSERT OR REPLACE INTO TokenEntity VALUES('moew','solana','spl',8,'C6Q5fMpuPjBPox84wbcE3Rn8HYJg11o4YHEmbQSuYs5L');
INSERT OR REPLACE INTO TokenEntity VALUES('moew','the-open-network','the-open-network',18,'EQAWsIGMoGlbjJJIsik-9_6A4Iiodb1M7LW3kmu05v8ujo9h');
INSERT OR REPLACE INTO TokenEntity VALUES('mog-coin','ethereum','eip20',18,'0xaaee1a9723aadb7afa2810263653a34ba2c21c7a');
INSERT OR REPLACE INTO TokenEntity VALUES('mogul-productions','binance-smart-chain','eip20',18,'0xbd83010eb60f12112908774998f65761cf9f6f9a');
INSERT OR REPLACE INTO TokenEntity VALUES('mogul-productions','ethereum','eip20',18,'0xc55c2175e90a46602fd42e931f62b3acc1a013ca');
INSERT OR REPLACE INTO TokenEntity VALUES('mojitoswap','kucoin-community-chain','kucoin-community-chain',null,'0x2ca48b4eea5a731c2b54e7c3944dbdb87c0cfb6f');
INSERT OR REPLACE INTO TokenEntity VALUES('molecules-of-korolchuk-ip-nft','ethereum','eip20',18,'0x6034e0d6999741f07cb6fb1162cbaa46a1d33d36');
INSERT OR REPLACE INTO TokenEntity VALUES('moments','moments','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mommy-doge','binance-smart-chain','eip20',9,'0x989b8f0219eb7aa0bed22e24f053eb2b155f4394');
INSERT OR REPLACE INTO TokenEntity VALUES('momo-3','solana','spl',6,'G4zwEA9NSd3nMBbEj31MMPq2853Brx2oGsKzex3ebonk');
INSERT OR REPLACE INTO TokenEntity VALUES('momo-key','binance-smart-chain','eip20',18,'0x85c128ee1feeb39a59490c720a9c563554b51d33');
INSERT OR REPLACE INTO TokenEntity VALUES('momoai','solana','spl',9,'HcQbgvMTCNDgMDY6GAFzP1WwCNZeMoEwZfUuHepzC9L5');
INSERT OR REPLACE INTO TokenEntity VALUES('momofun','binance-smart-chain','eip20',18,'0xa5346f91a767b89a0363a4309c8e6c5adc0c4a59');
INSERT OR REPLACE INTO TokenEntity VALUES('mon-protocol','ethereum','eip20',18,'0xc555d625828c4527d477e595ff1dd5801b4a600e');
INSERT OR REPLACE INTO TokenEntity VALUES('monacoin','monacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('monavale','ethereum','eip20',18,'0x275f5ad03be0fa221b4c6649b8aee09a42d9412a');
INSERT OR REPLACE INTO TokenEntity VALUES('monavale','polygon-pos','eip20',18,'0x6968105460f67c3bf751be7c15f92f5286fd0ce5');
INSERT OR REPLACE INTO TokenEntity VALUES('monbasecoin','binance-smart-chain','eip20',18,'0x551faab1027cc50efaea5bed092e330475c3cd99');
INSERT OR REPLACE INTO TokenEntity VALUES('mondo-community-coin','ethereum','eip20',18,'0xcdb9d30a3ba48cdfcb0ecbe19317e6cf783672f1');
INSERT OR REPLACE INTO TokenEntity VALUES('monerium-eur-money-2','polygon-pos','eip20',18,'0xe0aea583266584dafbb3f9c3211d5588c73fea8d');
INSERT OR REPLACE INTO TokenEntity VALUES('monerium-eur-money-2','osmosis','osmosis',6,'ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F');
INSERT OR REPLACE INTO TokenEntity VALUES('monerium-eur-money-2','xdai','xdai',18,'0x420ca0f9b9b604ce0fd9c18ef134c705e5fa3430');
INSERT OR REPLACE INTO TokenEntity VALUES('monerium-eur-money-2','arbitrum-one','eip20',18,'0x0c06ccf38114ddfc35e07427b9424adcca9f44f8');
INSERT OR REPLACE INTO TokenEntity VALUES('monerium-eur-money-2','ethereum','eip20',18,'0x39b8b6385416f4ca36a20319f70d28621895279d');
INSERT OR REPLACE INTO TokenEntity VALUES('monero','monero','native',12,'');
INSERT OR REPLACE INTO TokenEntity VALUES('monetha','ethereum','eip20',5,'0xaf4dce16da2877f8c9e00544c93b62ac40631f16');
INSERT OR REPLACE INTO TokenEntity VALUES('moneybrain-bips','ethereum','eip20',18,'0x5cb888182fbffdb62c08fb4b5a343914f00fdfee');
INSERT OR REPLACE INTO TokenEntity VALUES('moneybyte','moneybyte','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('moneyswap','ethereum','eip20',0,'0xc005204856ee7035a13d8d7cdbbdc13027afff90');
INSERT OR REPLACE INTO TokenEntity VALUES('moneyswap','binance-smart-chain','eip20',18,'0xdd5a149740c055bdcdc5c066888f739dbe0bf2d0');
INSERT OR REPLACE INTO TokenEntity VALUES('mongcoin','ethereum','eip20',18,'0x1ce270557c1f68cfb577b856766310bf8b47fd9c');
INSERT OR REPLACE INTO TokenEntity VALUES('monk','monk','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('monke-5','solana','spl',6,'9EQSeWY7pDB7MYoSFr8QJ19onGS1ehDmLbSGT2b3pump');
INSERT OR REPLACE INTO TokenEntity VALUES('monkey-pox','solana','spl',9,'mpoxP5wyoR3eRW8L9bZjGPFtCsmX8WcqU5BHxFW1xkn');
INSERT OR REPLACE INTO TokenEntity VALUES('monkeyball','solana','spl',6,'Fm9rHUTF5v3hwMLbStjZXqNBBoZyGriQaFM6sTFz3K8A');
INSERT OR REPLACE INTO TokenEntity VALUES('monnos','ethereum','eip20',18,'0x53884b61963351c283118a8e1fc05ba464a11959');
INSERT OR REPLACE INTO TokenEntity VALUES('mononoke-inu','ethereum','eip20',9,'0x4da08a1bff50be96bded5c7019227164b49c2bfc');
INSERT OR REPLACE INTO TokenEntity VALUES('monsoon-finance','polygon-pos','eip20',18,'0xa25610a77077390a75ad9072a084c5fbc7d43a0d');
INSERT OR REPLACE INTO TokenEntity VALUES('monsta-infinite','binance-smart-chain','eip20',18,'0x9573c88ae3e37508f87649f87c4dd5373c9f31e0');
INSERT OR REPLACE INTO TokenEntity VALUES('moo-deng','solana','spl',6,'ED5nyyWEzpPPiWimP8vYm7sD7TD3LAt3Q3gRTWHzPJBY');
INSERT OR REPLACE INTO TokenEntity VALUES('moo-deng-2','ethereum','eip20',9,'0x28561b8a2360f463011c16b6cc0b0cbef8dbbcad');
INSERT OR REPLACE INTO TokenEntity VALUES('moo-moo','aptos','aptos',6,'0xc5fbbcc4637aeebb4e732767abee8a21f2b0776f73b73e16ce13e7d31d6700da::MOOMOO::MOOMOO');
INSERT OR REPLACE INTO TokenEntity VALUES('moochii','binance-smart-chain','eip20',9,'0xef032f652fce3a0effce3796a68eb978b465a336');
INSERT OR REPLACE INTO TokenEntity VALUES('moola-celo-dollars','celo','celo',null,'0x918146359264c492bd6934071c6bd31c854edbc3');
INSERT OR REPLACE INTO TokenEntity VALUES('moola-market','celo','celo',null,'0x17700282592d6917f6a73d0bf8accf4d578c131e');
INSERT OR REPLACE INTO TokenEntity VALUES('moolah','binance-smart-chain','eip20',18,'0xbab528425edb1e0e36d3719bc3307d9c8cce8888');
INSERT OR REPLACE INTO TokenEntity VALUES('moomoo-the-bull','ethereum','eip20',9,'0x64442fe778f00b7d7ed1863b9327ca29342cf461');
INSERT OR REPLACE INTO TokenEntity VALUES('moon','gnosis','eip20',18,'0x1e16aa4df73d29c029d94ceda3e3114ec191e25a');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-app','solana','spl',8,'Fdxex2V4Ldun1aFhPsuGKfzPrrE1ay4UM8xt92EaL5N4');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-app','binance-smart-chain','eip20',18,'0xc5d27f27f08d1fd1e3ebbaa50b3442e6c0d50439');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-app','ethereum','eip20',18,'0xc5d27f27f08d1fd1e3ebbaa50b3442e6c0d50439');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-maker-protocol','binance-smart-chain','eip20',18,'0x768d221e81524de52841aed976370b2e4f990416');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-rabbit','binance-smart-chain','eip20',18,'0xa39bf0446268d99c5c0a85ecf92970611912d386');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-rabbit','polygon-pos','eip20',18,'0x2ebd50ae084e71eed419cb6c620b3bbd3927bf7e');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-rabbit','ethereum','eip20',18,'0x8c6bf16c273636523c29db7db04396143770f6a0');
INSERT OR REPLACE INTO TokenEntity VALUES('moon-rocks','solana','spl',9,'moon3CP11XLvrAxUPBnPtueDEJvmjqAyZwPuq7wBC1y');
INSERT OR REPLACE INTO TokenEntity VALUES('moona-lisa','solana','spl',6,'aDJLHm1KxsHmnoYJY8VDyWvbGykBNhWJqNgPX7Ppump');
INSERT OR REPLACE INTO TokenEntity VALUES('moonarch','binance-smart-chain','eip20',9,'0xaf96a19c2dd4a0f6b077d9481fcc8c9102faa141');
INSERT OR REPLACE INTO TokenEntity VALUES('moonbeam','moonbeam','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mooncat','solana','spl',6,'FNP2Dw2GU5wPBZgVCcerbEemV9dVfvQrThEor1jmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('mooncat-vault-nftx','ethereum','eip20',18,'0x98968f0747e0a261532cacc0be296375f5c08398');
INSERT OR REPLACE INTO TokenEntity VALUES('moonchain','binance-smart-chain','eip20',18,'0xf8f331dfa811132c43c308757cd802ca982b7211');
INSERT OR REPLACE INTO TokenEntity VALUES('moondog-ai','base','eip20',18,'0xd81cb23a4690f7fdf54e583f221d2c01882604f8');
INSERT OR REPLACE INTO TokenEntity VALUES('moondoge','solana','spl',6,'86N5k7YfzPvdgRZ1ASE3fhKniAwc6GwaZwXes7ssmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('moonedge','polygon-pos','eip20',18,'0x7e4c577ca35913af564ee2a24d882a4946ec492b');
INSERT OR REPLACE INTO TokenEntity VALUES('mooney','ethereum','eip20',18,'0x20d4db1946859e2adb0e5acc2eac58047ad41395');
INSERT OR REPLACE INTO TokenEntity VALUES('moonlana','solana','spl',9,'AMdnw9H5DFtQwZowVFr4kUgSXJzLokKSinvgGiUoLSps');
INSERT OR REPLACE INTO TokenEntity VALUES('moonpig','solana','spl',6,'Ai3eKAWjzKMV8wRwd41nVP83yqfbAVJykhvJVPxspump');
INSERT OR REPLACE INTO TokenEntity VALUES('moonpot','binance-smart-chain','eip20',18,'0x3fcca8648651e5b974dd6d3e50f61567779772a8');
INSERT OR REPLACE INTO TokenEntity VALUES('moonprime-games','binance-smart-chain','eip20',18,'0xab7dd9c9993e63604ff57cfc2dbe430adffd33d3');
INSERT OR REPLACE INTO TokenEntity VALUES('moonrabbits','the-open-network','the-open-network',9,'EQBtFLv5YbHRVr0PSb6KgmQztRK4N2BQ7alxp6mYOBxa-r18');
INSERT OR REPLACE INTO TokenEntity VALUES('moonray','ethereum','eip20',18,'0x06904a21f2db805487fcbdc3b3fe9607daaa5d54');
INSERT OR REPLACE INTO TokenEntity VALUES('moonriver','moonriver','moonriver',null,'0x98878b06940ae243284ca214f92bb71a2b032b8a');
INSERT OR REPLACE INTO TokenEntity VALUES('moonriver','meter','meter',null,'0xb158870beb809ad955bf56065c5c10d7fd957cc0');
INSERT OR REPLACE INTO TokenEntity VALUES('moonscape','binance-smart-chain','eip20',18,'0x27d72484f1910f5d0226afa4e03742c9cd2b297a');
INSERT OR REPLACE INTO TokenEntity VALUES('moonscape','moonriver','moonriver',null,'0x5c22ba65f65adffadfc0947382f2e7c286a0fe45');
INSERT OR REPLACE INTO TokenEntity VALUES('moonstarter','binance-smart-chain','eip20',18,'0x6a6ccf15b38da4b5b0ef4c8fe9fefcb472a893f9');
INSERT OR REPLACE INTO TokenEntity VALUES('moontax','ethereum','eip20',18,'0x6ef69ba2d051761afd38f218f0a3cf517d64a760');
INSERT OR REPLACE INTO TokenEntity VALUES('moonveil','binance-smart-chain','eip20',18,'0xfe723495f73714426493384eb5e49aa5b827e1d5');
INSERT OR REPLACE INTO TokenEntity VALUES('moonwell-artemis','moonbeam','moonbeam',null,'0x511ab53f793683763e5a8829738301368a2411e3');
INSERT OR REPLACE INTO TokenEntity VALUES('moonwell-artemis','base','eip20',null,'0xff8adec2221f9f4d8dfbafa6b9a297d17603493d');
INSERT OR REPLACE INTO TokenEntity VALUES('moonwell-flagship-eth-morpho-vault','base','eip20',null,'0xa0e430870c4604ccfc7b38ca7845b1ff653d0ff1');
INSERT OR REPLACE INTO TokenEntity VALUES('moonwell-flagship-usdc-morpho-vault','base','eip20',18,'0xc1256ae5ff1cf2719d4937adb3bbccab2e00a2ca');
INSERT OR REPLACE INTO TokenEntity VALUES('moonwolf-io','polygon-pos','eip20',9,'0x8f18dc399594b451eda8c5da02d0563c0b2d0f16');
INSERT OR REPLACE INTO TokenEntity VALUES('mori-coin','solana','spl',9,'8ZHE4ow1a2jjxuoMfyExuNamQNALv5ekZhsBn5nMDf5e');
INSERT OR REPLACE INTO TokenEntity VALUES('morning-routine','solana','spl',6,'34HDZNbUkTyTrgYKy2ox43yp2f8PJ5hoM7xsrfNApump');
INSERT OR REPLACE INTO TokenEntity VALUES('morph-ai','ethereum','eip20',9,'0x683989afc948477fd38567f8327f501562c955ac');
INSERT OR REPLACE INTO TokenEntity VALUES('morpher','ethereum','eip20',18,'0x6369c3dadfc00054a42ba8b2c09c48131dd4aa38');
INSERT OR REPLACE INTO TokenEntity VALUES('morpheus-labs','ethereum','eip20',18,'0x4a527d8fc13c5203ab24ba0944f4cb14658d1db6');
INSERT OR REPLACE INTO TokenEntity VALUES('morpheus-labs','polygon-pos','eip20',18,'0x31042a4e66eda0d12143ffc8cc1552d611da4cba');
INSERT OR REPLACE INTO TokenEntity VALUES('morpheus-network','ethereum','eip20',18,'0xd3e4ba569045546d09cf021ecc5dfe42b1d7f6e4');
INSERT OR REPLACE INTO TokenEntity VALUES('morpheus-token','fantom','eip20',18,'0xb66b5d38e183de42f21e92abcaf3c712dd5d6286');
INSERT OR REPLACE INTO TokenEntity VALUES('morpheusai','arbitrum-one','eip20',18,'0x092baadb7def4c3981454dd9c0a0d7ff07bcfc86');
INSERT OR REPLACE INTO TokenEntity VALUES('morpheusai','ethereum','eip20',18,'0xcbb8f1bda10b9696c57e13bc128fe674769dcec0');
INSERT OR REPLACE INTO TokenEntity VALUES('morpheusai','base','eip20',18,'0x7431ada8a591c955a994a21710752ef9b882b8e3');
INSERT OR REPLACE INTO TokenEntity VALUES('morpho','ethereum','eip20',18,'0x58d97b57bb95320f9a05dc918aef65434969c2b2');
INSERT OR REPLACE INTO TokenEntity VALUES('morpho','base','eip20',18,'0xbaa5cc21fd487b8fcc2f632f3f4e8d37262a0842');
INSERT OR REPLACE INTO TokenEntity VALUES('morphware','ethereum','eip20',18,'0x391cf4b21f557c935c7f670218ef42c21bd8d686');
INSERT OR REPLACE INTO TokenEntity VALUES('moss','solana','spl',6,'9bNUjxEvygayUE2ZRN5zh9Hhjh6cN6GPK4zoHzXXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('moss-carbon-credit','ethereum','eip20',18,'0xfc98e825a2264d890f9a1e68ed50e1526abccacd');
INSERT OR REPLACE INTO TokenEntity VALUES('mossland','ethereum','eip20',18,'0x865ec58b06bf6305b886793aa20a2da31d034e68');
INSERT OR REPLACE INTO TokenEntity VALUES('motacoin','motacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('mother-iggy','solana','spl',6,'3S8qX1MsMqRbiwKg2cQyx7nis1oHMgaCuc9c4VfvVdPN');
INSERT OR REPLACE INTO TokenEntity VALUES('mound-token','binance-smart-chain','eip20',18,'0x4c97c901b5147f8c1c7ce3c5cf3eb83b44f244fe');
INSERT OR REPLACE INTO TokenEntity VALUES('mountain-protocol-usdm','zksync','eip20',18,'0x7715c206a14ac93cb1a6c0316a6e5f8ad7c9dc31');
INSERT OR REPLACE INTO TokenEntity VALUES('mountain-protocol-usdm','arbitrum-one','eip20',18,'0x59d9356e565ab3a36dd77763fc0d87feaf85508c');
INSERT OR REPLACE INTO TokenEntity VALUES('mountain-protocol-usdm','polygon-pos','eip20',18,'0x59d9356e565ab3a36dd77763fc0d87feaf85508c');
INSERT OR REPLACE INTO TokenEntity VALUES('mountain-protocol-usdm','base','eip20',18,'0x59d9356e565ab3a36dd77763fc0d87feaf85508c');
INSERT OR REPLACE INTO TokenEntity VALUES('mountain-protocol-usdm','ethereum','eip20',18,'0x59d9356e565ab3a36dd77763fc0d87feaf85508c');
INSERT OR REPLACE INTO TokenEntity VALUES('mountain-protocol-usdm','optimistic-ethereum','eip20',18,'0x59d9356e565ab3a36dd77763fc0d87feaf85508c');
INSERT OR REPLACE INTO TokenEntity VALUES('move-dollar','aptos','aptos',8,'0x6f986d146e4a90b828d8c12c14b6f4e003fdff11a8eecceceb63744363eaac01::mod_coin::MOD');
INSERT OR REPLACE INTO TokenEntity VALUES('movement','ethereum','eip20',8,'0x3073f7aaa4db83f95e9fff17424f71d4751a3073');
INSERT OR REPLACE INTO TokenEntity VALUES('moviebloc','ethereum','eip20',18,'0xb879da8b24c9b8685de8526cf492e954f165d74b');
INSERT OR REPLACE INTO TokenEntity VALUES('moxie','base','eip20',null,'0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527');
INSERT OR REPLACE INTO TokenEntity VALUES('mrweb-finance-2','binance-smart-chain','eip20',18,'0xa77d560e34bd6a8d7265f754b4fcd65d9a8e5619');
INSERT OR REPLACE INTO TokenEntity VALUES('msol','solana','spl',9,'mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So');
INSERT OR REPLACE INTO TokenEntity VALUES('mstr2100','ethereum','eip20',9,'0x42069026eac8eee0fd9b5f7adfa4f6e6d69a2b39');
INSERT OR REPLACE INTO TokenEntity VALUES('mt-pelerin-shares','gnosis','eip20',null,'0xfa57aa7beed63d03aaf85ffd1753f5f6242588fb');
INSERT OR REPLACE INTO TokenEntity VALUES('mt-pelerin-shares','ethereum','eip20',0,'0x96c645d3d3706f793ef52c19bbace441900ed47d');
INSERT OR REPLACE INTO TokenEntity VALUES('mubarak','binance-smart-chain','eip20',18,'0x5c85d6c6825ab4032337f11ee92a72df936b46f6');
INSERT OR REPLACE INTO TokenEntity VALUES('mubarakah','binance-smart-chain','eip20',18,'0x3199a64bc8aabdfd9a3937a346cc59c3d81d8a9a');
INSERT OR REPLACE INTO TokenEntity VALUES('muhdo-hub','ethereum','eip20',18,'0x7d3e4165fd7d8590fb2a415a550f7bdece5c4f52');
INSERT OR REPLACE INTO TokenEntity VALUES('multibit','polygon-pos','eip20',18,'0xb1a91036e4a3c144efed953e0b6cc5f6b98ad256');
INSERT OR REPLACE INTO TokenEntity VALUES('multibit','binance-smart-chain','eip20',18,'0x38e382f74dfb84608f3c1f10187f6bef5951de93');
INSERT OR REPLACE INTO TokenEntity VALUES('multibit','ethereum','eip20',18,'0x38e382f74dfb84608f3c1f10187f6bef5951de93');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain','binance-smart-chain','eip20',18,'0x9fb9a33956351cf4fa040f65a13b835a3c8764e3');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain','avalanche','eip20',18,'0x9fb9a33956351cf4fa040f65a13b835a3c8764e3');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain','ethereum','eip20',18,'0x65ef703f5594d2573eb71aaf55bc0cb548492df4');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain','polygon-pos','eip20',18,'0x9fb9a33956351cf4fa040f65a13b835a3c8764e3');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain','fantom','eip20',18,'0x9fb9a33956351cf4fa040f65a13b835a3c8764e3');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain','moonriver','moonriver',null,'0x9fb9a33956351cf4fa040f65a13b835a3c8764e3');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain','arbitrum-one','eip20',18,'0x9fb9a33956351cf4fa040f65a13b835a3c8764e3');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain-bridged-usdc-fantom','fantom','fantom',6,'0x04068da6c83afcfa0e13ba15a6696662335d5b75');
INSERT OR REPLACE INTO TokenEntity VALUES('multichain-bridged-usdc-kava','kava','kava',6,'0xfa9343c3897324496a05fc75abed6bac29f8a40f');
INSERT OR REPLACE INTO TokenEntity VALUES('multipad','binance-smart-chain','eip20',18,'0x11d1ac5ec23e3a193e8a491a198f5fc9ee715839');
INSERT OR REPLACE INTO TokenEntity VALUES('multivac','binance-smart-chain','eip20',18,'0x8aa688ab789d1848d131c65d98ceaa8875d97ef1');
INSERT OR REPLACE INTO TokenEntity VALUES('multivac','ethereum','eip20',18,'0x6226e00bcac68b0fe55583b90a1d727c14fab77f');
INSERT OR REPLACE INTO TokenEntity VALUES('multiverse','ethereum','eip20',18,'0xc91b523a59acc63a64f61fc7bbfb4bfc82dd25f2');
INSERT OR REPLACE INTO TokenEntity VALUES('mummy-finance','optimistic-ethereum','eip20',18,'0x47536f17f4ff30e64a96a7555826b8f9e66ec468');
INSERT OR REPLACE INTO TokenEntity VALUES('mumu-the-bull-3','solana','spl',6,'5LafQUrVco6o7KMz42eqVEJ9LW31StPyGjeeu5sKoMtA');
INSERT OR REPLACE INTO TokenEntity VALUES('murasaki','binance-smart-chain','eip20',18,'0x166295ebd6a938c7aaf61350eb5161a9939ab2b7');
INSERT OR REPLACE INTO TokenEntity VALUES('musd','ethereum','eip20',18,'0xe2f2a5c287993345a840db3b0845fbc70f5935a5');
INSERT OR REPLACE INTO TokenEntity VALUES('muse-2','ethereum','eip20',18,'0xb6ca7399b4f9ca56fc27cbff44f4d2e4eef1fc81');
INSERT OR REPLACE INTO TokenEntity VALUES('museum-of-crypto-art','polygon-pos','eip20',18,'0xce899f26928a2b21c6a2fddd393ef37c61dba918');
INSERT OR REPLACE INTO TokenEntity VALUES('museum-of-crypto-art','ethereum','eip20',18,'0x9ac07635ddbde5db18648c360defb00f5f22537e');
INSERT OR REPLACE INTO TokenEntity VALUES('music-by-virtuals','base','eip20',18,'0xc655c331d1aa7f96c252f1f40ce13d80eac53504');
INSERT OR REPLACE INTO TokenEntity VALUES('musk-gold','ethereum','eip20',18,'0x6069c9223e8a5da1ec49ac5525d4bb757af72cd8');
INSERT OR REPLACE INTO TokenEntity VALUES('musk-it','solana','spl',6,'9So52ugZh2BLBT3f7p61947q91uQh2DyvbfyMDeRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('musmecoin','ethereum','eip20',18,'0x2c3b62cdeab213ff58ad24fe8bbdf224c7f66dce');
INSERT OR REPLACE INTO TokenEntity VALUES('must','ethereum','eip20',18,'0x9c78ee466d6cb57a4d01fd887d2b5dfb2d46288f');
INSERT OR REPLACE INTO TokenEntity VALUES('must','polygon-pos','eip20',18,'0x9c78ee466d6cb57a4d01fd887d2b5dfb2d46288f');
INSERT OR REPLACE INTO TokenEntity VALUES('mute','ethereum','eip20',18,'0xa49d7499271ae71cd8ab9ac515e6694c755d400c');
INSERT OR REPLACE INTO TokenEntity VALUES('mx-token','ethereum','eip20',18,'0x11eef04c884e24d9b7b4760e7476d06ddf797f36');
INSERT OR REPLACE INTO TokenEntity VALUES('mxc','ethereum','eip20',18,'0x5ca381bbfb58f0092df149bd3d243b08b9a8386e');
INSERT OR REPLACE INTO TokenEntity VALUES('my-defi-legends','binance-smart-chain','eip20',9,'0x88c55b3255ae1e6628c953c5cdff27ad3cc33c81');
INSERT OR REPLACE INTO TokenEntity VALUES('my-defi-pet','kardiachain','kardiachain',null,'0xfb62ae373aca027177d1c18ee0862817f9080d08');
INSERT OR REPLACE INTO TokenEntity VALUES('my-defi-pet','binance-smart-chain','eip20',18,'0xfb62ae373aca027177d1c18ee0862817f9080d08');
INSERT OR REPLACE INTO TokenEntity VALUES('my-defi-pet','ethereum','eip20',18,'0xfb62ae373aca027177d1c18ee0862817f9080d08');
INSERT OR REPLACE INTO TokenEntity VALUES('my-lovely-coin','polygon-pos','eip20',18,'0x0566c506477cd2d8df4e0123512dbc344bd9d111');
INSERT OR REPLACE INTO TokenEntity VALUES('my-master-war','binance-smart-chain','eip20',18,'0xf3147987a00d35eecc10c731269003ca093740ca');
INSERT OR REPLACE INTO TokenEntity VALUES('my-neighbor-alice','ethereum','eip20',6,'0xac51066d7bec65dc4589368da368b212745d63e8');
INSERT OR REPLACE INTO TokenEntity VALUES('my-neighbor-alice','binance-smart-chain','eip20',6,'0xac51066d7bec65dc4589368da368b212745d63e8');
INSERT OR REPLACE INTO TokenEntity VALUES('mybit-token','ethereum','eip20',18,'0x5d60d8d7ef6d37e16ebabc324de3be57f135e0bc');
INSERT OR REPLACE INTO TokenEntity VALUES('mybricks','binance-smart-chain','eip20',9,'0x13e1070e3a388e53ec35480ff494538f9ffc5b8d');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','binance-smart-chain','eip20',6,'0x26d3c0d9f4cc4c130097b6afdebe4f5e497e6bdf');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','ethereum','eip20',6,'0x26d3c0d9f4cc4c130097b6afdebe4f5e497e6bdf');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','tron','eip20',6,'TNzfB1nvRPusCn5UhQLxUbZaX7DFuWkxR4');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','the-open-network','the-open-network',6,'EQCjZD8oZl_0uzLmQawDmhcctlLKWKO0HameErlnDz_Mynth');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','base','eip20',6,'0x26d3c0d9f4cc4c130097b6afdebe4f5e497e6bdf');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','cardano','cardano',6,'43b07d4037f0d75ee10f9863097463fc02ff3c0b8b705ae61d9c75bf4d796e746820546f6b656e');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','solana','spl',6,'MynthbcejYyY3yg8fzgPv2Y7NZrF2S4Y13wdGzAZPMv');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','polygon-pos','eip20',6,'0x26d3c0d9f4cc4c130097b6afdebe4f5e497e6bdf');
INSERT OR REPLACE INTO TokenEntity VALUES('mynth','arbitrum-one','eip20',6,'0x26d3c0d9f4cc4c130097b6afdebe4f5e497e6bdf');
INSERT OR REPLACE INTO TokenEntity VALUES('myria','ethereum','eip20',18,'0xa0ef786bf476fe0810408caba05e536ac800ff86');
INSERT OR REPLACE INTO TokenEntity VALUES('myriadcoin','myriadcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('myro','solana','spl',null,'HhJpBhRRn4g56VsyLuT8DL5Bv31HkXqsrahTTUCZeZg4');
INSERT OR REPLACE INTO TokenEntity VALUES('myshell','binance-smart-chain','eip20',18,'0xf2c88757f8d03634671208935974b60a2a28bdb3');
INSERT OR REPLACE INTO TokenEntity VALUES('myshell','ethereum','eip20',18,'0xf2c88757f8d03634671208935974b60a2a28bdb3');
INSERT OR REPLACE INTO TokenEntity VALUES('myso-token','ethereum','eip20',18,'0x5fde99e121f3ac02e7d6acb081db1f89c1e93c17');
INSERT OR REPLACE INTO TokenEntity VALUES('myst','ethereum','eip20',18,'0xc7068fff81f3a5b8c49cf6d35b3bc524c3f045e9');
INSERT OR REPLACE INTO TokenEntity VALUES('mystandard','avalanche','eip20',18,'0x0256b279d973c8d687264ac3eb36be09232d4474');
INSERT OR REPLACE INTO TokenEntity VALUES('mysterium','binance-smart-chain','eip20',18,'0x2ff0b946a6782190c4fe5d4971cfe79f0b6e4df2');
INSERT OR REPLACE INTO TokenEntity VALUES('mysterium','polygon-pos','eip20',18,'0x1379e8886a944d2d9d440b3d88df536aea08d9f3');
INSERT OR REPLACE INTO TokenEntity VALUES('mysterium','ethereum','eip20',18,'0x4cf89ca06ad997bc732dc876ed2a7f26a9e7f361');
INSERT OR REPLACE INTO TokenEntity VALUES('mystery-2','ethereum','eip20',18,'0x64c5cba9a1bfbd2a5faf601d91beff2dcac2c974');
INSERT OR REPLACE INTO TokenEntity VALUES('mytheria','kardiachain','kardiachain',null,'0x6ef238e9e8cd2a96740897761c18894fc086b9d0');
INSERT OR REPLACE INTO TokenEntity VALUES('mytheria','binance-smart-chain','eip20',18,'0x6ef238e9e8cd2a96740897761c18894fc086b9d0');
INSERT OR REPLACE INTO TokenEntity VALUES('mythos','ethereum','eip20',18,'0xba41ddf06b7ffd89d1267b5a93bfef2424eb2003');
INSERT OR REPLACE INTO TokenEntity VALUES('mytoken','ethereum','eip20',18,'0x9b4e2b4b13d125238aa0480dd42b4f6fc71b37cc');
INSERT OR REPLACE INTO TokenEntity VALUES('myx-finance','binance-smart-chain','eip20',18,'0xd82544bf0dfe8385ef8fa34d67e6e4940cc63e16');
INSERT OR REPLACE INTO TokenEntity VALUES('nabox','ethereum','eip20',18,'0x03d1e72765545729a035e909edd9371a405f77fb');
INSERT OR REPLACE INTO TokenEntity VALUES('nabox','binance-smart-chain','eip20',18,'0x755f34709e369d37c6fa52808ae84a32007d1155');
INSERT OR REPLACE INTO TokenEntity VALUES('nada-protocol-token','hedera-hashgraph','hedera-hashgraph',null,'0.0.629591');
INSERT OR REPLACE INTO TokenEntity VALUES('nafter','binance-smart-chain','eip20',18,'0xd7730681b1dc8f6f969166b29d8a5ea8568616a3');
INSERT OR REPLACE INTO TokenEntity VALUES('naga','ethereum','eip20',18,'0x72dd4b6bd852a3aa172be4d6c5a6dbec588cf131');
INSERT OR REPLACE INTO TokenEntity VALUES('nahmii','ethereum','eip20',15,'0x7c8155909cd385f120a56ef90728dd50f9ccbe52');
INSERT OR REPLACE INTO TokenEntity VALUES('naifu','base','eip20',18,'0x62fe1724116e37e22949ae1f8e6f560c9a188dc6');
INSERT OR REPLACE INTO TokenEntity VALUES('nailong','solana','spl',6,'mkvXiNBpa8uiSApe5BrhWVJaT87pJFTZxRy7zFapump');
INSERT OR REPLACE INTO TokenEntity VALUES('naitzsche','solana','spl',6,'Fxm6tJ2khHbLVcSgnYUqg9FiBduVRLEvdQR67dvQ3eGp');
INSERT OR REPLACE INTO TokenEntity VALUES('naka-bodhi-token','naka-bodhi-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('naka-go','ethereum','eip20',18,'0x6967b9a8c0b14849cfe8f9e5732b401433fd2898');
INSERT OR REPLACE INTO TokenEntity VALUES('nakamoto-games','polygon-pos','eip20',18,'0x311434160d7537be358930def317afb606c0d737');
INSERT OR REPLACE INTO TokenEntity VALUES('nakamoto-games','ethereum','eip20',18,'0x2e10348ee563dec5fe483de558d1946b7a3372c2');
INSERT OR REPLACE INTO TokenEntity VALUES('namecoin','namecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nani','base','eip20',18,'0x00000000000007c8612ba63df8ddefd9e6077c97');
INSERT OR REPLACE INTO TokenEntity VALUES('nani','ethereum','eip20',18,'0x00000000000007c8612ba63df8ddefd9e6077c97');
INSERT OR REPLACE INTO TokenEntity VALUES('nano','nano','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nanometer-bitcoin','binance-smart-chain','eip20',9,'0x5ddb331c3ba48a1d68cbf50dd3bc7aac407dc115');
INSERT OR REPLACE INTO TokenEntity VALUES('naoris','ethereum','eip20',18,'0x1b379a79c91a540b2bcd612b4d713f31de1b80cc');
INSERT OR REPLACE INTO TokenEntity VALUES('naoris','binance-smart-chain','eip20',18,'0x1b379a79c91a540b2bcd612b4d713f31de1b80cc');
INSERT OR REPLACE INTO TokenEntity VALUES('naos-finance','binance-smart-chain','eip20',18,'0x758d08864fb6cce3062667225ca10b8f00496cc2');
INSERT OR REPLACE INTO TokenEntity VALUES('naos-finance','ethereum','eip20',18,'0x4a615bb7166210cce20e6642a6f8fb5d4d044496');
INSERT OR REPLACE INTO TokenEntity VALUES('napoleon-x','binance-smart-chain','eip20',18,'0xd8cb4c2369db13c94c90c7fd3bebc9757900ee6b');
INSERT OR REPLACE INTO TokenEntity VALUES('napoleon-x','ethereum','eip20',2,'0x28b5e12cce51f15594b0b91d5b5adaa70f684a02');
INSERT OR REPLACE INTO TokenEntity VALUES('napoli-fan-token','chiliz','chiliz',null,'0xc7456e8f7ce7bddbcbf719d0a90811a35dd3d363');
INSERT OR REPLACE INTO TokenEntity VALUES('nasdaq420','ethereum','eip20',9,'0x615987d46003cc37387dbe544ff4f16fa1200077');
INSERT OR REPLACE INTO TokenEntity VALUES('nasdex-token','polygon-pos','eip20',18,'0xe8d17b127ba8b9899a160d9a07b69bca8e08bfc6');
INSERT OR REPLACE INTO TokenEntity VALUES('native-2','base','eip20',18,'0x20dd04c17afd5c9a8b3f2cdacaa8ee7907385bef');
INSERT OR REPLACE INTO TokenEntity VALUES('native-decentralized-euro-protocol-share','ethereum','eip20',18,'0xc71104001a3ccda1bef1177d765831bd1bfe8ee6');
INSERT OR REPLACE INTO TokenEntity VALUES('natix-network','solana','spl',6,'FRySi8LPkuByB7VPSCCggxpewFUeeJiwEGRKKuhwpKcX');
INSERT OR REPLACE INTO TokenEntity VALUES('natus-vincere-fan-token','chiliz','chiliz',null,'0x0fd7cdbc3576bf3edd700649ac989d75e3efe4a0');
INSERT OR REPLACE INTO TokenEntity VALUES('nav-coin','nav-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('naval-ai','solana','spl',6,'7wM4MnbsPsG95A3WhZgbrPWvMtydKmJjqKr2ZVJVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('navi','sui','sui',9,'0xa99b8952d4f7d947ea77fe0ecdcc9e5fc0bcab2841d6e2a5aa00c3044e5544b5::navx::NAVX');
INSERT OR REPLACE INTO TokenEntity VALUES('naws-ai','binance-smart-chain','eip20',18,'0x726a54e04f394b6e44e58a2d7cb0fec61361d10e');
INSERT OR REPLACE INTO TokenEntity VALUES('ndq666','binance-smart-chain','eip20',18,'0x4acb4cc1f0a073ce4bde893faebc726198c14444');
INSERT OR REPLACE INTO TokenEntity VALUES('near','near','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('near','ethereum','eip20',24,'0x85f17cf997934a597031b2e18a9ab6ebd4b9f6a4');
INSERT OR REPLACE INTO TokenEntity VALUES('nearpad','ethereum','eip20',18,'0xea7cc765ebc94c4805e3bff28d7e4ae48d06468a');
INSERT OR REPLACE INTO TokenEntity VALUES('nearpad','aurora','aurora',null,'0x885f8cf6e45bdd3fdcdc644efdcd0ac93880c781');
INSERT OR REPLACE INTO TokenEntity VALUES('neblio','neblio','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nebulas','ethereum','eip20',18,'0x5d65d971895edc438f465c17db6992698a52318d');
INSERT OR REPLACE INTO TokenEntity VALUES('neet','solana','spl',6,'Ce2gx9KGXJ6C9Mp5b5x1sn9Mg87JwEbrQby4Zqo3pump');
INSERT OR REPLACE INTO TokenEntity VALUES('neiro-2','solana','spl',6,'CTg3ZgYx79zrE1MteDVkmkcGniiFrK1hJ6yiabropump');
INSERT OR REPLACE INTO TokenEntity VALUES('neiro-3','ethereum','eip20',9,'0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee');
INSERT OR REPLACE INTO TokenEntity VALUES('neiro-on-eth','ethereum','eip20',9,'0xee2a03aa6dacf51c18679c516ad5283d8e7c2637');
INSERT OR REPLACE INTO TokenEntity VALUES('nekocoin-2','optimistic-ethereum','eip20',6,'0x139052115f8b1773cf7dcba6a553f922a2e54f69');
INSERT OR REPLACE INTO TokenEntity VALUES('nem','nem','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nemo-sum','solana','spl',8,'GiN6u4pYqQB1tUNCTxN8n8aM1N2hDmtqaKWCSiAv1uLW');
INSERT OR REPLACE INTO TokenEntity VALUES('nemo-sum','ethereum','eip20',9,'0xb60fdf036f2ad584f79525b5da76c5c531283a1b');
INSERT OR REPLACE INTO TokenEntity VALUES('neo','neo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('neon','neon','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('neon','solana','spl',null,'NeonTjSjsuo3rexg9o6vHuMXw62f9V7zvmu8M8Zut44');
INSERT OR REPLACE INTO TokenEntity VALUES('neon-exchange','ethereum','eip20',8,'0xe2dc070524a6e305ddb64d8513dc444b6a1ec845');
INSERT OR REPLACE INTO TokenEntity VALUES('neon-exchange','neo','neo',null,'3a4acd3647086e7c44398aac0349802e6a171129');
INSERT OR REPLACE INTO TokenEntity VALUES('neon-exchange','polygon-pos','eip20',8,'0xa486c6bc102f409180ccb8a94ba045d39f8fc7cb');
INSERT OR REPLACE INTO TokenEntity VALUES('neon-neko','solana','spl',6,'53kC8TJ5gfBPBPN4afNA1k433vL7ZhNHaw9NGh3HBo9N');
INSERT OR REPLACE INTO TokenEntity VALUES('neos-ai','ethereum','eip20',18,'0xd2a08ff5f31d2f2d70c91960323c2ed31268ae25');
INSERT OR REPLACE INTO TokenEntity VALUES('neos-credits','ethereum','eip20',18,'0xdb5c3c46e28b53a39c255aa39a411dd64e5fed9c');
INSERT OR REPLACE INTO TokenEntity VALUES('nereus-token','polygon-pos','eip20',18,'0x94615302bcb36309371ea7454f3e99a4002105de');
INSERT OR REPLACE INTO TokenEntity VALUES('neroboss','solana','spl',6,'5HTp1ebDeBcuRaP4J6cG3r4AffbP4dtcrsS7YYT7pump');
INSERT OR REPLACE INTO TokenEntity VALUES('nerve-finance','binance-smart-chain','eip20',18,'0x42f6f551ae042cbe50c739158b4f0cac0edb9096');
INSERT OR REPLACE INTO TokenEntity VALUES('nervenetwork','nervenetwork','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nervos-network','nervos-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nest','polygon-pos','eip20',18,'0x98f8669f6481ebb341b522fcd3663f79a3d1a6a7');
INSERT OR REPLACE INTO TokenEntity VALUES('nest','ethereum','eip20',18,'0x04abeda201850ac0124161f037efd70c74ddc74c');
INSERT OR REPLACE INTO TokenEntity VALUES('nest','binance-smart-chain','eip20',18,'0x98f8669f6481ebb341b522fcd3663f79a3d1a6a7');
INSERT OR REPLACE INTO TokenEntity VALUES('nest-alpha-vault','ethereum','eip20',6,'0x593ccca4c4bf58b7526a4c164ceef4003c6388db');
INSERT OR REPLACE INTO TokenEntity VALUES('nest-basis-vault','ethereum','eip20',6,'0x11113ff3a60c2450f4b22515cb760417259ee94b');
INSERT OR REPLACE INTO TokenEntity VALUES('nest-treasury-vault','ethereum','eip20',6,'0xe72fe64840f4ef80e3ec73a1c749491b5c938cb9');
INSERT OR REPLACE INTO TokenEntity VALUES('nest-treasury-vault','arbitrum-one','eip20',6,'0xe72fe64840f4ef80e3ec73a1c749491b5c938cb9');
INSERT OR REPLACE INTO TokenEntity VALUES('nestree','ethereum','eip20',18,'0x65ccd72c0813ce6f2703593b633202a0f3ca6a0c');
INSERT OR REPLACE INTO TokenEntity VALUES('nether','binance-smart-chain','eip20',18,'0x8182ac1c5512eb67756a89c40fadb2311757bd32');
INSERT OR REPLACE INTO TokenEntity VALUES('netmind-token','binance-smart-chain','eip20',18,'0x03aa6298f1370642642415edc0db8b957783e8d6');
INSERT OR REPLACE INTO TokenEntity VALUES('netmind-token','ethereum','eip20',18,'0x03aa6298f1370642642415edc0db8b957783e8d6');
INSERT OR REPLACE INTO TokenEntity VALUES('netswap','metis-andromeda','metis-andromeda',null,'0x90fe084f877c65e1b577c7b2ea64b8d8dd1ab278');
INSERT OR REPLACE INTO TokenEntity VALUES('netvrk','ethereum','eip20',18,'0xfc0d6cf33e38bce7ca7d89c0e292274031b7157a');
INSERT OR REPLACE INTO TokenEntity VALUES('network3','iotex','iotex',18,'0x7f6f149fec648abf4ee8c559eb24d8010ab1025e');
INSERT OR REPLACE INTO TokenEntity VALUES('network3','ethereum','eip20',18,'0x9b79ea20a8258649401f8c58973281081d905b9f');
INSERT OR REPLACE INTO TokenEntity VALUES('network3','solana','spl',9,'C7DpniLsJBFEZvt6SnS5Ac8tdwuxCW4T3mS1JrfntDdX');
INSERT OR REPLACE INTO TokenEntity VALUES('netx','binance-smart-chain','eip20',18,'0x4c32964715e9a42f8d119bfa8917d57822d3adf1');
INSERT OR REPLACE INTO TokenEntity VALUES('neur-sh','solana','spl',6,'3N2ETvNpPNAxhcaXgkhKoY1yDnQfs41Wnxsx5qNJpump');
INSERT OR REPLACE INTO TokenEntity VALUES('neurai','neurai','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('neural3d','bittensor','bittensor',null,'46');
INSERT OR REPLACE INTO TokenEntity VALUES('neuralai','ethereum','eip20',18,'0x32b053f2cba79f80ada5078cb6b305da92bde6e1');
INSERT OR REPLACE INTO TokenEntity VALUES('neurobro','base','eip20',18,'0xc796e499cc8f599a2a8280825d8bda92f7a895e0');
INSERT OR REPLACE INTO TokenEntity VALUES('neuron','arbitrum-one','eip20',18,'0xdadeca1167fe47499e53eb50f261103630974905');
INSERT OR REPLACE INTO TokenEntity VALUES('neutaro','ethereum','eip20',6,'0x53be7be0ce7f92bcbd2138305735160fb799be4f');
INSERT OR REPLACE INTO TokenEntity VALUES('neutrino','polygon-pos','eip20',18,'0x013f9c3fac3e2759d7e90aca4f9540f75194a0d7');
INSERT OR REPLACE INTO TokenEntity VALUES('neutrino','ethereum','eip20',18,'0x674c6ad92fd080e4004b2312b45f796a192d27a0');
INSERT OR REPLACE INTO TokenEntity VALUES('neutron-3','osmosis','osmosis',null,'ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682');
INSERT OR REPLACE INTO TokenEntity VALUES('neutron-3','neutron-3','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('new-bitshares','new-bitshares','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('new-order','ethereum','eip20',18,'0x98585dfc8d9e7d48f0b1ae47ce33332cf4237d96');
INSERT OR REPLACE INTO TokenEntity VALUES('new-order','avalanche','eip20',18,'0x4bfc90322dd638f81f034517359bd447f8e0235a');
INSERT OR REPLACE INTO TokenEntity VALUES('new-xai-gork','solana','spl',6,'38PgzpJYu2HkiYvV8qePFakB8tuobPdGm2FFEn7Dpump');
INSERT OR REPLACE INTO TokenEntity VALUES('newb-farm','binance-smart-chain','eip20',18,'0x545f90dc35ca1e6129f1fed354b3e2df12034261');
INSERT OR REPLACE INTO TokenEntity VALUES('newscrypto-coin','ethereum','eip20',18,'0x968f6f898a6df937fc1859b323ac2f14643e3fed');
INSERT OR REPLACE INTO TokenEntity VALUES('newscrypto-coin','stellar','stellar',7,'NWC-GDZJD363YP7P3TNYDK3ZD6GLXFMAI3GLVIH7CGFLNZWIZBQUCVE6PTU7');
INSERT OR REPLACE INTO TokenEntity VALUES('newscrypto-coin','binance-smart-chain','eip20',18,'0x968f6f898a6df937fc1859b323ac2f14643e3fed');
INSERT OR REPLACE INTO TokenEntity VALUES('newton-project','newton-project','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('newton-protocol','ethereum','eip20',18,'0xd0ec028a3d21533fdd200838f39c85b03679285d');
INSERT OR REPLACE INTO TokenEntity VALUES('newyork-exchange','omni','omni',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nexacoin','nexacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nexdax','nexdax','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nexo','sora','sora',null,'0x003005b2417b5046455e73f7fc39779a013f1a33b4518bcd83a790900dca49ff');
INSERT OR REPLACE INTO TokenEntity VALUES('nexo','polygon-pos','eip20',18,'0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E');
INSERT OR REPLACE INTO TokenEntity VALUES('nexo','fantom','eip20',18,'0x7c598c96d02398d89fbcb9d41eab3df0c16f227d');
INSERT OR REPLACE INTO TokenEntity VALUES('nexo','ethereum','eip20',18,'0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206');
INSERT OR REPLACE INTO TokenEntity VALUES('nexora','ethereum','eip20',18,'0x58412ae274f2764b71c66315d97662d47d930d94');
INSERT OR REPLACE INTO TokenEntity VALUES('nextdao','nextdao','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nextplace','bittensor','bittensor',null,'48');
INSERT OR REPLACE INTO TokenEntity VALUES('nextype-finance','huobi-token','huobi-token',null,'0x8b70512b5248e7c1f0f6996e2fde2e952708c4c9');
INSERT OR REPLACE INTO TokenEntity VALUES('nextype-finance','binance-smart-chain','eip20',18,'0xfbcf80ed90856af0d6d9655f746331763efdb22c');
INSERT OR REPLACE INTO TokenEntity VALUES('nexusmind','binance-smart-chain','eip20',18,'0xa67ed14c65e7b717674f0d66570c13e77583a68f');
INSERT OR REPLACE INTO TokenEntity VALUES('nfprompt-token','binance-smart-chain','eip20',18,'0x551897f8203bd131b350601d3ac0679ba0fc0136');
INSERT OR REPLACE INTO TokenEntity VALUES('nft-ai','solana','spl',7,'9qoWenJfm2mNohBhNtVoYEtYsaqvYvPioFrzoK2LZLnY');
INSERT OR REPLACE INTO TokenEntity VALUES('nft-art-finance','binance-smart-chain','eip20',9,'0xf7844cb890f4c339c497aeab599abdc3c874b67a');
INSERT OR REPLACE INTO TokenEntity VALUES('nft-champions','polygon-pos','eip20',8,'0x8f9e8e833a69aa467e42c46cca640da84dd4585f');
INSERT OR REPLACE INTO TokenEntity VALUES('nft-protocol','ethereum','eip20',18,'0xcb8d1260f9c92a3a545d409466280ffdd7af7042');
INSERT OR REPLACE INTO TokenEntity VALUES('nft-stars','binance-smart-chain','eip20',18,'0x08037036451c768465369431da5c671ad9b37dbc');
INSERT OR REPLACE INTO TokenEntity VALUES('nft-stars','ethereum','eip20',18,'0x08037036451c768465369431da5c671ad9b37dbc');
INSERT OR REPLACE INTO TokenEntity VALUES('nft-worlds','ethereum','eip20',18,'0xd5d86fc8d5c0ea1ac1ac5dfab6e529c9967a45e9');
INSERT OR REPLACE INTO TokenEntity VALUES('nftb','binance-smart-chain','eip20',18,'0xde3dbbe30cfa9f437b293294d1fd64b26045c71a');
INSERT OR REPLACE INTO TokenEntity VALUES('nftblackmarket','binance-smart-chain','eip20',9,'0x12da2f2761038486271c99da7e0fb4413e2b5e38');
INSERT OR REPLACE INTO TokenEntity VALUES('nftbomb','binance-smart-chain','eip20',18,'0x74c22834744e8d5e36c79420ff7b057964aba8a7');
INSERT OR REPLACE INTO TokenEntity VALUES('nftbooks','binance-smart-chain','eip20',9,'0x3279510e89600ee1767a037dbd0ad49c974063ae');
INSERT OR REPLACE INTO TokenEntity VALUES('nftify','binance-smart-chain','eip20',18,'0x5989d72a559eb0192f2d20170a43a4bd28a1b174');
INSERT OR REPLACE INTO TokenEntity VALUES('nftify','ethereum','eip20',18,'0xacbd826394189cf2623c6df98a18b41fc8ffc16d');
INSERT OR REPLACE INTO TokenEntity VALUES('nftlaunch','binance-smart-chain','eip20',18,'0xe7f72bc0252ca7b16dbb72eeee1afcdb2429f2dd');
INSERT OR REPLACE INTO TokenEntity VALUES('nftlaunch','ethereum','eip20',18,'0xe7f72bc0252ca7b16dbb72eeee1afcdb2429f2dd');
INSERT OR REPLACE INTO TokenEntity VALUES('nftmall','binance-smart-chain','eip20',18,'0xbac1df744df160877cdc45e13d0394c06bc388ff');
INSERT OR REPLACE INTO TokenEntity VALUES('nftmall','ethereum','eip20',18,'0x9b17baadf0f21f03e35249e0e59723f34994f806');
INSERT OR REPLACE INTO TokenEntity VALUES('nftmall','polygon-pos','eip20',18,'0x4a7b9a4589a88a06ca29f99556db08234078d727');
INSERT OR REPLACE INTO TokenEntity VALUES('nftmall','avalanche','eip20',18,'0xdebb1d6a2196f2335ad51fbde7ca587205889360');
INSERT OR REPLACE INTO TokenEntity VALUES('nftpunk-finance','binance-smart-chain','eip20',9,'0x31de61d9a39cb9f479570bd3dc3ac93bc0402cdb');
INSERT OR REPLACE INTO TokenEntity VALUES('nftrade','binance-smart-chain','eip20',18,'0xac83271abb4ec95386f08ad2b904a46c61777cef');
INSERT OR REPLACE INTO TokenEntity VALUES('nftrade','avalanche','eip20',18,'0x9e3ca00f2d4a9e5d4f0add0900de5f15050812cf');
INSERT OR REPLACE INTO TokenEntity VALUES('nftrade','ethereum','eip20',18,'0x8e0fe2947752be0d5acf73aae77362daf79cb379');
INSERT OR REPLACE INTO TokenEntity VALUES('nftx','ethereum','eip20',18,'0x87d73e916d7057945c9bcd8cdd94e42a6f47f776');
INSERT OR REPLACE INTO TokenEntity VALUES('nftxbt-by-virtuals','base','eip20',18,'0x08c81699f9a357a9f0d04a09b353576ca328d60d');
INSERT OR REPLACE INTO TokenEntity VALUES('nfty-token','polygon-pos','eip20',18,'0xcc081220542a60a8ea7963c4f53d522b503272c1');
INSERT OR REPLACE INTO TokenEntity VALUES('nfty-token','binance-smart-chain','eip20',18,'0x5774b2fc3e91af89f89141eacf76545e74265982');
INSERT OR REPLACE INTO TokenEntity VALUES('nfty-token','ethereum','eip20',18,'0xe1d7c7a4596b038ced2a84bf65b8647271c53208');
INSERT OR REPLACE INTO TokenEntity VALUES('nianian','binance-smart-chain','eip20',18,'0x9c27c4072738cf4b7b0b7071af0ad5666bddc096');
INSERT OR REPLACE INTO TokenEntity VALUES('nibbles','solana','spl',6,'3gC8oidaJ61fkB2QCYvm9xKMZG8szBgBMbuLAGgNeGJD');
INSERT OR REPLACE INTO TokenEntity VALUES('nifty-league','ethereum','eip20',18,'0x3c8d2fce49906e11e71cb16fa0ffeb2b16c29638');
INSERT OR REPLACE INTO TokenEntity VALUES('night-fury','solana','spl',9,'CrSDXdbSXdAV8kr32X7TzVfYtz8K4SjqFoozgS3kmUES');
INSERT OR REPLACE INTO TokenEntity VALUES('niifi','ethereum','eip20',15,'0x852e5427c86a3b46dd25e5fe027bb15f53c4bcb8');
INSERT OR REPLACE INTO TokenEntity VALUES('nikita-by-virtuals','base','eip20',18,'0x698b49063c14d2753d23064ff891a876cffa6fb5');
INSERT OR REPLACE INTO TokenEntity VALUES('nikolai','the-open-network','the-open-network',null,'EQDo8QC6mVi7Gq6uGWDF4XVp3cZ4wKZ-bqKBkmhVMPm-1ojm');
INSERT OR REPLACE INTO TokenEntity VALUES('nile','linea','linea',18,'0xaaaac83751090c6ea42379626435f805ddf54dc8');
INSERT OR REPLACE INTO TokenEntity VALUES('nimiq-2','nimiq-2','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nineteen-ai','bittensor','bittensor',null,'19');
INSERT OR REPLACE INTO TokenEntity VALUES('ninja-squad','arbitrum-one','eip20',18,'0x88a269df8fe7f53e590c561954c52fccc8ec0cfb');
INSERT OR REPLACE INTO TokenEntity VALUES('ninja-squad','ethereum','eip20',18,'0x70bef3bb2f001da2fddb207dae696cd9faff3f5d');
INSERT OR REPLACE INTO TokenEntity VALUES('ninja-squad','solana','spl',8,'G7iK3prSzAA4vzcJWvsLUEsdCqzR7PnMzJV61vSdFSNW');
INSERT OR REPLACE INTO TokenEntity VALUES('niobio-cash','niobio-cash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nirvana-ana-2','solana','spl',6,'5DkzT65YJvCsZcot9L6qwkJnsBCPmKHjJz3QU7t7QeRW');
INSERT OR REPLACE INTO TokenEntity VALUES('nitro-2','ethereum','eip20',18,'0x76887cb94cf29ec539b3219ba62104be04f26a5c');
INSERT OR REPLACE INTO TokenEntity VALUES('nitroex','ethereum','eip20',8,'0xfdb15e5e6799be72798b1ccfaecbf186bf73a0c4');
INSERT OR REPLACE INTO TokenEntity VALUES('niza-global','ethereum','eip20',9,'0xb58e26ac9cc14c0422c2b419b0ca555ee4dcb7cb');
INSERT OR REPLACE INTO TokenEntity VALUES('niza-global-2','binance-smart-chain','eip20',18,'0x3065930e06307eecf872304299ce9be2a2f6bce0');
INSERT OR REPLACE INTO TokenEntity VALUES('nkcl-classic','ethereum','eip20',18,'0xd1b624f07a4d9b3e3746e33cb58f42df079b5444');
INSERT OR REPLACE INTO TokenEntity VALUES('nkn','ethereum','eip20',18,'0x5cf04716ba20127f1e2297addcf4b5035000c9eb');
INSERT OR REPLACE INTO TokenEntity VALUES('no-one','ethereum','eip20',9,'0x296233e84c1d7bff11121bf6d60f0ffa39c3f0cf');
INSERT OR REPLACE INTO TokenEntity VALUES('noa-play','ethereum','eip20',9,'0x0fd3822072ad001aac1c90a09d9506f097f24458');
INSERT OR REPLACE INTO TokenEntity VALUES('nobleblocks','ethereum','eip20',18,'0x88b9f5c66342ebaf661b3e2836b807c8cb1b3195');
INSERT OR REPLACE INTO TokenEntity VALUES('nobody-sausage','solana','spl',9,'C29ebrgYjYoJPMGPnPSGY1q3mMGk4iDSqnQeQQA7moon');
INSERT OR REPLACE INTO TokenEntity VALUES('node-2','ethereum','eip20',18,'0x2f714d7b9a035d4ce24af8d9b6091c07e37f43fb');
INSERT OR REPLACE INTO TokenEntity VALUES('node-sys','binance-smart-chain','eip20',18,'0x279960f9cb21965b33ad3f3ced07349363cb2030');
INSERT OR REPLACE INTO TokenEntity VALUES('nodeai','ethereum','eip20',18,'0x1258d60b224c0c5cd888d37bbf31aa5fcfb7e870');
INSERT OR REPLACE INTO TokenEntity VALUES('nodecoin','solana','spl',9,'B89Hd5Juz7JP2dxCZXFJWk4tMTcbw7feDhuWGb3kq5qE');
INSERT OR REPLACE INTO TokenEntity VALUES('nodelyai','ethereum','eip20',9,'0xff284f2e8cce4cd2f4537d8a9369482b545908fb');
INSERT OR REPLACE INTO TokenEntity VALUES('nodestats','nodestats','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('noia-network','polygon-pos','eip20',18,'0x957d1ad5214468332c5e6c00305a25116f9a46bb');
INSERT OR REPLACE INTO TokenEntity VALUES('noia-network','ethereum','eip20',18,'0xa8c8cfb141a3bb59fea1e2ea6b79b5ecbcd7b6ca');
INSERT OR REPLACE INTO TokenEntity VALUES('noice','base','eip20',18,'0x9cb41fd9dc6891bae8187029461bfaadf6cc0c69');
INSERT OR REPLACE INTO TokenEntity VALUES('nolimitcoin','binance-smart-chain','eip20',8,'0x6519cb1f694ccbcc72417570b364f2d051eefb9d');
INSERT OR REPLACE INTO TokenEntity VALUES('nomai','base','eip20',18,'0x4d70f1058b73198f12a76c193aef5db5dd75babd');
INSERT OR REPLACE INTO TokenEntity VALUES('nomina','ethereum','eip20',18,'0x6e6f6d696e61decd6605bd4a57836c5db6923340');
INSERT OR REPLACE INTO TokenEntity VALUES('nominex','binance-smart-chain','eip20',18,'0xd32d01a43c869edcd1117c640fbdcfcfd97d9d65');
INSERT OR REPLACE INTO TokenEntity VALUES('nomnom','solana','spl',6,'6ZrYhkwvoYE4QqzpdzJ7htEHwT2u2546EkTNJ7qepump');
INSERT OR REPLACE INTO TokenEntity VALUES('non-playable-coin','base','eip20',18,'0xb166e8b140d35d9d8226e40c09f757bac5a4d87d');
INSERT OR REPLACE INTO TokenEntity VALUES('non-playable-coin','ethereum','eip20',18,'0x8ed97a637a790be1feff5e888d43629dc05408f6');
INSERT OR REPLACE INTO TokenEntity VALUES('noodle','solana','spl',9,'7cEgQdp8JTXvBrpjSzji7bLEeCHWENRwX62B2Ep97k5H');
INSERT OR REPLACE INTO TokenEntity VALUES('noon-usn','ethereum','eip20',18,'0xda67b4284609d2d48e5d10cfac411572727dc1ed');
INSERT OR REPLACE INTO TokenEntity VALUES('nora','solana','spl',6,'3Yie9s6iuEmk8aiXYC19xaq2iccTuFzyfKBWv6gFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('nord-finance','ethereum','eip20',18,'0x6e9730ecffbed43fd876a264c982e254ef05a0de');
INSERT OR REPLACE INTO TokenEntity VALUES('nord-finance','polygon-pos','eip20',18,'0xf6f85b3f9fd581c2ee717c404f7684486f057f95');
INSERT OR REPLACE INTO TokenEntity VALUES('nord-finance','fantom','eip20',18,'0xeaf26191ac1d35ae30baa19a5ad5558dd8156aef');
INSERT OR REPLACE INTO TokenEntity VALUES('nord-finance','binance-smart-chain','eip20',18,'0x6e9730ecffbed43fd876a264c982e254ef05a0de');
INSERT OR REPLACE INTO TokenEntity VALUES('normie-2','base','eip20',9,'0x7f12d13b34f5f4f0a9449c16bcd42f0da47af200');
INSERT OR REPLACE INTO TokenEntity VALUES('nosana','solana','spl',null,'nosXBVoaCTtYdLvKY6Csb4AC8JCdQKKAaWYtx2ZMoo7');
INSERT OR REPLACE INTO TokenEntity VALUES('nostra','base','eip20',18,'0x08d7ea3c148672c4b03999eb0d0467733da2db6a');
INSERT OR REPLACE INTO TokenEntity VALUES('nostra','ethereum','eip20',18,'0x610dbd98a28ebba525e9926b6aaf88f9159edbfd');
INSERT OR REPLACE INTO TokenEntity VALUES('nostra','arbitrum-one','eip20',18,'0x6d7187220f769bde541ff51dd37ee07416f861d2');
INSERT OR REPLACE INTO TokenEntity VALUES('nostra','starknet','starknet',18,'0xc530f2c0aa4c16a0806365b0898499fba372e5df7a7172dc6fe9ba777e8007');
INSERT OR REPLACE INTO TokenEntity VALUES('notai','binance-smart-chain','eip20',18,'0xcf10117b30c7a5fc7c77b611bfc2555610dd4b3a');
INSERT OR REPLACE INTO TokenEntity VALUES('notcoin','the-open-network','the-open-network',9,'EQAvlWFDxGF2lXm67y4yzC17wYKD9A0guwPkMs1gOsM__NOT');
INSERT OR REPLACE INTO TokenEntity VALUES('notional-finance','ethereum','eip20',8,'0xcfeaead4947f0705a14ec42ac3d44129e1ef3ed5');
INSERT OR REPLACE INTO TokenEntity VALUES('nova-3','bittensor','bittensor',null,'68');
INSERT OR REPLACE INTO TokenEntity VALUES('nova-finance','solana','spl',9,'BDrL8huis6S5tpmozaAaT5zhE5A7ZBAB2jMMvpKEeF8A');
INSERT OR REPLACE INTO TokenEntity VALUES('novacoin','novacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('novatti-australian-digital-dollar','ethereum','eip20',6,'0x4cce605ed955295432958d8951d0b176c10720d5');
INSERT OR REPLACE INTO TokenEntity VALUES('novatti-australian-digital-dollar','base','eip20',6,'0x449b3317a6d1efb1bc3ba0700c9eaa4ffff4ae65');
INSERT OR REPLACE INTO TokenEntity VALUES('novatti-australian-digital-dollar','hedera-hashgraph','hedera-hashgraph',6,'0x39ceba2b467fa987546000eb5d1373acf1f3a2e1');
INSERT OR REPLACE INTO TokenEntity VALUES('novatti-australian-digital-dollar','solana','spl',6,'AUDDttiEpCydTm7joUMbYddm72jAWXZnCpPZtDoxqBSw');
INSERT OR REPLACE INTO TokenEntity VALUES('novatti-australian-digital-dollar','xdc-network','xdc-network',6,'0x9fe4e6321eeb7c4bc537570f015e4734b15002b8');
INSERT OR REPLACE INTO TokenEntity VALUES('novatti-australian-digital-dollar','xrp','xrp',8,'rUN5Zxt3K1AnMRJgEWywDJT8QDMMeLH5ok');
INSERT OR REPLACE INTO TokenEntity VALUES('novatti-australian-digital-dollar','stellar','stellar',8,'GDC7X2MXTYSAKUUGAIQ7J7RPEIM7GXSAIWFYWWH4GLNFECQVJJLB2EEU');
INSERT OR REPLACE INTO TokenEntity VALUES('novem-pro','binance-smart-chain','eip20',18,'0xbe2d8ac2a370972c4328bed520b224c3903a4941');
INSERT OR REPLACE INTO TokenEntity VALUES('npc-on-solana','solana','spl',9,'5ToDNkiBAK6k697RRyngTburU7yZNFZFx7jzsD1Uc7pK');
INSERT OR REPLACE INTO TokenEntity VALUES('nsights','binance-smart-chain','eip20',18,'0x7efb55d9ac57b23cc6811c9068db3cf83cbdfe39');
INSERT OR REPLACE INTO TokenEntity VALUES('nsure-network','ethereum','eip20',18,'0x20945ca1df56d237fd40036d47e866c7dccd2114');
INSERT OR REPLACE INTO TokenEntity VALUES('nucleus-vision','ethereum','eip20',18,'0x809826cceab68c387726af962713b64cb5cb3cca');
INSERT OR REPLACE INTO TokenEntity VALUES('nucleus-vision','avalanche','eip20',18,'0xc69eba65e87889f0805db717af06797055a0ba07');
INSERT OR REPLACE INTO TokenEntity VALUES('nuco-cloud','ethereum','eip20',18,'0xe0c8b298db4cffe05d1bea0bb1ba414522b33c1b');
INSERT OR REPLACE INTO TokenEntity VALUES('nucypher','ethereum','eip20',18,'0x4fe83213d56308330ec302a8bd641f1d0113a4cc');
INSERT OR REPLACE INTO TokenEntity VALUES('nuit','solana','spl',6,'2eXamy7t3kvKhfV6aJ6Uwe3eh8cuREFcTKs1mFKZpump');
INSERT OR REPLACE INTO TokenEntity VALUES('nuklai','avalanche','eip20',18,'0x5ac34c53a04b9aaa0bf047e7291fb4e8a48f2a18');
INSERT OR REPLACE INTO TokenEntity VALUES('nuls','nuls','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('number-1-token','Bitcichain','Bitcichain',null,'0xa9c4f5024eaf74a3daa4b7afe83b9eca7aa9eeca');
INSERT OR REPLACE INTO TokenEntity VALUES('numbers-protocol','ethereum','eip20',18,'0x3496b523e5c00a4b4150d6721320cddb234c3079');
INSERT OR REPLACE INTO TokenEntity VALUES('numbers-protocol','binance-smart-chain','eip20',18,'0xeceb87cf00dcbf2d4e2880223743ff087a995ad9');
INSERT OR REPLACE INTO TokenEntity VALUES('numeraire','ethereum','eip20',18,'0x1776e1f26f98b1a5df9cd347953a26dd3cb46671');
INSERT OR REPLACE INTO TokenEntity VALUES('numine-token','avalanche','eip20',18,'0x59234b44214d88c57b7c54a6d2633334d95c5161');
INSERT OR REPLACE INTO TokenEntity VALUES('numine-token','ethereum','eip20',18,'0xa29c9a740de8194e4016747e9a04a84946ada0a5');
INSERT OR REPLACE INTO TokenEntity VALUES('nummus-aeternitas','solana','spl',6,'9JK2U7aEkp3tWaFNuaJowWRgNys5DVaKGxWk73VT5ray');
INSERT OR REPLACE INTO TokenEntity VALUES('numogram','solana','spl',6,'HeJUFDxfJSzYFUuHLxkMqCgytU31G6mjP4wKviwqpump');
INSERT OR REPLACE INTO TokenEntity VALUES('nunet','ethereum','eip20',6,'0xf0d33beda4d734c72684b5f9abbebf715d0a7935');
INSERT OR REPLACE INTO TokenEntity VALUES('nura-labs','ethereum','eip20',18,'0x926759a8eaecfadb5d8bdc7a9c7b193c5085f507');
INSERT OR REPLACE INTO TokenEntity VALUES('nuritopia','binance-smart-chain','eip20',18,'0x6ba5657bbff83cb579503847c6baa47295ef79a8');
INSERT OR REPLACE INTO TokenEntity VALUES('nusd','fantom','eip20',18,'0x0e1694483ebb3b74d3054e383840c6cf011e518e');
INSERT OR REPLACE INTO TokenEntity VALUES('nusd','optimistic-ethereum','eip20',18,'0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9');
INSERT OR REPLACE INTO TokenEntity VALUES('nusd','arbitrum-one','eip20',18,'0xa970af1a584579b618be4d69ad6f73459d112f95');
INSERT OR REPLACE INTO TokenEntity VALUES('nusd','ethereum','eip20',18,'0x57ab1ec28d129707052df4df418d58a2d46d5f51');
INSERT OR REPLACE INTO TokenEntity VALUES('nut','solana','spl',6,'FoTpjsYQKo21d5jRFxqejEHSBS7hNAaKQw5f5wmv8q4q');
INSERT OR REPLACE INTO TokenEntity VALUES('nuvola-digital','cardano','cardano',6,'5b26e685cc5c9ad630bde3e3cd48c694436671f3d25df53777ca60ef');
INSERT OR REPLACE INTO TokenEntity VALUES('nvidia-xstock','binance-smart-chain','eip20',18,'0xc845b2894dbddd03858fd2d643b4ef725fe0849d');
INSERT OR REPLACE INTO TokenEntity VALUES('nvidia-xstock','arbitrum-one','eip20',18,'0xc845b2894dbddd03858fd2d643b4ef725fe0849d');
INSERT OR REPLACE INTO TokenEntity VALUES('nvidia-xstock','solana','spl',8,'Xsc9qvGR1efVDFGLrVsmkzv3qi45LTBjeUKSPmx9qEh');
INSERT OR REPLACE INTO TokenEntity VALUES('nvirworld','ethereum','eip20',18,'0x9d71ce49ab8a0e6d2a1e7bfb89374c9392fd6804');
INSERT OR REPLACE INTO TokenEntity VALUES('nxm','ethereum','eip20',18,'0xd7c49cee7e9188cca6ad8ff264c1da2e69d4cf3b');
INSERT OR REPLACE INTO TokenEntity VALUES('nxt','nxt','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('nya','base','eip20',18,'0x38f9bf9dce51833ec7f03c9dc218197999999999');
INSERT OR REPLACE INTO TokenEntity VALUES('nya','arbitrum-one','eip20',18,'0x38f9bf9dce51833ec7f03c9dc218197999999999');
INSERT OR REPLACE INTO TokenEntity VALUES('nya','optimistic-ethereum','eip20',18,'0x38f9bf9dce51833ec7f03c9dc218197999999999');
INSERT OR REPLACE INTO TokenEntity VALUES('nya','polygon-pos','eip20',18,'0x38f9bf9dce51833ec7f03c9dc218197999999999');
INSERT OR REPLACE INTO TokenEntity VALUES('nya','ethereum','eip20',18,'0x38f9bf9dce51833ec7f03c9dc218197999999999');
INSERT OR REPLACE INTO TokenEntity VALUES('nya','avalanche','eip20',18,'0x38f9bf9dce51833ec7f03c9dc218197999999999');
INSERT OR REPLACE INTO TokenEntity VALUES('nya','binance-smart-chain','eip20',18,'0x38f9bf9dce51833ec7f03c9dc218197999999999');
INSERT OR REPLACE INTO TokenEntity VALUES('nyan','solana','spl',9,'NYANpAp9Cr7YarBNrby7Xx4xU6No6JKTBuohNA3yscP');
INSERT OR REPLACE INTO TokenEntity VALUES('nyan-cat-2','solana','spl',9,'CMx7yon2cLzHcXqgHsKJhuU3MmME6noWLQk2rAycBAGS');
INSERT OR REPLACE INTO TokenEntity VALUES('nyla-ai','solana','spl',6,'3HeUeL8ru8DFfRRQGnE11vGrDdNUzqVwBW8hyYHBbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('nym','ethereum','eip20',6,'0x525a8f6f3ba4752868cde25164382bfbae3990e1');
INSERT OR REPLACE INTO TokenEntity VALUES('nyx-by-virtuals','solana','spl',6,'EfqR6H3knDCgYq7QLtwjRAC5wPzustQvkzNTAMzUvirt');
INSERT OR REPLACE INTO TokenEntity VALUES('nyx-eternal','solana','spl',6,'7W4geAJyy7hxuPXESMMBaW8Zi4MbhVN9uvt6BJ2SEPAV');
INSERT OR REPLACE INTO TokenEntity VALUES('nyzo','nyzo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('o-intelligence-coin','solana','spl',9,'AKzAhPPLMH5NG35kGbgkwtrTLeGyVrfCtApjnvqAATcm');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','polygon-pos','eip20',18,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','ethereum','eip20',18,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','arbitrum-one','eip20',18,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','fantom','eip20',18,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','huobi-token','huobi-token',null,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','avalanche','eip20',18,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','okex-chain','okex-chain',null,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('o3-swap','binance-smart-chain','eip20',18,'0xee9801669c6138e84bd50deb500827b776777d28');
INSERT OR REPLACE INTO TokenEntity VALUES('oasis-network','oasis-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('oasys','oasys','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('oath','ethereum','eip20',18,'0x6f9c26fa731c7ea4139fa669962cf8f1ce6c8b0b');
INSERT OR REPLACE INTO TokenEntity VALUES('oath','optimistic-ethereum','eip20',18,'0x39fde572a18448f8139b7788099f0a0740f51205');
INSERT OR REPLACE INTO TokenEntity VALUES('oath','arbitrum-one','eip20',18,'0xa1150db5105987cec5fd092273d1e3cbb22b378b');
INSERT OR REPLACE INTO TokenEntity VALUES('oath','binance-smart-chain','eip20',18,'0xd3c6ceedd1cc7bd4304f72b011d53441d631e662');
INSERT OR REPLACE INTO TokenEntity VALUES('oath','fantom','eip20',18,'0x21ada0d2ac28c3a5fa3cd2ee30882da8812279b6');
INSERT OR REPLACE INTO TokenEntity VALUES('oath','polygon-pos','eip20',18,'0xc2c52ff5134596f5ff1b1204d3304228f2432836');
INSERT OR REPLACE INTO TokenEntity VALUES('obol-2','ethereum','eip20',18,'0x0b010000b7624eb9b3dfbc279673c76e9d29d5f7');
INSERT OR REPLACE INTO TokenEntity VALUES('obortech','binance-smart-chain','eip20',18,'0xb5be8d87fce6ce87a24b90abdb019458a8ec31f9');
INSERT OR REPLACE INTO TokenEntity VALUES('obortech','ethereum','eip20',18,'0xedadeb5faa413e6c8623461849dfd0b7c3790c32');
INSERT OR REPLACE INTO TokenEntity VALUES('obortech','polygon-pos','eip20',18,'0x221743dc9e954be4f86844649bf19b43d6f8366d');
INSERT OR REPLACE INTO TokenEntity VALUES('obot','solana','spl',6,'7yZFFUhq9ac7DY4WobLL539pJEUbMnQ5AGQQuuEMpump');
INSERT OR REPLACE INTO TokenEntity VALUES('obot','aptos','aptos',8,'0x8512b34017e087c3707748869ddc317d83f3fe70ab3a162abdc055c761ca9906::OBOT::OBOT');
INSERT OR REPLACE INTO TokenEntity VALUES('observer-coin','observer-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('obsidium','binance-smart-chain','eip20',18,'0xc6f509274fcc1f485644167cb911fd0c61545e6c');
INSERT OR REPLACE INTO TokenEntity VALUES('occamfi','binance-smart-chain','eip20',18,'0x2a4dffa1fa0f86ce7f0982f88aecc199fb3476bc');
INSERT OR REPLACE INTO TokenEntity VALUES('occamfi','milkomeda-cardano','milkomeda-cardano',null,'0x461d52769884ca6235b685ef2040f47d30c94eb5');
INSERT OR REPLACE INTO TokenEntity VALUES('occamfi','cardano','cardano',null,'10a124dcf67dadd515250ebdacefd718c7fdce1e');
INSERT OR REPLACE INTO TokenEntity VALUES('occamfi','ethereum','eip20',18,'0x2f109021afe75b949429fe30523ee7c0d5b27207');
INSERT OR REPLACE INTO TokenEntity VALUES('ocean-protocol','ethereum','eip20',18,'0x967da4048cd07ab37855c090aaf366e4ce1b9f48');
INSERT OR REPLACE INTO TokenEntity VALUES('ocean-protocol','sora','sora',null,'0x002ca40397c794e25dba18cf807910eeb69eb8e81b3f07bb54f7c5d1d8ab76b9');
INSERT OR REPLACE INTO TokenEntity VALUES('ocicat-token','binance-smart-chain','eip20',6,'0xe53d384cf33294c1882227ae4f90d64cf2a5db70');
INSERT OR REPLACE INTO TokenEntity VALUES('octaplex-network','binance-smart-chain','eip20',18,'0x57022edd5c7ed7b6bd870488853fe961dfdd3fb6');
INSERT OR REPLACE INTO TokenEntity VALUES('octaspace','octaspace','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('octavia','binance-smart-chain','eip20',18,'0x21ac3bb914f90a2bb1a16088e673a9fdda641434');
INSERT OR REPLACE INTO TokenEntity VALUES('octofi','ethereum','eip20',18,'0x7240ac91f01233baaf8b064248e80feaa5912ba3');
INSERT OR REPLACE INTO TokenEntity VALUES('octofi','fantom','eip20',18,'0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c');
INSERT OR REPLACE INTO TokenEntity VALUES('octonetai','solana','spl',6,'4CoTCzobYt38zVbSieZxcmz2CCs8kmZJ6wnbj8HWocto');
INSERT OR REPLACE INTO TokenEntity VALUES('octopus-network','near-protocol','near-protocol',null,'f5cfbc74057c610c8ef151a439252680ac68c6dc.factory.bridge.near');
INSERT OR REPLACE INTO TokenEntity VALUES('octopus-network','ethereum','eip20',18,'0xf5cfbc74057c610c8ef151a439252680ac68c6dc');
INSERT OR REPLACE INTO TokenEntity VALUES('octopus-protocol','binance-smart-chain','eip20',18,'0xdf0121a3ba5c10816ea2943c722650c4a4b0dbe6');
INSERT OR REPLACE INTO TokenEntity VALUES('oddz','ethereum','eip20',18,'0xcd2828fc4d8e8a0ede91bb38cf64b1a81de65bf6');
INSERT OR REPLACE INTO TokenEntity VALUES('oddz','polygon-pos','eip20',18,'0x4e830f67ec499e69930867f9017aeb5b3f629c73');
INSERT OR REPLACE INTO TokenEntity VALUES('oddz','binance-smart-chain','eip20',18,'0xcd40f2670cf58720b694968698a5514e924f742d');
INSERT OR REPLACE INTO TokenEntity VALUES('oddz','avalanche','eip20',18,'0xb0a6e056b587d0a85640b39b1cb44086f7a26a1e');
INSERT OR REPLACE INTO TokenEntity VALUES('odem','ethereum','eip20',18,'0xbf52f2ab39e26e0951d2a02b49b7702abe30406a');
INSERT OR REPLACE INTO TokenEntity VALUES('odin-protocol','cosmos','cosmos',null,'ibc/c360ef34a86d334f625e4cbb7da3223aea97174b61f35bb3758081a8160f7d9b');
INSERT OR REPLACE INTO TokenEntity VALUES('odin-protocol','binance-smart-chain','eip20',18,'0x2802eb3a20f5892956d5b9528f6bf13e648534db');
INSERT OR REPLACE INTO TokenEntity VALUES('odos','base','eip20',18,'0xca73ed1815e5915489570014e024b7ebe65de679');
INSERT OR REPLACE INTO TokenEntity VALUES('oduwa-coin','oduwa-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('odyssey','ethereum','eip20',18,'0x4092678e4e78230f46a1534c0fbc8fa39780892b');
INSERT OR REPLACE INTO TokenEntity VALUES('oec-btc','okex-chain','okex-chain',null,'0x54e4622dc504176b3bb432dccaf504569699a7ff');
INSERT OR REPLACE INTO TokenEntity VALUES('oec-token','oec-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('offcial-mascot-of-the-holy-year','solana','spl',6,'CBdCxKo9QavR9hfShgpEBG3zekorAeD7W1jfq2o3pump');
INSERT OR REPLACE INTO TokenEntity VALUES('officat','solana','spl',6,'3F6zgJ1H7JGXrfJtPS5iiyREWnTY1AuX2gQNrfyqpump');
INSERT OR REPLACE INTO TokenEntity VALUES('official-crypto-nostra','solana','spl',6,'7VRvzb8XExciDb98kPcFC8v3P3ALbW9bhTUQQhBzCBPn');
INSERT OR REPLACE INTO TokenEntity VALUES('official-fo','solana','spl',6,'JDzPbXboQYWVmdxXS3LbvjM52RtsV1QaSv2AzoCiai2o');
INSERT OR REPLACE INTO TokenEntity VALUES('official-k-pop','ethereum','eip20',18,'0xea36af87df952fd4c9a05cd792d370909bbda8db');
INSERT OR REPLACE INTO TokenEntity VALUES('official-ray-lewis','solana','spl',9,'CqGMgsUDbj1XnKe45FbzZLd64MivoKPSgnZQJb3emoon');
INSERT OR REPLACE INTO TokenEntity VALUES('official-trump','solana','spl',6,'6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN');
INSERT OR REPLACE INTO TokenEntity VALUES('offshift','binance-smart-chain','eip20',18,'0xe138c66982fd5c890c60b94fdba1747faf092c20');
INSERT OR REPLACE INTO TokenEntity VALUES('offshift','ethereum','eip20',18,'0xabe580e7ee158da464b51ee1a83ac0289622e6be');
INSERT OR REPLACE INTO TokenEntity VALUES('og-fan-token','chiliz','chiliz',null,'0x7bcb8bb59298ba3aed51a6a0348187ba4ffd1c69');
INSERT OR REPLACE INTO TokenEntity VALUES('og-roaring-kitty','ethereum','eip20',18,'0xd8c978de79e12728e38aa952a6cb4166f891790f');
INSERT OR REPLACE INTO TokenEntity VALUES('oh-finance','avalanche','eip20',18,'0x937e077abaea52d3abf879c9b9d3f2ebd15baa21');
INSERT OR REPLACE INTO TokenEntity VALUES('oh-finance','ethereum','eip20',18,'0x16ba8efe847ebdfef99d399902ec29397d403c30');
INSERT OR REPLACE INTO TokenEntity VALUES('oho-blockchain','oho-blockchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('oikos','binance-smart-chain','eip20',18,'0x18acf236eb40c0d4824fb8f2582ebbecd325ef6a');
INSERT OR REPLACE INTO TokenEntity VALUES('okayeg','base','eip20',18,'0xdb6e0e5094a25a052ab6845a9f1e486b9a9b3dde');
INSERT OR REPLACE INTO TokenEntity VALUES('okb','ethereum','eip20',18,'0x75231f58b43240c9718dd58b4967c5114342a86c');
INSERT OR REPLACE INTO TokenEntity VALUES('okb','sora','sora',null,'0x0080edc40a944d29562b2dea2de42ed27b9047d16eeea27c5bc1b2e02786abe9');
INSERT OR REPLACE INTO TokenEntity VALUES('okb','okex-chain','okex-chain',null,'0xdf54b6c6195ea4d948d03bfd818d365cf175cfc2');
INSERT OR REPLACE INTO TokenEntity VALUES('okcash','okcash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('okratech-token','binance-smart-chain','eip20',18,'0x9e711221b34a2d4b8f552bd5f4a6c4e7934920f7');
INSERT OR REPLACE INTO TokenEntity VALUES('okuru','ethereum','eip20',18,'0x22b48e1f20043d1db5f2a11cbf1d520a4f20b198');
INSERT OR REPLACE INTO TokenEntity VALUES('okzoo','binance-smart-chain','eip20',18,'0x55ad16bd573b3365f43a9daeb0cc66a73821b4a5');
INSERT OR REPLACE INTO TokenEntity VALUES('olaxbt','binance-smart-chain','eip20',18,'0xa22159faca8bf5c57a48888a2d4ddafc88e4ddeb');
INSERT OR REPLACE INTO TokenEntity VALUES('olivecash','fantom','eip20',18,'0xa9937092c4e2b0277c16802cc8778d252854688a');
INSERT OR REPLACE INTO TokenEntity VALUES('olivecash','avalanche','eip20',18,'0x617724974218a18769020a70162165a539c07e8a');
INSERT OR REPLACE INTO TokenEntity VALUES('olivecash','binance-smart-chain','eip20',18,'0x617724974218a18769020a70162165a539c07e8a');
INSERT OR REPLACE INTO TokenEntity VALUES('olympus','ethereum','eip20',9,'0x64aa3364f17a4d01c6f1751fd97c2bd3d7e7f1d5');
INSERT OR REPLACE INTO TokenEntity VALUES('olympus-v1','ethereum','eip20',9,'0x383518188c0c6d7730d91b2c03a03c837814a899');
INSERT OR REPLACE INTO TokenEntity VALUES('olyn-by-virtuals','base','eip20',18,'0x91273b316240879fd902c0c3fcf7c0158777b42f');
INSERT OR REPLACE INTO TokenEntity VALUES('omax-token','binance-smart-chain','eip20',18,'0xeb84be66c8e71f07ea57cf3b21626d7784f32a7f');
INSERT OR REPLACE INTO TokenEntity VALUES('ombre','ombre','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('omega-2','solana','spl',6,'3DkVGaNSMTcxFkgGDAm299FaVxgnCw2411vxZTmRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('omira','ethereum','eip20',18,'0x06113abcef9d163c026441b112e70c82ee1c4a79');
INSERT OR REPLACE INTO TokenEntity VALUES('omisego','ethereum','eip20',18,'0xd26114cd6ee289accf82350c8d8487fedb8a0c07');
INSERT OR REPLACE INTO TokenEntity VALUES('omisego','boba','boba',null,'0xe1e2ec9a85c607092668789581251115bcbd20de');
INSERT OR REPLACE INTO TokenEntity VALUES('omni','omni','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('omni-consumer-protocol','binance-smart-chain','eip20',18,'0x3c70260eee0a2bfc4b375feb810325801f289fbd');
INSERT OR REPLACE INTO TokenEntity VALUES('omnicat','canto','canto',null,'0x9e20461bc2c4c980f62f1b279d71734207a6a356');
INSERT OR REPLACE INTO TokenEntity VALUES('omnicat','arbitrum-one','eip20',18,'0x9e20461bc2c4c980f62f1b279d71734207a6a356');
INSERT OR REPLACE INTO TokenEntity VALUES('omnicat','base','eip20',null,'0xc48e605c7b722a57277e087a6170b9e227e5ac0a');
INSERT OR REPLACE INTO TokenEntity VALUES('omnicat','binance-smart-chain','eip20',18,'0x9e20461bc2c4c980f62f1b279d71734207a6a356');
INSERT OR REPLACE INTO TokenEntity VALUES('omnicat','solana','spl',null,'7mmXL6Et4SbpDs2iXoZQ3oPEeXeAiyETxh1QjDNi5qnV');
INSERT OR REPLACE INTO TokenEntity VALUES('omnicat','polygon-pos','eip20',18,'0x9e20461bc2c4c980f62f1b279d71734207a6a356');
INSERT OR REPLACE INTO TokenEntity VALUES('omnicat','ethereum','eip20',18,'0x9e20461bc2c4c980f62f1b279d71734207a6a356');
INSERT OR REPLACE INTO TokenEntity VALUES('omniflix-network','osmosis','osmosis',6,'ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F');
INSERT OR REPLACE INTO TokenEntity VALUES('omnipair','solana','spl',6,'omfgRBnxHsNJh6YeGbGAmWenNkenzsXyBXm3WDhmeta');
INSERT OR REPLACE INTO TokenEntity VALUES('omron','bittensor','bittensor',null,'2');
INSERT OR REPLACE INTO TokenEntity VALUES('onbuff','ethereum','eip20',18,'0x410e731c2970dce3add351064acf5ce9e33fdbf0');
INSERT OR REPLACE INTO TokenEntity VALUES('oncology-network','binance-smart-chain','eip20',18,'0xd82109718fff521387bfed5424ead7e8a1cb9780');
INSERT OR REPLACE INTO TokenEntity VALUES('ondo-finance','ethereum','eip20',18,'0xfaba6f8e4a5e8ab82f62fe7c39859fa577269be3');
INSERT OR REPLACE INTO TokenEntity VALUES('ondo-u-s-dollar-token','ethereum','eip20',18,'0xace8e719899f6e91831b18ae746c9a965c2119f1');
INSERT OR REPLACE INTO TokenEntity VALUES('ondo-us-dollar-yield','solana','spl',6,'A1KLoBrKBde8Ty9qtNQUtq3C2ortoC3u7twggz7sEto6');
INSERT OR REPLACE INTO TokenEntity VALUES('ondo-us-dollar-yield','ethereum','eip20',18,'0x96f6ef951840721adbf46ac996b59e0235cb985c');
INSERT OR REPLACE INTO TokenEntity VALUES('ondo-us-dollar-yield','mantle','mantle',null,'0x5be26527e817998a7206475496fde1e68957c5a6');
INSERT OR REPLACE INTO TokenEntity VALUES('one','huobi-token','huobi-token',null,'0x04baf95fd4c52fd09a56d840baee0ab8d7357bf0');
INSERT OR REPLACE INTO TokenEntity VALUES('one','ethereum','eip20',18,'0x946551dd05c5abd7cc808927480225ce36d8c475');
INSERT OR REPLACE INTO TokenEntity VALUES('one','binance-smart-chain','eip20',18,'0x04baf95fd4c52fd09a56d840baee0ab8d7357bf0');
INSERT OR REPLACE INTO TokenEntity VALUES('one-basis-cash','binance-smart-chain','eip20',18,'0x095956b142431eb9cf88b99f392540b91acbf4ad');
INSERT OR REPLACE INTO TokenEntity VALUES('one-cash','ethereum','eip20',18,'0xd90e69f67203ebe02c917b5128629e77b4cd92dc');
INSERT OR REPLACE INTO TokenEntity VALUES('one-ledger','ethereum','eip20',18,'0x64a60493d888728cf42616e034a0dfeae38efcf0');
INSERT OR REPLACE INTO TokenEntity VALUES('one-share','ethereum','eip20',18,'0x5bb29c33c4a3c29f56f8aca40b4db91d8a5fe2c5');
INSERT OR REPLACE INTO TokenEntity VALUES('onerare','polygon-pos','eip20',18,'0xff2382bd52efacef02cc895bcbfc4618608aa56f');
INSERT OR REPLACE INTO TokenEntity VALUES('onfa','binance-smart-chain','eip20',18,'0x297c6470cc7a3fe5cf8e5d977c33a2d4b4d9b126');
INSERT OR REPLACE INTO TokenEntity VALUES('ong','ontology','ontology',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('oni-token','binance-smart-chain','eip20',18,'0xea89199344a492853502a7a699cc4230854451b8');
INSERT OR REPLACE INTO TokenEntity VALUES('oni-token','fantom','eip20',18,'0x667c856f1a624baefe89fc4909c8701296c86c98');
INSERT OR REPLACE INTO TokenEntity VALUES('only1','solana','spl',9,'3bRTivrVsitbmCTGtqwp7hxXPsybkjn4XLNtPsHqa3zR');
INSERT OR REPLACE INTO TokenEntity VALUES('onocoy-token','solana','spl',9,'onoyC1ZjHNtT2tShqvVSg5WEcQDbu5zht6sdU9Nwjrc');
INSERT OR REPLACE INTO TokenEntity VALUES('onomy-protocol','onomy-protocol','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('onooks','ethereum','eip20',18,'0x69d9905b2e5f6f5433212b7f3c954433f23c1572');
INSERT OR REPLACE INTO TokenEntity VALUES('onston','ethereum','eip20',18,'0x47b9f01b16e9c9cb99191dca68c9cc5bf6403957');
INSERT OR REPLACE INTO TokenEntity VALUES('onston','polygon-pos','eip20',18,'0xa4ce4a467e51aefec683a649c3f14427f104667f');
INSERT OR REPLACE INTO TokenEntity VALUES('onston','avalanche','eip20',18,'0x72bc9d71dd9ad563f52270c6ce5fb30f617c7a1d');
INSERT OR REPLACE INTO TokenEntity VALUES('ontology','ontology','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('onx-finance','polygon-pos','eip20',18,'0xeb94a5e2c643403e29fa1d7197e7e0708b09ad84');
INSERT OR REPLACE INTO TokenEntity VALUES('onx-finance','fantom','eip20',18,'0x27749e79ad796c4251e0a0564aef45235493a0b6');
INSERT OR REPLACE INTO TokenEntity VALUES('onx-finance','avalanche','eip20',18,'0x3d8f74620857dd8ed6d0da02ceb13fd0ed8ba678');
INSERT OR REPLACE INTO TokenEntity VALUES('onx-finance','ethereum','eip20',18,'0xe0ad1806fd3e7edf6ff52fdb822432e847411033');
INSERT OR REPLACE INTO TokenEntity VALUES('onyc','solana','spl',9,'5Y8NV33Vv7WbnLfq3zBcKSdYPrk7g2KoiQoe7M2tcxp5');
INSERT OR REPLACE INTO TokenEntity VALUES('onyx-arches','solana','spl',9,'4ZfitzW524FUvWrGuNTg3x7d7cfCuNZzUaNEiB2BT5Lj');
INSERT OR REPLACE INTO TokenEntity VALUES('oobit','binance-smart-chain','eip20',18,'0x07f9702ce093db82dfdc92c2c6e578d6ea8d5e22');
INSERT OR REPLACE INTO TokenEntity VALUES('oobit','ethereum','eip20',18,'0x07f9702ce093db82dfdc92c2c6e578d6ea8d5e22');
INSERT OR REPLACE INTO TokenEntity VALUES('ooki','ethereum','eip20',18,'0x0de05f6447ab4d22c8827449ee4ba2d5c288379b');
INSERT OR REPLACE INTO TokenEntity VALUES('opacity','ethereum','eip20',18,'0xdb05ea0877a2622883941b939f0bb11d1ac7c400');
INSERT OR REPLACE INTO TokenEntity VALUES('opacity','polygon-pos','eip20',18,'0xce6bf09e5c7a3e65b84f88dcc6475c88d38ba5ef');
INSERT OR REPLACE INTO TokenEntity VALUES('opcat-2','ordinals','ordinals',18,'45ee725c2c5993b3e4d308842d87e973bf1951f5f7a804b21e4dd964ecd12d6b_0');
INSERT OR REPLACE INTO TokenEntity VALUES('open-exchange-token','polygon-pos','eip20',18,'0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f');
INSERT OR REPLACE INTO TokenEntity VALUES('open-exchange-token','ethereum','eip20',18,'0x78a0a62fba6fb21a83fe8a3433d44c73a4017a6f');
INSERT OR REPLACE INTO TokenEntity VALUES('open-loot','ethereum','eip20',18,'0x1f57da732a77636d913c9a75d685b26cc85dcc3a');
INSERT OR REPLACE INTO TokenEntity VALUES('open-platform','ethereum','eip20',8,'0x9d86b1b2554ec410eccffbf111a6994910111340');
INSERT OR REPLACE INTO TokenEntity VALUES('open-ticketing-ecosystem','polygon-pos','eip20',18,'0x7844f79fc841e4f92d974c417031c76f8578c2d5');
INSERT OR REPLACE INTO TokenEntity VALUES('open-ticketing-ecosystem','base','eip20',18,'0x9a6d24c02ec35ad970287ee8296d4d6552a31dbe');
INSERT OR REPLACE INTO TokenEntity VALUES('open-ticketing-ecosystem','ethereum','eip20',18,'0xc28eb2250d1ae32c7e74cfb6d6b86afc9beb6509');
INSERT OR REPLACE INTO TokenEntity VALUES('open-ticketing-ecosystem','solana','spl',8,'J1YnyKzmxBwFkPftvZexnHTm4Am7JnmWydhxtXdwEmMv');
INSERT OR REPLACE INTO TokenEntity VALUES('openanx','ethereum','eip20',18,'0x701c244b988a513c945973defa05de933b23fe1d');
INSERT OR REPLACE INTO TokenEntity VALUES('opendao','ethereum','eip20',18,'0x3b484b82567a09e2588a13d54d032153f0c0aee0');
INSERT OR REPLACE INTO TokenEntity VALUES('openeden','binance-smart-chain','eip20',18,'0x235b6fe22b4642ada16d311855c49ce7de260841');
INSERT OR REPLACE INTO TokenEntity VALUES('openeden','ethereum','eip20',18,'0x24a3d725c37a8d1a66eb87f0e5d07fe67c120035');
INSERT OR REPLACE INTO TokenEntity VALUES('openeden-open-dollar','base','eip20',18,'0xad55aebc9b8c03fc43cd9f62260391c13c23e7c0');
INSERT OR REPLACE INTO TokenEntity VALUES('openeden-open-dollar','ethereum','eip20',18,'0x8238884ec9668ef77b90c6dff4d1a9f4f4823bfe');
INSERT OR REPLACE INTO TokenEntity VALUES('openkaito','bittensor','bittensor',null,'5');
INSERT OR REPLACE INTO TokenEntity VALUES('openledger-2','ethereum','eip20',18,'0xa227cc36938f0c9e09ce0e64dfab226cad739447');
INSERT OR REPLACE INTO TokenEntity VALUES('openledger-2','binance-smart-chain','eip20',18,'0xa227cc36938f0c9e09ce0e64dfab226cad739447');
INSERT OR REPLACE INTO TokenEntity VALUES('openocean','ontology','ontology',null,'9f4650436a446f635db2db989e7ac067dcea240d');
INSERT OR REPLACE INTO TokenEntity VALUES('openocean','binance-smart-chain','eip20',18,'0x9029fdfae9a03135846381c7ce16595c3554e10a');
INSERT OR REPLACE INTO TokenEntity VALUES('openocean','fantom','eip20',18,'0x9d8f97a3c2f9f397b6d46cbe2d39cc1d8cf19010');
INSERT OR REPLACE INTO TokenEntity VALUES('openocean','avalanche','eip20',18,'0x0ebd9537a25f56713e34c45b38f421a1e7191469');
INSERT OR REPLACE INTO TokenEntity VALUES('openocean','ethereum','eip20',18,'0x7778360f035c589fce2f4ea5786cbd8b36e5396b');
INSERT OR REPLACE INTO TokenEntity VALUES('openocean','polygon-pos','eip20',18,'0x9d5565da88e596730522cbc5a918d2a89dbc16d9');
INSERT OR REPLACE INTO TokenEntity VALUES('openserv','ethereum','eip20',18,'0x40e3d1a4b2c47d9aa61261f5606136ef73e28042');
INSERT OR REPLACE INTO TokenEntity VALUES('openswap-token','harmony-shard-0','harmony-shard-0',null,'0x01a4b054110d57069c1658afbc46730529a3e326');
INSERT OR REPLACE INTO TokenEntity VALUES('openswap-token','binance-smart-chain','eip20',18,'0x9929b92f4c743d014c68dfe022d04c8c8fcfa37a');
INSERT OR REPLACE INTO TokenEntity VALUES('openswap-token','ethereum','eip20',18,'0x57d579f483854c62fef850b8a5332b0d8424b7e2');
INSERT OR REPLACE INTO TokenEntity VALUES('openusdt','lisk','lisk',6,'0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189');
INSERT OR REPLACE INTO TokenEntity VALUES('openusdt','unichain','unichain',6,'0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189');
INSERT OR REPLACE INTO TokenEntity VALUES('openusdt','optimistic-ethereum','eip20',6,'0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189');
INSERT OR REPLACE INTO TokenEntity VALUES('openusdt','mode','mode',6,'0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189');
INSERT OR REPLACE INTO TokenEntity VALUES('openusdt','base','eip20',6,'0x1217bfe6c773eec6cc4a38b5dc45b92292b6e189');
INSERT OR REPLACE INTO TokenEntity VALUES('openverse-network','binance-smart-chain','eip20',18,'0x4c9027e10c5271efca82379d3123917ae3f2374e');
INSERT OR REPLACE INTO TokenEntity VALUES('openvision','ethereum','eip20',9,'0xe6f98920852a360497dbcc8ec895f1bb1f7c8df4');
INSERT OR REPLACE INTO TokenEntity VALUES('openvpp','ethereum','eip20',9,'0xb4c6fedd984bc983b1a758d0875f1ea34f81a6af');
INSERT OR REPLACE INTO TokenEntity VALUES('openxai','base','eip20',18,'0xa66b448f97cbf58d12f00711c02bac2d9eac6f7f');
INSERT OR REPLACE INTO TokenEntity VALUES('openzk-network','ethereum','eip20',18,'0x737d461917ccf0fa28a52da30672e2ddc214f0bf');
INSERT OR REPLACE INTO TokenEntity VALUES('operon-origins','binance-smart-chain','eip20',18,'0xfc4f5a4d1452b8dc6c3cb745db15b29c00812b19');
INSERT OR REPLACE INTO TokenEntity VALUES('opes-wrapped-pe','ethereum','eip20',18,'0xd075e95423c5c4ba1e122cae0f4cdfa19b82881b');
INSERT OR REPLACE INTO TokenEntity VALUES('opium','ethereum','eip20',18,'0x888888888889c00c67689029d7856aac1065ec11');
INSERT OR REPLACE INTO TokenEntity VALUES('opium','binance-smart-chain','eip20',18,'0x566cedd201f67e542a6851a2959c1a449a041945');
INSERT OR REPLACE INTO TokenEntity VALUES('opium','polygon-pos','eip20',18,'0xe8f157e041df3b28151b667364e9c90789da7923');
INSERT OR REPLACE INTO TokenEntity VALUES('opsec','ethereum','eip20',18,'0x6a7eff1e2c355ad6eb91bebb5ded49257f3fed98');
INSERT OR REPLACE INTO TokenEntity VALUES('optim-finance','cardano','cardano',6,'2852268cf6e2db42e20f2fd3125f541e5d6c5a3d70b4dda17c2daa82');
INSERT OR REPLACE INTO TokenEntity VALUES('optimism','optimistic-ethereum','eip20',18,'0x4200000000000000000000000000000000000042');
INSERT OR REPLACE INTO TokenEntity VALUES('optimism-bridged-wbtc-optimism','optimistic-ethereum','eip20',8,'0x68f180fcce6836688e9084f035309e29bf0a2095');
INSERT OR REPLACE INTO TokenEntity VALUES('optimus-ai','ethereum','eip20',9,'0x562e362876c8aee4744fc2c6aac8394c312d215d');
INSERT OR REPLACE INTO TokenEntity VALUES('option-panda-platform','binance-smart-chain','eip20',18,'0xa2f89a3be1bada5eb9d58d23edc2e2fe0f82f4b0');
INSERT OR REPLACE INTO TokenEntity VALUES('option-room','binance-smart-chain','eip20',18,'0x3c45a24d36ab6fc1925533c1f57bc7e1b6fba8a4');
INSERT OR REPLACE INTO TokenEntity VALUES('opulous','algorand','algorand',null,'287867876');
INSERT OR REPLACE INTO TokenEntity VALUES('opulous','binance-smart-chain','eip20',18,'0x686318000d982bc8dcc1cdcf8ffd22322f0960ed');
INSERT OR REPLACE INTO TokenEntity VALUES('opulous','ethereum','eip20',18,'0x80d55c03180349fff4a229102f62328220a96444');
INSERT OR REPLACE INTO TokenEntity VALUES('opus-2','solana','spl',6,'9JhFqCA21MoAXs2PTaeqNQp2XngPn1PgYr2rsEVCpump');
INSERT OR REPLACE INTO TokenEntity VALUES('opx-live','solana','spl',6,'8AYpR27W1Y8WrW7yVyxB8AaM8qCTuCwMcB3HFmsFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('opyn-squeeth','ethereum','eip20',18,'0xf1b99e3e573a1a9c5e6b2ce818b617f0e664e86b');
INSERT OR REPLACE INTO TokenEntity VALUES('ora-coin','base','eip20',18,'0x333333c465a19c85f85c6cfbed7b16b0b26e3333');
INSERT OR REPLACE INTO TokenEntity VALUES('ora-coin','ethereum','eip20',18,'0x33333333fede34409fb7f67c6585047e1f653333');
INSERT OR REPLACE INTO TokenEntity VALUES('oraichain-token','ethereum','eip20',18,'0x4c11249814f11b9346808179cf06e71ac328c1b5');
INSERT OR REPLACE INTO TokenEntity VALUES('oraichain-token','binance-smart-chain','eip20',18,'0xa325ad6d9c92b55a3fc5ad7e412b1518f96441c0');
INSERT OR REPLACE INTO TokenEntity VALUES('oraidex','ethereum','eip20',18,'0x2d869ae129e308f94cc47e66eaefb448cee0d03e');
INSERT OR REPLACE INTO TokenEntity VALUES('orange','ordinals','ordinals',null,'373ffb1afec9af0e3eac751ba68cd1987996f4c68435f7db7b67def90ec19505i0');
INSERT OR REPLACE INTO TokenEntity VALUES('orange-2','avalanche','eip20',18,'0x6c14c1898c843ff66ca51e87244690bbc28df215');
INSERT OR REPLACE INTO TokenEntity VALUES('orao-network','ethereum','eip20',18,'0xee1cea7665ba7aa97e982edeaecb26b59a04d035');
INSERT OR REPLACE INTO TokenEntity VALUES('orao-network','orao-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('orbit-3','solana','spl',6,'GekTNfm84QfyP2GdAHZ5AgACBRd69aNmgA5FDhZupump');
INSERT OR REPLACE INTO TokenEntity VALUES('orbit-bridge-klaytn-usd-tether','klay-token','klay-token',6,'0xcee8faf64bb97a73bb51e115aa89c17ffa8dd167');
INSERT OR REPLACE INTO TokenEntity VALUES('orbit-chain','ethereum','eip20',18,'0x662b67d00a13faf93254714dd601f5ed49ef2f51');
INSERT OR REPLACE INTO TokenEntity VALUES('orbitai','ethereum','eip20',18,'0x6499999951f0b5ba8b9187958884f9f5b50e45fd');
INSERT OR REPLACE INTO TokenEntity VALUES('orbiter-finance','arbitrum-one','eip20',18,'0x1cd9a56c8c2ea913c70319a44da75e99255aa46f');
INSERT OR REPLACE INTO TokenEntity VALUES('orbiter-finance','base','eip20',18,'0x514d8e8099286a13486ef6c525c120f51c239b52');
INSERT OR REPLACE INTO TokenEntity VALUES('orbitt-pro','solana','spl',9,'BGyjasmSzYM9hHiZ1LBU4EJ7KCtRjMSpbN4zTru3W5vf');
INSERT OR REPLACE INTO TokenEntity VALUES('orbofi-ai','binance-smart-chain','eip20',18,'0x69a87c8788d4a48c1362b3b357d0e6b59c11d93f');
INSERT OR REPLACE INTO TokenEntity VALUES('orbofi-ai','ethereum','eip20',18,'0xbb3a8fd6ec4bf0fdc6cd2739b1e41192d12b1873');
INSERT OR REPLACE INTO TokenEntity VALUES('orbs','binance-smart-chain','eip20',18,'0xebd49b26169e1b52c04cfd19fcf289405df55f80');
INSERT OR REPLACE INTO TokenEntity VALUES('orbs','ethereum','eip20',18,'0xff56cc6b1e6ded347aa0b7676c85ab0b3d08b0fa');
INSERT OR REPLACE INTO TokenEntity VALUES('orbs','polygon-pos','eip20',18,'0x614389eaae0a6821dc49062d56bda3d9d45fa2ff');
INSERT OR REPLACE INTO TokenEntity VALUES('orby-network-usc-stablecoin','cronos','cronos',18,'0xd42e078cea2be8d03cd9dfecc1f0d28915edea78');
INSERT OR REPLACE INTO TokenEntity VALUES('orca','solana','spl',6,'orcaEKTdK7LKz57vaAYr9QeNsVEPfiu6QeMU1kektZE');
INSERT OR REPLACE INTO TokenEntity VALUES('orca-avai','avalanche','eip20',18,'0x346a59146b9b4a77100d369a3d18e8007a9f46a6');
INSERT OR REPLACE INTO TokenEntity VALUES('orchid-protocol','ethereum','eip20',18,'0x4575f41308ec1483f3d399aa9a2826d74da13deb');
INSERT OR REPLACE INTO TokenEntity VALUES('orcib','solana','spl',9,'4WtkHh1Gwgd5dc9cfqSY54U2fUZHbNzVLbrmrbvFMGhq');
INSERT OR REPLACE INTO TokenEntity VALUES('orderly-network','optimistic-ethereum','eip20',18,'0x4e200fe2f3efb977d5fd9c430a41531fb04d97b8');
INSERT OR REPLACE INTO TokenEntity VALUES('orderly-network','ethereum','eip20',18,'0xabd4c63d2616a5201454168269031355f4764337');
INSERT OR REPLACE INTO TokenEntity VALUES('orderly-network','arbitrum-one','eip20',18,'0x4e200fe2f3efb977d5fd9c430a41531fb04d97b8');
INSERT OR REPLACE INTO TokenEntity VALUES('orderly-network','polygon-pos','eip20',18,'0x4e200fe2f3efb977d5fd9c430a41531fb04d97b8');
INSERT OR REPLACE INTO TokenEntity VALUES('orderly-network','base','eip20',18,'0x4e200fe2f3efb977d5fd9c430a41531fb04d97b8');
INSERT OR REPLACE INTO TokenEntity VALUES('ordinals','ordinals','ordinals',null,'b61b0172d95e266c18aea0c624db987e971a5d6d4ebc2aaed85da4642d635735i0');
INSERT OR REPLACE INTO TokenEntity VALUES('ordiswap-token','ethereum','eip20',18,'0x8ab2ff0116a279a99950c66a12298962d152b83c');
INSERT OR REPLACE INTO TokenEntity VALUES('ore','solana','spl',11,'oreoU2P8bN6jkk3jbaiVxYnG1dCXcYxwhwyK9jSybcp');
INSERT OR REPLACE INTO TokenEntity VALUES('ore-token','binance-smart-chain','eip20',18,'0x8e2d8f40818fbaba663db6a24fb9b527fc7100be');
INSERT OR REPLACE INTO TokenEntity VALUES('orgo','solana','spl',9,'G85CQEBqwsoe3qkb5oXXpdZFh7uhYXhDRsQAM4aJuBLV');
INSERT OR REPLACE INTO TokenEntity VALUES('origin-dollar','ethereum','eip20',18,'0x2a8e1e676ec238d8a992307b495b45b3feaa5e86');
INSERT OR REPLACE INTO TokenEntity VALUES('origin-dollar','astar','astar',null,'0x29f6e49c6e3397c3a84f715885f9f233a441165c');
INSERT OR REPLACE INTO TokenEntity VALUES('origin-ether','ethereum','eip20',18,'0x856c4efb76c1d1ae02e20ceb03a2a6a08b0b8dc3');
INSERT OR REPLACE INTO TokenEntity VALUES('origin-protocol','sora','sora',null,'0x0064c02f602195e298780323c79a0eb5b4fd0ffcad68d440a7ca7725bc79d912');
INSERT OR REPLACE INTO TokenEntity VALUES('origin-protocol','ethereum','eip20',18,'0x8207c1ffc5b6804f6024322ccf34f29c3541ae26');
INSERT OR REPLACE INTO TokenEntity VALUES('origintrail','ethereum','eip20',18,'0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f');
INSERT OR REPLACE INTO TokenEntity VALUES('origyn-foundation','internet-computer','internet-computer',8,'lkwrt-vyaaa-aaaaq-aadhq-cai');
INSERT OR REPLACE INTO TokenEntity VALUES('orion-money','binance-smart-chain','eip20',18,'0x5530ec23f4ee1521182bd158c09f4ca7efec1ef0');
INSERT OR REPLACE INTO TokenEntity VALUES('orion-money','ethereum','eip20',18,'0x727f064a78dc734d33eec18d5370aef32ffd46e4');
INSERT OR REPLACE INTO TokenEntity VALUES('orion-money','terra','terra',null,'terra1mddcdx0ujx89f38gu7zspk2r2ffdl5enyz2u03');
INSERT OR REPLACE INTO TokenEntity VALUES('orion-money','polygon-pos','eip20',18,'0x5e0294af1732498c77f8db015a2d52a76298542b');
INSERT OR REPLACE INTO TokenEntity VALUES('orion-protocol','ethereum','eip20',8,'0x0258f474786ddfd37abce6df6bbb1dd5dfc4434a');
INSERT OR REPLACE INTO TokenEntity VALUES('orizon','binance-smart-chain','eip20',9,'0xda033999bb6165e64db01bd9be14b40f5653092e');
INSERT OR REPLACE INTO TokenEntity VALUES('ormeus-ecosystem','binance-smart-chain','eip20',18,'0xede2f059545e8cde832d8da3985caacf795b8765');
INSERT OR REPLACE INTO TokenEntity VALUES('ormeus-ecosystem','ethereum','eip20',8,'0x191557728e4d8caa4ac94f86af842148c0fa8f7e');
INSERT OR REPLACE INTO TokenEntity VALUES('oro','ethereum','eip20',18,'0xc3eb2622190c57429aac3901808994443b64b466');
INSERT OR REPLACE INTO TokenEntity VALUES('oscar','ethereum','eip20',9,'0xebb66a88cedd12bfe3a289df6dfee377f2963f12');
INSERT OR REPLACE INTO TokenEntity VALUES('osmi','ethereum','eip20',18,'0x5485a469faea1492191cfce7528ab6e58135aa4d');
INSERT OR REPLACE INTO TokenEntity VALUES('osmosis','osmosis','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('osmosis-allbtc','osmosis','osmosis',8,'factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC');
INSERT OR REPLACE INTO TokenEntity VALUES('osmosis-alleth','osmosis','osmosis',18,'factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH');
INSERT OR REPLACE INTO TokenEntity VALUES('osmosis-allsol','osmosis','osmosis',8,'factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL');
INSERT OR REPLACE INTO TokenEntity VALUES('osol','solana','spl',9,'2otVNpcHXn9MKeDk3Zby5uanF3s7tki4toaJ3PZcXaUd');
INSERT OR REPLACE INTO TokenEntity VALUES('otherworld','ethereum','eip20',18,'0x2d81f9460bd21e8578350a4f06e62848ed4bb27e');
INSERT OR REPLACE INTO TokenEntity VALUES('otto','base','eip20',18,'0x62ff28a01abd2484adb18c61f78f30fb2e4a6fdb');
INSERT OR REPLACE INTO TokenEntity VALUES('ouroboros-2','ethereum','eip20',18,'0xd536e7a9543cf9867a580b45cec7f748a1fe11ec');
INSERT OR REPLACE INTO TokenEntity VALUES('outer-ring','binance-smart-chain','eip20',18,'0xf700d4c708c2be1463e355f337603183d20e0808');
INSERT OR REPLACE INTO TokenEntity VALUES('outlaw-crypto-games','solana','spl',6,'7df5p5aoW787CqUWGU2cwtdmtjd5Eiy3oJTbSpeRjupx');
INSERT OR REPLACE INTO TokenEntity VALUES('overlay-protocol','binance-smart-chain','eip20',18,'0x1f34c87ded863fe3a3cd76fac8ada9608137c8c3');
INSERT OR REPLACE INTO TokenEntity VALUES('overtake','sui','sui',9,'0x76a49ebaf991fa2d4cb6a352af14425d453fe2ba6802b5ed2361b227150b6689::take::TAKE');
INSERT OR REPLACE INTO TokenEntity VALUES('overtake','binance-smart-chain','eip20',18,'0xe747e54783ba3f77a8e5251a3cba19ebe9c0e197');
INSERT OR REPLACE INTO TokenEntity VALUES('overtime','optimistic-ethereum','eip20',18,'0xedf38688b27036816a50185caa430d5479e1c63e');
INSERT OR REPLACE INTO TokenEntity VALUES('overtime','base','eip20',18,'0x7750c092e284e2c7366f50c8306f43c7eb2e82a2');
INSERT OR REPLACE INTO TokenEntity VALUES('overtime','ethereum','eip20',18,'0x90ce5720c17587d28e4af120ae2d313b3bad1722');
INSERT OR REPLACE INTO TokenEntity VALUES('overtime','arbitrum-one','eip20',18,'0x5829d6fe7528bc8e92c4e81cc8f20a528820b51a');
INSERT OR REPLACE INTO TokenEntity VALUES('ovr','ethereum','eip20',18,'0x21bfbda47a0b4b5b1248c767ee49f7caa9b23697');
INSERT OR REPLACE INTO TokenEntity VALUES('ovr','binance-smart-chain','eip20',18,'0x7e35d0e9180bf3a1fc47b0d110be7a21a10b41fe');
INSERT OR REPLACE INTO TokenEntity VALUES('ovr','polygon-pos','eip20',18,'0x1631244689ec1fecbdd22fb5916e920dfc9b8d30');
INSERT OR REPLACE INTO TokenEntity VALUES('oxbitcoin','ethereum','eip20',8,'0xb6ed7644c69416d67b522e20bc294a9a9b405b31');
INSERT OR REPLACE INTO TokenEntity VALUES('oxbitcoin','polygon-pos','eip20',8,'0x71b821aa52a49f32eed535fca6eb5aa130085978');
INSERT OR REPLACE INTO TokenEntity VALUES('oxbitcoin','arbitrum-one','eip20',8,'0x7cb16cb78ea464ad35c8a50abf95dff3c9e09d5d');
INSERT OR REPLACE INTO TokenEntity VALUES('oxbitcoin','optimistic-ethereum','eip20',8,'0xe0bb0d3de8c10976511e5030ca403dbf4c25165b');
INSERT OR REPLACE INTO TokenEntity VALUES('oxbull','base','eip20',18,'0x07fb80f7a8460de3065d74b2663ba0d740fb3ca5');
INSERT OR REPLACE INTO TokenEntity VALUES('oxygen','ethereum','eip20',6,'0x965697b4ef02f0de01384d0d4f9f782b1670c163');
INSERT OR REPLACE INTO TokenEntity VALUES('oxygen','solana','spl',6,'z3dn17yLaGMKffVogeFHQ9zWVcXgqgf3PQnDsNs2g6M');
INSERT OR REPLACE INTO TokenEntity VALUES('ozapay','solana','spl',2,'67iVSrbgQKiPjttU9uXx9CXUoS1Si3XUhrXeiNAUUZSR');
INSERT OR REPLACE INTO TokenEntity VALUES('p2p-solutions-foundation','ethereum','eip20',8,'0x4527a3b4a8a150403090a99b87effc96f2195047');
INSERT OR REPLACE INTO TokenEntity VALUES('paal-ai','ethereum','eip20',9,'0x14fee680690900ba0cccfc76ad70fd1b95d10e16');
INSERT OR REPLACE INTO TokenEntity VALUES('paca-ai','base','eip20',18,'0x3639e6f4c224ebd1bf6373c3d97917d33e0492bb');
INSERT OR REPLACE INTO TokenEntity VALUES('paccoin','paccoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pacific','ethereum','eip20',18,'0x6a969d379700b2e5ea4e684d273d63c1c050ba49');
INSERT OR REPLACE INTO TokenEntity VALUES('packageportal','zilliqa','zilliqa',null,'zil18f5rlhqz9vndw4w8p60d0n7vg3n9sqvta7n6t2');
INSERT OR REPLACE INTO TokenEntity VALUES('pacoca','binance-smart-chain','eip20',18,'0x55671114d774ee99d653d6c12460c780a67f1d18');
INSERT OR REPLACE INTO TokenEntity VALUES('pacu-jalur','solana','spl',6,'FJjKH9Xp2SvNDNUSN7X9T4uMNafFEYzbZpnwEZXKpump');
INSERT OR REPLACE INTO TokenEntity VALUES('paid-network','binance-smart-chain','eip20',18,'0xad86d0e9764ba90ddd68747d64bffbd79879a238');
INSERT OR REPLACE INTO TokenEntity VALUES('paid-network','ethereum','eip20',18,'0x1614f18fc94f47967a3fbe5ffcd46d4e7da3d787');
INSERT OR REPLACE INTO TokenEntity VALUES('pain','solana','spl',6,'1Qf8gESP4i6CFNWerUSDdLKJ9U1LpqTYvjJ2MM4pain');
INSERT OR REPLACE INTO TokenEntity VALUES('paint','polygon-pos','eip20',18,'0x7c28f627ea3aec8b882b51eb1935f66e5b875714');
INSERT OR REPLACE INTO TokenEntity VALUES('paint','ethereum','eip20',18,'0x4c6ec08cf3fc987c6c4beb03184d335a2dfc4042');
INSERT OR REPLACE INTO TokenEntity VALUES('paint-swap','fantom','eip20',18,'0x85dec8c4b2680793661bca91a8f129607571863d');
INSERT OR REPLACE INTO TokenEntity VALUES('pajamas-cat','solana','spl',9,'FvER7SsvY5GqAMawf7Qfb5MnUUmDdbPNPg4nCa4zHoLw');
INSERT OR REPLACE INTO TokenEntity VALUES('pakcoin','pakcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('paladin','ethereum','eip20',18,'0xab846fb6c81370327e784ae7cbb6d6a6af6ff4bf');
INSERT OR REPLACE INTO TokenEntity VALUES('palette','ethereum','eip20',18,'0x0944d5848bd9f60a34ba92aea300d4286696eb76');
INSERT OR REPLACE INTO TokenEntity VALUES('palio','binance-smart-chain','eip20',6,'0xb7e548c4f133adbb910914d7529d5cb00c2e9051');
INSERT OR REPLACE INTO TokenEntity VALUES('pallapay','tron','tron',8,'TCfLxS9xHxH8auBL3T8pf3NFTZhsxy4Ncg');
INSERT OR REPLACE INTO TokenEntity VALUES('pallapay','binance-smart-chain','eip20',18,'0x8f49733210700d38098d7375c221c7d02f700cc8');
INSERT OR REPLACE INTO TokenEntity VALUES('palm-ai','ethereum','eip20',9,'0xf1df7305e4bab3885cab5b1e4dfc338452a67891');
INSERT OR REPLACE INTO TokenEntity VALUES('palm-economy','cardano','cardano',6,'b7c5cd554f3e83c8aa0900a0c9053284a5348244d23d0406c28eaf4d');
INSERT OR REPLACE INTO TokenEntity VALUES('palmeiras-fan-token','chiliz','chiliz',0,'0x971364ec452958d4d65ba8d508faa226d7117279');
INSERT OR REPLACE INTO TokenEntity VALUES('palu','binance-smart-chain','eip20',18,'0x02e75d28a8aa2a0033b8cf866fcf0bb0e1ee4444');
INSERT OR REPLACE INTO TokenEntity VALUES('pancake-bunny','binance-smart-chain','eip20',18,'0xc9849e6fdb743d08faee3e34dd2d1bc69ea11a51');
INSERT OR REPLACE INTO TokenEntity VALUES('pancake-games','binance-smart-chain','eip20',18,'0x61d5822dd7b3ed495108733e6550d4529480c8f6');
INSERT OR REPLACE INTO TokenEntity VALUES('pancake-games','ethereum','eip20',18,'0x5f944b0c4315cb7c3a846b025ab4045da44abf6c');
INSERT OR REPLACE INTO TokenEntity VALUES('pancake-hunny','binance-smart-chain','eip20',18,'0x565b72163f17849832a692a3c5928cc502f46d69');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','linea','linea',18,'0x0d1e753a25ebda689453309112904807625befbe');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','arbitrum-one','eip20',18,'0x1b896893dfc86bb67cf57767298b9073d2c1ba2c');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','binance-smart-chain','eip20',18,'0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','aptos','aptos',8,'0x159df6b7689437016108a019fd5bef736bac692b6d4a1f10c941f6fbb9a74ca6::oft::CakeOFT');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','ethereum','eip20',18,'0x152649ea73beab28c5b49b26eb48f7ead6d4c898');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','harmony-shard-0','harmony-shard-0',null,'0x3e9d32580b0bf3ae72afcbebc68710d2fd9a18f0');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','base','eip20',18,'0x3055913c90fcc1a6ce9a358911721eeb942013a1');
INSERT OR REPLACE INTO TokenEntity VALUES('pancakeswap-token','zksync','eip20',18,'0x3a287a06c66f9e95a56327185ca2bdf5f031cecd');
INSERT OR REPLACE INTO TokenEntity VALUES('panda-coin','solana','spl',9,'Aw8qLRHGhMcKq7rxs5XBNCd9oe3BvoAhpNMVz7AdGmty');
INSERT OR REPLACE INTO TokenEntity VALUES('panda-swap','solana','spl',3,'PANDA8AgjdgQqRRYedrXGKTb2WygNsAhxNDpD7YrBgv');
INSERT OR REPLACE INTO TokenEntity VALUES('pandacoin','pandacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pando','ethereum','eip20',18,'0x7a3c45f34ea5df6fe5f6af710ec8a04d388a71d1');
INSERT OR REPLACE INTO TokenEntity VALUES('pandora-protocol','binance-smart-chain','eip20',18,'0x6c1efbed2f57dd486ec091dffd08ee5235a570b1');
INSERT OR REPLACE INTO TokenEntity VALUES('pandu-pandas','solana','spl',6,'4NGbC4RRrUjS78ooSN53Up7gSg4dGrj6F6dxpMWHbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('pangolin','avalanche','eip20',18,'0x60781c2586d68229fde47564546784ab3faca982');
INSERT OR REPLACE INTO TokenEntity VALUES('pantheon','ethereum','eip20',18,'0xdd3878ac92166d6c4e46b26ddd162b72c00d1623');
INSERT OR REPLACE INTO TokenEntity VALUES('panther','ethereum','eip20',18,'0x909e34d3f6124c324ac83dcca84b74398a6fa173');
INSERT OR REPLACE INTO TokenEntity VALUES('panther','polygon-pos','eip20',18,'0x9a06db14d639796b25a6cec6a1bf614fd98815ec');
INSERT OR REPLACE INTO TokenEntity VALUES('panther-ai','binance-smart-chain','eip20',18,'0x13a5c811093dd001c328b59a0cc9dec88951f042');
INSERT OR REPLACE INTO TokenEntity VALUES('papa-doge','binance-smart-chain','eip20',18,'0xbceee918077f63fb1b9e10403f59ca40c7061341');
INSERT OR REPLACE INTO TokenEntity VALUES('paparazzi-token','polygon-pos','eip20',18,'0x7b43e83a5c5d60a7b8886b4205ace88d1f4e2803');
INSERT OR REPLACE INTO TokenEntity VALUES('par-stablecoin','fantom','eip20',18,'0x13082681e8ce9bd0af505912d306403592490fc7');
INSERT OR REPLACE INTO TokenEntity VALUES('par-stablecoin','ethereum','eip20',18,'0x68037790a0229e9ce6eaa8a99ea92964106c4703');
INSERT OR REPLACE INTO TokenEntity VALUES('par-stablecoin','polygon-pos','eip20',18,'0xe2aa7db6da1dae97c5f5c6914d285fbfcc32a128');
INSERT OR REPLACE INTO TokenEntity VALUES('parabolic-3','solana','spl',9,'9UFoZBPswibT1fWHJBNdBJ4wyKVVpJXNxfdHZnJmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('parachute','polygon-pos','eip20',18,'0xf521d590fb1e0b432fd0e020cdbd6c6397d652c2');
INSERT OR REPLACE INTO TokenEntity VALUES('parachute','ethereum','eip20',18,'0x1beef31946fbbb40b877a72e4ae04a8d1a5cee06');
INSERT OR REPLACE INTO TokenEntity VALUES('parachute','binance-smart-chain','eip20',18,'0x19c91764a976ac6c1e2c2e4c5856f2939342a814');
INSERT OR REPLACE INTO TokenEntity VALUES('paragonsdao','ethereum','eip20',18,'0x375abb85c329753b1ba849a601438ae77eec9893');
INSERT OR REPLACE INTO TokenEntity VALUES('paralink-network','ethereum','eip20',18,'0x3a8d5bc8a8948b68dfc0ce9c14ac4150e083518c');
INSERT OR REPLACE INTO TokenEntity VALUES('paralink-network','binance-smart-chain','eip20',18,'0x076ddce096c93dcf5d51fe346062bf0ba9523493');
INSERT OR REPLACE INTO TokenEntity VALUES('parallelai','ethereum','eip20',18,'0x13e4b8cffe704d3de6f19e52b201d92c21ec18bd');
INSERT OR REPLACE INTO TokenEntity VALUES('param','ethereum','eip20',18,'0x69a1e699f562d7af66fc6cc473d99f4430c3acd2');
INSERT OR REPLACE INTO TokenEntity VALUES('paras','near-protocol','near-protocol',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('paraswap','ethereum','eip20',18,'0xcafe001067cdef266afb7eb5a286dcfd277f3de5');
INSERT OR REPLACE INTO TokenEntity VALUES('paraswap','polygon-pos','eip20',18,'0x42d61d766b85431666b39b89c43011f24451bff6');
INSERT OR REPLACE INTO TokenEntity VALUES('paraswap','binance-smart-chain','eip20',18,'0xcafe001067cdef266afb7eb5a286dcfd277f3de5');
INSERT OR REPLACE INTO TokenEntity VALUES('parcl','solana','spl',6,'4LLbsb5ReP3yEtYzmXewyGjcir5uXtKFURtaEUVC2AHs');
INSERT OR REPLACE INTO TokenEntity VALUES('paribus','ethereum','eip20',18,'0xd528cf2e081f72908e086f8800977df826b5a483');
INSERT OR REPLACE INTO TokenEntity VALUES('paris-saint-germain-fan-token','chiliz','chiliz',null,'0x6fc212cde3b420733a88496cbdbb15d85beab1ca');
INSERT OR REPLACE INTO TokenEntity VALUES('parrot-protocol','solana','spl',6,'PRT88RkA4Kg5z7pKnezeNH4mafTvtQdfFgpQTGRjz44');
INSERT OR REPLACE INTO TokenEntity VALUES('parrot-usd','solana','spl',6,'Ea5SjE2Y6yvCeW5dYTn7PYMuW5ikXkvbGdcmSnXeaLjS');
INSERT OR REPLACE INTO TokenEntity VALUES('parsiq','binance-smart-chain','eip20',18,'0xd21d29b38374528675c34936bf7d5dd693d2a577');
INSERT OR REPLACE INTO TokenEntity VALUES('parsiq','ethereum','eip20',18,'0x362bc847a3a9637d3af6624eec853618a43ed7d2');
INSERT OR REPLACE INTO TokenEntity VALUES('particl','particl','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('particle-2','gnosis','eip20',18,'0xb5d592f85ab2d955c25720ebe6ff8d4d1e1be300');
INSERT OR REPLACE INTO TokenEntity VALUES('particle-network','base','eip20',18,'0x59264f02d301281f3393e1385c0aefd446eb0f00');
INSERT OR REPLACE INTO TokenEntity VALUES('particle-network','binance-smart-chain','eip20',18,'0x59264f02d301281f3393e1385c0aefd446eb0f00');
INSERT OR REPLACE INTO TokenEntity VALUES('pastel','ethereum','eip20',5,'0xc775c0c30840cb9f51e21061b054ebf1a00acc29');
INSERT OR REPLACE INTO TokenEntity VALUES('patic','ethereum','eip20',18,'0x27cf096db452425c51daa356e7d9c574c75e8737');
INSERT OR REPLACE INTO TokenEntity VALUES('patience-token','base','eip20',18,'0x6d96f18f00b815b2109a3766e79f6a7ad7785624');
INSERT OR REPLACE INTO TokenEntity VALUES('patientory','ethereum','eip20',8,'0x8ae4bf2c33a8e667de34b54938b0ccd03eb8cc06');
INSERT OR REPLACE INTO TokenEntity VALUES('patriot','ethereum','eip20',18,'0xe9732d4b1e7d3789004ff029f032ba3034db059c');
INSERT OR REPLACE INTO TokenEntity VALUES('patrol-tao-com','bittensor','bittensor',null,'81');
INSERT OR REPLACE INTO TokenEntity VALUES('paws','solana','spl',6,'PAWSxhjTyNJELywYiYTxCN857utnYmWXu7Q59Vgn6ZQ');
INSERT OR REPLACE INTO TokenEntity VALUES('pawtocol','binance-smart-chain','eip20',18,'0x0d35a2b85c5a63188d566d104bebf7c694334ee4');
INSERT OR REPLACE INTO TokenEntity VALUES('pawtocol','ethereum','eip20',18,'0x70d2b7c19352bb76e4409858ff5746e500f2b67c');
INSERT OR REPLACE INTO TokenEntity VALUES('pax-gold','harmony-shard-0','harmony-shard-0',null,'0x7afb0e2eba6dc938945fe0f42484d3b8f442d0ac');
INSERT OR REPLACE INTO TokenEntity VALUES('pax-gold','ethereum','eip20',18,'0x45804880de22913dafe09f4980848ece6ecbaf78');
INSERT OR REPLACE INTO TokenEntity VALUES('paxos-standard','solana','spl',6,'HVbpJAQGNpkgBaYBZQBR1t7yFdvaYVp2vCQQfKKEN4tM');
INSERT OR REPLACE INTO TokenEntity VALUES('paxos-standard','ethereum','eip20',18,'0x8e870d67f660d95d5be530380d0ec0bd388289e1');
INSERT OR REPLACE INTO TokenEntity VALUES('pay-coin','pay-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('payai-network','solana','spl',6,'E7NgL19JbN8BhUDgWjkH8MtnbhJoaGaWJqosxZZepump');
INSERT OR REPLACE INTO TokenEntity VALUES('paybandcoin','stellar','stellar',7,'PYBC-GBVB43NLVIP2USHXSKI7QQCZKZU2Z6U6A5PAHMIW7LLNVMQJTOX2BZI5');
INSERT OR REPLACE INTO TokenEntity VALUES('payfi-strategy-token-usdc','solana','spl',6,'59obFNBzyTBGowrkif5uK7ojS58vsuWz3ZCvg6tfZAGw');
INSERT OR REPLACE INTO TokenEntity VALUES('paynet-coin','tron','eip20',8,'TLLo3PU91yKPbwvSbuawvWKCzNX2JHYEE2');
INSERT OR REPLACE INTO TokenEntity VALUES('paypal-usd','ethereum','eip20',6,'0x6c3ea9036406852006290770bedfcaba0e23a0e8');
INSERT OR REPLACE INTO TokenEntity VALUES('paypolitan-token','ethereum','eip20',18,'0x72630b1e3b42874bf335020ba0249e3e9e47bafc');
INSERT OR REPLACE INTO TokenEntity VALUES('pbtc35a','ethereum','eip20',18,'0xa8b12cc90abf65191532a12bb5394a714a46d358');
INSERT OR REPLACE INTO TokenEntity VALUES('pchain','pchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('peachfolio','binance-smart-chain','eip20',18,'0xc1cbfb96a1d5361590b8df04ef78de2fa3178390');
INSERT OR REPLACE INTO TokenEntity VALUES('peanut','ethereum','eip20',18,'0x89bd2e7e388fab44ae88bef4e1ad12b4f1e0911c');
INSERT OR REPLACE INTO TokenEntity VALUES('peanut','binance-smart-chain','eip20',18,'0x6d8734002fbffe1c86495e32c95f732fc77f6f2a');
INSERT OR REPLACE INTO TokenEntity VALUES('peanut-the-squirrel','solana','spl',6,'2qEHjDLDLbuBgRYvsxhc5D6uDWAivNFZGan56P1tpump');
INSERT OR REPLACE INTO TokenEntity VALUES('peapods-finance','ethereum','eip20',18,'0x02f92800f57bcd74066f5709f1daa1a4302df875');
INSERT OR REPLACE INTO TokenEntity VALUES('pear-protocol','arbitrum-one','eip20',18,'0x3212dc0f8c834e4de893532d27cc9b6001684db0');
INSERT OR REPLACE INTO TokenEntity VALUES('pearl-finance','tron','eip20',18,'TGbu32VEGpS4kDmjrmn5ZZJgUyHQiaweoq');
INSERT OR REPLACE INTO TokenEntity VALUES('peercoin','ethereum','eip20',6,'0x044d078f1c86508e13328842cc75ac021b272958');
INSERT OR REPLACE INTO TokenEntity VALUES('peercoin','polygon-pos','eip20',6,'0x91e7e32c710661c44ae44d10aa86135d91c3ed65');
INSERT OR REPLACE INTO TokenEntity VALUES('peezy-eth','ethereum','eip20',9,'0x698b1d54e936b9f772b8f58447194bbc82ec1933');
INSERT OR REPLACE INTO TokenEntity VALUES('pegaxy-stone','polygon-pos','eip20',18,'0xc1c93d475dc82fe72dbc7074d55f5a734f8ceeae');
INSERT OR REPLACE INTO TokenEntity VALUES('pegazus-finance','binance-smart-chain','eip20',9,'0xd585f9c5953ca97da3551f20725a274c9e442ff3');
INSERT OR REPLACE INTO TokenEntity VALUES('peipeicoin-vip','ethereum','eip20',18,'0x3ffeea07a27fab7ad1df5297fa75e77a43cb5790');
INSERT OR REPLACE INTO TokenEntity VALUES('pell-network-token','ethereum','eip20',18,'0xc65d8d96cdddb31328186efa113a460b0af9ec63');
INSERT OR REPLACE INTO TokenEntity VALUES('pell-network-token','binance-smart-chain','eip20',18,'0xc65d8d96cdddb31328186efa113a460b0af9ec63');
INSERT OR REPLACE INTO TokenEntity VALUES('pell-network-token','arbitrum-one','eip20',18,'0xc65d8d96cdddb31328186efa113a460b0af9ec63');
INSERT OR REPLACE INTO TokenEntity VALUES('pendle','ethereum','eip20',18,'0x808507121b80c02388fad14726482e061b8da827');
INSERT OR REPLACE INTO TokenEntity VALUES('pendle','avalanche','eip20',18,'0xfb98b335551a418cd0737375a2ea0ded62ea213b');
INSERT OR REPLACE INTO TokenEntity VALUES('peng','solana','spl',6,'A3eME5CetyZPBoWbRUwY3tSe25S6tb18ba9ZPbWk9eFJ');
INSERT OR REPLACE INTO TokenEntity VALUES('penguin-finance','avalanche','eip20',18,'0xe896cdeaac9615145c0ca09c8cd5c25bced6384c');
INSERT OR REPLACE INTO TokenEntity VALUES('penumbra','osmosis','osmosis',null,'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372');
INSERT OR REPLACE INTO TokenEntity VALUES('peony-coin','peony-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pepe','ethereum','eip20',18,'0x6982508145454ce325ddbe47a25d4ec3d2311933');
INSERT OR REPLACE INTO TokenEntity VALUES('pepe','binance-smart-chain','eip20',18,'0x25d887ce7a35172c62febfd67a1856f20faebb00');
INSERT OR REPLACE INTO TokenEntity VALUES('pepe-2-0','ethereum','eip20',18,'0xfb66321d7c674995dfcc2cb67a30bc978dc862ad');
INSERT OR REPLACE INTO TokenEntity VALUES('pepe-bundle','solana','spl',6,'6Neft4334Hqi2ak59K3SActWD3jWuhLvXuFHhGTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('pepe-unchained','ethereum','eip20',18,'0xadd39272e83895e7d3f244f696b7a25635f34234');
INSERT OR REPLACE INTO TokenEntity VALUES('pepe-unchained-2','ethereum','eip20',18,'0x93aa0ccd1e5628d3a841c4dbdf602d9eb04085d6');
INSERT OR REPLACE INTO TokenEntity VALUES('pepebrc','ordinals','ordinals',null,'54d5fe82f5d284363fec6ae6137d0e5263e237caf15211078252c0d95af8943ai0');
INSERT OR REPLACE INTO TokenEntity VALUES('pepecash-3','binance-smart-chain','eip20',18,'0xd63143f1ec2eaf65329fb2b67b6f50e457b49719');
INSERT OR REPLACE INTO TokenEntity VALUES('pepecat-2','solana','spl',6,'CRAMvzDsSpXYsFpcoDr6vFLJMBeftez1E7277xwPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('pepecoin-2','ethereum','eip20',18,'0xa9e8acf069c58aec8825542845fd754e41a9489a');
INSERT OR REPLACE INTO TokenEntity VALUES('pepedex','polygon-pos','eip20',18,'0x127984b5e6d5c59f81dacc9f1c8b3bdc8494572e');
INSERT OR REPLACE INTO TokenEntity VALUES('pepedex','ethereum','eip20',18,'0xf1f508c7c9f0d1b15a76fba564eef2d956220cf7');
INSERT OR REPLACE INTO TokenEntity VALUES('pepedex','fantom','eip20',18,'0x4272dd51961a5181ace0dc7eb6f9807311345559');
INSERT OR REPLACE INTO TokenEntity VALUES('pepefork','ethereum','eip20',18,'0xb9f599ce614feb2e1bbe58f180f370d05b39344e');
INSERT OR REPLACE INTO TokenEntity VALUES('pepeontron','tron','tron',18,'TMacq4TDUw5q8NFBwmbY4RLXvzvG5JTkvi');
INSERT OR REPLACE INTO TokenEntity VALUES('pepes-dog','ethereum','eip20',9,'0x0f7dc5d02cc1e1f5ee47854d534d332a1081ccc8');
INSERT OR REPLACE INTO TokenEntity VALUES('pepo','solana','spl',6,'pepo1CFNU2RXf7yXX7HNXazXwxsq8WrPvDHpHriwoLY');
INSERT OR REPLACE INTO TokenEntity VALUES('pepper','chiliz','chiliz',18,'0x60f397acbcfb8f4e3234c659a3e10867e6fa6b67');
INSERT OR REPLACE INTO TokenEntity VALUES('pepper-meme','base','eip20',18,'0xbf388570ebd5b88bfc7cd21ec469813c15f453a3');
INSERT OR REPLACE INTO TokenEntity VALUES('pera-finance','avalanche','eip20',18,'0xfda866cfece71f4c17b4a5e5f9a00ac08c72eadc');
INSERT OR REPLACE INTO TokenEntity VALUES('pera-finance','binance-smart-chain','eip20',18,'0xb9d8592e16a9c1a3ae6021cddb324eac1cbc70d6');
INSERT OR REPLACE INTO TokenEntity VALUES('peri-finance','ethereum','eip20',18,'0x5d30ad9c6374bf925d0a75454fa327aacf778492');
INSERT OR REPLACE INTO TokenEntity VALUES('peri-finance','polygon-pos','eip20',18,'0xdc0e17eae3b9651875030244b971fa0223a1764f');
INSERT OR REPLACE INTO TokenEntity VALUES('peri-finance','binance-smart-chain','eip20',18,'0xb49b7e0742ecb4240ffe91661d2a580677460b6a');
INSERT OR REPLACE INTO TokenEntity VALUES('perlin','binance-smart-chain','eip20',18,'0x0f9e4d49f25de22c2202af916b681fbb3790497b');
INSERT OR REPLACE INTO TokenEntity VALUES('perlin','ethereum','eip20',18,'0xeca82185adce47f39c684352b0439f030f860318');
INSERT OR REPLACE INTO TokenEntity VALUES('permission-coin','polygon-pos','eip20',18,'0xaa3717090cddc9b227e49d0d84a28ac0a996e6ff');
INSERT OR REPLACE INTO TokenEntity VALUES('perpetual-protocol','optimistic-ethereum','eip20',18,'0x9e1028f5f1d5ede59748ffcee5532509976840e0');
INSERT OR REPLACE INTO TokenEntity VALUES('perpetual-protocol','ethereum','eip20',18,'0xbc396689893d065f41bc2c6ecbee5e0085233447');
INSERT OR REPLACE INTO TokenEntity VALUES('perpetuum-coin','binance-smart-chain','eip20',9,'0x84afb95ca5589674e02d227bdd6da7e7dcf31a3e');
INSERT OR REPLACE INTO TokenEntity VALUES('perry','binance-smart-chain','eip20',18,'0x5043f271095350c5ac7db2384a0d9337e27c1055');
INSERT OR REPLACE INTO TokenEntity VALUES('persistence','persistence','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('persistence','osmosis','osmosis',null,'IBC/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293');
INSERT OR REPLACE INTO TokenEntity VALUES('pesto-the-baby-king-penguin','solana','spl',6,'34a8ALsPmbWxp7D3bQ6erERrCLz1ahr6u6o66Udmpump');
INSERT OR REPLACE INTO TokenEntity VALUES('petsna','solana','spl',6,'e9tZR9VJXqpjbGGjBuf3ypAgaf4w3K1p22pDfTTMDTc');
INSERT OR REPLACE INTO TokenEntity VALUES('pha','ethereum','eip20',18,'0x6c5ba91642f10282b576d91922ae6448c9d52f4e');
INSERT OR REPLACE INTO TokenEntity VALUES('pha','sora','sora',null,'0x0033271716eec64234a5324506c4558de27b7c23c42f3e3b74801f98bdfeebf7');
INSERT OR REPLACE INTO TokenEntity VALUES('phantasma','ethereum','eip20',8,'0x75858677e27c930fb622759feaffee2b754af07f');
INSERT OR REPLACE INTO TokenEntity VALUES('phantasma','binance-smart-chain','eip20',8,'0xc3adbf524513863102df6784e1ab5652165c7912');
INSERT OR REPLACE INTO TokenEntity VALUES('phantom-protocol','ethereum','eip20',18,'0x3f9bec82c776c47405bcb38070d2395fd18f89d3');
INSERT OR REPLACE INTO TokenEntity VALUES('phantom-protocol','binance-smart-chain','eip20',18,'0x4399ae7538c33ca24edd4c28c5dd7ce9a80acf81');
INSERT OR REPLACE INTO TokenEntity VALUES('phantom-staked-sol','solana','spl',9,'pSo1f9nQXWgXibFtKf7NWYxb5enAM4qfP6UJSiXRQfL');
INSERT OR REPLACE INTO TokenEntity VALUES('pharaoh','avalanche','eip20',18,'0xaaab9d12a30504559b0c5a9a5977fee4a6081c6b');
INSERT OR REPLACE INTO TokenEntity VALUES('phil','ethereum','eip20',18,'0xc328a59e7321747aebbc49fd28d1b32c1af8d3b2');
INSERT OR REPLACE INTO TokenEntity VALUES('phnix','xrp','xrp',6,'rDFXbW2ZZCG5WgPtqwNiA2xZokLMm9ivmN');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenic-token','avalanche','eip20',18,'0x4f3c5c53279536ffcfe8bcafb78e612e933d53c6');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenix-global','binance-smart-chain','eip20',18,'0x0409633a72d846fc5bbe2f98d88564d35987904d');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenix-token','polygon-pos','eip20',18,'0x9c6bfedc14b5c23e3900889436edca7805170f01');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenix-token','wanchain','wanchain',null,'0xf17c59bf0f6326da7a8cc2ce417e4f53a26707bd');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenix-token','ethereum','eip20',18,'0xaec65404ddc3af3c897ad89571d5772c1a695f22');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenix-token','binance-smart-chain','eip20',18,'0xac86e5f9ba48d680516df50c72928c2ec50f3025');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenixcoin','phoenixcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenixdao','polygon-pos','eip20',18,'0x92c59f1cc9a322670cca29594e4d994d48bdfd36');
INSERT OR REPLACE INTO TokenEntity VALUES('phoenixdao','ethereum','eip20',18,'0x38a2fdc11f526ddd5a607c1f251c065f40fbf2f7');
INSERT OR REPLACE INTO TokenEntity VALUES('phore','phore','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('phunk-vault-nftx','ethereum','eip20',18,'0xb39185e33e8c28e0bb3dbbce24da5dea6379ae91');
INSERT OR REPLACE INTO TokenEntity VALUES('phuture','ethereum','eip20',18,'0xe1fc4455f62a6e89476f1072530c20cf1a0622da');
INSERT OR REPLACE INTO TokenEntity VALUES('pi-network-dog','solana','spl',3,'pi1RgmNaLQsNEyEAsrEjgmemojPwitwDAXc3zgseWWF');
INSERT OR REPLACE INTO TokenEntity VALUES('pibble','kaia','eip20',18,'0xafde910130c335fa5bd5fe991053e3e0a49dce7b');
INSERT OR REPLACE INTO TokenEntity VALUES('pibble','ethereum','eip20',18,'0x1864ce27e9f7517047933caae530674e8c70b8a7');
INSERT OR REPLACE INTO TokenEntity VALUES('picasso','secret','secret',null,'secret1e0y9vf4xr9wffyxsvlz35jzl5st2srkdl8frac');
INSERT OR REPLACE INTO TokenEntity VALUES('picasso','picasso','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('piccolo-inu','ethereum','eip20',9,'0x3a1311b8c404629e38f61d566cefefed083b9670');
INSERT OR REPLACE INTO TokenEntity VALUES('pickle-finance','ethereum','eip20',18,'0x429881672b9ae42b8eba0e26cd9c73711b891ca5');
INSERT OR REPLACE INTO TokenEntity VALUES('pickle-finance','polygon-pos','eip20',18,'0x2b88ad57897a8b496595925f43048301c37615da');
INSERT OR REPLACE INTO TokenEntity VALUES('pickle-finance','aurora','aurora',null,'0x291c8fceaca3342b29cc36171deb98106f712c66');
INSERT OR REPLACE INTO TokenEntity VALUES('pickle-finance','arbitrum-one','eip20',18,'0x965772e0e9c84b6f359c8597c891108dcf1c5b1a');
INSERT OR REPLACE INTO TokenEntity VALUES('pig-finance','binance-smart-chain','eip20',9,'0x8850d2c68c632e3b258e612abaa8fada7e6958e5');
INSERT OR REPLACE INTO TokenEntity VALUES('pigeon-tech','solana','spl',6,'4kHu4VktgzpZW9i8LEsHZrNLJcTV98nGhyZE5JSEpump');
INSERT OR REPLACE INTO TokenEntity VALUES('pigeoncoin','pigeoncoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pika-protocol','optimistic-ethereum','eip20',18,'0x9a601c5bb360811d96a23689066af316a30c3027');
INSERT OR REPLACE INTO TokenEntity VALUES('pikaboss','ethereum','eip20',18,'0xa9d54f37ebb99f83b603cc95fc1a5f3907aaccfd');
INSERT OR REPLACE INTO TokenEntity VALUES('pikachu','ethereum','eip20',18,'0x60f5672a271c7e39e787427a18353ba59a4a3578');
INSERT OR REPLACE INTO TokenEntity VALUES('pikachu','polygon-pos','eip20',18,'0xffb89d7637cf4860884ed48b57ae5562bf64e10f');
INSERT OR REPLACE INTO TokenEntity VALUES('pikamoon','ethereum','eip20',9,'0xd1e64bcc904cfdc19d0faba155a9edc69b4bcdae');
INSERT OR REPLACE INTO TokenEntity VALUES('pillar','polygon-pos','eip20',18,'0xa6b37fc85d870711c56fbcb8afe2f8db049ae774');
INSERT OR REPLACE INTO TokenEntity VALUES('pillar','binance-smart-chain','eip20',18,'0x790cfdc6ab2e0ee45a433aac5434f183be1f6a20');
INSERT OR REPLACE INTO TokenEntity VALUES('pillar','ethereum','eip20',18,'0xe3818504c1b32bf1557b16c238b2e01fd3149c17');
INSERT OR REPLACE INTO TokenEntity VALUES('pillzumi','solana','spl',6,'97Mbx6Jym1iEkQdVfLf5PMWL5tARGnQ5na5jhR9Lpump');
INSERT OR REPLACE INTO TokenEntity VALUES('pineapple','ethereum','eip20',9,'0x129e5915326ed86f831b0e035acda34b209633d5');
INSERT OR REPLACE INTO TokenEntity VALUES('pingo','the-open-network','the-open-network',9,'EQCRWpQQmfSglpLp6D5Xebix50AStBxjfQQNkssFP_IsiQc3');
INSERT OR REPLACE INTO TokenEntity VALUES('pingpong','binance-smart-chain','eip20',18,'0x3ecb529752dec6c6ab08fd83e425497874e21d49');
INSERT OR REPLACE INTO TokenEntity VALUES('pinkmoon','binance-smart-chain','eip20',9,'0xb6090a50f66046e3c6afb9311846a6432e45060a');
INSERT OR REPLACE INTO TokenEntity VALUES('pinksale','binance-smart-chain','eip20',18,'0x602ba546a7b06e0fc7f58fd27eb6996ecc824689');
INSERT OR REPLACE INTO TokenEntity VALUES('pinlink','ethereum','eip20',18,'0x2e44f3f609ff5aa4819b323fd74690f07c3607c4');
INSERT OR REPLACE INTO TokenEntity VALUES('pino','solana','spl',6,'7b36cKRYFZsMp3vLByVwfVQxW2ndcYth5rhPnyypump');
INSERT OR REPLACE INTO TokenEntity VALUES('pinto','base','eip20',6,'0xb170000aeefa790fa61d6e837d1035906839a3c8');
INSERT OR REPLACE INTO TokenEntity VALUES('pintu-token','ethereum','eip20',18,'0xc229c69eb3bb51828d0caa3509a05a51083898dd');
INSERT OR REPLACE INTO TokenEntity VALUES('pip','solana','spl',null,'HHjoYwUp5aU6pnrvN4s2pwEErwXNZKhxKGYjRJMoBjLw');
INSERT OR REPLACE INTO TokenEntity VALUES('pipe-network','solana','spl',9,'7s9MoSt7VV1J3jVNnw2AyocsQDBdCkPYz5apQDPKy9i5');
INSERT OR REPLACE INTO TokenEntity VALUES('pippin','solana','spl',6,'Dfh5DzRgSvvCFDoYc2ciTkMrbDfRKybA4SoFbPmApump');
INSERT OR REPLACE INTO TokenEntity VALUES('pirate-chain','pirate-chain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pirate-token','ethereum','eip20',18,'0x7613c48e0cd50e42dd9bf0f6c235063145f6f8dc');
INSERT OR REPLACE INTO TokenEntity VALUES('piratecash','piratecash','native',8,'');
INSERT OR REPLACE INTO TokenEntity VALUES('piratecash','binance-smart-chain','eip20',8,'0xafcc12e4040615e7afe9fb4330eb3d9120acac05');
INSERT OR REPLACE INTO TokenEntity VALUES('piratecash','the-open-network','the-open-network',8,'EQDCb2loMIB8YS53GEo2r2ggS9AW1Dz-zX_as4DtxXV1u8XY');
INSERT OR REPLACE INTO TokenEntity VALUES('piratecoin','binance-smart-chain','eip20',9,'0x041640ea980e3fe61e9c4ca26d9007bc70094c15');
INSERT OR REPLACE INTO TokenEntity VALUES('pitbull','binance-smart-chain','eip20',9,'0xa57ac35ce91ee92caefaa8dc04140c8e232c2e50');
INSERT OR REPLACE INTO TokenEntity VALUES('pivx','pivx','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pixels','ronin','ronin',null,'0x7eae20d11ef8c779433eb24503def900b9d28ad7');
INSERT OR REPLACE INTO TokenEntity VALUES('pixels','ethereum','eip20',18,'0x3429d03c6f7521aec737a0bbf2e5ddcef2c3ae31');
INSERT OR REPLACE INTO TokenEntity VALUES('pixelverse','binance-smart-chain','eip20',18,'0x47db24e17c0c4622523449a239b3de746e2b0b23');
INSERT OR REPLACE INTO TokenEntity VALUES('pixelverse','ethereum','eip20',18,'0x65e6b60ea01668634d68d0513fe814679f925bad');
INSERT OR REPLACE INTO TokenEntity VALUES('pixocracy','solana','spl',6,'3bGuPexrqNdmXkSxeUuMavYDFdjpQTSDt9ZusDgDpump');
INSERT OR REPLACE INTO TokenEntity VALUES('place-war','binance-smart-chain','eip20',18,'0x07728696ee70a28c9c032926577af1d524df30f9');
INSERT OR REPLACE INTO TokenEntity VALUES('planet-finance','binance-smart-chain','eip20',18,'0x72b7d61e8fc8cf971960dd9cfa59b8c829d91991');
INSERT OR REPLACE INTO TokenEntity VALUES('planet-sandbox','binance-smart-chain','eip20',18,'0x36bfbb1d5b3c9b336f3d64976599b6020ca805f1');
INSERT OR REPLACE INTO TokenEntity VALUES('planet-token','binance-smart-chain','eip20',18,'0xca6d678e74f553f0e59cccc03ae644a3c2c5ee7d');
INSERT OR REPLACE INTO TokenEntity VALUES('planet-token','ethereum','eip20',18,'0x2ad9addd0d97ec3cdba27f92bf6077893b76ab0b');
INSERT OR REPLACE INTO TokenEntity VALUES('planetwatch','algorand','algorand',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('plankton-in-pain','solana','spl',6,'7Rtegu95FZZ2KX3zA37LU1ypicxu6pBysNEagFwhpump');
INSERT OR REPLACE INTO TokenEntity VALUES('plant-vs-undead-token','binance-smart-chain','eip20',18,'0x31471e0791fcdbe82fbf4c44943255e923f1b794');
INSERT OR REPLACE INTO TokenEntity VALUES('plasma-finance','binance-smart-chain','eip20',18,'0xfb288d60d3b66f9c3e231a9a39ed3f158a4269aa');
INSERT OR REPLACE INTO TokenEntity VALUES('plasma-finance','polygon-pos','eip20',18,'0x08158a6b5d4018340387d1a302f882e98a8bc5b4');
INSERT OR REPLACE INTO TokenEntity VALUES('plasma-finance','ethereum','eip20',18,'0x054d64b73d3d8a21af3d764efd76bcaa774f3bb2');
INSERT OR REPLACE INTO TokenEntity VALUES('plastiks','celo','celo',null,'0xf4361a8fbcf6b6a2402f1a1d6c4b945e59a29934');
INSERT OR REPLACE INTO TokenEntity VALUES('plastiks','binance-smart-chain','eip20',9,'0x2764be4756fec8de911d8d37efe4ae8aff178254');
INSERT OR REPLACE INTO TokenEntity VALUES('platincoin','platincoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('platon-network','platon-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('platypus-finance','avalanche','eip20',18,'0x22d4002028f537599be9f666d1c4fa138522f9c8');
INSERT OR REPLACE INTO TokenEntity VALUES('play-2','ethereum','eip20',18,'0x7404ac09adf614603d9c16a7ce85a1101f3514ba');
INSERT OR REPLACE INTO TokenEntity VALUES('play-2','base','eip20',18,'0x7404ac09adf614603d9c16a7ce85a1101f3514ba');
INSERT OR REPLACE INTO TokenEntity VALUES('playa3ull-games-2','avalanche','eip20',18,'0xa77e70d0af1ac7ff86726740db1bd065c3566937');
INSERT OR REPLACE INTO TokenEntity VALUES('playcent','ethereum','eip20',18,'0x657b83a0336561c8f64389a6f5ade675c04b0c3b');
INSERT OR REPLACE INTO TokenEntity VALUES('playcent','binance-smart-chain','eip20',18,'0xe9b9c1c38dab5eab3b7e2ad295425e89bd8db066');
INSERT OR REPLACE INTO TokenEntity VALUES('playdapp','polygon-pos','eip20',18,'0x8765f05adce126d70bcdf1b0a48db573316662eb');
INSERT OR REPLACE INTO TokenEntity VALUES('playdapp','ethereum','eip20',18,'0x3a4f40631a4f906c2bad353ed06de7a5d3fcb430');
INSERT OR REPLACE INTO TokenEntity VALUES('playermon','polygon-pos','eip20',18,'0x0bd49815ea8e2682220bcb41524c0dd10ba71d41');
INSERT OR REPLACE INTO TokenEntity VALUES('playfun','binance-smart-chain','eip20',18,'0x002d0619eab294d21fef071f8b780cae7e999999');
INSERT OR REPLACE INTO TokenEntity VALUES('playpad','binance-smart-chain','eip20',18,'0x93bb13e90678ccd8bbab07d1daef15086746dc9b');
INSERT OR REPLACE INTO TokenEntity VALUES('playsout','base','eip20',18,'0x853a7c99227499dba9db8c3a02aa691afdebf841');
INSERT OR REPLACE INTO TokenEntity VALUES('playsout','binance-smart-chain','eip20',18,'0xf86089b30f30285d492b0527c37b9c2225bfcf8c');
INSERT OR REPLACE INTO TokenEntity VALUES('playzap','kucoin-community-chain','kucoin-community-chain',null,'0x22648c12acd87912ea1710357b1302c6a4154ebc');
INSERT OR REPLACE INTO TokenEntity VALUES('playzap','eos-evm','eos-evm',null,'0xbb8e513b2897ac9c1c47eecfcb42dbd4b77f9275');
INSERT OR REPLACE INTO TokenEntity VALUES('playzap','eos','eos',null,'0xf6f46bd1f85ebf00c6d7490678ad020bc73969a7');
INSERT OR REPLACE INTO TokenEntity VALUES('playzap','binance-smart-chain','eip20',18,'0x6ad9e9c098a45b2b41b519119c31c3dcb02accb2');
INSERT OR REPLACE INTO TokenEntity VALUES('plex','plex','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('plgnet','ethereum','eip20',18,'0x47da5456bc2e1ce391b645ce80f2e97192e4976a');
INSERT OR REPLACE INTO TokenEntity VALUES('plotx','ethereum','eip20',18,'0x72f020f8f3e8fd9382705723cd26380f8d0c66bb');
INSERT OR REPLACE INTO TokenEntity VALUES('plotx','polygon-pos','eip20',18,'0xe82808eaa78339b06a691fd92e1be79671cad8d3');
INSERT OR REPLACE INTO TokenEntity VALUES('plugin','iotex','iotex',null,'xdcff7412ea7c8445c46a8254dfb557ac1e48094391');
INSERT OR REPLACE INTO TokenEntity VALUES('plume','ethereum','eip20',18,'0x4c1746a800d224393fe2470c70a35717ed4ea5f1');
INSERT OR REPLACE INTO TokenEntity VALUES('plume-usd','ethereum','eip20',6,'0xdddd73f5df1f0dc31373357beac77545dc5a6f3f');
INSERT OR REPLACE INTO TokenEntity VALUES('pluton','ethereum','eip20',18,'0xd8912c10681d8b21fd3742244f44658dba12264e');
INSERT OR REPLACE INTO TokenEntity VALUES('pluton','polygon-pos','eip20',18,'0x7dc0cb65ec6019330a6841e9c274f2ee57a6ca6c');
INSERT OR REPLACE INTO TokenEntity VALUES('plxyer','binance-smart-chain','eip20',18,'0xac4ff793053c9fe8163020df5054865d925f9bbd');
INSERT OR REPLACE INTO TokenEntity VALUES('pnetwork','ethereum','eip20',18,'0x89ab32156e46f46d02ade3fecbe5fc4243b9aaed');
INSERT OR REPLACE INTO TokenEntity VALUES('pnetwork','binance-smart-chain','eip20',18,'0xdaacb0ab6fb34d24e8a67bfa14bf4d95d4c7af92');
INSERT OR REPLACE INTO TokenEntity VALUES('poc-blockchain','poc-blockchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pockemy','solana','spl',6,'6LH9NDBYUf7thDx8sMZppZpxAsdXtsQ9VN37gKMpZRSp');
INSERT OR REPLACE INTO TokenEntity VALUES('pocket-network','pocket-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pocketcoin','pocketcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pocoland','binance-smart-chain','eip20',18,'0x394bba8f309f3462b31238b3fd04b83f71a98848');
INSERT OR REPLACE INTO TokenEntity VALUES('pokedx','binance-smart-chain','eip20',9,'0x43a0c5eb1763a211aa3c05849a617f2ee0452767');
INSERT OR REPLACE INTO TokenEntity VALUES('polaris-share','ethereum','eip20',18,'0xc691bc298a304d591ad9b352c7a8d216de9f2ced');
INSERT OR REPLACE INTO TokenEntity VALUES('polinate','ethereum','eip20',18,'0xa1a36d3537bbe375cc9694795f663ddc8d516db9');
INSERT OR REPLACE INTO TokenEntity VALUES('polinate','polygon-pos','eip20',18,'0x6fb54ffe60386ac33b722be13d2549dd87bf63af');
INSERT OR REPLACE INTO TokenEntity VALUES('polis','binance-smart-chain','eip20',18,'0xb5bea8a26d587cf665f2d78f077cca3c7f6341bd');
INSERT OR REPLACE INTO TokenEntity VALUES('polka-city','ethereum','eip20',18,'0xaa8330fb2b4d5d07abfe7a72262752a8505c6b37');
INSERT OR REPLACE INTO TokenEntity VALUES('polka-city','binance-smart-chain','eip20',18,'0x6ae9701b9c423f40d54556c9a443409d79ce170a');
INSERT OR REPLACE INTO TokenEntity VALUES('polkabridge','ethereum','eip20',18,'0x298d492e8c1d909d3f63bc4a36c66c64acb3d695');
INSERT OR REPLACE INTO TokenEntity VALUES('polkabridge','polygon-pos','eip20',18,'0x0d6ae2a429df13e44a07cd2969e085e4833f64a0');
INSERT OR REPLACE INTO TokenEntity VALUES('polkadex','sora','sora',null,'0x008a99c642c508f4f718598f32fa9ecbeea854e335312fecdbd298b92de26e21');
INSERT OR REPLACE INTO TokenEntity VALUES('polkadex','ethereum','eip20',18,'0xf59ae934f6fe444afc309586cc60a84a0f89aaea');
INSERT OR REPLACE INTO TokenEntity VALUES('polkadot','polkadot','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('polkafoundry','ethereum','eip20',18,'0x8b39b70e39aa811b69365398e0aace9bee238aeb');
INSERT OR REPLACE INTO TokenEntity VALUES('polkamarkets','ethereum','eip20',18,'0xd478161c952357f05f0292b56012cd8457f1cfbf');
INSERT OR REPLACE INTO TokenEntity VALUES('polkapet-world','ethereum','eip20',18,'0x6afcff9189e8ed3fcc1cffa184feb1276f6a82a5');
INSERT OR REPLACE INTO TokenEntity VALUES('polkapet-world','moonriver','moonriver',null,'0x1e0f2a75be02c025bd84177765f89200c04337da');
INSERT OR REPLACE INTO TokenEntity VALUES('polkarare','ethereum','eip20',18,'0x2c2f7e7c5604d162d75641256b80f1bf6f4dc796');
INSERT OR REPLACE INTO TokenEntity VALUES('polkastarter','ethereum','eip20',18,'0x83e6f1e41cdd28eaceb20cb649155049fac3d5aa');
INSERT OR REPLACE INTO TokenEntity VALUES('polkastarter','binance-smart-chain','eip20',18,'0x7e624fa0e1c4abfd309cc15719b7e2580887f570');
INSERT OR REPLACE INTO TokenEntity VALUES('polkaswap','sora','sora',null,'0x0200050000000000000000000000000000000000000000000000000000000000');
INSERT OR REPLACE INTO TokenEntity VALUES('polkaswap','ethereum','eip20',18,'0x519c1001d550c0a1dae7d1fc220f7d14c2a521bb');
INSERT OR REPLACE INTO TokenEntity VALUES('polkawar','binance-smart-chain','eip20',18,'0x16153214e683018d5aa318864c8e692b66e16778');
INSERT OR REPLACE INTO TokenEntity VALUES('polker','binance-smart-chain','eip20',18,'0xc49dde62b4a0810074721faca54aab52369f486a');
INSERT OR REPLACE INTO TokenEntity VALUES('polker','ethereum','eip20',18,'0x001a8ffcb0f03e99141652ebcdecdb0384e3bd6c');
INSERT OR REPLACE INTO TokenEntity VALUES('pollux-coin','tron','eip20',8,'TMnqP8yuZrKJFXN59KoVDthkmM3LRkiZXP');
INSERT OR REPLACE INTO TokenEntity VALUES('polly','polygon-pos','eip20',18,'0x4c392822d4be8494b798cea17b43d48b2308109c');
INSERT OR REPLACE INTO TokenEntity VALUES('polly-defi-nest','polygon-pos','eip20',18,'0xd3f07ea86ddf7baebefd49731d7bbd207fedc53b');
INSERT OR REPLACE INTO TokenEntity VALUES('polter-finance','fantom','fantom',18,'0x5c725631fd299703d0a74c23f89a55c6b9a0c52f');
INSERT OR REPLACE INTO TokenEntity VALUES('polter-finance','base','eip20',18,'0xa0820613976b441e2c6a90e4877e2fb5f7d72552');
INSERT OR REPLACE INTO TokenEntity VALUES('poly-peg-mdex','binance-smart-chain','eip20',18,'0xaee4164c1ee46ed0bbc34790f1a3d1fc87796668');
INSERT OR REPLACE INTO TokenEntity VALUES('polycat-finance','polygon-pos','eip20',18,'0x3a3df212b7aa91aa0402b9035b098891d276572b');
INSERT OR REPLACE INTO TokenEntity VALUES('polychain-monsters','binance-smart-chain','eip20',18,'0x1796ae0b0fa4862485106a0de9b654efe301d0b2');
INSERT OR REPLACE INTO TokenEntity VALUES('polychain-monsters','polygon-pos','eip20',18,'0x1796ae0b0fa4862485106a0de9b654efe301d0b2');
INSERT OR REPLACE INTO TokenEntity VALUES('polychain-monsters','ethereum','eip20',18,'0x1796ae0b0fa4862485106a0de9b654efe301d0b2');
INSERT OR REPLACE INTO TokenEntity VALUES('polycule','solana','spl',9,'J27UYHX5oeaG1YbUGQc8BmJySXDjNWChdGB2Pi2TMDAq');
INSERT OR REPLACE INTO TokenEntity VALUES('polydoge','polygon-pos','eip20',18,'0x8a953cfe442c5e8855cc6c61b1293fa648bae472');
INSERT OR REPLACE INTO TokenEntity VALUES('polyfactual','solana','spl',6,'FfixAeHevSKBZWoXPTbLk4U4X9piqvzGKvQaFo3cpump');
INSERT OR REPLACE INTO TokenEntity VALUES('polygod','binance-smart-chain','eip20',18,'0xca830317146bfdde71e7c0b880e2ec1f66e273ee');
INSERT OR REPLACE INTO TokenEntity VALUES('polygon-bridged-usdt-polygon','polygon-pos','eip20',6,'0xc2132d05d31c914a87c6611c10748aeb04b58e8f');
INSERT OR REPLACE INTO TokenEntity VALUES('polygon-bridged-wbtc-polygon-pos','polygon-pos','eip20',8,'0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6');
INSERT OR REPLACE INTO TokenEntity VALUES('polygon-ecosystem-token','ethereum','eip20',18,'0x455e53cbb86018ac2b8092fdcd39d8444affc3f6');
INSERT OR REPLACE INTO TokenEntity VALUES('polygon-pos-bridged-dai-polygon-pos','polygon-pos','eip20',18,'0x8f3cf7ad23cd3cadbd9735aff958023239c6a063');
INSERT OR REPLACE INTO TokenEntity VALUES('polygon-pos-bridged-weth-polygon-pos','polygon-pos','eip20',18,'0x7ceb23fd6bc0add59e62ac25578270cff1b9f619');
INSERT OR REPLACE INTO TokenEntity VALUES('polyhedra-network','binance-smart-chain','eip20',18,'0xc71b5f631354be6853efe9c3ab6b9590f8302e81');
INSERT OR REPLACE INTO TokenEntity VALUES('polyhedra-network','ethereum','eip20',18,'0xc71b5f631354be6853efe9c3ab6b9590f8302e81');
INSERT OR REPLACE INTO TokenEntity VALUES('polylastic','polygon-pos','eip20',18,'0x187ae45f2d361cbce37c6a8622119c91148f261b');
INSERT OR REPLACE INTO TokenEntity VALUES('polylastic','binance-smart-chain','eip20',18,'0xbe510da084e084e3c27b20d79c135dc841135c7f');
INSERT OR REPLACE INTO TokenEntity VALUES('polymath','ethereum','eip20',18,'0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec');
INSERT OR REPLACE INTO TokenEntity VALUES('polymesh','polymesh','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('polyswarm','ethereum','eip20',18,'0x9e46a38f5daabe8683e10793b06749eef7d733d1');
INSERT OR REPLACE INTO TokenEntity VALUES('polytrade','binance-smart-chain','eip20',18,'0x6ba7a8f9063c712c1c8cabc776b1da7126805f3b');
INSERT OR REPLACE INTO TokenEntity VALUES('polytrade','polygon-pos','eip20',18,'0x692ac1e363ae34b6b489148152b12e2785a3d8d6');
INSERT OR REPLACE INTO TokenEntity VALUES('polytrade','ethereum','eip20',18,'0x6e5970dbd6fc7eb1f29c6d2edf2bc4c36124c0c1');
INSERT OR REPLACE INTO TokenEntity VALUES('polytrader-by-virtuals','base','eip20',18,'0x2676e4e0e2eb58d9bdb5078358ff8a3a964cedf5');
INSERT OR REPLACE INTO TokenEntity VALUES('polywhale','polygon-pos','eip20',18,'0x05089c9ebffa4f0aca269e32056b1b36b37ed71b');
INSERT OR REPLACE INTO TokenEntity VALUES('pomato','solana','spl',6,'3gfm611yupHrsZ34hc5K87Q6pWXx6zLwL481hQq3rGMA');
INSERT OR REPLACE INTO TokenEntity VALUES('ponchiqs','the-open-network','the-open-network',7,'EQAkG89bnBfKwsUp8ZzqCJM-DeKxwowl_M7uRan7tbMlMGOJ');
INSERT OR REPLACE INTO TokenEntity VALUES('pond-coin','ethereum','eip20',18,'0x423f4e6138e475d85cf7ea071ac92097ed631eea');
INSERT OR REPLACE INTO TokenEntity VALUES('pongo-2','xrp','xrp',18,'rwCq6TENSo3Hh9LKipXnLaxaeXBXKubqki');
INSERT OR REPLACE INTO TokenEntity VALUES('ponke','solana','spl',null,'5z3EqYQo9HiCEs3R84RCDMu2n7anpDMxRhdK8PSWmrRC');
INSERT OR REPLACE INTO TokenEntity VALUES('pontoon','binance-smart-chain','eip20',18,'0xaee433adebe0fbb88daa47ef0c1a513caa52ef02');
INSERT OR REPLACE INTO TokenEntity VALUES('pontoon','ethereum','eip20',18,'0xaee433adebe0fbb88daa47ef0c1a513caa52ef02');
INSERT OR REPLACE INTO TokenEntity VALUES('poo-chi','binance-smart-chain','eip20',18,'0x91a483538deea8ef583b413166a91e709bd2c8f6');
INSERT OR REPLACE INTO TokenEntity VALUES('poocoin','binance-smart-chain','eip20',8,'0xb27adaffb9fea1801459a1a81b17218288c097cc');
INSERT OR REPLACE INTO TokenEntity VALUES('poodle','binance-smart-chain','eip20',9,'0x4a68c250486a116dc8d6a0c5b0677de07cc09c5d');
INSERT OR REPLACE INTO TokenEntity VALUES('pooh','solana','spl',8,'J8XFfJgS1cs5WVGxGwZb9Rt5rJZizdyzaLhidtvDnYjC');
INSERT OR REPLACE INTO TokenEntity VALUES('pooh','ethereum','eip20',18,'0xb69753c06bb5c366be51e73bfc0cc2e3dc07e371');
INSERT OR REPLACE INTO TokenEntity VALUES('poollotto-finance','binance-smart-chain','eip20',18,'0x631c2f0edabac799f07550aee4ff0bf7fd35212b');
INSERT OR REPLACE INTO TokenEntity VALUES('pooltogether','polygon-pos','eip20',18,'0x25788a1a171ec66da6502f9975a15b609ff54cf6');
INSERT OR REPLACE INTO TokenEntity VALUES('pooltogether','ethereum','eip20',18,'0x0cec1a9154ff802e7934fc916ed7ca50bde6844e');
INSERT OR REPLACE INTO TokenEntity VALUES('poolz-finance','binance-smart-chain','eip20',18,'0x77018282fd033daf370337a5367e62d8811bc885');
INSERT OR REPLACE INTO TokenEntity VALUES('poolz-finance','ethereum','eip20',18,'0x69a95185ee2a045cdc4bcd1b1df10710395e4e23');
INSERT OR REPLACE INTO TokenEntity VALUES('poolz-finance-2','binance-smart-chain','eip20',18,'0xbaea9aba1454df334943951d51116ae342eab255');
INSERT OR REPLACE INTO TokenEntity VALUES('poop','solana','spl',6,'7uwNJaMRj9FZuubmzguU8A4cR15ykpBymhAiVJEFTjZ5');
INSERT OR REPLACE INTO TokenEntity VALUES('pop-2','binance-smart-chain','eip20',18,'0xa3cfb853339b77f385b994799b015cb04b208fe6');
INSERT OR REPLACE INTO TokenEntity VALUES('pop-chest-token','binance-smart-chain','eip20',18,'0x1bb76a939d6b7f5be6b95c4f9f822b02b4d62ced');
INSERT OR REPLACE INTO TokenEntity VALUES('pop-chest-token','ethereum','eip20',18,'0x5d858bcd53e085920620549214a8b27ce2f04670');
INSERT OR REPLACE INTO TokenEntity VALUES('pop-planet','binance-smart-chain','eip20',18,'0x810df4c7daf4ee06ae7c621d0680e73a505c9a06');
INSERT OR REPLACE INTO TokenEntity VALUES('popcat','solana','spl',null,'7GCihgDB8fe6KNjn2MYtkzZcRjQy3t9GHdC8uHYmW2hr');
INSERT OR REPLACE INTO TokenEntity VALUES('populous','ethereum','eip20',8,'0xd4fa1460f537bb9085d22c7bccb5dd450ef28e3a');
INSERT OR REPLACE INTO TokenEntity VALUES('pornrocket','binance-smart-chain','eip20',9,'0xcf9f991b14620f5ad144eec11f9bc7bf08987622');
INSERT OR REPLACE INTO TokenEntity VALUES('port-finance','solana','spl',6,'PoRTjZMPXb9T7dyU7tpLEZRQj7e6ssfAE62j2oQuc6y');
INSERT OR REPLACE INTO TokenEntity VALUES('port3-network','solana','spl',6,'Bo5T8zkE6Xen9ZirEqoNqczuGcsopwNnxbBcW9HqCLGJ');
INSERT OR REPLACE INTO TokenEntity VALUES('port3-network','optimistic-ethereum','eip20',18,'0xb4357054c3da8d46ed642383f03139ac7f090343');
INSERT OR REPLACE INTO TokenEntity VALUES('port3-network','polygon-pos','eip20',18,'0xb4357054c3da8d46ed642383f03139ac7f090343');
INSERT OR REPLACE INTO TokenEntity VALUES('port3-network','ethereum','eip20',18,'0xb4357054c3da8d46ed642383f03139ac7f090343');
INSERT OR REPLACE INTO TokenEntity VALUES('port3-network','arbitrum-one','eip20',18,'0xb4357054c3da8d46ed642383f03139ac7f090343');
INSERT OR REPLACE INTO TokenEntity VALUES('port3-network','binance-smart-chain','eip20',18,'0xb4357054c3da8d46ed642383f03139ac7f090343');
INSERT OR REPLACE INTO TokenEntity VALUES('portal-2','ethereum','eip20',18,'0x1bbe973bef3a977fc51cbed703e8ffdefe001fed');
INSERT OR REPLACE INTO TokenEntity VALUES('portal-to-bitcoin','ethereum','eip20',18,'0x30a25cc9c9eade4d4d9e9349be6e68c3411367d3');
INSERT OR REPLACE INTO TokenEntity VALUES('portals','solana','spl',9,'PRTLSwfLzpVGSAQiUfXEenJkq1cwTsEcsn1hPL9zwwg');
INSERT OR REPLACE INTO TokenEntity VALUES('portion','ethereum','eip20',18,'0x6d0f5149c502faf215c89ab306ec3e50b15e2892');
INSERT OR REPLACE INTO TokenEntity VALUES('portion','binance-smart-chain','eip20',18,'0xaf00aac2431b04ef6afd904d19b08d5146e3a9a0');
INSERT OR REPLACE INTO TokenEntity VALUES('portugal-national-team-fan-token','chiliz','chiliz',null,'0xb0bb080667e52bd84884d2c90322706c4aa9067b');
INSERT OR REPLACE INTO TokenEntity VALUES('poscidondao-token','base','eip20',18,'0x25e0a7767d03461eaf88b47cd9853722fe05dfd3');
INSERT OR REPLACE INTO TokenEntity VALUES('position-token','binance-smart-chain','eip20',18,'0x5ca42204cdaa70d5c773946e69de942b85ca6706');
INSERT OR REPLACE INTO TokenEntity VALUES('potcoin','polygon-pos','eip20',18,'0xd7c8469c7ec40f853da5f651de81b45aed47e5ab');
INSERT OR REPLACE INTO TokenEntity VALUES('povel-durev','the-open-network','the-open-network',9,'EQB02DJ0cdUD4iQDRbBv4aYG3htePHBRK1tGeRtCnatescK0');
INSERT OR REPLACE INTO TokenEntity VALUES('power-ledger','ethereum','eip20',6,'0x595832f8fc6bf59c85c527fec3740a1b7a361269');
INSERT OR REPLACE INTO TokenEntity VALUES('powerloom','ethereum','eip20',18,'0x429f0d8233e517f9acf6f0c8293bf35804063a83');
INSERT OR REPLACE INTO TokenEntity VALUES('powersnookercoin','base','eip20',18,'0x788470b87b87b1815dd2119615a946825342ae01');
INSERT OR REPLACE INTO TokenEntity VALUES('powertrade-fuel','ethereum','eip20',18,'0xc57d533c50bc22247d49a368880fb49a1caa39f7');
INSERT OR REPLACE INTO TokenEntity VALUES('powsche','solana','spl',9,'8CkiSHHJDHJV4LUoiRMLUhqG58cUkbyJRtcP4Z3mCXNf');
INSERT OR REPLACE INTO TokenEntity VALUES('prcy-coin','ethereum','eip20',8,'0xdfc3829b127761a3218bfcee7fc92e1232c9d116');
INSERT OR REPLACE INTO TokenEntity VALUES('prcy-coin','binance-smart-chain','eip20',8,'0xdfc3829b127761a3218bfcee7fc92e1232c9d116');
INSERT OR REPLACE INTO TokenEntity VALUES('prcy-coin','tron','eip20',8,'TYV5eu6UgSPtxVLkPD9YfxmUEcXhum35yS');
INSERT OR REPLACE INTO TokenEntity VALUES('prcy-coin','polygon-pos','eip20',8,'0xdfc3829b127761a3218bfcee7fc92e1232c9d116');
INSERT OR REPLACE INTO TokenEntity VALUES('pre-sp','binance-smart-chain','eip20',18,'0xea7ebde332834c636e788819d0dcdc94ec936200');
INSERT OR REPLACE INTO TokenEntity VALUES('predi','base','eip20',18,'0xaea742f80922f7c94b8fd91686c9dfbdfe90d9e6');
INSERT OR REPLACE INTO TokenEntity VALUES('prefrontal-cortex-convo-agent-by-virtuals','base','eip20',18,'0xab964f7b7b6391bd6c4e8512ef00d01f255d9c0d');
INSERT OR REPLACE INTO TokenEntity VALUES('premia','arbitrum-one','eip20',18,'0x51fc0f6660482ea73330e414efd7808811a57fa2');
INSERT OR REPLACE INTO TokenEntity VALUES('premia','ethereum','eip20',18,'0x6399c842dd2be3de30bf99bc7d1bbf6fa3650e70');
INSERT OR REPLACE INTO TokenEntity VALUES('premia','fantom','eip20',18,'0x3028b4395f98777123c7da327010c40f3c7cc4ef');
INSERT OR REPLACE INTO TokenEntity VALUES('presearch','ethereum','eip20',18,'0xec213f83defb583af3a000b1c0ada660b1902a0f');
INSERT OR REPLACE INTO TokenEntity VALUES('priceless-2','binance-smart-chain','eip20',18,'0x7d03759e5b41e36899833cb2e008455d69a24444');
INSERT OR REPLACE INTO TokenEntity VALUES('primas','ethereum','eip20',18,'0xe3fedaecd47aa8eab6b23227b0ee56f092c967a9');
INSERT OR REPLACE INTO TokenEntity VALUES('primate','ethereum','eip20',18,'0x46e98ffe40e408ba6412beb670507e083c8b95ff');
INSERT OR REPLACE INTO TokenEntity VALUES('primate','binance-smart-chain','eip20',18,'0xa19863e302fd1b41276fce5a48d9c511dbeef34c');
INSERT OR REPLACE INTO TokenEntity VALUES('prime-2','avalanche','eip20',18,'0x33c8036e99082b0c395374832fecf70c42c7f298');
INSERT OR REPLACE INTO TokenEntity VALUES('prime-2','arbitrum-one','eip20',18,'0x3de81ce90f5a27c5e6a5adb04b54aba488a6d14e');
INSERT OR REPLACE INTO TokenEntity VALUES('primecoin','primecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('prism','solana','spl',6,'PRSMNsEPqhGVCH1TtWiJqPjJyh2cKrLostPZTNy1o5x');
INSERT OR REPLACE INTO TokenEntity VALUES('prism','terra','terra',null,'terra1dh9478k2qvqhqeajhn75a2a7dsnf74y5ukregw');
INSERT OR REPLACE INTO TokenEntity VALUES('prisma-governance-token','ethereum','eip20',18,'0xda47862a83dac0c112ba89c6abc2159b95afd71c');
INSERT OR REPLACE INTO TokenEntity VALUES('privapp-network','binance-smart-chain','eip20',8,'0xd0f4afa85a667d27837e9c07c81169869c16dd16');
INSERT OR REPLACE INTO TokenEntity VALUES('privasea-ai','binance-smart-chain','eip20',18,'0x899357e54c2c4b014ea50a9a7bf140ba6df2ec73');
INSERT OR REPLACE INTO TokenEntity VALUES('private-aviation-finance-token','solana','spl',6,'BUUB7DpQT1mcTrs55oXawgEbxm5khAozsbmyhMdRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('privateum','binance-smart-chain','eip20',18,'0xb10be3f4c7e1f870d86ed6cfd412fed6615feb6f');
INSERT OR REPLACE INTO TokenEntity VALUES('privcy','privcy','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('privix-2','ethereum','eip20',9,'0xafb942e2a12ac0861ad81b5c37682f588912c1d9');
INSERT OR REPLACE INTO TokenEntity VALUES('privix-3','ethereum','eip20',9,'0xb1205f513c0f157363f79ffb5455907685ab34ce');
INSERT OR REPLACE INTO TokenEntity VALUES('prizm','prizm','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('probit-exchange','ethereum','eip20',18,'0xfb559ce67ff522ec0b9ba7f5dc9dc7ef6c139803');
INSERT OR REPLACE INTO TokenEntity VALUES('professional-fighters-league-fan-token','chiliz','chiliz',null,'0xc71d22fb8074345d066df3b768b7722b8d1246a6');
INSERT OR REPLACE INTO TokenEntity VALUES('project-galaxy','binance-smart-chain','eip20',18,'0xe4cc45bb5dbda06db6183e8bf016569f40497aa5');
INSERT OR REPLACE INTO TokenEntity VALUES('project-galaxy','ethereum','eip20',18,'0x5faa989af96af85384b8a938c2ede4a7378d9875');
INSERT OR REPLACE INTO TokenEntity VALUES('project-oasis','binance-smart-chain','eip20',18,'0xb19289b436b2f7a92891ac391d8f52580d3087e4');
INSERT OR REPLACE INTO TokenEntity VALUES('project-plutus','solana','spl',6,'76PsEyML7UV9uiBDWMdG3itRRuupDuRs6nNpjNBpump');
INSERT OR REPLACE INTO TokenEntity VALUES('project-with','kaia','eip20',18,'0x275f942985503d8ce9558f8377cc526a3aba3566');
INSERT OR REPLACE INTO TokenEntity VALUES('project89','solana','spl',6,'Bz4MhmVRQENiCou7ZpJ575wpjNFjBjVBSiVhuNg1pump');
INSERT OR REPLACE INTO TokenEntity VALUES('prometeus','ethereum','eip20',18,'0xfc82bb4ba86045af6f327323a46e80412b91b27d');
INSERT OR REPLACE INTO TokenEntity VALUES('prometeus','binance-smart-chain','eip20',18,'0xaf53d56ff99f1322515e54fdde93ff8b3b7dafd5');
INSERT OR REPLACE INTO TokenEntity VALUES('prometheum-prodigy','ethereum','eip20',18,'0x1123d17fcf93ed2b41440317503346a0fdfe3ed7');
INSERT OR REPLACE INTO TokenEntity VALUES('proof-of-liquidity','tron','eip20',8,'TWcDDx1Q6QEoBrJi9qehtZnD4vcXXuVLer');
INSERT OR REPLACE INTO TokenEntity VALUES('propchain','ethereum','eip20',18,'0x9ff58067bd8d239000010c154c6983a325df138e');
INSERT OR REPLACE INTO TokenEntity VALUES('proprietary-trading-network','bittensor','bittensor',null,'8');
INSERT OR REPLACE INTO TokenEntity VALUES('props','ethereum','eip20',18,'0x6fe56c0bcdd471359019fcbc48863d6c3e9d4f41');
INSERT OR REPLACE INTO TokenEntity VALUES('propy','ethereum','eip20',8,'0x226bb599a12c826476e3a771454697ea52e9e220');
INSERT OR REPLACE INTO TokenEntity VALUES('prospective','tron','tron',18,'TFf1aBoNFqxN32V2NQdvNrXVyYCy9qY8p1');
INSERT OR REPLACE INTO TokenEntity VALUES('prospective','polygon-pos','eip20',18,'0xea0941c6e067a4fb4399436ad3e2510eb36b419d');
INSERT OR REPLACE INTO TokenEntity VALUES('prospective','ethereum','eip20',18,'0xbe1936a67f503e0eaf2434b0cf9f4e3d7100008a');
INSERT OR REPLACE INTO TokenEntity VALUES('prospective','binance-smart-chain','eip20',18,'0xbe1936a67f503e0eaf2434b0cf9f4e3d7100008a');
INSERT OR REPLACE INTO TokenEntity VALUES('prosper','ethereum','eip20',18,'0x8642a849d0dcb7a15a974794668adcfbe4794b56');
INSERT OR REPLACE INTO TokenEntity VALUES('prosper','binance-smart-chain','eip20',18,'0xed8c8aa8299c10f067496bb66f8cc7fb338a3405');
INSERT OR REPLACE INTO TokenEntity VALUES('protoken','solana','spl',6,'CWFa2nxUMf5d1WwKtG9FS9kjUKGwKXWSjH8hFdWspump');
INSERT OR REPLACE INTO TokenEntity VALUES('protokols','ethereum','eip20',18,'0xd888a5460fffa4b14340dd9fe2710cbabd520659');
INSERT OR REPLACE INTO TokenEntity VALUES('proton','ethereum','eip20',4,'0xd7efb00d12c2c13131fd319336fdf952525da2af');
INSERT OR REPLACE INTO TokenEntity VALUES('proton','binance-smart-chain','eip20',4,'0x5de3939b2f811a61d830e6f52d13b066881412ab');
INSERT OR REPLACE INTO TokenEntity VALUES('proximax','binance-smart-chain','eip20',6,'0x6f3aaf802f57d045efdd2ac9c06d8879305542af');
INSERT OR REPLACE INTO TokenEntity VALUES('proxy','ethereum','eip20',18,'0x22acaee85ddb83a3a33b7f0928a0e2c3bfdb6a4f');
INSERT OR REPLACE INTO TokenEntity VALUES('proxy','polygon-pos','eip20',18,'0xab3d689c22a2bb821f50a4ff0f21a7980dcb8591');
INSERT OR REPLACE INTO TokenEntity VALUES('pstake-finance','ethereum','eip20',18,'0xfb5c6815ca3ac72ce9f5006869ae67f18bf77006');
INSERT OR REPLACE INTO TokenEntity VALUES('psydao','ethereum','eip20',18,'0x2196b84eace74867b73fb003aff93c11fce1d47a');
INSERT OR REPLACE INTO TokenEntity VALUES('psyopcoin','solana','spl',6,'EFkiR1hE91BkqbxA3YxvYuvDxXTTEMea3zQs8ndbyTQY');
INSERT OR REPLACE INTO TokenEntity VALUES('psyoptions','solana','spl',6,'PsyFiqqjiv41G7o5SMRzDJCu4psptThNR2GtfeGHfSq');
INSERT OR REPLACE INTO TokenEntity VALUES('ptokens-btc','ethereum','eip20',18,'0x5228a22e72ccc52d415ecfd199f99d0665e7733b');
INSERT OR REPLACE INTO TokenEntity VALUES('ptokens-btc','binance-smart-chain','eip20',18,'0xed28a457a5a76596ac48d87c0f577020f6ea1c4c');
INSERT OR REPLACE INTO TokenEntity VALUES('ptokens-ore','binance-smart-chain','eip20',18,'0x4ef285c8cbe52267c022c39da98b97ca4b7e2ff9');
INSERT OR REPLACE INTO TokenEntity VALUES('ptokens-ore','polygon-pos','eip20',18,'0xd52f6ca48882be8fbaa98ce390db18e1dbe1062d');
INSERT OR REPLACE INTO TokenEntity VALUES('ptokens-ore','ethereum','eip20',18,'0x4f640f2529ee0cf119a2881485845fa8e61a782a');
INSERT OR REPLACE INTO TokenEntity VALUES('pube-finance','binance-smart-chain','eip20',9,'0x3916984fa787d89b648ccd8d60b5ff07e0e8e4f4');
INSERT OR REPLACE INTO TokenEntity VALUES('public-meme-token','binance-smart-chain','eip20',18,'0x68ae2f202799be2008c89e2100257e66f77da1f3');
INSERT OR REPLACE INTO TokenEntity VALUES('public-mint','ethereum','eip20',18,'0x0cdf9acd87e940837ff21bb40c9fd55f68bba059');
INSERT OR REPLACE INTO TokenEntity VALUES('publicai','binance-smart-chain','eip20',18,'0x87aa6aeb62ff128aaa96e275d7b24cd12a72aba1');
INSERT OR REPLACE INTO TokenEntity VALUES('publicai','near-protocol','near-protocol',18,'token.publicailab.near');
INSERT OR REPLACE INTO TokenEntity VALUES('pudgy-penguins','solana','spl',6,'2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv');
INSERT OR REPLACE INTO TokenEntity VALUES('pudgystrategy','ethereum','eip20',18,'0xb3d6e9e142a785ea8a4f0050fee73bcc3438c5c5');
INSERT OR REPLACE INTO TokenEntity VALUES('puffer-finance','ethereum','eip20',18,'0x4d1c297d39c5c1277964d0e3f8aa901493664530');
INSERT OR REPLACE INTO TokenEntity VALUES('puffverse','ethereum','eip20',18,'0x3157874a7508fcf972379d24590c6806522b784f');
INSERT OR REPLACE INTO TokenEntity VALUES('puffverse','ronin','ronin',18,'0xb4562fdefd5ed58f7705ce9386d54ee9b53831d1');
INSERT OR REPLACE INTO TokenEntity VALUES('pulse-token','ethereum','eip20',18,'0x52a047ee205701895ee06a375492490ec9c597ce');
INSERT OR REPLACE INTO TokenEntity VALUES('pulsedoge','binance-smart-chain','eip20',18,'0xd4d55b811d9ede2adce61a98d67d7f91bffce495');
INSERT OR REPLACE INTO TokenEntity VALUES('pulsepad','binance-smart-chain','eip20',18,'0x8a74bc8c372bc7f0e9ca3f6ac0df51be15aec47a');
INSERT OR REPLACE INTO TokenEntity VALUES('pulsepad','velas','velas',null,'0x8a74bc8c372bc7f0e9ca3f6ac0df51be15aec47a');
INSERT OR REPLACE INTO TokenEntity VALUES('pumapay','binance-smart-chain','eip20',18,'0x43a167b15a6f24913a8b4d35488b36ac15d39200');
INSERT OR REPLACE INTO TokenEntity VALUES('pumapay','ethereum','eip20',18,'0x846c66cf71c43f80403b51fe3906b3599d63336f');
INSERT OR REPLACE INTO TokenEntity VALUES('pump-fun','solana','spl',6,'pumpCmXqMfrsAkQ5r49WcJnRayYRqmXz6ae8H7H9Dfn');
INSERT OR REPLACE INTO TokenEntity VALUES('pumpai','solana','spl',6,'7vsKatZ8BAKXXb16ZZMJyg9X3iLn8Zpq4yBPg8mWBLMd');
INSERT OR REPLACE INTO TokenEntity VALUES('pumpbtc','binance-smart-chain','eip20',8,'0xf9c4ff105803a77ecb5dae300871ad76c2794fa4');
INSERT OR REPLACE INTO TokenEntity VALUES('pumpbtc','ethereum','eip20',8,'0xf469fbd2abcd6b9de8e169d128226c0fc90a012e');
INSERT OR REPLACE INTO TokenEntity VALUES('pumpbtc-2','binance-smart-chain','eip20',18,'0xb7c0007ab75350c582d5eab1862b872b5cf53f0c');
INSERT OR REPLACE INTO TokenEntity VALUES('pumpfun-pepe','solana','spl',6,'5TfqNKZbn9AnNtzq8bbkyhKgcPGTfNDc9wNzFrTBpump');
INSERT OR REPLACE INTO TokenEntity VALUES('pumpkin-4','solana','spl',null,'2RBko3xoz56aH69isQMUpzZd9NYHahhwC23A5F3Spkin');
INSERT OR REPLACE INTO TokenEntity VALUES('pumpmeme','binance-smart-chain','eip20',18,'0x652fcafea5a2da18e8947748b7849b72148b4543');
INSERT OR REPLACE INTO TokenEntity VALUES('pundi-aifx','ethereum','eip20',18,'0x075f23b9cdfce2cc0ca466f4ee6cb4bd29d83bef');
INSERT OR REPLACE INTO TokenEntity VALUES('pundi-x','ethereum','eip20',18,'0xa15c7ebe1f07caf6bff097d8a589fb8ac49ae5b3');
INSERT OR REPLACE INTO TokenEntity VALUES('pundi-x-2','ethereum','eip20',18,'0x0fd10b9899882a6f2fcb5c371e17e70fdee00c38');
INSERT OR REPLACE INTO TokenEntity VALUES('pundi-x-purse','binance-smart-chain','eip20',18,'0x29a63f4b209c29b4dc47f06ffa896f32667dad2c');
INSERT OR REPLACE INTO TokenEntity VALUES('pundu','solana','spl',9,'WskzsKqEW3ZsmrhPAevfVZb6PuuLzWov9mJWZsfDePC');
INSERT OR REPLACE INTO TokenEntity VALUES('punk-2','the-open-network','the-open-network',9,'EQCdpz6QhJtDtm2s9-krV2ygl45Pwl-KJJCV1-XrP-Xuuxoq');
INSERT OR REPLACE INTO TokenEntity VALUES('punk-2','ethereum','eip20',18,'0xaf6a1125d4cc55a4110dc63cd2ff6e005afb8676');
INSERT OR REPLACE INTO TokenEntity VALUES('punk-auction','ethereum','eip20',18,'0x38778e6d4d0dbe9becef3ae8b938570209efa48b');
INSERT OR REPLACE INTO TokenEntity VALUES('punk-vault-nftx','ethereum','eip20',18,'0x269616d549d7e8eaa82dfb17028d0b212d11232a');
INSERT OR REPLACE INTO TokenEntity VALUES('punkstrategy','ethereum','eip20',18,'0xc50673edb3a7b94e8cad8a7d4e0cd68864e33edf');
INSERT OR REPLACE INTO TokenEntity VALUES('pup','binance-smart-chain','eip20',18,'0x73b84f7e3901f39fc29f3704a03126d317ab4444');
INSERT OR REPLACE INTO TokenEntity VALUES('pup-doge','binance-smart-chain','eip20',9,'0x3220ccbbc29d727bde85b7333d31b21e0d6bc6f4');
INSERT OR REPLACE INTO TokenEntity VALUES('pups-ordinals','ordinals','ordinals',null,'316a00025ad8f6e93b88f5c15927b374a07da0cc81a59b6a8369a1d563a8ddc3i0');
INSERT OR REPLACE INTO TokenEntity VALUES('purefi','ethereum','eip20',18,'0xcda4e840411c00a614ad9205caec807c7458a0e3');
INSERT OR REPLACE INTO TokenEntity VALUES('purefi','polygon-pos','eip20',18,'0x3c205c8b3e02421da82064646788c82f7bd753b9');
INSERT OR REPLACE INTO TokenEntity VALUES('purefi','binance-smart-chain','eip20',18,'0xe2a59d5e33c6540e18aaa46bf98917ac3158db0d');
INSERT OR REPLACE INTO TokenEntity VALUES('puriever','ethereum','eip20',18,'0x2904b9b16652d7d0408eccfa23a19d4a3358230f');
INSERT OR REPLACE INTO TokenEntity VALUES('purple-pepe','solana','spl',1,'HBoNJ5v8g71s2boRivrHnfSB5MVPLDHHyVjruPfhGkvL');
INSERT OR REPLACE INTO TokenEntity VALUES('pusd','polygon-pos','eip20',18,'0x9af3b7dc29d3c4b1a5731408b6a9656fa7ac3b72');
INSERT OR REPLACE INTO TokenEntity VALUES('puss','tron','eip20',18,'TX5eXdf8458bZ77fk8xdvUgiQmC3L93iv7');
INSERT OR REPLACE INTO TokenEntity VALUES('pussy-financial','binance-smart-chain','eip20',18,'0xd9e8d20bde081600fac0d94b88eafaddce55aa43');
INSERT OR REPLACE INTO TokenEntity VALUES('pussy-financial','ethereum','eip20',18,'0x9196e18bc349b1f64bc08784eae259525329a1ad');
INSERT OR REPLACE INTO TokenEntity VALUES('putincoin','putincoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('pvs','solana','spl',6,'FWAr6oWa6CHg6WUcXu8CqkmsdbhtEqL8t31QTonppump');
INSERT OR REPLACE INTO TokenEntity VALUES('pwease','solana','spl',6,'CniPCE4b3s8gSUPhUiyMjXnytrEqUrMfSsnbBjLCpump');
INSERT OR REPLACE INTO TokenEntity VALUES('pyth-network','solana','spl',null,'HZ1JovNiVvGrGNiiYvEozEVgZ58xaU3RKwX8eACQBCt3');
INSERT OR REPLACE INTO TokenEntity VALUES('pythia','solana','spl',6,'CreiuhfwdWCN5mJbMJtA9bBpYQrQF2tCBuZwSPWfpump');
INSERT OR REPLACE INTO TokenEntity VALUES('qace-dynamics','ethereum','eip20',18,'0x696025fab2f3e2ade78e57a3f553e993d2996615');
INSERT OR REPLACE INTO TokenEntity VALUES('qanplatform','ethereum','eip20',18,'0xaaa7a10a8ee237ea61e8ac46c50a8db8bcc1baaa');
INSERT OR REPLACE INTO TokenEntity VALUES('qanplatform','binance-smart-chain','eip20',18,'0xaaa9214f675316182eaa21c85f0ca99160cc3aaa');
INSERT OR REPLACE INTO TokenEntity VALUES('qash','ethereum','eip20',6,'0x618e75ac90b12c6049ba3b27f5d5f8651b0037f6');
INSERT OR REPLACE INTO TokenEntity VALUES('qbao','qtum','qtum',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('qbx','ethereum','eip20',18,'0x72fdc31f4a9a1edf6b6132d3c1754f1cdcf5d9b1');
INSERT OR REPLACE INTO TokenEntity VALUES('qkacoin','solana','spl',7,'mtQ5jWgCqrgBiSut29b4HV19RkMBGA6vidwTMqhNmyy');
INSERT OR REPLACE INTO TokenEntity VALUES('qlink','qlink','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('qmall','binance-smart-chain','eip20',18,'0x07e551e31a793e20dc18494ff6b03095a8f8ee36');
INSERT OR REPLACE INTO TokenEntity VALUES('qmall','velas','velas',null,'0x2217e5921b7edfb4bb193a6228459974010d2198');
INSERT OR REPLACE INTO TokenEntity VALUES('qmall','ethereum','eip20',18,'0x2217e5921b7edfb4bb193a6228459974010d2198');
INSERT OR REPLACE INTO TokenEntity VALUES('qmcoin','qmcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('qna3-ai','binance-smart-chain','eip20',18,'0x30842a9c941d9de3af582c41ad12b11d776ba69e');
INSERT OR REPLACE INTO TokenEntity VALUES('qoomer','solana','spl',6,'6psH6FbcQMoEMmyt55me8ZY2siESQwggAM1PU1bkTSH1');
INSERT OR REPLACE INTO TokenEntity VALUES('qopro','binance-smart-chain','eip20',18,'0x22514ffb0d7232a56f0c24090e7b68f179faa940');
INSERT OR REPLACE INTO TokenEntity VALUES('qopro','ethereum','eip20',18,'0x22514ffb0d7232a56f0c24090e7b68f179faa940');
INSERT OR REPLACE INTO TokenEntity VALUES('qredo','ethereum','eip20',8,'0x4123a133ae3c521fd134d7b13a2dec35b56c2463');
INSERT OR REPLACE INTO TokenEntity VALUES('qrkita-token','binance-smart-chain','eip20',9,'0x921d3a6ed8223afb6358410f717e2fb13cbae700');
INSERT OR REPLACE INTO TokenEntity VALUES('qstar','ethereum','eip20',9,'0x9abfc0f085c82ec1be31d30843965fcc63053ffe');
INSERT OR REPLACE INTO TokenEntity VALUES('qtum','qtum','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('qu3ai','ethereum','eip20',18,'0x3f40514a01fe69943c84416f528bc73f323f02cd');
INSERT OR REPLACE INTO TokenEntity VALUES('quack-ai','binance-smart-chain','eip20',18,'0xc07e1300dc138601fa6b0b59f8d0fa477e690589');
INSERT OR REPLACE INTO TokenEntity VALUES('quack-ai','ethereum','eip20',18,'0xc07e1300dc138601fa6b0b59f8d0fa477e690589');
INSERT OR REPLACE INTO TokenEntity VALUES('quadrant-protocol','ethereum','eip20',18,'0xc28e931814725bbeb9e670676fabbcb694fe7df2');
INSERT OR REPLACE INTO TokenEntity VALUES('quain','solana','spl',6,'4dqYzXnTfNrbwMdJ6uum2FbPC1LkmHtSAbXmh2pfpump');
INSERT OR REPLACE INTO TokenEntity VALUES('quant-network','ethereum','eip20',18,'0x4a220e6096b25eadb88358cb44068a3248254675');
INSERT OR REPLACE INTO TokenEntity VALUES('quantfury','ethereum','eip20',8,'0x0fcbc31c503b4a9ed90e87f8ff46c318a4a14260');
INSERT OR REPLACE INTO TokenEntity VALUES('quantixai','ethereum','eip20',18,'0xcb21311d3b91b5324f6c11b4f5a656fcacbff122');
INSERT OR REPLACE INTO TokenEntity VALUES('quantlink','ethereum','eip20',18,'0xe226b7ae83a44bb98f67bea28c4ad73b0925c49e');
INSERT OR REPLACE INTO TokenEntity VALUES('quanto','solana','spl',6,'quantoL84tL1HvygKcz3TJtWRU6dFPW8imMzCa4qxGW');
INSERT OR REPLACE INTO TokenEntity VALUES('quantoz-eurq','ethereum','eip20',6,'0x8df723295214ea6f21026eeeb4382d475f146f9f');
INSERT OR REPLACE INTO TokenEntity VALUES('quantoz-usdq','ethereum','eip20',6,'0xc83e27f270cce0a3a3a29521173a83f402c1768b');
INSERT OR REPLACE INTO TokenEntity VALUES('quantum-network','solana','spl',9,'G7Y2CMsSdV5nrNXZPa8jQqroGPaCK3VV8sApJ5QnzuvU');
INSERT OR REPLACE INTO TokenEntity VALUES('quantum-resistant-ledger','quantum-resistant-ledger','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('quantum-tech','polygon-pos','eip20',18,'0x87e28bd5499e6846141a85659bc7f0cf815db11d');
INSERT OR REPLACE INTO TokenEntity VALUES('quantumcoin-2','base','eip20',18,'0x4a0aaf171446dda0ed95295c46820e2015a28b07');
INSERT OR REPLACE INTO TokenEntity VALUES('quark-chain','ethereum','eip20',18,'0xea26c4ac16d4a5a106820bc8aee85fd0b7b2b664');
INSERT OR REPLACE INTO TokenEntity VALUES('quasar-3','solana','spl',6,'E1XGEP1nk3BLxpnkWfqVnpVTA13RYzpY6Na1XD2Kpump');
INSERT OR REPLACE INTO TokenEntity VALUES('qubit','binance-smart-chain','eip20',18,'0x17b7163cf1dbd286e262ddc68b553d899b93f526');
INSERT OR REPLACE INTO TokenEntity VALUES('qubit-2','ethereum','eip20',18,'0xb17be9a85d1e04d1aa6ea4b83c0bb6a2030c261f');
INSERT OR REPLACE INTO TokenEntity VALUES('qudefi-2','ethereum','eip20',18,'0x1842f548295b222c56939745d8ddf74981d40030');
INSERT OR REPLACE INTO TokenEntity VALUES('quick','ethereum','eip20',18,'0x6c28aef8977c9b773996d0e8376d2ee379446f2f');
INSERT OR REPLACE INTO TokenEntity VALUES('quick','polygon-pos','eip20',18,'0x831753dd7087cac61ab5644b308642cc1c33dc13');
INSERT OR REPLACE INTO TokenEntity VALUES('quickswap','dogechain','dogechain',null,'0xb12c13e66ade1f72f71834f2fc5082db8c091358');
INSERT OR REPLACE INTO TokenEntity VALUES('quickswap','ethereum','eip20',18,'0xd2ba23de8a19316a638dc1e7a9adda1d74233368');
INSERT OR REPLACE INTO TokenEntity VALUES('quickswap','polygon-pos','eip20',18,'0xb5c064f955d8e7f38fe0460c556a72987494ee17');
INSERT OR REPLACE INTO TokenEntity VALUES('quidax','binance-smart-chain','eip20',18,'0x9e3a9f1612028eee48f85ca85f8bed2f37d76848');
INSERT OR REPLACE INTO TokenEntity VALUES('quidd','binance-smart-chain','eip20',18,'0x7961ade0a767c0e5b67dd1a1f78ba44f727642ed');
INSERT OR REPLACE INTO TokenEntity VALUES('quidd','ethereum','eip20',18,'0xda9fdab21bc4a5811134a6e0ba6ca06624e67c07');
INSERT OR REPLACE INTO TokenEntity VALUES('quipuswap-governance-token','tezos','tezos',null,'KT193D4vozYnhGJQVtw7CoxxqphqUEEwK6Vb');
INSERT OR REPLACE INTO TokenEntity VALUES('quitcoin','solana','spl',6,'4v7TVrzCQPp2nNHn9twrf3eyHQqcy7ieVSLY4xE2hqV');
INSERT OR REPLACE INTO TokenEntity VALUES('quiverx','ethereum','eip20',18,'0x6e0dade58d2d89ebbe7afc384e3e4f15b70b14d8');
INSERT OR REPLACE INTO TokenEntity VALUES('quiztok','ethereum','eip20',18,'0x1bf7fd22709733ccd7c45ab27dd02c7ec8e50078');
INSERT OR REPLACE INTO TokenEntity VALUES('quorium','binance-smart-chain','eip20',3,'0xdc49a53e1f15fd7fd522e0691cb570f442e9ca6c');
INSERT OR REPLACE INTO TokenEntity VALUES('qup-coin','solana','spl',9,'2xaPstY4XqJ2gUA1mpph3XmvmPZGuTuJ658AeqX3gJ6F');
INSERT OR REPLACE INTO TokenEntity VALUES('qustream','solana','spl',6,'AUuCEHQ7sm2i5GmaHrpE961voWcTY8U6mgrkhcV7pump');
INSERT OR REPLACE INTO TokenEntity VALUES('qvrs','base','eip20',18,'0x45f368693eee8e3610270f82085784c1c8ac124b');
INSERT OR REPLACE INTO TokenEntity VALUES('r0ar-token','ethereum','eip20',18,'0xb0415d55f2c87b7f99285848bd341c367feac1ea');
INSERT OR REPLACE INTO TokenEntity VALUES('r34p','ethereum','eip20',8,'0xcaeaf8381d4b20b43afa42061d6f80319a8881f6');
INSERT OR REPLACE INTO TokenEntity VALUES('rabbi-schlomo-by-virtuals','base','eip20',null,'0x5f6a682a58854c7fbe228712aeeffccde0008ac0');
INSERT OR REPLACE INTO TokenEntity VALUES('rabbit-finance','binance-smart-chain','eip20',18,'0x95a1199eba84ac5f19546519e287d43d2f0e1b41');
INSERT OR REPLACE INTO TokenEntity VALUES('rabbitcoin-2','the-open-network','the-open-network',9,'EQCD7lrrxpOcq5A5R6nTLeF1kuIbl1BKCe5OnanGe3cB4FVB');
INSERT OR REPLACE INTO TokenEntity VALUES('rabbitx','ethereum','eip20',18,'0x3ba925fdeae6b46d0bb4d424d829982cb2f7309e');
INSERT OR REPLACE INTO TokenEntity VALUES('racefi','solana','spl',6,'AAmGoPDFLG6bE82BgZWjVi8k95tj9Tf3vUN7WvtUm2BU');
INSERT OR REPLACE INTO TokenEntity VALUES('racex','avalanche','eip20',18,'0x7086e045b78e1e72f741f25231c08d238812cf8a');
INSERT OR REPLACE INTO TokenEntity VALUES('radiant','radiant','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('radiant-capital','arbitrum-one','eip20',18,'0x0c4681e6c0235179ec3d4f4fc4df3d14fdd96017');
INSERT OR REPLACE INTO TokenEntity VALUES('radicle','ethereum','eip20',18,'0x31c8eacbffdd875c74b94b077895bd78cf1e64a3');
INSERT OR REPLACE INTO TokenEntity VALUES('radio-caca','ethereum','eip20',18,'0x12bb890508c125661e03b09ec06e404bc9289040');
INSERT OR REPLACE INTO TokenEntity VALUES('radio-caca','binance-smart-chain','eip20',18,'0x12bb890508c125661e03b09ec06e404bc9289040');
INSERT OR REPLACE INTO TokenEntity VALUES('radio-caca','okex-chain','okex-chain',null,'0x12bb890508c125661e03b09ec06e404bc9289040');
INSERT OR REPLACE INTO TokenEntity VALUES('radium','radium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('radix','radix','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rae-token','ethereum','eip20',18,'0xe5a3229ccb22b6484594973a03a3851dcd948756');
INSERT OR REPLACE INTO TokenEntity VALUES('rage-fan','binance-smart-chain','eip20',18,'0xd38c1b7b95d359978996e01b8a85286f65b3c011');
INSERT OR REPLACE INTO TokenEntity VALUES('rage-fan','ethereum','eip20',18,'0x94804dc4948184ffd7355f62ccbb221c9765886f');
INSERT OR REPLACE INTO TokenEntity VALUES('rage-guy-2','solana','spl',6,'G3FoXHoQDuGkEG8ZqQd7riC9uB1N51bg7JuxJEPNpump');
INSERT OR REPLACE INTO TokenEntity VALUES('rai','optimistic-ethereum','eip20',18,'0x7fb688ccf682d58f86d7e38e03f9d22e7705448b');
INSERT OR REPLACE INTO TokenEntity VALUES('rai','ethereum','eip20',18,'0x03ab458634910aad20ef5f1c8ee96f1d6ac54919');
INSERT OR REPLACE INTO TokenEntity VALUES('rai','avalanche','eip20',18,'0x97cd1cfe2ed5712660bb6c14053c0ecb031bff7d');
INSERT OR REPLACE INTO TokenEntity VALUES('rai','polygon-pos','eip20',18,'0x00e5646f60ac6fb446f621d146b6e1886f002905');
INSERT OR REPLACE INTO TokenEntity VALUES('rai-finance','binance-smart-chain','eip20',18,'0x1a28ed8472f644e8898a169a644503b779748d6e');
INSERT OR REPLACE INTO TokenEntity VALUES('rai-finance','ethereum','eip20',18,'0xb49fa25978abf9a248b8212ab4b87277682301c0');
INSERT OR REPLACE INTO TokenEntity VALUES('raid-token','gnosis','eip20',18,'0x18e9262e68cc6c6004db93105cc7c001bb103e49');
INSERT OR REPLACE INTO TokenEntity VALUES('raid-token','ethereum','eip20',18,'0x154e35c2b0024b3e079c5c5e4fc31c979c189ccb');
INSERT OR REPLACE INTO TokenEntity VALUES('raider-aurum','polygon-pos','eip20',18,'0x34d4ab47bee066f361fa52d792e69ac7bd05ee23');
INSERT OR REPLACE INTO TokenEntity VALUES('railgun','ethereum','eip20',18,'0xe76c6c83af64e4c60245d8c7de953df673a7a33d');
INSERT OR REPLACE INTO TokenEntity VALUES('rain-coin','polygon-pos','eip20',18,'0x8e677ca17065ed74675bc27bcabadb7eef10a292');
INSERT OR REPLACE INTO TokenEntity VALUES('rainbow-bridged-frax-near-protocol','near-protocol','near-protocol',18,'853d955acef822db058eb8505911ed77f175b99e.factory.bridge.near');
INSERT OR REPLACE INTO TokenEntity VALUES('rainbow-token','ethereum','eip20',18,'0xe94b97b6b43639e238c851a7e693f50033efd75c');
INSERT OR REPLACE INTO TokenEntity VALUES('rainbowtoken','binance-smart-chain','eip20',9,'0x673da443da2f6ae7c5c660a9f0d3dd24d1643d36');
INSERT OR REPLACE INTO TokenEntity VALUES('raini-studios-token','ethereum','eip20',18,'0xbe03e60757f21f4b6fc8f16676ad9d5b1002e512');
INSERT OR REPLACE INTO TokenEntity VALUES('raini-studios-token','beam','beam',18,'0xe338aa35d844d5c1a4e052380dbfa939e0cce13f');
INSERT OR REPLACE INTO TokenEntity VALUES('raini-studios-token','avalanche','eip20',18,'0x23675ba5d0a8075da5ba18756554e7633cea2c85');
INSERT OR REPLACE INTO TokenEntity VALUES('rainicorn','fantom','eip20',18,'0xe83dfaaafd3310474d917583ae9633b4f68fb036');
INSERT OR REPLACE INTO TokenEntity VALUES('rainicorn','ethereum','eip20',18,'0xeb953eda0dc65e3246f43dc8fa13f35623bdd5ed');
INSERT OR REPLACE INTO TokenEntity VALUES('rainicorn','binance-smart-chain','eip20',18,'0xeb953eda0dc65e3246f43dc8fa13f35623bdd5ed');
INSERT OR REPLACE INTO TokenEntity VALUES('rainmaker-games','ethereum','eip20',18,'0x71fc1f555a39e0b698653ab0b475488ec3c34d57');
INSERT OR REPLACE INTO TokenEntity VALUES('rainmaker-games','binance-smart-chain','eip20',18,'0x6bcd897d4ba5675f860c7418ddc034f6c5610114');
INSERT OR REPLACE INTO TokenEntity VALUES('rake-finance','ethereum','eip20',18,'0xa8b0f154a688c22142e361707df64277e0a0be66');
INSERT OR REPLACE INTO TokenEntity VALUES('rally-2','ethereum','eip20',18,'0xf1f955016ecbcd7321c7266bccfb96c68ea5e49b');
INSERT OR REPLACE INTO TokenEntity VALUES('ramifi','binance-smart-chain','eip20',9,'0x63290fc683d11ea077aba09596ff7387d49df912');
INSERT OR REPLACE INTO TokenEntity VALUES('ramon','solana','spl',9,'DCMJcu2pqr4k5YGmdGkEPkTjyngT9vaHLKBFSC9jK5Sn');
INSERT OR REPLACE INTO TokenEntity VALUES('ramp','polygon-pos','eip20',18,'0xaecebfcf604ad245eaf0d5bd68459c3a7a6399c2');
INSERT OR REPLACE INTO TokenEntity VALUES('ramp','binance-smart-chain','eip20',18,'0x8519ea49c997f50ceffa444d240fb655e89248aa');
INSERT OR REPLACE INTO TokenEntity VALUES('ramp','ethereum','eip20',18,'0x33d0568941c0c64ff7e0fb4fba0b11bd37deed9f');
INSERT OR REPLACE INTO TokenEntity VALUES('rangers-fan-token','Bitcichain','Bitcichain',null,'0xf930a91a60deb0eb1fe9419a85f95d21badabd34');
INSERT OR REPLACE INTO TokenEntity VALUES('rangers-protocol-gas','binance-smart-chain','eip20',18,'0xc2098a8938119a52b1f7661893c0153a6cb116d5');
INSERT OR REPLACE INTO TokenEntity VALUES('rangers-protocol-gas','ethereum','eip20',18,'0x0e5c8c387c5eba2ecbc137ad012aed5fe729e251');
INSERT OR REPLACE INTO TokenEntity VALUES('rapids','rapids','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('raptoreum','raptoreum','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rari-governance-token','arbitrum-one','eip20',18,'0xef888bca6ab6b1d26dbec977c455388ecd794794');
INSERT OR REPLACE INTO TokenEntity VALUES('rari-governance-token','fantom','eip20',18,'0xcf726a06f3dcec8ef2b033336d138caa0eae5af2');
INSERT OR REPLACE INTO TokenEntity VALUES('rari-governance-token','ethereum','eip20',18,'0xd291e7a03283640fdc51b121ac401383a46cc623');
INSERT OR REPLACE INTO TokenEntity VALUES('rari-governance-token','polygon-pos','eip20',18,'0xf4bb0ed25ac7bcc9c327b88bac5ca288a08ec41e');
INSERT OR REPLACE INTO TokenEntity VALUES('rarible','ethereum','eip20',18,'0xfca59cd816ab1ead66534d82bc21e7515ce441cf');
INSERT OR REPLACE INTO TokenEntity VALUES('rasmr','solana','spl',6,'B1oEzGes1QxVZoxR3abiwAyL4jcPRF2s2ok5Yerrpump');
INSERT OR REPLACE INTO TokenEntity VALUES('rat-escape','solana','spl',6,'3vJenGaGsuKG5shPhi7rjnuy3MV6xjmBTGjYqYzXpump');
INSERT OR REPLACE INTO TokenEntity VALUES('ratio1','base','eip20',18,'0x6444c6c2d527d85ea97032da9a7504d6d1448ecf');
INSERT OR REPLACE INTO TokenEntity VALUES('rato-the-rat','ethereum','eip20',9,'0xf816507e690f5aa4e29d164885eb5fa7a5627860');
INSERT OR REPLACE INTO TokenEntity VALUES('ratomilton','solana','spl',null,'FFXsbx4rPwM8CyKKZiPU3YS9xFFirww6QEzb6KCCpump');
INSERT OR REPLACE INTO TokenEntity VALUES('raven-protocol','binancecoin','bep2',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('raven-protocol','binance-smart-chain','eip20',18,'0xcd7c5025753a49f1881b31c48caa7c517bb46308');
INSERT OR REPLACE INTO TokenEntity VALUES('ravencoin','ravencoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ravenquest','ethereum','eip20',6,'0x1fc122fe8b6fa6b8598799baf687539b5d3b2783');
INSERT OR REPLACE INTO TokenEntity VALUES('raydium','solana','spl',6,'4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R');
INSERT OR REPLACE INTO TokenEntity VALUES('raze-network','binance-smart-chain','eip20',18,'0x65e66a61d0a8f1e686c2d6083ad611a10d84d97a');
INSERT OR REPLACE INTO TokenEntity VALUES('raze-network','ethereum','eip20',18,'0x5eaa69b29f99c84fe5de8200340b4e9b4ab38eac');
INSERT OR REPLACE INTO TokenEntity VALUES('razor-network','polygon-pos','eip20',18,'0xc91c06db0f7bffba61e2a5645cc15686f0a8c828');
INSERT OR REPLACE INTO TokenEntity VALUES('razor-network','ethereum','eip20',18,'0x50de6856358cc35f3a9a57eaaa34bd4cb707d2cd');
INSERT OR REPLACE INTO TokenEntity VALUES('razor-network','binance-smart-chain','eip20',18,'0x50de6856358cc35f3a9a57eaaa34bd4cb707d2cd');
INSERT OR REPLACE INTO TokenEntity VALUES('rbx-token','avalanche','eip20',18,'0x94960952876e3ed6a7760b198354fcc5319a406a');
INSERT OR REPLACE INTO TokenEntity VALUES('rbx-token','binance-smart-chain','eip20',18,'0xace3574b8b054e074473a9bd002e5dc6dd3dff1b');
INSERT OR REPLACE INTO TokenEntity VALUES('rbx-token','ethereum','eip20',18,'0x8254e26e453eb5abd29b3c37ac9e8da32e5d3299');
INSERT OR REPLACE INTO TokenEntity VALUES('rcade-network','binance-smart-chain','eip20',18,'0x6f0037c79d144d5b8e3e6f04e49fbb5f25fd508f');
INSERT OR REPLACE INTO TokenEntity VALUES('rcade-network','arbitrum-one','eip20',18,'0x077574441c4f8763a37a2cfee2ecb444aa60a15e');
INSERT OR REPLACE INTO TokenEntity VALUES('rcge','arbitrum-one','eip20',18,'0x0d5105ec5bbbf17dba7a87e1aed2c2c15394a9e2');
INSERT OR REPLACE INTO TokenEntity VALUES('rch-token','ethereum','eip20',18,'0x57b96d4af698605563a4653d882635da59bf11af');
INSERT OR REPLACE INTO TokenEntity VALUES('reachx-mainnet','base','eip20',18,'0x4d5cb527bd9d87c727b6dbe01114adc086e646a2');
INSERT OR REPLACE INTO TokenEntity VALUES('ready','solana','spl',9,'HKJHsYJHMVK5VRyHHk5GhvzY9tBAAtPvDkZfDH6RLDTd');
INSERT OR REPLACE INTO TokenEntity VALUES('readyai','bittensor','bittensor',null,'33');
INSERT OR REPLACE INTO TokenEntity VALUES('real-4','solana','spl',6,'8Aq4fWMgPqJbF3w8w8PnLDRVUAFe4mzsCvPKxAArbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('real-realm','binance-smart-chain','eip20',18,'0xe91cd52bd65fe23a3eae40e3eb87180e8306399f');
INSERT OR REPLACE INTO TokenEntity VALUES('real-realm','kardiachain','kardiachain',null,'0x10c2ed4dcb8e81a5ce45d985f907364e1bc3e4e1');
INSERT OR REPLACE INTO TokenEntity VALUES('real-smurf-cat','ethereum','eip20',18,'0xff836a5821e69066c87e268bc51b849fab94240c');
INSERT OR REPLACE INTO TokenEntity VALUES('real-usd','polygon-pos','eip20',9,'0xb5dfabd7ff7f83bab83995e72a52b97abb7bcf63');
INSERT OR REPLACE INTO TokenEntity VALUES('real-world-ai','solana','spl',6,'G8aVC4nk5oPWzTHp4PDm3kAuixCebv9WRQMD93h9pump');
INSERT OR REPLACE INTO TokenEntity VALUES('realfevr','binance-smart-chain','eip20',18,'0x82030cdbd9e4b7c5bb0b811a61da6360d69449cc');
INSERT OR REPLACE INTO TokenEntity VALUES('realfevr','ethereum','eip20',18,'0x9fb83c0635de2e815fd1c21b3a292277540c2e8d');
INSERT OR REPLACE INTO TokenEntity VALUES('realfevr','polygon-pos','eip20',18,'0xe6b9d092223f39013656702a40dbe6b7decc5746');
INSERT OR REPLACE INTO TokenEntity VALUES('realfinance-network','binance-smart-chain','eip20',18,'0x641a6dc991a49f7be9fe3c72c5d0fbb223edb12f');
INSERT OR REPLACE INTO TokenEntity VALUES('realgoat','base','eip20',8,'0xf0268c5f9aa95baf5c25d646aabb900ac12f0800');
INSERT OR REPLACE INTO TokenEntity VALUES('realio-network','ethereum','eip20',18,'0xf21661d0d1d76d3ecb8e1b9f1c923dbfffae4097');
INSERT OR REPLACE INTO TokenEntity VALUES('realis-worlds','solana','spl',6,'EBGaJP7srpUUN8eRdta1MsojrNtweuHYsdP3P1TRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('reality-metaverse','ethereum','eip20',18,'0x423352f2c6e0e72422b69af03aba259310146d90');
INSERT OR REPLACE INTO TokenEntity VALUES('reality-spiral','ethereum','eip20',18,'0x90e3532cf06d567ef7e6385be532311f10c30096');
INSERT OR REPLACE INTO TokenEntity VALUES('reallink','tron','eip20',6,'TGBfBt6Y2Dm3RHdNpZAdqywBsvfdysf834');
INSERT OR REPLACE INTO TokenEntity VALUES('realm','ethereum','eip20',18,'0x464fdb8affc9bac185a7393fd4298137866dcfb8');
INSERT OR REPLACE INTO TokenEntity VALUES('realm','binance-smart-chain','eip20',18,'0x464fdb8affc9bac185a7393fd4298137866dcfb8');
INSERT OR REPLACE INTO TokenEntity VALUES('realtoken-ecosystem-governance','xdai','xdai',18,'0x0aa1e96d2a46ec6beb2923de1e61addf5f5f1dce');
INSERT OR REPLACE INTO TokenEntity VALUES('realy-metaverse','solana','spl',9,'AD27ov5fVU2XzwsbvnFvb1JpCBaCB5dRXrczV9CqSVGb');
INSERT OR REPLACE INTO TokenEntity VALUES('reapchain','ethereum','eip20',18,'0x1fc5ef0337aea85c5f9198853a6e3a579a7a6987');
INSERT OR REPLACE INTO TokenEntity VALUES('recharge','binance-smart-chain','eip20',18,'0x2d94172436d869c1e3c094bead272508fab0d9e3');
INSERT OR REPLACE INTO TokenEntity VALUES('recharge','ethereum','eip20',18,'0xe74be071f3b62f6a4ac23ca68e5e2a39797a3c30');
INSERT OR REPLACE INTO TokenEntity VALUES('recovery-right-token','recovery-right-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('red','ethereum','eip20',18,'0x76960dccd5a1fe799f7c29be9f19ceb4627aeb2f');
INSERT OR REPLACE INTO TokenEntity VALUES('red-genesis','solana','spl',6,'C1YT4fbjCkwqodUVLryYVRs37vmvYnihAJjVDDeupump');
INSERT OR REPLACE INTO TokenEntity VALUES('red-pulse','neo','neo',null,'1578103c13e39df15d0d29826d957e85d770d8c9');
INSERT OR REPLACE INTO TokenEntity VALUES('redacted','ethereum','eip20',18,'0xc55126051b22ebb829d00368f4b12bde432de5da');
INSERT OR REPLACE INTO TokenEntity VALUES('redacted-2','base','eip20',18,'0xd3f68c6e8aee820569d58adf8d85d94489315192');
INSERT OR REPLACE INTO TokenEntity VALUES('redacted-terminal','solana','spl',9,'3QGGLYLu251jE9Ra8jkGtuHb773xYciXeqqvUgNTGimE');
INSERT OR REPLACE INTO TokenEntity VALUES('redbrick','binance-smart-chain','eip20',18,'0xb40f2e5291c3db45abb0ca8df76f1c21e9f112a9');
INSERT OR REPLACE INTO TokenEntity VALUES('reddcoin','reddcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('reddio','ethereum','eip20',18,'0x57240c3e140f98abe315ca8e0213c7a77f34a334');
INSERT OR REPLACE INTO TokenEntity VALUES('reddio','binance-smart-chain','eip20',18,'0xd86e6ef14b96d942ef0abf0720c549197ea8c528');
INSERT OR REPLACE INTO TokenEntity VALUES('redfeg','binance-smart-chain','eip20',9,'0x25574cad6f03ffacd9d08b288e8d5d88997fb2f3');
INSERT OR REPLACE INTO TokenEntity VALUES('redfox-labs-2','binance-smart-chain','eip20',18,'0x0a3a21356793b49154fd3bbe91cbc2a16c0457f5');
INSERT OR REPLACE INTO TokenEntity VALUES('redfox-labs-2','ethereum','eip20',18,'0xa1d6df714f91debf4e0802a542e13067f31b8262');
INSERT OR REPLACE INTO TokenEntity VALUES('redstone-oracles','ethereum','eip20',18,'0xc43c6bfeda065fe2c4c11765bf838789bd0bb5de');
INSERT OR REPLACE INTO TokenEntity VALUES('reecoin-2','ethereum','eip20',3,'0x4e6415bac66d5c66efeb0ded7494ae3c648d68cf');
INSERT OR REPLACE INTO TokenEntity VALUES('reef','ethereum','eip20',18,'0xfe3e6a25e6b192a42a44ecddcd13796471735acf');
INSERT OR REPLACE INTO TokenEntity VALUES('reef','sora','sora',null,'0x0004d3168f737e96b66b72fbb1949a2a23d4ef87182d1e8bf64096f1bb348e0b');
INSERT OR REPLACE INTO TokenEntity VALUES('reef','harmony-shard-0','harmony-shard-0',null,'0x9ab0db833557d95aff98c09b560145ad34e681b8');
INSERT OR REPLACE INTO TokenEntity VALUES('reef','binance-smart-chain','eip20',18,'0xf21768ccbc73ea5b6fd3c687208a7c2def2d966e');
INSERT OR REPLACE INTO TokenEntity VALUES('reental','polygon-pos','eip20',18,'0x27ab6e82f3458edbc0703db2756391b899ce6324');
INSERT OR REPLACE INTO TokenEntity VALUES('ref-finance','near-protocol','near-protocol',null,'token.v2.ref-finance.near');
INSERT OR REPLACE INTO TokenEntity VALUES('refereum','ethereum','eip20',4,'0xd0929d411954c47438dc1d871dd6081f5c5e149c');
INSERT OR REPLACE INTO TokenEntity VALUES('refinable','binance-smart-chain','eip20',18,'0x4e6415a5727ea08aae4580057187923aec331227');
INSERT OR REPLACE INTO TokenEntity VALUES('reflect-base','base','eip20',18,'0x6e2c81b6c2c0e02360f00a0da694e489acb0b05e');
INSERT OR REPLACE INTO TokenEntity VALUES('reflex','ethereum','eip20',8,'0x159a1dfae19057de57dfffcbb3da1ae784678965');
INSERT OR REPLACE INTO TokenEntity VALUES('reflex','binance-smart-chain','eip20',9,'0xb44c63a09adf51f5e62cc7b63628b1b789941fa0');
INSERT OR REPLACE INTO TokenEntity VALUES('reflexer-ungovernance-token','ethereum','eip20',18,'0x6243d8cea23066d098a15582d81a598b4e8391f4');
INSERT OR REPLACE INTO TokenEntity VALUES('refund','ethereum','eip20',18,'0x955d5c14c8d4944da1ea7836bd44d54a8ec35ba1');
INSERT OR REPLACE INTO TokenEntity VALUES('regen','osmosis','osmosis',null,'IBC/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076');
INSERT OR REPLACE INTO TokenEntity VALUES('regent','solana','spl',6,'6HgJHzGpq3fSLmkepsaC8F3VtpUWfXcG4hmUaf4Vpump');
INSERT OR REPLACE INTO TokenEntity VALUES('regularpresale','binance-smart-chain','eip20',18,'0xf1ca73caa1c7ad66af11147ba7d5636243af0493');
INSERT OR REPLACE INTO TokenEntity VALUES('rei-network','rei-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rekt-4','ethereum','eip20',18,'0xdd3b11ef34cd511a2da159034a05fcb94d806686');
INSERT OR REPLACE INTO TokenEntity VALUES('relay-token','avalanche','eip20',18,'0x78c42324016cd91d1827924711563fb66e33a83a');
INSERT OR REPLACE INTO TokenEntity VALUES('relay-token','polygon-pos','eip20',18,'0x904371845bc56dcbbcf0225ef84a669b2fd6bd0d');
INSERT OR REPLACE INTO TokenEntity VALUES('relay-token','ethereum','eip20',18,'0x5d843fa9495d23de997c394296ac7b4d721e841c');
INSERT OR REPLACE INTO TokenEntity VALUES('relay-token','binance-smart-chain','eip20',18,'0xe338d4250a4d959f88ff8789eaae8c32700bd175');
INSERT OR REPLACE INTO TokenEntity VALUES('relay-token','moonriver','moonriver',null,'0xad7f1844696652dda7959a49063bffccafafefe7');
INSERT OR REPLACE INTO TokenEntity VALUES('relay-token','metis-andromeda','metis-andromeda',null,'0xfe282af5f9eb59c30a3f78789eeffa704188bdd4');
INSERT OR REPLACE INTO TokenEntity VALUES('relend-network-usdc-starknet','starknet','starknet',6,'0x2019e47a0bc54ea6b4853c6123ffc8158ea3ae2af4166928b0de6e89f06de6c');
INSERT OR REPLACE INTO TokenEntity VALUES('remint','solana','spl',6,'HALHrqgt8WX3Zi6PjJEBBDiJWMbPxfGEBkjavoCQpump');
INSERT OR REPLACE INTO TokenEntity VALUES('remme','ethereum','eip20',4,'0x83984d6142934bb535793a82adb0a46ef0f66b6d');
INSERT OR REPLACE INTO TokenEntity VALUES('rena-finance','ethereum','eip20',18,'0x56de8bc61346321d4f2211e3ac3c0a7f00db9b76');
INSERT OR REPLACE INTO TokenEntity VALUES('renbtc','harmony-shard-0','harmony-shard-0',null,'0x41ca97b94d5dee79195856034d196ddfa0d43edd');
INSERT OR REPLACE INTO TokenEntity VALUES('renbtc','polygon-pos','eip20',8,'0xdbf31df14b66535af65aac99c32e9ea844e14501');
INSERT OR REPLACE INTO TokenEntity VALUES('renbtc','sora','sora',null,'0x00438aac3a91cc6cee0c8d2f14e4bf7ec4512ca708b180cc0fda47b0eb1ad538');
INSERT OR REPLACE INTO TokenEntity VALUES('renbtc','ethereum','eip20',8,'0xeb4c2781e4eba804ce9a9803c67d0893436bb27d');
INSERT OR REPLACE INTO TokenEntity VALUES('renbtc','binance-smart-chain','eip20',8,'0xfce146bf3146100cfe5db4129cf6c82b0ef4ad8c');
INSERT OR REPLACE INTO TokenEntity VALUES('render-token','polygon-pos','eip20',18,'0x61299774020da444af134c82fa83e3810b309991');
INSERT OR REPLACE INTO TokenEntity VALUES('render-token','ethereum','eip20',18,'0x6de037ef9ad2725eb40118bb1702ebb27e4aeb24');
INSERT OR REPLACE INTO TokenEntity VALUES('renta-network','ethereum','eip20',18,'0x792905a8b7c0a22d56e78e849f95c162018a4e2d');
INSERT OR REPLACE INTO TokenEntity VALUES('rentberry','ethereum','eip20',14,'0x6aeb95f06cda84ca345c2de0f3b7f96923a44f4c');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo','ethereum','eip20',18,'0x3b50805453023a91a8bf641e279401a0b23fa6f9');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eigen','ethereum','eip20',18,'0xd4fcde9bb1d746dd7e5463b01dd819ee06af25db');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eth','base','eip20',18,'0x2416092f143378750bb29b79ed961ab195cceea5');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eth','ethereum','eip20',18,'0xbf5495efe5db9ce00f80364c8b423567e58d2110');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eth','binance-smart-chain','eip20',18,'0x2416092f143378750bb29b79ed961ab195cceea5');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eth','arbitrum-one','eip20',18,'0x2416092f143378750bb29b79ed961ab195cceea5');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eth','blast','blast',18,'0x2416092f143378750bb29b79ed961ab195cceea5');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eth','linea','linea',18,'0x2416092f143378750bb29b79ed961ab195cceea5');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-eth','mode','mode',18,'0x2416092f143378750bb29b79ed961ab195cceea5');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-lst','ethereum','eip20',18,'0x8c9532a60e0e7c6bbd2b2c1303f63ace1c3e9811');
INSERT OR REPLACE INTO TokenEntity VALUES('renzo-restaked-sol','solana','spl',9,'ezSoL6fY1PVdJcJsUpe5CM3xkfmy3zoVCABybm5WtiC');
INSERT OR REPLACE INTO TokenEntity VALUES('reploy','ethereum','eip20',18,'0xc575bd129848ce06a460a19466c30e1d0328f52c');
INSERT OR REPLACE INTO TokenEntity VALUES('republic-protocol','ethereum','eip20',18,'0x408e41876cccdc0f92210600ef50372656052a38');
INSERT OR REPLACE INTO TokenEntity VALUES('republic-protocol','harmony-shard-0','harmony-shard-0',null,'0x451e129b6045b6e4f48e7247388f21163f7743b7');
INSERT OR REPLACE INTO TokenEntity VALUES('republic-protocol','sora','sora',null,'0x00e8a7823b8207e4cab2e46cd10b54d1be6b82c284037b6ee76afd52c0dceba6');
INSERT OR REPLACE INTO TokenEntity VALUES('request-network','polygon-pos','eip20',18,'0xb25e20de2f2ebb4cffd4d16a55c7b395e8a94762');
INSERT OR REPLACE INTO TokenEntity VALUES('request-network','ethereum','eip20',18,'0x8f8221afbb33998d8584a2b05749ba73c37a938a');
INSERT OR REPLACE INTO TokenEntity VALUES('researchcoin','ethereum','eip20',18,'0xd101dcc414f310268c37eeb4cd376ccfa507f571');
INSERT OR REPLACE INTO TokenEntity VALUES('reserve-protocol-eth-plus','ethereum','eip20',18,'0xe72b141df173b999ae7c1adcbf60cc9833ce56a8');
INSERT OR REPLACE INTO TokenEntity VALUES('reserve-protocol-eth-plus','arbitrum-one','eip20',18,'0x18c14c2d707b2212e17d1579789fc06010cfca23');
INSERT OR REPLACE INTO TokenEntity VALUES('reserve-rights-token','ethereum','eip20',18,'0x320623b8e4ff03373931769a31fc52a4e78b5d70');
INSERT OR REPLACE INTO TokenEntity VALUES('reservoir','binance-smart-chain','eip20',18,'0xf9ca3fe094212ffa705742d3626a8ab96aababf8');
INSERT OR REPLACE INTO TokenEntity VALUES('reservoir','ethereum','eip20',18,'0x0fedba9178b70e8b54e2af08ebffcf28a1e5a43b');
INSERT OR REPLACE INTO TokenEntity VALUES('reservoir-rusd','ethereum','eip20',18,'0x09d4214c03d01f49544c0448dbe3a27f768f2b34');
INSERT OR REPLACE INTO TokenEntity VALUES('reservoir-srusd','ethereum','eip20',18,'0x738d1115b90efa71ae468f1287fc864775e23a31');
INSERT OR REPLACE INTO TokenEntity VALUES('resistance-dog','the-open-network','the-open-network',9,'EQBZ_cafPyDr5KUTs0aNxh0ZTDhkpEZONmLJA2SNGlLm4Cko');
INSERT OR REPLACE INTO TokenEntity VALUES('resolv-rlp','ethereum','eip20',18,'0x4956b52ae2ff65d74ca2d61207523288e4528f96');
INSERT OR REPLACE INTO TokenEntity VALUES('resolv-usr','ethereum','eip20',18,'0x66a1e37c9b0eaddca17d3662d6c05f4decf3e110');
INSERT OR REPLACE INTO TokenEntity VALUES('resolv-wstusr','ethereum','eip20',18,'0x1202f5c7b4b9e47a1a484e8b270be34dbbc75055');
INSERT OR REPLACE INTO TokenEntity VALUES('resonator','ethereum','eip20',18,'0xf8a0a167bea66247425ef9cb9b622a4b320b8bb6');
INSERT OR REPLACE INTO TokenEntity VALUES('resource-protocol','binance-smart-chain','eip20',18,'0xea136fc555e695ba96d22e10b7e2151c4c6b2a20');
INSERT OR REPLACE INTO TokenEntity VALUES('resource-protocol','celo','celo',null,'0x74c0c58b99b68cf16a717279ac2d056a34ba2bfe');
INSERT OR REPLACE INTO TokenEntity VALUES('resource-protocol','ethereum','eip20',18,'0x7118057ff0f4fd0994fb9d2d94de8231d5cca79e');
INSERT OR REPLACE INTO TokenEntity VALUES('restake-finance','ethereum','eip20',18,'0x12ef10a4fc6e1ea44b4ca9508760ff51c647bb71');
INSERT OR REPLACE INTO TokenEntity VALUES('restaked-savax','avalanche','eip20',18,'0xdf788ad40181894da035b827cdf55c523bf52f67');
INSERT OR REPLACE INTO TokenEntity VALUES('restaked-swell-eth','ethereum','eip20',18,'0xfae103dc9cf190ed75350761e95403b7b8afa6c0');
INSERT OR REPLACE INTO TokenEntity VALUES('restaking-vault-eth','ethereum','eip20',18,'0x7a4effd87c2f3c55ca251080b1343b605f327e3a');
INSERT OR REPLACE INTO TokenEntity VALUES('resupply','ethereum','eip20',18,'0x419905009e4656fdc02418c7df35b1e61ed5f726');
INSERT OR REPLACE INTO TokenEntity VALUES('resupply-usd','ethereum','eip20',18,'0x57ab1e0003f623289cd798b1824be09a793e4bec');
INSERT OR REPLACE INTO TokenEntity VALUES('retake-tv','base','eip20',18,'0x5eeb2662615782b58251b6f0c3e107571ae1ab07');
INSERT OR REPLACE INTO TokenEntity VALUES('retard-finder-coin','solana','spl',6,'C3DwDjT17gDvvCYC2nsdGHxDHVmQRdhKfpAdqQ29pump');
INSERT OR REPLACE INTO TokenEntity VALUES('retardcoin','solana','spl',6,'FtTSDNLD5mMLn3anqEQpy44cRdrtAJRrLX2MKXxfpump');
INSERT OR REPLACE INTO TokenEntity VALUES('retardio','solana','spl',6,'6ogzHhzdrQr9Pgv6hZ2MNze7UrzBMAFyBBWUYp1Fhitx');
INSERT OR REPLACE INTO TokenEntity VALUES('reth','ethereum','eip20',18,'0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593');
INSERT OR REPLACE INTO TokenEntity VALUES('reth2','ethereum','eip20',18,'0x20bc832ca081b91433ff6c17f85701b6e92486c5');
INSERT OR REPLACE INTO TokenEntity VALUES('revain','tron','eip20',6,'TD4bVgcwj3FRbmAo283HxNvqZvY7T3uD8k');
INSERT OR REPLACE INTO TokenEntity VALUES('revain','ethereum','eip20',6,'0x2ef52ed7de8c5ce03a4ef0efbe9b7450f2d7edc9');
INSERT OR REPLACE INTO TokenEntity VALUES('revenue-coin','binance-smart-chain','eip20',18,'0xbcbdecf8e76a5c32dba69de16985882ace1678c6');
INSERT OR REPLACE INTO TokenEntity VALUES('revest-finance','ethereum','eip20',18,'0x120a3879da835a5af037bb2d1456bebd6b54d4ba');
INSERT OR REPLACE INTO TokenEntity VALUES('revolotto','binance-smart-chain','eip20',18,'0x6dc3d0d6ec970bf5522611d8eff127145d02b675');
INSERT OR REPLACE INTO TokenEntity VALUES('revolve-games','binance-smart-chain','eip20',18,'0x01e0d17a533e5930a349c2bb71304f04f20ab12b');
INSERT OR REPLACE INTO TokenEntity VALUES('revox','binance-smart-chain','eip20',18,'0x90869b3a42e399951bd5f5ff278b8cc5ee1dc0fe');
INSERT OR REPLACE INTO TokenEntity VALUES('revv','ethereum','eip20',18,'0x557b933a7c2c45672b610f8954a3deb39a51a8ca');
INSERT OR REPLACE INTO TokenEntity VALUES('revv','polygon-pos','eip20',18,'0x70c006878a5a50ed185ac4c87d837633923de296');
INSERT OR REPLACE INTO TokenEntity VALUES('revv','binance-smart-chain','eip20',18,'0x833f307ac507d47309fd8cdd1f835bef8d702a93');
INSERT OR REPLACE INTO TokenEntity VALUES('rewardable','base','eip20',18,'0x1986cc18d8ec757447254310d2604f85741aa732');
INSERT OR REPLACE INTO TokenEntity VALUES('rex-3','solana','spl',9,'CNKEXXypBC66cZ111Mg3JUxyczXS1E9T6MWEufzQZVMo');
INSERT OR REPLACE INTO TokenEntity VALUES('rezerve-money','arbitrum-one','eip20',18,'0xb4444468e444f89e1c2cac2f1d3ee7e336cbd1f5');
INSERT OR REPLACE INTO TokenEntity VALUES('rezerve-money','base','eip20',18,'0xb4444468e444f89e1c2cac2f1d3ee7e336cbd1f5');
INSERT OR REPLACE INTO TokenEntity VALUES('rezerve-money','ethereum','eip20',18,'0xb4444468e444f89e1c2cac2f1d3ee7e336cbd1f5');
INSERT OR REPLACE INTO TokenEntity VALUES('rezor','binance-smart-chain','eip20',9,'0x9d0d41df4ca809dc16a9bff646d3c6cbc4ebc707');
INSERT OR REPLACE INTO TokenEntity VALUES('rhea-2','near-protocol','near-protocol',18,'token.rhealab.near');
INSERT OR REPLACE INTO TokenEntity VALUES('rhea-2','binance-smart-chain','eip20',18,'0x4c067de26475e1cefee8b8d1f6e2266b33a2372e');
INSERT OR REPLACE INTO TokenEntity VALUES('rhetor','solana','spl',6,'3uxMtF7dT2VSvRFkrLf9Gqm4nDDy2J5RBEXCQpjubonk');
INSERT OR REPLACE INTO TokenEntity VALUES('ribbita-by-virtuals','base','eip20',18,'0xa4a2e2ca3fbfe21aed83471d28b6f65a233c6e00');
INSERT OR REPLACE INTO TokenEntity VALUES('ribbon-finance','ethereum','eip20',18,'0x6123b0049f904d730db3c36a31167d9d4121fa6b');
INSERT OR REPLACE INTO TokenEntity VALUES('rice-ai','binance-smart-chain','eip20',18,'0xb5761f36fdfe2892f1b54bc8ee8babb2a1b698d3');
INSERT OR REPLACE INTO TokenEntity VALUES('richcity','binance-smart-chain','eip20',9,'0xc0994af94fee0361a1e1e1ccf72bce19d5fd86fb');
INSERT OR REPLACE INTO TokenEntity VALUES('richquack','binance-smart-chain','eip20',9,'0xd74b782e05aa25c50e7330af541d46e18f36661c');
INSERT OR REPLACE INTO TokenEntity VALUES('ridges-ai','bittensor','bittensor',null,'62');
INSERT OR REPLACE INTO TokenEntity VALUES('ridotto','ethereum','eip20',18,'0x4740735aa98dc8aa232bd049f8f0210458e7fca3');
INSERT OR REPLACE INTO TokenEntity VALUES('ridotto','binance-smart-chain','eip20',18,'0xe9c64384deb0c2bf06d991a8d708c77eb545e3d5');
INSERT OR REPLACE INTO TokenEntity VALUES('riecoin','riecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rif-token','rootstock','rootstock',null,'0x2acc95758f8b5f583470ba265eb685a8f45fc9d5');
INSERT OR REPLACE INTO TokenEntity VALUES('rifampicin','solana','spl',6,'GJtJuWD9qYcCkrwMBmtY1tpapV1sKfB2zUv9Q4aqpump');
INSERT OR REPLACE INTO TokenEntity VALUES('rift-ai','solana','spl',6,'jUpa2aDCzvdR9EF4fqDXmuyMUkonPTohphABLmRkRFj');
INSERT OR REPLACE INTO TokenEntity VALUES('rigel-protocol','binance-smart-chain','eip20',18,'0xfa262f303aa244f9cc66f312f0755d89c3793192');
INSERT OR REPLACE INTO TokenEntity VALUES('rigel-protocol','ethereum','eip20',18,'0x4af5ff1a60a6ef6c7c8f9c4e304cd9051fca3ec0');
INSERT OR REPLACE INTO TokenEntity VALUES('rigel-protocol','polygon-pos','eip20',18,'0x4af5ff1a60a6ef6c7c8f9c4e304cd9051fca3ec0');
INSERT OR REPLACE INTO TokenEntity VALUES('rigoblock','ethereum','eip20',18,'0x4fbb350052bca5417566f188eb2ebce5b19bc964');
INSERT OR REPLACE INTO TokenEntity VALUES('riko','binance-smart-chain','eip20',18,'0x2a900573082c58053377e54642038fa46f19a8a2');
INSERT OR REPLACE INTO TokenEntity VALUES('ring-ai','ethereum','eip20',18,'0xc092a137df3cf2b9e5971ba1874d26487c12626d');
INSERT OR REPLACE INTO TokenEntity VALUES('ring-usd','ethereum','eip20',18,'0x4ea40dcee961675683e0a2e1721bd49cb9bca913');
INSERT OR REPLACE INTO TokenEntity VALUES('rio-defi','binance-smart-chain','eip20',18,'0x69a1913d334b524ea1632461c78797c837ca9fa6');
INSERT OR REPLACE INTO TokenEntity VALUES('rio-defi','ethereum','eip20',18,'0xaf9f549774ecedbd0966c52f250acc548d3f36e5');
INSERT OR REPLACE INTO TokenEntity VALUES('riot-racers','ethereum','eip20',18,'0xf56408077487cb879c992909c5b5c66d68c02eb4');
INSERT OR REPLACE INTO TokenEntity VALUES('riot-racers','polygon-pos','eip20',18,'0x4ff0b68abc2b9e4e1401e9b691dba7d66b264ac8');
INSERT OR REPLACE INTO TokenEntity VALUES('ripe-dao-governance-token','base','eip20',18,'0x2a0a59d6b975828e781ecac125dba40d7ee5ddc0');
INSERT OR REPLACE INTO TokenEntity VALUES('ripio-credit-network','ethereum','eip20',18,'0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6');
INSERT OR REPLACE INTO TokenEntity VALUES('ripple','ripple','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ripple-usd','xrp','xrp',null,'rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De');
INSERT OR REPLACE INTO TokenEntity VALUES('ripple-usd','ethereum','eip20',18,'0x8292bb45bf1ee4d140127049757c2e0ff06317ed');
INSERT OR REPLACE INTO TokenEntity VALUES('ripples','xrp','xrp',6,'r93hE5FNShDdUqazHzNvwsCxL9mSqwyiru');
INSERT OR REPLACE INTO TokenEntity VALUES('rito','rito','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rivalz-network','ethereum','eip20',8,'0x058d411ab9911f90c74f471bdc9d2bb4cf9b309c');
INSERT OR REPLACE INTO TokenEntity VALUES('rivalz-network','arbitrum-one','eip20',8,'0x083fb956333f9c1568f66fc0d0be451f31f8c46c');
INSERT OR REPLACE INTO TokenEntity VALUES('rivalz-network','base','eip20',8,'0x67543cf0304c19ca62ac95ba82fd4f4b40788dc1');
INSERT OR REPLACE INTO TokenEntity VALUES('rivalz-network','solana','spl',8,'93bVs9o8Nq88zxnLWwUAVfN5PXBhCcnV5sfs6AFLno8q');
INSERT OR REPLACE INTO TokenEntity VALUES('river','ethereum','eip20',18,'0xda7ad9dea9397cffddae2f8a052b82f1484252b3');
INSERT OR REPLACE INTO TokenEntity VALUES('river','binance-smart-chain','eip20',18,'0xda7ad9dea9397cffddae2f8a052b82f1484252b3');
INSERT OR REPLACE INTO TokenEntity VALUES('riverboat','moonriver','moonriver',null,'0xbd90a6125a84e5c512129d622a75cdde176ade5e');
INSERT OR REPLACE INTO TokenEntity VALUES('rize','base','eip20',18,'0x9818b6c09f5ecc843060927e8587c427c7c93583');
INSERT OR REPLACE INTO TokenEntity VALUES('rizon','rizon','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rizzmas','solana','spl',6,'85cQsFgbi8mBZxiPppbpPXuV7j1hA8tBwhjF4gKW6mHg');
INSERT OR REPLACE INTO TokenEntity VALUES('rmrk','kusama','kusama',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rmrk','moonriver','moonriver',null,'0xffffffff893264794d9d57e1e0e21e0042af5a0a');
INSERT OR REPLACE INTO TokenEntity VALUES('rmrk','ethereum','eip20',10,'0x471ea49dd8e60e697f4cac262b5fafcc307506e4');
INSERT OR REPLACE INTO TokenEntity VALUES('rnt-token','solana','spl',6,'2fUFhZyd47Mapv9wcfXh5gnQwFXtqcYu9xAN4THBpump');
INSERT OR REPLACE INTO TokenEntity VALUES('roaland-core','solana','spl',null,'5tB5D6DGJMxxHYmNkfJNG237x6pZGEwTzGpUUh62yQJ7');
INSERT OR REPLACE INTO TokenEntity VALUES('roam-token','solana','spl',6,'RoamA1USA8xjvpTJZ6RvvxyDRzNh6GCA1zVGKSiMVkn');
INSERT OR REPLACE INTO TokenEntity VALUES('roastmaster9000','solana','spl',6,'G6haJithfeUgSghVpu1rDPCq2NFiYcJFHNpHEANbpump');
INSERT OR REPLACE INTO TokenEntity VALUES('robo-inu-finance','ethereum','eip20',9,'0x7b32e70e8d73ac87c1b342e063528b2930b15ceb');
INSERT OR REPLACE INTO TokenEntity VALUES('robofi-token','binance-smart-chain','eip20',18,'0x9bcab88763c33a95e73bc6dcf80fcf27a77090b2');
INSERT OR REPLACE INTO TokenEntity VALUES('robonomics-network','sora','sora',null,'0x0083d5cbb4b90163b6a003e8f771eb7c0e2b706892cd0cbadb03f55cb9e06919');
INSERT OR REPLACE INTO TokenEntity VALUES('robonomics-network','ethereum','eip20',9,'0x7de91b204c1c737bcee6f000aaa6569cf7061cb7');
INSERT OR REPLACE INTO TokenEntity VALUES('robora','ethereum','eip20',18,'0x2c431766e48ec4a17dc052d9d3fef6b6a9ae8d62');
INSERT OR REPLACE INTO TokenEntity VALUES('robot-2','solana','spl',6,'pZHpptKLqcx2ykZu4pbNx4kQHafD3hv7EB3K2wgpump');
INSERT OR REPLACE INTO TokenEntity VALUES('robust-token','binance-smart-chain','eip20',18,'0x891e4554227385c5c740f9b483e935e3cbc29f01');
INSERT OR REPLACE INTO TokenEntity VALUES('rocket-pool','ethereum','eip20',18,'0xd33526068d116ce69f19a9ee46f0bd304f21a51f');
INSERT OR REPLACE INTO TokenEntity VALUES('rocket-pool-eth','ethereum','eip20',18,'0xae78736cd615f374d3085123a210448e74fc6393');
INSERT OR REPLACE INTO TokenEntity VALUES('rocketx','binance-smart-chain','eip20',18,'0x872a34ebb2d54af86827810eebc7b9dc6b2144aa');
INSERT OR REPLACE INTO TokenEntity VALUES('rocketx','polygon-pos','eip20',18,'0x2ce13e4199443fdfff531abb30c9b6594446bbc7');
INSERT OR REPLACE INTO TokenEntity VALUES('rocketx','ethereum','eip20',18,'0xdc8af07a7861bedd104b8093ae3e9376fc8596d2');
INSERT OR REPLACE INTO TokenEntity VALUES('rocki','ethereum','eip20',18,'0xff44b937788215eca197baaf9af69dbdc214aa04');
INSERT OR REPLACE INTO TokenEntity VALUES('rocki','binance-smart-chain','eip20',18,'0xa01000c52b234a92563ba61e5649b7c76e1ba0f3');
INSERT OR REPLACE INTO TokenEntity VALUES('rocky-the-dog','solana','spl',null,'4icEZCrEYNop2ZaMMCkRHaNzkt6xG9BpijMCQV7mpw6Z');
INSERT OR REPLACE INTO TokenEntity VALUES('roco-finance','avalanche','eip20',18,'0xb2a85c5ecea99187a977ac34303b80acbddfa208');
INSERT OR REPLACE INTO TokenEntity VALUES('roko-network','ethereum','eip20',18,'0x6f222e04f6c53cc688ffb0abe7206aac66a8ff98');
INSERT OR REPLACE INTO TokenEntity VALUES('rollbit-coin','solana','spl',null,'RLBxxFkseAZ4RgJH3Sqn8jXxhmGoz9jWxDNJMh8pL7a');
INSERT OR REPLACE INTO TokenEntity VALUES('rollbit-coin','ethereum','eip20',18,'0x046eee2cc3188071c02bfc1745a6b17c656e3f3d');
INSERT OR REPLACE INTO TokenEntity VALUES('rome','moonriver','moonriver',null,'0x4a436073552044d5f2f49b176853ad3ad473d9d6');
INSERT OR REPLACE INTO TokenEntity VALUES('ronaldinho-coin','binance-smart-chain','eip20',18,'0x8b9abdd229ec0c4a28e01b91aacdc5daafc25c2b');
INSERT OR REPLACE INTO TokenEntity VALUES('ronen-coin','ronin','ronin',18,'0x279e8e892edbd7bf3d7b9eedc2f482d88e4cc9ef');
INSERT OR REPLACE INTO TokenEntity VALUES('ronin','ronin','ronin',null,'0xe514d9deb7966c8be0ca922de8a064264ea6bcd4');
INSERT OR REPLACE INTO TokenEntity VALUES('ronin-bridged-weth-ronin','ronin','ronin',18,'0xc99a6a985ed2cac1ef41640596c5a5f9f4e19ef5');
INSERT OR REPLACE INTO TokenEntity VALUES('roobee','arbitrum-one','eip20',18,'0x3bd2dfd03bc7c3011ed7fb8c4d0949b382726cee');
INSERT OR REPLACE INTO TokenEntity VALUES('roobee','avalanche','eip20',18,'0x4036f3d9c45a20f44f0b8b85dd6ca33005ff9654');
INSERT OR REPLACE INTO TokenEntity VALUES('roobee','optimistic-ethereum','eip20',18,'0xb12c13e66ade1f72f71834f2fc5082db8c091358');
INSERT OR REPLACE INTO TokenEntity VALUES('roobee','ethereum','eip20',18,'0xa31b1767e09f842ecfd4bc471fe44f830e3891aa');
INSERT OR REPLACE INTO TokenEntity VALUES('roobee','polygon-pos','eip20',18,'0xfafa220145dfa5c3ec85b6fa8a75aee2451cde5e');
INSERT OR REPLACE INTO TokenEntity VALUES('roobee','binance-smart-chain','eip20',18,'0xf77351d8f4ee853135961a936bb8d2e4ffa75f9d');
INSERT OR REPLACE INTO TokenEntity VALUES('rook','harmony-shard-0','harmony-shard-0',null,'0x08310baf9deb5f13b885edf5eea6fd19dc21af3a');
INSERT OR REPLACE INTO TokenEntity VALUES('rook','ethereum','eip20',18,'0xfa5047c9c78b8877af97bdcb85db743fd7313d4a');
INSERT OR REPLACE INTO TokenEntity VALUES('rook','sora','sora',null,'0x00f58df67a15fe6c45d122767251c8660f33a2c544b5e2b70084c465b7cf84e7');
INSERT OR REPLACE INTO TokenEntity VALUES('rootstock','rootstock','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rope-token','solana','spl',9,'8PMHT4swUMtBzgHnh5U564N5sjPSiUz2cjEQzFnnP1Fo');
INSERT OR REPLACE INTO TokenEntity VALUES('ropirito','solana','spl',6,'CtaVq7fp5xwYFenGQypqdK97LJhTD72GgRsY8e4Npump');
INSERT OR REPLACE INTO TokenEntity VALUES('rosscoin','solana','spl',6,'EkVYMGehJKAFowTQpGoxiCpDTRNEoGanwvNUYXhqpump');
INSERT OR REPLACE INTO TokenEntity VALUES('route','polygon-pos','eip20',18,'0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4');
INSERT OR REPLACE INTO TokenEntity VALUES('route','ethereum','eip20',18,'0x16eccfdbb4ee1a85a33f3a9b21175cd7ae753db4');
INSERT OR REPLACE INTO TokenEntity VALUES('router-protocol-2','polygon-pos','eip20',18,'0x93890f346c5d02c3863a06657bc72555dc72c527');
INSERT OR REPLACE INTO TokenEntity VALUES('router-protocol-2','ethereum','eip20',18,'0x60f67e1015b3f069dd4358a78c38f83fe3a667a9');
INSERT OR REPLACE INTO TokenEntity VALUES('rowan-coin','rowan-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('rss3','ethereum','eip20',18,'0xc98d64da73a6616c42117b582e832812e7b8d57f');
INSERT OR REPLACE INTO TokenEntity VALUES('rubic','binance-smart-chain','eip20',18,'0x8e3bcc334657560253b83f08331d85267316e08a');
INSERT OR REPLACE INTO TokenEntity VALUES('rubic','polygon-pos','eip20',18,'0xc3cffdaf8f3fdf07da6d5e3a89b8723d5e385ff8');
INSERT OR REPLACE INTO TokenEntity VALUES('rubic','ethereum','eip20',18,'0xa4eed63db85311e22df4473f87ccfc3dadcfa3e3');
INSERT OR REPLACE INTO TokenEntity VALUES('ruby-currency','ethereum','eip20',18,'0x5590e22f78441da30463b55c3db0b5ea80cabcca');
INSERT OR REPLACE INTO TokenEntity VALUES('rudi','solana','spl',6,'2rVgh6tcU1Hhk58XwD631E2D6iqLV28prSdpBXaLbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('rugzombie','binance-smart-chain','eip20',18,'0x50ba8bf9e34f0f83f96a340387d1d3888ba4b3b5');
INSERT OR REPLACE INTO TokenEntity VALUES('rujira','thorchain','thorchain',8,'x/ruji');
INSERT OR REPLACE INTO TokenEntity VALUES('rune-pups','ordinals','ordinals',18,'840000:41');
INSERT OR REPLACE INTO TokenEntity VALUES('rune-pups','solana','spl',9,'2oGLxYuNBJRcepT1mEV6KnETaLD7Bf6qq3CM6skasBfe');
INSERT OR REPLACE INTO TokenEntity VALUES('runwago','base','eip20',18,'0x5d3772ce50dedca695197373f858bfb324e32e5a');
INSERT OR REPLACE INTO TokenEntity VALUES('rupiah-token','ethereum','eip20',2,'0x998ffe1e43facffb941dc337dd0468d52ba5b48a');
INSERT OR REPLACE INTO TokenEntity VALUES('rupiah-token','harmony-shard-0','harmony-shard-0',null,'0xcefbea899cfccdc653b171d063481b622086be3f');
INSERT OR REPLACE INTO TokenEntity VALUES('russell','base','eip20',18,'0x0c5142bc58f9a61ab8c3d2085dd2f4e550c5ce0b');
INSERT OR REPLACE INTO TokenEntity VALUES('rwa-inc','binance-smart-chain','eip20',18,'0xe2b1dc2d4a3b4e59fdf0c47b71a7a86391a8b35a');
INSERT OR REPLACE INTO TokenEntity VALUES('rwa-inc','base','eip20',18,'0xe2b1dc2d4a3b4e59fdf0c47b71a7a86391a8b35a');
INSERT OR REPLACE INTO TokenEntity VALUES('rxcgames','binance-smart-chain','eip20',18,'0x7c59a57fc16eac270421b74615c4bc009ecd486d');
INSERT OR REPLACE INTO TokenEntity VALUES('rxr-coin','binance-smart-chain','eip20',18,'0x5b6ad3e9384e9c3d74ad39bd624dc77b84fb2306');
INSERT OR REPLACE INTO TokenEntity VALUES('ryo','ryo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ryoshi-token','binance-smart-chain','eip20',9,'0x0e5f989ce525acc4ee45506af91964f7f4c9f2e9');
INSERT OR REPLACE INTO TokenEntity VALUES('ryoshis-vision','ethereum','eip20',18,'0x777e2ae845272a2f540ebf6a3d03734a5a8f618e');
INSERT OR REPLACE INTO TokenEntity VALUES('ryujin','ethereum','eip20',18,'0xca530408c3e552b020a2300debc7bd18820fb42f');
INSERT OR REPLACE INTO TokenEntity VALUES('s-c-corinthians-fan-token','chiliz','chiliz',null,'0x31f0fcde2854cf19723d522b5ec0313795068e72');
INSERT OR REPLACE INTO TokenEntity VALUES('s-finance','ethereum','eip20',18,'0x8a6aca71a218301c7081d4e96d64292d3b275ce0');
INSERT OR REPLACE INTO TokenEntity VALUES('s4fe','binance-smart-chain','eip20',18,'0x788d2780992222360f674cc12c36478870b8e6ed');
INSERT OR REPLACE INTO TokenEntity VALUES('s4fe','ethereum','eip20',18,'0xaec7d1069e3a914a3eb50f0bfb1796751f2ce48a');
INSERT OR REPLACE INTO TokenEntity VALUES('saakuru-labs','optimistic-ethereum','eip20',18,'0xe2dca969624795985f2f083bcd0b674337ba130a');
INSERT OR REPLACE INTO TokenEntity VALUES('saakuru-labs','ethereum','eip20',18,'0xe2dca969624795985f2f083bcd0b674337ba130a');
INSERT OR REPLACE INTO TokenEntity VALUES('saakuru-labs','base','eip20',17,'0xe2dca969624795985f2f083bcd0b674337ba130a');
INSERT OR REPLACE INTO TokenEntity VALUES('saakuru-labs','binance-smart-chain','eip20',18,'0xe2dca969624795985f2f083bcd0b674337ba130a');
INSERT OR REPLACE INTO TokenEntity VALUES('saasgo','ethereum','eip20',18,'0x350e52bb0f874f3b558a3679aac24268ee37a699');
INSERT OR REPLACE INTO TokenEntity VALUES('sabai-ecovers','polygon-pos','eip20',18,'0x463fae8f3c63af7c40e50df3ba28469bf9942f69');
INSERT OR REPLACE INTO TokenEntity VALUES('sabai-ecovers','ethereum','eip20',18,'0xb5d730d442e1d5b119fb4e5c843c48a64202ef92');
INSERT OR REPLACE INTO TokenEntity VALUES('sabaka-inu','binance-smart-chain','eip20',9,'0xc30f12cd65f61ded24db6c415c84f999c9704ebc');
INSERT OR REPLACE INTO TokenEntity VALUES('saber','solana','spl',6,'Saber2gLauYim4Mvftnrasomsv6NvAuncvMEZwcLpD1');
INSERT OR REPLACE INTO TokenEntity VALUES('sad-hamster','solana','spl',6,'26KMQVgDUoB6rEfnJ51yAABWWJND8uMtpnQgsHQ64Udr');
INSERT OR REPLACE INTO TokenEntity VALUES('safcoin','safcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('safe','xdai','xdai',18,'0x4d18815d14fe5c3304e87b3fa18318baa5c23820');
INSERT OR REPLACE INTO TokenEntity VALUES('safe','ethereum','eip20',18,'0x5afe3855358e112b5647b952709e6165e1c1eeee');
INSERT OR REPLACE INTO TokenEntity VALUES('safe-coin-2','safe-coin-2','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('safe-deal','safe-deal','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('safe-haven','polygon-pos','eip20',18,'0x534f39c5f4df9cb13e16b24ca07c7c8c0e2eadb7');
INSERT OR REPLACE INTO TokenEntity VALUES('safe-haven','vechain','vechain',null,'0x5db3c8a942333f6468176a870db36eef120a34dc');
INSERT OR REPLACE INTO TokenEntity VALUES('safe-nebula','binance-smart-chain','eip20',8,'0x5e7fc3844463745fca858f85d6b90d9a03fcbe93');
INSERT OR REPLACE INTO TokenEntity VALUES('safeblast','ethereum','eip20',9,'0x614d7f40701132e25fe6fc17801fbd34212d2eda');
INSERT OR REPLACE INTO TokenEntity VALUES('safeblast','binance-smart-chain','eip20',9,'0xddc0dbd7dc799ae53a98a60b54999cb6ebb3abf0');
INSERT OR REPLACE INTO TokenEntity VALUES('safecoin','binance-smart-chain','eip20',18,'0x5ac0c096549d9df6bf2f709d8c169ceb92470267');
INSERT OR REPLACE INTO TokenEntity VALUES('safelaunch','binance-smart-chain','eip20',18,'0x5392ff4a9bd006dc272c1855af6640e17cc5ec0b');
INSERT OR REPLACE INTO TokenEntity VALUES('safemars','binance-smart-chain','eip20',9,'0x3ad9594151886ce8538c1ff615efa2385a8c3a88');
INSERT OR REPLACE INTO TokenEntity VALUES('safemars-protocol','binance-smart-chain','eip20',9,'0xc0366a104b429f0806bfa98d0008daa9555b2bed');
INSERT OR REPLACE INTO TokenEntity VALUES('safememe','binance-smart-chain','eip20',9,'0x36dbcbca106353d49e1e0e8974492ffb862a0c92');
INSERT OR REPLACE INTO TokenEntity VALUES('safemoon-2','binance-smart-chain','eip20',9,'0x42981d0bfbaf196529376ee702f2a9eb9092fcb5');
INSERT OR REPLACE INTO TokenEntity VALUES('safemoon-inu','ethereum','eip20',8,'0xcd7492db29e2ab436e819b249452ee1bbdf52214');
INSERT OR REPLACE INTO TokenEntity VALUES('safepal','binance-smart-chain','eip20',18,'0xd41fdb03ba84762dd66a0af1a6c8540ff1ba5dfb');
INSERT OR REPLACE INTO TokenEntity VALUES('safeswap-token','polygon-pos','eip20',18,'0xd0cfd20e8bbdb7621b705a4fd61de2e80c2cd02f');
INSERT OR REPLACE INTO TokenEntity VALUES('safetrees','binance-smart-chain','eip20',9,'0xd3b77ac07c963b8cead47000a5208434d9a8734d');
INSERT OR REPLACE INTO TokenEntity VALUES('saffron-finance','ethereum','eip20',18,'0xb753428af26e81097e7fd17f40c88aaa3e04902c');
INSERT OR REPLACE INTO TokenEntity VALUES('saga-2','osmosis','osmosis',null,'ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2');
INSERT OR REPLACE INTO TokenEntity VALUES('sage','base','eip20',18,'0x8dd524a86195a6ef95304e7f0dd9c405a2e78859');
INSERT OR REPLACE INTO TokenEntity VALUES('sage-universe','solana','spl',9,'CMe1QWsoDWFUi95GMkk7mCTnnjxBxtnJ3jbrEhQTVWL5');
INSERT OR REPLACE INTO TokenEntity VALUES('sahara-ai','ethereum','eip20',18,'0xfdffb411c4a70aa7c95d5c981a6fb4da867e1111');
INSERT OR REPLACE INTO TokenEntity VALUES('sahara-ai','binance-smart-chain','eip20',18,'0xfdffb411c4a70aa7c95d5c981a6fb4da867e1111');
INSERT OR REPLACE INTO TokenEntity VALUES('sai','ethereum','eip20',18,'0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359');
INSERT OR REPLACE INTO TokenEntity VALUES('saito','ethereum','eip20',18,'0xfa14fa6958401314851a17d6c5360ca29f74b57b');
INSERT OR REPLACE INTO TokenEntity VALUES('saito','binance-smart-chain','eip20',18,'0x3c6dad0475d3a1696b359dc04c99fd401be134da');
INSERT OR REPLACE INTO TokenEntity VALUES('sakai-vault','binance-smart-chain','eip20',18,'0x43b35e89d15b91162dea1c51133c4c93bdd1c4af');
INSERT OR REPLACE INTO TokenEntity VALUES('sake-token','ethereum','eip20',18,'0x066798d9ef0833ccc719076dab77199ecbd178b0');
INSERT OR REPLACE INTO TokenEntity VALUES('sake-token','binance-smart-chain','eip20',18,'0x8bd778b12b15416359a227f0533ce2d91844e1ed');
INSERT OR REPLACE INTO TokenEntity VALUES('sakura','sakura','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('salamanca','binance-smart-chain','eip20',18,'0x42fe1937e1db4f11509e9f7fdd97048bd8d04444');
INSERT OR REPLACE INTO TokenEntity VALUES('sallar-2','solana','spl',8,'GKHgTd6tqvycgG3mqcZraSZDFR32hXhRgo6sZQtudMsC');
INSERT OR REPLACE INTO TokenEntity VALUES('sally-a1c','base','eip20',18,'0x1f1c695f6b4a3f8b05f2492cef9474afb6d6ad69');
INSERT OR REPLACE INTO TokenEntity VALUES('salt','ethereum','eip20',8,'0x4156d3342d5c385a87d264f90653733592000581');
INSERT OR REPLACE INTO TokenEntity VALUES('salute','xrp','xrp',6,'rfGCeDUdtbzKbXfgvrpG745qdC1hcZBz8S');
INSERT OR REPLACE INTO TokenEntity VALUES('salvator-mundi','solana','spl',6,'4BBjpGwLgGmUxtT82YFK9xMhcvyy3zgf3HpxTRip1YoU');
INSERT OR REPLACE INTO TokenEntity VALUES('samoyedcoin','solana','spl',9,'7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU');
INSERT OR REPLACE INTO TokenEntity VALUES('samsunspor-fan-token','chiliz','chiliz',null,'0x31e6f0276982f6fb4049d873049bc855f2ee65e7');
INSERT OR REPLACE INTO TokenEntity VALUES('san-chan','solana','spl',null,'2z1p8xCEjRzpBHjXWrx4tJnz7BFL6z7NnvbCxH7bpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sancho','base','eip20',18,'0x4552fa6b0d21b1b135ffa2a573a568d58300b5a9');
INSERT OR REPLACE INTO TokenEntity VALUES('sanctum-2','solana','spl',9,'CLoUDKc4Ane7HeQcPpE3YHnznRxhMimJ4MyaUqyHFzAu');
INSERT OR REPLACE INTO TokenEntity VALUES('sandclock','ethereum','eip20',18,'0xba8a621b4a54e61c442f5ec623687e2a942225ef');
INSERT OR REPLACE INTO TokenEntity VALUES('sandy-codex','solana','spl',6,'61yG5LCoeoqzBdopXPy6BsVPTGdRXht95L68hj5ipump');
INSERT OR REPLACE INTO TokenEntity VALUES('sanshu-inu','ethereum','eip20',9,'0xc73c167e7a4ba109e4052f70d5466d0c312a344d');
INSERT OR REPLACE INTO TokenEntity VALUES('santa-by-virtuals','base','eip20',18,'0x815269d17c10f0f3df7249370e0c1b9efe781aa8');
INSERT OR REPLACE INTO TokenEntity VALUES('santa-coin-2','binance-smart-chain','eip20',9,'0x4f1a6fc6a7b65dc7ebc4eb692dc3641be997c2f2');
INSERT OR REPLACE INTO TokenEntity VALUES('santa-inu','binance-smart-chain','eip20',18,'0x4d496efc21754481fe7a9f3f0f758785ade8e1d3');
INSERT OR REPLACE INTO TokenEntity VALUES('santiment-network-token','ethereum','eip20',18,'0x7c5a0ce9267ed19b22f8cae653f198e3e8daf098');
INSERT OR REPLACE INTO TokenEntity VALUES('santos-fc-fan-token','binance-smart-chain','eip20',8,'0xa64455a4553c9034236734faddaddbb64ace4cc7');
INSERT OR REPLACE INTO TokenEntity VALUES('sao-paulo-fc-fan-token','chiliz','chiliz',null,'0x9e8c72a057c8f785a206506e27ee9af0d8f81a28');
INSERT OR REPLACE INTO TokenEntity VALUES('sapien-2','base','eip20',18,'0xc729777d0470f30612b1564fd96e8dd26f5814e3');
INSERT OR REPLACE INTO TokenEntity VALUES('sapphire','sapphire','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sarcophagus','ethereum','eip20',18,'0x7697b462a7c4ff5f8b55bdbc2f4076c2af9cf51a');
INSERT OR REPLACE INTO TokenEntity VALUES('saros-finance','tomochain','tomochain',null,'0xb786d9c8120d311b948cf1e5aa48d8fbacf477e2');
INSERT OR REPLACE INTO TokenEntity VALUES('saros-finance','solana','spl',null,'SarosY6Vscao718M4A778z4CGtvcwcGef5M9MEH1LGL');
INSERT OR REPLACE INTO TokenEntity VALUES('sashimi','ethereum','eip20',18,'0xc28e27870558cf22add83540d2126da2e4b464c2');
INSERT OR REPLACE INTO TokenEntity VALUES('satlayer','ethereum','eip20',6,'0x51477a3002ee04b7542adfe63ccdb50c00ee5147');
INSERT OR REPLACE INTO TokenEntity VALUES('satlayer','binance-smart-chain','eip20',6,'0xfc5a743271672e91d77f0176e5cea581fbd5d834');
INSERT OR REPLACE INTO TokenEntity VALUES('sato-the-dog','base','eip20',18,'0x5a70be406ce7471a44f0183b8d7091f4ad751db5');
INSERT OR REPLACE INTO TokenEntity VALUES('sator','solana','spl',9,'2HeykdKjzHKGm2LKHw8pDYwjKPiFEoXAz74dirhUgQvq');
INSERT OR REPLACE INTO TokenEntity VALUES('sator','ethereum','eip20',9,'0x3ef389f264e07fff3106a3926f2a166d1393086f');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshi-ai-agent-by-virtuals','base','eip20',18,'0x7588880d9c78e81fade7b7e8dc0781e95995a792');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshi-nakamoto','base','eip20',9,'0x45e7eaedb8e3360f850c963c5419a5236e451217');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshi-nakamoto','solana','spl',8,'E8Cn4QEmZSvr55ZeAJwyo2r8kAX79qzdtQdFudDaZJCV');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshi-nakamoto','ethereum','eip20',9,'0xcbf4d5efa82e32a9187385480a7c74cb062b956c');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshi-stablecoin','base','eip20',18,'0x70654aad8b7734dc319d0c3608ec7b32e03fa162');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshi-stablecoin','binance-smart-chain','eip20',18,'0xb4818bb69478730ef4e33cc068dd94278e2766cb');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshitcoin','ethereum','eip20',18,'0xaccfd598ef801178ed6c816c234b16ec51ae9f32');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshivm','ethereum','eip20',18,'0x15e6e0d4ebeac120f9a97e71faa6a0235b85ed12');
INSERT OR REPLACE INTO TokenEntity VALUES('satoshivm','ordinals','ordinals',null,'1ebca700d02609c7454c827d7fd0a0d988d7b62c3600f72c1bec54768980381ci0');
INSERT OR REPLACE INTO TokenEntity VALUES('satozhi','tron','eip20',8,'TYq22mVD6aQdvzYhNxVYtjmRBCQmmcp2EK');
INSERT OR REPLACE INTO TokenEntity VALUES('satozhi','binance-smart-chain','eip20',8,'0xf4341fa52669cea0c1836095529a7e9b04b8b88d');
INSERT OR REPLACE INTO TokenEntity VALUES('satozhi','ethereum','eip20',8,'0x845e2e8b42dced7dedcdba9bde32c9e338224f97');
INSERT OR REPLACE INTO TokenEntity VALUES('sats-ordinals','ordinals','ordinals',null,'9b664bdd6f5ed80d8d88957b63364c41f3ad4efb8eee11366aa16435974d9333i0');
INSERT OR REPLACE INTO TokenEntity VALUES('satt','ethereum','eip20',18,'0xdf49c9f599a0a9049d97cff34d0c30e468987389');
INSERT OR REPLACE INTO TokenEntity VALUES('saturna','binance-smart-chain','eip20',9,'0x1e446cbea52badeb614fbe4ab7610f737995fb44');
INSERT OR REPLACE INTO TokenEntity VALUES('savanna','cronos','cronos',null,'0x654bac3ec77d6db497892478f854cf6e8245dca9');
INSERT OR REPLACE INTO TokenEntity VALUES('save','solana','spl',6,'SAVEaeeqeXNKYb4Lyx28DkUms5gyZ76vGa6fCfdzWfK');
INSERT OR REPLACE INTO TokenEntity VALUES('save-baby-doge','binance-smart-chain','eip20',9,'0x43f102bbd52259f2cfd0ef82e8807e3610ae3e40');
INSERT OR REPLACE INTO TokenEntity VALUES('saveplanetearth','ethereum','eip20',9,'0x4b91dfa774acde7ed70e93a6438363feaaa40f54');
INSERT OR REPLACE INTO TokenEntity VALUES('savings-crvusd','ethereum','eip20',18,'0x0655977feb2f289a4ab78af67bab0d17aab84367');
INSERT OR REPLACE INTO TokenEntity VALUES('savings-dai','base','eip20',18,'0x99ac4484e8a1dbd6a185380b3a811913ac884d87');
INSERT OR REPLACE INTO TokenEntity VALUES('savings-dai','ethereum','eip20',18,'0x83f20f44975d03b1b09e64809b757c47f942beea');
INSERT OR REPLACE INTO TokenEntity VALUES('savings-dai','optimistic-ethereum','eip20',18,'0x2218a117083f5b482b0bb821d27056ba9c04b1d3');
INSERT OR REPLACE INTO TokenEntity VALUES('savings-xdai','xdai','xdai',18,'0xaf204776c7245bf4147c2612bf6e5972ee483701');
INSERT OR REPLACE INTO TokenEntity VALUES('sbrsol','solana','spl',6,'2HHgCLfKA5Rd1Fn9xAxfYzS3XoR5NnuxKDYz2EmWpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sbtc','ethereum','eip20',18,'0xfe18be6b3bd88a2d2a7f928d00292e7a9963cfc6');
INSERT OR REPLACE INTO TokenEntity VALUES('scaleswap-token','ethereum','eip20',18,'0x1fbd3df007eb8a7477a1eab2c63483dcc24effd6');
INSERT OR REPLACE INTO TokenEntity VALUES('scaleswap-token','polygon-pos','eip20',18,'0x11a819beb0aa3327e39f52f90d65cc9bca499f33');
INSERT OR REPLACE INTO TokenEntity VALUES('scallop','binance-smart-chain','eip20',18,'0xf2c96e402c9199682d5ded26d3771c6b192c01af');
INSERT OR REPLACE INTO TokenEntity VALUES('scallop-2','sui','sui',9,'0x7016aae72cfc67f2fadf55769c0a7dd54291a583b63051a5ed71081cce836ac6::sca::SCA');
INSERT OR REPLACE INTO TokenEntity VALUES('scarcity','ethereum','eip20',18,'0x1b8568fbb47708e9e9d31ff303254f748805bf21');
INSERT OR REPLACE INTO TokenEntity VALUES('scarlet-waifu-capital-managemnet','avalanche','eip20',18,'0xff24003428fb2e969c39edee4e9f464b0b78313d');
INSERT OR REPLACE INTO TokenEntity VALUES('schizo-terminal','solana','spl',6,'H1NPJkh3KUJGbpjkyQD5qG1nrpFW7tHiqek5SAbMpump');
INSERT OR REPLACE INTO TokenEntity VALUES('school-hack-coin','solana','spl',6,'2kGHZEg3oGT8ane65bDBdsBdF98ng2nmqFfPRj1hK8LX');
INSERT OR REPLACE INTO TokenEntity VALUES('schrodinger','ethereum','eip20',9,'0x2c33b28527a63cdf13c0b24ce4cf5bf9c9fb3bc6');
INSERT OR REPLACE INTO TokenEntity VALUES('sci-hub','solana','spl',6,'GxdTh6udNstGmLLk9ztBb6bkrms7oLbrJp5yzUaVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('scientia','binance-smart-chain','eip20',9,'0x6af2f57f61cec0883c71f3175774ebeb290a10e6');
INSERT OR REPLACE INTO TokenEntity VALUES('scopuly-token','stellar','stellar',7,'SCOP-GC6OYQJIZF3HFXCYPFCBXYXNGIBQ4TNSFUBUXQJOZWIP6F3YZK4QH3VQ');
INSERT OR REPLACE INTO TokenEntity VALUES('score','bittensor','bittensor',null,'44');
INSERT OR REPLACE INTO TokenEntity VALUES('scotcoin-2','ethereum','eip20',18,'0x0cf7356e2d13ae2b57e77286284984a5fc8f88b3');
INSERT OR REPLACE INTO TokenEntity VALUES('scout-protocol-token','base','eip20',18,'0x047157cffb8841a64db93fd4e29fa3796b78466c');
INSERT OR REPLACE INTO TokenEntity VALUES('scoutly-ai','solana','spl',6,'GLPdQwGtjcynj3RLraenPeR9v1REnpdyuciPBpVipump');
INSERT OR REPLACE INTO TokenEntity VALUES('scratch-3','ethereum','eip20',18,'0x2fa39203cb335d08e0af7731a8b9ae23d5a59449');
INSERT OR REPLACE INTO TokenEntity VALUES('scream','fantom','eip20',18,'0xe0654c8e6fd4d733349ac7e09f6f23da256bf475');
INSERT OR REPLACE INTO TokenEntity VALUES('script-network','binance-smart-chain','eip20',18,'0x0669538fcdef9a73cd37938eba8c79e652bb93aa');
INSERT OR REPLACE INTO TokenEntity VALUES('scry-info','ethereum','eip20',18,'0x9f5f3cfd7a32700c93f971637407ff17b91c7342');
INSERT OR REPLACE INTO TokenEntity VALUES('sdola','ethereum','eip20',18,'0xb45ad160634c528cc3d2926d9807104fa3157305');
INSERT OR REPLACE INTO TokenEntity VALUES('seamania','solana','spl',6,'9n7PCZLVMG9sEViRwz2cmaR4eM72R3ekWuBdEzZppump');
INSERT OR REPLACE INTO TokenEntity VALUES('seamless-protocol','base','eip20',18,'0x1c7a460413dd4e964f96d8dfc56e7223ce88cd85');
INSERT OR REPLACE INTO TokenEntity VALUES('seamless-protocol','ethereum','eip20',18,'0x6b66ccd1340c479b07b390d326eadcbb84e726ba');
INSERT OR REPLACE INTO TokenEntity VALUES('sechain','ethereum','eip20',3,'0xf5717f5df41ea67ef67dfd3c1d02f9940bcf5d08');
INSERT OR REPLACE INTO TokenEntity VALUES('sechain','binance-smart-chain','eip20',3,'0xa997e5aaae60987eb0b59a336dce6b158b113100');
INSERT OR REPLACE INTO TokenEntity VALUES('secret','secret','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('secret-erc20','ethereum','eip20',6,'0x2b89bf8ba858cd2fcee1fada378d5cd6936968be');
INSERT OR REPLACE INTO TokenEntity VALUES('secured-moonrat-token','binance-smart-chain','eip20',9,'0x68590a47578e5060a29fd99654f4556dbfa05d10');
INSERT OR REPLACE INTO TokenEntity VALUES('seedify-fund','binance-smart-chain','eip20',18,'0x477bc8d23c634c154061869478bce96be6045d12');
INSERT OR REPLACE INTO TokenEntity VALUES('seedworld','arbitrum-one','eip20',18,'0x968be3f7bfef0f8edc3c1ad90232ebb0da0867aa');
INSERT OR REPLACE INTO TokenEntity VALUES('seedworld','ethereum','eip20',18,'0x968be3f7bfef0f8edc3c1ad90232ebb0da0867aa');
INSERT OR REPLACE INTO TokenEntity VALUES('seedworld','base','eip20',18,'0x968be3f7bfef0f8edc3c1ad90232ebb0da0867aa');
INSERT OR REPLACE INTO TokenEntity VALUES('seedworld','avalanche','eip20',18,'0x968be3f7bfef0f8edc3c1ad90232ebb0da0867aa');
INSERT OR REPLACE INTO TokenEntity VALUES('seedworld','binance-smart-chain','eip20',18,'0x968be3f7bfef0f8edc3c1ad90232ebb0da0867aa');
INSERT OR REPLACE INTO TokenEntity VALUES('sei-network','sei-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('seigniorage-shares','ethereum','eip20',9,'0x39795344cbcc76cc3fb94b9d1b15c23c2070c66d');
INSERT OR REPLACE INTO TokenEntity VALUES('sekoia-by-virtuals','base','eip20',18,'0x1185cb5122edad199bdbc0cbd7a0457e448f23c7');
INSERT OR REPLACE INTO TokenEntity VALUES('sekuritance','ethereum','eip20',18,'0x887168120cb89fb06f3e74dc4af20d67df0977f6');
INSERT OR REPLACE INTO TokenEntity VALUES('sekuritance','polygon-pos','eip20',18,'0xe51e88dd08499762b8e4eb3a9f3da9b8e79608c3');
INSERT OR REPLACE INTO TokenEntity VALUES('sekuya-2','ethereum','eip20',18,'0x623cd3a3edf080057892aaf8d773bbb7a5c9b6e9');
INSERT OR REPLACE INTO TokenEntity VALUES('sekuya-2','base','eip20',18,'0x623cd3a3edf080057892aaf8d773bbb7a5c9b6e9');
INSERT OR REPLACE INTO TokenEntity VALUES('selfiedogcoin','solana','spl',6,'9WPTUkh8fKuCnepRWoPYLH3aK9gSjPHFDenBq2X1Czdp');
INSERT OR REPLACE INTO TokenEntity VALUES('selfkey','ethereum','eip20',18,'0x4cc19356f2d37338b9802aa8e8fc58b0373296e7');
INSERT OR REPLACE INTO TokenEntity VALUES('senate','ethereum','eip20',18,'0x34be5b8c30ee4fde069dc878989686abe9884470');
INSERT OR REPLACE INTO TokenEntity VALUES('send-2','solana','spl',6,'SENDdRQtYMWaQrBroBrJ2Q53fgVuq95CV9UPGEvpCxa');
INSERT OR REPLACE INTO TokenEntity VALUES('send-token','base','eip20',0,'0x3f14920c99beb920afa163031c4e47a3e03b3e4a');
INSERT OR REPLACE INTO TokenEntity VALUES('send-token','ethereum','eip20',0,'0x3f14920c99beb920afa163031c4e47a3e03b3e4a');
INSERT OR REPLACE INTO TokenEntity VALUES('send-token-2','base','eip20',18,'0xeab49138ba2ea6dd776220fe26b7b8e446638956');
INSERT OR REPLACE INTO TokenEntity VALUES('sensay','arbitrum-one','eip20',18,'0x3124678d62d2aa1f615b54525310fbfda6dcf7ae');
INSERT OR REPLACE INTO TokenEntity VALUES('sensay','base','eip20',18,'0x3124678d62d2aa1f615b54525310fbfda6dcf7ae');
INSERT OR REPLACE INTO TokenEntity VALUES('sensay','ethereum','eip20',18,'0x82a605d6d9114f4ad6d5ee461027477eeed31e34');
INSERT OR REPLACE INTO TokenEntity VALUES('sensitrust','ethereum','eip20',18,'0x04e0af0af1b7f0023c6b12af5a94df59b0e8cf59');
INSERT OR REPLACE INTO TokenEntity VALUES('sensitrust','binance-smart-chain','eip20',18,'0xe95fd76cf16008c12ff3b3a937cb16cd9cc20284');
INSERT OR REPLACE INTO TokenEntity VALUES('senso','ethereum','eip20',0,'0xc19b6a4ac7c7cc24459f08984bbd09664af17bd1');
INSERT OR REPLACE INTO TokenEntity VALUES('sensus','solana','spl',6,'F8tDt7QRAYicWQPK5LTh8kZR4zKJPdTiEq5dwCcVpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sentai-2','iotex','iotex',6,'0xeaaf0e6be5b33ee472e93ac7c1fcc10f57186986');
INSERT OR REPLACE INTO TokenEntity VALUES('sentai-2','solana','spl',6,'CXPLyc3EX8WySgEXLbjhuA7vy8EKQokVJYQuJm2jpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sentient-ai','binance-smart-chain','eip20',18,'0x5f2ad0a281ea15515c8feff8421cb968cbfe9ae4');
INSERT OR REPLACE INTO TokenEntity VALUES('sentiment-token','ethereum','eip20',18,'0x97abee33cd075c58bfdd174e0885e08e8f03556f');
INSERT OR REPLACE INTO TokenEntity VALUES('sentinel','cosmos','cosmos',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sentinel','osmosis','osmosis',null,'IBC/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84');
INSERT OR REPLACE INTO TokenEntity VALUES('sentinel-chain','ethereum','eip20',18,'0xa13f0743951b4f6e3e3aa039f682e17279f52bc3');
INSERT OR REPLACE INTO TokenEntity VALUES('sentinel-group','ethereum','eip20',8,'0xa44e5137293e855b1b7bc7e2c6f8cd796ffcb037');
INSERT OR REPLACE INTO TokenEntity VALUES('sentinel-protocol','ethereum','eip20',18,'0xc86d054809623432210c107af2e3f619dcfbf652');
INSERT OR REPLACE INTO TokenEntity VALUES('sentio-protocol','ethereum','eip20',18,'0x421b05cf5ce28cb7347e73e2278e84472f0e4a88');
INSERT OR REPLACE INTO TokenEntity VALUES('sentre','solana','spl',9,'SENBBKVCM7homnf5RX9zqpf1GFe935hnbU4uVzY1Y6M');
INSERT OR REPLACE INTO TokenEntity VALUES('seraph','ethereum','eip20',18,'0xd6b48ccf41a62eb3891e58d0f006b19b01d50cca');
INSERT OR REPLACE INTO TokenEntity VALUES('seraph','binance-smart-chain','eip20',18,'0xd6b48ccf41a62eb3891e58d0f006b19b01d50cca');
INSERT OR REPLACE INTO TokenEntity VALUES('seraph-by-virtuals','base','eip20',18,'0x4f81837c2f4a189a0b69370027cc2627d93785b4');
INSERT OR REPLACE INTO TokenEntity VALUES('serum','ethereum','eip20',6,'0x476c5e26a75bd202a9683ffd34359c0cc15be0ff');
INSERT OR REPLACE INTO TokenEntity VALUES('serum','tomochain','tomochain',null,'0xc01643ac912b6a8ffc50cf8c1390934a6142bc91');
INSERT OR REPLACE INTO TokenEntity VALUES('serum','solana','spl',6,'SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt');
INSERT OR REPLACE INTO TokenEntity VALUES('session-token','arbitrum-one','eip20',9,'0x10ea9e5303670331bdddfa66a4cea47dae4fcf3b');
INSERT OR REPLACE INTO TokenEntity VALUES('session-token','ethereum','eip20',9,'0x10ea9e5303670331bdddfa66a4cea47dae4fcf3b');
INSERT OR REPLACE INTO TokenEntity VALUES('seth','optimistic-ethereum','eip20',18,'0xe405de8f52ba7559f9df3c368500b6e6ae6cee49');
INSERT OR REPLACE INTO TokenEntity VALUES('seth','ethereum','eip20',18,'0x5e74c9036fb86bd7ecdcb084a0673efc32ea31cb');
INSERT OR REPLACE INTO TokenEntity VALUES('seth2','ethereum','eip20',18,'0xfe2e637202056d30016725477c5da089ab0a043a');
INSERT OR REPLACE INTO TokenEntity VALUES('settled-ethxy-token','ethereum','eip20',18,'0xc52fafdc900cb92ae01e6e4f8979af7f436e2eb2');
INSERT OR REPLACE INTO TokenEntity VALUES('settled-ethxy-token','base','eip20',18,'0xd1917629b3e6a72e6772aab5dbe58eb7fa3c2f33');
INSERT OR REPLACE INTO TokenEntity VALUES('seur','ethereum','eip20',18,'0xd71ecff9342a5ced620049e616c5035f1db98620');
INSERT OR REPLACE INTO TokenEntity VALUES('shack-token','solana','spl',6,'BHvPQ9dFAiZJUSYJFpEmdfMmgz48iLohyxyixBfZjups');
INSERT OR REPLACE INTO TokenEntity VALUES('shambala','binance-smart-chain','eip20',18,'0x34ba3af693d6c776d73c7fa67e2b2e79be8ef4ed');
INSERT OR REPLACE INTO TokenEntity VALUES('shapeshift-fox-token','gnosis','eip20',18,'0x21a42669643f45bc0e086b8fc2ed70c23d67509d');
INSERT OR REPLACE INTO TokenEntity VALUES('shapeshift-fox-token','ethereum','eip20',18,'0xc770eefad204b5180df6a14ee197d99d808ee52d');
INSERT OR REPLACE INTO TokenEntity VALUES('shapeshift-fox-token','polygon-pos','eip20',18,'0x65a05db8322701724c197af82c9cae41195b0aa8');
INSERT OR REPLACE INTO TokenEntity VALUES('shardus','ethereum','eip20',18,'0x09617f6fd6cf8a71278ec86e23bbab29c04353a7');
INSERT OR REPLACE INTO TokenEntity VALUES('shardus','polygon-pos','eip20',18,'0xf0059cc2b3e980065a906940fbce5f9db7ae40a7');
INSERT OR REPLACE INTO TokenEntity VALUES('sharering','binance-smart-chain','eip20',18,'0x5fb4968fc85868df3ad2d6e59883a10570f01d18');
INSERT OR REPLACE INTO TokenEntity VALUES('sharering','ethereum','eip20',2,'0xd98f75b1a3261dab9eed4956c93f33749027a964');
INSERT OR REPLACE INTO TokenEntity VALUES('shark-cat','solana','spl',6,'6D7NaB2xsLd7cauWu1wKk6KBsJohJmP2qZH9GEfVi5Ui');
INSERT OR REPLACE INTO TokenEntity VALUES('sharp-ai','ethereum','eip20',18,'0xaddb6dc7e2f7caea67621dd3ca2e8321ade33286');
INSERT OR REPLACE INTO TokenEntity VALUES('sharp-token','polygon-pos','eip20',18,'0xb36b62929762acf8a9cc27ecebf6d353ebb48244');
INSERT OR REPLACE INTO TokenEntity VALUES('sharpe-ai','ethereum','eip20',18,'0x3567aa22cd3ab9aef23d7e18ee0d7cf16974d7e6');
INSERT OR REPLACE INTO TokenEntity VALUES('she-rises','solana','spl',6,'4TwC4AiF1uUSHES2eBftGqemp6TqjEnKghqiH6dFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sheep-wif-hat','solana','spl',6,'9hdynudAhhWzuNFAnpz7NjvdKMfh9z8mcZKNYHuAUgJQ');
INSERT OR REPLACE INTO TokenEntity VALUES('shezmuusd','ethereum','eip20',18,'0xd60eea80c83779a8a5bfcdac1f3323548e6bb62d');
INSERT OR REPLACE INTO TokenEntity VALUES('shib-original-vision','ethereum','eip20',18,'0x2c5bc2ba3614fd27fcc7022ea71d9172e2632c16');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-bsc','binance-smart-chain','eip20',18,'0xdf0816cc717216c8b0863af8d4f0fc20bc65d643');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-inu','ethereum','eip20',18,'0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-inu','binance-smart-chain','eip20',18,'0x2859e4544C4bB03966803b044A93563Bd2D0DD4D');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-inu-empire','binance-smart-chain','eip20',9,'0x14aad57fb5f9a0c9ce136cf93521cbebe14ec2e6');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-inu-treat','ethereum','eip20',18,'0xa02c49da76a085e4e1ee60a6b920ddbc8db599f4');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-on-base','base','eip20',9,'0xfca95aeb5bf44ae355806a5ad14659c940dc6bf7');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-predator','ethereum','eip20',18,'0xa71d0588eaf47f12b13cf8ec750430d21df04974');
INSERT OR REPLACE INTO TokenEntity VALUES('shiba-wing','solana','spl',6,'3UYS3XXYC9yWvNyBWFKqqb5w9YQfX65RQzoAKd8jEUCB');
INSERT OR REPLACE INTO TokenEntity VALUES('shibacorgi','binance-smart-chain','eip20',9,'0x092bbec1342afffd16cfb41b56343d5a299cdf0d');
INSERT OR REPLACE INTO TokenEntity VALUES('shibadoge','ethereum','eip20',9,'0x6adb2e268de2aa1abf6578e4a8119b960e02928f');
INSERT OR REPLACE INTO TokenEntity VALUES('shibaken-finance','binance-smart-chain','eip20',0,'0xa0cb0ce7c6d93a7ebd72952feb4407dddee8a194');
INSERT OR REPLACE INTO TokenEntity VALUES('shibaken-finance','ethereum','eip20',0,'0xa4cf2afd3b165975afffbf7e487cdd40c894ab6b');
INSERT OR REPLACE INTO TokenEntity VALUES('shibaken-finance','polygon-pos','eip20',0,'0xa0cb0ce7c6d93a7ebd72952feb4407dddee8a194');
INSERT OR REPLACE INTO TokenEntity VALUES('shibavax','avalanche','eip20',18,'0x440abbf18c54b2782a4917b80a1746d3a2c2cce1');
INSERT OR REPLACE INTO TokenEntity VALUES('shibaverse','ethereum','eip20',18,'0x7ae0d42f23c33338de15bfa89c7405c068d9dc0a');
INSERT OR REPLACE INTO TokenEntity VALUES('shibaverse','polygon-pos','eip20',18,'0xa1388e73c51b37383b1ab9dce8317ef5a0349cc5');
INSERT OR REPLACE INTO TokenEntity VALUES('shibelon','binance-smart-chain','eip20',4,'0xc183062db25fc96325485ea369c979ce881ac0ea');
INSERT OR REPLACE INTO TokenEntity VALUES('shibgf','ethereum','eip20',18,'0x505a84a03e382331a1be487b632cf357748b65d6');
INSERT OR REPLACE INTO TokenEntity VALUES('shiden','shiden','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('shido-2','ethereum','eip20',18,'0x72c60bfffef18dca51db32b52b819a951b6ddbed');
INSERT OR REPLACE INTO TokenEntity VALUES('shieldeum','binance-smart-chain','eip20',18,'0x516f8a1fb458ebdcfd0f544ff85c69c1c0ebc31d');
INSERT OR REPLACE INTO TokenEntity VALUES('shift-ai','solana','spl',6,'2NUEQdSpFFGhssmT9LFUn67gAucyajmgscT7zsizpump');
INSERT OR REPLACE INTO TokenEntity VALUES('shifu','ethereum','eip20',18,'0x2cc7a972ebc1865b346085655f929abfa74cd4dc');
INSERT OR REPLACE INTO TokenEntity VALUES('shih-tzu','ethereum','eip20',18,'0x841fb148863454a3b3570f515414759be9091465');
INSERT OR REPLACE INTO TokenEntity VALUES('shih-tzu','binance-smart-chain','eip20',18,'0x1e8150ea46e2a7fbb795459198fbb4b35715196c');
INSERT OR REPLACE INTO TokenEntity VALUES('shikoku-inu','binance-smart-chain','eip20',9,'0xb6d053e260d410eac02ea28755696f90a8ecca2b');
INSERT OR REPLACE INTO TokenEntity VALUES('shill-bill','solana','spl',6,'nNMAeUPpqUaUXuZ1jqbUjuB8XPokh4pJHFTxySz6FMr');
INSERT OR REPLACE INTO TokenEntity VALUES('shill-token','binance-smart-chain','eip20',18,'0xfb9c339b4bace4fe63ccc1dd9a3c3c531441d5fe');
INSERT OR REPLACE INTO TokenEntity VALUES('shill-token','solana','spl',6,'6cVgJUqo4nmvQpbgrDZwyfd6RwWw5bfnCamS3M9N1fd');
INSERT OR REPLACE INTO TokenEntity VALUES('shina-inu','ethereum','eip20',18,'0x243cacb4d5ff6814ad668c3e225246efa886ad5a');
INSERT OR REPLACE INTO TokenEntity VALUES('shiro-neko-2','ethereum','eip20',18,'0xb0ac2b5a73da0e67a8e5489ba922b3f8d582e058');
INSERT OR REPLACE INTO TokenEntity VALUES('shirtum','binance-smart-chain','eip20',18,'0x7269d98af4aa705e0b1a5d8512fadb4d45817d5a');
INSERT OR REPLACE INTO TokenEntity VALUES('shirtum','ethereum','eip20',18,'0xad996a45fd2373ed0b10efa4a8ecb9de445a4302');
INSERT OR REPLACE INTO TokenEntity VALUES('shiryo-inu','ethereum','eip20',9,'0x1e2f15302b90edde696593607b6bd444b64e8f02');
INSERT OR REPLACE INTO TokenEntity VALUES('shoefy','ethereum','eip20',18,'0x0fd67b4ceb9b607ef206904ec73459c4880132c9');
INSERT OR REPLACE INTO TokenEntity VALUES('shoefy','binance-smart-chain','eip20',18,'0xc0f42b31d154234a0a3ebe7ec52c662101c1d9bc');
INSERT OR REPLACE INTO TokenEntity VALUES('shoggoth','solana','spl',6,'H2c31USxu35MDkBrGph8pUDUnmzo2e4Rf4hnvL2Upump');
INSERT OR REPLACE INTO TokenEntity VALUES('shontoken','binance-smart-chain','eip20',18,'0x0b34d4a7c5bfc7004b9a193f8309523e99ca766e');
INSERT OR REPLACE INTO TokenEntity VALUES('shping','ethereum','eip20',18,'0x7c84e62859d0715eb77d1b1c4154ecd6abb21bec');
INSERT OR REPLACE INTO TokenEntity VALUES('shrapnel-2','avalanche','eip20',18,'0xd402298a793948698b9a63311404fbbee944eafd');
INSERT OR REPLACE INTO TokenEntity VALUES('shrapnel-2','binance-smart-chain','eip20',18,'0x31e4efe290973ebe91b3a875a7994f650942d28f');
INSERT OR REPLACE INTO TokenEntity VALUES('shrapnel-2','ethereum','eip20',18,'0x31e4efe290973ebe91b3a875a7994f650942d28f');
INSERT OR REPLACE INTO TokenEntity VALUES('shroom-finance','ethereum','eip20',18,'0xed0439eacf4c4965ae4613d77a5c2efe10e5f183');
INSERT OR REPLACE INTO TokenEntity VALUES('shrub','ethereum','eip20',18,'0x3b991130eae3cca364406d718da22fa1c3e7c256');
INSERT OR REPLACE INTO TokenEntity VALUES('shui-cfx','conflux','conflux',18,'0x1858a8d367e69cd9e23d0da4169885a47f05f1be');
INSERT OR REPLACE INTO TokenEntity VALUES('shyft-network-2','ethereum','eip20',18,'0xb17c88bda07d28b3838e0c1de6a30eafbcf52d85');
INSERT OR REPLACE INTO TokenEntity VALUES('shytoshi-kusama','solana','spl',null,'7d1vpt5eri79nETcL74Punhp3mGkeBgUkMdPWep6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('siacoin','siacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('siaprime-coin','siaprime-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sidekick','solana','spl',9,'ERpDpYmuifJUKbaB1Dv9hnJ67RM21Jujmxz18JCeDzbr');
INSERT OR REPLACE INTO TokenEntity VALUES('sidekick','ethereum','eip20',18,'0xfb072b42907da2bf7a8e8cb5dcaa790d45fd81a8');
INSERT OR REPLACE INTO TokenEntity VALUES('sidekick','binance-smart-chain','eip20',18,'0x0a73d885cdd66adf69c6d64c0609e55c527db2be');
INSERT OR REPLACE INTO TokenEntity VALUES('sideshift-token','ethereum','eip20',18,'0x35e78b3982e87ecfd5b3f3265b601c046cdbe232');
INSERT OR REPLACE INTO TokenEntity VALUES('sidus','ethereum','eip20',18,'0x549020a9cb845220d66d3e9c6d9f9ef61c981102');
INSERT OR REPLACE INTO TokenEntity VALUES('sienna-erc20','ethereum','eip20',18,'0x9b00e6e8d787b13756eb919786c9745054db64f9');
INSERT OR REPLACE INTO TokenEntity VALUES('sifchain','polygon-pos','eip20',18,'0xa7051c5a22d963b81d71c2ba64d46a877fbc1821');
INSERT OR REPLACE INTO TokenEntity VALUES('sifchain','ethereum','eip20',18,'0x07bac35846e5ed502aa91adf6a9e7aa210f2dcbe');
INSERT OR REPLACE INTO TokenEntity VALUES('sifchain','osmosis','osmosis',null,'ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB');
INSERT OR REPLACE INTO TokenEntity VALUES('sigma','solana','spl',6,'5SVG3T9CNQsm2kEwzbRq6hASqh1oGfjqTtLXYUibpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sigma-3','xrp','xrp',null,'rfKYWZ84fm9eVEdoTcsQCo1WdqMPyaUF5z');
INSERT OR REPLACE INTO TokenEntity VALUES('sign-global','ethereum','eip20',18,'0x868fced65edbf0056c4163515dd840e9f287a4c3');
INSERT OR REPLACE INTO TokenEntity VALUES('signata','ethereum','eip20',18,'0x3ebb4a4e91ad83be51f8d596533818b246f4bee1');
INSERT OR REPLACE INTO TokenEntity VALUES('signata','binance-smart-chain','eip20',18,'0x6b1c8765c7eff0b60706b0ae489eb9bb9667465a');
INSERT OR REPLACE INTO TokenEntity VALUES('signum','binance-smart-chain','eip20',8,'0x7b0e7e40ee4672599f7095d1ddd730b0805195ba');
INSERT OR REPLACE INTO TokenEntity VALUES('silent-notary','ethereum','eip20',0,'0x86efc496dca70bcfd92d19194290e8457a375773');
INSERT OR REPLACE INTO TokenEntity VALUES('silly-dragon','solana','spl',null,'7EYnhQoR9YM3N7UoaKRoA44Uy8JeaZV3qyouov87awMs');
INSERT OR REPLACE INTO TokenEntity VALUES('sillynubcat','solana','spl',9,'GtDZKAqvMZMnti46ZewMiXCa4oXF4bZxwQPoKzXPFxZn');
INSERT OR REPLACE INTO TokenEntity VALUES('silo-finance','ethereum','eip20',18,'0x6f80310ca7f2c654691d1383149fa1a57d8ab1f8');
INSERT OR REPLACE INTO TokenEntity VALUES('silo-finance-2','arbitrum-one','eip20',18,'0x09f569af991c730cae05a392bae6490558ef2214');
INSERT OR REPLACE INTO TokenEntity VALUES('silo-finance-2','ethereum','eip20',18,'0xf0b2dd79324a66d2108c961d680f7616e1486bb0');
INSERT OR REPLACE INTO TokenEntity VALUES('silva-token','binance-smart-chain','eip20',9,'0x68b5edb385b59e30a7a7db1e681a449e94df0213');
INSERT OR REPLACE INTO TokenEntity VALUES('silverstonks','binance-smart-chain','eip20',7,'0x5396734569e26101677eb39c89413f7fa7d8006f');
INSERT OR REPLACE INTO TokenEntity VALUES('simbcoin-swap','ethereum','eip20',18,'0x53bd789f2cdb846b227d8ffc7b46ed4263231fdf');
INSERT OR REPLACE INTO TokenEntity VALUES('simmi-token','base','eip20',18,'0x161e113b8e9bbaefb846f73f31624f6f9607bd44');
INSERT OR REPLACE INTO TokenEntity VALUES('simmi-token','solana','spl',9,'6Nf3nFbyQ1p1CVQYtEZXfeM89XyvkFPyF2JosxdriH7S');
INSERT OR REPLACE INTO TokenEntity VALUES('simon-s-cat','binance-smart-chain','eip20',18,'0x6894cde390a3f51155ea41ed24a33a4827d3063d');
INSERT OR REPLACE INTO TokenEntity VALUES('simracer-coin','ethereum','eip20',18,'0x16587cf43f044aba0165ffa00acf412631194e4b');
INSERT OR REPLACE INTO TokenEntity VALUES('simsai','solana','spl',6,'u6VCRrFvejYX8cTnc1ptZT8UqVGbPXPmE8kvcGnpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sin-city','binance-smart-chain','eip20',18,'0x6397de0f9aedc0f7a8fa8b438dde883b9c201010');
INSERT OR REPLACE INTO TokenEntity VALUES('single-finance','cronos','cronos',null,'0x0804702a4e749d39a35fde73d1df0b1f1d6b8347');
INSERT OR REPLACE INTO TokenEntity VALUES('singularitydao','binance-smart-chain','eip20',18,'0x90ed8f1dc86388f14b64ba8fb4bbd23099f18240');
INSERT OR REPLACE INTO TokenEntity VALUES('singularitydao','ethereum','eip20',18,'0x993864e43caa7f7f12953ad6feb1d1ca635b875f');
INSERT OR REPLACE INTO TokenEntity VALUES('singularitynet','ethereum','eip20',8,'0x5b7533812759b45c2b44c19e320ba2cd2681b542');
INSERT OR REPLACE INTO TokenEntity VALUES('singularitynet','sora','sora',null,'0x005e152271f8816d76221c7a0b5c6cafcb54fdfb6954dd8812f0158bfeac900d');
INSERT OR REPLACE INTO TokenEntity VALUES('singularitynet','cardano','cardano',null,'f43a62fdc3965df486de8a0d32fe800963589c41b38946602a0dc535');
INSERT OR REPLACE INTO TokenEntity VALUES('singularry','solana','spl',6,'HwKE9CPg9Z9WzAeQSj6jeLBizK7LJs5m6LTVx6pLpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sint-truidense-voetbalvereniging-fan-token','chiliz','chiliz',null,'0xd7dba30d643ef7b271ef06c3d8c0d5add46440ab');
INSERT OR REPLACE INTO TokenEntity VALUES('sipher','ethereum','eip20',18,'0x9f52c8ecbee10e00d9faaac5ee9ba0ff6550f511');
INSERT OR REPLACE INTO TokenEntity VALUES('siren','ethereum','eip20',18,'0xd23ac27148af6a2f339bd82d0e3cff380b5093de');
INSERT OR REPLACE INTO TokenEntity VALUES('siren-2','binance-smart-chain','eip20',18,'0x997a58129890bbda032231a52ed1ddc845fc18e1');
INSERT OR REPLACE INTO TokenEntity VALUES('sirin-labs-token','ethereum','eip20',18,'0x68d57c9a1c35f63e2c83ee8e49a64e9d70528d25');
INSERT OR REPLACE INTO TokenEntity VALUES('six','solana','spl',6,'8GobyUWTAhePKa5Pxrn8qivvRXq1pjtBzRNERRtDpkin');
INSERT OR REPLACE INTO TokenEntity VALUES('six-network','stellar','stellar',7,'SIX-GDMS6EECOH6MBMCP3FYRYEVRBIV3TQGLOFQIPVAITBRJUMTI6V7A2X6Z');
INSERT OR REPLACE INTO TokenEntity VALUES('sixpack-token-sixp','binance-smart-chain','eip20',18,'0xf117dfcb241c0003d5e2fc72f288755c17a46980');
INSERT OR REPLACE INTO TokenEntity VALUES('skai','base','eip20',18,'0xe7399151b688a265f347693d358821a5a8c213ec');
INSERT OR REPLACE INTO TokenEntity VALUES('skai','ethereum','eip20',18,'0xcf078da6e85389de507ceede0e3d217e457b9d49');
INSERT OR REPLACE INTO TokenEntity VALUES('skainet','solana','spl',6,'4Qur8tvJG195EXmhsuPvpa3qmMiAugtbDaoGwVGV6oJD');
INSERT OR REPLACE INTO TokenEntity VALUES('skale','ethereum','eip20',18,'0x00c83aecc790e8a4453e5dd3b0b4b3680501a7a7');
INSERT OR REPLACE INTO TokenEntity VALUES('skate','ethereum','eip20',18,'0x61dbbbb552dc893ab3aad09f289f811e67cef285');
INSERT OR REPLACE INTO TokenEntity VALUES('skate','arbitrum-one','eip20',18,'0x61dbbbb552dc893ab3aad09f289f811e67cef285');
INSERT OR REPLACE INTO TokenEntity VALUES('skate','binance-smart-chain','eip20',18,'0x61dbbbb552dc893ab3aad09f289f811e67cef285');
INSERT OR REPLACE INTO TokenEntity VALUES('skeb','ethereum','eip20',18,'0x6d614686550b9e1c1df4b2cd8f91c9d4df66c810');
INSERT OR REPLACE INTO TokenEntity VALUES('skey-network','ethereum','eip20',8,'0x06a01a4d579479dd5d884ebf61a31727a3d8d442');
INSERT OR REPLACE INTO TokenEntity VALUES('ski-mask-cat','base','eip20',18,'0xa6f774051dfb6b54869227fda2df9cb46f296c09');
INSERT OR REPLACE INTO TokenEntity VALUES('ski-mask-dog','base','eip20',9,'0x768be13e1680b5ebe0024c42c896e3db59ec0149');
INSERT OR REPLACE INTO TokenEntity VALUES('skibidi-toilet-2','solana','spl',9,'DPaQfq5sFnoqw2Sh9WMmmASFL9LNu6RdtDqwE1tab2tB');
INSERT OR REPLACE INTO TokenEntity VALUES('sklay','kaia','eip20',18,'0xa323d7386b671e8799dca3582d6658fdcdcd940a');
INSERT OR REPLACE INTO TokenEntity VALUES('skor-ai','solana','spl',6,'8CLGcTogo6FoYkEQQBm3Vm2PVckYCiCm3XXhdsr4skoR');
INSERT OR REPLACE INTO TokenEntity VALUES('skrumble-network','ethereum','eip20',18,'0x048fe49be32adfc9ed68c37d32b5ec9df17b3603');
INSERT OR REPLACE INTO TokenEntity VALUES('skull-of-pepe-token','base','eip20',18,'0x6d3b8c76c5396642960243febf736c6be8b60562');
INSERT OR REPLACE INTO TokenEntity VALUES('skullcoin-2','solana','spl',6,'79EhLJ14QzGoN1DzKzMxG4DcZeQ6H13AXVLvYxuLpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sky','ethereum','eip20',18,'0x56072C95FAA701256059aa122697B133aDEd9279');
INSERT OR REPLACE INTO TokenEntity VALUES('sky-coin','binance-smart-chain','eip20',18,'0xfb40a811fb2568de9709476c09935a6a0dafa6aa');
INSERT OR REPLACE INTO TokenEntity VALUES('skyai','binance-smart-chain','eip20',18,'0x92aa03137385f18539301349dcfc9ebc923ffb10');
INSERT OR REPLACE INTO TokenEntity VALUES('skycoin','skycoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('skyhash','binance-smart-chain','eip20',18,'0xca003170865d064002d0ee140d3092efa60cd74c');
INSERT OR REPLACE INTO TokenEntity VALUES('skyrim-finance','ethereum','eip20',18,'0x2610f0bfc21ef389fe4d03cfb7de9ac1e6c99d6e');
INSERT OR REPLACE INTO TokenEntity VALUES('sl-benfica-fan-token','chiliz','chiliz',0,'0xad7c869f357b57bb03050183d1ba8ec465cd69dc');
INSERT OR REPLACE INTO TokenEntity VALUES('slash-vision-labs','mantle','mantle',18,'0xabbeed1d173541e0546b38b1c0394975be200000');
INSERT OR REPLACE INTO TokenEntity VALUES('sleepless-ai','binance-smart-chain','eip20',18,'0xbda011d7f8ec00f66c1923b049b94c67d148d8b2');
INSERT OR REPLACE INTO TokenEntity VALUES('slerf','solana','spl',9,'7BgBvyjrZX1YKz4oh9mjb8ZScatkkwb8DzFx7LoiVkM3');
INSERT OR REPLACE INTO TokenEntity VALUES('slimcoin','slimcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('slopfather','solana','spl',6,'EWWDzCwq4UYW3ERTXbdgd6X6sdkKHFMJqRz1ZiFcpump');
INSERT OR REPLACE INTO TokenEntity VALUES('slothana','solana','spl',6,'HQ7DaoiUxzC2K1Dr7KXRHccNtXvEYgNvoUextXe8dmBh');
INSERT OR REPLACE INTO TokenEntity VALUES('slove','sui','sui',6,'0x6dd439dee053557b3dd340287a4b81099b3e729cb48fbdae726dd2dff82736c3::slove::SLOVE');
INSERT OR REPLACE INTO TokenEntity VALUES('smardex','ethereum','eip20',18,'0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef');
INSERT OR REPLACE INTO TokenEntity VALUES('smart-coin-smrtr','avalanche','eip20',18,'0x6d923f688c7ff287dc3a5943caeefc994f97b290');
INSERT OR REPLACE INTO TokenEntity VALUES('smart-layer-network','ethereum','eip20',18,'0xdb82c0d91e057e05600c8f8dc836beb41da6df14');
INSERT OR REPLACE INTO TokenEntity VALUES('smart-mfg','ethereum','eip20',18,'0x6710c63432a2de02954fc0f851db07146a6c0312');
INSERT OR REPLACE INTO TokenEntity VALUES('smart-valor','ethereum','eip20',18,'0x297e4e5e59ad72b1b0a2fd446929e76117be0e0a');
INSERT OR REPLACE INTO TokenEntity VALUES('smartcash','smartcash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('smartcredit-token','ethereum','eip20',18,'0x72e9d9038ce484ee986fea183f8d8df93f9ada13');
INSERT OR REPLACE INTO TokenEntity VALUES('smartlands','stellar','stellar',7,'SLT-GCKA6K5PCQ6PNF5RQBF7PQDJWRHO6UOGFMRLK3DYHDOI244V47XKQ4GP');
INSERT OR REPLACE INTO TokenEntity VALUES('smartlands','binance-smart-chain','eip20',6,'0x2456493e757fdeedf569781f053998a72adfad03');
INSERT OR REPLACE INTO TokenEntity VALUES('smartmesh','ethereum','eip20',18,'0x21f15966e07a10554c364b988e91dab01d32794a');
INSERT OR REPLACE INTO TokenEntity VALUES('smartnft','xrp','xrp',null,'rf8dxyFrYWEcUQAM7QXdbbtcRPzjvoQybK');
INSERT OR REPLACE INTO TokenEntity VALUES('smartofgiving','ethereum','eip20',18,'0x8578530205cecbe5db83f7f29ecfeec860c297c2');
INSERT OR REPLACE INTO TokenEntity VALUES('smartofgiving','binance-smart-chain','eip20',18,'0xb32d4817908f001c2a53c15bff8c14d8813109be');
INSERT OR REPLACE INTO TokenEntity VALUES('smarty-pay','binance-smart-chain','eip20',0,'0x17fd3caa66502c6f1cbd5600d8448f3af8f2aba1');
INSERT OR REPLACE INTO TokenEntity VALUES('smoking-chicken-fish','solana','spl',6,'GiG7Hr61RVm4CSUxJmgiCoySFQtdiwxtqf64MsRppump');
INSERT OR REPLACE INTO TokenEntity VALUES('smol-pep','solana','spl',6,'Zc4uJVrHC2APe9qKwBD11Gg4BbvQr3naM8f7Wiopump');
INSERT OR REPLACE INTO TokenEntity VALUES('smooth-love-potion','ethereum','eip20',0,'0xcc8fa225d80b9c7d42f96e9570156c65d6caaa25');
INSERT OR REPLACE INTO TokenEntity VALUES('smooth-love-potion','ronin','ronin',null,'0xa8754b9fa15fc18bb59458815510e40a12cd2014');
INSERT OR REPLACE INTO TokenEntity VALUES('smoothy','binance-smart-chain','eip20',18,'0xbf776e4fca664d791c4ee3a71e2722990e003283');
INSERT OR REPLACE INTO TokenEntity VALUES('smoothy','ethereum','eip20',18,'0xbf776e4fca664d791c4ee3a71e2722990e003283');
INSERT OR REPLACE INTO TokenEntity VALUES('snailbrook','ethereum','eip20',18,'0x6bc40d4099f9057b23af309c08d935b890d7adc0');
INSERT OR REPLACE INTO TokenEntity VALUES('snap-kero','solana','spl',6,'4G86CMxGsMdLETrYnavMFKPhQzKTvDBYGMRAdVtr72nu');
INSERT OR REPLACE INTO TokenEntity VALUES('snek','cardano','cardano',null,'279c909f348e533da5808898f87f9a14bb2c3dfbbacccd631d927a3f');
INSERT OR REPLACE INTO TokenEntity VALUES('snfts-seedify-nft-space','binance-smart-chain','eip20',18,'0x6f51a1674befdd77f7ab1246b83adb9f13613762');
INSERT OR REPLACE INTO TokenEntity VALUES('snibbu-2','ethereum','eip20',9,'0x2a9db31f0f0329b03ddd7a8a4b5297815bba0124');
INSERT OR REPLACE INTO TokenEntity VALUES('snook','polygon-pos','eip20',18,'0x689f8e5913c158ffb5ac5aeb83b3c875f5d20309');
INSERT OR REPLACE INTO TokenEntity VALUES('snowball-token','avalanche','eip20',18,'0xc38f41a296a4493ff429f1238e030924a1542e50');
INSERT OR REPLACE INTO TokenEntity VALUES('snowbank','avalanche','eip20',9,'0x7d1232b90d3f809a54eeaeebc639c62df8a8942f');
INSERT OR REPLACE INTO TokenEntity VALUES('snowcrash-token','binance-smart-chain','eip20',18,'0x1f39dd2bf5a27e2d4ed691dcf933077371777cb0');
INSERT OR REPLACE INTO TokenEntity VALUES('snowswap','ethereum','eip20',18,'0xfe9a29ab92522d14fc65880d817214261d8479ae');
INSERT OR REPLACE INTO TokenEntity VALUES('snpad','ethereum','eip20',18,'0x772358ef6ed3e18bde1263f7d229601c5fa81875');
INSERT OR REPLACE INTO TokenEntity VALUES('socean-staked-sol','solana','spl',9,'5oVNBeEEQvYi1cX3ir8Dx5n1P7pdxydbGF2X4TxVusJm');
INSERT OR REPLACE INTO TokenEntity VALUES('social-good-project','ethereum','eip20',18,'0xddf7fd345d54ff4b40079579d4c4670415dbfd0a');
INSERT OR REPLACE INTO TokenEntity VALUES('social-send','social-send','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('societe-generale-forge-eurcv','ethereum','eip20',18,'0x5f7827fdeb7c20b443265fc2f40845b715385ff2');
INSERT OR REPLACE INTO TokenEntity VALUES('socrates','ethereum','eip20',18,'0x3250577e12b9469915c1fa3a71c22817ca44c4d9');
INSERT OR REPLACE INTO TokenEntity VALUES('soex','the-open-network','the-open-network',9,'EQCPrad8ocDuIp4bAbGbxdA7BWdWE2Gs4OiAL7Yrrtu6BQMI');
INSERT OR REPLACE INTO TokenEntity VALUES('sogni-ai','base','eip20',18,'0xe014d2a4da6e450f21b5050120d291e63c8940fd');
INSERT OR REPLACE INTO TokenEntity VALUES('soil','polygon-pos','eip20',18,'0x43c73b90e0c2a355784dcf0da12f477729b31e77');
INSERT OR REPLACE INTO TokenEntity VALUES('sokuswap','ethereum','eip20',18,'0x4c3a8eceb656ec63eae80a4ebd565e4887db6160');
INSERT OR REPLACE INTO TokenEntity VALUES('sokuswap','binance-smart-chain','eip20',18,'0x0e4b5ea0259eb3d66e6fcb7cc8785817f8490a53');
INSERT OR REPLACE INTO TokenEntity VALUES('sol-bastard','solana','spl',6,'25p2BoNp6qrJH5As6ek6H7Ei495oSkyZd3tGb97sqFmH');
INSERT OR REPLACE INTO TokenEntity VALUES('sol-wormhole','ethereum','eip20',9,'0xd31a59c85ae9d8edefec411d448f90841571b89c');
INSERT OR REPLACE INTO TokenEntity VALUES('sol-wormhole','polygon-pos','eip20',9,'0xd93f7e271cb87c23aaa73edc008a79646d1f9912');
INSERT OR REPLACE INTO TokenEntity VALUES('sol-wormhole','avalanche','eip20',9,'0xfe6b19286885a4f7f55adad09c3cd1f906d2478f');
INSERT OR REPLACE INTO TokenEntity VALUES('sol-wormhole','oasis','oasis',null,'0xd17ddac91670274f7ba1590a06eca0f2fd2b12bc');
INSERT OR REPLACE INTO TokenEntity VALUES('sol-wormhole','terra','terra',null,'terra190tqwgqx7s8qrknz6kckct7v607cu068gfujpk');
INSERT OR REPLACE INTO TokenEntity VALUES('sol-wormhole','binance-smart-chain','eip20',9,'0xfa54ff1a158b5189ebba6ae130ced6bbd3aea76e');
INSERT OR REPLACE INTO TokenEntity VALUES('sola-ai','solana','spl',6,'B5UsiUYcTD3PcQa8r2uXcVgRmDL8jUYuXPiYjrY7pump');
INSERT OR REPLACE INTO TokenEntity VALUES('sola-token','solana','spl',9,'FYfQ9uaRaYvRiaEGUmct45F9WKam3BYXArTrotnTNFXF');
INSERT OR REPLACE INTO TokenEntity VALUES('solace-2','base','eip20',18,'0x7d6fcb3327d7e17095fa8b0e3513ac7a3564f5e1');
INSERT OR REPLACE INTO TokenEntity VALUES('solana','solana','native',9,'');
INSERT OR REPLACE INTO TokenEntity VALUES('solana-bridged-trx-solana','solana','spl',6,'GbbesPbaYh5uiAZSYNXTc7w9jty1rpg3P9L4JeN4LkKc');
INSERT OR REPLACE INTO TokenEntity VALUES('solana-name-service','solana','spl',5,'SNS8DJbHc34nKySHVhLGMUUE72ho6igvJaxtq9T3cX3');
INSERT OR REPLACE INTO TokenEntity VALUES('solana-social-explorer','solana','spl',6,'H4phNbsqjV5rqk8u6FUACTLB6rNZRTAPGnBb8KXJpump');
INSERT OR REPLACE INTO TokenEntity VALUES('solana-swap','solana','spl',6,'HDa3zJc12ahykSsBRvgiWzr6WLEByf36yzKKbVvy4gnF');
INSERT OR REPLACE INTO TokenEntity VALUES('solanahub-staked-sol','solana','spl',9,'HUBsveNpjo5pWqNkH57QzxjQASdTVXcSK7bVKTSZtcSX');
INSERT OR REPLACE INTO TokenEntity VALUES('solanium','solana','spl',6,'xxxxa1sKNGwFtw2kFn8XauW9xq8hBZ5kVtcSesTT9fW');
INSERT OR REPLACE INTO TokenEntity VALUES('solape-token','solana','spl',9,'GHvFFSZ9BctWsEc5nujR1MTmmJWY7tgQz2AXE6WVFtGN');
INSERT OR REPLACE INTO TokenEntity VALUES('solar-energy','binance-smart-chain','eip20',18,'0xec126e20e7cb114dd3ba356100eaca2cc2921322');
INSERT OR REPLACE INTO TokenEntity VALUES('solarbeam','moonriver','moonriver',null,'0x6bd193ee6d2104f14f94e2ca6efefae561a4334b');
INSERT OR REPLACE INTO TokenEntity VALUES('solaris-ai','solana','spl',6,'3RfQPYVJgJbwyB3BzqqypCEWWryxjTfFDAcXQsckpump');
INSERT OR REPLACE INTO TokenEntity VALUES('solayer','solana','spl',9,'LAYER4xPpTCb3QL8S9u41EAhAX7mhBn8Q6xMTwY2Yzc');
INSERT OR REPLACE INTO TokenEntity VALUES('solayer-staked-sol','solana','spl',9,'sSo14endRuUbvQaJS3dq36Q829a3A6BEfoeeRGJywEh');
INSERT OR REPLACE INTO TokenEntity VALUES('solayer-usd','solana','spl',6,'susdabGDNbhrnCa6ncrYo81u4s9GM8ecK2UwMyZiq4X');
INSERT OR REPLACE INTO TokenEntity VALUES('solbank','solana','spl',9,'8twuNzMszqWeFbDErwtf4gw13E6MUS4Hsdx5mi3aqXAM');
INSERT OR REPLACE INTO TokenEntity VALUES('solberg','solana','spl',9,'2uRFEWRBQLEKpLmF8mohFZGDcFQmrkQEEZmHQvMUBvY7');
INSERT OR REPLACE INTO TokenEntity VALUES('solchat','solana','spl',9,'947tEoG318GUmyjVYhraNRvWpMX7fpBTDQFBoJvSkSG3');
INSERT OR REPLACE INTO TokenEntity VALUES('solchicks-token','binance-smart-chain','eip20',8,'0xa91c7bc1e07996a188c1a5b1cfdff450389d8acf');
INSERT OR REPLACE INTO TokenEntity VALUES('solchicks-token','solana','spl',9,'cxxShYRVcepDudXhe7U62QHvw8uBJoKFifmzggGKVC2');
INSERT OR REPLACE INTO TokenEntity VALUES('soldex','solana','spl',9,'CH74tuRLTYcxG7qNJCsV9rghfLXJCQJbsu7i52a8F1Gn');
INSERT OR REPLACE INTO TokenEntity VALUES('soldoge','solana','spl',null,'8ymi88q5DtmdNTn2sPRNFkvMkszMHuLJ1e3RVdWjPa3s');
INSERT OR REPLACE INTO TokenEntity VALUES('solend','solana','spl',6,'SLNDpmoWTVADgEdndyvWzroNL7zSi1dF9PC3xHGtPwp');
INSERT OR REPLACE INTO TokenEntity VALUES('soleng','solana','spl',6,'2wUGjvMqXusgfzYP3Vj149bSM9MwTPLS4maxkdGfpump');
INSERT OR REPLACE INTO TokenEntity VALUES('solex-finance','solana','spl',9,'AASdD9rAefJ4PP7iM89MYUsQEyCQwvBofhceZUGDh5HZ');
INSERT OR REPLACE INTO TokenEntity VALUES('solfarm','solana','spl',6,'TuLipcqtGVXP9XR62wM8WWCm6a9vhLs7T1uoWBk6FDs');
INSERT OR REPLACE INTO TokenEntity VALUES('solforge-fusion','solana','spl',9,'BLiUhfaUFbSoMVeRqq3QYTA1eJsTsB3ZDEYtUsGGQ9em');
INSERT OR REPLACE INTO TokenEntity VALUES('solice','solana','spl',6,'METAmTMXwdb8gYzyCPfXXFmZZw4rUsXX58PNsDg7zjL');
INSERT OR REPLACE INTO TokenEntity VALUES('solid','solana','spl',9,'SoLiDMWBct5TurG1LNcocemBK7QmTn4P33GSrRrcd2n');
INSERT OR REPLACE INTO TokenEntity VALUES('solidex','fantom','eip20',18,'0xd31fcd1f7ba190dbc75354046f6024a9b86014d7');
INSERT OR REPLACE INTO TokenEntity VALUES('solidus-aitech','binance-smart-chain','eip20',18,'0x2d060ef4d6bf7f9e5edde373ab735513c0e4f944');
INSERT OR REPLACE INTO TokenEntity VALUES('solnic','solana','spl',6,'DeaKMzAeZja3Mh5okZE6WUvygLP3Lfuvm6Rg78HqXTz9');
INSERT OR REPLACE INTO TokenEntity VALUES('solo-coin','xrp','xrp',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('solpad-finance','solana','spl',9,'GfJ3Vq2eSTYf1hJP6kKLE9RT6u7jF9gNszJhZwo5VPZp');
INSERT OR REPLACE INTO TokenEntity VALUES('solport-tom-s-bunny-lola','solana','spl',6,'4MeqZ8v3XbNVVX6B69XxXaymoTX6DbK8iZgaGngCbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('solrazr','solana','spl',6,'7j7H7sgsnNDeCngAPjpaCN4aaaru4HS7NAFYSEUyzJ3k');
INSERT OR REPLACE INTO TokenEntity VALUES('solrise-finance','solana','spl',6,'SLRSSpSLUTP7okbCUBYStWCo1vUgyt775faPqz8HUMr');
INSERT OR REPLACE INTO TokenEntity VALUES('solster','solana','spl',9,'9zoqdwEBKWEi9G5Ze8BSkdmppxGgVv1Kw4LuigDiNr9m');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-btc','avalanche','eip20',18,'0xbc78d84ba0c46dfe32cf2895a19939c86b81a777');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-btc','arbitrum-one','eip20',18,'0x3647c54c4c2c65bc7a2d63c0da2809b399dbbdc0');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-btc','binance-smart-chain','eip20',18,'0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-btc','mantle','mantle',18,'0xa68d25fc2af7278db4bcdcaabce31814252642a9');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-btc','ethereum','eip20',18,'0x7a56e1c57c7475ccf742a1832b028f0456652f97');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol','binance-smart-chain','eip20',18,'0xabe8e5cabe24cb36df9540088fd7ce1175b9bc52');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol-solvbtc-bbn','ethereum','eip20',18,'0xd9d920aa40f578ab794426f5c90f6c731d159def');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol-solvbtc-bbn','mantle','mantle',18,'0x1d40bafc49c37cda49f2a5427e2fb95e1e3fcf20');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol-solvbtc-bbn','binance-smart-chain','eip20',18,'0x1346b618dc92810ec74163e4c27004c921d446a5');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol-solvbtc-bbn','arbitrum-one','eip20',18,'0x346c574c56e1a4aaa8dc88cda8f7eb12b39947ab');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol-solvbtc-bbn','base','eip20',18,'0xc26c9099bd3789107888c35bb41178079b282561');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol-solvbtc-bbn','avalanche','eip20',18,'0xcc0966d8418d412c599a6421b760a847eb169a8c');
INSERT OR REPLACE INTO TokenEntity VALUES('solv-protocol-solvbtc-jupiter','binance-smart-chain','eip20',18,'0x38a001e57430f781404fff7a81de4bd67d1f6117');
INSERT OR REPLACE INTO TokenEntity VALUES('solve-care','ethereum','eip20',8,'0x446c9033e7516d820cc9a2ce2d0b7328b579406f');
INSERT OR REPLACE INTO TokenEntity VALUES('solyard-finance','solana','spl',9,'8RYSc3rrS4X4bvBCtSJnhcpPpMaAJkXnVKZPzANxQHgz');
INSERT OR REPLACE INTO TokenEntity VALUES('sombra-network','binance-smart-chain','eip20',9,'0x16b3e050e9e2f0ac4f1bea1b3e4fdc43d7f062dd');
INSERT OR REPLACE INTO TokenEntity VALUES('sombra-network','polygon-pos','eip20',9,'0x16b3e050e9e2f0ac4f1bea1b3e4fdc43d7f062dd');
INSERT OR REPLACE INTO TokenEntity VALUES('sombra-network','ethereum','eip20',9,'0x16b3e050e9e2f0ac4f1bea1b3e4fdc43d7f062dd');
INSERT OR REPLACE INTO TokenEntity VALUES('somee-social','ethereum','eip20',18,'0x65f9a292f1aeed5d755aa2fd2fb17ab2e9431447');
INSERT OR REPLACE INTO TokenEntity VALUES('somesing','icon','icon',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('somnia','ethereum','eip20',18,'0x1b0f6590d21dc02b92ad3a7d00f8884dc4f1aed9');
INSERT OR REPLACE INTO TokenEntity VALUES('somnia','binance-smart-chain','eip20',18,'0xa9616e5e23ec1582c2828b025becf3ef610e266f');
INSERT OR REPLACE INTO TokenEntity VALUES('somnia','base','eip20',18,'0x47636b3188774a3e7273d85a537b9ba4ee7b2535');
INSERT OR REPLACE INTO TokenEntity VALUES('somnium-space-cubes','ethereum','eip20',8,'0xdf801468a808a32656d2ed2d2d80b72a129739f4');
INSERT OR REPLACE INTO TokenEntity VALUES('sonarwatch','solana','spl',9,'sonarX4VtVkQemriJeLm6CKeW3GDMyiBnnAEMw1MRAE');
INSERT OR REPLACE INTO TokenEntity VALUES('songbird','songbird','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sonic-snipe-bot','sui','sui',9,'0x555f3aa7c9c60ca67f906557777fab78fd70a302da7d66a23fcb4f8808d15010::sonic::SONIC');
INSERT OR REPLACE INTO TokenEntity VALUES('sonic-svm','solana','spl',9,'SonicxvLud67EceaEzCLRnMTBqzYUUYNr93DBkBdDES');
INSERT OR REPLACE INTO TokenEntity VALUES('sonic-the-goat','solana','spl',6,'59u8qAD2S2gEtsY5Vs7dJ95YspnHavyHEtRfzCEb9F7G');
INSERT OR REPLACE INTO TokenEntity VALUES('sonm','ethereum','eip20',18,'0x46d0dac0926fa16707042cadc23f1eb4141fe86b');
INSERT OR REPLACE INTO TokenEntity VALUES('sopay','ethereum','eip20',18,'0x076641af1b8f06b7f8c92587156143c109002cbe');
INSERT OR REPLACE INTO TokenEntity VALUES('sophon','binance-smart-chain','eip20',18,'0x31dba3c96481fde3cd81c2aaf51f2d8bf618c742');
INSERT OR REPLACE INTO TokenEntity VALUES('sophon','arbitrum-one','eip20',18,'0x31dba3c96481fde3cd81c2aaf51f2d8bf618c742');
INSERT OR REPLACE INTO TokenEntity VALUES('sophon','polygon-pos','eip20',18,'0xeb971fd26783f32694dbb392dd7289de23109148');
INSERT OR REPLACE INTO TokenEntity VALUES('sophon','base','eip20',18,'0x31dba3c96481fde3cd81c2aaf51f2d8bf618c742');
INSERT OR REPLACE INTO TokenEntity VALUES('sophon','ethereum','eip20',18,'0x6b7774cb12ed7573a7586e7d0e62a2a563ddd3f0');
INSERT OR REPLACE INTO TokenEntity VALUES('sora','ethereum','eip20',18,'0x40fd72257597aa14c7231a7b1aaa29fce868f677');
INSERT OR REPLACE INTO TokenEntity VALUES('sora','sora','sora',null,'0x0200000000000000000000000000000000000000000000000000000000000000');
INSERT OR REPLACE INTO TokenEntity VALUES('sora-labs','solana','spl',6,'89nnWMkWeF9LSJvAWcN2JFQfeWdDk6diKEckeToEU1hE');
INSERT OR REPLACE INTO TokenEntity VALUES('sora-validator-token','ethereum','eip20',18,'0xe88f8313e61a97cec1871ee37fbbe2a8bf3ed1e4');
INSERT OR REPLACE INTO TokenEntity VALUES('sora-validator-token','sora','sora',null,'0x0200040000000000000000000000000000000000000000000000000000000000');
INSERT OR REPLACE INTO TokenEntity VALUES('sorachancoin','sorachancoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sosana','solana','spl',6,'49jdQxUkKtuvorvnwWqDzUoYKEjfgroTzHkQqXG9YFMj');
INSERT OR REPLACE INTO TokenEntity VALUES('sosovalue','ethereum','eip20',18,'0x76a0e27618462bdac7a29104bdcfff4e6bfcea2d');
INSERT OR REPLACE INTO TokenEntity VALUES('soul-graph','solana','spl',6,'9doRRAik5gvhbEwjbZDbZR6GxXSAfdoomyJR57xKpump');
INSERT OR REPLACE INTO TokenEntity VALUES('soul-swap','fantom','eip20',18,'0xe2fb177009ff39f52c0134e8007fa0e4baacbd07');
INSERT OR REPLACE INTO TokenEntity VALUES('sovrun','ethereum','eip20',18,'0x031b8d752d73d7fe9678acef26e818280d0646b4');
INSERT OR REPLACE INTO TokenEntity VALUES('sovryn','ethereum','eip20',18,'0xbdab72602e9ad40fc6a6852caf43258113b8f7a5');
INSERT OR REPLACE INTO TokenEntity VALUES('sovryn','rootstock','rootstock',null,'0xefc78fc7d48b64958315949279ba181c2114abbd');
INSERT OR REPLACE INTO TokenEntity VALUES('sozoai','solana','spl',6,'2uic5Siiu6kwPoHZDHnhvH1MySx1vmLkVmzUTkc3pump');
INSERT OR REPLACE INTO TokenEntity VALUES('sp500-xstock','solana','spl',8,'XsoCS1TfEyfFhfvj8EtZ528L3CaKBDBRqRapnBbDF2W');
INSERT OR REPLACE INTO TokenEntity VALUES('sp500-xstock','arbitrum-one','eip20',18,'0x90a2a4c76b5d8c0bc892a69ea28aa775a8f2dd48');
INSERT OR REPLACE INTO TokenEntity VALUES('sp500-xstock','binance-smart-chain','eip20',18,'0x90a2a4c76b5d8c0bc892a69ea28aa775a8f2dd48');
INSERT OR REPLACE INTO TokenEntity VALUES('space-id','ethereum','eip20',18,'0x2dff88a56767223a5529ea5960da7a3f5f766406');
INSERT OR REPLACE INTO TokenEntity VALUES('space-id','binance-smart-chain','eip20',18,'0x2dff88a56767223a5529ea5960da7a3f5f766406');
INSERT OR REPLACE INTO TokenEntity VALUES('space-iz','ethereum','eip20',18,'0xa7a5c1058194af8f00c187adb7fcc0c95f1c6c2d');
INSERT OR REPLACE INTO TokenEntity VALUES('space-nation-oikos','ethereum','eip20',18,'0x6e7f11641c1ec71591828e531334192d622703f7');
INSERT OR REPLACE INTO TokenEntity VALUES('space-token-bsc','binance-smart-chain','eip20',18,'0x9d9affac2175ef541642035ab66f5fe7df813851');
INSERT OR REPLACE INTO TokenEntity VALUES('space-token-bsc','polygon-pos','eip20',18,'0xb53ec4ace420a62cfb75afdeba600d284777cd65');
INSERT OR REPLACE INTO TokenEntity VALUES('spacechain-erc-20','ethereum','eip20',18,'0x86ed939b500e121c0c5f493f399084db596dad20');
INSERT OR REPLACE INTO TokenEntity VALUES('spacefalcon','solana','spl',4,'HovGjrBGTfna4dvg6exkMxXuexB3tUfEZKcut8AWowXj');
INSERT OR REPLACE INTO TokenEntity VALUES('spacegoat-token','binance-smart-chain','eip20',9,'0x783fe4a84645431b31b914b609b86127b96057ea');
INSERT OR REPLACE INTO TokenEntity VALUES('spacelens','ethereum','eip20',18,'0xcc7ab8d78dba187dc95bf3bb86e65e0c26d0041f');
INSERT OR REPLACE INTO TokenEntity VALUES('spacem-token','avalanche','eip20',18,'0x7cc9c624efa62c2decf0a2a028f7885ecea95a17');
INSERT OR REPLACE INTO TokenEntity VALUES('spacen','binance-smart-chain','eip20',18,'0x939dd9e433552e325d78c33a16ef4cd8004d2f9c');
INSERT OR REPLACE INTO TokenEntity VALUES('spaceswap-milk2','binance-smart-chain','eip20',18,'0x4a5a34212404f30c5ab7eb61b078fa4a55adc5a5');
INSERT OR REPLACE INTO TokenEntity VALUES('spaceswap-milk2','avalanche','eip20',18,'0x721c299e6bf7d6a430d9bea3364ea197314bce09');
INSERT OR REPLACE INTO TokenEntity VALUES('spaceswap-milk2','ethereum','eip20',18,'0x80c8c3dcfb854f9542567c8dac3f44d709ebc1de');
INSERT OR REPLACE INTO TokenEntity VALUES('spaceswap-shake','avalanche','eip20',18,'0xc1d02e488a9ce2481bfdcd797d5373dd2e70a9c2');
INSERT OR REPLACE INTO TokenEntity VALUES('spaceswap-shake','ethereum','eip20',18,'0x6006fc2a849fedaba8330ce36f5133de01f96189');
INSERT OR REPLACE INTO TokenEntity VALUES('spaceswap-shake','binance-smart-chain','eip20',18,'0xba8a6ef5f15ed18e7184f44a775060a6bf91d8d0');
INSERT OR REPLACE INTO TokenEntity VALUES('spacevikings','binance-smart-chain','eip20',9,'0x7ba3cd00229c1becc95a4b056ff15c123dcb456d');
INSERT OR REPLACE INTO TokenEntity VALUES('spain-national-fan-token','Bitcichain','Bitcichain',null,'0x3e6f1be54feb9cc37dbfc31a894a8810357c3f9c');
INSERT OR REPLACE INTO TokenEntity VALUES('spark-2','ethereum','eip20',18,'0xc20059e0317de91738d13af027dfc4a50781b066');
INSERT OR REPLACE INTO TokenEntity VALUES('sparkpoint','harmony-shard-0','harmony-shard-0',null,'0x9500a1fbef7014dbd384633fd20bb1e6916d6fca');
INSERT OR REPLACE INTO TokenEntity VALUES('sparkpoint','ethereum','eip20',18,'0x0488401c3f535193fa8df029d9ffe615a06e74e6');
INSERT OR REPLACE INTO TokenEntity VALUES('sparkpoint-fuel','binance-smart-chain','eip20',18,'0x37ac4d6140e54304d77437a5c11924f61a2d976f');
INSERT OR REPLACE INTO TokenEntity VALUES('spartacus','fantom','eip20',9,'0x5602df4a94eb6c680190accfa2a475621e0ddbdc');
INSERT OR REPLACE INTO TokenEntity VALUES('spartan-protocol-token','binance-smart-chain','eip20',18,'0x3910db0600ea925f63c36ddb1351ab6e2c6eb102');
INSERT OR REPLACE INTO TokenEntity VALUES('spdr-s-p-500-etf-ondo-tokenized-etf','ethereum','eip20',18,'0xfedc5f4a6c38211c1338aa411018dfaf26612c08');
INSERT OR REPLACE INTO TokenEntity VALUES('spectra-finance','base','eip20',18,'0x64fcc3a02eeeba05ef701b7eed066c6ebd5d4e51');
INSERT OR REPLACE INTO TokenEntity VALUES('spectra-finance','arbitrum-one','eip20',18,'0x64fcc3a02eeeba05ef701b7eed066c6ebd5d4e51');
INSERT OR REPLACE INTO TokenEntity VALUES('spectra-finance','optimistic-ethereum','eip20',18,'0x248f43b622ce2f35a14db3fc528284730b619cd5');
INSERT OR REPLACE INTO TokenEntity VALUES('spectral','ethereum','eip20',18,'0xadf7c35560035944e805d98ff17d58cde2449389');
INSERT OR REPLACE INTO TokenEntity VALUES('spectral','base','eip20',18,'0x96419929d7949d6a801a6909c145c8eef6a40431');
INSERT OR REPLACE INTO TokenEntity VALUES('spectre-ai','ethereum','eip20',18,'0x9cf0ed013e67db12ca3af8e7506fe401aa14dad6');
INSERT OR REPLACE INTO TokenEntity VALUES('spectrecoin','spectrecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('speedy-2','ethereum','eip20',18,'0xc8f69a9b46b235de8d0b77c355fff7994f1b090f');
INSERT OR REPLACE INTO TokenEntity VALUES('spell-token','arbitrum-one','eip20',18,'0x3e6648c5a70a150a88bce65f4ad4d506fe15d2af');
INSERT OR REPLACE INTO TokenEntity VALUES('spell-token','avalanche','eip20',18,'0xce1bffbd5374dac86a2893119683f4911a2f7814');
INSERT OR REPLACE INTO TokenEntity VALUES('spell-token','ethereum','eip20',18,'0x090185f2135308bad17527004364ebcc2d37e5f6');
INSERT OR REPLACE INTO TokenEntity VALUES('spell-token','fantom','eip20',18,'0x468003b688943977e6130f4f68f23aad939a1040');
INSERT OR REPLACE INTO TokenEntity VALUES('sperax','arbitrum-one','eip20',18,'0x5575552988a3a80504bbaeb1311674fcfd40ad4b');
INSERT OR REPLACE INTO TokenEntity VALUES('sperax','ethereum','eip20',18,'0xb4a3b0faf0ab53df58001804dda5bfc6a3d59008');
INSERT OR REPLACE INTO TokenEntity VALUES('sperax-usd','arbitrum-one','eip20',18,'0xd74f5255d557944cf7dd0e45ff521520002d5748');
INSERT OR REPLACE INTO TokenEntity VALUES('spherium','avalanche','eip20',18,'0x2fd4d793c1905d82018d75e3b09d3035856890a1');
INSERT OR REPLACE INTO TokenEntity VALUES('spherium','binance-smart-chain','eip20',18,'0x8ea93d00cc6252e2bd02a34782487eed65738152');
INSERT OR REPLACE INTO TokenEntity VALUES('spherium','polygon-pos','eip20',18,'0x2fd4d793c1905d82018d75e3b09d3035856890a1');
INSERT OR REPLACE INTO TokenEntity VALUES('spherium','ethereum','eip20',18,'0x8a0cdfab62ed35b836dc0633482798421c81b3ec');
INSERT OR REPLACE INTO TokenEntity VALUES('spheroid-universe','ethereum','eip20',18,'0xa0cf46eb152656c7090e769916eb44a138aaa406');
INSERT OR REPLACE INTO TokenEntity VALUES('spheron-network','base','eip20',18,'0x080d43c2164afdbc3712422ce78ab902ccab5ca1');
INSERT OR REPLACE INTO TokenEntity VALUES('spinning-cat','solana','spl',6,'VaxZxmFXV8tmsd72hUn22ex6GFzZ5uq9DVJ5wA5pump');
INSERT OR REPLACE INTO TokenEntity VALUES('spintop','binance-smart-chain','eip20',18,'0x6aa217312960a21adbde1478dc8cbcf828110a67');
INSERT OR REPLACE INTO TokenEntity VALUES('spiritswap','fantom','eip20',18,'0x5cc61a78f164885776aa610fb0fe1257df78e59b');
INSERT OR REPLACE INTO TokenEntity VALUES('splinterlands','binance-smart-chain','eip20',18,'0x1633b7157e7638c4d6593436111bf125ee74703f');
INSERT OR REPLACE INTO TokenEntity VALUES('splyt','ethereum','eip20',18,'0x7bef710a5759d197ec0bf621c3df802c2d60d848');
INSERT OR REPLACE INTO TokenEntity VALUES('spookyswap','fantom','eip20',18,'0x841fad6eae12c286d1fd18d1d525dffa75c7effe');
INSERT OR REPLACE INTO TokenEntity VALUES('spookyswap','avalanche','eip20',18,'0xbd83010eb60f12112908774998f65761cf9f6f9a');
INSERT OR REPLACE INTO TokenEntity VALUES('spookyswap','ethereum','eip20',18,'0x55af5865807b196bd0197e0902746f31fbccfa58');
INSERT OR REPLACE INTO TokenEntity VALUES('spool-dao-token','ethereum','eip20',18,'0x40803cea2b2a32bda1be61d3604af6a814e70976');
INSERT OR REPLACE INTO TokenEntity VALUES('spore','avalanche','eip20',9,'0x6e7f5c0b9f4432716bdd0a77a3601291b9d9e985');
INSERT OR REPLACE INTO TokenEntity VALUES('spore','binance-smart-chain','eip20',9,'0x33a3d962955a3862c8093d1273344719f03ca17c');
INSERT OR REPLACE INTO TokenEntity VALUES('spore-2','solana','spl',6,'8bdhP1UQMevciC9oJ7NrvgDfoW8XPXPfbkkm6vKtMS7N');
INSERT OR REPLACE INTO TokenEntity VALUES('spores-network','binance-smart-chain','eip20',18,'0x8357c604c5533fa0053beaaa1494da552cea38f7');
INSERT OR REPLACE INTO TokenEntity VALUES('spores-network','ethereum','eip20',18,'0xcbe771323587ea16dacb6016e269d7f08a7acc4e');
INSERT OR REPLACE INTO TokenEntity VALUES('sportium','ethereum','eip20',18,'0x5ab6a4f46ce182356b6fa2661ed8ebcafce995ad');
INSERT OR REPLACE INTO TokenEntity VALUES('sportium','binance-smart-chain','eip20',18,'0x56156fb7860d7eb0b4b1a5356c5354b295194a45');
INSERT OR REPLACE INTO TokenEntity VALUES('sportpoint','binance-smart-chain','eip20',18,'0x0cf453dc7ea21ef8fdffc1b14cb848e1e3884be5');
INSERT OR REPLACE INTO TokenEntity VALUES('sportsicon','ethereum','eip20',18,'0x3f68e7b44e9bcb486c2feadb7a2289d9cdfc9088');
INSERT OR REPLACE INTO TokenEntity VALUES('sportstensor','bittensor','bittensor',null,'41');
INSERT OR REPLACE INTO TokenEntity VALUES('spring-staked-sui','sui','sui',9,'0x83556891f4a0f233ce7b05cfe7f957d4020492a34f5405b2cb9377d060bef4bf::spring_sui::SPRING_SUI');
INSERT OR REPLACE INTO TokenEntity VALUES('spunkysdx','ethereum','eip20',18,'0x5eeecb13a98e2019aaaca47df17683431f5cab04');
INSERT OR REPLACE INTO TokenEntity VALUES('spunkysdx','arbitrum-one','eip20',18,'0xdb40357fbc1eb1038c5df94c1cd7b7fd3f434480');
INSERT OR REPLACE INTO TokenEntity VALUES('spunkysdx','base','eip20',18,'0x62bba099edd65740c0d192ffe84973b1aae682d2');
INSERT OR REPLACE INTO TokenEntity VALUES('spunkysdx','binance-smart-chain','eip20',18,'0x4fa159afacdbd56d67434ca0de4573214708a846');
INSERT OR REPLACE INTO TokenEntity VALUES('spx6900','ethereum','eip20',8,'0xe0f63a424a4439cbe457d80e4f4b51ad25b2c56c');
INSERT OR REPLACE INTO TokenEntity VALUES('spx6900','base','eip20',8,'0x50da645f148798f68ef2d7db7c1cb22a6819bb2c');
INSERT OR REPLACE INTO TokenEntity VALUES('spx6900','solana','spl',8,'J3NKxxXZcnNiMjKw9hYb2K4LUxgwB6t1FtPtQVsv3KFr');
INSERT OR REPLACE INTO TokenEntity VALUES('sqgl-vault-nftx','ethereum','eip20',18,'0x8d137e3337eb1b58a222fef2b2cc7c423903d9cf');
INSERT OR REPLACE INTO TokenEntity VALUES('squid-game','binance-smart-chain','eip20',18,'0x87230146e138d3f296a9a77e497a2a83012e9bc5');
INSERT OR REPLACE INTO TokenEntity VALUES('squidgrow-2','ethereum','eip20',9,'0xb72e76ccf005313868db7b48070901a44629da98');
INSERT OR REPLACE INTO TokenEntity VALUES('squigglestrategy','ethereum','eip20',18,'0x742fd09cbbeb1ec4e3d6404dfc959a324deb50e6');
INSERT OR REPLACE INTO TokenEntity VALUES('sroomai-dao','sui','sui',9,'0x16ab6a14d76a90328a6b04f06b0a0ce952847017023624e0c37bf8aa314c39ba::shr::SHR');
INSERT OR REPLACE INTO TokenEntity VALUES('srune','ethereum','eip20',18,'0x0352557b007a4aae1511c114409b932f06f9e2f4');
INSERT OR REPLACE INTO TokenEntity VALUES('ssv-network','ethereum','eip20',18,'0x9d65ff81a3c488d585bbfb0bfe3c7707c7917f54');
INSERT OR REPLACE INTO TokenEntity VALUES('stabilize','arbitrum-one','eip20',18,'0x2c110867ca90e43d372c1c2e92990b00ea32818b');
INSERT OR REPLACE INTO TokenEntity VALUES('stabledoc-token','binance-smart-chain','eip20',18,'0x543c7ebb52d56985f63f246a5b3558aff79037d7');
INSERT OR REPLACE INTO TokenEntity VALUES('stablr-euro','ethereum','eip20',6,'0x50753cfaf86c094925bf976f218d043f8791e408');
INSERT OR REPLACE INTO TokenEntity VALUES('stablr-usd','ethereum','eip20',6,'0x7b43e3875440b44613dc3bc08e7763e6da63c8f8');
INSERT OR REPLACE INTO TokenEntity VALUES('stackos','polygon-pos','eip20',18,'0x980111ae1b84e50222c8843e3a7a038f36fecd2b');
INSERT OR REPLACE INTO TokenEntity VALUES('stackos','binance-smart-chain','eip20',18,'0x6855f7bb6287f94ddcc8915e37e73a3c9fee5cf3');
INSERT OR REPLACE INTO TokenEntity VALUES('stackos','ethereum','eip20',18,'0x56a86d648c435dc707c8405b78e2ae8eb4e60ba4');
INSERT OR REPLACE INTO TokenEntity VALUES('stacktical','ethereum','eip20',18,'0x3affcca64c2a6f4e3b6bd9c64cd2c969efd1ecbe');
INSERT OR REPLACE INTO TokenEntity VALUES('stacktical','harmony-shard-0','harmony-shard-0',null,'0x34704c70e9ec9fb9a921da6daad7d3e19f43c734');
INSERT OR REPLACE INTO TokenEntity VALUES('stacktical','fantom','eip20',18,'0x25a528af62e56512a19ce8c3cab427807c28cc19');
INSERT OR REPLACE INTO TokenEntity VALUES('stacktical','avalanche','eip20',18,'0xd7c295e399ca928a3a14b01d760e794f1adf8990');
INSERT OR REPLACE INTO TokenEntity VALUES('stacktical','polygon-pos','eip20',18,'0xa0e390e9cea0d0e8cd40048ced9fa9ea10d71639');
INSERT OR REPLACE INTO TokenEntity VALUES('stacktical','binance-smart-chain','eip20',18,'0x1861c9058577c3b48e73d91d6f25c18b17fbffe0');
INSERT OR REPLACE INTO TokenEntity VALUES('stacy-staked-xtz','tezos','tezos',6,'KT1KXKhkxDezoa8G3WvPtsrgNTs5ZQwhpYZN');
INSERT OR REPLACE INTO TokenEntity VALUES('stader','ethereum','eip20',18,'0x30d20208d987713f46dfd34ef128bb16c404d10f');
INSERT OR REPLACE INTO TokenEntity VALUES('stader-bnbx','binance-smart-chain','eip20',18,'0x1bdd3cf7f79cfb8edbb955f20ad99211551ba275');
INSERT OR REPLACE INTO TokenEntity VALUES('stader-ethx','ethereum','eip20',18,'0xa35b1b31ce002fbf2058d22f30f95d405200a15b');
INSERT OR REPLACE INTO TokenEntity VALUES('stader-maticx','polygon-pos','eip20',18,'0xfa68fb4628dff1028cfec22b4162fccd0d45efb6');
INSERT OR REPLACE INTO TokenEntity VALUES('stader-maticx','ethereum','eip20',18,'0xf03a7eb46d01d9ecaa104558c732cf82f6b6b645');
INSERT OR REPLACE INTO TokenEntity VALUES('stader-sftmx','fantom','fantom',18,'0xd7028092c830b5c8fce061af2e593413ebbc1fc1');
INSERT OR REPLACE INTO TokenEntity VALUES('stafi','ethereum','eip20',18,'0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d');
INSERT OR REPLACE INTO TokenEntity VALUES('stafi','polkadot','polkadot',null,'0xef3a930e1ffffacd2fc13434ac81bd278b0ecc8d');
INSERT OR REPLACE INTO TokenEntity VALUES('stafi','sora','sora',null,'0x00e6df883c9844e34b354b840e3a527f5fc6bfc937138c67908b1c8f2931f3e9');
INSERT OR REPLACE INTO TokenEntity VALUES('staicy-sport','base','eip20',18,'0xd007c4c900d1df6caea2a4122f3d551d7dfe08b0');
INSERT OR REPLACE INTO TokenEntity VALUES('stake-dao','polygon-pos','eip20',18,'0x361a5a4993493ce00f61c32d4ecca5512b82ce90');
INSERT OR REPLACE INTO TokenEntity VALUES('stake-dao','arbitrum-one','eip20',18,'0x7ba4a00d54a07461d9db2aef539e91409943adc9');
INSERT OR REPLACE INTO TokenEntity VALUES('stake-dao','ethereum','eip20',18,'0x73968b9a57c6e53d41345fd57a6e6ae27d6cdb2f');
INSERT OR REPLACE INTO TokenEntity VALUES('stake-link','ethereum','eip20',18,'0xa95c5ebb86e0de73b4fb8c47a45b792cfea28c23');
INSERT OR REPLACE INTO TokenEntity VALUES('stakeborg-dao','ethereum','eip20',18,'0xda0c94c73d127ee191955fb46bacd7ff999b2bcd');
INSERT OR REPLACE INTO TokenEntity VALUES('stakecube','stakecube','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-aave-balancer-pool-token','ethereum','eip20',18,'0xa1116930326d21fb917d5a27f1e9943a9595fb47');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-ether','ethereum','eip20',18,'0xae7ab96520de3a18e5e111b5eaab095312d7fe84');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax','avalanche','eip20',18,'0x3405e88af759992937b84e58f2fe691ef0eea320');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax','binance-smart-chain','eip20',18,'0xa63f56985f9c7f3bc9ffc5685535649e0c1a55f3');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax','arbitrum-one','eip20',18,'0xe3b3fe7bca19ca77ad877a5bebab186becfad906');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax','optimistic-ethereum','eip20',18,'0x2dd1b4d4548accea497050619965f91f78b3b532');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax','ethereum','eip20',18,'0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-ether','polygon-pos','eip20',18,'0x6d1fdbb266fcc09a16a22016369210a15bb95761');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-ether','fantom','fantom',18,'0xb90ccd563918ff900928dc529aa01046795ccb4a');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-ether','moonbeam','moonbeam',null,'0xecf91116348af1cffe335e9807f0051332be128d');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-ether','binance-smart-chain','eip20',18,'0x3cd55356433c89e50dc51ab07ee0fa0a95623d53');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-ether','optimistic-ethereum','eip20',18,'0x484c2d6e3cdd945a8b2df735e079178c1036578c');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-ether','arbitrum-one','eip20',18,'0x95ab45875cffdba1e5f451b950bc2e42c0053f39');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-ether','ethereum','eip20',18,'0xac3e018457b222d93114458476f3e3416abbe38f');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-usd','ethereum','eip20',18,'0xcf62f905562626cfcdd2261162a51fd02fc9c5b6');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-usd','sei-network','sei-network',18,'0x5bff88ca1442c2496f7e475e9e7786383bc070c0');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-usd','mode','mode',18,'0x5bff88ca1442c2496f7e475e9e7786383bc070c0');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-frax-usd','arbitrum-one','eip20',18,'0x5bff88ca1442c2496f7e475e9e7786383bc070c0');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-kofi-aptos','aptos','aptos',8,'0x42556039b88593e768c97ab1a3ab0c6a17230825769304482dff8fdebe4c002b');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-stream-usd','ethereum','eip20',6,'0xe2fc85bfb48c4cf147921fbe110cf92ef9f26f94');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-usd1','binance-smart-chain','eip20',18,'0x4f2760b32720f013e900dc92f65480137391199b');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-usn','zksync','eip20',18,'0xb6a09d426861c63722aa0b333a9ce5d5a9b04c4f');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-usn','ethereum','eip20',18,'0xe24a3dc889621612422a64e6388927901608b91d');
INSERT OR REPLACE INTO TokenEntity VALUES('staked-uty','avalanche','eip20',18,'0x580d5e1399157fd0d58218b7a514b60974f2ab01');
INSERT OR REPLACE INTO TokenEntity VALUES('stakestone','ethereum','eip20',18,'0x1d88713b483a8e45cff0e5cd7c2e15e5fab4534d');
INSERT OR REPLACE INTO TokenEntity VALUES('stakestone','binance-smart-chain','eip20',18,'0xdaf1695c41327b61b9b9965ac6a5843a3198cf07');
INSERT OR REPLACE INTO TokenEntity VALUES('stakestone-berachain-vault-token','ethereum','eip20',18,'0x97ad75064b20fb2b2447fed4fa953bf7f007a706');
INSERT OR REPLACE INTO TokenEntity VALUES('stakewise','ethereum','eip20',18,'0x48c3399719b582dd63eb5aadf12a40b4c3f52fa2');
INSERT OR REPLACE INTO TokenEntity VALUES('stakewise-v3-oseth','ethereum','eip20',18,'0xf1c9acdc66974dfb6decb12aa385b9cd01190e38');
INSERT OR REPLACE INTO TokenEntity VALUES('standard-protocol','ethereum','eip20',18,'0x9040e237c3bf18347bb00957dc22167d0f2b999d');
INSERT OR REPLACE INTO TokenEntity VALUES('standx-dusd','binance-smart-chain','eip20',6,'0xaf44a1e76f56ee12adbb7ba8acd3cbd474888122');
INSERT OR REPLACE INTO TokenEntity VALUES('star','solana','spl',6,'2dPkLQi1WLkrbQbBAS9d8GHARF4oWQXFXrUbMq7bstar');
INSERT OR REPLACE INTO TokenEntity VALUES('star-atlas','solana','spl',8,'ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx');
INSERT OR REPLACE INTO TokenEntity VALUES('star-atlas-dao','solana','spl',8,'poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk');
INSERT OR REPLACE INTO TokenEntity VALUES('star-wars-cat','binance-smart-chain','eip20',18,'0x98b6e33e77a55732f0e2ce595429144b18ce862c');
INSERT OR REPLACE INTO TokenEntity VALUES('starcoin','starcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('stardoge','binance-smart-chain','eip20',18,'0x784f5377278be3319b26ce984a21c66b539322f9');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-usdc','nibiru','nibiru',6,'0x0829f361a05d993d5ceb035ca6df3446b060970b');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-usdc','telos','telos',6,'0xf1815bd50389c46847f0bda824ec8da914045d14');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-usdc','fuse','fuse',6,'0xc6bc407706b7140ee8eef2f86f9504651b63e7f9');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-usdc','rootstock','rootstock',6,'0x74c9f2b00581f1b11aa7ff05aa9f608b7389de67');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','nibiru','nibiru',18,'0xcda5b77e2e2268d9e09c874c1b9a4c3f07b37555');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','klay-token','klay-token',18,'0x09d428a066e77806f9de48fe3a57e837ccd0912f');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','hedera-hashgraph','hedera-hashgraph',18,'0xca367694cdac8f152e33683bb36cc9d6a73f1ef2');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','fuse','fuse',18,'0xa722c13135930332eb3d749b2f0906559d2c5b99');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','rootstock','rootstock',18,'0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','telos','telos',18,'0xbab93b7ad7fe8692a878b95a8e689423437cc500');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','cronos','cronos',18,'0xf44acfdc916898449e39062934c2b496799b6abe');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-bridged-weth','xdc-network','xdc-network',18,'0xa7348290de5cf01772479c48d50dec791c3fc212');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-finance','arbitrum-one','eip20',18,'0x6694340fc020c5e6b96567843da2df01b2ce1eb6');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-finance','avalanche','eip20',18,'0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-finance','polygon-pos','eip20',18,'0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-finance','fantom','eip20',18,'0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-finance','binance-smart-chain','eip20',18,'0xb0d502e938ed5f4df2e681fe6e419ff29631d62b');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-finance','optimistic-ethereum','eip20',18,'0x296f55f8fb28e498b858d0bcda06d955b2cb3f97');
INSERT OR REPLACE INTO TokenEntity VALUES('stargate-finance','ethereum','eip20',18,'0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6');
INSERT OR REPLACE INTO TokenEntity VALUES('stargaze','cosmos','cosmos',null,'ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4');
INSERT OR REPLACE INTO TokenEntity VALUES('starknet','ethereum','eip20',18,'0xca14007eff0db1f8135f4c25b34de49ab0d42766');
INSERT OR REPLACE INTO TokenEntity VALUES('starknet','starknet','starknet',null,'0x4718f5a0fc34cc1af16a1cdee98ffb20c31f5cd61d6ab07201858f4287c938d');
INSERT OR REPLACE INTO TokenEntity VALUES('starlaunch','solana','spl',6,'HCgybxq5Upy8Mccihrp7EsmwwFqYZtrHrsmsKwtGXLgW');
INSERT OR REPLACE INTO TokenEntity VALUES('starlink','ethereum','eip20',18,'0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24');
INSERT OR REPLACE INTO TokenEntity VALUES('starmon-token','binance-smart-chain','eip20',18,'0xab15b79880f11cffb58db25ec2bc39d28c4d80d2');
INSERT OR REPLACE INTO TokenEntity VALUES('starname','osmosis','osmosis',null,'ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC');
INSERT OR REPLACE INTO TokenEntity VALUES('starname','starname','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('starrynift','binance-smart-chain','eip20',18,'0x5c4625ac040486ce7a9054924b8cd3e4ba8480a6');
INSERT OR REPLACE INTO TokenEntity VALUES('stars-2','ethereum','eip20',18,'0x04f121600c8c47a754636fc9d75661a9525e05d5');
INSERT OR REPLACE INTO TokenEntity VALUES('starsharks','binance-smart-chain','eip20',18,'0xc3028fbc1742a16a5d69de1b334cbce28f5d7eb3');
INSERT OR REPLACE INTO TokenEntity VALUES('starship','binance-smart-chain','eip20',9,'0x52419258e3fa44deac7e670eadd4c892b480a805');
INSERT OR REPLACE INTO TokenEntity VALUES('starslax','stellar','stellar',7,'SSLX-GBHFGY3ZNEJWLNO4LBUKLYOCEK4V7ENEBJGPRHHX7JU47GWHBREH37UR');
INSERT OR REPLACE INTO TokenEntity VALUES('starslax','binance-smart-chain','eip20',7,'0xced4ad3e56fdbdd31cca3f76f4ffb1eadd920dcf');
INSERT OR REPLACE INTO TokenEntity VALUES('startup','solana','spl',9,'97PVGU2DzFqsAWaYU17ZBqGvQFmkqtdMywYBNPAfy8vy');
INSERT OR REPLACE INTO TokenEntity VALUES('stasis-eurs','ethereum','eip20',2,'0xdb25f211ab05b1c97d595516f45794528a807ad8');
INSERT OR REPLACE INTO TokenEntity VALUES('stasis-eurs','polygon-pos','eip20',2,'0xe111178a87a3bff0c8d18decba5798827539ae99');
INSERT OR REPLACE INTO TokenEntity VALUES('stat','ethereum','eip20',18,'0x4fc15c91a9c4a9efb404174464687e8e128730c2');
INSERT OR REPLACE INTO TokenEntity VALUES('statera','fantom','eip20',18,'0x89d5e71e275b4be094df9551627bcf4e3b24ce22');
INSERT OR REPLACE INTO TokenEntity VALUES('statera','ethereum','eip20',18,'0xa7de087329bfcda5639247f96140f9dabe3deed1');
INSERT OR REPLACE INTO TokenEntity VALUES('status','ethereum','eip20',18,'0x744d70fdbe2ba4cf95131626614a1763df805b9e');
INSERT OR REPLACE INTO TokenEntity VALUES('stax-token','ethereum','eip20',9,'0xd70030cb861be7a7788f699e4f5ca8d51b31102d');
INSERT OR REPLACE INTO TokenEntity VALUES('staysafu','binance-smart-chain','eip20',9,'0x890cc7d14948478c98a6cd7f511e1f7f7f99f397');
INSERT OR REPLACE INTO TokenEntity VALUES('stbl','binance-smart-chain','eip20',18,'0x8dedf84656fa932157e27c060d8613824e7979e3');
INSERT OR REPLACE INTO TokenEntity VALUES('steam22','ethereum','eip20',18,'0x65b3f4a4694b125ada8f9ebc2b79d6c7d4015d1b');
INSERT OR REPLACE INTO TokenEntity VALUES('steem','steem','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('steem-dollars','steem-dollars','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('stella-armada','binance-smart-chain','eip20',18,'0x95eda7e54220c6ebf5a8a0d40672849ff029ca6e');
INSERT OR REPLACE INTO TokenEntity VALUES('stellar','stellar','native',7,'');
INSERT OR REPLACE INTO TokenEntity VALUES('stellite','stellite','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('stemx','binance-smart-chain','eip20',18,'0x26734add0650719ea29087fe5cc0aab81b4f237d');
INSERT OR REPLACE INTO TokenEntity VALUES('step-app-fitfi','avalanche','eip20	',18,'0x714f020C54cc9D104B6F4f6998C63ce2a31D1888');
INSERT OR REPLACE INTO TokenEntity VALUES('step-app-fitfi','avalanche','eip20',18,'0x714f020c54cc9d104b6f4f6998c63ce2a31d1888');
INSERT OR REPLACE INTO TokenEntity VALUES('step-finance','solana','spl',9,'StepAscQoEioFxxWGnh2sLBDFp9d8rvKz2Yp39iDpyT');
INSERT OR REPLACE INTO TokenEntity VALUES('step-hero','binance-smart-chain','eip20',18,'0xe8176d414560cfe1bf82fd73b986823b89e4f545');
INSERT OR REPLACE INTO TokenEntity VALUES('stepn','solana','spl',9,'7i5KKsX2weiTkry7jA4ZwSuXGhs5eJBEjY8vVxR4pfRx');
INSERT OR REPLACE INTO TokenEntity VALUES('stepn','ethereum','eip20',8,'0xe3c408BD53c31C085a1746AF401A4042954ff740');
INSERT OR REPLACE INTO TokenEntity VALUES('stepn','binance-smart-chain','eip20',8,'0x3019bf2a2ef8040c242c9a4c5c4bd4c81678b2a1');
INSERT OR REPLACE INTO TokenEntity VALUES('stfx','solana','spl',8,'HrqHpE4NQbSTjVtFSTm9i8omFfytggsS9UkccHWHWntx');
INSERT OR REPLACE INTO TokenEntity VALUES('stfx','ethereum','eip20',18,'0x9343e24716659a3551eb10aff9472a2dcad5db2d');
INSERT OR REPLACE INTO TokenEntity VALUES('stobox-token','ethereum','eip20',18,'0xa6422e3e219ee6d4c1b18895275fe43556fd50ed');
INSERT OR REPLACE INTO TokenEntity VALUES('stobox-token','binance-smart-chain','eip20',18,'0x52ad4d6329ca7d4bb31ae859ede4bf60116a5483');
INSERT OR REPLACE INTO TokenEntity VALUES('stobox-token','polygon-pos','eip20',18,'0xcf403036bc139d30080d2cf0f5b48066f98191bb');
INSERT OR REPLACE INTO TokenEntity VALUES('ston','ethereum','eip20',18,'0xdc47f2ba852669b178699449e50682d6ceaf8c07');
INSERT OR REPLACE INTO TokenEntity VALUES('ston-2','the-open-network','the-open-network',9,'EQA2kCVNwVsil2EM2mB0SkXytxCqQjS4mttjDpnXmwG9T6bO');
INSERT OR REPLACE INTO TokenEntity VALUES('stonks-4','solana','spl',9,'43VWkd99HjqkhFTZbWBpMpRhjG469nWa7x7uEsgSH7We');
INSERT OR REPLACE INTO TokenEntity VALUES('stonks-5','solana','spl',6,'6NcdiK8B5KK2DzKvzvCfqi8EHaEqu48fyEzC8Mm9pump');
INSERT OR REPLACE INTO TokenEntity VALUES('stonks-on-eth','solana','spl',8,'8P6WDZ59qwMrTgXWaxFN5J19dGwvY2XEavCyRdA25PNm');
INSERT OR REPLACE INTO TokenEntity VALUES('stonks-on-eth','ethereum','eip20',9,'0x7d4a23832fad83258b32ce4fd3109ceef4332af4');
INSERT OR REPLACE INTO TokenEntity VALUES('stool-prisondente','solana','spl',6,'AxriehR6Xw3adzHopnvMn7GcpRFcD41ddpiTWMg6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('storj','harmony-shard-0','harmony-shard-0',null,'0x266f341e33aa61c30c6a9af89314811a5b097cb4');
INSERT OR REPLACE INTO TokenEntity VALUES('storj','ethereum','eip20',8,'0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac');
INSERT OR REPLACE INTO TokenEntity VALUES('storm','ethereum','eip20',18,'0xbe9375c6a420d2eeb258962efb95551a5b722803');
INSERT OR REPLACE INTO TokenEntity VALUES('storx','xdc-network','xdc-network',null,'xdc5d5f074837f5d4618b3916ba74de1bf9662a3fed');
INSERT OR REPLACE INTO TokenEntity VALUES('story','binance-smart-chain','eip20',18,'0x85ee8e3e0068edeeee960979958d7f61416a9d84');
INSERT OR REPLACE INTO TokenEntity VALUES('stox','ethereum','eip20',18,'0x006bea43baa3f7a6f765f14f10a1a1b08334ef45');
INSERT OR REPLACE INTO TokenEntity VALUES('stp-network','ethereum','eip20',18,'0xde7d85157d9714eadf595045cc12ca4a5f3e2adb');
INSERT OR REPLACE INTO TokenEntity VALUES('straitsx-indonesia-rupiah','ethereum','eip20',6,'0xebf2096e01455108badcbaf86ce30b6e5a72aa52');
INSERT OR REPLACE INTO TokenEntity VALUES('straitsx-xusd','binance-smart-chain','eip20',6,'0xf81ac2e1a0373dde1bce01e2fe694a9b7e3bfcb9');
INSERT OR REPLACE INTO TokenEntity VALUES('straitsx-xusd','ethereum','eip20',6,'0xc08e7e23c235073c6807c2efe7021304cb7c2815');
INSERT OR REPLACE INTO TokenEntity VALUES('strategic-bitcoin-reserve','ethereum','eip20',9,'0xd6203889c22d9fe5e938a9200f50fdffe9dd8e02');
INSERT OR REPLACE INTO TokenEntity VALUES('strategic-eth-reserve','ethereum','eip20',18,'0x2fd23a21c52fff0535328a7177da1fb31b8a819e');
INSERT OR REPLACE INTO TokenEntity VALUES('strategic-solana-reserve','solana','spl',6,'7d5uLATMiAoRC1n9yNc7VCrhx44H6bjEzDx7Gxuhpump');
INSERT OR REPLACE INTO TokenEntity VALUES('stratis','ethereum','eip20',18,'0xa3c22370de5f9544f0c4de126b1e46ceadf0a51b');
INSERT OR REPLACE INTO TokenEntity VALUES('stratos','ethereum','eip20',18,'0x08c32b0726c5684024ea6e141c50ade9690bbdcc');
INSERT OR REPLACE INTO TokenEntity VALUES('stratovm','ethereum','eip20',18,'0x2bc46eb4ae80ddd9c8a6e064c74327c8244d88e2');
INSERT OR REPLACE INTO TokenEntity VALUES('strawberry-ai','ethereum','eip20',18,'0xcb76314c2540199f4b844d4ebbc7998c604880ca');
INSERT OR REPLACE INTO TokenEntity VALUES('streamdotfun','solana','spl',6,'2EYvskXTncMS11vejJcWHh8fPaCFy6bzDcVnmofEpump');
INSERT OR REPLACE INTO TokenEntity VALUES('streamercoin','solana','spl',6,'3arUrpH3nzaRJbbpVgY42dcqSq9A5BFgUxKozZ4npump');
INSERT OR REPLACE INTO TokenEntity VALUES('streamflow','solana','spl',6,'STREAMribRwybYpMmSYoCsQUdr6MZNXEqHgm7p1gu9M');
INSERT OR REPLACE INTO TokenEntity VALUES('streamr','polygon-pos','eip20',18,'0x3a9a81d576d83ff21f26f325066054540720fc34');
INSERT OR REPLACE INTO TokenEntity VALUES('streamr','ethereum','eip20',18,'0x8f693ca8d21b157107184d29d398a8d082b38b76');
INSERT OR REPLACE INTO TokenEntity VALUES('streamr','binance-smart-chain','eip20',18,'0x0864c156b3c5f69824564dec60c629ae6401bf2a');
INSERT OR REPLACE INTO TokenEntity VALUES('streamr','gnosis','eip20',18,'0x256eb8a51f382650b2a1e946b8811953640ee47d');
INSERT OR REPLACE INTO TokenEntity VALUES('streamr-xdata','ethereum','eip20',18,'0x0cf0ee63788a0849fe5297f3407f701e122cc023');
INSERT OR REPLACE INTO TokenEntity VALUES('stride-staked-atom','evmos','evmos',null,'0xc8b4d3e67238e38b20d38908646ff6f4f48de5ec');
INSERT OR REPLACE INTO TokenEntity VALUES('stride-staked-atom','stride-staked-atom','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('stride-staked-atom','secret','secret',null,'secret155w9uxruypsltvqfygh5urghd5v0zc6f9g69sq');
INSERT OR REPLACE INTO TokenEntity VALUES('stride-staked-atom','osmosis','osmosis',null,'ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901');
INSERT OR REPLACE INTO TokenEntity VALUES('strike','ethereum','eip20',18,'0x74232704659ef37c08995e386a2e26cc27a8d7b1');
INSERT OR REPLACE INTO TokenEntity VALUES('strike-2','cardano','cardano',6,'f13ac4d66b3ee19a6aa0f2a22298737bd907cc95121662fc971b5275');
INSERT OR REPLACE INTO TokenEntity VALUES('strike-3','solana','spl',null,'STrikemJEk2tFVYpg7SMo9nGPrnJ56fHnS1K7PV2fPw');
INSERT OR REPLACE INTO TokenEntity VALUES('strikebit-ai','binance-smart-chain','eip20',18,'0x2aa89a0113bcbbcdc5812c6df794e2d9650fc1af');
INSERT OR REPLACE INTO TokenEntity VALUES('strikecoin','binance-smart-chain','eip20',18,'0xd6fdde76b8c1c45b33790cc8751d5b88984c44ec');
INSERT OR REPLACE INTO TokenEntity VALUES('strip-finance','binance-smart-chain','eip20',18,'0x0fe178b9a471b3698cb6fcb4625df9a756a2c55c');
INSERT OR REPLACE INTO TokenEntity VALUES('strips-finance','arbitrum-one','eip20',18,'0x326c33fd1113c1f29b35b4407f3d6312a8518431');
INSERT OR REPLACE INTO TokenEntity VALUES('strips-finance','ethereum','eip20',18,'0x97872eafd79940c7b24f7bcc1eadb1457347adc9');
INSERT OR REPLACE INTO TokenEntity VALUES('strong','ethereum','eip20',18,'0x990f341946a3fdb507ae7e52d17851b87168017c');
INSERT OR REPLACE INTO TokenEntity VALUES('stronghold-staked-sol','solana','spl',9,'strng7mqqc1MBJJV6vMzYbEqnwVGvKKGKedeCvtktWA');
INSERT OR REPLACE INTO TokenEntity VALUES('stronghold-token','stellar','stellar',7,'SHX-GDSTRSHXHGJ7ZIVRBXEYE5Q74XUVCUSEKEBR7UCHEUUEK72N7I7KJ6JH');
INSERT OR REPLACE INTO TokenEntity VALUES('structure-finance','ethereum','eip20',18,'0x1f4cb968b76931c494ff92ed80ccb169ad641cb1');
INSERT OR REPLACE INTO TokenEntity VALUES('stryke','arbitrum-one','eip20',18,'0xacc51ffdef63fb0c014c882267c3a17261a5ed50');
INSERT OR REPLACE INTO TokenEntity VALUES('stupidcoin-2','solana','spl',6,'9RjwNo6hBPkxayWHCqQD1VjaH8igSizEseNZNbddpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sturdy','ethereum','eip20',18,'0xaeb3607ec434454ceb308f5cd540875efb54309a');
INSERT OR REPLACE INTO TokenEntity VALUES('sturdy-subnet','bittensor','bittensor',null,'10');
INSERT OR REPLACE INTO TokenEntity VALUES('styro-steve','solana','spl',6,'HswqmpB6is4ih9pPLNwYCFnG7YbAdwKvdZXW18aKpump');
INSERT OR REPLACE INTO TokenEntity VALUES('subquery-network','subquery-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('subsquid','arbitrum-one','eip20',18,'0x1337420ded5adb9980cfc35f8f2b054ea86f8ab1');
INSERT OR REPLACE INTO TokenEntity VALUES('substratum','ethereum','eip20',18,'0x8d75959f1e61ec2571aa72798237101f084de63a');
INSERT OR REPLACE INTO TokenEntity VALUES('succinct','binance-smart-chain','eip20',18,'0x7ddf164cecfddd0f992299d033b5a11279a15929');
INSERT OR REPLACE INTO TokenEntity VALUES('succinct','ethereum','eip20',18,'0x6bef15d938d4e72056ac92ea4bdd0d76b1c4ad29');
INSERT OR REPLACE INTO TokenEntity VALUES('sudeng','sui','sui',9,'0x8993129d72e733985f7f1a00396cbd055bad6f817fee36576ce483c8bbb8b87b::sudeng::SUDENG');
INSERT OR REPLACE INTO TokenEntity VALUES('sudoswap','ethereum','eip20',18,'0x3446dd70b2d52a6bf4a5a192d9b0a161295ab7f9');
INSERT OR REPLACE INTO TokenEntity VALUES('sugar-boy','tron','eip20',18,'TQKQRxEDH2vhtxGB4obGeHwu7AqGDryU3C');
INSERT OR REPLACE INTO TokenEntity VALUES('sugar-bush','cardano','cardano',0,'766fce8055f39d40fcfc19721677b3deb2e7846950ae08dce757f1e753554741522042555348');
INSERT OR REPLACE INTO TokenEntity VALUES('sui','sui','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sui-agents','sui','sui',9,'0xdc083ed335b5fe342cca1d5887530336246ed7d80da6bcecbc7c1becb88074ee::mycoin::MYCOIN');
INSERT OR REPLACE INTO TokenEntity VALUES('sui-agents','ethereum','eip20',18,'0xd19b72e027cd66bde41d8f60a13740a26c4be8f3');
INSERT OR REPLACE INTO TokenEntity VALUES('sui-bridged-ether-sui','sui','sui',8,'0xd0e89b2af5e4910726fbcd8b8dd37bb79b29e5f83f7491bca830e94f7f226d29::eth::ETH');
INSERT OR REPLACE INTO TokenEntity VALUES('sui-bridged-usdt-sui','sui','sui',6,'0x375f70cf2ae4c00bf37117d0c85a2c71545e6ee05c4a5c7d282cd66a4504b068::usdt::USDT');
INSERT OR REPLACE INTO TokenEntity VALUES('sui-bridged-wbtc-sui','sui','sui',8,'0xaafb102dd0902f5055cadecd687fb5b71ca82ef0e0285d90afde828ec58ca96b::btc::BTC');
INSERT OR REPLACE INTO TokenEntity VALUES('sui-depin','solana','spl',8,'CmRWGQAdDgDb7dPyDqUZNagLg2s4hn9tUeEiyFfiQgjZ');
INSERT OR REPLACE INTO TokenEntity VALUES('sui-depin','sui','sui',8,'0x3599429d66965021f6ce08a997e81bb3c1f2c1b9a8fbb19953e26f5dc55e91ef::suidepin::SUIDEPIN');
INSERT OR REPLACE INTO TokenEntity VALUES('suiai','sui','sui',6,'0xbc732bc5f1e9a9f4bdf4c0672ee538dbf56c161afe04ff1de2176efabdf41f92::suai::SUAI');
INSERT OR REPLACE INTO TokenEntity VALUES('suicy-the-seal','sui','sui',6,'0x8989c726bf1ea8736919e41938f3801e286bc71d9612bfe250703232a375eaab::suicy::SUICY');
INSERT OR REPLACE INTO TokenEntity VALUES('suilend','sui','sui',6,'0xb45fcfcc2cc07ce0702cc2d229621e046c906ef14d9b25e8e4d25f6e8763fef7::send::SEND');
INSERT OR REPLACE INTO TokenEntity VALUES('suins-token','sui','sui',6,'0x5145494a5f5100e645e4b0aa950fa6b68f614e8c59e17bc5ded3495123a79178::ns::NS');
INSERT OR REPLACE INTO TokenEntity VALUES('suipad','sui','sui',9,'0xe4239cd951f6c53d9c41e25270d80d31f925ad1655e5ba5b543843d4a66975ee::SUIP::SUIP');
INSERT OR REPLACE INTO TokenEntity VALUES('suiswap','suiswap','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sukhavati-network','ethereum','eip20',8,'0x012e0e6342308b247f36ee500ecb14dc77a7a8c1');
INSERT OR REPLACE INTO TokenEntity VALUES('suku','ethereum','eip20',18,'0x0763fdccf1ae541a5961815c0872a8c5bc6de4d7');
INSERT OR REPLACE INTO TokenEntity VALUES('sumokoin','sumokoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sun-token','tron','eip20',18,'TSSMHYeV2uE9qYH95DqyoCuNCzEL1NvU3S');
INSERT OR REPLACE INTO TokenEntity VALUES('suncontract','ethereum','eip20',18,'0xf4134146af2d511dd5ea8cdb1c4ac88c57d60404');
INSERT OR REPLACE INTO TokenEntity VALUES('sundae-bar','bittensor','bittensor',null,'121');
INSERT OR REPLACE INTO TokenEntity VALUES('sundaeswap','sundaeswap','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('sundog','tron','eip20',18,'TXL6rJbvmjD46zeN1JssfgxvSo99qC8MRT');
INSERT OR REPLACE INTO TokenEntity VALUES('sunny-aggregator','solana','spl',6,'SUNNYWgPQmFxe9wTZzNK7iPnJ3vYDrkgnxJRJm1s3ag');
INSERT OR REPLACE INTO TokenEntity VALUES('sunrise','ethereum','eip20',18,'0x692accdd8b86692427e0aa4752ae917df01cc56f');
INSERT OR REPLACE INTO TokenEntity VALUES('super-anon','base','eip20',18,'0x0db510e79909666d6dec7f5e49370838c16d950f');
INSERT OR REPLACE INTO TokenEntity VALUES('super-champs','base','eip20',18,'0xeb6d78148f001f3aa2f588997c5e102e489ad341');
INSERT OR REPLACE INTO TokenEntity VALUES('super-oeth','base','eip20',null,'0xdbfefd2e8460a6ee4955a68582f85708baea60a3');
INSERT OR REPLACE INTO TokenEntity VALUES('super-trump','ethereum','eip20',9,'0x7039cd6d7966672f194e8139074c3d5c4e6dcf65');
INSERT OR REPLACE INTO TokenEntity VALUES('super-zero','super-zero','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('superbid','ethereum','eip20',18,'0x0563dce613d559a47877ffd1593549fb9d3510d6');
INSERT OR REPLACE INTO TokenEntity VALUES('superbid','harmony-shard-0','harmony-shard-0',null,'0x17fdedda058d43ff1615cdb72a40ce8704c2479a');
INSERT OR REPLACE INTO TokenEntity VALUES('superbid','polygon-pos','eip20',18,'0xa3860f969075045d82de85b06bb665f93c4bae32');
INSERT OR REPLACE INTO TokenEntity VALUES('superbid','binance-smart-chain','eip20',18,'0xee9762352f63f4387af40d58291612067727457d');
INSERT OR REPLACE INTO TokenEntity VALUES('superfarm','ethereum','eip20',18,'0xe53ec727dbdeb9e2d5456c3be40cff031ab40a55');
INSERT OR REPLACE INTO TokenEntity VALUES('superfarm','polygon-pos','eip20',18,'0xa1428174f516f527fafdd146b883bb4428682737');
INSERT OR REPLACE INTO TokenEntity VALUES('superfarm','binance-smart-chain','eip20',18,'0x51ba0b044d96c3abfca52b64d733603ccc4f0d4d');
INSERT OR REPLACE INTO TokenEntity VALUES('supergrok-2','ethereum','eip20',9,'0xf7285d17dded63a4480a0f1f0a8cc706f02dda0a');
INSERT OR REPLACE INTO TokenEntity VALUES('superp','binance-smart-chain','eip20',18,'0x19ed254efa5e061d28d84650891a3db2a9940c16');
INSERT OR REPLACE INTO TokenEntity VALUES('superrare','ethereum','eip20',18,'0xba5bde662c17e2adff1075610382b9b691296350');
INSERT OR REPLACE INTO TokenEntity VALUES('superwalk','arbitrum-one','eip20',18,'0x3b58a4c865b568a2f6a957c264f6b50cba35d8ce');
INSERT OR REPLACE INTO TokenEntity VALUES('superwalk','kaia','eip20',18,'0x84f8c3c8d6ee30a559d73ec570d574f671e82647');
INSERT OR REPLACE INTO TokenEntity VALUES('sureremit','stellar','stellar',7,'RMT-GCVWTTPADC5YB5AYDKJCTUYSCJ7RKPGE4HT75NIZOUM4L7VRTS5EKLFN');
INSERT OR REPLACE INTO TokenEntity VALUES('susd-optimism','optimistic-ethereum','eip20',18,'0x8c6f28f2f1a3c87f0f938b96d27520d9751ec8d9');
INSERT OR REPLACE INTO TokenEntity VALUES('susda','binance-smart-chain','eip20',18,'0x73a325103935b0b5e7aa3aca6dba74ad22f82b03');
INSERT OR REPLACE INTO TokenEntity VALUES('susda','mantle','mantle',18,'0x5a61b1d8272b250729ea3f5ed3ef843f4d66bc6e');
INSERT OR REPLACE INTO TokenEntity VALUES('susda','ethereum','eip20',18,'0x2b66aade1e9c062ff411bd47c44e0ad696d43bd9');
INSERT OR REPLACE INTO TokenEntity VALUES('susda','base','eip20',18,'0xd329f9a8589723357c36727a2d5e15974c835ccf');
INSERT OR REPLACE INTO TokenEntity VALUES('susdai','arbitrum-one','eip20',18,'0x0b2b2b2076d95dda7817e785989fe353fe955ef9');
INSERT OR REPLACE INTO TokenEntity VALUES('susdai','plasma','plasma',18,'0x0b2b2b2076d95dda7817e785989fe353fe955ef9');
INSERT OR REPLACE INTO TokenEntity VALUES('susds','ethereum','eip20',18,'0xa3931d71877c0e7a3148cb7eb4463524fec27fbd');
INSERT OR REPLACE INTO TokenEntity VALUES('susds','arbitrum-one','eip20',18,'0xddb46999f8891663a8f2828d25298f70416d7610');
INSERT OR REPLACE INTO TokenEntity VALUES('susds','base','eip20',18,'0x5875eee11cf8398102fdad704c9e96607675467a');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','harmony-shard-0','harmony-shard-0',null,'0xbec775cb42abfa4288de81f387a9b1a3c4bc552a');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','avalanche','eip20',18,'0x37b608519f91f70f2eeb0e5ed9af4061722e4f76');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','solana','spl',8,'ChVzxWRmrTeSgwd3Ui3UumcN8KX7VK3WaD4KGeSKpypj');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','binance-smart-chain','eip20',18,'0x947950bcc74888a40ffa2593c5798f11fc9124c4');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','fantom','eip20',18,'0xae75a438b2e0cb8bb01ec1e1e376de11d44477cc');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','arbitrum-one','eip20',18,'0xd4d42f0b6def4ce0383636770ef773390d85c61a');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','celo','celo',null,'0xd15ec721c2a896512ad29c671997dd68f9593226');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','sora','sora',null,'0x0078f4e6c5113b3d8c954dff62ece8fc36a8411f86f1cbb48a52527e22e73be2');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','ethereum','eip20',18,'0x6b3595068778dd592e39a122f4f5a5cf09c90fe2');
INSERT OR REPLACE INTO TokenEntity VALUES('sushi','polygon-pos','eip20',18,'0x0b3f868e0be5597d5db7feb59e1cadbb0fdda50a');
INSERT OR REPLACE INTO TokenEntity VALUES('sustainable-energy-token','binance-smart-chain','eip20',9,'0x1b391f9d0fffa86a6088a73ac4ac28d12c9ccfbd');
INSERT OR REPLACE INTO TokenEntity VALUES('suterusu','ethereum','eip20',18,'0xaa2ce7ae64066175e0b90497ce7d9c190c315db4');
INSERT OR REPLACE INTO TokenEntity VALUES('suvereno','suvereno','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('swap','swap','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('swapr','arbitrum-one','eip20',18,'0xde903e2712288a1da82942dddf2c20529565ac30');
INSERT OR REPLACE INTO TokenEntity VALUES('swapr','gnosis','eip20',18,'0x532801ed6f82fffd2dab70a19fc2d7b2772c4f4b');
INSERT OR REPLACE INTO TokenEntity VALUES('swapr','ethereum','eip20',18,'0x6cacdb97e3fc8136805a9e7c342d866ab77d0957');
INSERT OR REPLACE INTO TokenEntity VALUES('swaptracker','binance-smart-chain','eip20',18,'0x01832e3346fd3a0d38ca589d836bd78d1de7030c');
INSERT OR REPLACE INTO TokenEntity VALUES('swapz-app','tron','eip20',18,'TKdpGm5wKPLz3stemW8gkGvAdhztJcDjcW');
INSERT OR REPLACE INTO TokenEntity VALUES('swapz-app','binance-smart-chain','eip20',18,'0xd522a1dce1ca4b138dda042a78672307eb124cc2');
INSERT OR REPLACE INTO TokenEntity VALUES('swarm','ethereum','eip20',18,'0x3505f494c3f0fed0b594e01fa41dd3967645ca39');
INSERT OR REPLACE INTO TokenEntity VALUES('swarm-2','solana','spl',6,'JBSVUpKgYNHt4GLtNebQxTJmZgftTMWENQrziHtGpump');
INSERT OR REPLACE INTO TokenEntity VALUES('swarm-bzz','ethereum','eip20',16,'0x19062190b1925b5b6689d7073fdfc8c2976ef8cb');
INSERT OR REPLACE INTO TokenEntity VALUES('swarm-markets','polygon-pos','eip20',18,'0xe631dabef60c37a37d70d3b4f812871df663226f');
INSERT OR REPLACE INTO TokenEntity VALUES('swarm-markets','ethereum','eip20',18,'0xb17548c7b510427baac4e267bea62e800b247173');
INSERT OR REPLACE INTO TokenEntity VALUES('swarmnode-ai','solana','spl',6,'Hjw6bEcHtbHGpQr8onG3izfJY5DJiWdt7uk2BfdSpump');
INSERT OR REPLACE INTO TokenEntity VALUES('swarms','solana','spl',6,'74SBV4zDXxTRgv1pEMoECskKBkZHc2yGPnc7GYVepump');
INSERT OR REPLACE INTO TokenEntity VALUES('swash','ethereum','eip20',18,'0xa130e3a33a4d84b04c3918c4e5762223ae252f80');
INSERT OR REPLACE INTO TokenEntity VALUES('swash','polygon-pos','eip20',18,'0xba3cb8329d442e6f9eb70fafe1e214251df3d275');
INSERT OR REPLACE INTO TokenEntity VALUES('swash','gnosis','eip20',18,'0x84e2c67cbefae6b5148fca7d02b341b12ff4b5bb');
INSERT OR REPLACE INTO TokenEntity VALUES('swasticoin','solana','spl',6,'9gyfbPVwwZx4y1hotNSLcqXCQNpNqqz6ZRvo8yTLpump');
INSERT OR REPLACE INTO TokenEntity VALUES('sweatcoin','ethereum','eip20',18,'0xb4b9dc1c77bdbb135ea907fd5a08094d98883a35');
INSERT OR REPLACE INTO TokenEntity VALUES('swell-network','ethereum','eip20',18,'0x0a6e7ba5042b38349e437ec6db6214aec7b35676');
INSERT OR REPLACE INTO TokenEntity VALUES('swell-restaked-btc','ethereum','eip20',8,'0x8db2350d78abc13f5673a411d4700bcf87864dde');
INSERT OR REPLACE INTO TokenEntity VALUES('swerve-dao','ethereum','eip20',18,'0xb8baa0e4287890a5f79863ab62b7f175cecbd433');
INSERT OR REPLACE INTO TokenEntity VALUES('sweth','ethereum','eip20',18,'0xf951e335afb289353dc249e82926178eac7ded78');
INSERT OR REPLACE INTO TokenEntity VALUES('swftcoin','ethereum','eip20',8,'0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e');
INSERT OR REPLACE INTO TokenEntity VALUES('swiftcash','swiftcash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('swingby','ethereum','eip20',18,'0x8287c7b963b405b7b8d467db9d79eec40625b13a');
INSERT OR REPLACE INTO TokenEntity VALUES('swingby','binancecoin','bep2',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('swingby','binance-smart-chain','eip20',18,'0x71de20e0c4616e7fcbfdd3f875d568492cbe4739');
INSERT OR REPLACE INTO TokenEntity VALUES('swipe','ethereum','eip20',18,'0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9');
INSERT OR REPLACE INTO TokenEntity VALUES('swipe','harmony-shard-0','harmony-shard-0',null,'0x77d046614710fddf5ca3e3ce85f4f09f7abc283c');
INSERT OR REPLACE INTO TokenEntity VALUES('swipe','binance-smart-chain','eip20',18,'0x47bead2563dcbf3bf2c9407fea4dc236faba485a');
INSERT OR REPLACE INTO TokenEntity VALUES('swissborg','ethereum','eip20',8,'0xba9d4199fab4f26efe3551d490e3821486f135ba');
INSERT OR REPLACE INTO TokenEntity VALUES('swisscheese','polygon-pos','eip20',18,'0x3ce1327867077b551ae9a6987bf10c9fd08edce1');
INSERT OR REPLACE INTO TokenEntity VALUES('switch-token','ethereum','eip20',8,'0xb10cc888cb2cce7036f4c7ecad8a57da16161338');
INSERT OR REPLACE INTO TokenEntity VALUES('switchboard','solana','spl',9,'SW1TCHLmRGTfW5xZknqQdpdarB8PD95sJYWpNp9TbFx');
INSERT OR REPLACE INTO TokenEntity VALUES('switcheo','neo','neo',null,'ab38352559b8b203bde5fddfa0b07d8b2525e132');
INSERT OR REPLACE INTO TokenEntity VALUES('switcheo','binance-smart-chain','eip20',8,'0x250b211ee44459dad5cd3bca803dd6a7ecb5d46c');
INSERT OR REPLACE INTO TokenEntity VALUES('switcheo','ethereum','eip20',8,'0xb4371da53140417cbb3362055374b10d97e420bb');
INSERT OR REPLACE INTO TokenEntity VALUES('swop','waves','waves',null,'Ehie5xYpeN8op1Cctc6aGUrqx8jq3jtf1DSjXDbfm7aT');
INSERT OR REPLACE INTO TokenEntity VALUES('swop-2','solana','spl',9,'GAehkgN1ZDNvavX81FmzCcwRnzekKMkSyUNq8WkMsjX1');
INSERT OR REPLACE INTO TokenEntity VALUES('swtcoin','binance-smart-chain','eip20',18,'0x82e7eb8f4c307f2dcf522fdca7b7038296584f29');
INSERT OR REPLACE INTO TokenEntity VALUES('swtcoin','ethereum','eip20',8,'0xc0f1728d9513efc316d0e93a0758c992f88b0809');
INSERT OR REPLACE INTO TokenEntity VALUES('swusd','ethereum','eip20',18,'0x77c6e4a580c0dce4e5c7a17d0bc077188a83a059');
INSERT OR REPLACE INTO TokenEntity VALUES('sx-network','polygon-pos','eip20',18,'0x840195888db4d6a99ed9f73fcd3b225bb3cb1a79');
INSERT OR REPLACE INTO TokenEntity VALUES('sx-network','ethereum','eip20',18,'0x99fe3b1391503a1bc1788051347a1324bff41452');
INSERT OR REPLACE INTO TokenEntity VALUES('sx-network','sx-network','sx-network',null,'0x90d27e008d5db7f0a3c90a15a8dcc4ca18cfc670');
INSERT OR REPLACE INTO TokenEntity VALUES('sx-network-2','ethereum','eip20',18,'0xbe9f61555f50dd6167f2772e9cf7519790d96624');
INSERT OR REPLACE INTO TokenEntity VALUES('sx-network-2','sx-network','sx-network',18,'0xaa99be3356a11ee92c3f099bd7a038399633566f');
INSERT OR REPLACE INTO TokenEntity VALUES('sx-network-2','arbitrum-one','eip20',18,'0x8cf7e3aa6faf6ae180e5ec3f0fb95081c2086ebe');
INSERT OR REPLACE INTO TokenEntity VALUES('sylo','ethereum','eip20',18,'0xf293d23bf2cdc05411ca0eddd588eb1977e8dcd4');
INSERT OR REPLACE INTO TokenEntity VALUES('symbiosis-finance','ethereum','eip20',18,'0xd38bb40815d2b0c2d2c866e0c72c5728ffc76dd9');
INSERT OR REPLACE INTO TokenEntity VALUES('symbol','symbol','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('symmio','base','eip20',18,'0x800822d361335b4d5f352dac293ca4128b5b605f');
INSERT OR REPLACE INTO TokenEntity VALUES('sympson-ai','base','eip20',18,'0x504a26cf29674bc77a9341e73f88ccecc864034c');
INSERT OR REPLACE INTO TokenEntity VALUES('symverse','ethereum','eip20',18,'0x2fd61567c29e7adb4ca17e60e1f4a3fcfe68acb8');
INSERT OR REPLACE INTO TokenEntity VALUES('synapse-2','polygon-pos','eip20',18,'0xf8f9efc0db77d8881500bb06ff5d6abc3070e695');
INSERT OR REPLACE INTO TokenEntity VALUES('synapse-2','avalanche','eip20',18,'0x1f1e7c893855525b303f99bdf5c3c05be09ca251');
INSERT OR REPLACE INTO TokenEntity VALUES('synapse-2','fantom','eip20',18,'0xe55e19fb4f2d85af758950957714292dac1e25b2');
INSERT OR REPLACE INTO TokenEntity VALUES('synapse-2','ethereum','eip20',18,'0x0f2d719407fdbeff09d87557abb7232601fd9f29');
INSERT OR REPLACE INTO TokenEntity VALUES('synapse-2','binance-smart-chain','eip20',18,'0xa4080f1778e69467e905b8d6f72f6e441f9e9484');
INSERT OR REPLACE INTO TokenEntity VALUES('synapse-2','arbitrum-one','eip20',18,'0x080f6aed32fc474dd5717105dba5ea57268f46eb');
INSERT OR REPLACE INTO TokenEntity VALUES('synapse-bridged-usdc-canto','canto','canto',6,'0x80b5a32e4f032b2a058b4f29ec95eefeeb87adcd');
INSERT OR REPLACE INTO TokenEntity VALUES('synatra-staked-usdc','solana','spl',6,'yUSDX7W89jXWn4zzDPLnhykDymSjQSmpaJ8e4fjC1fg');
INSERT OR REPLACE INTO TokenEntity VALUES('sync-network','ethereum','eip20',18,'0xb6ff96b8a8d214544ca0dbc9b33f7ad6503efd32');
INSERT OR REPLACE INTO TokenEntity VALUES('synchrony','solana','spl',9,'SCYfrGCw8aDiqdgcpdGjV6jp4UVVQLuphxTDLNWu36f');
INSERT OR REPLACE INTO TokenEntity VALUES('syndicate-2','ethereum','eip20',18,'0xbc6e06778708177a18210181b073da747c88490a');
INSERT OR REPLACE INTO TokenEntity VALUES('syndicate-3','base','eip20',18,'0x11dc28d01984079b7efe7763b533e6ed9e3722b9');
INSERT OR REPLACE INTO TokenEntity VALUES('syndicate-3','ethereum','eip20',18,'0x1bab804803159ad84b8854581aa53ac72455614e');
INSERT OR REPLACE INTO TokenEntity VALUES('synesis-one','solana','spl',null,'SNSNkV9zfG5ZKWQs6x4hxvBRV6s8SqMfSGCtECDvdMd');
INSERT OR REPLACE INTO TokenEntity VALUES('synfutures','base','eip20',18,'0x2c24497d4086490e7ead87cc12597fb50c2e6ed6');
INSERT OR REPLACE INTO TokenEntity VALUES('synfutures','ethereum','eip20',18,'0x6e15a54b5ecac17e58dadeddbe8506a7560252f9');
INSERT OR REPLACE INTO TokenEntity VALUES('synk','ethereum','eip20',18,'0x048d07bd350ba516b84587e147284881b593eb86');
INSERT OR REPLACE INTO TokenEntity VALUES('synternet-synt','ethereum','eip20',18,'0xda987c655ebc38c801db64a8608bc1aa56cd9a31');
INSERT OR REPLACE INTO TokenEntity VALUES('synth-2','bittensor','bittensor',null,'50');
INSERT OR REPLACE INTO TokenEntity VALUES('synthetify-token','solana','spl',6,'4dmKkXNHdgYsXqBHCuMikNQWwVomZURhYvkkX5c4pQ7y');
INSERT OR REPLACE INTO TokenEntity VALUES('synthr','arbitrum-one','eip20',18,'0x0721b3c9f19cfef1d622c918dcd431960f35e060');
INSERT OR REPLACE INTO TokenEntity VALUES('sypool','solana','spl',9,'FnKE9n6aGjQoNWRBZXy4RW6LZVao7qwBonUbiD7edUmZ');
INSERT OR REPLACE INTO TokenEntity VALUES('syrax-ai','solana','spl',6,'H1jJwQTgcAzUZjAKhxS8dA6FY8VZyTBxKxUyv3yCrYA1');
INSERT OR REPLACE INTO TokenEntity VALUES('syrup','ethereum','eip20',18,'0x643c4e15d7d62ad0abec4a9bd4b001aa3ef52d66');
INSERT OR REPLACE INTO TokenEntity VALUES('syrupusdc','ethereum','eip20',6,'0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b');
INSERT OR REPLACE INTO TokenEntity VALUES('syrupusdt','plasma','plasma',6,'0xc4374775489cb9c56003bf2c9b12495fc64f0771');
INSERT OR REPLACE INTO TokenEntity VALUES('syscoin','syscoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('t-mac-dao','binance-smart-chain','eip20',18,'0x71b87be9ccbabe4f393e809dfc26df3c9720e0a2');
INSERT OR REPLACE INTO TokenEntity VALUES('taboo-token','binance-smart-chain','eip20',9,'0x9abdba20edfba06b782126b4d8d72a5853918fd0');
INSERT OR REPLACE INTO TokenEntity VALUES('tabtrader','solana','spl',6,'FNFKRV3V8DtA3gVJN6UshMiLGYA8izxFwkNWmJbFjmRj');
INSERT OR REPLACE INTO TokenEntity VALUES('tac','binance-smart-chain','eip20',18,'0x1219c409fabe2c27bd0d1a565daeed9bd9f271de');
INSERT OR REPLACE INTO TokenEntity VALUES('tac','the-open-network','the-open-network',18,'EQBE_gBrU3mPI9hHjlJoR_kYyrhQgyCFD6EUWfa42W8T7EBP');
INSERT OR REPLACE INTO TokenEntity VALUES('tagger','binance-smart-chain','eip20',18,'0x208bf3e7da9639f1eaefa2de78c23396b0682025');
INSERT OR REPLACE INTO TokenEntity VALUES('taiko','ethereum','eip20',18,'0x10dea67478c5f8c5e2d90e5e9b26dbe60c54d800');
INSERT OR REPLACE INTO TokenEntity VALUES('tairon','base','eip20',18,'0x9d5c1c400dc828a3409f9c209b83ff51a65d2a0e');
INSERT OR REPLACE INTO TokenEntity VALUES('tajir-tech-hub','solana','spl',9,'4AdDFsG1xzz1L7zKGo2fbiqv256Z92u8uCcJCgYuTBLo');
INSERT OR REPLACE INTO TokenEntity VALUES('taker-protocol','binance-smart-chain','eip20',18,'0xc19539eb93444523ec8f1432624924d2e6226546');
INSERT OR REPLACE INTO TokenEntity VALUES('taki','solana','spl',null,'Taki7fi3Zicv7Du1xNAWLaf6mRK7ikdn77HeGzgwvo4');
INSERT OR REPLACE INTO TokenEntity VALUES('taki','polygon-pos','eip20',18,'0xe78aee6ccb05471a69677fb74da80f5d251c042b');
INSERT OR REPLACE INTO TokenEntity VALUES('talecraft','avalanche','eip20',18,'0x8ae8be25c23833e0a01aa200403e826f611f9cd2');
INSERT OR REPLACE INTO TokenEntity VALUES('talent-protocol','base','eip20',18,'0x9a33406165f562e16c3abd82fd1185482e01b49a');
INSERT OR REPLACE INTO TokenEntity VALUES('taler','taler','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('talex','binance-smart-chain','eip20',18,'0x0510101ec6c49d24ed911f0011e22a0d697ee776');
INSERT OR REPLACE INTO TokenEntity VALUES('talken','ethereum','eip20',18,'0xcaabcaa4ca42e1d86de1a201c818639def0ba7a7');
INSERT OR REPLACE INTO TokenEntity VALUES('talos','cardano','cardano',null,'97bbb7db0baef89caefce61b8107ac74c7a7340166b39d906f174bec');
INSERT OR REPLACE INTO TokenEntity VALUES('talos-2','arbitrum-one','eip20',9,'0x30a538effd91acefb1b12ce9bc0074ed18c9dfc9');
INSERT OR REPLACE INTO TokenEntity VALUES('tamadoge','ethereum','eip20',18,'0x12b6893ce26ea6341919fe289212ef77e51688c8');
INSERT OR REPLACE INTO TokenEntity VALUES('tanssi','ethereum','eip20',12,'0x553f4cb7256d8fc038e91d36cb63fa7c13b624ab');
INSERT OR REPLACE INTO TokenEntity VALUES('tanuki-wisdom-runes','ordinals','ordinals',2,'868414:2716');
INSERT OR REPLACE INTO TokenEntity VALUES('tanuki-wisdom-runes','solana','spl',2,'GUUFsneDFrEgYwV2ngpvpMdAmwFjhFknA5eL7ehkeFf8');
INSERT OR REPLACE INTO TokenEntity VALUES('tao-bot','ethereum','eip20',18,'0x49fb8ad7578148e17c3ef0c344ce23a66ed372c4');
INSERT OR REPLACE INTO TokenEntity VALUES('taocat-by-virtuals','base','eip20',18,'0x7a5f5ccd46ebd7ac30615836d988ca3bd57412b3');
INSERT OR REPLACE INTO TokenEntity VALUES('taohash','bittensor','bittensor',null,'14');
INSERT OR REPLACE INTO TokenEntity VALUES('taraxa','ethereum','eip20',18,'0xf001937650bb4f62b57521824b2c20f5b91bea05');
INSERT OR REPLACE INTO TokenEntity VALUES('tardi','sui','sui',9,'0x4cf08813756dfa7519cb480a1a1a3472b5b4ec067592a8bee0f826808d218158::tardi::TARDI');
INSERT OR REPLACE INTO TokenEntity VALUES('targon','bittensor','bittensor',null,'4');
INSERT OR REPLACE INTO TokenEntity VALUES('tarot','fantom','eip20',18,'0xc5e2b037d30a390e62180970b3aa4e91868764cd');
INSERT OR REPLACE INTO TokenEntity VALUES('tars-protocol','solana','spl',9,'Hax9LTgsQkze1YFychnBLtFH8gYbQKtKfWKKg2SP6gdD');
INSERT OR REPLACE INTO TokenEntity VALUES('tass-hub','solana','spl',6,'FKNfAwb8TmjYkj11V4NiTz4TgrLWTWgm2NRwAD9epump');
INSERT OR REPLACE INTO TokenEntity VALUES('tastenft','binance-smart-chain','eip20',9,'0xdb238123939637d65a03e4b2b485650b4f9d91cb');
INSERT OR REPLACE INTO TokenEntity VALUES('taxa-token','ethereum','eip20',18,'0x547b2f82cecfab9c2b1d36fdda96ef9f58c63b8c');
INSERT OR REPLACE INTO TokenEntity VALUES('tbcc','binance-smart-chain','eip20',18,'0xf29480344d8e21efeab7fde39f8d8299056a7fea');
INSERT OR REPLACE INTO TokenEntity VALUES('tbtc','ethereum','eip20',18,'0x8daebade922df735c38c80c7ebd708af50815faa');
INSERT OR REPLACE INTO TokenEntity VALUES('tdccp','solana','spl',9,'Hg8bKz4mvs8KNj9zew1cEF9tDw1x2GViB4RFZjVEmfrD');
INSERT OR REPLACE INTO TokenEntity VALUES('tdoge','binance-smart-chain','eip20',8,'0xe550a593d09fbc8dcd557b5c88cea6946a8b404a');
INSERT OR REPLACE INTO TokenEntity VALUES('te-food','ethereum','eip20',18,'0x2ab6bb8408ca3199b8fa6c92d5b455f820af03c4');
INSERT OR REPLACE INTO TokenEntity VALUES('team-heretics-fan-token','chiliz','chiliz',null,'0x76af7f5ad0c02587b302e5933ecc9ba5f40604ce');
INSERT OR REPLACE INTO TokenEntity VALUES('tectonic','cronos','cronos',null,'0xdd73dea10abc2bff99c60882ec5b2b81bb1dc5b2');
INSERT OR REPLACE INTO TokenEntity VALUES('tectum','ethereum','eip20',8,'0x68a47fe1cf42eba4a030a10cd4d6a1031ca3ca0a');
INSERT OR REPLACE INTO TokenEntity VALUES('teh-epik-duck','solana','spl',6,'3BgwJ8b7b9hHX4sgfZ2KJhv9496CoVfsMK2YePevsBRw');
INSERT OR REPLACE INTO TokenEntity VALUES('telcoin','sora','sora',null,'0x008f925e3e422218604fac1cc2f06f3ef9c1e244e0d2a9a823e5bd8ce9778434');
INSERT OR REPLACE INTO TokenEntity VALUES('telcoin','polygon-pos','eip20',2,'0xdf7837de1f2fa4631d716cf2502f8b230f1dcc32');
INSERT OR REPLACE INTO TokenEntity VALUES('telcoin','ethereum','eip20',2,'0x467bccd9d29f223bce8043b84e8c8b282827790f');
INSERT OR REPLACE INTO TokenEntity VALUES('tellor','ethereum','eip20',18,'0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0');
INSERT OR REPLACE INTO TokenEntity VALUES('telos','ethereum','eip20',18,'0x7825e833d495f3d1c28872415a4aee339d26ac88');
INSERT OR REPLACE INTO TokenEntity VALUES('tema','solana','spl',6,'CnfshwmvDqLrB1jSLF7bLJ3iZF5u354WRFGPBmGz4uyf');
INSERT OR REPLACE INTO TokenEntity VALUES('temco','ethereum','eip20',18,'0x2fc246aa66f0da5bb1368f688548ecbbe9bdee5d');
INSERT OR REPLACE INTO TokenEntity VALUES('templar','bittensor','bittensor',null,'3');
INSERT OR REPLACE INTO TokenEntity VALUES('templardao','harmony-shard-0','harmony-shard-0',null,'0xd754ae7bb55feb0c4ba6bc037b4a140f14ebe018');
INSERT OR REPLACE INTO TokenEntity VALUES('templardao','binance-smart-chain','eip20',9,'0x19e6bfc1a6e4b042fb20531244d47e252445df01');
INSERT OR REPLACE INTO TokenEntity VALUES('templardao','moonriver','moonriver',null,'0xd86e3f7b2ff4e803f90c799d702955003bca9875');
INSERT OR REPLACE INTO TokenEntity VALUES('temple','ethereum','eip20',18,'0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7');
INSERT OR REPLACE INTO TokenEntity VALUES('temtem','temtem','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ten','binance-smart-chain','eip20',18,'0xd15c444f1199ae72795eba15e8c1db44e47abf62');
INSERT OR REPLACE INTO TokenEntity VALUES('tenet-1b000f7b-59cb-4e06-89ce-d62b32d362b9','ethereum','eip20',18,'0x788d86e00ab31db859c3d6b80d5a9375801d7f2a');
INSERT OR REPLACE INTO TokenEntity VALUES('tenset','binance-smart-chain','eip20',18,'0x1ae369a6ab222aff166325b7b87eb9af06c86e57');
INSERT OR REPLACE INTO TokenEntity VALUES('tenset','ethereum','eip20',18,'0x7ff4169a6b5122b664c51c95727d87750ec07c84');
INSERT OR REPLACE INTO TokenEntity VALUES('tenshi','ethereum','eip20',18,'0x52662717e448be36cb54588499d5a8328bd95292');
INSERT OR REPLACE INTO TokenEntity VALUES('tensor','solana','spl',9,'TNSRxcUxoT9xBG3de7PiJyTDYu7kskLqcpddxnEJAS6');
INSERT OR REPLACE INTO TokenEntity VALUES('tensorium','solana','spl',6,'HHoXk7WursT9DLBBhHzBWBbuQkfvvoNyHKpJi61mpump');
INSERT OR REPLACE INTO TokenEntity VALUES('tensorplex-staked-tao','ethereum','eip20',9,'0xb60acd2057067dc9ed8c083f5aa227a244044fd6');
INSERT OR REPLACE INTO TokenEntity VALUES('tenup','tenup','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('tenx','ethereum','eip20',18,'0xb97048628db6b661d4c2aa833e95dbe1a905b280');
INSERT OR REPLACE INTO TokenEntity VALUES('tera-smart-money','tera-smart-money','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('terminus-2','ethereum','eip20',9,'0xcbde0453d4e7d748077c1b0ac2216c011dd2f406');
INSERT OR REPLACE INTO TokenEntity VALUES('ternio','stellar','stellar',7,'ERN-GDGQDVO6XPFSY4NMX75A7AOVYCF5JYGW2SHCJJNWCQWIDGOZB53DGP6C');
INSERT OR REPLACE INTO TokenEntity VALUES('terra-luna','fantom','eip20',6,'0x95dd59343a893637be1c3228060ee6afbf6f0730');
INSERT OR REPLACE INTO TokenEntity VALUES('terra-luna','terra-luna','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('terra-luna-2','terra-luna-2','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('terracoin','terracoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('terran-coin','ethereum','eip20',18,'0x490e3f4af13e1616ec97a8c6600c1061a8d0253e');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd','sora','sora',null,'0x00f8cfb462a824f37dcea67caae0d7e2f73ed8371e706ea8b1e1a7b0c357d5d4');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd','terra','terra',null,'uusd');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd-wormhole','ethereum','eip20',6,'0xa693b19d2931d498c5b318df961919bb4aee87a5');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd-wormhole','binance-smart-chain','eip20',6,'0x3d4350cd54aef9f9b2c29435e0fa809957b3f30a');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd-wormhole','polygon-pos','eip20',6,'0xe6469ba6d2fd6130788e0ea9c0a0515900563b59');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd-wormhole','avalanche','eip20',6,'0xb599c3590f42f8f995ecfa0f85d2980b76862fc1');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd-wormhole','solana','spl',6,'9vMJfxuKxXBoEa7rM12mYLMwTacLMLDJqHozw96WQL8i');
INSERT OR REPLACE INTO TokenEntity VALUES('terrausd-wormhole','fantom','eip20',6,'0x846e4d51d7e2043c1a87e0ab7490b93fb940357b');
INSERT OR REPLACE INTO TokenEntity VALUES('tesla-xstock','arbitrum-one','eip20',18,'0x8ad3c73f833d3f9a523ab01476625f269aeb7cf0');
INSERT OR REPLACE INTO TokenEntity VALUES('tesla-xstock','solana','spl',8,'XsDoVfqeBukxuZHWhdvWHBhgEHjGNst4MLodqsJHzoB');
INSERT OR REPLACE INTO TokenEntity VALUES('test-3','binance-smart-chain','eip20',18,'0x86bb94ddd16efc8bc58e6b056e8df71d9e666429');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','avalanche','eip20',6,'0x9702230a8ea53601f5cd2dc00fdbc13d4df4a8c7');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','arbitrum-one','eip20',6,'0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','the-open-network','the-open-network',6,'EQCxE6mUtQJKFnGfaROTKOt1lZbDiiX1kCixRv7Nw2Id_sDs');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','kardiachain','kardiachain',null,'0x551a5dcac57c66aa010940c2dcff5da9c53aa53b');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','kava','kava',null,'0xb44a9b6905af7c801311e8f4e76932ee959c663c');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','tomochain','tomochain',null,'0x381b31409e4d220919b2cff012ed94d70135a59e');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','solana','spl',6,'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','ethereum','eip20',6,'0xdac17f958d2ee523a2206206994597c13d831ec7');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','astar','astar',null,'0x3795c36e7d12a8c252a20c5a7b455f7c57b60283');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','polygon-pos','eip20',6,'0xc2132d05d31c914a87c6611c10748aeb04b58e8f');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','aurora','aurora',null,'0x4988a896b1227218e4a686fde5eabdcabd91571f');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','cronos','cronos',null,'0x66e428c3f67a68878562e79a0234c1f83c208770');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','fuse','fuse',null,'0xfadbbf8ce7d5b7041be672561bba99f79c532e10');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','meter','meter',null,'0x5fa41671c48e3c951afc30816947126ccc8c162e');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','fantom','eip20',6,'0x049d68029688eabf473097a2fc38ef61633a3c7a');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','moonbeam','moonbeam',null,'0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','tron','eip20',6,'TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','harmony-shard-0','harmony-shard-0',null,'0x3c2b8be99c50593081eaa2a724f0b8285f5aba8f');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','optimistic-ethereum','eip20',6,'0x94b008aa00579c1307b0ef2c499ad98a8ce58e58');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','boba','boba',null,'0x5de1677344d3cb0d7d465c10b72a8f60699c062d');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','moonriver','moonriver',null,'0xb44a9b6905af7c801311e8f4e76932ee959c663c');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','okex-chain','okex-chain',null,'0x382bb369d343125bfb2117af9c149795c6c65c50');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','telos','telos',null,'0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','syscoin','syscoin',null,'0x922d641a426dcffaef11680e5358f34d97d112e1');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','huobi-token','huobi-token',null,'0xa71edc38d189767582c38a3145b5873052c3e47a');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','kucoin-community-chain','kucoin-community-chain',null,'0x0039f574ee5cc39bdd162e9a88e3eb1f111baf48');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','metis-andromeda','metis-andromeda',null,'0xbb06dca3ae6887fabf931640f67cab3e3a16f4dc');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','milkomeda-cardano','milkomeda-cardano',null,'0x80a16016cc4a2e6a2caca8a4a498b1699ff0f844');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','conflux','conflux',null,'0xfe97e85d13abd9c1c33384e796f10b73905637ce');
INSERT OR REPLACE INTO TokenEntity VALUES('tether','iotex','iotex',null,'0x3cdb7c48e70b854ed2fa392e21687501d84b3afc');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-avalanche-bridged-usdt-e','avalanche','eip20',6,'0xc7198437980c041c805a1edcba50c1ce5db95118');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-eurt','ethereum','eip20',6,'0xc581b735a1688071a1746c968e0798d642ede491');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold','ethereum','eip20',6,'0x68749665ff8d2d112fa859aa293f07a622782f38');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold-tokens','plasma','plasma',6,'0x1b64b9025eebb9a6239575df9ea4b9ac46d4d193');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold-tokens','the-open-network','the-open-network',6,'EQA1R_LuQCLHlMgOo1S4G7Y7W1cd0FrAkbA10Zq7rddKxi9k');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold-tokens','avalanche','eip20',6,'0x2775d5105276781b4b85ba6ea6a6653beed1dd32');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold-tokens','solana','spl',6,'AymATz4TCL9sWNEEV9Kvyz45CHVhDZ6kUgjTJPzLpU9P');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold-tokens','arbitrum-one','eip20',6,'0x40461291347e1ecbb09499f3371d3f17f10d7159');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold-tokens','polygon-pos','eip20',6,'0xf1815bd50389c46847f0bda824ec8da914045d14');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-gold-tokens','celo','celo',6,'0xaf37e8b6c9ed7f6318979f56fc287d76c30847ff');
INSERT OR REPLACE INTO TokenEntity VALUES('tether-rainbow-bridge','near-protocol','near-protocol',6,'dac17f958d2ee523a2206206994597c13d831ec7.factory.bridge.near');
INSERT OR REPLACE INTO TokenEntity VALUES('tethereum-2','binance-smart-chain','eip20',18,'0xc98cf0876b23fb1f574be5c59e4217c80b34d327');
INSERT OR REPLACE INTO TokenEntity VALUES('tethys-finance','metis-andromeda','metis-andromeda',null,'0x69fdb77064ec5c84fa2f21072973eb28441f43f3');
INSERT OR REPLACE INTO TokenEntity VALUES('tetsuo-coin','solana','spl',6,'8i51XNNpGaKaj4G4nDdmQh95v4FKAxw8mhtaRoKd9tE8');
INSERT OR REPLACE INTO TokenEntity VALUES('tetu','fantom','eip20',18,'0x65c9d9d080714cda7b5d58989dc27f897f165179');
INSERT OR REPLACE INTO TokenEntity VALUES('tetu','polygon-pos','eip20',18,'0x255707b70bf90aa112006e1b07b9aea6de021424');
INSERT OR REPLACE INTO TokenEntity VALUES('tevaera','zksync','eip20',18,'0xdbff7c6d368904680706804645cafa4defa3c224');
INSERT OR REPLACE INTO TokenEntity VALUES('tezos','tezos','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('tgold','polygon-pos','eip20',18,'0xa6da8c8999c094432c77e7d318951d34019af24b');
INSERT OR REPLACE INTO TokenEntity VALUES('tgold','ethereum','eip20',18,'0xe4a6f23fb9e00fca037aa0ea0a6954de0a6c53bf');
INSERT OR REPLACE INTO TokenEntity VALUES('thala-apt','aptos','aptos',8,'0xfaf4e633ae9eb31366c9ca24214231760926576c7b625313b3688b5e900731f6::staking::StakedThalaAPT');
INSERT OR REPLACE INTO TokenEntity VALUES('thales','ethereum','eip20',18,'0x8947da500eb47f82df21143d0c01a29862a8c3c5');
INSERT OR REPLACE INTO TokenEntity VALUES('thales','optimistic-ethereum','eip20',18,'0x217d47011b23bb961eb6d93ca9945b7501a5bb11');
INSERT OR REPLACE INTO TokenEntity VALUES('thales','polygon-pos','eip20',18,'0x692c44990e4f408ba0917f5c78a83160c1557237');
INSERT OR REPLACE INTO TokenEntity VALUES('thales-ai','solana','spl',6,'7yn2PRbB96TgcCkkMK4zD6vvMth6Co5B5Nma6XvPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('tharwa','ethereum','eip20',18,'0x7b10d50b5885be4c7985a88408265c109bd1eec8');
INSERT OR REPLACE INTO TokenEntity VALUES('the-4th-pillar','polygon-pos','eip20',18,'0x48cbc913de09317df2365e6827df50da083701d5');
INSERT OR REPLACE INTO TokenEntity VALUES('the-4th-pillar','ethereum','eip20',18,'0x4730fb1463a6f1f44aeb45f6c5c422427f37f4d0');
INSERT OR REPLACE INTO TokenEntity VALUES('the-4th-pillar','solana','spl',9,'DAtU322C23YpoZyWBm8szk12QyqHa9rUQe1EYXzbm1JE');
INSERT OR REPLACE INTO TokenEntity VALUES('the-4th-pillar','binance-smart-chain','eip20',18,'0xd882739fca9cbae00f3821c4c65189e2d7e26147');
INSERT OR REPLACE INTO TokenEntity VALUES('the-abyss','ethereum','eip20',18,'0x0e8d6b471e332f140e7d9dbb99e5e3822f728da6');
INSERT OR REPLACE INTO TokenEntity VALUES('the-abyss','harmony-shard-0','harmony-shard-0',null,'0xa52d0c7943cc1020a926b23dd1c64fc60b4fadde');
INSERT OR REPLACE INTO TokenEntity VALUES('the-arena','avalanche','eip20',18,'0xb8d7710f7d8349a506b75dd184f05777c82dad0c');
INSERT OR REPLACE INTO TokenEntity VALUES('the-balkan-dwarf','ethereum','eip20',18,'0x8c7ac134ed985367eadc6f727d79e8295e11435c');
INSERT OR REPLACE INTO TokenEntity VALUES('the-balkan-dwarf','solana','spl',8,'DexxZWtZd8hdmeth9gKYXgTWa1VYdMVrWFBZ9RXXXhBn');
INSERT OR REPLACE INTO TokenEntity VALUES('the-big-five','binance-smart-chain','eip20',9,'0x4b87f578d6fabf381f43bd2197fbb2a877da6ef8');
INSERT OR REPLACE INTO TokenEntity VALUES('the-bitcoin-mascot','solana','spl',6,'dTzEP9JU2NRDPuWtM32gaVKip2fTHBqjheU1APBpump');
INSERT OR REPLACE INTO TokenEntity VALUES('the-blinking-ai-cat-catfather','solana','spl',6,'7uCHQdxAz2ojRgEpXRHas1nJAeTTo9b7JWNgpXXi9D9p');
INSERT OR REPLACE INTO TokenEntity VALUES('the-citadel','ethereum','eip20',9,'0x849ba2278cdae7fa7006c0661fea1c35d5af3336');
INSERT OR REPLACE INTO TokenEntity VALUES('the-corgi-of-polkabridge','binance-smart-chain','eip20',18,'0x1cfd6813a59d7b90c41dd5990ed99c3bf2eb8f55');
INSERT OR REPLACE INTO TokenEntity VALUES('the-crypto-prophecies','ethereum','eip20',18,'0x06576eb3b212d605b797dc15523d9dc9f4f66db4');
INSERT OR REPLACE INTO TokenEntity VALUES('the-doge-nft','optimistic-ethereum','eip20',18,'0x8f69ee043d52161fd29137aedf63f5e70cd504d5');
INSERT OR REPLACE INTO TokenEntity VALUES('the-doge-nft','binance-smart-chain','eip20',18,'0xaa88c603d142c371ea0eac8756123c5805edee03');
INSERT OR REPLACE INTO TokenEntity VALUES('the-doge-nft','polygon-pos','eip20',18,'0xeee3371b89fc43ea970e908536fcddd975135d8a');
INSERT OR REPLACE INTO TokenEntity VALUES('the-doge-nft','ethereum','eip20',18,'0xbaac2b4491727d78d2b78815144570b9f2fe8899');
INSERT OR REPLACE INTO TokenEntity VALUES('the-doge-nft','arbitrum-one','eip20',18,'0x4425742f1ec8d98779690b5a3a6276db85ddc01a');
INSERT OR REPLACE INTO TokenEntity VALUES('the-employment-commons-work-token','polygon-pos','eip20',18,'0x6002410dda2fb88b4d0dc3c1d562f7761191ea80');
INSERT OR REPLACE INTO TokenEntity VALUES('the-everlasting-parachain','binance-smart-chain','eip20',18,'0xe3894cb9e92ca78524fb6a30ff072fa5e533c162');
INSERT OR REPLACE INTO TokenEntity VALUES('the-graph','polygon-pos','eip20',18,'0x5fe2b58c013d7601147dcdd68c143a77499f5531');
INSERT OR REPLACE INTO TokenEntity VALUES('the-graph','avalanche','eip20',18,'0x8a0cac13c7da965a312f08ea4229c37869e85cb9');
INSERT OR REPLACE INTO TokenEntity VALUES('the-graph','harmony-shard-0','harmony-shard-0',null,'0x002fa662f2e09de7c306d2bab0085ee9509488ff');
INSERT OR REPLACE INTO TokenEntity VALUES('the-graph','sora','sora',null,'0x00d1fb79bbd1005a678fbf2de9256b3afe260e8eead49bb07bd3a566f9fe8355');
INSERT OR REPLACE INTO TokenEntity VALUES('the-graph','arbitrum-one','eip20',18,'0x9623063377ad1b27544c965ccd7342f7ea7e88c7');
INSERT OR REPLACE INTO TokenEntity VALUES('the-graph','ethereum','eip20',18,'0xc944e90c64b2c07662a292be6244bdf05cda44a7');
INSERT OR REPLACE INTO TokenEntity VALUES('the-husl','binance-smart-chain','eip20',18,'0x284ac5af363bde6ef5296036af8fb0e9cc347b41');
INSERT OR REPLACE INTO TokenEntity VALUES('the-husl','ethereum','eip20',18,'0xa2881f7f441267042f9778ffa0d4f834693426be');
INSERT OR REPLACE INTO TokenEntity VALUES('the-innovation-game','base','eip20',18,'0x0c03ce270b4826ec62e7dd007f0b716068639f7b');
INSERT OR REPLACE INTO TokenEntity VALUES('the-invincible-game-token','solana','spl',6,'iGG7XyyxGKSR6x5j365S9kcSy6o5kDP3XdqkuayGex6');
INSERT OR REPLACE INTO TokenEntity VALUES('the-killbox-game','binance-smart-chain','eip20',18,'0x3523d58d8036b1c5c9a13493143c97aefc5ad422');
INSERT OR REPLACE INTO TokenEntity VALUES('the-last-play','solana','spl',6,'zGh48JtNHVBb5evgoZLXwgPD2Qu4MhkWdJLGDAupump');
INSERT OR REPLACE INTO TokenEntity VALUES('the-lokie-cabal','solana','spl',6,'2URzn4j6SYXUQVZ8DqxsrSVPbpNP8xRQPbGBLtm1BV47');
INSERT OR REPLACE INTO TokenEntity VALUES('the-node','ethereum','eip20',18,'0xb4a677b0e363c3815d46326954a4e4d2b1ace357');
INSERT OR REPLACE INTO TokenEntity VALUES('the-open-network','binance-smart-chain','eip20',9,'0x76a797a59ba2c17726896976b7b3747bfd1d220f');
INSERT OR REPLACE INTO TokenEntity VALUES('the-open-network','ethereum','eip20',9,'0x582d872a1b094fc48f5de31d3b73f2d9be47def1');
INSERT OR REPLACE INTO TokenEntity VALUES('the-open-network','the-open-network','native',9,'');
INSERT OR REPLACE INTO TokenEntity VALUES('the-people-coin','ethereum','eip20',18,'0xe1030b48b2033314979143766d7dc1f40ef8ce11');
INSERT OR REPLACE INTO TokenEntity VALUES('the-phoenix','avalanche','eip20',18,'0xfcc6ce74f4cd7edef0c5429bb99d38a3608043a5');
INSERT OR REPLACE INTO TokenEntity VALUES('the-real-landwolf','solana','spl',8,'Faf89929Ni9fbg4gmVZTca7eW6NFg877Jqn6MizT3Gvw');
INSERT OR REPLACE INTO TokenEntity VALUES('the-root-network','ethereum','eip20',6,'0xa3d4bee77b05d4a0c943877558ce21a763c4fa29');
INSERT OR REPLACE INTO TokenEntity VALUES('the-sandbox','ethereum','eip20',18,'0x3845badade8e6dff049820680d1f14bd3903a5d0');
INSERT OR REPLACE INTO TokenEntity VALUES('the-sandbox','polygon-pos','eip20',18,'0xbbba073c31bf03b8acf7c28ef0738decf3695683');
INSERT OR REPLACE INTO TokenEntity VALUES('the-sandbox','harmony-shard-0','harmony-shard-0',null,'0x35de8649e1e4fd1a7bd3b14f7e24e5e7887174ed');
INSERT OR REPLACE INTO TokenEntity VALUES('the-soldog','solana','spl',6,'Euoq6CyQFCjCVSLR9wFaUPDW19Y6ZHwEcJoZsEi643i1');
INSERT OR REPLACE INTO TokenEntity VALUES('the-spirit-of-gambling','solana','spl',6,'H8xQ6poBjB9DTPMDTKWzWPrnxu4bDEhybxiouF8Ppump');
INSERT OR REPLACE INTO TokenEntity VALUES('the-swarm','base','eip20',18,'0xea87169699dabd028a78d4b91544b4298086baf6');
INSERT OR REPLACE INTO TokenEntity VALUES('the-three-kingdoms','binance-smart-chain','eip20',18,'0x39703a67bac0e39f9244d97f4c842d15fbad9c1f');
INSERT OR REPLACE INTO TokenEntity VALUES('the-tokenized-bitcoin','ethereum','eip20',8,'0x3212b29e33587a00fb1c83346f5dbfa69a458923');
INSERT OR REPLACE INTO TokenEntity VALUES('the-upsider-ai','base','eip20',18,'0x9e271ec4d66f2b400ad92de8a10e5c9c1914259c');
INSERT OR REPLACE INTO TokenEntity VALUES('the-virtua-kolect','ethereum','eip20',18,'0xd084b83c305dafd76ae3e1b4e1f1fe2ecccb3988');
INSERT OR REPLACE INTO TokenEntity VALUES('the-virtua-kolect','harmony-shard-0','harmony-shard-0',null,'0xced019c13aec9dc2c641fc3bb0b24c7231f0fff1');
INSERT OR REPLACE INTO TokenEntity VALUES('the-winkyverse','binance-smart-chain','eip20',18,'0xb160a5f19ebccd8e0549549327e43ddd1d023526');
INSERT OR REPLACE INTO TokenEntity VALUES('the-winkyverse','ethereum','eip20',18,'0xe1bda0c3bfa2be7f740f0119b6a34f057bd58eba');
INSERT OR REPLACE INTO TokenEntity VALUES('the-world-state','polygon-pos','eip20',18,'0x77a6f2e9a9e44fd5d5c3f9be9e52831fc1c3c0a0');
INSERT OR REPLACE INTO TokenEntity VALUES('the1','solana','spl',6,'BhmEQeiFd8Cu5fB6nmxm9rUsQj9Pu35X96RKv6GKtRJU');
INSERT OR REPLACE INTO TokenEntity VALUES('theforce-trade','binance-smart-chain','eip20',18,'0x3051cfb958dcd408fba70256073adba943fdf552');
INSERT OR REPLACE INTO TokenEntity VALUES('thena','binance-smart-chain','eip20',18,'0xf4c8e32eadec4bfe97e0f595add0f4450a863a11');
INSERT OR REPLACE INTO TokenEntity VALUES('theo-short-duration-us-treasury-fund','ethereum','eip20',6,'0x5fa487bca6158c64046b2813623e20755091da0b');
INSERT OR REPLACE INTO TokenEntity VALUES('theo-short-duration-us-treasury-fund','base','eip20',6,'0xfdd22ce6d1f66bc0ec89b20bf16ccb6670f55a5a');
INSERT OR REPLACE INTO TokenEntity VALUES('theo-short-duration-us-treasury-fund','arbitrum-one','eip20',6,'0xfdd22ce6d1f66bc0ec89b20bf16ccb6670f55a5a');
INSERT OR REPLACE INTO TokenEntity VALUES('theos','ethereum','eip20',18,'0x9e10f61749c4952c320412a6b26901605ff6da1d');
INSERT OR REPLACE INTO TokenEntity VALUES('theta-fuel','theta-fuel','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('theta-token','theta-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('thetadrop','theta','theta',null,'0x1336739b05c7ab8a526d40dcc0d04a826b5f8b03');
INSERT OR REPLACE INTO TokenEntity VALUES('thetan-arena','kardiachain','kardiachain',null,'0xf0051fd4758147f1749d1696c9266d047b4c43fa');
INSERT OR REPLACE INTO TokenEntity VALUES('thetan-arena','binance-smart-chain','eip20',18,'0x9fd87aefe02441b123c3c32466cd9db4c578618f');
INSERT OR REPLACE INTO TokenEntity VALUES('thetanuts-finance','ethereum','eip20',18,'0x23f3d4625aef6f0b84d50db1d53516e6015c0c9b');
INSERT OR REPLACE INTO TokenEntity VALUES('think-protocol','ethereum','eip20',18,'0xf9ff95468cb9a0cd57b8542bbc4c148e290ff465');
INSERT OR REPLACE INTO TokenEntity VALUES('this-will-make-ur-monthly-salary','solana','spl',6,'D7Z2fUrxECBh91chmnou8u7E9Yaq7inzzcjg9G1Apump');
INSERT OR REPLACE INTO TokenEntity VALUES('thor','avalanche','eip20',18,'0x8f47416cae600bccf9530e9f3aeaa06bdd1caa79');
INSERT OR REPLACE INTO TokenEntity VALUES('thorchain','binancecoin','bep2',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('thorstarter','ethereum','eip20',18,'0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c');
INSERT OR REPLACE INTO TokenEntity VALUES('thorstarter','fantom','eip20',18,'0xe1e6b01ae86ad82b1f1b4eb413b219ac32e17bf6');
INSERT OR REPLACE INTO TokenEntity VALUES('thorstarter','terra','terra',null,'terra1td743l5k5cmfy7tqq202g7vkmdvq35q48u2jfm');
INSERT OR REPLACE INTO TokenEntity VALUES('thorswap','ethereum','eip20',18,'0xa5f2211b9b8170f694421f2046281775e8468044');
INSERT OR REPLACE INTO TokenEntity VALUES('thorwallet','ethereum','eip20',18,'0x108a850856db3f85d0269a2693d896b394c80325');
INSERT OR REPLACE INTO TokenEntity VALUES('thorwallet','arbitrum-one','eip20',18,'0x429fed88f10285e61b12bdf00848315fbdfcc341');
INSERT OR REPLACE INTO TokenEntity VALUES('thought','thought','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('threefold-token','stellar','stellar',7,'TFT-GBOVQKJYHXRR3DX6NOX2RRYFRCUMSADGDESTDNBDS6CDVLGVESRTAC47');
INSERT OR REPLACE INTO TokenEntity VALUES('threefold-token','binance-smart-chain','eip20',7,'0x8f0fb159380176d324542b3a7933f0c2fd0c2bbf');
INSERT OR REPLACE INTO TokenEntity VALUES('threshold-network-token','ethereum','eip20',18,'0xcdf7028ceab81fa0c6971208e83fa7872994bee5');
INSERT OR REPLACE INTO TokenEntity VALUES('throne','ethereum','eip20',18,'0x2e95cea14dd384429eb3c4331b776c4cfbb6fcd9');
INSERT OR REPLACE INTO TokenEntity VALUES('thruster','blast','blast',18,'0xe36072dd051ce26261bf50cd966311cab62c596e');
INSERT OR REPLACE INTO TokenEntity VALUES('thunder-token','thundercore','thundercore',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('thunder-token','ethereum','eip20',18,'0x1e053d89e08c24aa2ce5c5b4206744dc2d7bd8f5');
INSERT OR REPLACE INTO TokenEntity VALUES('tia','ethereum','eip20',9,'0x824e35f7a75324f99300afac75ecf7354e17ea26');
INSERT OR REPLACE INTO TokenEntity VALUES('tico','avalanche','eip20',18,'0xedf647326007e64d94b0ee69743350f3736e392c');
INSERT OR REPLACE INTO TokenEntity VALUES('tidal-finance','polygon-pos','eip20',18,'0xb41ec2c036f8a42da384dde6ada79884f8b84b26');
INSERT OR REPLACE INTO TokenEntity VALUES('tidal-finance','ethereum','eip20',18,'0x29cbd0510eec0327992cd6006e63f9fa8e7f33b7');
INSERT OR REPLACE INTO TokenEntity VALUES('tidex-token','binance-smart-chain','eip20',18,'0x317eb4ad9cfac6232f0046831322e895507bcbeb');
INSERT OR REPLACE INTO TokenEntity VALUES('tifi-token','binance-smart-chain','eip20',18,'0x17e65e6b9b166fb8e7c59432f0db126711246bc0');
INSERT OR REPLACE INTO TokenEntity VALUES('tiger-king','ethereum','eip20',18,'0x24e89bdf2f65326b94e36978a7edeac63623dafa');
INSERT OR REPLACE INTO TokenEntity VALUES('tiger-king','binance-smart-chain','eip20',18,'0x9b4bdddaeb68d85b0848bab7774e6855439fd94e');
INSERT OR REPLACE INTO TokenEntity VALUES('tiger-shark','solana','spl',6,'YXUpFaULqhrLJS79JmFtAsNZQ2JDTnPemmdVZEFpump');
INSERT OR REPLACE INTO TokenEntity VALUES('tiktrix','ethereum','eip20',18,'0x746966c9bd2d349ca0c0c9b9427e189e9144f7f5');
INSERT OR REPLACE INTO TokenEntity VALUES('timeless','ethereum','eip20',18,'0xfd0205066521550d7d7ab19da8f72bb004b4c341');
INSERT OR REPLACE INTO TokenEntity VALUES('titan-3','cardano','cardano',6,'8483844875ce4d61c2aa459240f277d32081ee08fe0ad16899a0f581');
INSERT OR REPLACE INTO TokenEntity VALUES('titan-hunters','binance-smart-chain','eip20',18,'0x0c1253a30da9580472064a91946c5ce0c58acf7f');
INSERT OR REPLACE INTO TokenEntity VALUES('titanswap','ethereum','eip20',18,'0x3a8cccb969a61532d1e6005e2ce12c200caece87');
INSERT OR REPLACE INTO TokenEntity VALUES('titcoin-2','solana','spl',6,'FtUEW73K6vEYHfbkfpdBZfWpxgQar2HipGdbutEhpump');
INSERT OR REPLACE INTO TokenEntity VALUES('tlx','optimistic-ethereum','eip20',18,'0xd9cc3d70e730503e7f28c1b407389198c4b75fa2');
INSERT OR REPLACE INTO TokenEntity VALUES('toby-toadgod','base','eip20',18,'0xb8d98a102b0079b69ffbc760c8d857a31653e56e');
INSERT OR REPLACE INTO TokenEntity VALUES('toilet-dust','sui','sui',6,'0xc5b61b1e1f7f88511c9c0c6f475f823c66cc4e2d39a49beb6777059710be8404::toilet::TOILET');
INSERT OR REPLACE INTO TokenEntity VALUES('tokamak-network','ethereum','eip20',18,'0x2be5e8c109e2197d077d13a82daead6a9b3433c5');
INSERT OR REPLACE INTO TokenEntity VALUES('tokemak','ethereum','eip20',18,'0x2e9d63788249371f1dfc918a52f8d799f4a38c94');
INSERT OR REPLACE INTO TokenEntity VALUES('token-dforce-usd','binance-smart-chain','eip20',18,'0xb5102cee1528ce2c760893034a4603663495fd72');
INSERT OR REPLACE INTO TokenEntity VALUES('token-dforce-usd','arbitrum-one','eip20',18,'0xcd14c3a2ba27819b352aae73414a26e2b366dc50');
INSERT OR REPLACE INTO TokenEntity VALUES('token-metrics-ai','base','eip20',18,'0xca4569949699d56e1834efe9f58747ca0f151b01');
INSERT OR REPLACE INTO TokenEntity VALUES('token-pocket','ethereum','eip20',4,'0x4161725d019690a3e0de50f6be67b07a86a9fae1');
INSERT OR REPLACE INTO TokenEntity VALUES('token-pocket','huobi-token','huobi-token',null,'0x9ef1918a9bee17054b35108bd3e2665e2af1bb1b');
INSERT OR REPLACE INTO TokenEntity VALUES('token-pocket','binance-smart-chain','eip20',4,'0xeca41281c24451168a37211f0bc2b8645af45092');
INSERT OR REPLACE INTO TokenEntity VALUES('token7007','ethereum','eip20',18,'0x77a4b0bfe5c7257f67a1de1b99aa7e157035b1b2');
INSERT OR REPLACE INTO TokenEntity VALUES('token7007','arbitrum-one','eip20',18,'0x75ec618a817eb0a4a7e44ac3dfc64c963daf921a');
INSERT OR REPLACE INTO TokenEntity VALUES('tokenbot-2','base','eip20',18,'0x1bc0c42215582d5a085795f4badbac3ff36d1bcb');
INSERT OR REPLACE INTO TokenEntity VALUES('tokencard','ethereum','eip20',8,'0xaaaf91d9b90df800df4f55c205fd6989c977e73a');
INSERT OR REPLACE INTO TokenEntity VALUES('tokenclub','ethereum','eip20',18,'0x4824a7b64e3966b0133f4f4ffb1b9d6beb75fff7');
INSERT OR REPLACE INTO TokenEntity VALUES('tokenfi','ethereum','eip20',9,'0x4507cef57c46789ef8d1a19ea45f4216bae2b528');
INSERT OR REPLACE INTO TokenEntity VALUES('tokenfi','binance-smart-chain','eip20',9,'0x4507cef57c46789ef8d1a19ea45f4216bae2b528');
INSERT OR REPLACE INTO TokenEntity VALUES('tokenize-xchange','ethereum','eip20',8,'0x667102bd3413bfeaa3dffb48fa8288819e480a88');
INSERT OR REPLACE INTO TokenEntity VALUES('tokenlon','ethereum','eip20',18,'0x0000000000095413afc295d19edeb1ad7b71c952');
INSERT OR REPLACE INTO TokenEntity VALUES('tokenomy','ethereum','eip20',18,'0xdd16ec0f66e54d453e6756713e533355989040e4');
INSERT OR REPLACE INTO TokenEntity VALUES('tokensight','ethereum','eip20',18,'0x7cdbfc86a0bfa20f133748b0cf5cea5b787b182c');
INSERT OR REPLACE INTO TokenEntity VALUES('tokero-levelup-token','solana','spl',9,'ToKeRoWpbMa8bvCTDtyuJtVo7Pos8tgcnM9sVyDBmBS');
INSERT OR REPLACE INTO TokenEntity VALUES('toko','binance-smart-chain','eip20',18,'0x45f7967926e95fd161e56ed66b663c9114c5226f');
INSERT OR REPLACE INTO TokenEntity VALUES('toko','ethereum','eip20',18,'0xa0f0546eb5e3ee7e8cfc5da12e5949f3ae622675');
INSERT OR REPLACE INTO TokenEntity VALUES('tokocrypto','binance-smart-chain','eip20',18,'0x9f589e3eabe42ebc94a44727b3f3531c0c877809');
INSERT OR REPLACE INTO TokenEntity VALUES('tokpie','ethereum','eip20',18,'0xd31695a1d35e489252ce57b129fd4b1b05e6acac');
INSERT OR REPLACE INTO TokenEntity VALUES('tokpie','binance-smart-chain','eip20',18,'0x7849ed1447250d0b896f89b58f3075b127ca29b3');
INSERT OR REPLACE INTO TokenEntity VALUES('tokyo','tokyo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('tokyo-au','binance-smart-chain','eip20',18,'0xc409ec8a33f31437ed753c82eed3c5f16d6d7e22');
INSERT OR REPLACE INTO TokenEntity VALUES('toly-s-minutes','solana','spl',6,'JCeoBX79HfatfaY6xvuNyCHf86hwgkCCWDpEycVHtime');
INSERT OR REPLACE INTO TokenEntity VALUES('tomb','fantom','eip20',18,'0x6c021ae822bea943b2e66552bde1d2696a53fbb7');
INSERT OR REPLACE INTO TokenEntity VALUES('tomb','polygon-pos','eip20',18,'0x0e98c977b943f06075b2d795794238fbfb9b9a34');
INSERT OR REPLACE INTO TokenEntity VALUES('tomb','avalanche','eip20',18,'0xb84527d59b6ecb96f433029ecc890d4492c5dce1');
INSERT OR REPLACE INTO TokenEntity VALUES('tomb-shares','fantom','eip20',18,'0x4cdf39285d7ca8eb3f090fda0c069ba5f4145b37');
INSERT OR REPLACE INTO TokenEntity VALUES('tominet','ethereum','eip20',18,'0x4385328cc4d643ca98dfea734360c0f596c83449');
INSERT OR REPLACE INTO TokenEntity VALUES('tomo-cat','ethereum','eip20',18,'0x6a4402a535d74bd0c9cdb5ce2d51822fc9f6620e');
INSERT OR REPLACE INTO TokenEntity VALUES('tomochain','tomochain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('tomoe','ethereum','eip20',18,'0x05d3606d5c81eb9b7b18530995ec9b29da05faba');
INSERT OR REPLACE INTO TokenEntity VALUES('ton-inu','the-open-network','the-open-network',9,'EQA6Q3dMgVEfXQ9tNBL2fMljEhI_azQ-R3vvPgjGOXwoF7kt');
INSERT OR REPLACE INTO TokenEntity VALUES('ton-tycoon','binance-smart-chain','eip20',18,'0x6b100efdf617a3f38f9bc715c9bf3be0d98b5b38');
INSERT OR REPLACE INTO TokenEntity VALUES('tonstation','the-open-network','the-open-network',9,'EQCwe0g3cEFhsz4VK5nrtOZBkFeSISxhCVUqvON7Im__SOON');
INSERT OR REPLACE INTO TokenEntity VALUES('tontoken','ethereum','eip20',18,'0x6a6c2ada3ce053561c2fbc3ee211f23d9b8c520a');
INSERT OR REPLACE INTO TokenEntity VALUES('tooker-kurlson','solana','spl',9,'9EYScpiysGnEimnQPzazr7Jn9GVfxFYzgTEj85hV9L6U');
INSERT OR REPLACE INTO TokenEntity VALUES('tools','binance-smart-chain','eip20',18,'0x1311b352467d2b5c296881badea82850bcd8f886');
INSERT OR REPLACE INTO TokenEntity VALUES('top-hat','solana','spl',6,'AxGAbdFtdbj2oNXa4dKqFvwHzgFtW9mFHWmd7vQfpump');
INSERT OR REPLACE INTO TokenEntity VALUES('top-network','ethereum','eip20',18,'0xdcd85914b8ae28c1e62f1c488e1d968d5aaffe2b');
INSERT OR REPLACE INTO TokenEntity VALUES('topgoal','binance-smart-chain','eip20',18,'0xc4736f2611a62d545dc2d0d8f0766283617e6fcb');
INSERT OR REPLACE INTO TokenEntity VALUES('topmanager','binance-smart-chain','eip20',18,'0x4803ac6b79f9582f69c4fa23c72cb76dd1e46d8d');
INSERT OR REPLACE INTO TokenEntity VALUES('tor','fantom','eip20',18,'0x74e23df9110aa9ea0b6ff2faee01e740ca1c642e');
INSERT OR REPLACE INTO TokenEntity VALUES('tor','binance-smart-chain','eip20',18,'0x1d6cbdc6b29c6afbae65444a1f65ba9252b8ca83');
INSERT OR REPLACE INTO TokenEntity VALUES('torch-of-liberty','binance-smart-chain','eip20',18,'0x6ea8211a1e47dbd8b55c487c0b906ebc57b94444');
INSERT OR REPLACE INTO TokenEntity VALUES('torg','solana','spl',8,'AbnTggpTujbdAiJtyhH9WtK2CqXk44W7GipyJXkopBDd');
INSERT OR REPLACE INTO TokenEntity VALUES('torg','binance-smart-chain','eip20',18,'0xcea59dce6a6d73a24e6d6944cfabc330814c098a');
INSERT OR REPLACE INTO TokenEntity VALUES('torg','ethereum','eip20',18,'0xcfa0885131f602d11d4da248d2c65a62063567a9');
INSERT OR REPLACE INTO TokenEntity VALUES('torg','polygon-pos','eip20',18,'0xe9993763e0b7f7d915a62a5f22a6e151f91d98a8');
INSERT OR REPLACE INTO TokenEntity VALUES('torg','gnosis','eip20',18,'0x364b5975385b4de226cf450df82d7ed69902ac5a');
INSERT OR REPLACE INTO TokenEntity VALUES('tornado-cash','ethereum','eip20',18,'0x77777feddddffc19ff86db637967013e6c6a116c');
INSERT OR REPLACE INTO TokenEntity VALUES('tornado-cash','binance-smart-chain','eip20',18,'0x1ba8d3c4c219b124d351f603060663bd1bcd9bbf');
INSERT OR REPLACE INTO TokenEntity VALUES('torum','binance-smart-chain','eip20',18,'0x443cab9583b83eaa7a712c9d64525e57e2a7eb3f');
INSERT OR REPLACE INTO TokenEntity VALUES('torus','base','eip20',18,'0x78ec15c5fd8efc5e924e9eebb9e549e29c785867');
INSERT OR REPLACE INTO TokenEntity VALUES('tosdis','ethereum','eip20',18,'0x220b71671b649c03714da9c621285943f3cbcdc6');
INSERT OR REPLACE INTO TokenEntity VALUES('tosdis','fantom','eip20',18,'0x0e121961dd741c9d49c9a04379da944a9d2fac7a');
INSERT OR REPLACE INTO TokenEntity VALUES('tosdis','binance-smart-chain','eip20',18,'0x57effde2759b68d86c544e88f7977e3314144859');
INSERT OR REPLACE INTO TokenEntity VALUES('toshi','base','eip20',18,'0xac1bd2486aaf3b5c0fc3fd868558b082a531b2b4');
INSERT OR REPLACE INTO TokenEntity VALUES('tottenham-hotspur-fc-fan-token','chiliz','chiliz',0,'0x93d84ff2c5f5a5a3d7291b11af97679e75eeac92');
INSERT OR REPLACE INTO TokenEntity VALUES('toucan-protocol-base-carbon-tonne','polygon-pos','eip20',18,'0x2f800db0fdb5223b3c3f354886d907a671414a7f');
INSERT OR REPLACE INTO TokenEntity VALUES('tower','ethereum','eip20',18,'0x1c9922314ed1415c95b9fd453c3818fd41867d0b');
INSERT OR REPLACE INTO TokenEntity VALUES('tower','base','eip20',18,'0xf7c1cefcf7e1dd8161e00099facd3e1db9e528ee');
INSERT OR REPLACE INTO TokenEntity VALUES('tower','polygon-pos','eip20',18,'0x2bc07124d8dac638e290f401046ad584546bc47b');
INSERT OR REPLACE INTO TokenEntity VALUES('tower','the-open-network','the-open-network',18,'EQC47YfVLWo-U_z7s6iEOkYAAEKF_C0-gBiB8KJL6s5m4JOP');
INSERT OR REPLACE INTO TokenEntity VALUES('tower','binance-smart-chain','eip20',18,'0xe7c9c6bc87b86f9e5b57072f907ee6460b593924');
INSERT OR REPLACE INTO TokenEntity VALUES('towns','ethereum','eip20',18,'0x000000fa00b200406de700041cfc6b19bbfb4d13');
INSERT OR REPLACE INTO TokenEntity VALUES('towns','binance-smart-chain','eip20',18,'0x00000000bca93b25a6694ca3d2109d545988b13b');
INSERT OR REPLACE INTO TokenEntity VALUES('towns','base','eip20',18,'0x00000000a22c618fd6b4d7e9a335c4b96b189a38');
INSERT OR REPLACE INTO TokenEntity VALUES('tpro','polygon-pos','eip20',18,'0xd24157aa1097486dc9d7cf094a7e15026e566b5d');
INSERT OR REPLACE INTO TokenEntity VALUES('tpro','ethereum','eip20',18,'0x3540abe4f288b280a0740ad5121aec337c404d15');
INSERT OR REPLACE INTO TokenEntity VALUES('trabzonspor-fan-token','chiliz','chiliz',null,'0x2d00fdd58691a2dfcdbfad3450e700f0bd332bdd');
INSERT OR REPLACE INTO TokenEntity VALUES('trac','ordinals','ordinals',null,'b006d8e232bdd01e656c40bdbec83bb38413a8af3a58570551940d8f23d4b85ai0');
INSERT OR REPLACE INTO TokenEntity VALUES('trackedbio','solana','spl',6,'7t1T28iMh5GsW8oTMx52x3u3M3hDbaY8psbL3rZ6BMrn');
INSERT OR REPLACE INTO TokenEntity VALUES('tracyai-by-virtuals','solana','spl',6,'C1nzFL2DD3Wqc3dzRbsrpb6tiZ6dbYsXubjVtzyHvirt');
INSERT OR REPLACE INTO TokenEntity VALUES('traders-coin','binance-smart-chain','eip20',18,'0x7e8db69dcff9209e486a100e611b0af300c3374e');
INSERT OR REPLACE INTO TokenEntity VALUES('tradoor','binance-smart-chain','eip20',18,'0x9123400446a56176eb1b6be9ee5cf703e409f492');
INSERT OR REPLACE INTO TokenEntity VALUES('trakx','polygon-pos','eip20',18,'0x61bf130d973d59c69d3227f1668d534d83119860');
INSERT OR REPLACE INTO TokenEntity VALUES('tranche-finance','ethereum','eip20',18,'0x0aee8703d34dd9ae107386d3eff22ae75dd616d1');
INSERT OR REPLACE INTO TokenEntity VALUES('tranchess','binance-smart-chain','eip20',18,'0x20de22029ab63cf9a7cf5feb2b737ca1ee4c82a6');
INSERT OR REPLACE INTO TokenEntity VALUES('tranquil-finance','harmony-shard-0','harmony-shard-0',null,'0xcf1709ad76a79d5a60210f23e81ce2460542a836');
INSERT OR REPLACE INTO TokenEntity VALUES('tranquil-staked-one','harmony-shard-0','harmony-shard-0',null,'0x22d62b19b7039333ad773b7185bb61294f3adc19');
INSERT OR REPLACE INTO TokenEntity VALUES('transhuman-coin','binance-smart-chain','eip20',9,'0x56083560594e314b5cdd1680ec6a493bb851bbd8');
INSERT OR REPLACE INTO TokenEntity VALUES('trash-coin','solana','spl',6,'5ypxFmuJUTsSkAeKRuRs4xSxkb4vWbjMLT3GY7ckpump');
INSERT OR REPLACE INTO TokenEntity VALUES('trava-finance','binance-smart-chain','eip20',18,'0x0391be54e72f7e001f6bbc331777710b4f2999ef');
INSERT OR REPLACE INTO TokenEntity VALUES('trava-finance','fantom','eip20',18,'0x477a9d5df9beda06f6b021136a2efe7be242fcc9');
INSERT OR REPLACE INTO TokenEntity VALUES('treasure-under-sea','avalanche','eip20',18,'0xf693248f96fe03422fea95ac0afbbbc4a8fdd172');
INSERT OR REPLACE INTO TokenEntity VALUES('treatdao-v2','binance-smart-chain','eip20',18,'0x01bd7acb6ff3b6dd5aefa05cf085f2104f3fc53f');
INSERT OR REPLACE INTO TokenEntity VALUES('treecle','kaia','eip20',18,'0x4b91c67a89d4c4b2a4ed9fcde6130d7495330972');
INSERT OR REPLACE INTO TokenEntity VALUES('treecle','ethereum','eip20',0,'0x0a9d68886a0d7db83a30ec00d62512483e5ad437');
INSERT OR REPLACE INTO TokenEntity VALUES('treehouse','ethereum','eip20',18,'0x77146784315ba81904d654466968e3a7c196d1f3');
INSERT OR REPLACE INTO TokenEntity VALUES('treehouse','binance-smart-chain','eip20',18,'0x77146784315ba81904d654466968e3a7c196d1f3');
INSERT OR REPLACE INTO TokenEntity VALUES('treehouse-eth','ethereum','eip20',18,'0xd11c452fc99cf405034ee446803b6f6c1f6d5ed8');
INSERT OR REPLACE INTO TokenEntity VALUES('trenchai','solana','spl',6,'AaWVpk6eZbgBfVbq1UfXw3EXBmAvw4QXov1xHuG7pump');
INSERT OR REPLACE INTO TokenEntity VALUES('trenchbuddy','solana','spl',6,'GACpABn18xqiSJbD9ZEyArJDT9RHRMUut5nK9Z9Spump');
INSERT OR REPLACE INTO TokenEntity VALUES('trencher','solana','spl',6,'8ncucXv6U6epZKHPbgaEBcEK399TpHGKCquSt4RnmX4f');
INSERT OR REPLACE INTO TokenEntity VALUES('trencher-broadcasting-company','solana','spl',6,'BbbwE8rudhjK4husSRc37X54mYyDBRcykJ7fk5oHpump');
INSERT OR REPLACE INTO TokenEntity VALUES('tri-sigma','solana','spl',6,'BLDiYcvm3CLcgZ7XUBPgz6idSAkNmWY6MBbm8Xpjpump');
INSERT OR REPLACE INTO TokenEntity VALUES('triall','binance-smart-chain','eip20',18,'0xe2eb47954e821dc94e19013677004cd59be0b17f');
INSERT OR REPLACE INTO TokenEntity VALUES('triall','ethereum','eip20',18,'0x58f9102bf53cf186682bd9a281d3cd3c616eec41');
INSERT OR REPLACE INTO TokenEntity VALUES('trias-token','binance-smart-chain','eip20',18,'0xa4838122c683f732289805fc3c207febd55babdd');
INSERT OR REPLACE INTO TokenEntity VALUES('trias-token','ethereum','eip20',18,'0x3a856d4effa670c54585a5d523e96513e148e95d');
INSERT OR REPLACE INTO TokenEntity VALUES('tribal-token','ethereum','eip20',18,'0x6988a804c74fd04f37da1ea4781cea68c9c00f86');
INSERT OR REPLACE INTO TokenEntity VALUES('tribe-2','ethereum','eip20',18,'0xc7283b66eb1eb5fb86327f08e1b5816b0720212b');
INSERT OR REPLACE INTO TokenEntity VALUES('tribeone','binance-smart-chain','eip20',18,'0xd85ad783cc94bd04196a13dc042a3054a9b52210');
INSERT OR REPLACE INTO TokenEntity VALUES('tribeone','ethereum','eip20',18,'0xd85ad783cc94bd04196a13dc042a3054a9b52210');
INSERT OR REPLACE INTO TokenEntity VALUES('tridentdao','arbitrum-one','eip20',9,'0x602eb0d99a5e3e76d1510372c4d2020e12eaea8a');
INSERT OR REPLACE INTO TokenEntity VALUES('triipmiles','binance-smart-chain','eip20',18,'0x3da4f9e86deef7c50a8b167493f26e894edcd7d5');
INSERT OR REPLACE INTO TokenEntity VALUES('trillions','plasma','plasma',18,'0x92a01ab7317ac318b39b00eb6704ba56f0245d7a');
INSERT OR REPLACE INTO TokenEntity VALUES('trinique','ethereum','eip20',6,'0x47e5c76f155083f1aee39578311a2a5faa938a82');
INSERT OR REPLACE INTO TokenEntity VALUES('trinity-network-credit','neo','neo',null,'08e8c4400f1af2c20c28e0018f29535eb85d15b6');
INSERT OR REPLACE INTO TokenEntity VALUES('trio-ordinals','ordinals','ordinals',null,'c409d95ec5d858dcac9ef2e7b6bb57752b2e213f4e5443a252bdcc74625ec674i0');
INSERT OR REPLACE INTO TokenEntity VALUES('trip','binance-smart-chain','eip20',18,'0xc9bfb93d75645c4681bb63794abf1acad44725e7');
INSERT OR REPLACE INTO TokenEntity VALUES('trisolaris','aurora','aurora',null,'0xfa94348467f64d5a457f75f8bc40495d33c65abb');
INSERT OR REPLACE INTO TokenEntity VALUES('triton','triton','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('trog','ethereum','eip20',9,'0x2077d81d0c5258230d5a195233941547cb5f0989');
INSERT OR REPLACE INTO TokenEntity VALUES('troll','ethereum','eip20',18,'0xf8ebf4849f1fa4faf0dff2106a173d3a6cb2eb3a');
INSERT OR REPLACE INTO TokenEntity VALUES('troll-2','solana','spl',6,'5UUH9RTDiSpq6HKS6bp4NdU9PNJpXRXuiw6ShBTBhgH2');
INSERT OR REPLACE INTO TokenEntity VALUES('trollbox','solana','spl',9,'Bx4ykEMurwPQBAFNvthGj73fMBVTvHa8e9cbAyaK4ZSh');
INSERT OR REPLACE INTO TokenEntity VALUES('tron','tron','native',6,'');
INSERT OR REPLACE INTO TokenEntity VALUES('tron-bsc','binance-smart-chain','eip20',18,'0x85eac5ac2f758618dfa09bdbe0cf174e7d574d5b');
INSERT OR REPLACE INTO TokenEntity VALUES('tron-bull','tron','eip20',18,'TAt4ufXFaHZAEV44ev7onThjTnF61SEaEM');
INSERT OR REPLACE INTO TokenEntity VALUES('tron-bull-coin','tron','eip20',18,'TPeoxx1VhUMnAUyjwWfximDYFDQaxNQQ45');
INSERT OR REPLACE INTO TokenEntity VALUES('tronclassic','ethereum','eip20',0,'0xad5fe5b0b8ec8ff4565204990e4405b2da117d8e');
INSERT OR REPLACE INTO TokenEntity VALUES('tronpad','binance-smart-chain','eip20',18,'0x1bf7aedec439d6bfe38f8f9b20cf3dc99e3571c4');
INSERT OR REPLACE INTO TokenEntity VALUES('troy','binancecoin','bep2',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('trubadger','binance-smart-chain','eip20',18,'0xc003f5193cabe3a6cbb56948dfeaae2276a6aa5e');
INSERT OR REPLACE INTO TokenEntity VALUES('true','base','eip20',18,'0x21cfcfc3d8f98fc728f48341d10ad8283f6eb7ab');
INSERT OR REPLACE INTO TokenEntity VALUES('true-pnl','ethereum','eip20',18,'0x9fc8f0ca1668e87294941b7f627e9c15ea06b459');
INSERT OR REPLACE INTO TokenEntity VALUES('true-pnl','binance-smart-chain','eip20',18,'0xb346c52874c7023df183068c39478c3b7b2515bc');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','ethereum','eip20',18,'0x0000000000085d4780b73119b644ae5ecd22b376');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','binancecoin','bep2',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','polygon-pos','eip20',18,'0x2e1ad108ff1d8c782fcbbb89aad783ac49586756');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','fantom','eip20',18,'0x9879abdea01a879644185341f7af7d8343556b7a');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','arbitrum-one','eip20',18,'0x4d15a3a2286d883af0aa1b3f21367843fac63e07');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','harmony-shard-0','harmony-shard-0',null,'0x553a1151f3df3620fc2b5a75a6edda629e3da350');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','tron','eip20',18,'TUpMhErZL2fhh4sVNULAbNKLokS4GjC1F4');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','sora','sora',null,'0x006d336effe921106f7817e133686bbc4258a4e0d6fed3a9294d8a8b27312cee');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','avalanche','eip20',18,'0x1c20e891bab6b1727d14da358fae2984ed9b59eb');
INSERT OR REPLACE INTO TokenEntity VALUES('true-usd','binance-smart-chain','eip20',18,'0x40af3827f39d0eacbf4a168f8d4ee67c121d11c9');
INSERT OR REPLACE INTO TokenEntity VALUES('truebit-protocol','ethereum','eip20',18,'0xf65b5c5104c4fafd4b709d9d60a185eae063276c');
INSERT OR REPLACE INTO TokenEntity VALUES('truefeedbackchain','ethereum','eip20',18,'0x4057db5bd9f67a566aa10e5587b1a964affc6a16');
INSERT OR REPLACE INTO TokenEntity VALUES('truefi','ethereum','eip20',8,'0x4c19596f5aaff459fa38b0f7ed92f11ae6543784');
INSERT OR REPLACE INTO TokenEntity VALUES('trufin-staked-apt','aptos','aptos',8,'0xaef6a8c3182e076db72d64324617114cacf9a52f28325edc10b483f7f05da0e7');
INSERT OR REPLACE INTO TokenEntity VALUES('trufin-staked-matic','polygon-pos','eip20',18,'0xf33687811f3ad0cd6b48dd4b39f9f977bd7165a2');
INSERT OR REPLACE INTO TokenEntity VALUES('trufin-staked-matic','ethereum','eip20',18,'0xa43a7c62d56df036c187e1966c03e2799d8987ed');
INSERT OR REPLACE INTO TokenEntity VALUES('trufin-staked-near','near-protocol','near-protocol',24,'staker1.msig1.trufin.near');
INSERT OR REPLACE INTO TokenEntity VALUES('trumpius-maximus','ethereum','eip20',9,'0x47000a7b27a75d44ffadfe9d0b97fa04d569b323');
INSERT OR REPLACE INTO TokenEntity VALUES('trust-ai','arbitrum-one','eip20',18,'0x63db244bc895b3accec6698ce11b0dbd1d3e1c44');
INSERT OR REPLACE INTO TokenEntity VALUES('trust-me-bros-by-virtuals','base','eip20',18,'0xc841b4ead3f70be99472ffdb88e5c3c7af6a481a');
INSERT OR REPLACE INTO TokenEntity VALUES('trust-the-process','solana','spl',6,'EqeEBGHQhQy6SqeaJcnqAsNs3qaG19sdF89Xsarpump');
INSERT OR REPLACE INTO TokenEntity VALUES('trust-wallet-token','binancecoin','bep2',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('trust-wallet-token','binance-smart-chain','eip20',18,'0x4b0f1812e5df2a09796481ff14017e6005508003');
INSERT OR REPLACE INTO TokenEntity VALUES('trusta-ai','linea','linea',18,'0x539ae81a166e5e80aed211731563e549c411b140');
INSERT OR REPLACE INTO TokenEntity VALUES('trusta-ai','binance-smart-chain','eip20',18,'0x539ae81a166e5e80aed211731563e549c411b140');
INSERT OR REPLACE INTO TokenEntity VALUES('trustbase','huobi-token','huobi-token',null,'0x0e0ba709a042618eb0d1ad8109b5f0e7dfb6a6c3');
INSERT OR REPLACE INTO TokenEntity VALUES('trustfi-network-token','binance-smart-chain','eip20',18,'0x7565ab68d3f9dadff127f864103c8c706cf28235');
INSERT OR REPLACE INTO TokenEntity VALUES('trustnft','binance-smart-chain','eip20',18,'0x08f725d2809fda409bc23493f3615a4c85a22d7d');
INSERT OR REPLACE INTO TokenEntity VALUES('trustswap','polygon-pos','eip20',18,'0x3809dcdd5dde24b37abe64a5a339784c3323c44f');
INSERT OR REPLACE INTO TokenEntity VALUES('trustswap','avalanche','eip20',18,'0xc7b5d72c836e718cda8888eaf03707faef675079');
INSERT OR REPLACE INTO TokenEntity VALUES('trustswap','ethereum','eip20',18,'0xcc4304a31d09258b0029ea7fe63d032f52e44efe');
INSERT OR REPLACE INTO TokenEntity VALUES('trustswap','binance-smart-chain','eip20',18,'0x82443a77684a7da92fdcb639c8d2bd068a596245');
INSERT OR REPLACE INTO TokenEntity VALUES('tryhards','binance-smart-chain','eip20',18,'0x75d107de2217ffe2cd574a1b3297c70c8fafd159');
INSERT OR REPLACE INTO TokenEntity VALUES('tryhards','polygon-pos','eip20',18,'0xefee2de82343be622dcb4e545f75a3b9f50c272d');
INSERT OR REPLACE INTO TokenEntity VALUES('tsotchke','solana','spl',6,'4mbdysBik3jmzD7mt6FGPDsMxnYcxExSQRFjPucdpump');
INSERT OR REPLACE INTO TokenEntity VALUES('tsuki','solana','spl',9,'463SK47VkB7uE7XenTHKiVcMtxRsfNE2X4Q9wByaURVA');
INSERT OR REPLACE INTO TokenEntity VALUES('tsunami-2','solana','spl',6,'8wMEqzHQAy5dkdGrSPRM4hCEB8UZdyBdTFFUU9winQtu');
INSERT OR REPLACE INTO TokenEntity VALUES('ttc-protocol','ethereum','eip20',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ttcoin','tron','eip20',4,'TCMwzYUUCxLkTNpXjkYSBgXgqXwt7KJ82y');
INSERT OR REPLACE INTO TokenEntity VALUES('ttcoin','binance-smart-chain','eip20',4,'0x659049786cb66e4486b8c0e0ccc90a5929a21162');
INSERT OR REPLACE INTO TokenEntity VALUES('tune-fm','hedera-hashgraph','hedera-hashgraph',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('turbo','ethereum','eip20',18,'0xa35923162c49cf95e6bf26623385eb431ad920d3');
INSERT OR REPLACE INTO TokenEntity VALUES('turbos-finance','sui','sui',9,'0x5d1f47ea69bb0de31c313d7acf89b890dbb8991ea8e03c6c355171f84bb1ba4a::turbos::TURBOS');
INSERT OR REPLACE INTO TokenEntity VALUES('turex','binance-smart-chain','eip20',18,'0x29a75ec2d2b8a57fdc45094dc51fefd147c908d8');
INSERT OR REPLACE INTO TokenEntity VALUES('turkiye-basketbol-federasyonu-token','Bitcichain','Bitcichain',null,'0xa3225ae74e9a92f8deef5b857100b31259b998db');
INSERT OR REPLACE INTO TokenEntity VALUES('tutellus','polygon-pos','eip20',18,'0x12a34a6759c871c4c1e8a0a42cfc97e4d7aaf68d');
INSERT OR REPLACE INTO TokenEntity VALUES('tutorial','binance-smart-chain','eip20',18,'0xcaae2a2f939f51d97cdfa9a86e79e3f085b799f3');
INSERT OR REPLACE INTO TokenEntity VALUES('twin-protocol','ethereum','eip20',18,'0x48fd84c0dfc47f1b61ed6a86367895aaa6ad2a45');
INSERT OR REPLACE INTO TokenEntity VALUES('txa','ethereum','eip20',18,'0x4463e6a3ded0dbe3f6e15bc8420dfc55e5fea830');
INSERT OR REPLACE INTO TokenEntity VALUES('typeai','ethereum','eip20',18,'0x443459d45c30a03f90037d011cbe22e2183d3b12');
INSERT OR REPLACE INTO TokenEntity VALUES('typerium','ethereum','eip20',4,'0xeaf61fc150cd5c3bea75744e830d916e60ea5a9f');
INSERT OR REPLACE INTO TokenEntity VALUES('typus','sui','sui',9,'0xf82dc05634970553615eef6112a1ac4fb7bf10272bf6cbe0f80ef44a6c489385::typus::TYPUS');
INSERT OR REPLACE INTO TokenEntity VALUES('u','binance-smart-chain','eip20',18,'0x6f88dbed8f178f71f6a0c27df10d4f0b8ddf4444');
INSERT OR REPLACE INTO TokenEntity VALUES('u-coin','polygon-pos','eip20',18,'0xe07710cdcd1c9f0fb04bfd013f9854e4552671ce');
INSERT OR REPLACE INTO TokenEntity VALUES('u-coin','binance-smart-chain','eip20',18,'0xe07710cdcd1c9f0fb04bfd013f9854e4552671ce');
INSERT OR REPLACE INTO TokenEntity VALUES('u-coin','arbitrum-one','eip20',18,'0x0534d7272a8e4f24d269b56605f2bf6cf3271891');
INSERT OR REPLACE INTO TokenEntity VALUES('u-coin','ethereum','eip20',18,'0xe07710cdcd1c9f0fb04bfd013f9854e4552671ce');
INSERT OR REPLACE INTO TokenEntity VALUES('ubeswap','celo','celo',null,'0x00be915b9dcf56a3cbe739d9b9c202ca692409ec');
INSERT OR REPLACE INTO TokenEntity VALUES('ubix-network','ethereum','eip20',0,'0xf5b5efc906513b4344ebabcf47a04901f99f09f3');
INSERT OR REPLACE INTO TokenEntity VALUES('ubtc','binance-smart-chain','eip20',18,'0x2a3dc2d5daf9c8c46c954b8669f4643c6b1c081a');
INSERT OR REPLACE INTO TokenEntity VALUES('ucash','ethereum','eip20',8,'0x92e52a1a235d9a103d970901066ce910aacefd37');
INSERT OR REPLACE INTO TokenEntity VALUES('ucrowdme','ethereum','eip20',18,'0x722f97a435278b7383a1e3c47f41773bebf3232c');
INSERT OR REPLACE INTO TokenEntity VALUES('ucx','ethereum','eip20',18,'0x3d3af44cf092a49280e316f09c8f20ecf97bc933');
INSERT OR REPLACE INTO TokenEntity VALUES('ufc-fan-token','chiliz','chiliz',null,'0xf39a2a34b4f7e2b04ec3ad53509d609e55d94606');
INSERT OR REPLACE INTO TokenEntity VALUES('ufo-gaming','ethereum','eip20',18,'0x249e38ea4102d0cf8264d3701f1a0e39c4f2dc3b');
INSERT OR REPLACE INTO TokenEntity VALUES('ugold-inc','ethereum','eip20',18,'0xa6089dbfed19d1bcd43146bbdca2b8f9d9f84a9a');
INSERT OR REPLACE INTO TokenEntity VALUES('uhive','ethereum','eip20',18,'0xd487892bb4c57edbe7ab401d9fe801c8fe6473f5');
INSERT OR REPLACE INTO TokenEntity VALUES('uiui','ethereum','eip20',18,'0x50dd9ce3e599c3209582f0429d6896ecc1dae732');
INSERT OR REPLACE INTO TokenEntity VALUES('ulord','ulord','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ultiverse','ethereum','eip20',18,'0x0e7779e698052f8fe56c415c3818fcf89de9ac6d');
INSERT OR REPLACE INTO TokenEntity VALUES('ultiverse','binance-smart-chain','eip20',18,'0x0e7779e698052f8fe56c415c3818fcf89de9ac6d');
INSERT OR REPLACE INTO TokenEntity VALUES('ultra','ethereum','eip20',4,'0xd13c7342e1ef687c5ad21b27c2b65d772cab5c8c');
INSERT OR REPLACE INTO TokenEntity VALUES('ultra-clear','ultra-clear','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ultragate','ultragate','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ultrasafe','binance-smart-chain','eip20',9,'0x0b3f42481c228f70756dbfa0309d3ddc2a5e0f6a');
INSERT OR REPLACE INTO TokenEntity VALUES('uma','sora','sora',null,'0x00e40bcd6ee5363d3abbb4603273aa2f6bb89e29323729e884a8ef9c991fe73e');
INSERT OR REPLACE INTO TokenEntity VALUES('uma','avalanche','eip20',18,'0x3bd2b1c7ed8d396dbb98ded3aebb41350a5b2339');
INSERT OR REPLACE INTO TokenEntity VALUES('uma','ethereum','eip20',18,'0x04fa0d235c4abf4bcf4787af4cf447de572ef828');
INSERT OR REPLACE INTO TokenEntity VALUES('umami-finance','arbitrum-one','eip20',9,'0x1622bf67e6e5747b81866fe0b85178a93c7f86e3');
INSERT OR REPLACE INTO TokenEntity VALUES('umbra','solana','spl',6,'PRVT6TB7uss3FrUd2D9xs2zqDBsa3GbMJMwCQsgmeta');
INSERT OR REPLACE INTO TokenEntity VALUES('umbrella-network','binance-smart-chain','eip20',18,'0x846f52020749715f02aef25b5d1d65e48945649d');
INSERT OR REPLACE INTO TokenEntity VALUES('umbrella-network','ethereum','eip20',18,'0x6fc13eace26590b80cccab1ba5d51890577d83b2');
INSERT OR REPLACE INTO TokenEntity VALUES('umee','ethereum','eip20',6,'0xc0a4df35568f116c370e6a6a6022ceb908eeddac');
INSERT OR REPLACE INTO TokenEntity VALUES('umi-2','base','eip20',18,'0x98623dc972d52b8e1aca2262fa62aced989d7948');
INSERT OR REPLACE INTO TokenEntity VALUES('umi-digital','ethereum','eip20',18,'0x61107a409fffe1965126aa456af679719695c69c');
INSERT OR REPLACE INTO TokenEntity VALUES('umoja','arbitrum-one','eip20',18,'0x16a500aec6c37f84447ef04e66c57cfc6254cf92');
INSERT OR REPLACE INTO TokenEntity VALUES('unagi-token','base','eip20',18,'0x24569d33653c404f90af10a2b98d6e0030d3d267');
INSERT OR REPLACE INTO TokenEntity VALUES('unagi-token','ethereum','eip20',18,'0x0b6f3ea2814f3fff804ba5d5c237aebbc364fba9');
INSERT OR REPLACE INTO TokenEntity VALUES('unagi-token','binance-smart-chain','eip20',18,'0x0b6f3ea2814f3fff804ba5d5c237aebbc364fba9');
INSERT OR REPLACE INTO TokenEntity VALUES('unagi-token','polygon-pos','eip20',18,'0x0b6f3ea2814f3fff804ba5d5c237aebbc364fba9');
INSERT OR REPLACE INTO TokenEntity VALUES('unagii-dai','ethereum','eip20',18,'0x4ad0b81f92b16624bbcf46fc0030cfbbf8d02376');
INSERT OR REPLACE INTO TokenEntity VALUES('unagii-eth','ethereum','eip20',18,'0x77607588222e01bf892a29abab45796a2047fc7b');
INSERT OR REPLACE INTO TokenEntity VALUES('unagii-tether-usd','ethereum','eip20',6,'0x178bf8fd04b47d2de3ef3f6b3d112106375ad584');
INSERT OR REPLACE INTO TokenEntity VALUES('unagii-usd-coin','ethereum','eip20',6,'0xbc5991ccd8caceba01edc44c2bb9832712c29cab');
INSERT OR REPLACE INTO TokenEntity VALUES('unagii-wrapped-bitcoin','ethereum','eip20',8,'0x3af5ba94c29a8407785f5f6d90ef5d69a8eb2436');
INSERT OR REPLACE INTO TokenEntity VALUES('unbanked','ethereum','eip20',18,'0x06b884e60794ce02aafab13791b59a2e6a07442f');
INSERT OR REPLACE INTO TokenEntity VALUES('unbound-finance','ethereum','eip20',18,'0x8db253a1943dddf1af9bcf8706ac9a0ce939d922');
INSERT OR REPLACE INTO TokenEntity VALUES('unbound-finance','binance-smart-chain','eip20',18,'0x301af3eff0c904dc5ddd06faa808f653474f7fcc');
INSERT OR REPLACE INTO TokenEntity VALUES('unchain-x','binance-smart-chain','eip20',18,'0x4f0572ca0bf96f5ae17b7062d97cea3f35bdea6f');
INSERT OR REPLACE INTO TokenEntity VALUES('undead-blocks','ethereum','eip20',18,'0x310c8f00b9de3c31ab95ea68feb6c877538f7947');
INSERT OR REPLACE INTO TokenEntity VALUES('undeads-games','ethereum','eip20',18,'0x712bd4beb54c6b958267d9db0259abdbb0bff606');
INSERT OR REPLACE INTO TokenEntity VALUES('unfederalreserve','ethereum','eip20',18,'0x5218e472cfcfe0b64a064f055b43b4cdc9efd3a6');
INSERT OR REPLACE INTO TokenEntity VALUES('unfk','solana','spl',1,'8MgghUHzWyCXSQb4ReqrYQZ9rL8cQNaZ84GsqWhTB4Uu');
INSERT OR REPLACE INTO TokenEntity VALUES('uni','sui','sui',9,'0xaf9e228fd0292e2a27b4859bc57a2f3a9faedb9341b6307c84fef163e44790cc::uni::UNI');
INSERT OR REPLACE INTO TokenEntity VALUES('uniart','binance-smart-chain','eip20',18,'0xf324791c3a08cc8cd9a3d77ddc4681276bdf4444');
INSERT OR REPLACE INTO TokenEntity VALUES('unibase','binance-smart-chain','eip20',18,'0x40b8129b786d766267a7a118cf8c07e31cdb6fde');
INSERT OR REPLACE INTO TokenEntity VALUES('unibase','ethereum','eip20',18,'0x6944e1df6bf5972305f9ab25df47ef10de01bcc8');
INSERT OR REPLACE INTO TokenEntity VALUES('unibot','ethereum','eip20',18,'0xf819d9cb1c2a819fd991781a822de3ca8607c3c9');
INSERT OR REPLACE INTO TokenEntity VALUES('unibright','ethereum','eip20',8,'0x8400d94a5cb0fa0d041a3788e395285d61c9ee5e');
INSERT OR REPLACE INTO TokenEntity VALUES('unibright','polygon-pos','eip20',8,'0x7fbc10850cae055b27039af31bd258430e714c62');
INSERT OR REPLACE INTO TokenEntity VALUES('unicorn-fart-dust','solana','spl',6,'eL5fUxj2J4CiQsmW85k5FG9DvuQjjUoBHoQBi2Kpump');
INSERT OR REPLACE INTO TokenEntity VALUES('unicorn-token','ethereum','eip20',8,'0x2730d6fdc86c95a74253beffaa8306b40fedecbb');
INSERT OR REPLACE INTO TokenEntity VALUES('unicorn-ultra','ethereum','eip20',18,'0x558e7139800f8bc119f68d23a6126fffd43a66a6');
INSERT OR REPLACE INTO TokenEntity VALUES('unicrypt-2','gnosis','eip20',18,'0x0116e28b43a358162b96f70b4de14c98a4465f25');
INSERT OR REPLACE INTO TokenEntity VALUES('unicrypt-2','binance-smart-chain','eip20',18,'0x09a6c44c3947b69e2b45f4d51b67e6a39acfb506');
INSERT OR REPLACE INTO TokenEntity VALUES('unicrypt-2','ethereum','eip20',18,'0xadb2437e6f65682b85f814fbc12fec0508a7b1d0');
INSERT OR REPLACE INTO TokenEntity VALUES('unidex','ethereum','eip20',18,'0x95b3497bbcccc46a8f45f5cf54b0878b39f8d96c');
INSERT OR REPLACE INTO TokenEntity VALUES('unidex','fantom','eip20',18,'0x2130d2a1e51112d349ccf78d2a1ee65843ba36e0');
INSERT OR REPLACE INTO TokenEntity VALUES('unido-ep','ethereum','eip20',18,'0xea3983fc6d0fbbc41fb6f6091f68f3e08894dc06');
INSERT OR REPLACE INTO TokenEntity VALUES('unido-ep','binance-smart-chain','eip20',18,'0x70802af0ba10dd5bb33276b5b37574b6451db3d9');
INSERT OR REPLACE INTO TokenEntity VALUES('unifarm','avalanche','eip20',18,'0xd60effed653f3f1b69047f2d2dc4e808a548767b');
INSERT OR REPLACE INTO TokenEntity VALUES('unifarm','ethereum','eip20',18,'0x40986a85b4cfcdb054a6cbfb1210194fee51af88');
INSERT OR REPLACE INTO TokenEntity VALUES('unifarm','polygon-pos','eip20',18,'0xa7305ae84519ff8be02484cda45834c4e7d13dd6');
INSERT OR REPLACE INTO TokenEntity VALUES('unifarm','binance-smart-chain','eip20',18,'0x0a356f512f6fce740111ee04ab1699017a908680');
INSERT OR REPLACE INTO TokenEntity VALUES('unifi-protocol-dao','binance-smart-chain','eip20',18,'0x728c5bac3c3e370e372fc4671f9ef6916b814d8b');
INSERT OR REPLACE INTO TokenEntity VALUES('unifi-protocol-dao','ethereum','eip20',18,'0x441761326490cacf7af299725b6292597ee822c2');
INSERT OR REPLACE INTO TokenEntity VALUES('unification','unification','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('unilayer','binance-smart-chain','eip20',18,'0xc2c23a86def9e9f5972a633b3d25f7ecbfa5e575');
INSERT OR REPLACE INTO TokenEntity VALUES('unilayer','ethereum','eip20',18,'0x0ff6ffcfda92c53f615a4a75d982f399c989366b');
INSERT OR REPLACE INTO TokenEntity VALUES('unilayer','harmony-shard-0','harmony-shard-0',null,'0xe88699ad32d5a610987a3ba8519c06289549cca7');
INSERT OR REPLACE INTO TokenEntity VALUES('union-2','ethereum','eip20',18,'0xba5ed44733953d79717f6269357c77718c8ba5ed');
INSERT OR REPLACE INTO TokenEntity VALUES('union-2','binance-smart-chain','eip20',18,'0xba5ed44733953d79717f6269357c77718c8ba5ed');
INSERT OR REPLACE INTO TokenEntity VALUES('union-protocol-governance-token','ethereum','eip20',18,'0x226f7b842e0f0120b7e194d05432b3fd14773a9d');
INSERT OR REPLACE INTO TokenEntity VALUES('unipoly','ethereum','eip20',18,'0x23d7ff057c696fee679c60cef61fee6614218f04');
INSERT OR REPLACE INTO TokenEntity VALUES('unique-one','ethereum','eip20',18,'0x93dfaf57d986b9ca77df9376c50878e013d9c7c8');
INSERT OR REPLACE INTO TokenEntity VALUES('unique-one','sora','sora',null,'0x0047e323378d23116261954e67836f350c45625124bbadb35404d9109026feb5');
INSERT OR REPLACE INTO TokenEntity VALUES('unisocks','ethereum','eip20',18,'0x23b608675a2b2fb1890d3abbd85c5775c51691d5');
INSERT OR REPLACE INTO TokenEntity VALUES('unistake','harmony-shard-0','harmony-shard-0',null,'0x1ec56f91d61f2c2cb1af0a2b9bb8d7984f0a6626');
INSERT OR REPLACE INTO TokenEntity VALUES('unistake','ethereum','eip20',18,'0x9ed8e7c9604790f7ec589f99b94361d8aab64e5e');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','polygon-pos','eip20',18,'0xb33eaad8d922b1083446dc23f610c2567fb5180f');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','harmony-shard-0','harmony-shard-0',null,'0x90d81749da8867962c760414c1c25ec926e889b6');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','arbitrum-one','eip20',18,'0xfa7f8980b0f1e64a2062791cc3b0871572f1f7f0');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','ethereum','eip20',18,'0x1f9840a85d5af5bf1d1762f925bdaddc4201f984');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','binance-smart-chain','eip20',18,'0xbf5140a22578168fd562dccf235e5d43a02ce9b1');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','avalanche','eip20',18,'0x8ebaf22b6f053dffeaf46f4dd9efa95d89ba8580');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','sora','sora',null,'0x009be848df92a400da2f217256c88d1a9b1a0304f9b3e90991a67418e1d3b08c');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','gnosis','eip20',18,'0x4537e328bf7e4efa29d05caea260d7fe26af9d74');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','optimistic-ethereum','eip20',18,'0x6fd9d7ad17242c41f7131d257212c54a0e816691');
INSERT OR REPLACE INTO TokenEntity VALUES('uniswap','huobi-token','huobi-token',null,'0x22c54ce8321a4015740ee1109d9cbc25815c46e6');
INSERT OR REPLACE INTO TokenEntity VALUES('unit-00-rei','base','eip20',18,'0x6b2504a03ca4d43d0d73776f6ad46dab2f2a4cfd');
INSERT OR REPLACE INTO TokenEntity VALUES('unit-protocol-duck','ethereum','eip20',18,'0x92e187a03b6cd19cb6af293ba17f2745fd2357d5');
INSERT OR REPLACE INTO TokenEntity VALUES('unit-protocol-duck','fantom','eip20',18,'0x602a3ad311e66b6f5e567a13016b712aba0625c6');
INSERT OR REPLACE INTO TokenEntity VALUES('united-states-dominant-peg','solana','spl',6,'rCDpCrYepyYffZz7AQhBV1LMJvWo7mps8fWr4Bvpump');
INSERT OR REPLACE INTO TokenEntity VALUES('unitrade','binance-smart-chain','eip20',18,'0x7af173f350d916358af3e218bdf2178494beb748');
INSERT OR REPLACE INTO TokenEntity VALUES('unitrade','ethereum','eip20',18,'0x6f87d756daf0503d08eb8993686c7fc01dc44fb1');
INSERT OR REPLACE INTO TokenEntity VALUES('unitus','unitus','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('unity-2','avalanche','eip20',18,'0xdbc5192a6b6ffee7451301bb4ec312f844f02b4a');
INSERT OR REPLACE INTO TokenEntity VALUES('unityventures','binance-smart-chain','eip20',18,'0xb3a95bdbe4ac65b0628db1e6600f71ed59b89255');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-basic-compute','solana','spl',6,'9psiRdn9cXYVps4F1kFuoNjd2EtmqNJXrCPmRppJpump');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-basic-income','ethereum','eip20',18,'0xdd1ad9a21ce722c151a836373babe42c868ce9a4');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-btc','arbitrum-one','eip20',8,'0x6b2a01a5f79deb4c2f3c0eda7b01df456fbd726a');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-btc','ethereum','eip20',8,'0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-btc','binance-smart-chain','eip20',8,'0x6b2a01a5f79deb4c2f3c0eda7b01df456fbd726a');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-btc','iotex','iotex',8,'0x93919784c523f39cacaa98ee0a9d96c3f32b593e');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-btc','mantle','mantle',8,'0x93919784c523f39cacaa98ee0a9d96c3f32b593e');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-btc','optimistic-ethereum','eip20',8,'0x93919784c523f39cacaa98ee0a9d96c3f32b593e');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-btc','mode','mode',8,'0x6b2a01a5f79deb4c2f3c0eda7b01df456fbd726a');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-eth','arbitrum-one','eip20',18,'0x3d15fd46ce9e551498328b1c83071d9509e2c3a0');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-eth','ethereum','eip20',18,'0xf1376bcef0f78459c0ed0ba5ddce976f1ddf51f4');
INSERT OR REPLACE INTO TokenEntity VALUES('universal-operating-system','solana','spl',6,'79HZeHkX9A5WfBg72ankd1ppTXGepoSGpmkxW63wsrHY');
INSERT OR REPLACE INTO TokenEntity VALUES('universe-xyz','ethereum','eip20',18,'0x618679df9efcd19694bb1daa8d00718eacfa2883');
INSERT OR REPLACE INTO TokenEntity VALUES('unix','polygon-pos','eip20',18,'0x8c4476dfec8e7eedf2de3e9e9461b7c14c828d46');
INSERT OR REPLACE INTO TokenEntity VALUES('unix','ethereum','eip20',18,'0xddd6a0ecc3c6f6c102e5ea3d8af7b801d1a77ac8');
INSERT OR REPLACE INTO TokenEntity VALUES('unizen','ethereum','eip20',18,'0xc52c326331e9ce41f04484d3b5e5648158028804');
INSERT OR REPLACE INTO TokenEntity VALUES('unlend-finance','ethereum','eip20',18,'0x0202be363b8a4820f3f4de7faf5224ff05943ab1');
INSERT OR REPLACE INTO TokenEntity VALUES('unlend-finance','binance-smart-chain','eip20',18,'0x2645d5f59d952ef2317c8e0aaa5a61c392ccd44d');
INSERT OR REPLACE INTO TokenEntity VALUES('unlend-finance','polygon-pos','eip20',18,'0x5b4cf2c120a9702225814e18543ee658c5f8631e');
INSERT OR REPLACE INTO TokenEntity VALUES('unlock-protocol','ethereum','eip20',18,'0x90de74265a416e1393a450752175aed98fe11517');
INSERT OR REPLACE INTO TokenEntity VALUES('unmarshal','ethereum','eip20',18,'0x5a666c7d92e5fa7edcb6390e4efd6d0cdd69cf37');
INSERT OR REPLACE INTO TokenEntity VALUES('unmarshal','binance-smart-chain','eip20',18,'0x2fa5daf6fe0708fbd63b1a7d1592577284f52256');
INSERT OR REPLACE INTO TokenEntity VALUES('uno-re','binance-smart-chain','eip20',18,'0x474021845c4643113458ea4414bdb7fb74a01a77');
INSERT OR REPLACE INTO TokenEntity VALUES('uno-re','ethereum','eip20',18,'0x474021845c4643113458ea4414bdb7fb74a01a77');
INSERT OR REPLACE INTO TokenEntity VALUES('unobtanium','unobtanium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('unreal-finance','ethereum','eip20',18,'0x9cf98eb8a8b28c83e8612046cf55701ce3eb0063');
INSERT OR REPLACE INTO TokenEntity VALUES('unsheth','ethereum','eip20',18,'0xe60779cc1b2c1d0580611c526a8df0e3f870ec48');
INSERT OR REPLACE INTO TokenEntity VALUES('unsheth','binance-smart-chain','eip20',18,'0x91d6d6af7635b7b23a8ced9508117965180e2362');
INSERT OR REPLACE INTO TokenEntity VALUES('unstable-coin','solana','spl',6,'CB9dDufT3ZuQXqqSfa1c5kY935TEreyBw9XJXxHKpump');
INSERT OR REPLACE INTO TokenEntity VALUES('upcx','ethereum','eip20',5,'0x487d62468282bd04ddf976631c23128a425555ee');
INSERT OR REPLACE INTO TokenEntity VALUES('updog','binance-smart-chain','eip20',9,'0x400613f184d1207f5c07a67d67040a4e23e92feb');
INSERT OR REPLACE INTO TokenEntity VALUES('upfi-network','solana','spl',6,'EwJN2GqUGXXzYmoAciwuABtorHczTA5LqbukKXV1viH7');
INSERT OR REPLACE INTO TokenEntity VALUES('upland','ethereum','eip20',18,'0x0bc37bea9068a86c221b8bd71ea6228260dad5a2');
INSERT OR REPLACE INTO TokenEntity VALUES('uponly-token','polygon-pos','eip20',18,'0x9dbfc1cbf7a1e711503a29b4b5f9130ebeccac96');
INSERT OR REPLACE INTO TokenEntity VALUES('uptop','binance-smart-chain','eip20',18,'0x8a0db359c38414b5f145f65cc1c69d9253067c43');
INSERT OR REPLACE INTO TokenEntity VALUES('uquid-coin','ethereum','eip20',18,'0x8806926ab68eb5a7b909dcaf6fdbe5d93271d6e2');
INSERT OR REPLACE INTO TokenEntity VALUES('uraniumx','uraniumx','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('uranus-4','solana','spl',6,'BFgdzMkTPdKKJeTipv2njtDEwhKxkgFueJQfJGt1jups');
INSERT OR REPLACE INTO TokenEntity VALUES('uranus-dex','solana','spl',6,'BwTu5zJqEyLYawwYoGTWT7UxC85eLYQWRcta1GiEbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('ureeqa','avalanche','eip20',18,'0xbd3936ec8d83a5d4e73eca625ecfa006da8c8f52');
INSERT OR REPLACE INTO TokenEntity VALUES('ureeqa','ethereum','eip20',18,'0x1735db6ab5baa19ea55d0adceed7bcdc008b3136');
INSERT OR REPLACE INTO TokenEntity VALUES('urmom-2','solana','spl',6,'9j6twpYWrV1ueJok76D9YK8wJTVoG9Zy8spC7wnTpump');
INSERT OR REPLACE INTO TokenEntity VALUES('urolithin-a','solana','spl',6,'FvgqHMfL9yn39V79huDPy3YUNDoYJpuLWng2JfmQpump');
INSERT OR REPLACE INTO TokenEntity VALUES('urus-token','binance-smart-chain','eip20',18,'0xc6DdDB5bc6E61e0841C54f3e723Ae1f3A807260b');
INSERT OR REPLACE INTO TokenEntity VALUES('urus-token','ethereum','eip20',18,'0xc6dddb5bc6e61e0841c54f3e723ae1f3a807260b');
INSERT OR REPLACE INTO TokenEntity VALUES('usd','polygon-pos','eip20',6,'0x236eec6359fb44cce8f97e99387aa7f8cd5cde1f');
INSERT OR REPLACE INTO TokenEntity VALUES('usd','optimistic-ethereum','eip20',6,'0x73cb180bf0521828d8849bc8cf2b920918e23032');
INSERT OR REPLACE INTO TokenEntity VALUES('usd','binance-smart-chain','eip20',6,'0xe80772eaf6e2e18b651f160bc9158b2a5cafca65');
INSERT OR REPLACE INTO TokenEntity VALUES('usd','avalanche','eip20',6,'0xe80772eaf6e2e18b651f160bc9158b2a5cafca65');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','solana','spl',6,'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','harmony-shard-0','harmony-shard-0',null,'0x985458e523db3d53125813ed68c274899e9dfab4');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','binance-smart-chain','eip20',18,'0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','zksync','eip20',6,'0x1d17cbcf0d6d143135ae902365d2e5e2a16538d4');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','aurora','aurora',null,'0xb12bfca5a55806aaf64e99521918a4bf0fc40802');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','optimistic-ethereum','eip20',6,'0x0b2c639c533813f4aa9d7837caf62653d097ff85');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','tomochain','tomochain',null,'0xcca4e6302510d555b654b3eab9c0fcb223bcfdf0');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','sora','sora',null,'0x00ef6658f79d8b560f77b7b20a5d7822f5bc22539c7b4056128258e5829da517');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','polygon-pos','eip20',6,'0x3c499c542cef5e3811e1192ce70d8cc03d5c3359');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','avalanche','eip20',6,'0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','bitgert','bitgert',null,'0xcf2df9377a4e3c10e9ea29fdb8879d74c27fcde7');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','okex-chain','okex-chain',null,'0xc946daf81b08146b1c7a8da2a851ddf2b3eaaf85');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','tron','eip20',6,'TEkxiTehnzSmSe2XqrBj4w32RUN966rdz8');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','ethereum','eip20',6,'0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','moonriver','moonriver',null,'0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','fuse','fuse',null,'0x620fd5fa44be6af63715ef4e65ddfa0387ad13f5');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','metis-andromeda','metis-andromeda',null,'0xea32a96608495e54156ae48931a7c20f0dcc1a21');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','hedera-hashgraph','hedera-hashgraph',6,'0.0.456858');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','kucoin-community-chain','kucoin-community-chain',null,'0x980a5afef3d17ad98635f6c5aebcbaeded3c3430');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','milkomeda-cardano','milkomeda-cardano',null,'0xb44a9b6905af7c801311e8f4e76932ee959c663c');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','defi-kingdoms-blockchain','defi-kingdoms-blockchain',null,'0x3ad9dfe640e1a9cc1d9b0948620820d975c3803a');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','conflux','conflux',null,'0x6963efed0ab40f6c3d7bda44a05dcf1437c44372');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','cosmos','cosmos',null,'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','meter','meter',null,'0xd86e243fc0007e6226b07c9a50c9d70d78299eb5');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','moonbeam','moonbeam',null,'0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','telos','telos',null,'0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','gnosis','eip20',6,'0xddafbb505ad214d7b80b1f830fccc89b60fb7a83');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','fantom','eip20',6,'0x04068da6c83afcfa0e13ba15a6696662335d5b75');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','near-protocol','near-protocol',6,'17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','syscoin','syscoin',null,'0x2bf9b864cdc97b08b6d79ad4663e71b8ab65c45c');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','evmos','evmos',null,'0x51e44ffad5c2b122c8b635671fcc8139dc636e82');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','sui','sui',6,'0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','boba','boba',null,'0x66a2a913e447d6b4bf33efbec43aaef87890fbbc');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','polkadot','polkadot',6,'1337');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','stellar','stellar',7,'USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','ronin','ronin',null,'0x0b7007c13325c48911f73a2dad5fa5dcbf808adc');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','base','eip20',6,'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','algorand','algorand',5,'31566704');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','kava','kava',null,'0xfa9343c3897324496a05fc75abed6bac29f8a40f');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','celo','celo',6,'0xceba9300f2b948710d2653dd7b07f33a8b32118c');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','astar','astar',null,'0x6a2d262d56735dba19dd70682b39f6be9a931d98');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','elastos','elastos',null,'0xa06be0f5950781ce28d965e5efc6996e88a8c141');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','cronos','cronos',null,'0xc21223249ca28397b4b6541dffaecc539bff0c59');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','sx-network','sx-network',null,'0xe2aa35c2039bd0ff196a6ef99523cc0d3972ae3e');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin','arbitrum-one','eip20',6,'0xaf88d065e77c8cc2239327c5edb3a432268e5831');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin-bridged','avalanche','eip20',6,'0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin-bridged','polygon-pos','eip20',6,'0x2791bca1f2de4661ed88a30c99a7a9449aa84174');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin-bridged','optimistic-ethereum','eip20',6,'0x7f5c764cbc14f9669b88837ca1490cca17c31607');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin-bridged','arbitrum-one','eip20',6,'0xff970a61a04b1ca14834a43f5de4533ebddb5cc8');
INSERT OR REPLACE INTO TokenEntity VALUES('usd-coin-ethereum-bridged','arbitrum-one','eip20',6,'0xff970a61a04b1ca14834a43f5de4533ebddb5cc8');
INSERT OR REPLACE INTO TokenEntity VALUES('usd1-wlfi','binance-smart-chain','eip20',18,'0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d');
INSERT OR REPLACE INTO TokenEntity VALUES('usd1-wlfi','ethereum','eip20',18,'0x8d0d000ee44948fc98c9b98a4fa4921476f08b0d');
INSERT OR REPLACE INTO TokenEntity VALUES('usda-2','ethereum','eip20',18,'0x8a60e489004ca22d775c5f2c657598278d17d9c2');
INSERT OR REPLACE INTO TokenEntity VALUES('usda-2','mantle','mantle',18,'0x075df695b8e7f4361fa7f8c1426c63f11b06e326');
INSERT OR REPLACE INTO TokenEntity VALUES('usda-2','binance-smart-chain','eip20',18,'0x9356086146be5158e98ad827e21b5cf944699894');
INSERT OR REPLACE INTO TokenEntity VALUES('usda-3','binance-smart-chain','eip20',18,'0x17eafd08994305d8ace37efb82f1523177ec70ee');
INSERT OR REPLACE INTO TokenEntity VALUES('usdai','arbitrum-one','eip20',18,'0x0a1a1a107e45b7ced86833863f482bc5f4ed82ef');
INSERT OR REPLACE INTO TokenEntity VALUES('usdb','blast','blast',18,'0x4300000000000000000000000000000000000003');
INSERT OR REPLACE INTO TokenEntity VALUES('usdc-rainbow-bridge','near-protocol','near-protocol',6,'a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48.factory.bridge.near');
INSERT OR REPLACE INTO TokenEntity VALUES('usdd','ethereum','eip20',18,'0x0c10bf8fcb7bf5412187a595ab97a3609160b5c6');
INSERT OR REPLACE INTO TokenEntity VALUES('usdd','binance-smart-chain','eip20',18,'0xd17479997f34dd9156deef8f95a52d81d265be9c');
INSERT OR REPLACE INTO TokenEntity VALUES('usdd','tron','eip20',18,'TPYmHEhy5n8TCEfYGqW2rPxsghSfzghPDn');
INSERT OR REPLACE INTO TokenEntity VALUES('usdfi-stable','binance-smart-chain','eip20',18,'0x8bf75bc68fd337dfd8186d731df8b3c2cb14b9e6');
INSERT OR REPLACE INTO TokenEntity VALUES('usdfi-stable','ethereum','eip20',18,'0x60b9c41d99fe3eb64ecc1344bad31d87f1bced6d');
INSERT OR REPLACE INTO TokenEntity VALUES('usdfi-stable','arbitrum-one','eip20',18,'0x666966ef3925b1c92fa355fda9722899f3e73451');
INSERT OR REPLACE INTO TokenEntity VALUES('usdh','solana','spl',6,'USDH1SM1ojwWUga67PGrgFWUHibbjqMvuMaDkRJTgkX');
INSERT OR REPLACE INTO TokenEntity VALUES('usdm-2','cardano','cardano',6,'c48cbb3d5e57ed56e276bc45f99ab39abe94e6cd7ac39fb402da47ad0014df105553444d');
INSERT OR REPLACE INTO TokenEntity VALUES('usds','ethereum','eip20',18,'0xdc035d45d973e3ec169d2276ddab16f1e407384f');
INSERT OR REPLACE INTO TokenEntity VALUES('usds','arbitrum-one','eip20',18,'0x6491c05a82219b8d1479057361ff1654749b876b');
INSERT OR REPLACE INTO TokenEntity VALUES('usds','base','eip20',18,'0x820c137fa70c8691f0e44dc420a5e53c168921dc');
INSERT OR REPLACE INTO TokenEntity VALUES('usdtb','ethereum','eip20',18,'0xc139190f447e929f090edeb554d95abb8b18ac1c');
INSERT OR REPLACE INTO TokenEntity VALUES('usdtez','tezos','tezos',null,'KT1LN4LPSqTMS7Sd2CJw4bbDGRkMv2t68Fy9');
INSERT OR REPLACE INTO TokenEntity VALUES('usdu','solana','spl',6,'9ckR7pPPvyPadACDTzLwK2ZAEeUJ3qGSnzPs8bVaHrSy');
INSERT OR REPLACE INTO TokenEntity VALUES('usdx','kava','kava',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('usdx-money-staked-usdx','arbitrum-one','eip20',18,'0x7788a3538c5fc7f9c7c8a74eac4c898fc8d87d92');
INSERT OR REPLACE INTO TokenEntity VALUES('usdx-money-staked-usdx','binance-smart-chain','eip20',18,'0x7788a3538c5fc7f9c7c8a74eac4c898fc8d87d92');
INSERT OR REPLACE INTO TokenEntity VALUES('usdx-money-staked-usdx','ethereum','eip20',18,'0x7788a3538c5fc7f9c7c8a74eac4c898fc8d87d92');
INSERT OR REPLACE INTO TokenEntity VALUES('usdx-money-usdx','ethereum','eip20',18,'0xf3527ef8de265eaa3716fb312c12847bfba66cef');
INSERT OR REPLACE INTO TokenEntity VALUES('usdx-money-usdx','arbitrum-one','eip20',18,'0xf3527ef8de265eaa3716fb312c12847bfba66cef');
INSERT OR REPLACE INTO TokenEntity VALUES('usdx-money-usdx','binance-smart-chain','eip20',18,'0xf3527ef8de265eaa3716fb312c12847bfba66cef');
INSERT OR REPLACE INTO TokenEntity VALUES('useless-3','solana','spl',6,'Dz9mQ9NzkBcCsuGPFJ3r1bS4wgqKMHBPiVuniW8Mbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('uspepe','ethereum','eip20',9,'0x27bbb7e6d8b8b9a4c36e67c5d7ce7fa8d51628e1');
INSERT OR REPLACE INTO TokenEntity VALUES('ussi','base','eip20',8,'0x3a46ed8fceb6ef1ada2e4600a522ae7e24d2ed18');
INSERT OR REPLACE INTO TokenEntity VALUES('usual','ethereum','eip20',18,'0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e');
INSERT OR REPLACE INTO TokenEntity VALUES('usual-usd','arbitrum-one','eip20',18,'0x35f1c5cb7fb977e669fd244c567da99d8a3a6850');
INSERT OR REPLACE INTO TokenEntity VALUES('usual-usd','ethereum','eip20',18,'0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5');
INSERT OR REPLACE INTO TokenEntity VALUES('usualx','ethereum','eip20',18,'0x06b964d96f5dcf7eae9d7c559b09edce244d4b8e');
INSERT OR REPLACE INTO TokenEntity VALUES('usx','solana','spl',6,'6FrrzDk5mQARGc1TDYoyVnSyRdds1t4PbtohCD6p3tgG');
INSERT OR REPLACE INTO TokenEntity VALUES('utility-web3shot','binance-smart-chain','eip20',18,'0x961e149db8bfbdb318c182152725ac806d7be3f4');
INSERT OR REPLACE INTO TokenEntity VALUES('uton','the-open-network','the-open-network',9,'EQAfF5j3JMIpZlLmACv7Ub7RH7WmiVMuV4ivcgNYHvNnqHTz');
INSERT OR REPLACE INTO TokenEntity VALUES('utopia','utopia','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('utrade','solana','spl',6,'9gExMiURmgzKZyq5PhGnxaLcFrt4hYcca87HK8VSXe4g');
INSERT OR REPLACE INTO TokenEntity VALUES('utrust','ethereum','eip20',18,'0xdc9ac3c20d1ed0b540df9b1fedc10039df13f99c');
INSERT OR REPLACE INTO TokenEntity VALUES('utu-coin','binance-smart-chain','eip20',18,'0xed4bb33f20f32e989af975196e86019773a7cff0');
INSERT OR REPLACE INTO TokenEntity VALUES('utu-coin','ethereum','eip20',18,'0xa58a4f5c4bb043d2cc1e170613b74e767c94189b');
INSERT OR REPLACE INTO TokenEntity VALUES('uwu-lend','ethereum','eip20',18,'0x55c08ca52497e2f1534b59e2917bf524d4765257');
INSERT OR REPLACE INTO TokenEntity VALUES('uxd-protocol-token','solana','spl',9,'UXPhBoR3qG4UCiGNJfV7MqhHyFqKN68g45GoYvAeL2M');
INSERT OR REPLACE INTO TokenEntity VALUES('uxd-stablecoin','solana','spl',6,'7kbnvuGBxxj8AG9qp8Scn56muWGaRaFqxg1FsRp3PaFT');
INSERT OR REPLACE INTO TokenEntity VALUES('uxlink','arbitrum-one','eip20',18,'0x1a6b3a62391eccaaa992ade44cd4afe6bec8cff1');
INSERT OR REPLACE INTO TokenEntity VALUES('v-systems','v-systems','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('v2ex','solana','spl',6,'9raUVuzeWUk53co63M4WXLWPWE4Xc6Lpn7RS9dnkpump');
INSERT OR REPLACE INTO TokenEntity VALUES('vabble','ethereum','eip20',18,'0xe7ae6d0c56cacaf007b7e4d312f9af686a9e9a04');
INSERT OR REPLACE INTO TokenEntity VALUES('vader-protocol','ethereum','eip20',18,'0x2602278ee1882889b946eb11dc0e810075650983');
INSERT OR REPLACE INTO TokenEntity VALUES('vaderai-by-virtuals','base','eip20',18,'0x731814e491571a2e9ee3c5b1f7f3b962ee8f4870');
INSERT OR REPLACE INTO TokenEntity VALUES('vai','binance-smart-chain','eip20',18,'0x4bd17003473389a42daf6a0a729f6fdb328bbbd7');
INSERT OR REPLACE INTO TokenEntity VALUES('vainguard','base','eip20',18,'0x6c7ebb64e258f5712eeec83ceaf41c3dcbb534b1');
INSERT OR REPLACE INTO TokenEntity VALUES('vaiot','ethereum','eip20',18,'0xd13cfd3133239a3c73a9e535a5c4dadee36b395c');
INSERT OR REPLACE INTO TokenEntity VALUES('valencia-cf-fan-token','chiliz','chiliz',null,'0xd4c328527e3dce0f542dae21bf9dfe69e8269703');
INSERT OR REPLACE INTO TokenEntity VALUES('valentine-grok-companion-3','solana','spl',6,'9GtvcnDUvGsuibktxiMjLQ2yyBq5akUahuBs8yANbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('valinity','ethereum','eip20',18,'0x40e5a14e1d151f34fea6b8e6197c338e737f9bf2');
INSERT OR REPLACE INTO TokenEntity VALUES('valleydao','solana','spl',9,'growFDf9teg9gwVTTY3DgpPXU31qBrnbSQCqtY2vkR8');
INSERT OR REPLACE INTO TokenEntity VALUES('valleydao','ethereum','eip20',18,'0x761a3557184cbc07b7493da0661c41177b2f97fa');
INSERT OR REPLACE INTO TokenEntity VALUES('valobit','ethereum','eip20',18,'0xb8366948b4a3f07bcbf14eb1739daa42a26b07c4');
INSERT OR REPLACE INTO TokenEntity VALUES('value-liquidity','ethereum','eip20',18,'0x49e833337ece7afe375e44f4e3e8481029218e5c');
INSERT OR REPLACE INTO TokenEntity VALUES('valyr','ethereum','eip20',18,'0x8a853b3d639202c64ae700a0c89e4cfd4b31f7f4');
INSERT OR REPLACE INTO TokenEntity VALUES('vanar-chain','polygon-pos','eip20',18,'0x8de5b80a0c1b02fe4976851d030b36122dbb8624');
INSERT OR REPLACE INTO TokenEntity VALUES('vanar-chain','ethereum','eip20',18,'0x8de5b80a0c1b02fe4976851d030b36122dbb8624');
INSERT OR REPLACE INTO TokenEntity VALUES('vanity','binance-smart-chain','eip20',9,'0xabc69f2025bdb12efcdb8fd048d240fff943ca82');
INSERT OR REPLACE INTO TokenEntity VALUES('vankedisi','solana','spl',6,'66bHtzcXqmLgkn668EG4ETzHL3RLz5ybdckqvrPppump');
INSERT OR REPLACE INTO TokenEntity VALUES('vapornodes','avalanche','eip20',18,'0x83a283641c6b4df383bcddf807193284c84c5342');
INSERT OR REPLACE INTO TokenEntity VALUES('vara-network','vara-network','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('varen','ethereum','eip20',18,'0x72377f31e30a405282b522d588aebbea202b4f23');
INSERT OR REPLACE INTO TokenEntity VALUES('vaultcraft','ethereum','eip20',18,'0xce246eea10988c495b4a90a905ee9237a0f91543');
INSERT OR REPLACE INTO TokenEntity VALUES('vbswap','binance-smart-chain','eip20',18,'0x4f0ed527e8a95ecaa132af214dfd41f30b361600');
INSERT OR REPLACE INTO TokenEntity VALUES('vcash','vcash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vebetterdao','vechain','vechain',4,'0x5ef79995fe8a89e0812330e4378eb2660cede699');
INSERT OR REPLACE INTO TokenEntity VALUES('vechain','vechain','vechain',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('veco','veco','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vector-reserve','ethereum','eip20',9,'0x1bb9b64927e0c5e207c9db4093b3738eef5d8447');
INSERT OR REPLACE INTO TokenEntity VALUES('vectorspace','ethereum','eip20',18,'0x7d29a64504629172a429e64183d6673b9dacbfce');
INSERT OR REPLACE INTO TokenEntity VALUES('vedao','fantom','eip20',18,'0x911da02c1232a3c3e1418b834a311921143b04d7');
INSERT OR REPLACE INTO TokenEntity VALUES('vedoraai','ethereum','eip20',18,'0x6282727946325daa05636adec103b385b7c995bf');
INSERT OR REPLACE INTO TokenEntity VALUES('vee-finance','avalanche','eip20',18,'0x3709e8615e02c15b096f8a9b460ccb8ca8194e86');
INSERT OR REPLACE INTO TokenEntity VALUES('vega-protocol','ethereum','eip20',18,'0xcb84d72e61e383767c4dfeb2d8ff7f4fb89abc6e');
INSERT OR REPLACE INTO TokenEntity VALUES('veil','veil','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('veil-token','base','eip20',18,'0x767a739d1a152639e9ea1d8c1bd55fdc5b217d7f');
INSERT OR REPLACE INTO TokenEntity VALUES('vela-token','arbitrum-one','eip20',18,'0x088cd8f5ef3652623c22d48b1605dcfe860cd704');
INSERT OR REPLACE INTO TokenEntity VALUES('velar','ethereum','eip20',6,'0x033bbde722ea3cdcec73cffea6581df9f9c257de');
INSERT OR REPLACE INTO TokenEntity VALUES('velas','binance-smart-chain','eip20',18,'0xe9c803f48dffe50180bd5b01dc04da939e3445fc');
INSERT OR REPLACE INTO TokenEntity VALUES('velas','ethereum','eip20',18,'0x8c543aed163909142695f2d2acd0d55791a9edb9');
INSERT OR REPLACE INTO TokenEntity VALUES('velaspad','velas','velas',null,'0xa065e0858417dfc7abc6f2bd4d0185332475c180');
INSERT OR REPLACE INTO TokenEntity VALUES('velaspad','ethereum','eip20',18,'0xb8e3bb633f7276cc17735d86154e0ad5ec9928c0');
INSERT OR REPLACE INTO TokenEntity VALUES('velaspad','binance-smart-chain','eip20',18,'0xb8e3bb633f7276cc17735d86154e0ad5ec9928c0');
INSERT OR REPLACE INTO TokenEntity VALUES('velhalla','binance-smart-chain','eip20',18,'0x8d9fb713587174ee97e91866050c383b5cee6209');
INSERT OR REPLACE INTO TokenEntity VALUES('velo','binance-smart-chain','eip20',18,'0xf486ad071f3bee968384d2e39e2d8af0fcf6fd46');
INSERT OR REPLACE INTO TokenEntity VALUES('velo','stellar','stellar',7,'VELO-GDM4RQUQQUVSKQA7S6EM7XBZP3FCGH4Q7CL6TABQ7B2BEJ5ERARM2M5M');
INSERT OR REPLACE INTO TokenEntity VALUES('veloce-vext','polygon-pos','eip20',18,'0x27842334c55c01ddfe81bf687425f906816c5141');
INSERT OR REPLACE INTO TokenEntity VALUES('veloce-vext','ethereum','eip20',18,'0xb2492e97a68a6e4b9e9a11b99f6c42e5accd38c7');
INSERT OR REPLACE INTO TokenEntity VALUES('velodrome-finance','optimistic-ethereum','eip20',18,'0x3c8b650257cfb5f272f799f5e2b4e65093a11a05');
INSERT OR REPLACE INTO TokenEntity VALUES('velorex','binance-smart-chain','eip20',9,'0xc029a12e4a002c6858878fd9d3cc74e227cc2dda');
INSERT OR REPLACE INTO TokenEntity VALUES('velvet','binance-smart-chain','eip20',18,'0x8b194370825e37b33373e74a41009161808c1488');
INSERT OR REPLACE INTO TokenEntity VALUES('velvet-ai','avalanche','eip20',18,'0x1c7c53aa86b49a28c627b6450091998e447a42f9');
INSERT OR REPLACE INTO TokenEntity VALUES('velvet-unicorn-by-virtuals','base','eip20',18,'0x511ef9ad5e645e533d15df605b4628e3d0d0ff53');
INSERT OR REPLACE INTO TokenEntity VALUES('vempire-ddao','binance-smart-chain','eip20',18,'0xedf3ce4dd6725650a8e9398e5c6398d061fa7955');
INSERT OR REPLACE INTO TokenEntity VALUES('vempire-ddao','okex-chain','okex-chain',null,'0x2c9a1d0e1226939edb7bbb68c43a080c28743c5c');
INSERT OR REPLACE INTO TokenEntity VALUES('vempire-ddao','ethereum','eip20',18,'0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec');
INSERT OR REPLACE INTO TokenEntity VALUES('venice-token','base','eip20',18,'0xacfe6019ed1a7dc6f7b508c02d1b04ec88cc21bf');
INSERT OR REPLACE INTO TokenEntity VALUES('vent-finance','ethereum','eip20',18,'0x5f0bc16d50f72d10b719dbf6845de2e599eb5624');
INSERT OR REPLACE INTO TokenEntity VALUES('vent-finance','binance-smart-chain','eip20',18,'0x872d068c25511be88c1f5990c53eeffcdf46c9b4');
INSERT OR REPLACE INTO TokenEntity VALUES('vention','binance-smart-chain','eip20',18,'0x2f053e33bd590830858161d42c67e9e8a9390019');
INSERT OR REPLACE INTO TokenEntity VALUES('venture-mind-ai','solana','spl',9,'4JFcUJ1HfFKz2F8thdu2frk558EjrLvKEmeMq1ZM2xBP');
INSERT OR REPLACE INTO TokenEntity VALUES('venus','binance-smart-chain','eip20',18,'0xcf6bb5389c92bdda8a3747ddb454cb7a64626c63');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-bch','binance-smart-chain','eip20',8,'0x5f0388ebc2b94fa8e123f404b79ccf5f40b29176');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-beth','binance-smart-chain','eip20',8,'0x972207a639cc1b374b893cc33fa251b55ceb7c07');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-btc','binance-smart-chain','eip20',8,'0x882c173bc7ff3b7786ca16dfed3dfffb9ee7847b');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-busd','binance-smart-chain','eip20',8,'0x95c78222b3d6e262426483d42cfa53685a67ab9d');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-dai','binance-smart-chain','eip20',8,'0x334b3ecb4dca3593bccc3c7ebd1a1c1d1780fbf1');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-doge','binance-smart-chain','eip20',8,'0xec3422ef92b2fb59e84c8b02ba73f1fe84ed8d71');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-dot','binance-smart-chain','eip20',8,'0x1610bc33319e9398de5f57b33a5b184c806ad217');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-eth','binance-smart-chain','eip20',8,'0xf508fcd89b8bd15579dc79a6827cb4686a3592c8');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-fil','binance-smart-chain','eip20',8,'0xf91d58b5ae142dacc749f58a49fcbac340cb0343');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-link','binance-smart-chain','eip20',8,'0x650b940a1033b8a1b1873f78730fcfc73ec11f1f');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-ltc','binance-smart-chain','eip20',8,'0x57a5297f2cb2c0aac9d554660acd6d385ab50c6b');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-reward-token','binance-smart-chain','eip20',18,'0x5f84ce30dc3cf7909101c69086c50de191895883');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-sxp','binance-smart-chain','eip20',8,'0x2ff3d0f6990a40261c66e1ff2017acbc282eb6d0');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-usdc','binance-smart-chain','eip20',8,'0xeca88125a5adbe82614ffc12d0db554e2e2867c8');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-usdt','binance-smart-chain','eip20',8,'0xfd5840cd36d94d7229439859c0112a4185bc0255');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-xrp','binance-smart-chain','eip20',8,'0xb248a295732e0225acd3337607cc01068e3b9c10');
INSERT OR REPLACE INTO TokenEntity VALUES('venus-xvs','binance-smart-chain','eip20',8,'0x151b1e2635a717bcdc836ecd6fbb62b674fe3e1d');
INSERT OR REPLACE INTO TokenEntity VALUES('vera','binance-smart-chain','eip20',18,'0x4a0a3902e091cdb3aec4279a6bfac50297f0a79e');
INSERT OR REPLACE INTO TokenEntity VALUES('vera','ethereum','eip20',18,'0xd7f0cc50ad69408ae58be033f4f85d2367c2e468');
INSERT OR REPLACE INTO TokenEntity VALUES('veraone','ethereum','eip20',8,'0x10bc518c32fbae5e38ecb50a612160571bd81e44');
INSERT OR REPLACE INTO TokenEntity VALUES('verasity','ethereum','eip20',18,'0xf411903cbc70a74d22900a5de66a2dda66507255');
INSERT OR REPLACE INTO TokenEntity VALUES('verge','verge','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('verified-usd-foundation-usdv','ethereum','eip20',6,'0x0e573ce2736dd9637a0b21058352e1667925c7a8');
INSERT OR REPLACE INTO TokenEntity VALUES('verified-usd-foundation-usdv','avalanche','eip20',6,'0x323665443cef804a3b5206103304bd4872ea4253');
INSERT OR REPLACE INTO TokenEntity VALUES('verified-usd-foundation-usdv','optimistic-ethereum','eip20',6,'0x323665443cef804a3b5206103304bd4872ea4253');
INSERT OR REPLACE INTO TokenEntity VALUES('verified-usd-foundation-usdv','binance-smart-chain','eip20',6,'0x323665443cef804a3b5206103304bd4872ea4253');
INSERT OR REPLACE INTO TokenEntity VALUES('verified-usd-foundation-usdv','arbitrum-one','eip20',6,'0x323665443cef804a3b5206103304bd4872ea4253');
INSERT OR REPLACE INTO TokenEntity VALUES('veritaseum','ethereum','eip20',18,'0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374');
INSERT OR REPLACE INTO TokenEntity VALUES('verox','ethereum','eip20',18,'0x87de305311d5788e8da38d19bb427645b09cb4e5');
INSERT OR REPLACE INTO TokenEntity VALUES('verra-dna','solana','spl',9,'AiqBwm3CpoCM6rmsR9BwM6zNXns4YVwjkvpXKNdCmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('verse-bitcoin','ethereum','eip20',18,'0x249cA82617eC3DfB2589c4c17ab7EC9765350a18');
INSERT OR REPLACE INTO TokenEntity VALUES('verse-world','solana','spl',6,'vRseBFqTy9QLmmo5qGiwo74AVpdqqMTnxPqWoWMpump');
INSERT OR REPLACE INTO TokenEntity VALUES('verso','avalanche','eip20',18,'0x846d50248baf8b7ceaa9d9b53bfd12d7d7fbb25a');
INSERT OR REPLACE INTO TokenEntity VALUES('vertcoin','vertcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vertex-protocol','arbitrum-one','eip20',18,'0x95146881b86b3ee99e63705ec87afe29fcc044d9');
INSERT OR REPLACE INTO TokenEntity VALUES('vertical-ai','ethereum','eip20',18,'0xcdbddbdefb0ee3ef03a89afcd714aa4ef310d567');
INSERT OR REPLACE INTO TokenEntity VALUES('verus-coin','verus-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vesper-finance','polygon-pos','eip20',18,'0x09c5a4bca808bd1ba2b8e6b3aaf7442046b4ca5b');
INSERT OR REPLACE INTO TokenEntity VALUES('vesper-finance','ethereum','eip20',18,'0x1b40183efb4dd766f11bda7a7c3ad8982e998421');
INSERT OR REPLACE INTO TokenEntity VALUES('vesper-finance','fantom','eip20',18,'0x461d52769884ca6235b685ef2040f47d30c94eb5');
INSERT OR REPLACE INTO TokenEntity VALUES('vesta-finance','arbitrum-one','eip20',18,'0xa684cd057951541187f288294a1e1c2646aa2d24');
INSERT OR REPLACE INTO TokenEntity VALUES('vesta-stable','arbitrum-one','eip20',18,'0x64343594ab9b56e99087bfa6f2335db24c2d1f17');
INSERT OR REPLACE INTO TokenEntity VALUES('vestra-dao','ethereum','eip20',18,'0x92d5942f468447f1f21c2092580f15544923b434');
INSERT OR REPLACE INTO TokenEntity VALUES('veterans-for-the-cause','solana','spl',9,'cPZp4Sk44ecqkwVtED3YPPudQMEe5MbZsavDiwBntAU');
INSERT OR REPLACE INTO TokenEntity VALUES('vethor-token','vechain','vechain',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vetter-token','binance-smart-chain','eip20',9,'0x6169b3b23e57de79a6146a2170980ceb1f83b9e0');
INSERT OR REPLACE INTO TokenEntity VALUES('vexanium','vexanium','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vfox','binance-smart-chain','eip20',18,'0x4d61577d8fd2208a0afb814ea089fdeae19ed202');
INSERT OR REPLACE INTO TokenEntity VALUES('vibe','ethereum','eip20',18,'0xe8ff5c9c75deb346acac493c463c8950be03dfba');
INSERT OR REPLACE INTO TokenEntity VALUES('vibe-cat-2','solana','spl',6,'8tSeXYSXzFvaDX1nbWrEFFaFuPHuWqpzksKYxQPvpump');
INSERT OR REPLACE INTO TokenEntity VALUES('vibe-cat-3','solana','spl',6,'DFVeSFxNohR5CVuReaXSz6rGuJ62LsKhxFpWsDbbjups');
INSERT OR REPLACE INTO TokenEntity VALUES('viberate','ethereum','eip20',18,'0x2c974b2d0ba1716e644c1fc59982a89ddd2ff724');
INSERT OR REPLACE INTO TokenEntity VALUES('vibestrategy','ethereum','eip20',18,'0xd0cc2b0efb168bfe1f94a948d8df70fa10257196');
INSERT OR REPLACE INTO TokenEntity VALUES('vice-2','ethereum','eip20',18,'0xfd409bc96d126bc8a56479d4c7672015d539f96c');
INSERT OR REPLACE INTO TokenEntity VALUES('victoria-vr','ethereum','eip20',18,'0x7d5121505149065b562c789a0145ed750e6e8cdd');
INSERT OR REPLACE INTO TokenEntity VALUES('vidaio','bittensor','bittensor',null,'85');
INSERT OR REPLACE INTO TokenEntity VALUES('vidt-dao','ethereum','eip20',18,'0x3be7bf1a5f23bd8336787d0289b70602f1940875');
INSERT OR REPLACE INTO TokenEntity VALUES('vidulum','vidulum','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vidy','ethereum','eip20',18,'0xc77b230f31b517f1ef362e59c173c2be6540b5e8');
INSERT OR REPLACE INTO TokenEntity VALUES('vidya','ethereum','eip20',18,'0x3d3d35bb9bec23b06ca00fe472b50e7a4c692c30');
INSERT OR REPLACE INTO TokenEntity VALUES('vies-token','cronos','cronos',18,'0xb1d4e07659c91872db927939f0bc6cd0747764bc');
INSERT OR REPLACE INTO TokenEntity VALUES('village','solana','spl',6,'YJWeeW5JBAQJuBrPLZxb42UeFMAAGtfC4NDvNRPbonk');
INSERT OR REPLACE INTO TokenEntity VALUES('vindax-coin','vindax-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('vine','solana','spl',6,'6AJcP7wuLwmRYLBNbi825wgguaPsWzPBEHcHndpRpump');
INSERT OR REPLACE INTO TokenEntity VALUES('vinuchain','binance-smart-chain','eip20',18,'0x2bf83d080d8bc4715984e75e5b3d149805d11751');
INSERT OR REPLACE INTO TokenEntity VALUES('vip-token','binance-smart-chain','eip20',9,'0x6759565574de509b7725abb4680020704b3f404e');
INSERT OR REPLACE INTO TokenEntity VALUES('viral-inu','solana','spl',6,'CgbJxXyaHeU8VsquBpySuFXA94b6LWXxioZ28wRr8fs9');
INSERT OR REPLACE INTO TokenEntity VALUES('viralmind','solana','spl',6,'HW7D5MyYG4Dz2C98axfjVBeLWpsEnofrqy6ZUwqwpump');
INSERT OR REPLACE INTO TokenEntity VALUES('virgen','base','eip20',18,'0xbf8566956b4e2d8beb90c4c19dbb8c67a9290c36');
INSERT OR REPLACE INTO TokenEntity VALUES('virgo','binance-smart-chain','eip20',8,'0xfb526228ff1c019e4604c7e7988c097d96bd5b70');
INSERT OR REPLACE INTO TokenEntity VALUES('virtual-usd','ethereum','eip20',6,'0x0bffdd787c83235f6f0afa0faed42061a4619b7a');
INSERT OR REPLACE INTO TokenEntity VALUES('virtue-poker','binance-smart-chain','eip20',18,'0xe069af87450fb51fc0d0e044617f1c134163e591');
INSERT OR REPLACE INTO TokenEntity VALUES('virtue-poker','ethereum','eip20',18,'0x5eeaa2dcb23056f4e8654a349e57ebe5e76b5e6e');
INSERT OR REPLACE INTO TokenEntity VALUES('virus-2','solana','spl',9,'DdcvRiEs4k2fXbHqeJBS5jgGD93rj1wu6u8WTL4vmBLV');
INSERT OR REPLACE INTO TokenEntity VALUES('vision-3','ethereum','eip20',18,'0x699ccf919c1dfdfa4c374292f42cadc9899bf753');
INSERT OR REPLACE INTO TokenEntity VALUES('vita-inu','binance-smart-chain','eip20',18,'0xfebe8c1ed424dbf688551d4e2267e7a53698f0aa');
INSERT OR REPLACE INTO TokenEntity VALUES('vita-inu','vite','vite',null,'tti_541b25bd5e5db35166864096');
INSERT OR REPLACE INTO TokenEntity VALUES('vitadao','ethereum','eip20',18,'0x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321');
INSERT OR REPLACE INTO TokenEntity VALUES('vitalik-smart-gas','ethereum','eip20',18,'0x58aea10748a00d1781d6651f9d78a414ea32ca46');
INSERT OR REPLACE INTO TokenEntity VALUES('vitality','iotex','iotex',null,'0xb8744ae4032be5e5ef9fab94ee9c3bf38d5d2ae0');
INSERT OR REPLACE INTO TokenEntity VALUES('vitarna','ethereum','eip20',18,'0x7b66e84be78772a3afaf5ba8c1993a1b5d05f9c2');
INSERT OR REPLACE INTO TokenEntity VALUES('vite','ethereum','eip20',18,'0xadd5e881984783dd432f80381fb52f45b53f3e70');
INSERT OR REPLACE INTO TokenEntity VALUES('vite','binance-smart-chain','eip20',18,'0x2794dad4077602ed25a88d03781528d1637898b4');
INSERT OR REPLACE INTO TokenEntity VALUES('vite','vite','vite',null,'tti_5649544520544f4b454e6e40');
INSERT OR REPLACE INTO TokenEntity VALUES('viva-2','solana','spl',9,'HaCUz8NfR9LqWVQvXqYxR2ast9BHsEScdgS941LKeBLV');
INSERT OR REPLACE INTO TokenEntity VALUES('vivi-coin','solana','spl',9,'9RUup1LmD5PBsnd23JmTy39wSwALB7JF7xMfUJP8K7je');
INSERT OR REPLACE INTO TokenEntity VALUES('vixco','ethereum','eip20',18,'0x49bf0220c9ce17e52dcca3d217231746d676085b');
INSERT OR REPLACE INTO TokenEntity VALUES('vlaunch-2','binance-smart-chain','eip20',18,'0xf574ba6bde97cc09784e616ebaed432b4e896b49');
INSERT OR REPLACE INTO TokenEntity VALUES('vndc','kardiachain','kardiachain',null,'0xeff34b63f55200a9d635b8abbbfcc719b4977864');
INSERT OR REPLACE INTO TokenEntity VALUES('vndc','ethereum','eip20',0,'0x1f3f677ecc58f6a1f9e2cf410df4776a8546b5de');
INSERT OR REPLACE INTO TokenEntity VALUES('vnx-swiss-franc','stellar','stellar',7,'VCHF-GDXLSLCOPPHTWOQXLLKSVN4VN3G67WD2ENU7UMVAROEYVJLSPSEWXIZN');
INSERT OR REPLACE INTO TokenEntity VALUES('vnx-swiss-franc','xrp','xrp',6,'VCHF-rLPtwF4FZi8bNVmbQ8JgoDUooozhwMNXr3');
INSERT OR REPLACE INTO TokenEntity VALUES('vnx-swiss-franc','tezos','tezos',18,'KT1LssxZqfQtRFv1CRkzX9E9gzap9iFrtWmq');
INSERT OR REPLACE INTO TokenEntity VALUES('vnx-swiss-franc','arbitrum-one','eip20',18,'0x02cea97794d2cfb5f560e1ff4e9c59d1bec75969');
INSERT OR REPLACE INTO TokenEntity VALUES('vnx-swiss-franc','polygon-pos','eip20',18,'0xcdb3867935247049e87c38ea270edd305d84c9ae');
INSERT OR REPLACE INTO TokenEntity VALUES('vnx-swiss-franc','avalanche','eip20',18,'0x228a48df6819ccc2eca01e2192ebafffdad56c19');
INSERT OR REPLACE INTO TokenEntity VALUES('vnx-swiss-franc','solana','spl',9,'AhhdRu5YZdjVkKR3wbnUDaymVQL2ucjMQ63sZ3LFHsch');
INSERT OR REPLACE INTO TokenEntity VALUES('vodra','ethereum','eip20',18,'0xed3d4e446a96dc3b181b64b75c3c70da41dc3cbe');
INSERT OR REPLACE INTO TokenEntity VALUES('volaris-games','base','eip20',18,'0x9c94e82d8751f16953f9c86e13ed9cd0414e6e97');
INSERT OR REPLACE INTO TokenEntity VALUES('volatilityx','base','eip20',18,'0x3f12d4607f9df527c3bccbd16a70636a69c8fcf5');
INSERT OR REPLACE INTO TokenEntity VALUES('volt-2','solana','spl',6,'FRsV3m924aGpLMuEekoo3JkkMt1oopaM4JY9ki5YLXrp');
INSERT OR REPLACE INTO TokenEntity VALUES('volt-inu-2','binance-smart-chain','eip20',9,'0x7db5af2b9624e1b3b4bb69d6debd9ad1016a58ac');
INSERT OR REPLACE INTO TokenEntity VALUES('volt-inu-2','ethereum','eip20',9,'0x7db5af2b9624e1b3b4bb69d6debd9ad1016a58ac');
INSERT OR REPLACE INTO TokenEntity VALUES('von','binance-smart-chain','eip20',18,'0xa4c3497b57c8b6d510f3707a1e9694fd791f45fb');
INSERT OR REPLACE INTO TokenEntity VALUES('vow','ethereum','eip20',18,'0x1bbf25e71ec48b84d773809b4ba55b6f4be946fb');
INSERT OR REPLACE INTO TokenEntity VALUES('voxies','polygon-pos','eip20',18,'0xd0258a3fd00f38aa8090dfee343f10a9d4d30d3f');
INSERT OR REPLACE INTO TokenEntity VALUES('vr1','solana','spl',9,'FTkP8Lq1yDz8EzC633Bkx8JLZ343QWXAoWzVndeQmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('vtrading','ethereum','eip20',18,'0x69cade383df52ec02562869da8aa146be08c5c3c');
INSERT OR REPLACE INTO TokenEntity VALUES('vulcan-forged','polygon-pos','eip20',18,'0x430ef9263e76dae63c84292c3409d61c598e9682');
INSERT OR REPLACE INTO TokenEntity VALUES('vulcan-forged','ethereum','eip20',18,'0x430ef9263e76dae63c84292c3409d61c598e9682');
INSERT OR REPLACE INTO TokenEntity VALUES('vvs-finance','cronos','cronos',null,'0x2d03bece6747adc00e1a131bba1469c15fd11e03');
INSERT OR REPLACE INTO TokenEntity VALUES('vyvo-smart-chain','polygon-pos','eip20',18,'0xcdf937995a55a9ab551d81b463ac0f7f02795368');
INSERT OR REPLACE INTO TokenEntity VALUES('vyvo-smart-chain','binance-smart-chain','eip20',18,'0xcdf937995a55a9ab551d81b463ac0f7f02795368');
INSERT OR REPLACE INTO TokenEntity VALUES('vyvo-smart-chain','vyvo-smart-chain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('w-ai-parked','bittensor','bittensor',null,'39');
INSERT OR REPLACE INTO TokenEntity VALUES('w-coin','binance-smart-chain','eip20',18,'0x19683a9d2a31508847a026dfe77f53a05a084444');
INSERT OR REPLACE INTO TokenEntity VALUES('wadzpay-token','ethereum','eip20',18,'0x4cff49d0a19ed6ff845a9122fa912abcfb1f68a6');
INSERT OR REPLACE INTO TokenEntity VALUES('waffles','solana','spl',6,'8doS8nzmgVZEaACxALkbK5fZtw4UuoRp4Yt8NEaXfDMb');
INSERT OR REPLACE INTO TokenEntity VALUES('wagerr','ethereum','eip20',8,'0xc237868a9c5729bdf3173dddacaa336a0a5bb6e0');
INSERT OR REPLACE INTO TokenEntity VALUES('wagerr','binance-smart-chain','eip20',18,'0xdbf8265b1d5244a13424f13977723acf5395eab2');
INSERT OR REPLACE INTO TokenEntity VALUES('waggle-network','solana','spl',9,'5tN42n9vMi6ubp67Uy4NnmM5DMZYN8aS8GeB3bEDHr6E');
INSERT OR REPLACE INTO TokenEntity VALUES('wagmi-game-2','ethereum','eip20',18,'0x3b604747ad1720c01ded0455728b62c0d2f100f0');
INSERT OR REPLACE INTO TokenEntity VALUES('wagyuswap','binance-smart-chain','eip20',18,'0x7fa7df4996ac59f398476892cfb195ed38543520');
INSERT OR REPLACE INTO TokenEntity VALUES('wagyuswap','velas','velas',null,'0xabf26902fd7b624e0db40d31171ea9dddf078351');
INSERT OR REPLACE INTO TokenEntity VALUES('wai-combinator-by-virtuals','base','eip20',18,'0x6112b8714221bbd96ae0a0032a683e38b475d06c');
INSERT OR REPLACE INTO TokenEntity VALUES('waifu-3','solana','spl',6,'D4yF6j16FitfzH6e3Q9yYXTwV1tzpy2yGkjouD5Hpump');
INSERT OR REPLACE INTO TokenEntity VALUES('walken','solana','spl',9,'EcQCUYv57C4V6RoPxkVUiDwtX1SP8y8FP5AEToYL8Az');
INSERT OR REPLACE INTO TokenEntity VALUES('wall-street-bets-dapp','binance-smart-chain','eip20',18,'0x22168882276e5d5e1da694343b41dd7726eeb288');
INSERT OR REPLACE INTO TokenEntity VALUES('wall-street-bets-dapp','ethereum','eip20',18,'0xe1590a6fa0cff9c960181cb77d8a873601772f64');
INSERT OR REPLACE INTO TokenEntity VALUES('wall-street-games','polygon-pos','eip20',18,'0x3c1bb39bb696b443a1d80bb2b3a3d950ba9dee87');
INSERT OR REPLACE INTO TokenEntity VALUES('wall-street-games','binance-smart-chain','eip20',18,'0xa58950f05fea2277d2608748412bf9f802ea4901');
INSERT OR REPLACE INTO TokenEntity VALUES('wall-street-memes','ethereum','eip20',18,'0xb62e45c3df611dce236a6ddc7a493d79f9dfadef');
INSERT OR REPLACE INTO TokenEntity VALUES('wall-street-pepe','ethereum','eip20',18,'0xccb365d2e11ae4d6d74715c680f56cf58bf4bf10');
INSERT OR REPLACE INTO TokenEntity VALUES('wall-street-shiba','ethereum','eip20',9,'0x9614bfb1dde843f379a86a0e7efd1eb9a4300962');
INSERT OR REPLACE INTO TokenEntity VALUES('walletnow','polygon-pos','eip20',18,'0x5d5530eb3147152fe78d5c4bfeede054c8d1442a');
INSERT OR REPLACE INTO TokenEntity VALUES('walletnow','fantom','eip20',18,'0xa9cad0165c155f3998b0001b3ef30bca0aa6b591');
INSERT OR REPLACE INTO TokenEntity VALUES('walletnow','binance-smart-chain','eip20',18,'0x56aa0237244c67b9a854b4efe8479cca0b105289');
INSERT OR REPLACE INTO TokenEntity VALUES('walletnow','huobi-token','huobi-token',null,'0x81c9309d8598fb863bbd337d35dcb6036bcd51ae');
INSERT OR REPLACE INTO TokenEntity VALUES('walrus-2','sui','sui',9,'0x356a26eb9e012a68958082340d4c4116e7f55615cf27affcff209cf0ae544f59::wal::WAL');
INSERT OR REPLACE INTO TokenEntity VALUES('waltonchain','ethereum','eip20',18,'0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74');
INSERT OR REPLACE INTO TokenEntity VALUES('wanchain','wanchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wander','ethereum','eip20',18,'0x25c31b1f93f846c7c8debfd05898f162740a4581');
INSERT OR REPLACE INTO TokenEntity VALUES('wander','base','eip20',18,'0xef0fd52e65ddcdc201e2055a94d2abff6ff10a7a');
INSERT OR REPLACE INTO TokenEntity VALUES('wannaswap','aurora','aurora',null,'0x7faa64faf54750a2e3ee621166635feaf406ab22');
INSERT OR REPLACE INTO TokenEntity VALUES('wanswap','wanchain','wanchain',null,'0x8b9f9f4aa70b1b0d586be8adfb19c1ac38e05e9a');
INSERT OR REPLACE INTO TokenEntity VALUES('warena','binance-smart-chain','eip20',18,'0xa9d75cc3405f0450955050c520843f99aff8749d');
INSERT OR REPLACE INTO TokenEntity VALUES('warped-games','ethereum','eip20',18,'0x6af53c6ec427525f7240e211941223288a0e7c66');
INSERT OR REPLACE INTO TokenEntity VALUES('warrior-coin','solana','spl',6,'3fP61JWqLxxrvBv5NSxJdAz4GtCB7UpfU3UFxZTgj1yG');
INSERT OR REPLACE INTO TokenEntity VALUES('wasder','ethereum','eip20',18,'0x0c572544a4ee47904d54aaa6a970af96b6f00e1b');
INSERT OR REPLACE INTO TokenEntity VALUES('waste-coin','ethereum','eip20',18,'0x910c4da718caf4ee38ce5c2490cddaeca689204e');
INSERT OR REPLACE INTO TokenEntity VALUES('watcoin-2','the-open-network','the-open-network',18,'EQAnOBmSoqfNfw_bGEYVjuG56qLQXcRGBV47LiAnZq5Pxfvo');
INSERT OR REPLACE INTO TokenEntity VALUES('waterbear','solana','spl',6,'9PSsX8SZAQLm3QaMqQkfWDKFPF1zKYtV2H8xq7tApump');
INSERT OR REPLACE INTO TokenEntity VALUES('waterfall-governance-token','avalanche','eip20',18,'0x873801ae2ff12d816db9a7b082f5796bec64c82c');
INSERT OR REPLACE INTO TokenEntity VALUES('waterfall-governance-token','binance-smart-chain','eip20',18,'0xd73f32833b6d5d9c8070c23e599e283a3039823c');
INSERT OR REPLACE INTO TokenEntity VALUES('waterneuron','internet-computer','internet-computer',8,'jcmow-hyaaa-aaaaq-aadlq-cai');
INSERT OR REPLACE INTO TokenEntity VALUES('waultswap','binance-smart-chain','eip20',18,'0xa9c41a46a6b3531d28d5c32f6633dd2ff05dfb90');
INSERT OR REPLACE INTO TokenEntity VALUES('waveform','solana','spl',6,'5XUUN5z1yBPEwoLztu4qMenmFe6GQnZptBFsnFnEpump');
INSERT OR REPLACE INTO TokenEntity VALUES('waveform-by-virtuals','base','eip20',18,'0x64712fbdf19ae8b5b3b6d0478750e3d5e1a17718');
INSERT OR REPLACE INTO TokenEntity VALUES('waves','ethereum','eip20',18,'0x1cf4592ebffd730c7dc92c1bdffdfc3b9efcf29a');
INSERT OR REPLACE INTO TokenEntity VALUES('waves-ducks','waves','waves',null,'C1iWsKGqLwjHUndiQ7iXpdmPum9PeCDFfyXBdJJosDRS');
INSERT OR REPLACE INTO TokenEntity VALUES('waves-ducks','ethereum','eip20',18,'0xc2708a3a4ba7f64bddc1a49f92f941bc77cad23a');
INSERT OR REPLACE INTO TokenEntity VALUES('waves-ducks','binance-smart-chain','eip20',18,'0x889efce29fa0bb9b26be9fda17a8003f4e8da4de');
INSERT OR REPLACE INTO TokenEntity VALUES('waves-ducks','polygon-pos','eip20',18,'0x51de72b17c7bd12e9e6d69eb506a669eb6b5249e');
INSERT OR REPLACE INTO TokenEntity VALUES('waves-enterprise','waves','waves',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wax','wax','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('waxe','ethereum','eip20',8,'0x7a2bc711e19ba6aff6ce8246c546e8c4b4944dfd');
INSERT OR REPLACE INTO TokenEntity VALUES('wayawolfcoin','wayawolfcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wayfinder','base','eip20',18,'0x30c7235866872213f68cb1f08c37cb9eccb93452');
INSERT OR REPLACE INTO TokenEntity VALUES('wayfinder','ethereum','eip20',18,'0x28d38df637db75533bd3f71426f3410a82041544');
INSERT OR REPLACE INTO TokenEntity VALUES('waygu-cash','solana','spl',6,'Amt5VWsJyZcfeort8WP76SUGxHUdkGQ9ybotZLhtTQSP');
INSERT OR REPLACE INTO TokenEntity VALUES('waykichain-governance-coin','waykichain-governance-coin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wazirx','binancecoin','bep2',8,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wazirx','binance-smart-chain','eip20',8,'0x8e17ed70334c87ece574c9d537bc153d8609e2a3');
INSERT OR REPLACE INTO TokenEntity VALUES('wazirx','polygon-pos','eip20',8,'0x72d6066f486bd0052eefb9114b66ae40e0a6031a');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','moonriver','moonriver',null,'0x2bf9b864cdc97b08b6d79ad4663e71b8ab65c45c');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','fantom','eip20',18,'0xd67de0e0a0fd7b15dc8348bb9be742f3c5850454');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','meter','meter',null,'0xf8bbb44e6fd13632d36fe09eb61820f9a44f5d74');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','conflux','conflux',null,'0x94bd7a37d2ce24cc597e158facaa8d601083ffec');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','fuse','fuse',null,'0x6acb34b1df86e254b544189ec32cf737e2482058');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','avalanche','eip20',18,'0x264c1383ea520f73dd837f915ef3a732e204a493');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','theta','theta',null,'0xdff772186ace9b5513fb46d7b05b36efa0a4a20d');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','shiden network','shiden network',null,'0x332730a4f6e03d9c55829435f10360e13cfa41ff');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','harmony-shard-0','harmony-shard-0',null,'0x673d2ec54e0a6580fc7e098295b70e3ce0350d03');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','milkomeda-cardano','milkomeda-cardano',null,'0xfbdd194376de19a88118e84e279b977f165d01b8');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','binance-smart-chain','eip20',18,'0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','elastos','elastos',null,'0x51b85f3889c7ea8f6d5edebfbadada0fdce236c9');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','telos','telos',null,'0x2c78f1b70ccf63cdee49f9233e9faa99d43aa07e');
INSERT OR REPLACE INTO TokenEntity VALUES('wbnb','polygon-pos','eip20',18,'0xa649325aa7c5093d12d6f98eb4378deae68ce23f');
INSERT OR REPLACE INTO TokenEntity VALUES('wdash','wdash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wdash','binance-smart-chain','eip20',8,'0xcbfb0d98151d03ef8bb71fa668f57df5e3fb4673');
INSERT OR REPLACE INTO TokenEntity VALUES('we-love-t','solana','spl',9,'23CTZMjEYNNZUE4itfn3iv6kgM4xn7X7dx1kVX1Gr8Xi');
INSERT OR REPLACE INTO TokenEntity VALUES('weatherxm-network','ethereum','eip20',18,'0xde654f497a563dd7a121c176a125dd2f11f13a83');
INSERT OR REPLACE INTO TokenEntity VALUES('weatherxm-network','arbitrum-one','eip20',18,'0xb6093b61544572ab42a0e43af08abafd41bf25a6');
INSERT OR REPLACE INTO TokenEntity VALUES('weatherxm-network','solana','spl',9,'wxmJYe17a2oGJZJ1wDe6ZyRKUKmrLj2pJsavEdTVhPP');
INSERT OR REPLACE INTO TokenEntity VALUES('web-3-dollar','ethereum','eip20',18,'0x0d86883faf4ffd7aeb116390af37746f45b6f378');
INSERT OR REPLACE INTO TokenEntity VALUES('web-3-dollar','base','eip20',18,'0xefb97aaf77993922ac4be4da8fbc9a2425322677');
INSERT OR REPLACE INTO TokenEntity VALUES('web-agents-autoppia','bittensor','bittensor',null,'36');
INSERT OR REPLACE INTO TokenEntity VALUES('web3frontier','binance-smart-chain','eip20',18,'0xc01444175ff3c39047f1548507cdf2183dc55e06');
INSERT OR REPLACE INTO TokenEntity VALUES('web3shot','binance-smart-chain','eip20',18,'0x71d03f5cbf039febcc6ee8dbe20bc9ba3ea874fe');
INSERT OR REPLACE INTO TokenEntity VALUES('webchain','webchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('weble-ecosystem-token','binance-smart-chain','eip20',18,'0x632b8c4e95b2f8a9309417f8d990ab9c04c77369');
INSERT OR REPLACE INTO TokenEntity VALUES('weble-ecosystem-token','avalanche','eip20',18,'0xb1466d4cf0dcfc0bcddcf3500f473cdacb88b56d');
INSERT OR REPLACE INTO TokenEntity VALUES('weble-ecosystem-token','polygon-pos','eip20',18,'0x632b8c4e95b2f8a9309417f8d990ab9c04c77369');
INSERT OR REPLACE INTO TokenEntity VALUES('wecan','ethereum','eip20',18,'0xea60cd69f2b9fd6eb067bddbbf86a5bdeffbbc55');
INSERT OR REPLACE INTO TokenEntity VALUES('wecoown','ethereum','eip20',18,'0xc014186cf1ba36032aaec7f96088f09eb3934347');
INSERT OR REPLACE INTO TokenEntity VALUES('weed-token','solana','spl',6,'E2gLkTXSbbTMmJM19xkquawun2ShJSi7G59A8c2PtbFa');
INSERT OR REPLACE INTO TokenEntity VALUES('wefi','binance-smart-chain','eip20',18,'0x90c48855bb69f9d2c261efd0d8c7f35990f2dd6f');
INSERT OR REPLACE INTO TokenEntity VALUES('weld','binance-smart-chain','eip20',18,'0x5b6ebb33eea2d12eefd4a9b2aeaf733231169684');
INSERT OR REPLACE INTO TokenEntity VALUES('weld','ethereum','eip20',18,'0xdd2a36ae937bc134ea694d77fc7e2e36f5d86de0');
INSERT OR REPLACE INTO TokenEntity VALUES('welf','ethereum','eip20',18,'0x2a92525fda8d3ab481f8e2a913b64b64bd1c9fdd');
INSERT OR REPLACE INTO TokenEntity VALUES('welshare-health-token','ethereum','eip20',18,'0x1e762e1fac176bbb341656035daf5601b1c69be5');
INSERT OR REPLACE INTO TokenEntity VALUES('welups-blockchain','welups-blockchain','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wemix-dollar','wemix-network','wemix-network',18,'0x8e81fcc2d4a3baa0ee9044e0d7e36f59c9bba9c1');
INSERT OR REPLACE INTO TokenEntity VALUES('wemix-token','kaia','eip20',18,'0x5096db80b21ef45230c9e423c373f1fc9c0198dd');
INSERT OR REPLACE INTO TokenEntity VALUES('wen-4','solana','spl',5,'WENWENvqqNya429ubCdR81ZmD69brwQaaBYY6p3LCpk');
INSERT OR REPLACE INTO TokenEntity VALUES('wepower','ethereum','eip20',18,'0x4cf488387f035ff08c371515562cba712f9015d4');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','moonbeam','moonbeam',null,'0xfa9343c3897324496a05fc75abed6bac29f8a40f');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','elastos','elastos',null,'0x802c3e839e4fdb10af583e3e759239ec7703501e');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','astar','astar',null,'0x81ecac0d6be0550a00ff064a4f9dd2400585fe9c');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','aurora','aurora',null,'0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','sx-network','sx-network',null,'0xa173954cc4b1810c0dbdb007522adbc182dab380');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','kava','kava',null,'0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','metis-andromeda','metis-andromeda',null,'0x420000000000000000000000000000000000000a');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','fuse','fuse',null,'0xa722c13135930332eb3d749b2f0906559d2c5b99');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','cube','cube',null,'0x57eea49ec1087695274a9c4f341e414eb64328c2');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','kucoin-community-chain','kucoin-community-chain',null,'0xf55af137a98607f7ed2efefa4cd2dfe70e4253b1');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','moonriver','moonriver',null,'0x639a647fbe20b6c8ac19e48e2de44ea792c62c5c');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','tomochain','tomochain',null,'0x2eaa73bd0db20c64f53febea7b5f5e5bccc7fb8b');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','kardiachain','kardiachain',null,'0x1540020a94aa8bc189aa97639da213a4ca49d9a7');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','meter','meter',null,'0x79a61d3a28f8c8537a3df63092927cfa1150fb3c');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','theta','theta',null,'0x3674d64aab971ab974b2035667a4b3d09b5ec2b3');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','arbitrum-one','eip20',18,'0x82af49447d8a07e3bd95bd0d56f35241523fbab1');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','harmony-shard-0','harmony-shard-0',null,'0x6983d1e6def3690c4d616b13597a09e6193ea013');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','fantom','eip20',18,'0x74b23882a30290451a17c44f4f05243b6b58c76d');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','optimistic-ethereum','eip20',18,'0x4200000000000000000000000000000000000006');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','tron','eip20',18,'THb4CqiFdwNHsWsQCs4JhzwjMWys4aqCbF');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','avalanche','eip20',18,'0x49d5c2bdffac6ce2bfdb6640f4f80f226bc10bab');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','polygon-pos','eip20',18,'0x7ceb23fd6bc0add59e62ac25578270cff1b9f619');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','ethereum','eip20',18,'0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','cronos','cronos',null,'0xe44fd7fcb2b1581822d0c862b68222998a0c299a');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','boba','boba',null,'0xdeaddeaddeaddeaddeaddeaddeaddeaddead0000');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','ronin','ronin',null,'0xc99a6a985ed2cac1ef41640596c5a5f9f4e19ef5');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','celo','celo',null,'0x2def4285787d58a2f811af24755a8150622f4361');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','sora','sora',null,'0x0200070000000000000000000000000000000000000000000000000000000000');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','gnosis','eip20',18,'0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','telos','telos',null,'0xfa9343c3897324496a05fc75abed6bac29f8a40f');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','syscoin','syscoin',null,'0x7c598c96d02398d89fbcb9d41eab3df0c16f227d');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','milkomeda-cardano','milkomeda-cardano',null,'0xe3f5a90f9cb311505cd691a46596599aa1a0ad7d');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','conflux','conflux',null,'0xa47f43de2f9623acb395ca4905746496d2014d57');
INSERT OR REPLACE INTO TokenEntity VALUES('weth','cosmos','cosmos',null,'ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5');
INSERT OR REPLACE INTO TokenEntity VALUES('weway','ethereum','eip20',18,'0x9ab70e92319f0b9127df78868fd3655fb9f1e322');
INSERT OR REPLACE INTO TokenEntity VALUES('weway','binance-smart-chain','eip20',18,'0x9ab70e92319f0b9127df78868fd3655fb9f1e322');
INSERT OR REPLACE INTO TokenEntity VALUES('wexo','base','eip20',18,'0xac12f930318be4f9d37f602cbf89cd33e99aa9d4');
INSERT OR REPLACE INTO TokenEntity VALUES('wexo','ethereum','eip20',18,'0xf31698ddad0d11160fe85c500397a470cd3d492e');
INSERT OR REPLACE INTO TokenEntity VALUES('wfca','ethereum','eip20',18,'0xae4533189c7281501f04ba4b7c37e3aded402902');
INSERT OR REPLACE INTO TokenEntity VALUES('whale','ethereum','eip20',4,'0x9355372396e3f6daf13359b7b607a3374cc638e0');
INSERT OR REPLACE INTO TokenEntity VALUES('whale-2','binance-smart-chain','eip20',18,'0x96e8d3a52dd950aacc8d1749932e1c14bc76e371');
INSERT OR REPLACE INTO TokenEntity VALUES('whaleroom','ethereum','eip20',18,'0x2af72850c504ddd3c1876c66a914caee7ff8a46a');
INSERT OR REPLACE INTO TokenEntity VALUES('whales-market','solana','spl',null,'GTH3wG3NErjwcf7VGCoXEXkgXSHvYhx5gtATeeM5JAS1');
INSERT OR REPLACE INTO TokenEntity VALUES('whine-coin','solana','spl',6,'ATeTQcUkWGs7AZ15mCiFUWCW9EUL7KpDZEHCN1Y8pump');
INSERT OR REPLACE INTO TokenEntity VALUES('whiskey','solana','spl',6,'9UNqoPEXXxEnEphmyYsZYdL5dnmAUtdiKRUchpnUF5Ph');
INSERT OR REPLACE INTO TokenEntity VALUES('whisp','solana','spl',6,'whispF7G9DHaojYHe2cdhRX5EMJzGBdqq7R57kL6inL');
INSERT OR REPLACE INTO TokenEntity VALUES('white-bike','solana','spl',6,'B7NTLeYoniuzqsi4VBFieg8goh5MtbL1NNnkm9mjNDxY');
INSERT OR REPLACE INTO TokenEntity VALUES('whitebit','whitebit','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('whitecoin','whitecoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('whiteheart','ethereum','eip20',18,'0x5f0e628b693018f639d10e4a4f59bd4d8b2b6b44');
INSERT OR REPLACE INTO TokenEntity VALUES('whiterock','ethereum','eip20',18,'0x9cdf242ef7975d8c68d5c1f5b6905801699b1940');
INSERT OR REPLACE INTO TokenEntity VALUES('whole-earth-coin','ethereum','eip20',18,'0xcc1a8bd438bebc4b2a885a34475bb974f2124317');
INSERT OR REPLACE INTO TokenEntity VALUES('whole-earth-coin','binance-smart-chain','eip20',18,'0x3623f2b63d8f50b477849d29e7c9a6625331e89d');
INSERT OR REPLACE INTO TokenEntity VALUES('why','binance-smart-chain','eip20',18,'0x9ec02756a559700d8d9e79ece56809f7bcc5dc27');
INSERT OR REPLACE INTO TokenEntity VALUES('whyyoutouzhele','solana','spl',6,'HhUVkZ1qz8vfMqZDemLyxBFxrHFKVSYAk7a6227Lpump');
INSERT OR REPLACE INTO TokenEntity VALUES('wibegram','binance-smart-chain','eip20',18,'0x25d624e571d6d7b32729b11ddbbd96fe89af44e1');
INSERT OR REPLACE INTO TokenEntity VALUES('wibx','ethereum','eip20',18,'0xbb97e381f1d1e94ffa2a5844f6875e6146981009');
INSERT OR REPLACE INTO TokenEntity VALUES('wife-changing-money-2','avalanche','eip20',18,'0xe088d859d8bce513b76dc11c05d559254e28a336');
INSERT OR REPLACE INTO TokenEntity VALUES('wifedoge','binance-smart-chain','eip20',9,'0x07b36f2549291d320132712a1e64d3826b1fb4d7');
INSERT OR REPLACE INTO TokenEntity VALUES('wiki-cat','binance-smart-chain','eip20',18,'0x6ec90334d89dbdc89e08a133271be3d104128edb');
INSERT OR REPLACE INTO TokenEntity VALUES('wilder-world','ethereum','eip20',18,'0x2a3bff78b79a009976eea096a51a948a3dc00e34');
INSERT OR REPLACE INTO TokenEntity VALUES('win-3','ethereum','eip20',8,'0xb10cb07ca2cdac77fbb5707f6690301f9d036f45');
INSERT OR REPLACE INTO TokenEntity VALUES('wine-shares','avalanche','eip20',18,'0xc55036b5348cfb45a932481744645985010d3a44');
INSERT OR REPLACE INTO TokenEntity VALUES('wing-finance','ontology','ontology',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wink','tron','eip20',6,'TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7');
INSERT OR REPLACE INTO TokenEntity VALUES('wink-2','polygon-pos','eip20',18,'0x8c3441e7b9aa8a30a542dde048dd067de2802e9b');
INSERT OR REPLACE INTO TokenEntity VALUES('wink-3','avalanche','eip20',18,'0x7698a5311da174a95253ce86c21ca7272b9b05f8');
INSERT OR REPLACE INTO TokenEntity VALUES('winklink-bsc','binance-smart-chain','eip20',18,'0xaef0d72a118ce24fee3cd1d43d383897d05b4e99');
INSERT OR REPLACE INTO TokenEntity VALUES('winnie-the-poodle','solana','spl',6,'4ZrxMzvqQ8f37ViijJTYp3FZqFTkG47rZhETx2dPpump');
INSERT OR REPLACE INTO TokenEntity VALUES('winr-protocol','arbitrum-one','eip20',18,'0xd77b108d4f6cefaa0cae9506a934e825becca46e');
INSERT OR REPLACE INTO TokenEntity VALUES('winternomics-tv','solana','spl',6,'2GXmB95pGD3pHV4mzNq7YsmyiEmVYWQLptbwYqgdpump');
INSERT OR REPLACE INTO TokenEntity VALUES('wipemyass','solana','spl',9,'9ae76zqD3cgzR9gvf5Thc2NN3ACF7rqqnrLqxNzgcre6');
INSERT OR REPLACE INTO TokenEntity VALUES('wirex','avalanche','eip20',18,'0xfcde4a87b8b6fa58326bb462882f1778158b02f1');
INSERT OR REPLACE INTO TokenEntity VALUES('wirex','stellar','stellar',7,'WXT-GASBLVHS5FOABSDNW5SPPH3QRJYXY5JHA2AOA2QHH2FJLZBRXSG4SWXT');
INSERT OR REPLACE INTO TokenEntity VALUES('wirex','ethereum','eip20',18,'0xa02120696c7b8fe16c09c749e4598819b2b0e915');
INSERT OR REPLACE INTO TokenEntity VALUES('wisdomise','polygon-pos','eip20',6,'0x5f2f8818002dc64753daedf4a6cb2ccb757cd220');
INSERT OR REPLACE INTO TokenEntity VALUES('wise-monkey','binance-smart-chain','eip20',18,'0x59e69094398afbea632f8bd63033bdd2443a3be1');
INSERT OR REPLACE INTO TokenEntity VALUES('wise-token11','ethereum','eip20',18,'0x66a0f676479cee1d7373f3dc2e2952778bff5bd6');
INSERT OR REPLACE INTO TokenEntity VALUES('wise-token11','harmony-shard-0','harmony-shard-0',null,'0xe7e3c4d1cfc722b45a428736845b6aff862842a1');
INSERT OR REPLACE INTO TokenEntity VALUES('wistaverse','polygon-pos','eip20',18,'0xb7042c40de76cfc607ac05e68f9c28a778f0c8a6');
INSERT OR REPLACE INTO TokenEntity VALUES('witch-token','ethereum','eip20',18,'0xdc524e3c6910257744c1f93cf15e9f472b5bd236');
INSERT OR REPLACE INTO TokenEntity VALUES('witnet','witnet','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wizard-gang','solana','spl',6,'8oosbx7jJrZxm5m4ThKhBpvwwG4QpoAe6i4GiG19pump');
INSERT OR REPLACE INTO TokenEntity VALUES('wizard-vault-nftx','ethereum','eip20',18,'0x87931e7ad81914e7898d07c68f145fc0a553d8fb');
INSERT OR REPLACE INTO TokenEntity VALUES('wizarre-scroll','binance-smart-chain','eip20',18,'0x52c1751c89fc913ed274d72e8d56dce4ee44a5cf');
INSERT OR REPLACE INTO TokenEntity VALUES('wlf-token','ethereum','eip20',18,'0xd1bb58e1f2ee11ff62aea1225a6f210467863031');
INSERT OR REPLACE INTO TokenEntity VALUES('wmatic','astar','astar',null,'0xdd90e5e87a2081dcf0391920868ebc2ffb81a1af');
INSERT OR REPLACE INTO TokenEntity VALUES('wmatic','fantom','eip20',18,'0x40df1ae6074c35047bff66675488aa2f9f6384f3');
INSERT OR REPLACE INTO TokenEntity VALUES('wmatic','sx-network','sx-network',null,'0xfa6f64dfbad14e6883321c2f756f5b22ff658f9c');
INSERT OR REPLACE INTO TokenEntity VALUES('wmatic','iotex','iotex',null,'0x8e66c0d6b70c0b23d39f4b21a1eac52bba8ed89a');
INSERT OR REPLACE INTO TokenEntity VALUES('wmatic','polygon-pos','eip20',18,'0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270');
INSERT OR REPLACE INTO TokenEntity VALUES('wmatic','telos','telos',null,'0x332730a4f6e03d9c55829435f10360e13cfa41ff');
INSERT OR REPLACE INTO TokenEntity VALUES('wojak','ethereum','eip20',18,'0x5026f006b85729a8b14553fae6af249ad16c9aab');
INSERT OR REPLACE INTO TokenEntity VALUES('wojak-3','solana','spl',6,'7oLWGMuGbBm9uwDmffSdxLE98YChFAH1UdY5XpKYLff8');
INSERT OR REPLACE INTO TokenEntity VALUES('wojak-finance','smartbch','smartbch',null,'0x8d7ea0ec6cab515463121a3c70df541f2f534909');
INSERT OR REPLACE INTO TokenEntity VALUES('wojak-finance','binance-smart-chain','eip20',9,'0x55f96c7005d7c684a65ee653b07b5fe1507c56ab');
INSERT OR REPLACE INTO TokenEntity VALUES('wolf-2','solana','spl',6,'BTr5SwWSKPBrdUzboi2SVr1QvSjmh1caCYUkxsxLpump');
INSERT OR REPLACE INTO TokenEntity VALUES('wolf-game-wool','ethereum','eip20',18,'0x8355dbe8b0e275abad27eb843f3eaf3fc855e525');
INSERT OR REPLACE INTO TokenEntity VALUES('wolfi-2','avalanche','eip20',18,'0x5ddc8d968a94cf95cfeb7379f8372d858b9c797d');
INSERT OR REPLACE INTO TokenEntity VALUES('wolfsafepoorpeople','binance-smart-chain','eip20',0,'0x46d502fac9aea7c5bc7b13c8ec9d02378c33d36f');
INSERT OR REPLACE INTO TokenEntity VALUES('wolfsafepoorpeople-polygon','polygon-pos','eip20',18,'0x46d502fac9aea7c5bc7b13c8ec9d02378c33d36f');
INSERT OR REPLACE INTO TokenEntity VALUES('wom-token','ethereum','eip20',18,'0xbd356a39bff2cada8e9248532dd879147221cf76');
INSERT OR REPLACE INTO TokenEntity VALUES('woman-yelling-at-cat','solana','spl',6,'BEgBsVSKJSxreiCE1XmWWq8arnwit7xDqQXSWYgay9xP');
INSERT OR REPLACE INTO TokenEntity VALUES('wonderland','avalanche','eip20',9,'0xb54f16fb19478766a268f172c9480f8da1a7c9c3');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','fantom','eip20',18,'0x6626c47c00f1d87902fc13eecfac3ed06d5e8d8a');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','ethereum','eip20',18,'0x4691937a7508860f876c9c0a2a617e7d9e945d4b');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','huobi-token','huobi-token',null,'0x3befb2308bce92da97264077faf37dcd6c8a75e6');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','polygon-pos','eip20',18,'0x1b815d120b3ef02039ee11dc2d33de7aa4a8c603');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','binance-smart-chain','eip20',18,'0x4691937a7508860f876c9c0a2a617e7d9e945d4b');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','arbitrum-one','eip20',18,'0xcafcd85d8ca7ad1e1c6f82f651fa15e33aefd07b');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','avalanche','eip20',18,'0xabc9547b534519ff73921b1fba6e672b5f58d083');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','okex-chain','okex-chain',null,'0x5427a224e50a9af4d030aeecd2a686d41f348dfe');
INSERT OR REPLACE INTO TokenEntity VALUES('woo-network','solana','spl',6,'E5rk3nmgLUuKUiS94gg4bpWwWwyjCMtddsAXkTFLtHEy');
INSERT OR REPLACE INTO TokenEntity VALUES('woof-token','solana','spl',6,'9nEqaUcb16sQ3Tn1psbkWqyhPdLmfHWjKGymREjsAgTE');
INSERT OR REPLACE INTO TokenEntity VALUES('woofi-the-genius-dog','solana','spl',9,'5UF9Q7tdkGnZy8MoMrYqe6tcAZJbSaNWMGuUnJajmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('woonkly-power','binance-smart-chain','eip20',18,'0x8b303d5bbfbbf46f1a4d9741e491e06986894e18');
INSERT OR REPLACE INTO TokenEntity VALUES('woonkly-power','ethereum','eip20',18,'0xaad483f97f13c6a20b9d05d07c397ce85c42c393');
INSERT OR REPLACE INTO TokenEntity VALUES('workloop-ai','ethereum','eip20',9,'0x371d62f8ac252db7f88786e39f0880c35146c6c5');
INSERT OR REPLACE INTO TokenEntity VALUES('world-assets','ethereum','eip20',18,'0x7575c2e267a1a2ff98ac65bc26d40c948989031b');
INSERT OR REPLACE INTO TokenEntity VALUES('world-cat','world-chain','world-chain',18,'0x6770a7133bd0d74f95e4c9e9b7735bb4cd5653a6');
INSERT OR REPLACE INTO TokenEntity VALUES('world-earn-play-community','ethereum','eip20',18,'0x94b2d91aa89ba30f2e080205c14e83fcdee310dd');
INSERT OR REPLACE INTO TokenEntity VALUES('world-liberty-financial','solana','spl',6,'WLFinEv6ypjkczcS83FZqFpgFZYwQXutRbxGe7oC16g');
INSERT OR REPLACE INTO TokenEntity VALUES('world-liberty-financial','ethereum','eip20',18,'0xda5e1988097297dcdc1f90d4dfe7909e847cbef6');
INSERT OR REPLACE INTO TokenEntity VALUES('world-mobile-token','cardano','cardano',null,'1d7f33bd23d85e1a25d87d86fac4f199c3197a2f7afeb662a0f34e1e776f726c646d6f62696c65746f6b656e');
INSERT OR REPLACE INTO TokenEntity VALUES('world-of-dypians','binance-smart-chain','eip20',18,'0xb994882a1b9bd98a71dd6ea5f61577c42848b0e8');
INSERT OR REPLACE INTO TokenEntity VALUES('world3','binance-smart-chain','eip20',18,'0x1e3dbc0aad9671fdd31e58b2fcc6cf1ca9947994');
INSERT OR REPLACE INTO TokenEntity VALUES('worldcoin-wld','ethereum','eip20',18,'0x163f8c2467924be0ae7b5347228cabf260318753');
INSERT OR REPLACE INTO TokenEntity VALUES('worldcoin-wld','optimistic-ethereum','eip20',18,'0xdc6ff44d5d932cbd77b52e5612ba0529dc6226f1');
INSERT OR REPLACE INTO TokenEntity VALUES('worldcore','ethereum','eip20',6,'0x72adadb447784dd7ab1f472467750fc485e4cb2d');
INSERT OR REPLACE INTO TokenEntity VALUES('worlds-first-memecoin','solana','spl',6,'HtrmuNs4nESVg5i8gHyufDpGN5HHKqPmFfbQV9yupump');
INSERT OR REPLACE INTO TokenEntity VALUES('worldshards','ethereum','eip20',18,'0x6efe65c2426b51e9aa0427b96c313e5d8715fd06');
INSERT OR REPLACE INTO TokenEntity VALUES('worldshards','binance-smart-chain','eip20',18,'0x38fd4ee2ade8b4be157dfee3d6b8979c78a56145');
INSERT OR REPLACE INTO TokenEntity VALUES('worldwide-usd','ethereum','eip20',18,'0x7cd017ca5ddb86861fa983a34b5f495c6f898c41');
INSERT OR REPLACE INTO TokenEntity VALUES('worldwide-usd','tomochain','tomochain',18,'0xe148489f3725c012bc201ab4cfce0a16c112f0a8');
INSERT OR REPLACE INTO TokenEntity VALUES('worldwide-usd','polygon-pos','eip20',18,'0x7cd017ca5ddb86861fa983a34b5f495c6f898c41');
INSERT OR REPLACE INTO TokenEntity VALUES('wormhole','base','eip20',18,'0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91');
INSERT OR REPLACE INTO TokenEntity VALUES('wormhole','solana','spl',null,'85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ');
INSERT OR REPLACE INTO TokenEntity VALUES('wormhole','arbitrum-one','eip20',18,'0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91');
INSERT OR REPLACE INTO TokenEntity VALUES('wormhole','ethereum','eip20',18,'0xb0ffa8000886e57f86dd5264b9582b2ad87b2b91');
INSERT OR REPLACE INTO TokenEntity VALUES('wormhole-bridged-wsteth-bsc','binance-smart-chain','eip20',18,'0x26c5e01524d2e6280a48f2c50ff6de7e52e9611c');
INSERT OR REPLACE INTO TokenEntity VALUES('worthless','solana','spl',6,'4RTbHnEdLGHGdRQkBXopm3oqaACCpNKrzRoTNPh17mdY');
INSERT OR REPLACE INTO TokenEntity VALUES('worthless-coin-2','solana','spl',6,'iUdvUaxyRHh8PYVcmkgBpSJu5evpW6jsSLv8RCpmoon');
INSERT OR REPLACE INTO TokenEntity VALUES('would','solana','spl',6,'J1Wpmugrooj1yMyQKrdZ2vwRXG5rhfx3vTnYE39gpump');
INSERT OR REPLACE INTO TokenEntity VALUES('wownero','wownero','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('wowswap','ethereum','eip20',18,'0x3405a1bd46b85c5c029483fbecf2f3e611026e45');
INSERT OR REPLACE INTO TokenEntity VALUES('wowswap','huobi-token','huobi-token',null,'0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73');
INSERT OR REPLACE INTO TokenEntity VALUES('wowswap','polygon-pos','eip20',18,'0x855d4248672a1fce482165e8dbe1207b94b1968a');
INSERT OR REPLACE INTO TokenEntity VALUES('wowswap','iotex','iotex',null,'io16e77pc9ql4a3thyrfzaehe6z70zc2pz5x60q22');
INSERT OR REPLACE INTO TokenEntity VALUES('wowswap','binance-smart-chain','eip20',18,'0x4da996c5fe84755c80e108cf96fe705174c5e36a');
INSERT OR REPLACE INTO TokenEntity VALUES('wowswap','avalanche','eip20',18,'0xa384bc7cdc0a93e686da9e7b8c0807cd040f4e0b');
INSERT OR REPLACE INTO TokenEntity VALUES('wowswap','metis-andromeda','metis-andromeda',null,'0x5ce34d9abe4bf239cbc08b89287c87f4cd6d80b7');
INSERT OR REPLACE INTO TokenEntity VALUES('wozx','ethereum','eip20',18,'0x34950ff2b487d9e5282c5ab342d08a2f712eb79f');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-arbitrum-gho','arbitrum-one','eip20',18,'0xd089b4cb88dacf4e27be869a00e9f7e2e3c18193');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-arbitrum-usdcn','arbitrum-one','eip20',6,'0x7f6501d3b98ee91f9b9535e4b0ac710fb0f9e0bc');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-base-gho','base','eip20',18,'0x88b1cd4b430d95b406e382c3cdbae54697a0286e');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-base-usdc','base','eip20',6,'0xc768c589647798a6ee01a91fde98ef2ed046dbd6');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-ethereum-lido-gho','ethereum','eip20',18,'0xc71ea051a5f82c67adcf634c36ffe6334793d24c');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-ethereum-lido-weth','ethereum','eip20',18,'0x0fe906e030a44ef24ca8c7dc7b7c53a6c4f00ce9');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-ethereum-lido-wsteth','ethereum','eip20',18,'0x775f661b0bd1739349b9a2a3ef60be277c5d2d29');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-ethereum-usdc','ethereum','eip20',6,'0xd4fa2d31b7968e448877f69a96de69f5de8cd23e');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-ethereum-usdt','ethereum','eip20',6,'0x7bc3485026ac48b6cf9baf0a377477fff5703af8');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-ethereum-weth','ethereum','eip20',18,'0x0bfc9d54fc184518a81162f8fb99c2eaca081202');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-gnosis-wsteth','xdai','xdai',18,'0x773cda0cade2a3d86e6d4e30699d40bb95174ff2');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-plasma-usde','plasma','plasma',18,'0xc63f1a8c0cd4493e18f6f3371182be01ce0bef02');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-aave-plasma-usdt0','plasma','plasma',6,'0xe0126f0c4451b2b917064a93040fd4770d6774b5');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-accumulate','ethereum','eip20',8,'0xdf4ef6ee483953fe3b84abd08c6a060445c01170');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-accumulate','arbitrum-one','eip20',8,'0xdf4ef6ee483953fe3b84abd08c6a060445c01170');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ampleforth','ethereum','eip20',18,'0xedb171c18ce90b633db442f2a6f72874093b49ef');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-avax','avalanche','eip20',18,'0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-avax','telos','telos',null,'0x7c598c96d02398d89fbcb9d41eab3df0c16f227d');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-avax','fantom','eip20',18,'0x511d35c52a3c244e7b8bd92c0c297755fbd89212');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ayeayecoin','ethereum','eip20',0,'0x30ae41d5f9988d359c733232c6c693c0e645c77e');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bch','smartbch','smartbch',null,'0x3743ec0673453e5009310c727ba4eaf7b3a1cc04');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-beacon-eth','binance-smart-chain','eip20',18,'0xa2e3356610840701bdf5611a53974510ae27e2e1');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-beacon-eth','ethereum','eip20',18,'0xa2e3356610840701bdf5611a53974510ae27e2e1');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-besc-2','binance-smart-chain','eip20',9,'0x45df6533f2c874027cf1cd6275823e34dbde906d');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','tomochain','tomochain',null,'0x503b2ddc059b81788fd1239561596614b27faade');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','optimistic-ethereum','eip20',8,'0x68f180fcce6836688e9084f035309e29bf0a2095');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','cronos','cronos',null,'0x062e66477faf219f25d27dced647bf57c3107d52');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','meter','meter',null,'0xc1f6c86abee8e2e0b6fd5bd80f0b51fef783635c');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','cube','cube',null,'0x040ea5c10e6ba4badb6c433a365ccc4968697230');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','metis-andromeda','metis-andromeda',null,'0xa5b55ab1daf0f8e1efc0eb1931a957fd89b918f4');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','fuse','fuse',null,'0x33284f95ccb7b948d9d352e1439561cf83d8d00d');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','aurora','aurora',null,'0xf4eb217ba2454613b15dbdea6e5f22276410e89e');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','polygon-pos','eip20',8,'0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','boba','boba',null,'0xdc0486f8bf31df57a952bcd3c1d3e166e3d9ec8b');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','celo','celo',null,'0xd629eb00deced2a080b7ec630ef6ac117e614f1b');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','moonriver','moonriver',null,'0x6ab6d61428fde76768d7b45d8bfeec19c6ef91a8');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','ethereum','eip20',8,'0x2260fac5e5542a773aa44fbcfedf7c193bc2c599');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','avalanche','eip20',8,'0x50b7545627a5162f82a992c33b87adc75187b218');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','gnosis','eip20',8,'0x8e5bbbb09ed1ebde8674cda39a0c169401db4252');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','harmony-shard-0','harmony-shard-0',null,'0x3095c7557bcb296ccc6e363de01b760ba031f2d9');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','sora','sora',null,'0x002c48630dcb8c75cc36162cbdbc8ff27b843973b951ba9b6e260f869d45bcdc');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','fantom','eip20',8,'0x321162cd933e2be498cd2267a90534a804051b11');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','conflux','conflux',null,'0x1f545487c62e5acfea45dcadd9c627361d1616d8');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','arbitrum-one','eip20',8,'0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','milkomeda-cardano','milkomeda-cardano',null,'0x6ab6d61428fde76768d7b45d8bfeec19c6ef91a8');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','syscoin','syscoin',null,'0xc9baa8cfdde8e328787e29b4b078abf2dadc2055');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','astar','astar',null,'0xad543f18cff85c77e140e3e5e3c3392f6ba9d5ca');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','kava','kava',null,'0x818ec0a7fe18ff94269904fced6ae3dae6d6dc0b');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','telos','telos',null,'0xf390830df829cf22c53c8840554b98eafc5dcbc2');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bitcoin','moonbeam','moonbeam',null,'0x922d641a426dcffaef11680e5358f34d97d112e1');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-bittensor-universal','base','eip20',18,'0xfdca15bd55f350a36e63c47661914d80411d2c22');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-busd','tezos','tezos',null,'KT18fp5rcTW7mbWDmzFwjLDUhs5MeJmagDSZ');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-centrifuge','ethereum','eip20',18,'0xc221b7e65ffc80de234bbb6667abdd46593d34f0');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-cro','cronos','cronos',null,'0x5c7f8a570d578ed84e63fdfa7b1ee72deae1ae23');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-cusd-allbridge-from-celo','solana','spl',9,'EwxNF8g9UfmsJVcZFTpL9Hx5MCkoQFoJi6XNWzKf1j8e');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-cygnus-usd','base','eip20',6,'0x5ae84075f0e34946821a8015dab5299a00992721');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-eeth','ethereum','eip20',18,'0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-eeth','arbitrum-one','eip20',18,'0x35751007a407ca6feffe80b3cb397736d2cf4dbe');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ether-mantle-bridge','mantle','mantle',18,'0xdeaddeaddeaddeaddeaddeaddeaddeaddead1111');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-fantom','fantom','eip20',18,'0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-fantom','telos','telos',null,'0xc1be9a4d5d45beeacae296a7bd5fadbfc14602c4');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-fragsol','solana','spl',9,'WFRGSWjaz8tbAxsJitmbfRuFV2mSNwy7BMWcCwaA28U');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-hec','fantom','eip20',18,'0x94ccf60f700146bea8ef7832820800e2dfa92eda');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-iotex','ethereum','eip20',18,'0xa00744882684c3e4747faefd68d283ea44099d03');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-iotex','iotex','iotex',null,'0xa00744882684c3e4747faefd68d283ea44099d03');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-kcs','kucoin-community-chain','kucoin-community-chain',null,'0x4446fc4eb47f2f6586f9faab68b3498f86c07521');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-mantle','mantle','mantle',18,'0x78c1b0c915c4faa5fffa6cabf0219da63d7f4cb8');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-memory','avalanche','eip20',18,'0x0da67235dd5787d67955420c84ca1cecd4e5bb3b');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-memory','fantom','eip20',18,'0xddc0385169797937066bbd8ef409b5b3c0dfeb52');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-mistcoin','base','eip20',2,'0x3d2eba645c44bbd32a34b7c017667711eb5b173c');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-mistcoin','ethereum','eip20',2,'0x7fd4d7737597e7b4ee22acbf8d94362343ae0a79');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ncg','ethereum','eip20',18,'0xf203ca1769ca8e9e8fe1da9d147db68b6c919817');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-near','binance-smart-chain','eip20',18,'0x1fa4a73a3f0133f0025378af00236f3abdee5d63');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-near','aurora','aurora',null,'0xc42c30ac6cc15fac9bd938618bcaa1a1fae8501d');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-newyorkcoin','binance-smart-chain','eip20',18,'0x6c015277b0f9b8c24b20bd8bbbd29fdb25738a69');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-nxm','ethereum','eip20',18,'0x0d438f3b5175bebc262bf23753c1e53d03432bde');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-one','harmony-shard-0','harmony-shard-0',null,'0xcf664087a5bb0237a0bad6742852ec6c8d69a27a');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-one','binance-smart-chain','eip20',18,'0x03ff0ff224f904be3118461335064bb48df47938');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-peaq','ethereum','eip20',18,'0x1eef208926667594e5136e89d0e9dd6907959197');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-peaq','binance-smart-chain','eip20',18,'0x8b9ee39195ea99d6ddd68030f44131116bc218f6');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-quil','ethereum','eip20',8,'0x8143182a775c54578c8b7b3ef77982498866945d');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-savings-rusd','ethereum','eip20',18,'0xd3fd63209fa2d55b07a0f6db36c2f43900be3094');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-solana','solana','spl',9,'So11111111111111111111111111111111111111112');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-solana','fantom','eip20',18,'0x44f7237df00e386af8e79b817d05ed9f6fe0f296');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-solana','binance-smart-chain','eip20',18,'0x570a5d26f7765ecb712c0924e4de545b89fd43df');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-solana-universal','arbitrum-one','eip20',18,'0x9b8df6e244526ab5f6e6400d331db28c8fdddb55');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-solana-universal','base','eip20',18,'0x9b8df6e244526ab5f6e6400d331db28c8fdddb55');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-somi','base','eip20',18,'0x47636b3188774a3e7273d85a537b9ba4ee7b2535');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-somi','ethereum','eip20',18,'0x1b0f6590d21dc02b92ad3a7d00f8884dc4f1aed9');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-somi','binance-smart-chain','eip20',18,'0xa9616e5e23ec1582c2828b025becf3ef610e266f');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-statera','fantom','eip20',18,'0xceebde49ec95e21f7ee63c5c6f98cab3519570de');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-statera','polygon-pos','eip20',18,'0xf629712180bef6f4c569b704e03d0acbe276eb6d');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-statera','ethereum','eip20',18,'0xedeec5691f23e4914cf0183a4196bbeb30d027a0');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-steth','ethereum','eip20',18,'0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-sui-universal','base','eip20',18,'0xb0505e5a99abd03d94a1169e638b78edfed26ea4');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-terra','ethereum','eip20',18,'0xd2877702675e6ceb975b4a1dff9fb7baf4c91ea9');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-terra','polygon-pos','eip20',18,'0x24834bbec7e39ef42f4a75eaf8e5b6486d3f0e57');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-terra','aurora','aurora',null,'0xc4bdd27c33ec7daa6fcfd8532ddb524bf4038096');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-usdm','ethereum','eip20',18,'0x57f5e098cad7a3d1eed53991d4d66c45c9af7812');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-usdm','zksync','eip20',18,'0xa900cbe7739c96d2b153a273953620a701d5442b');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-usdm','polygon-pos','eip20',18,'0x57f5e098cad7a3d1eed53991d4d66c45c9af7812');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-usdm','arbitrum-one','eip20',18,'0x57f5e098cad7a3d1eed53991d4d66c45c9af7812');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-usdm','optimistic-ethereum','eip20',18,'0x57f5e098cad7a3d1eed53991d4d66c45c9af7812');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-usdm','base','eip20',18,'0x57f5e098cad7a3d1eed53991d4d66c45c9af7812');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','polygon-pos','eip20',18,'0x692597b009d13c4049a947cab2239b7d6517875f');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','fantom','eip20',6,'0xe2d27f06f63d98b8e11b38b5b08a75d0c8dd62b9');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','aurora','aurora',null,'0x5ce9f0b6afb36135b5ddbf11705ceb65e634a9dc');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','binance-smart-chain','eip20',18,'0x23396cf899ca06c4472205fc903bdb4de249d6fc');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','harmony-shard-0','harmony-shard-0',null,'0x224e64ec1bdce3870a6a6c777edd450454068fec');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','sora','sora',null,'0x00f8cfb462a824f37dcea67caae0d7e2f73ed8371e706ea8b1e1a7b0c357d5d4');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','ethereum','eip20',18,'0xa47c8bf37f92abed4a126bda807a7b7498661acd');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-ust','solana','spl',9,'CXLBjMMcwkc17GfJtBos6rQCo1ypeH6eDbB82Kby4MRm');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-virgin-gen-0-cryptokitties','ethereum','eip20',18,'0x25c7b64a93eb1261e130ec21a3e9918caa38b611');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-xpl','plasma','plasma',18,'0x6100e367285b01f48d07953803a2d8dca5d19873');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-xpl','binance-smart-chain','eip20',18,'0x405fbc9004d857903bfd6b3357792d71a50726b0');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-xrp','ethereum','eip20',18,'0x39fbbabf11738317a448031930706cd3e612e1b9');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-xrp-universal','base','eip20',18,'0x2615a94df961278dcbc41fb0a54fec5f10a693ae');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-xrp-universal','arbitrum-one','eip20',18,'0x2615a94df961278dcbc41fb0a54fec5f10a693ae');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-zedxion','binance-smart-chain','eip20',18,'0x567556a7493fb7a22d2fd158dd4c766a98705f96');
INSERT OR REPLACE INTO TokenEntity VALUES('wrapped-zenbtc','solana','spl',8,'9hX59xHHnaZXLU6quvm5uGY2iDiT3jczaReHy6A6TYKw');
INSERT OR REPLACE INTO TokenEntity VALUES('wuffi','solana','spl',4,'73xsLcBnLnc9bh81cqVKqj8uEyiarXng5ZwJuTbnVebG');
INSERT OR REPLACE INTO TokenEntity VALUES('x-2','ethereum','eip20',18,'0x7f3141c4d6b047fb930991b450f1ed996a51cb26');
INSERT OR REPLACE INTO TokenEntity VALUES('x-cash','x-cash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('x-community','solana','spl',5,'EhkDgP8e5sz16AFCWUCYJzVug1zvpDLTEHxH4WAFpBFA');
INSERT OR REPLACE INTO TokenEntity VALUES('x-money','ethereum','eip20',9,'0x21cd589a989615a9e901328d3c089bbca16d00b2');
INSERT OR REPLACE INTO TokenEntity VALUES('x-protocol','x-protocol','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('x-world-games','binance-smart-chain','eip20',18,'0x6b23c89196deb721e6fd9726e6c76e4810a464bc');
INSERT OR REPLACE INTO TokenEntity VALUES('x1000','solana','spl',9,'2yoTWgHH8KjyXKi2zrRZmA6AbZGa9zztnE8EFCboxWTe');
INSERT OR REPLACE INTO TokenEntity VALUES('x2y2','ethereum','eip20',18,'0x1e4ede388cbc9f4b5c79681b7f94d36a11abebc9');
INSERT OR REPLACE INTO TokenEntity VALUES('x8-project','ethereum','eip20',18,'0x910dfc18d6ea3d6a7124a6f8b5458f281060fa4c');
INSERT OR REPLACE INTO TokenEntity VALUES('xai-blockchain','arbitrum-one','eip20',18,'0x4cb9a7ae498cedcbb5eae9f25736ae7d428c9d66');
INSERT OR REPLACE INTO TokenEntity VALUES('xalpha-ai','ethereum','eip20',18,'0x369733153e6e08d38f2bc72ae2432e855cfbe221');
INSERT OR REPLACE INTO TokenEntity VALUES('xana','step-network','step-network',null,'0xf390830df829cf22c53c8840554b98eafc5dcbc2');
INSERT OR REPLACE INTO TokenEntity VALUES('xana','ethereum','eip20',18,'0x967fb0d760ed3ce53afe2f0a071674cccae73550');
INSERT OR REPLACE INTO TokenEntity VALUES('xana','binance-smart-chain','eip20',18,'0xbc7370641ddcf16a27eea11230af4a9f247b61f9');
INSERT OR REPLACE INTO TokenEntity VALUES('xana','avalanche','eip20',18,'0x31c994ac062c1970c086260bc61babb708643fac');
INSERT OR REPLACE INTO TokenEntity VALUES('xandeum','solana','spl',9,'XANDuUoVoUqniKkpcKhrxmvYJybpJvUxJLr21Gaj3Hx');
INSERT OR REPLACE INTO TokenEntity VALUES('xavier-renegade-angel','solana','spl',6,'69G8CpUVZAxbPMiEBrfCCCH445NwFxH6PzVL693Xpump');
INSERT OR REPLACE INTO TokenEntity VALUES('xbit','xbit','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('xborg','ethereum','eip20',18,'0xeae00d6f9b16deb1bd584c7965e4c7d762f178a1');
INSERT OR REPLACE INTO TokenEntity VALUES('xborg','arbitrum-one','eip20',18,'0x93fa0b88c0c78e45980fa74cdd87469311b7b3e4');
INSERT OR REPLACE INTO TokenEntity VALUES('xborg','solana','spl',9,'XBGdqJ9P175hCC1LangCEyXWNeCPHaKWA17tymz2PrY');
INSERT OR REPLACE INTO TokenEntity VALUES('xbt','solana','spl',6,'A8YHuvQBMAxXoZAZE72FyC8B7jKHo8RJyByXRRffpump');
INSERT OR REPLACE INTO TokenEntity VALUES('xcad-network','metis-andromeda','metis-andromeda',null,'0x66673f0a3b5d99524ba76a558b93a9ca1386f4cd');
INSERT OR REPLACE INTO TokenEntity VALUES('xcad-network','zilliqa','zilliqa',null,'zil1z5l74hwy3pc3pr3gdh3nqju4jlyp0dzkhq2f5y');
INSERT OR REPLACE INTO TokenEntity VALUES('xcad-network','binance-smart-chain','eip20',18,'0x431e0cd023a32532bf3969cddfc002c00e98429d');
INSERT OR REPLACE INTO TokenEntity VALUES('xcad-network','ethereum','eip20',18,'0x7659ce147d0e714454073a5dd7003544234b6aa0');
INSERT OR REPLACE INTO TokenEntity VALUES('xcad-network','polygon-pos','eip20',18,'0xa55870278d6389ec5b524553d03c04f5677c061e');
INSERT OR REPLACE INTO TokenEntity VALUES('xcarnival','binance-smart-chain','eip20',18,'0x4be63a9b26ee89b9a3a13fd0aa1d0b2427c135f8');
INSERT OR REPLACE INTO TokenEntity VALUES('xcel-swap','binance-smart-chain','eip20',18,'0xc79d1fd14f514cd713b5ca43d288a782ae53eab2');
INSERT OR REPLACE INTO TokenEntity VALUES('xcellar','ethereum','eip20',18,'0xca5e50710f656f2e537ce2fc8504db6e24ed3515');
INSERT OR REPLACE INTO TokenEntity VALUES('xceltoken-plus','ethereum','eip20',18,'0x8c4e7f814d40f8929f9112c5d09016f923d34472');
INSERT OR REPLACE INTO TokenEntity VALUES('xdai','gnosis','native',18,'');
INSERT OR REPLACE INTO TokenEntity VALUES('xdai-native-comb','gnosis','eip20',18,'0x38fb649ad3d6ba1113be5f57b927053e97fc5bf7');
INSERT OR REPLACE INTO TokenEntity VALUES('xdai-stake','ethereum','eip20',18,'0x0ae055097c6d159879521c384f1d2123d1f195e6');
INSERT OR REPLACE INTO TokenEntity VALUES('xdai-stake','sora','sora',null,'0x005476064ff01a847b1c565ce577ad37105c3cd2a2e755da908b87f7eeb4423b');
INSERT OR REPLACE INTO TokenEntity VALUES('xdai-stake','gnosis','eip20',18,'0xb7d311e2eb55f2f68a9440da38e7989210b9a05e');
INSERT OR REPLACE INTO TokenEntity VALUES('xdefi','ethereum','eip20',18,'0x72b886d09c117654ab7da13a14d603001de0b777');
INSERT OR REPLACE INTO TokenEntity VALUES('xdoge','binance-smart-chain','eip20',18,'0x4c0415a6e340eccebff58131799c6c4127cc39fa');
INSERT OR REPLACE INTO TokenEntity VALUES('xeleb-protocol','binance-smart-chain','eip20',18,'0xe32f9e8f7f7222fcd83ee0fc68baf12118448eaf');
INSERT OR REPLACE INTO TokenEntity VALUES('xels','ethereum','eip20',8,'0x397deb686c72384fad502a81f4d7fdb89e1f1280');
INSERT OR REPLACE INTO TokenEntity VALUES('xen-crypto','ethereum','eip20',18,'0x06450dee7fd2fb8e39061434babcfc05599a6fb8');
INSERT OR REPLACE INTO TokenEntity VALUES('xen-crypto','ethereumpow','ethereumpow',null,'0x2ab0e9e4ee70fff1fb9d67031e44f6410170d00e');
INSERT OR REPLACE INTO TokenEntity VALUES('xen-crypto','avalanche','eip20',18,'0xc0c5aa69dbe4d6dddfbc89c0957686ec60f24389');
INSERT OR REPLACE INTO TokenEntity VALUES('xen-crypto','polygon-pos','eip20',18,'0x2ab0e9e4ee70fff1fb9d67031e44f6410170d00e');
INSERT OR REPLACE INTO TokenEntity VALUES('xend-finance','binance-smart-chain','eip20',18,'0x4a080377f83d669d7bb83b3184a8a5e61b500608');
INSERT OR REPLACE INTO TokenEntity VALUES('xend-finance','ethereum','eip20',18,'0xe4cfe9eaa8cdb0942a80b7bc68fd8ab0f6d44903');
INSERT OR REPLACE INTO TokenEntity VALUES('xend-finance','huobi-token','huobi-token',null,'0xa649325aa7c5093d12d6f98eb4378deae68ce23f');
INSERT OR REPLACE INTO TokenEntity VALUES('xend-finance','polygon-pos','eip20',18,'0x86775d0b80b3df266af5377db34ba8f318d715ec');
INSERT OR REPLACE INTO TokenEntity VALUES('xeno-token','ethereum','eip20',18,'0x05bbe7240de66f6480c9aeda77c1376b13393f83');
INSERT OR REPLACE INTO TokenEntity VALUES('xenopus-laevis','solana','spl',6,'Db7ZUaWTThwZy7bVhjn5Dda8D3fbbAhihcxPV4m9pump');
INSERT OR REPLACE INTO TokenEntity VALUES('xetra-ai','ethereum','eip20',9,'0x0f48e776a4d983c0dddf4c0c946d66e3786f134f');
INSERT OR REPLACE INTO TokenEntity VALUES('xfinance','ethereum','eip20',18,'0x5befbb272290dd5b8521d4a938f6c4757742c430');
INSERT OR REPLACE INTO TokenEntity VALUES('xfinite-entertainment-token','algorand','algorand',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('xfit','ethereum','eip20',18,'0x4aa41bc1649c9c3177ed16caaa11482295fc7441');
INSERT OR REPLACE INTO TokenEntity VALUES('xfund','sora','sora',null,'0x007e908e399cc73f3dad9f02f9c5c83a7adcd07e78dd91676ff3c002e245d8e9');
INSERT OR REPLACE INTO TokenEntity VALUES('xfund','ethereum','eip20',9,'0x892a6f9df0147e5f079b0993f486f9aca3c87881');
INSERT OR REPLACE INTO TokenEntity VALUES('xgold-coin','xrp','xrp',null,'r4XSSBVGENvgUrZFijX8xvsJtp9Mi2UPz9');
INSERT OR REPLACE INTO TokenEntity VALUES('xhashtag','solana','spl',6,'5gs8nf4wojB5EXgDUWNLwXpknzgV2YWDhveAeBZpVLbp');
INSERT OR REPLACE INTO TokenEntity VALUES('xi-token','ethereum','eip20',18,'0x295b42684f90c77da7ea46336001010f2791ec8c');
INSERT OR REPLACE INTO TokenEntity VALUES('xiaobai-2','ethereum','eip20',18,'0x642ee4b1f054da33bc6003ad0278f9a27478caf5');
INSERT OR REPLACE INTO TokenEntity VALUES('xido-finance','ethereum','eip20',18,'0xf6650117017ffd48b725b4ec5a00b414097108a7');
INSERT OR REPLACE INTO TokenEntity VALUES('xido-finance','binance-smart-chain','eip20',18,'0x3764bc0de9b6a68c67929130aaec16b6060cab8c');
INSERT OR REPLACE INTO TokenEntity VALUES('xio','avalanche','eip20',18,'0x2cf51e73c3516f3d86e9c0b4de0971dbf0766fd4');
INSERT OR REPLACE INTO TokenEntity VALUES('xio','ethereum','eip20',18,'0x0f7f961648ae6db43c75663ac7e5414eb79b5704');
INSERT OR REPLACE INTO TokenEntity VALUES('xl1','ethereum','eip20',18,'0xf72ae3e0da743033abd7a407557d684c1ae66aed');
INSERT OR REPLACE INTO TokenEntity VALUES('xmax','ethereum','eip20',8,'0x0f8c45b896784a1e408526b9300519ef8660209c');
INSERT OR REPLACE INTO TokenEntity VALUES('xmon','ethereum','eip20',18,'0x3aada3e213abf8529606924d8d1c55cbdc70bf74');
INSERT OR REPLACE INTO TokenEntity VALUES('xnet-mobile-2','solana','spl',8,'xNETbUB7cRb3AAu2pNG2pUwQcJ2BHcktfvSB8x1Pq6L');
INSERT OR REPLACE INTO TokenEntity VALUES('xnft','huobi-token','huobi-token',null,'0xe5944b50df84001a36c7de0d5cb4da7ab21407d2');
INSERT OR REPLACE INTO TokenEntity VALUES('xoxno-staked-egld','elrond','elrond',18,'XEGLD-e413ed');
INSERT OR REPLACE INTO TokenEntity VALUES('xp','xp','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('xp-network','binance-smart-chain','eip20',18,'0x8cf8238abf7b933bf8bb5ea2c7e4be101c11de2a');
INSERT OR REPLACE INTO TokenEntity VALUES('xpedition','polygon-pos','eip20',18,'0x8689aedf32d35aa9a90849f59ba6841c389e6cf9');
INSERT OR REPLACE INTO TokenEntity VALUES('xpin-network','binance-smart-chain','eip20',18,'0xd955c9ba56fb1ab30e34766e252a97ccce3d31a6');
INSERT OR REPLACE INTO TokenEntity VALUES('xpmarket','xrp','xrp',null,'rXPMxBeefHGxx2K7g5qmmWq3gFsgawkoa');
INSERT OR REPLACE INTO TokenEntity VALUES('xrdoge','xrp','xrp',null,'rLqUC2eCPohYvJCEBJ77eCCqVL2uEiczjA');
INSERT OR REPLACE INTO TokenEntity VALUES('xsgd','ethereum','eip20',6,'0x70e8de73ce538da2beed35d14187f6959a8eca96');
INSERT OR REPLACE INTO TokenEntity VALUES('xsl-labs','binance-smart-chain','eip20',6,'0x7e52a123ed6db6ac872a875552935fbbd2544c86');
INSERT OR REPLACE INTO TokenEntity VALUES('xsui','sui','sui',9,'0x2b6602099970374cf58a2a1b9d96f005fccceb81e92eb059873baf420eb6c717::x_sui::X_SUI');
INSERT OR REPLACE INTO TokenEntity VALUES('xsushi','ethereum','eip20',18,'0x8798249c2e607446efb7ad49ec89dd1865ff4272');
INSERT OR REPLACE INTO TokenEntity VALUES('xswap-2','ethereum','eip20',18,'0x8fe815417913a93ea99049fc0718ee1647a2a07c');
INSERT OR REPLACE INTO TokenEntity VALUES('xswap-2','base','eip20',18,'0x8fe815417913a93ea99049fc0718ee1647a2a07c');
INSERT OR REPLACE INTO TokenEntity VALUES('xswap-protocol','xdc-network','xdc-network',null,'xdc36726235dadbdb4658d33e62a249dca7c4b2bc68');
INSERT OR REPLACE INTO TokenEntity VALUES('xtblock-token','binance-smart-chain','eip20',18,'0x70b6c6a555507ee4ac91c15e5c80b7dc8ff3b489');
INSERT OR REPLACE INTO TokenEntity VALUES('xtcom-token','ethereum','eip20',18,'0x4be10da47a07716af28ad199fbe020501bddd7af');
INSERT OR REPLACE INTO TokenEntity VALUES('xtoken','ethereum','eip20',18,'0x7f3edcdd180dbe4819bd98fee8929b5cedb3adeb');
INSERT OR REPLACE INTO TokenEntity VALUES('xtoken','arbitrum-one','eip20',18,'0xf0a5717ec0883ee56438932b0fe4a20822735fba');
INSERT OR REPLACE INTO TokenEntity VALUES('xtrabytes','xtrabytes','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('xwin-finance','binance-smart-chain','eip20',18,'0xd88ca08d8eec1e9e09562213ae83a7853ebb5d28');
INSERT OR REPLACE INTO TokenEntity VALUES('xxcoin','ethereum','eip20',9,'0x171120219d3223e008558654ec3254a0f206edb2');
INSERT OR REPLACE INTO TokenEntity VALUES('xyo-network','ethereum','eip20',18,'0x55296f69f40ea6d20e478533c15a6b08b654e758');
INSERT OR REPLACE INTO TokenEntity VALUES('xyro','ethereum','eip20',18,'0x4eddb15a0abfa2c349e8065af9214e942d9a6d36');
INSERT OR REPLACE INTO TokenEntity VALUES('xzk','ethereum','eip20',18,'0xe8fc52b1bb3a40fd8889c0f8f75879676310ddf0');
INSERT OR REPLACE INTO TokenEntity VALUES('y2k','arbitrum-one','eip20',18,'0x65c936f008bc34fe819bce9fa5afd9dc2d49977f');
INSERT OR REPLACE INTO TokenEntity VALUES('yachts-coin','solana','spl',6,'7NaZ55Pt7Ah3xPsmWRfdEi2mv3dsd9TpHSWhTEt6pump');
INSERT OR REPLACE INTO TokenEntity VALUES('yadacoin','yadacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('yaku','solana','spl',9,'AqEHVh8J2nXH9saV2ciZyYwPpqWFRfD2ffcq5Z8xxqm5');
INSERT OR REPLACE INTO TokenEntity VALUES('yaku','arbitrum-one','eip20',9,'0xb00eaedb98f1e30ad545703d8ff14b24d109514f');
INSERT OR REPLACE INTO TokenEntity VALUES('yaku','ethereum','eip20',9,'0x1155db64b59265f57533bc0f9ae012fffd34eb7f');
INSERT OR REPLACE INTO TokenEntity VALUES('yala','ethereum','eip20',18,'0xf970706063b7853877f39515c96932d49d5ac9cd');
INSERT OR REPLACE INTO TokenEntity VALUES('yala','binance-smart-chain','eip20',18,'0xf970706063b7853877f39515c96932d49d5ac9cd');
INSERT OR REPLACE INTO TokenEntity VALUES('yam-2','ethereum','eip20',18,'0x0aacfbec6a24756c20d41914f2caba817c0d8521');
INSERT OR REPLACE INTO TokenEntity VALUES('yam-2','harmony-shard-0','harmony-shard-0',null,'0x7202adf025cbd1cc9411fd56e3cc8ef2e9dffa9d');
INSERT OR REPLACE INTO TokenEntity VALUES('yapper','solana','spl',9,'H1aoUqmp2vJu5o8w3o8LjrN6jKyWErS69PtYxGhfoXxf');
INSERT OR REPLACE INTO TokenEntity VALUES('yapster','solana','spl',9,'8CzPPqenpfRXvjE5DHfE3kMDgJhHwWZ1WXRzs44KsamW');
INSERT OR REPLACE INTO TokenEntity VALUES('yay-games','binance-smart-chain','eip20',18,'0x524df384bffb18c0c8f3f43d012011f8f9795579');
INSERT OR REPLACE INTO TokenEntity VALUES('yay-games','avalanche','eip20',18,'0x01c2086facfd7aa38f69a6bd8c91bef3bb5adfca');
INSERT OR REPLACE INTO TokenEntity VALUES('yay-stakestone-ether','ethereum','eip20',18,'0xe86142af1321eaac4270422081c1eda31eecff0c');
INSERT OR REPLACE INTO TokenEntity VALUES('ycash','ycash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('ydragon','binance-smart-chain','eip20',18,'0x3757232b55e60da4a8793183ac030cfce4c3865d');
INSERT OR REPLACE INTO TokenEntity VALUES('ydragon','avalanche','eip20',18,'0xf03dccaec9a28200a6708c686cf0b8bf26ddc356');
INSERT OR REPLACE INTO TokenEntity VALUES('ydragon','ethereum','eip20',18,'0x3757232b55e60da4a8793183ac030cfce4c3865d');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','arbitrum-one','eip20',18,'0x82e3a8f066a6989666b031d916c43672085b1582');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','gnosis','eip20',18,'0xbf65bfcb5da067446cee6a706ba3fe2fb1a9fdfd');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','fantom','eip20',18,'0x29b0da86e484e1c0029b56e817912d778ac0ec69');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','harmony-shard-0','harmony-shard-0',null,'0xa0dc05f84a27fccbd341305839019ab86576bc07');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','huobi-token','huobi-token',null,'0xb4f019beac758abbee2f906033aaa2f0f6dacb35');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','sora','sora',null,'0x002676c3edea5b08bc0f9b6809a91aa313b7da35e28b190222e9dc032bf1e662');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','avalanche','eip20',18,'0x9eaac1b23d935365bd7b542fe22ceee2922f52dc');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','ethereum','eip20',18,'0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e');
INSERT OR REPLACE INTO TokenEntity VALUES('yearn-finance','polygon-pos','eip20',18,'0xda537104d6a5edd53c6fbba9a898708e465260b6');
INSERT OR REPLACE INTO TokenEntity VALUES('yee-token','ethereum','eip20',9,'0x9ac9468e7e3e1d194080827226b45d0b892c77fd');
INSERT OR REPLACE INTO TokenEntity VALUES('yel-finance','polygon-pos','eip20',18,'0xd3b71117e6c1558c1553305b44988cd944e97300');
INSERT OR REPLACE INTO TokenEntity VALUES('yel-finance','binance-smart-chain','eip20',18,'0xd3b71117e6c1558c1553305b44988cd944e97300');
INSERT OR REPLACE INTO TokenEntity VALUES('yel-finance','ethereum','eip20',18,'0x7815bda662050d84718b988735218cffd32f75ea');
INSERT OR REPLACE INTO TokenEntity VALUES('yel-finance','fantom','eip20',18,'0xd3b71117e6c1558c1553305b44988cd944e97300');
INSERT OR REPLACE INTO TokenEntity VALUES('yelay','ethereum','eip20',18,'0xaee5913ffd19dbca4fd1ef6f3925ed0414407d37');
INSERT OR REPLACE INTO TokenEntity VALUES('yellow-pepe-2','binance-smart-chain','eip20',18,'0xe9e3d8609e50c333b7e8fafb1a06f5443cb64444');
INSERT OR REPLACE INTO TokenEntity VALUES('yellow-road','binance-smart-chain','eip20',18,'0x1a3057027032a1af433f6f596cab15271e4d8196');
INSERT OR REPLACE INTO TokenEntity VALUES('yenten','yenten','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('yeti-2','solana','spl',6,'FuyeX8cpctBwQVDFYgKxYh1JgiXCkK9g4RBVCXm4pump');
INSERT OR REPLACE INTO TokenEntity VALUES('yfdai-finance','ethereum','eip20',18,'0xf4cd3d3fda8d7fd6c5a500203e38640a70bf9577');
INSERT OR REPLACE INTO TokenEntity VALUES('yfdai-finance','polygon-pos','eip20',18,'0x7e7ff932fab08a0af569f93ce65e7b8b23698ad8');
INSERT OR REPLACE INTO TokenEntity VALUES('yfii-finance','ethereum','eip20',18,'0xa1d0e215a23d7030842fc67ce582a6afa3ccab83');
INSERT OR REPLACE INTO TokenEntity VALUES('yfx','tron','eip20',18,'TAP7qf8Ao26ZAKYS5E6SGozUNoSLvBHsGa');
INSERT OR REPLACE INTO TokenEntity VALUES('yfx','binance-smart-chain','eip20',18,'0xf55a93b613d172b86c2ba3981a849dae2aecde2f');
INSERT OR REPLACE INTO TokenEntity VALUES('yfx','ethereum','eip20',18,'0xf55a93b613d172b86c2ba3981a849dae2aecde2f');
INSERT OR REPLACE INTO TokenEntity VALUES('yfx','huobi-token','huobi-token',null,'0xf55a93b613d172b86c2ba3981a849dae2aecde2f');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-app','ethereum','eip20',18,'0xf94b5c5651c888d928439ab6514b93944eee6f48');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-app','polygon-pos','eip20',18,'0x4cebdbcb286101a17d3ea1f7fe7bbded2b2053dd');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-btc-b','avalanche','eip20',8,'0x2cd3cdb3bd68eea0d3be81da707bc0c8743d7335');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-guild-games','ethereum','eip20',18,'0x25f8087ead173b73d6e8b84329989a8eea16cf73');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-guild-games','harmony-shard-0','harmony-shard-0',null,'0x63cf309500d8be0b9fdb8f1fb66c821236c0438c');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-optimizer-eth','base','eip20',18,'0x3a43aec53490cb9fa922847385d82fe25d0e9de7');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-optimizer-usd','base','eip20',6,'0x0000000f2eb9f69274678c76222b35eec7588a65');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-protocol','binance-smart-chain','eip20',18,'0xf9d906a8dd25c4a4966bc075cdc946702219e62c');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-protocol','ethereum','eip20',18,'0xa8b61cff52564758a204f841e636265bebc8db9b');
INSERT OR REPLACE INTO TokenEntity VALUES('yield-yak','avalanche','eip20',18,'0x59414b3089ce2af0010e7523dea7e2b35d776ec7');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldblox','stellar','stellar',7,'YBX-GBUYYBXWCLT2MOSSHRFCKMEDFOVSCAXNIEW424GLN666OEXHAAWBDYMX');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldfi-ytoken','base','eip20',18,'0x895e15020c3f52ddd4d8e9514eb83c39f53b1579');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldfi-ytoken','optimistic-ethereum','eip20',18,'0x895e15020c3f52ddd4d8e9514eb83c39f53b1579');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldfi-ytoken','arbitrum-one','eip20',18,'0x895e15020c3f52ddd4d8e9514eb83c39f53b1579');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldfi-ytoken','ethereum','eip20',18,'0x1ce7d9942ff78c328a4181b9f3826fee6d845a97');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldification','ethereum','eip20',18,'0x30dcba0405004cf124045793e1933c798af9e66a');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldly','harmony-shard-0','harmony-shard-0',null,'0xf498a433819a5db3dfcc110100527cf4bfcafe47');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldly','ethereum','eip20',18,'0x88cb253d4c8cab8cdf7948a9251db85a13669e23');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldly','algorand','algorand',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldmachine','base','eip20',null,'0xba1cc6e3f1c5f937497e4e196196e7535e6a8e63');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldnest-restaked-eth','ethereum','eip20',18,'0x09db87a538bd693e9d08544577d5ccfaa6373a48');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldwatch','binance-smart-chain','eip20',18,'0x7a9f28eb62c791422aa23ceae1da9c847cbec9b0');
INSERT OR REPLACE INTO TokenEntity VALUES('yieldwatch','polygon-pos','eip20',18,'0x09211dc67f9fe98fb7bbb91be0ef05f4a12fa2b2');
INSERT OR REPLACE INTO TokenEntity VALUES('ynbnb-max','binance-smart-chain','eip20',18,'0x32c830f5c34122c6afb8ae87aba541b7900a2c5f');
INSERT OR REPLACE INTO TokenEntity VALUES('yne','solana','spl',6,'7D1iYWfhw2cr9yBZBFE6nZaaSUvXHqG5FizFFEZwpump');
INSERT OR REPLACE INTO TokenEntity VALUES('yneth-max','binance-smart-chain','eip20',18,'0xe231db5f348d709239ef1741ea30961b3b635a61');
INSERT OR REPLACE INTO TokenEntity VALUES('yneth-max','optimistic-ethereum','eip20',18,'0xe231db5f348d709239ef1741ea30961b3b635a61');
INSERT OR REPLACE INTO TokenEntity VALUES('yneth-max','base','eip20',16,'0xe231db5f348d709239ef1741ea30961b3b635a61');
INSERT OR REPLACE INTO TokenEntity VALUES('yneth-max','mantle','mantle',18,'0xe231db5f348d709239ef1741ea30961b3b635a61');
INSERT OR REPLACE INTO TokenEntity VALUES('yneth-max','blast','blast',18,'0xe231db5f348d709239ef1741ea30961b3b635a61');
INSERT OR REPLACE INTO TokenEntity VALUES('yneth-max','ethereum','eip20',18,'0x657d9aba1dbb59e53f9f3ecaa878447dcfc96dcb');
INSERT OR REPLACE INTO TokenEntity VALUES('yneth-max','arbitrum-one','eip20',18,'0xe231db5f348d709239ef1741ea30961b3b635a61');
INSERT OR REPLACE INTO TokenEntity VALUES('yocoinyoco','binance-smart-chain','eip20',9,'0xdd17629d05e068a9d118ee35d11101d4140d0586');
INSERT OR REPLACE INTO TokenEntity VALUES('yooldo-games','binance-smart-chain','eip20',18,'0xf39e4b21c84e737df08e2c3b32541d856f508e48');
INSERT OR REPLACE INTO TokenEntity VALUES('yooshi','binance-smart-chain','eip20',9,'0x02ff5065692783374947393723dba9599e59f591');
INSERT OR REPLACE INTO TokenEntity VALUES('yoshi-exchange','binance-smart-chain','eip20',18,'0x4374f26f0148a6331905edf4cd33b89d8eed78d1');
INSERT OR REPLACE INTO TokenEntity VALUES('yoshi-exchange','fantom','eip20',18,'0x3dc57b391262e3aae37a08d91241f9ba9d58b570');
INSERT OR REPLACE INTO TokenEntity VALUES('youclout','binance-smart-chain','eip20',18,'0x23e3981052d5280c658e5e18d814fa9582bfbc9e');
INSERT OR REPLACE INTO TokenEntity VALUES('young-boys-fan-token','chiliz','chiliz',null,'0x96b3693a35be72651e733c94f0d380b0fb8defc3');
INSERT OR REPLACE INTO TokenEntity VALUES('young-peezy-aka-pepe','base','eip20',18,'0x1b6a569dd61edce3c383f6d565e2f79ec3a12980');
INSERT OR REPLACE INTO TokenEntity VALUES('your-open-metaverse','solana','spl',9,'yomFPUqz1wJwYSfD5tZJUtS3bNb8xs8mx9XzBv8RL39');
INSERT OR REPLACE INTO TokenEntity VALUES('yousim','solana','spl',6,'66gsTs88mXJ5L4AtJnWqFW6H2L5YQDRy4W41y6zbpump');
INSERT OR REPLACE INTO TokenEntity VALUES('youves-uusd','tezos','tezos',null,'KT1XRPEPXBZK25R3HTZP2O1X7XDMMMFOCKNW_0');
INSERT OR REPLACE INTO TokenEntity VALUES('yu','ethereum','eip20',18,'0xe868084cf08f3c3db11f4b73a95473762d9463f7');
INSERT OR REPLACE INTO TokenEntity VALUES('yuli','klay-token','klay-token',16,'0x91bcba699222fe2c14ae90e51943a40e59050f79');
INSERT OR REPLACE INTO TokenEntity VALUES('yummy','binance-smart-chain','eip20',9,'0xb003c68917bab76812797d1b8056822f48e2e4fe');
INSERT OR REPLACE INTO TokenEntity VALUES('yup','polygon-pos','eip20',18,'0x086373fad3447f7f86252fb59d56107e9e0faafa');
INSERT OR REPLACE INTO TokenEntity VALUES('yup','ethereum','eip20',18,'0x69bbc3f8787d573f1bbdd0a5f40c7ba0aee9bcc9');
INSERT OR REPLACE INTO TokenEntity VALUES('yuru-coin','solana','spl',9,'mm7g78aMJZv8QB4Q15qbsM3UQJZWof85vwC2NSxRh2Q');
INSERT OR REPLACE INTO TokenEntity VALUES('yusd-stablecoin','avalanche','eip20',18,'0x111111111111ed1d73f860f57b2798b683f2d325');
INSERT OR REPLACE INTO TokenEntity VALUES('yvboost','ethereum','eip20',18,'0x9d409a0a012cfba9b15f6d4b36ac57a46966ab9a');
INSERT OR REPLACE INTO TokenEntity VALUES('yzy','solana','spl',6,'DrZ26cKJDksVRWib3DVVsjo9eeXccc7hKhDJviiYEEZY');
INSERT OR REPLACE INTO TokenEntity VALUES('zada','binance-smart-chain','eip20',18,'0xfcadd830ff2d6cf3ad1681e1e8fc5ddce9d59e74');
INSERT OR REPLACE INTO TokenEntity VALUES('zaichxbt','solana','spl',9,'A9YfqhyiACGQajYr4fLJ8Wvwh4BPy1Q2iG3UsSo9mTKC');
INSERT OR REPLACE INTO TokenEntity VALUES('zaichxbt','base','eip20',18,'0x102cd3e9e14810ce6f0765227e971432bce05d6c');
INSERT OR REPLACE INTO TokenEntity VALUES('zaif-token','zaif-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zam-io','binance-smart-chain','eip20',18,'0xbbcf57177d8752b21d080bf30a06ce20ad6333f8');
INSERT OR REPLACE INTO TokenEntity VALUES('zam-io','ethereum','eip20',18,'0xd373576a9e738f37dc6882328358ff69c4caf4c6');
INSERT OR REPLACE INTO TokenEntity VALUES('zano','zano','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zano','ethereum','eip20',18,'0xdb85f6685950e285b1e611037bebe5b34e2b7d78');
INSERT OR REPLACE INTO TokenEntity VALUES('zap','ethereum','eip20',18,'0x6781a0f84c7e9e846dcb84a9a5bd49333067b104');
INSERT OR REPLACE INTO TokenEntity VALUES('zap','binance-smart-chain','eip20',18,'0xc5326b32e8baef125acd68f8bc646fd646104f1c');
INSERT OR REPLACE INTO TokenEntity VALUES('zap','solana','spl',8,'HxPoEHMt1vKeqjKCePcqTj6yYgn6Xqq1fKTY3Pjx4YrX');
INSERT OR REPLACE INTO TokenEntity VALUES('zara-ai','solana','spl',6,'73UdJevxaNKXARgkvPHQGKuv8HCZARszuKW2LTL3pump');
INSERT OR REPLACE INTO TokenEntity VALUES('zasset-zusd','binance-smart-chain','eip20',18,'0xf0186490b18cb74619816cfc7feb51cdbe4ae7b9');
INSERT OR REPLACE INTO TokenEntity VALUES('zaya-ai','binance-smart-chain','eip20',18,'0x9959413ec3eb6cee73ad16e6cd531352c9ce816f');
INSERT OR REPLACE INTO TokenEntity VALUES('zbit-ordinals','ordinals','ordinals',8,'840022:28');
INSERT OR REPLACE INTO TokenEntity VALUES('zcash','binance-smart-chain','eip20',18,'0x1ba42e5193dfa8b03d15dd1b86a3113bbbef8eeb');
INSERT OR REPLACE INTO TokenEntity VALUES('zclassic','zclassic','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zcoin','zcoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zcore-finance','binance-smart-chain','eip20',18,'0x0288d3e353fe2299f11ea2c2e1696b4a648ecc07');
INSERT OR REPLACE INTO TokenEntity VALUES('zebec-network','solana','spl',6,'ZBCNpuD7YMXzTHB2fhGkGi78MNsHGLRXUhRewNRm9RU');
INSERT OR REPLACE INTO TokenEntity VALUES('zebec-protocol','solana','spl',9,'zebeczgi5fSEtbpfQKVZKCJ3WgYXxjkMUkNNx7fLKAF');
INSERT OR REPLACE INTO TokenEntity VALUES('zebi','ethereum','eip20',8,'0x2008e3057bd734e10ad13c9eae45ff132abc1722');
INSERT OR REPLACE INTO TokenEntity VALUES('zedxion','binance-smart-chain','eip20',18,'0xfbc4f3f645c4003a2e4f4e9b51077d2daa9a9341');
INSERT OR REPLACE INTO TokenEntity VALUES('zedxion','ethereum','eip20',18,'0xfbc4f3f645c4003a2e4f4e9b51077d2daa9a9341');
INSERT OR REPLACE INTO TokenEntity VALUES('zedxion-usdz','binance-smart-chain','eip20',9,'0x734d66f635523d7ddb7d2373c128333da313041b');
INSERT OR REPLACE INTO TokenEntity VALUES('zeepin','neo','neo',null,'ac116d4b8d4ca55e6b6d4ecce2192039b51cccc5');
INSERT OR REPLACE INTO TokenEntity VALUES('zefi','binance-smart-chain','eip20',18,'0xe2272e0c3d9510b3a9b21f396f46cfa5910d2ea7');
INSERT OR REPLACE INTO TokenEntity VALUES('zelcash','zelcash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zeloop-eco-reward','binance-smart-chain','eip20',18,'0x77e5cce02139814e7eff377244cac8b802cddab8');
INSERT OR REPLACE INTO TokenEntity VALUES('zelwin','binance-smart-chain','eip20',18,'0x5dd1e31e1a0e2e077ac98d2a4b781f418ca50387');
INSERT OR REPLACE INTO TokenEntity VALUES('zelwin','ethereum','eip20',18,'0x5319e86f0e41a06e49eb37046b8c11d78bcad68c');
INSERT OR REPLACE INTO TokenEntity VALUES('zelwin','polygon-pos','eip20',18,'0xb5b8381b67248f832c7961bd265f021cd8d291a4');
INSERT OR REPLACE INTO TokenEntity VALUES('zen-ai','solana','spl',9,'8vwqxHGz1H4XxyKajr99Yxm65HjYNVtqtCNoM2yWb13e');
INSERT OR REPLACE INTO TokenEntity VALUES('zencash','zencash','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zenith-3','solana','spl',6,'3pH7FnM3yR2Jy2c6vyXmsCiNi1rjQ7gerCq2pEUHpump');
INSERT OR REPLACE INTO TokenEntity VALUES('zenith-chain','ethereum','eip20',18,'0x0343131c0257ac21ea5a8dc83841f071efd9285c');
INSERT OR REPLACE INTO TokenEntity VALUES('zenith-chain','binance-smart-chain','eip20',18,'0x57c81885faad67fc4de892102f6fead3b9215f6b');
INSERT OR REPLACE INTO TokenEntity VALUES('zenko-protocol','solana','spl',9,'Zenko9EfTmbYVUw8RMjEW4vf7bNPSd419EjtpAFXeWw');
INSERT OR REPLACE INTO TokenEntity VALUES('zenlink-network-token','astar','astar',null,'0x998082c488e548820f970df5173bd2061ce90635');
INSERT OR REPLACE INTO TokenEntity VALUES('zenlink-network-token','moonriver','moonriver',null,'0x0f47ba9d9bde3442b42175e51d6a367928a1173b');
INSERT OR REPLACE INTO TokenEntity VALUES('zenon-2','ethereum','eip20',8,'0xb2e96a63479c2edd2fd62b382c89d5ca79f572d3');
INSERT OR REPLACE INTO TokenEntity VALUES('zentry','ethereum','eip20',18,'0xdbb7a34bf10169d6d2d0d02a6cbb436cf4381bfa');
INSERT OR REPLACE INTO TokenEntity VALUES('zenzo','zenzo','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zeon','ethereum','eip20',18,'0xe5b826ca2ca02f09c1725e9bd98d9a8874c30532');
INSERT OR REPLACE INTO TokenEntity VALUES('zer0zer0','ethereum','eip20',18,'0x881ba05de1e78f549cc63a8f6cabb1d4ad32250d');
INSERT OR REPLACE INTO TokenEntity VALUES('zera','solana','spl',9,'8avjtjHAHFqp4g2RR9ALAGBpSTqKPZR8nRbzSTwZERA');
INSERT OR REPLACE INTO TokenEntity VALUES('zerebro','solana','spl',6,'8x5VqbHA8D7NkD52uNuS5nnt3PwA8pLD34ymskeSo2Wn');
INSERT OR REPLACE INTO TokenEntity VALUES('zero','zero','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zero-exchange','ethereum','eip20',18,'0xf0939011a9bb95c3b791f0cb546377ed2693a574');
INSERT OR REPLACE INTO TokenEntity VALUES('zero-exchange','avalanche','eip20',18,'0x008e26068b3eb40b443d3ea88c1ff99b789c10f7');
INSERT OR REPLACE INTO TokenEntity VALUES('zero-exchange','binance-smart-chain','eip20',18,'0x1f534d2b1ee2933f1fdf8e4b63a44b2249d77eaf');
INSERT OR REPLACE INTO TokenEntity VALUES('zero-gravity','ethereum','eip20',18,'0x4b948d64de1f71fcd12fb586f4c776421a35b3ee');
INSERT OR REPLACE INTO TokenEntity VALUES('zero-gravity','binance-smart-chain','eip20',18,'0x4b948d64de1f71fcd12fb586f4c776421a35b3ee');
INSERT OR REPLACE INTO TokenEntity VALUES('zero-tech','ethereum','eip20',18,'0x0ec78ed49c2d27b315d462d43b5bab94d2c79bf8');
INSERT OR REPLACE INTO TokenEntity VALUES('zero1-labs','ethereum','eip20',18,'0x1495bc9e44af1f8bcb62278d2bec4540cf0c05ea');
INSERT OR REPLACE INTO TokenEntity VALUES('zerolend','linea','linea',18,'0x78354f8dccb269a615a7e0a24f9b0718fdc3c7a7');
INSERT OR REPLACE INTO TokenEntity VALUES('zerolend','zksync','eip20',18,'0x27d0a2b5316b98088294378692f4eabfb3222e36');
INSERT OR REPLACE INTO TokenEntity VALUES('zerolend','manta-pacific','manta-pacific',18,'0x35a57efb9b4ae833e9a200bb191ff69420cafa1d');
INSERT OR REPLACE INTO TokenEntity VALUES('zeroswap','binance-smart-chain','eip20',18,'0x44754455564474a89358b2c2265883df993b12f0');
INSERT OR REPLACE INTO TokenEntity VALUES('zeroswap','polygon-pos','eip20',18,'0xfd4959c06fbcc02250952daebf8e0fb38cf9fd8c');
INSERT OR REPLACE INTO TokenEntity VALUES('zeroswap','ethereum','eip20',18,'0x2edf094db69d6dcd487f1b3db9febe2eec0dd4c5');
INSERT OR REPLACE INTO TokenEntity VALUES('zeroswap','avalanche','eip20',18,'0x44754455564474a89358b2c2265883df993b12f0');
INSERT OR REPLACE INTO TokenEntity VALUES('zeta','solana','spl',6,'ZEXy1pqteRu3n13kdyh4LwPQknkFk3GzmMYMuNadWPo');
INSERT OR REPLACE INTO TokenEntity VALUES('zetachain','binance-smart-chain','eip20',18,'0x0000028a2eb8346cd5c0267856ab7594b7a55308');
INSERT OR REPLACE INTO TokenEntity VALUES('zetachain','ethereum','eip20',18,'0xf091867ec603a6628ed83d274e835539d82e9cc8');
INSERT OR REPLACE INTO TokenEntity VALUES('zetacoin','zetacoin','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zeus-3','solana','spl',6,'Fe3sEB1cAt4TsETqmaopPQBto5o8TsY2W2NTw6H9pump');
INSERT OR REPLACE INTO TokenEntity VALUES('zeus-4','ethereum','eip20',9,'0x4d4574f50dd8b9dbe623cf329dcc78d76935e610');
INSERT OR REPLACE INTO TokenEntity VALUES('zeus-5','bittensor','bittensor',null,'18');
INSERT OR REPLACE INTO TokenEntity VALUES('zeus-netwok-zbtc','solana','spl',8,'zBTCug3er3tLyffELcvDNrKkCymbPWysGcWihESYfLg');
INSERT OR REPLACE INTO TokenEntity VALUES('zeus-network','solana','spl',6,'ZEUS1aR7aX8DFFJf5QjWj2ftDDdNTroMNGo8YoQm3Gq');
INSERT OR REPLACE INTO TokenEntity VALUES('zeusshield','ethereum','eip20',18,'0x7a41e0517a5eca4fdbc7fbeba4d4c47b9ff6dc63');
INSERT OR REPLACE INTO TokenEntity VALUES('zignaly','ethereum','eip20',18,'0xb2617246d0c6c0087f18703d576831899ca94f01');
INSERT OR REPLACE INTO TokenEntity VALUES('zigzag-2','ethereum','eip20',18,'0xc91a71a1ffa3d8b22ba615ba1b9c01b2bbbf55ad');
INSERT OR REPLACE INTO TokenEntity VALUES('zik-token','zik-token','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zilliqa','zilliqa','native',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zilliqa','binance-smart-chain','eip20',12,'0xb86abcb37c3a4b64f74f59301aff131a1becc787');
INSERT OR REPLACE INTO TokenEntity VALUES('zilpay-wallet','zilliqa','zilliqa',null,'zil1l0g8u6f9g0fsvjuu74ctyla2hltefrdyt7k5f4');
INSERT OR REPLACE INTO TokenEntity VALUES('zilstream','zilliqa','zilliqa',null,'zil1504065pp76uuxm7s9m2c4gwszhez8pu3mp6r8c');
INSERT OR REPLACE INTO TokenEntity VALUES('zipmex-token','ethereum','eip20',18,'0xaa602de53347579f86b996d2add74bb6f79462b2');
INSERT OR REPLACE INTO TokenEntity VALUES('zircuit','ethereum','eip20',18,'0xfd418e42783382e86ae91e445406600ba144d162');
INSERT OR REPLACE INTO TokenEntity VALUES('zirodelta','solana','spl',9,'4PX31xRA1BaAyb2Js45ZKYp92VGWGp47yWeVs5CGVKbf');
INSERT OR REPLACE INTO TokenEntity VALUES('zivoe-vault','ethereum','eip20',18,'0x94babe9ee75c38034920bc6ed42748e8eefbedd4');
INSERT OR REPLACE INTO TokenEntity VALUES('zkexchange','ethereum','eip20',18,'0xec2bc2b25ab6ed8e669e202cd0ee533e24c9a068');
INSERT OR REPLACE INTO TokenEntity VALUES('zkfair','zkfair','zkfair',null,'0x1cd3e2a23c45a690a18ed93fd1412543f464158f');
INSERT OR REPLACE INTO TokenEntity VALUES('zklink','ethereum','eip20',18,'0xfc385a1df85660a7e041423db512f779070fcede');
INSERT OR REPLACE INTO TokenEntity VALUES('zkml','ethereum','eip20',18,'0xe92344b4edf545f3209094b192e46600a19e7c2d');
INSERT OR REPLACE INTO TokenEntity VALUES('zkspace','ethereum','eip20',18,'0xe4815ae53b124e7263f08dcdbbb757d41ed658c6');
INSERT OR REPLACE INTO TokenEntity VALUES('zksync','zksync','eip20',18,'0x5a7d6b2f92c77fad6ccabd7ee0624e64907eaf3e');
INSERT OR REPLACE INTO TokenEntity VALUES('zksync-bridged-usdc-zksync','zksync','eip20',6,'0x3355df6d4c9c3035724fd0e3914de96a5a83aaf4');
INSERT OR REPLACE INTO TokenEntity VALUES('zksync-bridged-wbtc-zksync','zksync','eip20',8,'0xbbeb516fb02a01611cbbe0453fe3c580d7281011');
INSERT OR REPLACE INTO TokenEntity VALUES('zkverify','base','eip20',18,'0xa749de6c28262b7ffbc5de27dc845dd7ecd2b358');
INSERT OR REPLACE INTO TokenEntity VALUES('zmine','binance-smart-chain','eip20',18,'0xfcb8a4b1a0b645e08064e05b98e9cc6f48d2aa57');
INSERT OR REPLACE INTO TokenEntity VALUES('znd-token','ethereum','eip20',18,'0x2d8ea194902bc55431420bd26be92b0782dce91d');
INSERT OR REPLACE INTO TokenEntity VALUES('zods','solana','spl',6,'J1ow1c3ExcJYQmgNFRPfCp1LMYRf6P3A33isDcBmpump');
INSERT OR REPLACE INTO TokenEntity VALUES('zoid-pay','elrond','elrond',null,'');
INSERT OR REPLACE INTO TokenEntity VALUES('zoid-pay','tomochain','tomochain',null,'0xe1a9a5fae06696d314994a9d6915c12a63ad055d');
INSERT OR REPLACE INTO TokenEntity VALUES('zon-token','ethereum','eip20',18,'0x25d29fa7cf5cd5a11102b793f1a0149546e026e4');
INSERT OR REPLACE INTO TokenEntity VALUES('zoo','the-open-network','the-open-network',9,'EQCSZO6N3B1i5Myqw8Kkgj5Ncf5jf2caCXChHsA8bUt__ZOO');
INSERT OR REPLACE INTO TokenEntity VALUES('zoo-coin','fantom','eip20',0,'0x09e145a1d53c0045f41aeef25d8ff982ae74dd56');
INSERT OR REPLACE INTO TokenEntity VALUES('zoo-crypto-world','binance-smart-chain','eip20',18,'0x1d229b958d5ddfca92146585a8711aecbe56f095');
INSERT OR REPLACE INTO TokenEntity VALUES('zoo-token','binance-smart-chain','eip20',9,'0xb3d691125514db7a5be3326af86a72ecdc2cde16');
INSERT OR REPLACE INTO TokenEntity VALUES('zoo-token','ethereum','eip20',9,'0x1341a2257fa7b770420ef70616f888056f90926c');
INSERT OR REPLACE INTO TokenEntity VALUES('zoo-world','solana','spl',null,'BGqXaVjjQy4h3qgqgzT9TrzyAGqHmBKhgQwW1VFmeme');
INSERT OR REPLACE INTO TokenEntity VALUES('zookeeper','wanchain','wanchain',null,'0x6e11655d6ab3781c6613db8cb1bc3dee9a7e111f');
INSERT OR REPLACE INTO TokenEntity VALUES('zookeeper','avalanche','eip20',18,'0x1b88d7ad51626044ec62ef9803ea264da4442f32');
INSERT OR REPLACE INTO TokenEntity VALUES('zoomswap','iotex','iotex',null,'0xf87aed04889a1dd0159d9c22b0d57b345ab16ddd');
INSERT OR REPLACE INTO TokenEntity VALUES('zora','base','eip20',18,'0x1111111111166b7fe7bd91427724b487980afc69');
INSERT OR REPLACE INTO TokenEntity VALUES('ztx','arbitrum-one','eip20',18,'0x1c43d05be7e5b54d506e3ddb6f0305e8a66cd04e');
INSERT OR REPLACE INTO TokenEntity VALUES('zum-token','binance-smart-chain','eip20',9,'0x54c2c07b3af037567269ad6a168d5bd527867b58');
INSERT OR REPLACE INTO TokenEntity VALUES('zum-token','ethereum','eip20',8,'0xe0b9bcd54bf8a730ea5d3f1ffce0885e911a502c');
INSERT OR REPLACE INTO TokenEntity VALUES('zusd','solana','spl',6,'FrBfWJ4qE5sCzKm3k3JaAtqZcXUh4LvJygDeketsrsH4');
INSERT OR REPLACE INTO TokenEntity VALUES('zusd','stellar','stellar',7,'ZUSD-GDF6VOEGRWLOZ64PQQGKD2IYWA22RLT37GJKS2EJXZHT2VLAGWLC5TOB');
INSERT OR REPLACE INTO TokenEntity VALUES('zusd','ethereum','eip20',6,'0xc56c2b7e71b54d38aab6d52e94a04cbfa8f604fa');
INSERT OR REPLACE INTO TokenEntity VALUES('zusd','arbitrum-one','eip20',6,'0x6e4cc0ab2b4d2edafa6723cfa1582229f1dd1be1');
INSERT OR REPLACE INTO TokenEntity VALUES('zyfi','base','eip20',18,'0xd080ed3c74a20250a2c9821885203034acd2d5ae');
INSERT OR REPLACE INTO TokenEntity VALUES('zyfi','zksync','eip20',18,'0x5d0d7bca050e2e98fd4a5e8d3ba823b49f39868d');
INSERT OR REPLACE INTO TokenEntity VALUES('zygo-the-frog','base','eip20',18,'0xaf4c1405aa8ab2a4f267a9700f9230ddc592f63f');
INSERT OR REPLACE INTO TokenEntity VALUES('zyncoin-2','solana','spl',8,'PzuaVAUH2tfxGZcbBR6kMxeJsBngnsPLFotGJNCtcsd');
INSERT OR REPLACE INTO TokenEntity VALUES('zyncoin-2','ethereum','eip20',18,'0x58cb30368ceb2d194740b144eab4c2da8a917dcb');
INSERT OR REPLACE INTO TokenEntity VALUES('zynecoin','ethereum','eip20',18,'0xe65ee7c03bbb3c950cfd4895c24989afa233ef01');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin','bitcoin','derived',8,'Bip44');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin','bitcoin','derived',8,'Bip49');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin','bitcoin','derived',8,'Bip84');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin','bitcoin','derived',8,'Bip86');
INSERT OR REPLACE INTO TokenEntity VALUES('zcash','zcash','address_spec_type',8,'Shielded');
INSERT OR REPLACE INTO TokenEntity VALUES('zcash','zcash','address_spec_type',8,'Transparent');
INSERT OR REPLACE INTO TokenEntity VALUES('zcash','zcash','address_spec_type',8,'Unified');
INSERT OR REPLACE INTO TokenEntity VALUES('litecoin','litecoin','derived',8,'Bip44');
INSERT OR REPLACE INTO TokenEntity VALUES('litecoin','litecoin','derived',8,'Bip49');
INSERT OR REPLACE INTO TokenEntity VALUES('litecoin','litecoin','derived',8,'Bip84');
INSERT OR REPLACE INTO TokenEntity VALUES('litecoin','litecoin','derived',8,'Bip86');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-cash','bitcoin-cash','address_type',8,'Type0');
INSERT OR REPLACE INTO TokenEntity VALUES('bitcoin-cash','bitcoin-cash','address_type',8,'Type145');
