├── .github ├── ISSUE_TEMPLATE │ ├── add-a-new-token.md │ ├── update-token-information.md │ └── user-support.md ├── no-response.yml ├── probot.js ├── probot │ ├── add-a-new-token-first-contact.md │ ├── no-template.md │ └── update-token-information-first-contact.md └── workflows │ └── stale.yml ├── .gitignore ├── .travis.yml ├── .yamllint ├── CODE_LICENSE ├── DATA_LICENSE ├── README.md ├── documentation └── Listing Requirements.md ├── scripts ├── Dockerfile ├── build.py ├── docker-entrypoint.sh ├── erc20.abi.json ├── import_existing.py ├── list ├── loop_add.py ├── prep_announce.py ├── requirements.txt ├── test.py ├── token_info.py ├── utils.py ├── website_links.py └── yaml_utils.py └── tokens ├── .keep ├── 0x006bea43baa3f7a6f765f14f10a1a1b08334ef45.yaml ├── 0x009e864923b49263c7f10d19b7f8ab7a9a5aad33.yaml ├── 0x00c4b398500645eb5da00a1a379a88b11683ba01.yaml ├── 0x013a06558f07d9e6f9a00c95a33f3a0e0255176b.yaml ├── 0x014b50466590340d41307cc54dcee990c8d58aa8.yaml ├── 0x01afc37f4f85babc47c0e2d0eababc7fb49793c8.yaml ├── 0x01c67791309c71aa4ed373025a0c089696d7c9e4.yaml ├── 0x0200412995f1bafef0d3f97c4e28ac2515ec1ece.yaml ├── 0x0235fe624e044a05eed7a43e16e3083bc8a4287a.yaml ├── 0x025abad9e518516fdaafbdcdb9701b37fb7ef0fa.yaml ├── 0x02b9806a64cb05f02aa8dcc1c178b88159a61304.yaml ├── 0x0371a82e4a9d0a4312f3ee2ac9c6958512891372.yaml ├── 0x03df4c372a29376d2c8df33a1b5f001cd8d68b0e.yaml ├── 0x0425cbbc5ff784203fe8d82beefa2b02634351f5.yaml ├── 0x044dd17bbbcbf1cf65f543918561bf8cf8130e7b.yaml ├── 0x049a5bf874f241d94232137ef728a9c7dd0d7550.yaml ├── 0x056017c55aE7AE32d12AeF7C679dF83A85ca75Ff.yaml ├── 0x059e3ead0a5675e4139c820d799e20be9c75bc3d.yaml ├── 0x05c7065d644096a4e4c3fe24af86e36de021074b.yaml ├── 0x05f4a42e251f2d52b8ed15e9fedaacfcef1fad27.yaml ├── 0x06147110022b768ba8f99a8f385df11a151a9cc8.yaml ├── 0x0784dbabb6c6834bddfb7cfee116ba049e5dafab.yaml ├── 0x07d9e49ea402194bf48a8276dafb16e4ed633317.yaml ├── 0x07e3c70653548b04f0a75970c1f81b4cbbfb606f.yaml ├── 0x082e13494f12ebb7206fbf67e22a6e1975a1a669.yaml ├── 0x0835ecd15ddf08d4786304d71b4672dc5c40f011.yaml ├── 0x08711d3b02c8758f2fb3ab4e80228418a7f8e39c.yaml ├── 0x0879e0c9822b75f31f0b0ed2a30be9f484a57c2f.yaml ├── 0x089a6d83282fb8988a656189f1e7a73fa6c1cac2.yaml ├── 0x08d32b0da63e2c3bcf8019c9c5d849d7a9d791e6.yaml ├── 0x08f5a9235b08173b7569f83645d2c7fb55e8ccd8.yaml ├── 0x08f8117155aa9414b67113a47ad269d47974e9dc.yaml ├── 0x0947b0e6d821378805c9598291385ce7c791a6b2.yaml ├── 0x09d8b66c48424324b25754a873e290cae5dca439.yaml ├── 0x09debe702678140c1be278213109719fab98d0d8.yaml ├── 0x0a76aad21948ea1ef447d26dee91a54370e151e0.yaml ├── 0x0abdace70d3790235af448c88547603b945604ea.yaml ├── 0x0abefb7611cb3a01ea3fad85f33c3c934f8e2cf4.yaml ├── 0x0aef06dcccc531e581f0440059e6ffcc206039ee.yaml ├── 0x0af44e2784637218dd1d32a322d44e603a8f0c6a.yaml ├── 0x0affa06e7fbe5bc9a764c979aa66e8256a631f02.yaml ├── 0x0b1724cc9fda0186911ef6a75949e9c0d3f0f2f3.yaml ├── 0x0b76544f6c413a555f309bf76260d1e02377c02a.yaml ├── 0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e.yaml ├── 0x0bee5ca8dda2c0b8edd1c4369f7cc35d243e547f.yaml ├── 0x0c6c9beeeb5de377210930f09a7ac9a99ff5e981.yaml ├── 0x0cf0ee63788a0849fe5297f3407f701e122cc023.yaml ├── 0x0d262e5dc4a06a0f1c90ce79c7a60c09dfc884e4.yaml ├── 0x0d8775f648430679a709e98d2b0cb6250d2887ef.yaml ├── 0x0d88ed6e74bbfd96b831231638b66c05571e824f.yaml ├── 0x0db8d8b76bc361bacbb72e2c491e06085a97ab31.yaml ├── 0x0e0989b1f9b8a38983c2ba8053269ca62ec9b195.yaml ├── 0x0f4ca92660efad97a9a70cb0fe969c755439772c.yaml ├── 0x0f513ffb4926ff82d7f60a05069047aca295c413.yaml ├── 0x0f598112679b78e17a4a9febc83703710d33489c.yaml ├── 0x0f5d2fb29fb7d3cfee444a200298f468908cc942.yaml ├── 0x0f9b1d1d39118480cf8b9575419ea4e5189c88dd.yaml ├── 0x0fcf5c6b20577d48ba209e077975b9f2eac55798.yaml ├── 0x103c3a209da59d3e7c4a89307e66521e081cfdf0.yaml ├── 0x1063ce524265d5a3a624f4914acd573dd89ce988.yaml ├── 0x106aa49295b525fcf959aa75ec3f7dcbf5352f1c.yaml ├── 0x107c4504cd79c5d2696ea0030a8dd4e92601b82e.yaml ├── 0x10b123fddde003243199aad03522065dc05827a0.yaml ├── 0x111111f7e9b1fe072ade438f77e1ce861c7ee4e3.yaml ├── 0x1175a66a5c3343bbf06aa818bb482ddec30858e0.yaml ├── 0x1183f92a5624d68e85ffb9170f16bf0443b4c242.yaml ├── 0x11f8dd7699147566cf193596083d45c8f592c4ba.yaml ├── 0x122a86b5dff2d085afb49600b4cd7375d0d94a5f.yaml ├── 0x123ab195dd38b1b40510d467a6a359b201af056f.yaml ├── 0x1245ef80f4d9e02ed9425375e8f649b9221b31d8.yaml ├── 0x12b19d3e2ccc14da04fae33e63652ce469b3f2fd.yaml ├── 0x12b306fa98f4cbb8d4457fdff3a0a0a56f07ccdf.yaml ├── 0x12fef5e57bf45873cd9b62e9dbd7bfb99e32d73e.yaml ├── 0x138a8752093f4f9a79aaedf48d4b9248fab93c9c.yaml ├── 0x139d9397274bb9e2c29a9aa8aa0b5874d30d62e3.yaml ├── 0x13f11c9905a08ca76e3e853be63d4f0944326c72.yaml ├── 0x13f1b7fdfbe1fc66676d56483e21b1ecb40b58e2.yaml ├── 0x147b51d82a6038607895e11c4191431335b257e3.yaml ├── 0x149a23f3d1a1e61e1e3b7eddd27f32e01f9788c7.yaml ├── 0x1500205f50bf3fd976466d0662905c9ff254fc9c.yaml ├── 0x153e140548c6bfca761b6a4a45730bd1401c74d2.yaml ├── 0x15ef5b9447710eab904e63e6233ff540400d603f.yaml ├── 0x15f173b7aca7cd4a01d6f8360e65fb4491d270c1.yaml ├── 0x163733bcc28dbf26b41a8cfa83e369b5b3af741b.yaml ├── 0x164f64ef2a44444743c5472fa68fb3784060d286.yaml ├── 0x168296bb09e24a88805cb9c33356536b980d3fc5.yaml ├── 0x16f812be7fff02caf662b85d5d58a5da6572d4df.yaml ├── 0x1735fc2b89b80d1ae33c35dd55eae7fa7642f336.yaml ├── 0x1776e1f26f98b1a5df9cd347953a26dd3cb46671.yaml ├── 0x177d39ac676ed1c67a2b268ad7f1e58826e5b0af.yaml ├── 0x179a2e413386db620d5b89a18550a3874385f726.yaml ├── 0x17fd666fa0784885fa1afec8ac624d9b7e72b752.yaml ├── 0x180e5087935a94fd5bbab00fd2249c5be0473381.yaml ├── 0x181a63746d3adcf356cbc73ace22832ffbb1ee5a.yaml ├── 0x1829aa045e21e0d59580024a951db48096e01782.yaml ├── 0x1831887fbabf783910db128e60c41bfa016059d8.yaml ├── 0x1844b21593262668b7248d0f57a220caaba46ab9.yaml ├── 0x189c05c3c191015c694032e1b09c190d5db3fb50.yaml ├── 0x18cabd1e7db6c52406719cb72859ea2c2eea75d6.yaml ├── 0x18edc1b644839eed61c69e624e96bbd469a2ef52.yaml ├── 0x190e569be071f40c704e15825f285481cb74b6cc.yaml ├── 0x1961b3331969ed52770751fc718ef530838b6dee.yaml ├── 0x1985365e9f78359a9b6ad760e32412f4a445e862.yaml ├── 0x1a61250a2bea646478184730d25648811bd429fe.yaml ├── 0x1b22c32cd936cb97c28c5690a0695a82abf688e6.yaml ├── 0x1b957dc4aefeed3b4a2351a6a6d5cbfbba0cecfa.yaml ├── 0x1b9743f556d65e757c4c650b4555baf354cb8bd3.yaml ├── 0x1bb9e8ea817d56eccc212ce63f7da95298f98719.yaml ├── 0x1bcbc54166f6ba149934870b60506199b6c9db6d.yaml ├── 0x1beef31946fbbb40b877a72e4ae04a8d1a5cee06.yaml ├── 0x1c4481750daa5ff521a2a7490d9981ed46465dbd.yaml ├── 0x1c65c261cb89178b02cf2aee20058b992787d770.yaml ├── 0x1c79ab32c66acaa1e9e81952b8aaa581b43e54e7.yaml ├── 0x1ccc29f9ced9d1a5ce81a7262eac8fcd7eca5788.yaml ├── 0x1d462414fe14cf489c7a21cac78509f4bf8cd7c0.yaml ├── 0x1d9e20e581a5468644fe74ccb6a46278ef377f9e.yaml ├── 0x1daaf3d62582639c6a7eabb467e2db9b56fafbbd.yaml ├── 0x1db186898bccde66fa64a50e4d81078951a30dbe.yaml ├── 0x1e26b3d07e57f453cae30f7ddd2f945f5bf3ef33.yaml ├── 0x1eab19e6623e8cbcafc252e275f5b51c27656faf.yaml ├── 0x1f103fd7c4fa908c25387da70ed287b632bd22a2.yaml ├── 0x1f21d8395655fb262251897df7cb3c9358bec6a2.yaml ├── 0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c.yaml ├── 0x1fc52f1abade452dd4674477d4711951700b3d27.yaml ├── 0x2001f2a0cf801ecfda622f6c28fb6e10d803d969.yaml ├── 0x202e295df742befa5e94e9123149360db9d9f2dc.yaml ├── 0x2160e6c0ae8ca7d62fe1f57fc049f8363283ff5f.yaml ├── 0x2167fb82309cf76513e83b25123f8b0559d6b48f.yaml ├── 0x222728c202e7164dfbd127181d46409338c4328e.yaml ├── 0x2233799ee2683d75dfefacbcd2a26c78d34b470d.yaml ├── 0x226bb599a12c826476e3a771454697ea52e9e220.yaml ├── 0x22a3d74c363379189b6cc059d8fbd888e98df5ec.yaml ├── 0x22f0af8d78851b72ee799e05f54a77001586b18a.yaml ├── 0x23352036e911a22cfc692b5e2e196692658aded9.yaml ├── 0x23cb17d7d079518dbff4febb6efcc0de58d8c984.yaml ├── 0x24021d38db53a938446ecb0a31b1267764d9d63d.yaml ├── 0x24692791bc444c5cd0b81e3cbcaba4b04acd1f3b.yaml ├── 0x2469f31a34fcaac0debf73806ce39b2388874b13.yaml ├── 0x24a77c1f17c547105e14813e517be06b0040aa76.yaml ├── 0x24aef3bf1a47561500f9430d74ed4097c47f51f2.yaml ├── 0x24cebc1548e698feffb5553b8ac8043b51069faa.yaml ├── 0x24ddff6d8b8a42d835af3b440de91f3386554aa4.yaml ├── 0x255aa6df07540cb5d3d297f0d0d4d84cb52bc8e6.yaml ├── 0x25c8ca98fe9d59ceef5e0175abae40d4caa60af9.yaml ├── 0x2604fa406be957e542beb89e6754fcde6815e83f.yaml ├── 0x26607f9bf9d62a37b0c78e1d3719fcd1fa32bef9.yaml ├── 0x268b7976e94e84a48bf8b2b57ba34b59ed836a74.yaml ├── 0x26e75307fc0c021472feb8f727839531f112f317.yaml ├── 0x27054b13b1b798b345b591a4d22e6562d47ea75a.yaml ├── 0x27537ff4df3081cef9bee9b29cac764067b42611.yaml ├── 0x275b69aa7c8c1d648a0557656bce1c286e69a29d.yaml ├── 0x275fd328c3986be83f8b60f79c73cf63fde98ca5.yaml ├── 0x27695e09149adc738a978e9a678f99e4c39e9eb9.yaml ├── 0x278f5d89c85a4ac8aaa39e08444212cbb2546fd2.yaml ├── 0x27dce1ec4d3f72c3e457cc50354f1f975ddef488.yaml ├── 0x27f610bf36eca0939093343ac28b1534a721dbb4.yaml ├── 0x28481cdc0e4fa79164491d47e8837edeb3993f20.yaml ├── 0x2859021ee7f2cb10162e67f33af2d22764b31aff.yaml ├── 0x286bda1413a2df81731d4930ce2f862a35a609fe.yaml ├── 0x289925d08b07e73dd0dd02d1407c877942215082.yaml ├── 0x28a40acf39b1d3c932f42dd8068ad00a5ad6448f.yaml ├── 0x28dee01d53fed0edf5f6e310bf8ef9311513ae40.yaml ├── 0x29d75277ac7f0335b2165d0895e8725cbf658d73.yaml ├── 0x2a05d22db079bc40c2f77a1d1ff703a56e631cc1.yaml ├── 0x2a093bcf0c98ef744bb6f69d74f2f85605324290.yaml ├── 0x2a1dbabe65c595b0022e75208c34014139d5d357.yaml ├── 0x2baac9330cf9ac479d819195794d79ad0c7616e3.yaml ├── 0x2bdc0d42996017fce214b21607a515da41a9e0c5.yaml ├── 0x2c4e8f2d746113d0696ce89b35f0d8bf88e0aeca.yaml ├── 0x2c82c73d5b34aa015989462b2948cd616a37641f.yaml ├── 0x2c974b2d0ba1716e644c1fc59982a89ddd2ff724.yaml ├── 0x2ca72c9699b92b47272c9716c664cad6167c80b0.yaml ├── 0x2ccbff3a042c68716ed2a2cb0c544a9f1d1935e1.yaml ├── 0x2d0e95bd4795d7ace0da3c0ff7b706a5970eb9d3.yaml ├── 0x2d9765a94ff22e0ca3afc3e3f4b116de2b67582a.yaml ├── 0x2daee1aa61d60a252dc80564499a69802853583a.yaml ├── 0x2e071d2966aa7d8decb1005885ba1977d6038a65.yaml ├── 0x2ee6d1a3ba4e80a61bdfb48a90d40a5cef455326.yaml ├── 0x2f1b8c9d0a21b747d8ca370f93cb09d3daf222ef.yaml ├── 0x2f4baef93489b09b5e4b923795361a65a26f55e5.yaml ├── 0x2f5e044ad4adac34c8d8df738fac7743eda1409c.yaml ├── 0x2f85e502a988af76f7ee6d83b7db8d6c0a823bf9.yaml ├── 0x2f9b6779c37df5707249eeb3734bbfc94763fbe2.yaml ├── 0x30aee7f259d6d1564ebef457847c672b30f13cbc.yaml ├── 0x30cc0e266cf33b8eac6a99cbd98e39b890cfd69b.yaml ├── 0x3136ef851592acf49ca4c825131e364170fa32b3.yaml ├── 0x31b5e97294e1afd6fff6ffe4cba89a344555f753.yaml ├── 0x327682779bab2bf4d1337e8974ab9de8275a7ca8.yaml ├── 0x3293cc907fde439b39aedaf1b982785adaff186b.yaml ├── 0x32c785e4e8477b277fea2ca2301727084d79d933.yaml ├── 0x331a550a2c7f96384eb69127aa0ea9ad4b5da099.yaml ├── 0x336f646f87d9f6bc6ed42dd46e8b3fd9dbd15c22.yaml ├── 0x33803edf44a71b9579f54cd429b53b06c0eeab83.yaml ├── 0x33b7a018934c6e90fd63189d7c4517f0f776142f.yaml ├── 0x340d2bde5eb28c1eed91b2f790723e3b160613b7.yaml ├── 0x342ba159f988f24f0b033f3cc5232377ee500543.yaml ├── 0x347c099f110ca6761779329d2879957b606b6ace.yaml ├── 0x358d12436080a01a16f711014610f8a4c2c2d233.yaml ├── 0x3597bfd533a99c9aa083587b074434e61eb0a258.yaml ├── 0x35a69642857083ba2f30bfab735dacc7f0bac969.yaml ├── 0x3635e381c67252405c1c0e550973155832d5e490.yaml ├── 0x37256d58e298cacaa82aa0527d56521f1b19e1f5.yaml ├── 0x37d40510a2f5bc98aa7a0f7bf4b3453bcfb90ac1.yaml ├── 0x37f014c64d186eaf879c0033846b51924ce42584.yaml ├── 0x3833dda0aeb6947b98ce454d89366cba8cc55528.yaml ├── 0x3839d8ba312751aa0248fed6a8bacb84308e20ed.yaml ├── 0x386467f1f3ddbe832448650418311a479eecfc57.yaml ├── 0x3883f5e181fccaf8410fa61e12b59bad963fb645.yaml ├── 0x38968746147bbaeb882f356ad9a57594bb158235.yaml ├── 0x38d1c39c3e85dbf0fc2f2d637a4872530ad07a5f.yaml ├── 0x39013f961c378f02c2b82a6e1d31e9812786fd9d.yaml ├── 0x399a0e6fbeb3d74c85357439f4c8aed9678a5cbf.yaml ├── 0x39bb259f66e1c59d5abef88375979b4d20d98022.yaml ├── 0x3a1237d38d0fb94513f85d61679cad7f38507242.yaml ├── 0x3a1bda28adb5b0a812a7cf10a1950c920f79bcd3.yaml ├── 0x3a26746ddb79b1b8e4450e3f4ffe3285a307387e.yaml ├── 0x3a371d4fff12931ff784c18df7ea6741b0fa971f.yaml ├── 0x3adfc4999f77d04c8341bac5f3a76f58dff5b37a.yaml ├── 0x3d1ba9be9f66b8ee101911bc36d3fb562eac2244.yaml ├── 0x3d46454212c61ecb7b31248047fa033120b88668.yaml ├── 0x3dc9a42fa7afe57be03c58fd7f4411b1e466c508.yaml ├── 0x3e250a4f78410c29cfc39463a81f14a226690eb4.yaml ├── 0x3f5bc4fc79b5f8b93ff4814cd9f9a281893d50c9.yaml ├── 0x40395044ac3c0c57051906da938b54bd6557f212.yaml ├── 0x408e41876cccdc0f92210600ef50372656052a38.yaml ├── 0x4092678e4e78230f46a1534c0fbc8fa39780892b.yaml ├── 0x40caa728bb4bafa56f38a58623a12fbe6c90209d.yaml ├── 0x41104c8d51a80d9e2969dc23256a352de4b0ec33.yaml ├── 0x4156d3342d5c385a87d264f90653733592000581.yaml ├── 0x4162178b78d6985480a308b2190ee5517460406d.yaml ├── 0x419c4db4b9e25d6db2ad9691ccb832c8d9fda05e.yaml ├── 0x419d0d8bdd9af5e606ae2232ed285aff190e711b.yaml ├── 0x41ab1b6fcbb2fa9dced81acbdec13ea6315f2bf2.yaml ├── 0x41dbecc1cdc5517c6f76f6a6e836adbee2754de3.yaml ├── 0x41e5560054824ea6b0732e656e3ad64e20e94e45.yaml ├── 0x420335d3deef2d5b87524ff9d0fb441f71ea621f.yaml ├── 0x420c42ce1370c0ec3ca87d9be64a7002e78e6709.yaml ├── 0x422866a8f0b032c5cf1dfbdef31a20f4509562b0.yaml ├── 0x4270bb238f6dd8b1c3ca01f96ca65b2647c06d3c.yaml ├── 0x42d6622dece394b54999fbd73d108123806f6a18.yaml ├── 0x4355fc160f74328f9b383df2ec589bb3dfd82ba0.yaml ├── 0x43ee79e379e7b78d871100ed696e803e7893b644.yaml ├── 0x44197a4c44d6a059297caf6be4f7e172bd56caaf.yaml ├── 0x4470bb87d77b963a013db939be332f927f2b992e.yaml ├── 0x44830e5fbe354af3c1c8d405170c08d3bc8a2cd9.yaml ├── 0x449574c69f3a658794829ed81639a7a9ece041e1.yaml ├── 0x44e6d9ae9053a16e9311fd9702291c5516804359.yaml ├── 0x44f588aeeb8c44471439d1270b3603c66a9262f1.yaml ├── 0x450711d5da9f7cadb0e4d3472be550328b37bdda.yaml ├── 0x45245bc59219eeaaf6cd3f382e078a461ff9de7b.yaml ├── 0x45e42d659d9f9466cd5df622506033145a9b89bc.yaml ├── 0x4632091b0dd0e0902d1fe0534e16eb7b20328d70.yaml ├── 0x46492473755e8df960f8034877f61732d718ce96.yaml ├── 0x464ebe77c293e473b48cfe96ddcf88fcf7bfdac0.yaml ├── 0x468d58d6a52249844a166d0ef045dbdd7ce0c751.yaml ├── 0x46b9ad944d1059450da1163511069c718f699d31.yaml ├── 0x4794b28f59533c52d99028e06878ae7d1e4d1802.yaml ├── 0x47dd62d4d075dead71d0e00299fc56a2d747bebb.yaml ├── 0x48f775efbe4f5ece6e0df2f7b5932df56823b990.yaml ├── 0x494bbaf0124285e6ecb4dfd9eac76e18a9bf470f.yaml ├── 0x49aec0752e68d0282db544c677f6ba407ba17ed7.yaml ├── 0x4a42d2c580f83dce404acad18dab26db11a1750e.yaml ├── 0x4a536c1ce7ad7f6e8d2e59135e17aef5ef4dd4e6.yaml ├── 0x4b35e0ab998ebe8414871c13cf778f9d0bbdf609.yaml ├── 0x4c382f8e09615ac86e08ce58266cc227e7d4d913.yaml ├── 0x4c5601164e2048a4154de91fa5e0b07e626cab7f.yaml ├── 0x4c567c3363cc42c5a42c6d8bf01503fd1d0b91cd.yaml ├── 0x4cc19356f2d37338b9802aa8e8fc58b0373296e7.yaml ├── 0x4cd988afbad37289baaf53c13e98e2bd46aaea8c.yaml ├── 0x4ceda7906a5ed2179785cd3a40a69ee8bc99c466.yaml ├── 0x4cf488387f035ff08c371515562cba712f9015d4.yaml ├── 0x4d829f8c92a6691c56300d020c9e0db984cfe2ba.yaml ├── 0x4d8fc1453a0f359e99c9675954e656d80d996fbf.yaml ├── 0x4dc3643dbc642b72c158e7f3d2ff232df61cb6ce.yaml ├── 0x4de2573e27e648607b50e1cfff921a33e4a34405.yaml ├── 0x4df47b4969b2911c966506e3592c41389493953b.yaml ├── 0x4df812f6064def1e5e029f1ca858777cc98d2d81.yaml ├── 0x4e0603e2a27a30480e5e3a4fe548e29ef12f64be.yaml ├── 0x4e260e3ca268e40133c84b142de73108a7c1ec99.yaml ├── 0x4e8d979271cc2739d2bbd13b291faa3eb6df1504.yaml ├── 0x4f38f4229924bfa28d58eeda496cc85e8016bccc.yaml ├── 0x5046e860ff274fb8c66106b0ffb8155849fb0787.yaml ├── 0x50ee674689d75c0f88e8f83cfe8c4b69e8fd590d.yaml ├── 0x5102791ca02fc3595398400bfe0e33d7b6c82267.yaml ├── 0x514910771af9ca656af840dff83e8264ecf986ca.yaml ├── 0x516e5436bafdc11083654de7bb9b95382d08d5de.yaml ├── 0x51c6a6ef1352578ff01b078313e6779b88bdcb1e.yaml ├── 0x51db5ad35c671a87207d88fc11d593ac0c8415bd.yaml ├── 0x51ee82641ac238bde34b9859f98f5f311d6e4954.yaml ├── 0x52a17ca01b9925752aefde41bf80d7b10514e136.yaml ├── 0x52a7cb918c11a16958be40cba7e31e32a499a465.yaml ├── 0x52e30201f31283dc5f7928b4198896083f604416.yaml ├── 0x52f7018bc6ba4d24abfbaefccae4617bfb0a0b52.yaml ├── 0x539efe69bcdd21a83efd9122571a64cc25e0282b.yaml ├── 0x55296f69f40ea6d20e478533c15a6b08b654e758.yaml ├── 0x554c20b7c486beee439277b4540a434566dc4c02.yaml ├── 0x5554e04e76533e1d14c52f05beef6c9d329e1e30.yaml ├── 0x55648de19836338549130b1af587f16bea46f66b.yaml ├── 0x55a0dd2f1b1d8034894c99507b6439eca479cf62.yaml ├── 0x55c2a0c171d920843560594de3d6eecc09efc098.yaml ├── 0x55e7c4a77821d5c50b4570b08f9f92896a25e012.yaml ├── 0x562952c749d05dca4cd004489a153c7ee7e58240.yaml ├── 0x569cbdcc684edcc589939cc8f6b96e6abd9eb0f3.yaml ├── 0x56b6431f45d08eed55f34371386326c739eacbcc.yaml ├── 0x56ba2ee7890461f463f7be02aac3099f6d5811a8.yaml ├── 0x56e7f2cd7d5382506aab084a67d70e603cdb23f7.yaml ├── 0x56ee8c9bd1d445a3324ad83e86d8be309db8f85d.yaml ├── 0x5732046a883704404f284ce41ffadd5b007fd668.yaml ├── 0x57a3dc224dccc0526954ff60ca6badd19c274d88.yaml ├── 0x587c549c4113127340ac0f5e996cab7a4f35bb49.yaml ├── 0x5925f67d2767d937f47141dac24166b469558222.yaml ├── 0x595832f8fc6bf59c85c527fec3740a1b7a361269.yaml ├── 0x59adcf176ed2f6788a41b8ea4c4904518e62b6a4.yaml ├── 0x5B0751713b2527d7f002c0c4e2a37e1219610A6B.yaml ├── 0x5a84969bb663fb64f6d015dcf9f622aedc796750.yaml ├── 0x5acd19b9c91e596b1f062f18e3d02da7ed8d1e50.yaml ├── 0x5adc961d6ac3f7062d2ea45fefb8d8167d44b190.yaml ├── 0x5af2be193a6abca9c8817001f45744777db30756.yaml ├── 0x5afda18caba69fe3af5e6d56e42e1c9f92c40d77.yaml ├── 0x5b26c5d0772e5bbac8b3182ae9a13f9bb2d03765.yaml ├── 0x5b7093fe2491dfb058c94bcd62a1cd4d822f884c.yaml ├── 0x5bc7e5f0ab8b2e10d2d0a3f21739fce62459aef3.yaml ├── 0x5c3a228510d246b78a3765c20221cbf3082b44a4.yaml ├── 0x5c543e7ae0a1104f78406c340e9c64fd9fce5170.yaml ├── 0x5ca71ea65acb6293e71e62c41b720698b0aa611c.yaml ├── 0x5ca9a71b1d01849c0a95490cc00559717fcf0d1d.yaml ├── 0x5d51fcced3114a8bb5e90cdd0f9d682bcbcc5393.yaml ├── 0x5d60d8d7ef6d37e16ebabc324de3be57f135e0bc.yaml ├── 0x5d65d971895edc438f465c17db6992698a52318d.yaml ├── 0x5e3346444010135322268a4630d2ed5f8d09446c.yaml ├── 0x5ecd84482176db90bb741ddc8c2f9ccc290e29ce.yaml ├── 0x5f53f7a8075614b699baad0bc2c899f4bad8fbbf.yaml ├── 0x5f54c1512d036a0dd92744ee0a55ed183dde0484.yaml ├── 0x5f6e7fb7fe92ea7822472bb0e8f1be60d6a4ea50.yaml ├── 0x5fb6a842ea587fa8d0486589742ce68ef24834a4.yaml ├── 0x60200c0fefc1d0ade1e19a247b703cf3ccdc915a.yaml ├── 0x607f4c5bb672230e8672085532f7e901544a7375.yaml ├── 0x614ea929892ea43d3ea2c5e3311b01cc589bad6c.yaml ├── 0x621d78f2ef2fd937bfca696cabaf9a779f59b3ed.yaml ├── 0x623b925b0a57a24ea8de301f2e3e692ce903f0c3.yaml ├── 0x62a56a4a2ef4d355d34d10fbf837e747504d38d4.yaml ├── 0x633a8f8e557702039463f9f2eb20b7936fff8c05.yaml ├── 0x638ac149ea8ef9a1286c41b977017aa7359e6cfa.yaml ├── 0x63b992e6246d88f07fc35a056d2c365e6d441a3d.yaml ├── 0x63e634330a20150dbb61b15648bc73855d6ccf07.yaml ├── 0x6425c6be902d692ae2db752b3c268afadb099d3b.yaml ├── 0x6467882316dc6e206feef05fba6deaa69277f155.yaml ├── 0x64be6b77cc723e5518687a04b4e62824e89fd8bb.yaml ├── 0x64c86899bc02dd9af823b131e5acd4369f72bd39.yaml ├── 0x64cdf819d3e75ac8ec217b3496d7ce167be42e80.yaml ├── 0x64ff248ddd36430e3640fbea76999941a8bccbd7.yaml ├── 0x6531f133e6deebe7f2dce5a0441aa7ef330b4e53.yaml ├── 0x6576963107077cce5ec879978c03ec6bb300cc89.yaml ├── 0x65be44c747988fbf606207698c944df4442efe19.yaml ├── 0x660b612ec57754d949ac1a09d0c2937a010dee05.yaml ├── 0x662abcad0b7f345ab7ffb1b1fbb9df7894f18e66.yaml ├── 0x66497a283e0a007ba3974e837784c6ae323447de.yaml ├── 0x667088b212ce3d06a1b553a7221e1fd19000d9af.yaml ├── 0x671abbe5ce652491985342e85428eb1b07bc6c64.yaml ├── 0x672a1ad4f667fb18a333af13667aa0af1f5b5bdd.yaml ├── 0x6781a0f84c7e9e846dcb84a9a5bd49333067b104.yaml ├── 0x679badc551626e01b23ceecefbc9b877ea18fc46.yaml ├── 0x6810e776880c02933d47db1b9fc05908e5386b96.yaml ├── 0x687174f8c49ceb7729d925c3a961507ea4ac7b28.yaml ├── 0x6888a16ea9792c15a4dcf2f6c623d055c8ede792.yaml ├── 0x68aa3f232da9bdc2343465545794ef3eea5209bd.yaml ├── 0x69786859bc92e0ca82fcfe1bffc502b7bea6a069.yaml ├── 0x697beac28b09e122c4332d163985e8a73121b97f.yaml ├── 0x6a09e1b7cc5cb52ffdfc585a8df51ced7063915c.yaml ├── 0x6aac8cb9861e42bf8259f5abdc6ae3ae89909e11.yaml ├── 0x6aeb95f06cda84ca345c2de0f3b7f96923a44f4c.yaml ├── 0x6aedbf8dff31437220df351950ba2a3362168d1b.yaml ├── 0x6b0611c65b53e72429d799ed512d0da123ac0fb9.yaml ├── 0x6ba460ab75cd2c56343b3517ffeba60748654d26.yaml ├── 0x6beb418fc6e1958204ac8baddcf109b8e9694966.yaml ├── 0x6c6ee5e31d828de241282b9606c8e98ea48526e2.yaml ├── 0x6d5cac36c1ae39f41d52393b7a425d0a610ad9f2.yaml ├── 0x6ecccf7ebc3497a9334f4fe957a7d5fa933c5bcc.yaml ├── 0x6f1a769952c60b2d03f46419adeda91d87866dab.yaml ├── 0x6f6deb5db0c4994a8283a01d6cfeeb27fc3bbe9c.yaml ├── 0x6f7a4bac3315b5082f793161a22e26666d22717f.yaml ├── 0x6fff3806bbac52a20e0d79bc538d527f6a22c96b.yaml ├── 0x701c244b988a513c945973defa05de933b23fe1d.yaml ├── 0x705ee96c1c160842c92c1aecfcffccc9c412e3d9.yaml ├── 0x70a72833d6bf7f508c8224ce59ea1ef3d0ea3a38.yaml ├── 0x70b147e01e9285e7ce68b9ba437fe3a9190e756a.yaml ├── 0x71d01db8d6a2fbea7f8d434599c237980c234e4c.yaml ├── 0x71f1bc89f38b241f3ebf0d5a013fa2850c63a1d4.yaml ├── 0x7268f9c2bc9c9e65b4a16888cb5672531ce8e945.yaml ├── 0x72adadb447784dd7ab1f472467750fc485e4cb2d.yaml ├── 0x73dd069c299a5d691e9836243bcaec9c8c1d8734.yaml ├── 0x744d70fdbe2ba4cf95131626614a1763df805b9e.yaml ├── 0x74ceda77281b339142a36817fa5f9e29412bab85.yaml ├── 0x75aa7b0d02532f3833b66c7f0ad35376d373ddf8.yaml ├── 0x75c79b88face8892e7043797570c390bc2db52a7.yaml ├── 0x7627de4b93263a6a7570b8dafa64bae812e5c394.yaml ├── 0x763186eb8d4856d536ed4478302971214febc6a9.yaml ├── 0x7654915a1b82d6d2d0afc37c52af556ea8983c7e.yaml ├── 0x767ba2915ec344015a7938e3eedfec2785195d05.yaml ├── 0x76e82406a5040b605c6d30caf4802e7eb3184bbc.yaml ├── 0x7728dfef5abd468669eb7f9b48a7f70a501ed29d.yaml ├── 0x779b7b713c86e3e6774f5040d9ccc2d43ad375f8.yaml ├── 0x7848ae8f19671dc05966dafbefbbbb0308bdfabd.yaml ├── 0x78b7fada55a64dd895d8c8c35779dd8b67fa8a05.yaml ├── 0x7a41e0517a5eca4fdbc7fbeba4d4c47b9ff6dc63.yaml ├── 0x7b0c06043468469967dba22d1af33d77d44056c8.yaml ├── 0x7b1309c1522afd4e66c31e1e6d0ec1319e1eba5e.yaml ├── 0x7b22938ca841aa392c93dbb7f4c42178e3d65e88.yaml ├── 0x7b69b78cc7fee48202c208609ae6d1f78ce42e13.yaml ├── 0x7c32db0645a259fae61353c1f891151a2e7f8c1e.yaml ├── 0x7c5a0ce9267ed19b22f8cae653f198e3e8daf098.yaml ├── 0x7cdec53fe4770729dac314756c10e2f37b8d2b2f.yaml ├── 0x7d3e7d41da367b4fdce7cbe06502b13294deb758.yaml ├── 0x7d49eaac4c70abc1a659122f08c0806ae44703ef.yaml ├── 0x7d4b8cce0591c9044a22ee543533b72e976e36c3.yaml ├── 0x7d5edcd23daa3fb94317d32ae253ee1af08ba14d.yaml ├── 0x7e9d62e1ff4e34096f91ee0153222ab81f7184f0.yaml ├── 0x7e9e431a0b8c4d532c745b1043c7fa29a48d4fba.yaml ├── 0x7ea4c29d3d37f9b259be610b67b3125c4d095d02.yaml ├── 0x7f1e2c7d6a69bf34824d72c53b4550e895c0d8c2.yaml ├── 0x7f2176ceb16dcb648dc924eff617c3dc2befd30d.yaml ├── 0x80a7e048f37a50500351c204cb407766fa3bae7f.yaml ├── 0x80e7a4d750ade616da896c49049b7ede9e04c191.yaml ├── 0x80fb784b7ed66730e8b1dbd9820afd29931aab03.yaml ├── 0x814964b1bceaf24e26296d031eadf134a2ca4105.yaml ├── 0x814f67fa286f7572b041d041b1d99b432c9155ee.yaml ├── 0x8183dc52ce1cff90eba453c4a450f3d2d98f0ee3.yaml ├── 0x818fc6c2ec5986bc6e2cbf00939d90556ab12ce5.yaml ├── 0x81c9151de0c8bafcd325a57e3db5a5df1cebf79c.yaml ├── 0x82917e1775149548eb7883c99b34f7cb0abfb756.yaml ├── 0x82b0e50478eeafde392d45d1259ed1071b6fda81.yaml ├── 0x83984d6142934bb535793a82adb0a46ef0f66b6d.yaml ├── 0x83cee9e086a77e492ee0bb93c2b0437ad6fdeccc.yaml ├── 0x83eea00d838f92dec4d1475697b9f4d3537b56e3.yaml ├── 0x84119cb33e8f590d75c2d6ea4e6b0741a7494eda.yaml ├── 0x84a8222618acd4ac60547b6e89cc2c72a12a49dd.yaml ├── 0x85089389c14bd9c77fc2b8f0c3d1dc3363bf06ef.yaml ├── 0x859a9c0b44cb7066d956a958b0b82e54c9e44b4b.yaml ├── 0x85a7c57a4068280dd1166089a18acf35b4ba11e2.yaml ├── 0x85e076361cc813a908ff672f9bad1541474402b2.yaml ├── 0x8633e144f2d9b9b8bdd12ddb58e4bef1e163a0ce.yaml ├── 0x865d176351f287fe1b0010805b110d08699c200a.yaml ├── 0x8727c112c712c4a03371ac87a74dd6ab104af768.yaml ├── 0x87611ca3403a3878dfef0da2a786e209abfc1eff.yaml ├── 0x877fb817d5de492d20ec3190a812f6430e8faeba.yaml ├── 0x87ae38d63a6bbb63e46219f494b549e3be7fc400.yaml ├── 0x87e960f996e789ca2c8415fc449e4720adbe0497.yaml ├── 0x881ef48211982d01e2cb7092c915e647cd40d85c.yaml ├── 0x8866d52303e372c2a2936d8ea09afd87bcbd8cf2.yaml ├── 0x887834d3b8d450b6bab109c252df3da286d73ce4.yaml ├── 0x888666ca69e0f178ded6d75b5726cee99a87d698.yaml ├── 0x88a3e4f35d64aad41a6d4030ac9afe4356cb84fa.yaml ├── 0x88fcfbc22c6d3dbaa25af478c578978339bde77a.yaml ├── 0x89303500a7abfb178b274fd89f2469c264951e1f.yaml ├── 0x895f5d0b8456b980786656a33f21642807d1471c.yaml ├── 0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359.yaml ├── 0x8a187d5285d316bcbc9adafc08b51d70a0d8e000.yaml ├── 0x8a854288a5976036a725879164ca3e91d30c6a1b.yaml ├── 0x8aa33a7899fcc8ea5fbe6a608a109c3893a1b8b2.yaml ├── 0x8ae4bf2c33a8e667de34b54938b0ccd03eb8cc06.yaml ├── 0x8b0c9f462c239c963d8760105cbc935c63d85680.yaml ├── 0x8b1f49491477e0fb46a29fef53f1ea320d13c349.yaml ├── 0x8b353021189375591723e7384262f45709a3c3dc.yaml ├── 0x8b9c35c79af5319c70dd9a3e3850f368822ed64e.yaml ├── 0x8c01ada8e708993a891d57d1b3169479a20acb3a.yaml ├── 0x8ce9411df545d6b51a9bc52a89e0f6d1b54a06dd.yaml ├── 0x8d5a69dc82a47594881256f2eef81770274fa30f.yaml ├── 0x8d80de8a78198396329dfa769ad54d24bf90e7aa.yaml ├── 0x8e4bf12e472739ab62eb404c758423ca499cf94d.yaml ├── 0x8eb24319393716668d768dcec29356ae9cffe285.yaml ├── 0x8ef59b92f21f9e5f21f5f71510d1a7f87a5420be.yaml ├── 0x8effd494eb698cc399af6231fccd39e08fd20b15.yaml ├── 0x8f070b17dd3953634e9e9c174d0f05396f681bc1.yaml ├── 0x8f0921f30555624143d427b340b1156914882c10.yaml ├── 0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374.yaml ├── 0x8f8221afbb33998d8584a2b05749ba73c37a938a.yaml ├── 0x9002d4485b7594e3e850f0a206713b305113f69e.yaml ├── 0x90528aeb3a2b736b780fd1b6c478bb7e1d643170.yaml ├── 0x90b1b771d0814d607da104b988efa39288219d62.yaml ├── 0x910dfc18d6ea3d6a7124a6f8b5458f281060fa4c.yaml ├── 0x9214ec02cb71cba0ada6896b8da260736a67ab10.yaml ├── 0x922ac473a3cc241fd3a0049ed14536452d58d73c.yaml ├── 0x923108a439c4e8c2315c4f6521e5ce95b44e9b4c.yaml ├── 0x936f78b9852d12f5cb93177c1f84fb8513d06263.yaml ├── 0x93713bf12ba1bb55edf94298a302a8fc9d118086.yaml ├── 0x9375b738083101617f0642d7dbeaa89e361545e3.yaml ├── 0x93e24ce396a9e7d7de4a5bc616cf5fcab0476626.yaml ├── 0x93e682107d1e9defb0b5ee701c71707a4b2e46bc.yaml ├── 0x9409b1e54d5154b39bdcde3a6f85d463028435c3.yaml ├── 0x94d6b4fb35fb08cb34aa716ab40049ec88002079.yaml ├── 0x94ffb55ce68231c5966ea8dab16a8f066846513f.yaml ├── 0x9501bfc48897dceeadf73113ef635d2ff7ee4b97.yaml ├── 0x9541fd8b9b5fa97381783783cebf2f5fa793c262.yaml ├── 0x957c30ab0426e0c93cd8241e2c60392d08c6ac8e.yaml ├── 0x959529102cfde07b1196bd27adedc196d75f84f6.yaml ├── 0x95abb152ed410cc4b6dffb3ed41d01015bdbb5d2.yaml ├── 0x95c4be8534d69c248c0623c4c9a7a2a001c17337.yaml ├── 0x960b236a07cf122663c4303350609a66a7b288c0.yaml ├── 0x9720b467a710382a232a32f540bdced7d662a10b.yaml ├── 0x983877018633c0940b183cd38d1b58bee34f7301.yaml ├── 0x983f6d60db79ea8ca4eb9968c6aff8cfa04b3c63.yaml ├── 0x983f7cc12d0b5d512b0f91f51a4aa478ac4def46.yaml ├── 0x98f5e9b7f0e33956c0443e81bf7deb8b5b1ed545.yaml ├── 0x994f0dffdbae0bbf09b652d6f11a493fd33f42b9.yaml ├── 0x998b3b82bc9dba173990be7afb772788b5acb8bd.yaml ├── 0x9992ec3cf6a55b00978cddf2b27bc6882d88d1ec.yaml ├── 0x999967e2ec8a74b7c8e9db19e039d920b31d39d0.yaml ├── 0x99ea4db9ee77acd40b119bd1dc4e33e1c070b80d.yaml ├── 0x9a005c9a89bd72a4bd27721e7a09a3c11d2b03c4.yaml ├── 0x9a0242b7a33dacbe40edb927834f96eb39f8fbcb.yaml ├── 0x9adaba9ffda15e3a043c907d390f645147eb532a.yaml ├── 0x9af4f26941677c706cfecf6d3379ff01bb85d5ab.yaml ├── 0x9b11b1b271a224a271619f3419b1b080fdec5b4a.yaml ├── 0x9b11efcaaa1890f6ee52c6bb7cf8153ac5d74139.yaml ├── 0x9b6443b0fb9c241a7fdac375595cea13e6b7807a.yaml ├── 0x9b68bfae21df5a510931a262cecf63f41338f264.yaml ├── 0x9b70740e708a083c6ff38df52297020f5dfaa5ee.yaml ├── 0x9b7593aae6b48d02668808c2dfbfc4bef35ef957.yaml ├── 0x9b8eb7a73a3c65fc3c892b494ab29cb061cf05ae.yaml ├── 0x9c23a568a32e8434ec88bdf60891a1d95ffd36cc.yaml ├── 0x9c23d67aea7b95d80942e3836bcdf7e708a747c2.yaml ├── 0x9dfe4643c04078a46803edcc30a3291b76d4c20c.yaml ├── 0x9e386da8cdfcf8b9e7490e3f2a4589c570cb2b2f.yaml ├── 0x9e6b2b11542f2bc52f3029077ace37e8fd838d7f.yaml ├── 0x9e77d5a1251b6f7d456722a6eac6d2d5980bd891.yaml ├── 0x9e88613418cf03dca54d6a2cf6ad934a78c7a17a.yaml ├── 0x9e96604445ec19ffed9a5e8dd7b50a29c899a10c.yaml ├── 0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2.yaml ├── 0xC4A86561cb0b7EA1214904f26E6D50FD357C7986.yaml ├── 0xa017ac5fac5941f95010b12570b812c974469c2c.yaml ├── 0xa0aa85b54f8a7b09c845f13a09172b08925f3d54.yaml ├── 0xa13f0743951b4f6e3e3aa039f682e17279f52bc3.yaml ├── 0xa15c7ebe1f07caf6bff097d8a589fb8ac49ae5b3.yaml ├── 0xa2f4fcb0fde2dd59f7a1873e121bc5623e3164eb.yaml ├── 0xa4ea687a2a7f29cf2dc66b39c68e4411c0d00c49.yaml ├── 0xa4ef5964f146d2526c51fc40caa244e45edce136.yaml ├── 0xa4ff5ce0556f9ff0797ae525ec5ba9b723878a3e.yaml ├── 0xa51153d9cf9d3cf6d58697b68eccc158d1e40388.yaml ├── 0xa54ddc7b3cce7fc8b1e3fa0256d0db80d2c10970.yaml ├── 0xa578acc0cb7875781b7880903f4594d13cfa8b98.yaml ├── 0xa5a283557653f36cf9aa0d5cc74b1e30422349f2.yaml ├── 0xa5d1e58ece1fc438d64e65769d2ab730143a4caf.yaml ├── 0xa5f8fc0921880cb7342368bd128eb8050442b1a1.yaml ├── 0xa5fd1a791c4dfcaacc963d4f73c6ae5824149ea7.yaml ├── 0xa645264c5603e96c3b0b078cdab68733794b0a71.yaml ├── 0xa65ee5fd259d94294c4ef030d1a62eeb465b9438.yaml ├── 0xa6e2f7f33f01fb399e72f3e044196eab7d348012.yaml ├── 0xa701122c1b67220a8b6883d03c8ad67896b12466.yaml ├── 0xa7f976c360ebbed4465c2855684d1aae5271efa9.yaml ├── 0xa8006c4ca56f24d6836727d106349320db7fef82.yaml ├── 0xa823e6722006afe99e91c30ff5295052fe6b8e32.yaml ├── 0xa86a0da9d05d0771955df05b44ca120661af16de.yaml ├── 0xa89b5934863447f6e4fc53b315a93e873bda69a3.yaml ├── 0xa8daa52ded91f7c82b4bb02b4b87c6a841db1fd5.yaml ├── 0xa8f93faee440644f89059a2c88bdc9bf3be5e2ea.yaml ├── 0xa94c128a138504e1f81d727cc21bcb9ae6581015.yaml ├── 0xa9666166d3c7fd15e874801f99e9ad5bfb70c5cf.yaml ├── 0xaa26b73bfdc80b5c7d2cfbfc30930038fb7fa657.yaml ├── 0xaa4ab1c817e4df7d25ce4d42352649d592a3bba0.yaml ├── 0xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6f.yaml ├── 0xaaaf91d9b90df800df4f55c205fd6989c977e73a.yaml ├── 0xab6cf87a50f17d7f5e1feaf81b6fe9ffbe8ebf84.yaml ├── 0xab95e915c123fded5bdfb6325e35ef5515f1ea69.yaml ├── 0xac2bd14654bbf22f9d8f20c7b3a70e376d3436b4.yaml ├── 0xac3211a5025414af2866ff09c23fc18bc97e79b1.yaml ├── 0xac3da587eac229c9896d919abc235ca4fd7f72c1.yaml ├── 0xac709fcb44a43c35f0da4e3163b117a17f3770f5.yaml ├── 0xacfa209fb73bf3dd5bbfb1101b9bc999c49062a5.yaml ├── 0xae4191a7eb25713ac90483ea75828ae8038f94dc.yaml ├── 0xae4f56f072c34c0a65b3ae3e4db797d831439d93.yaml ├── 0xae616e72d3d89e847f74e8ace41ca68bbf56af79.yaml ├── 0xae73b38d1c9a8b274127ec30160a4927c4d71824.yaml ├── 0xaec2e87e0a235266d9c5adc9deb4b2e29b54d009.yaml ├── 0xaf1250fa68d7decd34fd75de8742bc03b29bd58e.yaml ├── 0xaf146fbd319ca7ae178caa2c9d80a2db6b944350.yaml ├── 0xaf30d2a7e90d7dc361c8c4585e9bb7d2f6f15bc7.yaml ├── 0xaf4dce16da2877f8c9e00544c93b62ac40631f16.yaml ├── 0xaf55f3b7dc65c8f9577cf00c8c5ca7b6e8cc4433.yaml ├── 0xafc39788c51f0c1ff7b55317f3e70299e521fff6.yaml ├── 0xafe60511341a37488de25bef351952562e31fcc1.yaml ├── 0xb0d926c1bc3d78064f3e1075d5bd9a24f35ae6c5.yaml ├── 0xb17df9a3b09583a9bdcf757d6367171476d4d8a3.yaml ├── 0xb203b5495109c6c85615ebb2056f98301d470507.yaml ├── 0xb236e2477b8ed34b203b60e2b88884ee5b31a3c3.yaml ├── 0xb23be73573bc7e03db6e5dfc62405368716d28a8.yaml ├── 0xb24754be79281553dc1adc160ddf5cd9b74361a4.yaml ├── 0xb29678a4805a7d787dc9589e179d27f7575bb9f7.yaml ├── 0xb2bfeb70b903f1baac7f2ba2c62934c7e5b974c4.yaml ├── 0xb2f7eb1f2c37645be61d73953035360e768d81e6.yaml ├── 0xb3bd49e28f8f832b8d1e246106991e546c323502.yaml ├── 0xb41b531359330d76bbcb0f1a24f94ff6bff30dc1.yaml ├── 0xb444208cb0516c150178fcf9a52604bc04a1acea.yaml ├── 0xb45a50545beeab73f38f31e5973768c421805e5e.yaml ├── 0xb4b1d2c217ec0776584ce08d3dd98f90ededa44b.yaml ├── 0xb4bfa6b45e25ad12bb033ec8a5eff523b83cc9af.yaml ├── 0xb4c55b5a1faf5323e59842171c2492773a3783dd.yaml ├── 0xb4efd85c19999d84251304bda99e90b92300bd93.yaml ├── 0xb4f5438c3c2a682da351ab6b57edc8530efd67be.yaml ├── 0xb518d165398d9057ea8b73096edda5c7754bcd62.yaml ├── 0xb53a96bcbdd9cf78dff20bab6c2be7baec8f00f8.yaml ├── 0xb561fef0d624c0826ff869946f6076b7c4f2ba42.yaml ├── 0xb62132e35a6c13ee1ee0f84dc5d40bad8d815206.yaml ├── 0xb62d18dea74045e822352ce4b3ee77319dc5ff2f.yaml ├── 0xb63ab8e276e081b9079c3ae520c58061fa4acb45.yaml ├── 0xb63b606ac810a52cca15e44bb630fd42d8d1d83d.yaml ├── 0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac.yaml ├── 0xb6ed7644c69416d67b522e20bc294a9a9b405b31.yaml ├── 0xb6ee9668771a79be7967ee29a63d4184f8097143.yaml ├── 0xb72627650f1149ea5e54834b2f468e5d430e67bf.yaml ├── 0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74.yaml ├── 0xb802b24e0637c2b87d2e8b7784c055bbe921011a.yaml ├── 0xb8742486c723793cf5162bb5d3425ed9cd73d049.yaml ├── 0xb8c77482e45f1f44de1745f52c74426c631bdd52.yaml ├── 0xb8d8a92cafaf6c055bce8e53405d90be96d1a677.yaml ├── 0xb91318f35bdb262e9423bc7c7c2a3a93dd93c92c.yaml ├── 0xb915ff79170d606935bceaf000d77ca4ed92d993.yaml ├── 0xb97048628db6b661d4c2aa833e95dbe1a905b280.yaml ├── 0xb98d4c97425d9908e66e53a6fdf673acca0be986.yaml ├── 0xb9e7f8568e08d5659f5d29c4997173d84cdf2607.yaml ├── 0xb9f0b7e1d518f0e213441a804fed84c2858c5d88.yaml ├── 0xba2184520a1cc49a6159c57e61e1844e085615b6.yaml ├── 0xba5f11b16b155792cf3b2e6880e8706859a8aeb6.yaml ├── 0xba71b32e71a41339aa4ceaa79528535aefe488d8.yaml ├── 0xba9d4199fab4f26efe3551d490e3821486f135ba.yaml ├── 0xbb1b3e8ddded8165d58b0c192d19cd360682b170.yaml ├── 0xbc63acdfafa94bd4d8c2bb7a8552281f107242c0.yaml ├── 0xbc7de10afe530843e71dfb2e3872405191e8d14a.yaml ├── 0xbc86727e770de68b1060c91f6bb6945c73e10388.yaml ├── 0xbc9395973bd35a3b4bd924f050d2778c07506ecb.yaml ├── 0xbd35aefa375b57a801ddc87615aef1e9f353df28.yaml ├── 0xbd4b60a138b3fce3584ea01f50c0908c18f9677a.yaml ├── 0xbdc5bac39dbe132b1e030e898ae3830017d7d969.yaml ├── 0xbdcfbf5c4d91abc0bc9709c7286d00063c0e6f22.yaml ├── 0xbeb9ef514a379b997e0798fdcc901ee474b6d9a1.yaml ├── 0xbf2179859fc6d5bee9bf9158632dc51678a4100e.yaml ├── 0xbf4a29269bf3a5c351c2af3a9c9ed81b07129ce4.yaml ├── 0xc029ba3dc12e1834571e821d94a07de0a01138ea.yaml ├── 0xc0c2ee1ce1fed8f6e2764363a36db3dd4cf10022.yaml ├── 0xc0eb85285d83217cd7c891702bcbc0fc401e2d9d.yaml ├── 0xc12d099be31567add4e4e4d0d45691c3f58f5663.yaml ├── 0xc14830e53aa344e8c14603a91229a0b925b0b262.yaml ├── 0xc27a2f05fa577a83ba0fdb4c38443c0718356501.yaml ├── 0xc324a2f6b05880503444451b8b27e6f9e63287cb.yaml ├── 0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea.yaml ├── 0xc3951d77737733174152532e8b0f27e2c4e9f0dc.yaml ├── 0xc3aef0036f5b146440775b2a1d5bf45fd8992741.yaml ├── 0xc42209accc14029c1012fb5680d95fbd6036e2a0.yaml ├── 0xc438b4c0dfbb1593be6dee03bbd1a84bb3aa6213.yaml ├── 0xc499ea948a1ad5d8eaf12abd2f67975c4dbe21aa.yaml ├── 0xc5594d84b996a68326d89fb35e4b89b3323ef37d.yaml ├── 0xc596bd09d652827b0106292d3e378d5938df4b12.yaml ├── 0xc5cea8292e514405967d958c2325106f2f48da77.yaml ├── 0xc7579bb99af590ec71c316e1ac4436c535039594.yaml ├── 0xc78593c17482ea5de44fdd84896ffd903972878e.yaml ├── 0xc79d440551a03f84f863b1f259f135794c8a7190.yaml ├── 0xc7a4eb66f982cde71d872398e4d1fc5fc586cb9e.yaml ├── 0xc7bba5b765581efb2cdd2679db5bea9ee79b201f.yaml ├── 0xc80c5e40220172b36adee2c951f26f2a577810c5.yaml ├── 0xc87c5dd86a3d567ff28701886fb0745aaa898da4.yaml ├── 0xc8c6a31a4a806d3710a7b38b7b296d2fabccdba8.yaml ├── 0xc9859fccc876e6b4b3c749c5d29ea04f48acb74f.yaml ├── 0xc98e0639c6d2ec037a615341c369666b110e80e5.yaml ├── 0xc997d07b0bc607b6d1bcb6fb9d4a5579c466c3e5.yaml ├── 0xc99ddc30bb0cf76b07d90dcb6b267b8352697bef.yaml ├── 0xc9f05e276d9148c7728f63205cc0180cb21a60ff.yaml ├── 0xca48ac42c9cd4ee98813af8945a1024868ee62de.yaml ├── 0xcb5a05bef3257613e984c17dbcf039952b6d883f.yaml ├── 0xcb94be6f13a1182e4a4b6140cb7bf2025d28e41b.yaml ├── 0xcb97e65f07da24d46bcdd078ebebd7c6e6e3d750.yaml ├── 0xcbcc0f036ed4788f63fc0fee32873d6a7487b908.yaml ├── 0xcc13fc627effd6e35d2d2706ea3c4d7396c610ea.yaml ├── 0xcc34366e3842ca1bd36c1f324d15257960fcc801.yaml ├── 0xcc4ef9eeaf656ac1a2ab886743e98e97e090ed38.yaml ├── 0xccbf21ba6ef00802ab06637896b799f7101f54a2.yaml ├── 0xccca48874780f9c42b162c9617bc6324c5142c22.yaml ├── 0xcd0a53685b594a543181e6203433766648a8cd43.yaml ├── 0xcdcfc0f66c522fd086a1b725ea3c0eeb9f9e8814.yaml ├── 0xce53a179047ebed80261689367c093c90a94cc08.yaml ├── 0xce831af117375e6286eb3c46d696ee3dbf4f4f50.yaml ├── 0xced4e93198734ddaff8492d525bd258d49eb388e.yaml ├── 0xcf76f32ebe10139e4370127d5789cdb0750d460d.yaml ├── 0xcfb98637bcae43c13323eaa1731ced2b716962fd.yaml ├── 0xcfc2437916a6df165235272dbfb116687bb1a00b.yaml ├── 0xd01db73e047855efb414e6202098c4be4cd2423b.yaml ├── 0xd0800859d6f4bc0210b7807e770bc44a9ece7372.yaml ├── 0xd0929d411954c47438dc1d871dd6081f5c5e149c.yaml ├── 0xd0a4b8946cb52f0661273bfbc6fd0e0c75fc6433.yaml ├── 0xd0d6d6c5fe4a677d343cc433536bb717bae167dd.yaml ├── 0xd1ec43b9d44338a4e74f3f41cd1b86254cbaa874.yaml ├── 0xd2308446536a0bad028ab8c090d62e1ea2a51f24.yaml ├── 0xd234bf2410a0009df9c3c63b610c09738f18ccd7.yaml ├── 0xd248b0d48e44aaf9c49aea0312be7e13a6dc1468.yaml ├── 0xd26114cd6ee289accf82350c8d8487fedb8a0c07.yaml ├── 0xd2d6158683aee4cc838067727209a0aaf4359de3.yaml ├── 0xd2fa8f92ea72abb35dbd6deca57173d22db2ba49.yaml ├── 0xd341d1680eeee3255b8c4c75bcce7eb57f144dae.yaml ├── 0xd3c00772b24d997a812249ca637a921e81357701.yaml ├── 0xd3e2f9dfff5a6feeece5dbcee3b86cb375fd8c98.yaml ├── 0xd49ff13661451313ca1553fd6954bd1d9b6e02b9.yaml ├── 0xd4c435f5b09f855c3317c8524cb1f586e42795fa.yaml ├── 0xd4fa1460f537bb9085d22c7bccb5dd450ef28e3a.yaml ├── 0xd559f20296ff4895da39b5bd9add54b442596a61.yaml ├── 0xd5f788ca0de8f17cbde1d1e35aa8f005a87fa00b.yaml ├── 0xd65960facb8e4a2dfcb2c2212cb2e44a02e2a57e.yaml ├── 0xd6adc5e386d499361ccc5752f791b45132e7e6e4.yaml ├── 0xd6e49800decb64c0e195f791348c1e87a5864fd7.yaml ├── 0xd7631787b4dcc87b1254cfd1e5ce48e96823dee8.yaml ├── 0xd780ae2bf04cd96e577d3d014762f831d97129d0.yaml ├── 0xd819e892f4df8659188e8bda839fdf2215a513bc.yaml ├── 0xd850942ef8811f2a866692a623011bde52a462c1.yaml ├── 0xd884f9881e0aeabad79be8a69122cf998d067fff.yaml ├── 0xd8912c10681d8b21fd3742244f44658dba12264e.yaml ├── 0xd8950fdeaa10304b7a7fd03a2fc66bc39f3c711a.yaml ├── 0xd96b9fd7586d9ea24c950d24399be4fb65372fdd.yaml ├── 0xda6cb58a0d0c01610a29c5a65c303e13e885887c.yaml ├── 0xdb8646f5b487b5dd979fac618350e85018f557d4.yaml ├── 0xdc0c22285b61405aae01cba2530b6dd5cd328da7.yaml ├── 0xdcb9ff81013c31ff686154b4502ef6bfaa102d2d.yaml ├── 0xdd007278b667f6bef52fd0a4c23604aa1f96039a.yaml ├── 0xdd16ec0f66e54d453e6756713e533355989040e4.yaml ├── 0xdd41fbd1ae95c5d9b198174a28e04be6b3d1aa27.yaml ├── 0xdd6bf56ca2ada24c683fac50e37783e55b57af9f.yaml ├── 0xdd6c68bb32462e01705011a4e2ad1a60740f217f.yaml ├── 0xdd974d5c2e2928dea5f71b9825b8b646686bd200.yaml ├── 0xdded69d8e28d38d640f6244ab5294f309fd40ce1.yaml ├── 0xdf6ef343350780bf8c3410bf062e0c015b1dd671.yaml ├── 0xdfbd6a960a55bcfcf59d5925351e05a51498bcef.yaml ├── 0xdfe2bd1d3dcbb97804acf3ee85230e832c4a7b5d.yaml ├── 0xdfe7351c291bc0e49079c62212587244e1c666ba.yaml ├── 0xe0b7927c4af23765cb51314a0e0521a9645f0e2a.yaml ├── 0xe0e73e8fc3a0fa161695be1d75e1bc3e558957c4.yaml ├── 0xe13ef257cf4d5df928ca11d230427c037666d466.yaml ├── 0xe1479d294807379320dca9a9e9002ac644539099.yaml ├── 0xe25b0bba01dc5630312b6a21927e578061a13f55.yaml ├── 0xe25bcec5d3801ce3a794079bf94adf1b8ccd802d.yaml ├── 0xe25f0974fea47682f6a7386e4217da70512ec997.yaml ├── 0xe29c5b523590165795bbd7d52369c2895b18841f.yaml ├── 0xe2d82dc7da0e6f882e96846451f4fabcc8f90528.yaml ├── 0xe2e5d0e1422e927abab19ad2067f802ad07fb364.yaml ├── 0xe2e6d4be086c6938b53b22144855eef674281639.yaml ├── 0xe2f45f1660dc99daf3bd06f637ab1e4debc15bde.yaml ├── 0xe2fb6529ef566a080e6d23de0bd351311087d567.yaml ├── 0xe30e02f049957e2a5907589e06ba646fb2c321ba.yaml ├── 0xe3818504c1b32bf1557b16c238b2e01fd3149c17.yaml ├── 0xe3fa177acecfb86721cf6f9f4206bd3bd672d7d5.yaml ├── 0xe41d2489571d322189246dafa5ebde1f4699f498.yaml ├── 0xe42ba5558b00d2e6109cc60412d5d4c9473fe998.yaml ├── 0xe463d10ec6b4ff6a3e5be41144956116ca30d4c3.yaml ├── 0xe469c4473af82217b30cf17b10bcdb6c8c796e75.yaml ├── 0xe4c07f4637df3a0354f9b42a1b3178dc573b8926.yaml ├── 0xe50365f5d679cb98a1dd62d6f6e58e59321bcddf.yaml ├── 0xe531642e9bb5d027e9c20e03284287b97919a9a5.yaml ├── 0xe58aff48f738b4a719d1790587cdc91a3560d7e1.yaml ├── 0xe5a219d4db92a701e79b6e548803c8ce55138686.yaml ├── 0xe5a7c12972f3bbfe70ed29521c8949b8af6a0970.yaml ├── 0xe5dada80aa6477e85d09747f2842f7993d0df71c.yaml ├── 0xe5f166c0d8872b68790061317bb6cca04582c912.yaml ├── 0xe691b7ff3c9fddb8c2437412208ee4816aba7258.yaml ├── 0xe755f2fa95e47c5588c3037dd38e1268fa5fcecd.yaml ├── 0xe7775a6e9bcf904eb39da2b68c5efb4f9360e08c.yaml ├── 0xe814aee960a85208c3db542c53e7d4a6c8d5f60f.yaml ├── 0xe81d72d14b1516e68ac3190a46c93302cc8ed60f.yaml ├── 0xe8c09672cfb9cfce6e2edbb01057d9fa569f97c1.yaml ├── 0xe8c5e942b76099c0c6d78271bad3ca002fa7c531.yaml ├── 0xe8ff5c9c75deb346acac493c463c8950be03dfba.yaml ├── 0xe99a76d5fb19bc419d72f355050045fad88e060f.yaml ├── 0xea097a2b1db00627b2fa17460ad260c016016977.yaml ├── 0xea1f346faf023f974eb5adaf088bbcdf02d761f4.yaml ├── 0xea38eaa3c86c8f9b751533ba2e562deb9acded40.yaml ├── 0xea5f88e54d982cbb0c441cde4e79bc305e5b43bc.yaml ├── 0xea610b1153477720748dc13ed378003941d84fab.yaml ├── 0xea642206310400cda4c1c5b8e7945314aa96b8a7.yaml ├── 0xeb2da9fac54284cea731d1f10bb34eecb3c00c14.yaml ├── 0xeb7c20027172e5d143fb030d50f91cece2d1485d.yaml ├── 0xeb9951021698b42e4399f9cbb6267aa35f82d59d.yaml ├── 0xebbdf302c940c6bfd49c6b165f457fdb324649bc.yaml ├── 0xebc86d834756621444a8a26b4cf81b625fe310cd.yaml ├── 0xecd570bbf74761b960fa04cc10fe2c4e86ffda36.yaml ├── 0xedf2d3e5fb70ead2e6d8fe96845a5e59d52d2044.yaml ├── 0xee688d34c1cc02fc81b2f3f05c489e05d4c0b6ba.yaml ├── 0xeeac3f8da16bb0485a4a11c5128b0518dac81448.yaml ├── 0xeee2d00eb7deb8dd6924187f5aa3496b7d06e62a.yaml ├── 0xef2463099360a085f1f10b076ed72ef625497a06.yaml ├── 0xef25e54e1ae9bfd966b9b5cde6880e7a2323a957.yaml ├── 0xef68e7c694f40c8202821edf525de3782458639f.yaml ├── 0xefbd6d7def37ffae990503ecdb1291b2f7e38788.yaml ├── 0xf028adee51533b1b47beaa890feb54a457f51e89.yaml ├── 0xf04a8ac553fcedb5ba99a64799155826c136b0be.yaml ├── 0xf05a9382a4c3f29e2784502754293d88b835109c.yaml ├── 0xf0ee6b27b759c9893ce4f094b49ad28fd15a23e4.yaml ├── 0xf19eac69f9566f0b40660bd0cc16234330f38456.yaml ├── 0xf1d9139c6512452db91f25635457b844d7e22b8b.yaml ├── 0xf230b790e05390fc8295f4d3f60332c93bed42e2.yaml ├── 0xf24d3dfffcaf9f9a5dda9c57eeeb1ac0bba49c86.yaml ├── 0xf2e51e32d1f546423364a040ef1a6d2f05e31482.yaml ├── 0xf333b2ace992ac2bbd8798bf57bc65a06184afba.yaml ├── 0xf3db5fa2c66b7af3eb0c0b782510816cbe4813b8.yaml ├── 0xf3db7560e820834658b590c96234c333cd3d5e5e.yaml ├── 0xf4134146af2d511dd5ea8cdb1c4ac88c57d60404.yaml ├── 0xf433089366899d83a9f26a773d59ec7ecf30355e.yaml ├── 0xf444cd92e09cc8b2a23cd2eecb3c1e4cc8da6958.yaml ├── 0xf4467cae19c5a53b9fdcd4ded678826805aa1927.yaml ├── 0xf4522eda455814d43b003bc1c38501b04d65cc4a.yaml ├── 0xf4faea455575354d2699bc209b0a65ca99f69982.yaml ├── 0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c.yaml ├── 0xf62baa1997f04f165edd100d78241e07617f6ce6.yaml ├── 0xf6b55acbbc49f4524aa48d19281a9a77c54de10f.yaml ├── 0xf6cfe53d6febaeea051f400ff5fc14f0cbbdaca1.yaml ├── 0xf70a642bd387f94380ffb90451c2c81d4eb82cbc.yaml ├── 0xf7ae0daa230bf3fb3c0e5e01e7a6e0a142c6cf7e.yaml ├── 0xf7b098298f7c69fc14610bf71d5e02c60792894c.yaml ├── 0xf8e386eda857484f5a12e4b5daa9984e06e73705.yaml ├── 0xf8fa1a588cd8cd51c3c4d6dc16d2717f6332e821.yaml ├── 0xf94e44d8ea46ccd8451d7e15264c6c4a78d3e10f.yaml ├── 0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6.yaml ├── 0xf9c9da0c81fffd491458881410903561d1e40fd0.yaml ├── 0xfa05a73ffe78ef8f1a739473e462c54bae6567d9.yaml ├── 0xfa2632a88bd0c11535a38f98a98db8251ccbaa9e.yaml ├── 0xfae4ee59cdd86e3be9e8b90b53aa866327d7c090.yaml ├── 0xfb12e3cca983b9f59d90912fd17f8d745a8b2953.yaml ├── 0xfb2f26f266fb2805a387230f2aa0a331b4d96fba.yaml ├── 0xfb41f7b63c8e84f4ba1ecd4d393fd9daa5d14d61.yaml ├── 0xfb4752ad1b7153e1dbd2e6662651a11c7fc14083.yaml ├── 0xfb7da9863e030495db8b4d067d665fc8433fff85.yaml ├── 0xfbd0d1c77b501796a35d86cf91d65d9778eee695.yaml ├── 0xfca47962d45adfdfd1ab2d972315db4ce7ccf094.yaml ├── 0xfcb48fdcc479b38068c06ee94249b1516adf09cb.yaml ├── 0xfd107b473ab90e8fbd89872144a3dc92c40fa8c9.yaml ├── 0xfdbc1adc26f0f8f8606a5d63b7d3a3cd21c22b23.yaml ├── 0xfdde51fdfca83be086d6da0ba303fc68db15c5f4.yaml ├── 0xfdfe8b7ab6cf1bd1e3d14538ef40686296c42052.yaml ├── 0xfec0cf7fe078a500abf15f1284958f22049c2c7e.yaml ├── 0xfeed1a53bd53ffe453d265fc6e70dd85f8e993b6.yaml ├── 0xff18dbc487b4c2e3222d115952babfda8ba52f5f.yaml ├── 0xff3519eeeea3e76f1f699ccce5e23ee0bdda41ac.yaml ├── 0xff603f43946a3a28df5e6a73172555d8c8b02386.yaml ├── 0xffc63b9146967a1ba33066fb057ee3722221acf0.yaml └── 0xffe8196bc259e8dedc544d935786aa4709ec3e64.yaml /.github/ISSUE_TEMPLATE/update-token-information.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Update Token Information 3 | about: Describe this issue template's purpose here. 4 | 5 | --- 6 | 7 | 8 | 9 | **What token should be updated?** 10 | 11 | 12 | 13 | **What about the token should be updated?** 14 | 15 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/user-support.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: User Support 3 | about: Request information or support regarding tokenbase 4 | 5 | --- 6 | 7 | 8 | -------------------------------------------------------------------------------- /.github/probot/no-template.md: -------------------------------------------------------------------------------- 1 | Hi there! It looks like you filed an issue without a template. To help keep tokenbase issues under control, use of a template is required. This issue will be closed. 2 | 3 | Please open a new issue using one of the following templates: 4 | 5 | - [Request a new token to be added](https://github.com/forkdelta/tokenbase/issues/new?template=add-a-new-token.md) 6 | - [Request an update to a token, including token swap or removal](https://github.com/forkdelta/tokenbase/issues/new?template=update-token-information.md) 7 | - For questions, feedback, support, [use this template](https://github.com/forkdelta/tokenbase/issues/new?template=user-support.md) 8 | 9 | Sincerely, 10 | ForkDelta Tokenbase 🤖 11 | -------------------------------------------------------------------------------- /.yamllint: -------------------------------------------------------------------------------- 1 | --- 2 | extends: default 3 | 4 | rules: 5 | # Absolutely must: 6 | new-line-at-end-of-file: 7 | level: error 8 | new-lines: 9 | type: unix 10 | level: error 11 | truthy: # Disallow values that convert to booleans when parsing 12 | level: error 13 | 14 | # Good style: 15 | line-length: 16 | max: 120 17 | allow-non-breakable-words: true 18 | allow-non-breakable-inline-mappings: false 19 | level: warning 20 | 21 | # Meh 22 | indentation: 23 | indent-sequences: whatever 24 | -------------------------------------------------------------------------------- /scripts/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM python:3.8.2-alpine 2 | 3 | WORKDIR /usr/src/scripts 4 | 5 | COPY requirements.txt . 6 | RUN apk --update --upgrade --no-cache add git libxml2 libxslt \ 7 | && apk --update --upgrade --no-cache add --virtual deps alpine-sdk python3-dev libxml2-dev libxslt-dev \ 8 | && pip install -r requirements.txt \ 9 | && apk del deps 10 | 11 | COPY ./ . 12 | RUN chmod +x docker-entrypoint.sh 13 | 14 | ENTRYPOINT ["/usr/src/scripts/docker-entrypoint.sh"] 15 | -------------------------------------------------------------------------------- /scripts/docker-entrypoint.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | set -e 3 | 4 | cd /usr/src/data 5 | 6 | SCRIPTNAME=${1} 7 | shift 8 | 9 | python3 /usr/src/scripts/$SCRIPTNAME.py $* 10 | -------------------------------------------------------------------------------- /scripts/list: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | TOKEN_ADDR=$1 4 | python3 $(dirname $0)/token_info.py $1 $2 > tokens/$1.yaml 5 | if [ $? -eq 0 ]; then 6 | ${EDITOR:-vi} tokens/$1.yaml 7 | fi 8 | -------------------------------------------------------------------------------- /scripts/requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4==4.6.0 2 | certifi==2018.1.18 3 | chardet==3.0.4 4 | cytoolz==0.9.0 5 | eth-abi==0.5.0 6 | eth-keyfile==0.5.1 7 | eth-keys==0.2.0b3 8 | eth-tester==0.1.0b21 9 | eth-utils==0.7.4 10 | idna==2.6 11 | pycryptodome==3.7.3 12 | pylru==1.0.9 13 | pysha3==1.0.2 14 | requests==2.21.0 15 | requests-html==0.9.0 16 | cfscrape==1.9.5 17 | rfc3986==1.1.0 18 | rlp==0.6.0 19 | semantic-version==2.6.0 20 | toolz==0.9.0 21 | urllib3==1.24.2 22 | web3==3.16.4 23 | PyYAML==3.12 24 | -------------------------------------------------------------------------------- /scripts/yaml_utils.py: -------------------------------------------------------------------------------- 1 | import yaml 2 | 3 | YAML_WIDTH = 100 4 | YAML_INDENT = 2 5 | 6 | class LiteralString(str): 7 | pass 8 | 9 | def literal_presenter(dumper, data): 10 | return dumper.represent_scalar('tag:yaml.org,2002:str', data, style='>') 11 | yaml.add_representer(LiteralString, literal_presenter) 12 | 13 | def comment_line(line): 14 | return "# {} # ".format(line.ljust(YAML_WIDTH + YAML_INDENT)) 15 | -------------------------------------------------------------------------------- /tokens/.keep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forkdelta/tokenbase/522723c5d1b22a7d7425261f4f058860f5e1f743/tokens/.keep -------------------------------------------------------------------------------- /tokens/0x014b50466590340d41307cc54dcee990c8d58aa8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x014b50466590340d41307cc54dcee990c8d58aa8' 3 | decimals: 6 4 | description: >- 5 | ICOS Platform is your crypto crowdsale platform — easily discover & get tokens from upcoming, 6 | ongoing, and past campaigns. 7 | links: 8 | - Blog: https://medium.com/icobox-io 9 | - Email: mailto:support@icobox.io 10 | - Facebook: https://www.facebook.com/icobox.io 11 | - Telegram: https://t.me/icobox_en 12 | - Website: https://icos.icobox.io/ 13 | - Website: https://icos.icobox.io 14 | - Whitepaper: https://icos.icobox.io/WhitePaper.pdf 15 | name: ICOS 16 | symbol: ICOS 17 | -------------------------------------------------------------------------------- /tokens/0x01c67791309c71aa4ed373025a0c089696d7c9e4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x01c67791309c71aa4ed373025a0c089696d7c9e4' 3 | decimals: 18 4 | description: >- 5 | Building the Ecological Chain of Global Automobile Industry Based on Block Chain Technology 6 | links: 7 | - Website: http://www.cccoin.top/index.php#home 8 | name: CCB 9 | symbol: CCB 10 | -------------------------------------------------------------------------------- /tokens/0x03df4c372a29376d2c8df33a1b5f001cd8d68b0e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: BITCOINEREUM 3 | addr: '0x03df4c372a29376d2c8df33a1b5f001cd8d68b0e' 4 | decimals: 8 5 | description: >- 6 | The First Bitcoin Minable ERC20 Token on the Ethereum Blockchain 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2254220.0 9 | - Email: mailto:bitcoinereumtoken@gmail.com 10 | - Twitter: https://twitter.com/btcmtoken 11 | - Website: http://www.bitcoinereum.com/ 12 | - Website: http://bitcoinereum.com/ 13 | name: Bitcoinereum 14 | symbol: BTCM 15 | -------------------------------------------------------------------------------- /tokens/0x0425cbbc5ff784203fe8d82beefa2b02634351f5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0425cbbc5ff784203fe8d82beefa2b02634351f5' 3 | decimals: 18 4 | description: >- 5 | Building a global blockchain developer network centered around simple to use APIs, tools, and services. 6 | Let us help you develop and deploy your next generation distributed application. 7 | links: 8 | - Website: http://happyfbr.com/ 9 | name: Happyfbr 10 | symbol: FBR 11 | -------------------------------------------------------------------------------- /tokens/0x044dd17bbbcbf1cf65f543918561bf8cf8130e7b.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x044dd17bbbcbf1cf65f543918561bf8cf8130e7b' 3 | decimals: 3 4 | description: >- 5 | A Trustworthy Distributed Platform for Copyright Registration and File Integrity Verification 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2294845 8 | - Blog: https://medium.com/@engravedTech 9 | - Email: mailto:info@engraved.tech 10 | - Github: https://github.com/engravedTech 11 | - Telegram: https://t.me/joinchat/GshO5UJrdVC_kZhqIK9LAw 12 | - Twitter: https://twitter.com/engravedTech 13 | - Website: https://engraved.tech 14 | - Whitepaper: https://engraved.tech/files/whitepaper.pdf 15 | name: 'Engraved Token' 16 | symbol: EGR 17 | -------------------------------------------------------------------------------- /tokens/0x059e3ead0a5675e4139c820d799e20be9c75bc3d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x059e3ead0a5675e4139c820d799e20be9c75bc3d' 3 | decimals: 8 4 | description: >- 5 | Litecoin Red (LTCRED) is a tokenized ERC-20 version of Litecoin. The 6 | concept was spun off the successful Bitcoin Red (BTCRED) token and 7 | looks to give the same community another option that relies upon the 8 | same “RED” values and ideas. 9 | links: 10 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2474976.0 11 | - Email: mailto:admin@litecoinred.com 12 | - Slack: https://litecoinred.slack.com/ 13 | - Telegram: https://t.me/litecoinred 14 | - Twitter: https://twitter.com/litecoinred 15 | - Website: https://litecoinred.com/ 16 | name: Litecoin Red 17 | symbol: LTCRED 18 | -------------------------------------------------------------------------------- /tokens/0x0784dbabb6c6834bddfb7cfee116ba049e5dafab.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0784dbabb6c6834bddfb7cfee116ba049e5dafab' 3 | decimals: 18 4 | description: >- 5 | iBTC is a tokenized version of Bitcoin on the Ethereum blockchain to help bitcoin to achieve is full 6 | potential. There are 21 million iBTC, and no additional tokens will ever be produced. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2251334.0 9 | - Blog: http://ibtctoken.com/blog 10 | - Email: mailto:info@ibtctoken.com 11 | - Reddit: https://www.reddit.com/r/iBTCToken 12 | - Telegram: https://t.me/joinchat/FNH590OePKXIG4kci-Z--w 13 | - Twitter: https://twitter.com/ibtctoken 14 | - Website: http://ibtctoken.com/ 15 | name: IBTC 16 | symbol: IBTC 17 | -------------------------------------------------------------------------------- /tokens/0x07d9e49ea402194bf48a8276dafb16e4ed633317.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x07d9e49ea402194bf48a8276dafb16e4ed633317' 3 | decimals: 8 4 | description: >- 5 | A crypto token that powers dalemat ecosystem. This is a community that hopes to teach and educate as 6 | many as possible on how crypto currency trading and investing can be used to improve their finances. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2057829.0 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/dalecoin/ 10 | - Email: mailto:support@dalecoin.org 11 | - Facebook: https://www.facebook.com/dalecoin/ 12 | - Telegram: https://t.me/dalecoin 13 | - Twitter: https://twitter.com/DalecoinN 14 | - Website: http://www.dalecoin.org/ 15 | name: DALECOIN 16 | symbol: DALC 17 | -------------------------------------------------------------------------------- /tokens/0x0879e0c9822b75f31f0b0ed2a30be9f484a57c2f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0879e0c9822b75f31f0b0ed2a30be9f484a57c2f' 3 | decimals: 0 4 | description: >- 5 | Litecoin Gold is an ERC20 token with the feature of smart contracts and is faster as well as cheaper 6 | than Bitcoin Gold. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2297409.msg23311623 9 | - Email: mailto:contact@litecoingold.info 10 | - Telegram: https://t.me/joinchat/Df-u3hGeP00dMvqE7Sti9Q 11 | - Twitter: https://twitter.com/litecoingold 12 | - Website: http://www.litecoingold.info/ 13 | - Website: http://www.litecoingold.info 14 | name: LiteCoinGold 15 | symbol: LTG 16 | -------------------------------------------------------------------------------- /tokens/0x089a6d83282fb8988a656189f1e7a73fa6c1cac2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x089a6d83282fb8988a656189f1e7a73fa6c1cac2' 3 | decimals: 18 4 | description: >- 5 | Massive Multiplayer Online Real Time Economic Strategy 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1877080.0 8 | - Email: mailto:support@prospectors.io 9 | - Facebook: https://www.facebook.com/prospectors.io/ 10 | - Github: https://github.com/ProspectorsWorld/Prospectors 11 | - Slack: http://prospectors.herokuapp.com/ 12 | - Twitter: https://twitter.com/prospectorsgame 13 | - Website: https://prospectors.io/ 14 | - Website: https://www.prospectors.io/ 15 | - Whitepaper: https://prospectors.io/white_paper_en.pdf 16 | name: Token Prospectors Gold 17 | symbol: PGL 18 | -------------------------------------------------------------------------------- /tokens/0x09debe702678140c1be278213109719fab98d0d8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x09debe702678140c1be278213109719fab98d0d8' 3 | decimals: 18 4 | description: >- 5 | Molik is a public Ethereum-based jewelry shopping platform for use in mainstream online mall, that enables 6 | real-time, peer-to-peer value exchange and payment services. 7 | links: 8 | - Email: mailto:help@molik.kr 9 | - Facebook: https://www.facebook.com/molikjewelry/ 10 | - Website: https://molikcoin.imweb.me/ 11 | - Website: https://molikcoin.imweb.me 12 | name: MolikToken 13 | symbol: MOL 14 | -------------------------------------------------------------------------------- /tokens/0x0a76aad21948ea1ef447d26dee91a54370e151e0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0a76aad21948ea1ef447d26dee91a54370e151e0' 3 | decimals: 18 4 | description: >- 5 | Community-Focused ERC-20 Token for Payments 6 | links: 7 | - Website: http://ethereumlite.org 8 | name: Ethereum Lite 9 | symbol: ELITE 10 | -------------------------------------------------------------------------------- /tokens/0x0abdace70d3790235af448c88547603b945604ea.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0abdace70d3790235af448c88547603b945604ea' 3 | decimals: 18 4 | description: >- 5 | A network of decentralized markets and communities. Create, operate, and govern. Powered by Ethereum, 6 | Aragon, and IPFS. 7 | links: 8 | - Blog: https://blog.district0x.io/ 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/district0x/ 10 | - Email: mailto:hello@district0x.io 11 | - Github: https://github.com/district0x 12 | - Slack: https://district0x-slack.herokuapp.com/ 13 | - Twitter: https://twitter.com/district0x 14 | - Website: https://district0x.io/ 15 | - Whitepaper: https://district0x.io/docs/district0x-whitepaper.pdf 16 | name: district0x Network Token 17 | symbol: DNT 18 | -------------------------------------------------------------------------------- /tokens/0x0affa06e7fbe5bc9a764c979aa66e8256a631f02.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0affa06e7fbe5bc9a764c979aa66e8256a631f02' 3 | decimals: 6 4 | description: >- 5 | Polybius is a project aimed to create a regulated bank for the digital generation. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/Polybius/ 8 | - Email: mailto:info@polybius.io 9 | - Facebook: https://www.facebook.com/projectpolybius/ 10 | - Telegram: https://t.me/polybius_eng 11 | - Twitter: https://twitter.com/PolybiusBank 12 | - Website: https://polybius.io 13 | - Website: https://polybius.io/ 14 | - Whitepaper: https://polybius.io/media/tw_en.pdf 15 | name: Polybius 16 | symbol: PLBT 17 | -------------------------------------------------------------------------------- /tokens/0x0b1724cc9fda0186911ef6a75949e9c0d3f0f2f3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0b1724cc9fda0186911ef6a75949e9c0d3f0f2f3' 3 | decimals: 8 4 | description: >- 5 | ETHERIYA: AN Ethereum Token Backed Micro & Macro Freelance Marketplace 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1975694.0 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/etheriya/ 9 | - Email: mailto:etheriyaproject@gmail.com 10 | - Website: http://www.etheriya.net/ 11 | - Whitepaper: https://drive.google.com/file/d/0B9nA1PpRUjmuTG4ySFUzQXhwUkU/view 12 | name: Etheriya 13 | symbol: RIYA 14 | -------------------------------------------------------------------------------- /tokens/0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0bb217e40f8a5cb79adf04e1aab60e5abd0dfc1e' 3 | decimals: 8 4 | description: >- 5 | Built by the leading minds in Artificial Intelligence, Big Data and Blockchain, SWFT integrates the 6 | world’s major exchanges to effectively achieve hedge risking, provide customer with an easy and 7 | efficient platform for cryptocurrency exchange. 8 | links: 9 | - Website: http://www.swftcoin.com/ 10 | name: SwftCoin 11 | symbol: SWFTC 12 | -------------------------------------------------------------------------------- /tokens/0x0c6c9beeeb5de377210930f09a7ac9a99ff5e981.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0c6c9beeeb5de377210930f09a7ac9a99ff5e981' 3 | decimals: 18 4 | description: >- 5 | eZCash 6 | links: 7 | - Website: http://ezcash.network 8 | name: eZCash 9 | symbol: EZEC 10 | -------------------------------------------------------------------------------- /tokens/0x0d88ed6e74bbfd96b831231638b66c05571e824f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0d88ed6e74bbfd96b831231638b66c05571e824f' 3 | decimals: 18 4 | description: >- 5 | A REVOLUTIONARY GLOBAL STANDARD FOR A MORE FAIR, SECURE, AND TRANSPARENT TICKETING INDUSTRY. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2047321.0 8 | - Blog: https://medium.com/aventus 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/aventus/ 10 | - Github: https://github.com/AventusSystems 11 | - Reddit: https://www.reddit.com/r/Aventus/ 12 | - Slack: https://slack.aventus.io/ 13 | - Twitter: https://twitter.com/AventusSystems 14 | - Website: https://aventus.io/ 15 | - Whitepaper: https://aventus.io/doc/whitepaper.pdf 16 | name: AVENTUS 17 | symbol: AVT 18 | -------------------------------------------------------------------------------- /tokens/0x0f513ffb4926ff82d7f60a05069047aca295c413.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0f513ffb4926ff82d7f60a05069047aca295c413' 3 | decimals: 18 4 | description: >- 5 | Crowdstart coin is mined by the contribution to blockchain protocols, applications and theory. It represents 6 | the value that a token holder has created for the development of blockchain technology through technological 7 | advancement or actions inciting usage of blockchain products. 8 | links: 9 | - Blog: http://crowdstart.capital/blog/ 10 | - Email: mailto:info@crowdstart.capital 11 | - Slack: https://crowdstartcapital.slack.com/ 12 | - Website: http://crowdstart.capital/xsc-overview/ 13 | - Website: http://crowdstart.capital/ 14 | name: CrowdstartCoin 15 | symbol: XSC 16 | -------------------------------------------------------------------------------- /tokens/0x0f9b1d1d39118480cf8b9575419ea4e5189c88dd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: WET 3 | addr: '0x0f9b1d1d39118480cf8b9575419ea4e5189c88dd' 4 | decimals: 0 5 | description: >- 6 | Decentralized platform for the registration and distribution of content that certifies the authorship 7 | and license of any work or creation making them indelible. 8 | links: 9 | - Website: http://wellieat.com/ 10 | name: wellieat 11 | symbol: WEA 12 | -------------------------------------------------------------------------------- /tokens/0x0fcf5c6b20577d48ba209e077975b9f2eac55798.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x0fcf5c6b20577d48ba209e077975b9f2eac55798' 3 | decimals: 5 4 | description: >- 5 | The AssetBase Foundation is a decentralized control foundation that hold the physical metal that backs every token. 6 | links: 7 | - Email: mailto:support@assetbase.io 8 | - Twitter: https://twitter.com/RealAssetBase 9 | - Website: https://assetbase.io/ 10 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2943055.0 11 | name: Silver 12 | symbol: SVB 13 | -------------------------------------------------------------------------------- /tokens/0x1063ce524265d5a3a624f4914acd573dd89ce988.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1063ce524265d5a3a624f4914acd573dd89ce988' 3 | decimals: 18 4 | description: >- 5 | Aigang aims to build blockchain protocol for digital insurance, which can be used as layer protocol 6 | using DAO and smart contracts for insurance services for IoT and smart devices. 7 | links: 8 | - Blog: https://medium.com/aigang-network 9 | - Email: mailto:team@aigang.network 10 | - Github: https://github.com/AigangNetwork 11 | - Telegram: https://t.me/aigangnetwork 12 | - Twitter: https://twitter.com/aigangnetwork 13 | - WeChat: https://aigang.network/img/aigangWeChat.png 14 | - Website: https://aigang.network/ 15 | - Whitepaper: https://aigang.network/whitepaper 16 | name: Aigang 17 | symbol: AIX 18 | -------------------------------------------------------------------------------- /tokens/0x1175a66a5c3343bbf06aa818bb482ddec30858e0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1175a66a5c3343bbf06aa818bb482ddec30858e0' 3 | decimals: 18 4 | description: >- 5 | Cryptonetix is a next generation analytics platform for the rapidly growing cryptocurrency markets. 6 | links: 7 | - Blog: http://blog.cryptonetix.com/ 8 | - Email: mailto:support@cryptonetix.com 9 | - Facebook: http://www.facebook.com/cryptonetix 10 | - Twitter: https://twitter.com/cryptonetix 11 | - Website: http://www.cryptonetix.com/ 12 | - Website: http://www.cryptonetix.com/#/ 13 | - Whitepaper: http://www.cryptonetix.com/static/cryptonetix_whitepaper.pdf 14 | name: Cryptonetix 15 | symbol: CIX 16 | -------------------------------------------------------------------------------- /tokens/0x11f8dd7699147566cf193596083d45c8f592c4ba.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x11f8dd7699147566cf193596083d45c8f592c4ba' 3 | decimals: 0 4 | description: >- 5 | Ethereum code is an Ethereum-based decentralized world knowledge base which rewards users with app 6 | tokens for peer-reviewing and contributing information. We aim to be the starting point of the internet 7 | for finding reliable, accurate information. Our long-term vision is to develop a knowledge base API 8 | that developers can use to create next generation decentralized applications in Artificial Intelligence, 9 | Virtual Reality, Augmented Reality, and more. 10 | links: 11 | - Website: https://www.ethcodes.com/wp/ 12 | name: '' 13 | symbol: ETHC 14 | -------------------------------------------------------------------------------- /tokens/0x122a86b5dff2d085afb49600b4cd7375d0d94a5f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x122a86b5dff2d085afb49600b4cd7375d0d94a5f' 3 | decimals: 8 4 | description: >- 5 | ITL is a multi-wallet system integrated into debit cards, ITL is developing wireless P.O.S. terminals 6 | based on blockchain. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2940301.0 9 | - Twitter: https://twitter.com/ItalianliraWs 10 | - Website: https://www.italianlira.ws/ 11 | name: ITL (Italian Lira) 12 | symbol: ITL 13 | -------------------------------------------------------------------------------- /tokens/0x123ab195dd38b1b40510d467a6a359b201af056f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x123ab195dd38b1b40510d467a6a359b201af056f' 3 | decimals: 8 4 | description: >- 5 | Legolas Exchange creates a new decentralized blockchain protocol that guarantees full 6 | transparency and prevents front-running and market manipulation. 7 | links: 8 | - Website: https://legolas.exchange 9 | - Whitepaper: https://legolas.exchange/static//public/legolas-whitepaper-en.pdf?v=13 10 | - Twitter: https://twitter.com/LegolasExchange 11 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2383397 12 | name: LGO Token 13 | symbol: LGO 14 | -------------------------------------------------------------------------------- /tokens/0x12b19d3e2ccc14da04fae33e63652ce469b3f2fd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x12b19d3e2ccc14da04fae33e63652ce469b3f2fd' 3 | decimals: 12 4 | description: >- 5 | Welcome to the Future of Energy 6 | links: 7 | - Blog: https://blog.gridplus.io/ 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/grid/ 9 | - Github: https://github.com/gridplus 10 | - Slack: https://grid-plus.slack.com/ 11 | - Twitter: https://twitter.com/gridplus_energy 12 | - Website: https://gridplus.io 13 | - Website: https://gridplus.io/ 14 | - Whitepaper: https://drive.google.com/file/d/0Bz90riPGRHquNDVXVE81RmppaUk/view 15 | name: GRID Token 16 | symbol: GRID 17 | -------------------------------------------------------------------------------- /tokens/0x15ef5b9447710eab904e63e6233ff540400d603f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x15ef5b9447710eab904e63e6233ff540400d603f' 3 | decimals: 8 4 | description: >- 5 | Bitcoin2X provides world class services, faster transactions speed than Bitcoin and Bitcoin Cash. Cheaper 6 | price and transactions allow Bitcoin2x to be easily adopted by merchants across the globe. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2375646 9 | - Blog: https://medium.com/@bitcoin.2x.org2 10 | - Email: mailto:admin@bitcoin-2x.org 11 | - Telegram: https://t.me/joinchat/GR59BhBzbnh1GHbGAU6nqQ 12 | - Twitter: https://twitter.com/bitcoin_2x_org 13 | - Website: http://bitcoin-2x.org/ 14 | name: Bitcoin2X 15 | symbol: BTC2X 16 | -------------------------------------------------------------------------------- /tokens/0x163733bcc28dbf26b41a8cfa83e369b5b3af741b.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x163733bcc28dbf26b41a8cfa83e369b5b3af741b' 3 | decimals: 18 4 | description: >- 5 | For the glory of the Persian Empire join the fight against Spartans in the Battle of Thermopylae! 6 | links: 7 | - Email: mailto:king.serse@gmx.com 8 | - Github: https://github.com/Neurone/persians 9 | - Slack: https://battlesmartcontract.slack.com/ 10 | - Twitter: https://twitter.com/persian_token 11 | - Website: http://persians.network/ 12 | name: Persian 13 | symbol: PRS 14 | -------------------------------------------------------------------------------- /tokens/0x168296bb09e24a88805cb9c33356536b980d3fc5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x168296bb09e24a88805cb9c33356536b980d3fc5' 3 | decimals: 8 4 | description: >- 5 | The RHOC token is an RChain.coop promotional token redeemable for the actual RChain token when the network 6 | is launched. 7 | links: 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/rchain/ 9 | - Github: https://github.com/rchain/ 10 | - Slack: http://slack.rchain.coop/ 11 | - Twitter: https://twitter.com/rchain_coop/ 12 | - Website: https://www.rchain.coop 13 | - Website: https://rchain.coop/ 14 | name: RHOC 15 | symbol: RHOC 16 | -------------------------------------------------------------------------------- /tokens/0x1735fc2b89b80d1ae33c35dd55eae7fa7642f336.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1735fc2b89b80d1ae33c35dd55eae7fa7642f336' 3 | decimals: 18 4 | description: "" 5 | links: 6 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 7 | - Email: mailto:genkifs@gmail.com 8 | - Github: https://github.com/genkifs/staticoin 9 | - Reddit: https://www.reddit.com/user/genki_paul 10 | - Website: http://staticoin.com/ 11 | - Whitepaper: http://staticoin.com/whitepaper.pdf 12 | name: CAD Static 13 | symbol: CAD_S 14 | -------------------------------------------------------------------------------- /tokens/0x1776e1f26f98b1a5df9cd347953a26dd3cb46671.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1776e1f26f98b1a5df9cd347953a26dd3cb46671' 3 | decimals: 18 4 | description: >- 5 | Numerai is new kind of hedge fund built by a network of data scientists. 6 | links: 7 | - Blog: https://medium.com/@Numerai 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/numeraire/ 9 | - Email: mailto:contact@numer.ai 10 | - Slack: https://slack.numer.ai/ 11 | - Website: https://numer.ai/ 12 | - Whitepaper: https://numer.ai/whitepaper.pdf 13 | name: Numeraire 14 | symbol: NMR 15 | -------------------------------------------------------------------------------- /tokens/0x180e5087935a94fd5bbab00fd2249c5be0473381.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x180e5087935a94fd5bbab00fd2249c5be0473381' 3 | decimals: 8 4 | description: >- 5 | World's biggest crypto platform for freelancers 6 | links: 7 | - Website: http://www.zcashgold.net/ 8 | name: ZCashGOLD 9 | symbol: ZCG 10 | -------------------------------------------------------------------------------- /tokens/0x181a63746d3adcf356cbc73ace22832ffbb1ee5a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x181a63746d3adcf356cbc73ace22832ffbb1ee5a' 3 | decimals: 8 4 | description: >- 5 | Alaricoin (Simbol ALCO) is a token inspired by the Legend of King Alaric's Treasury , and designed as 6 | an underlying token currency of the ethereum platform. 7 | links: 8 | - Email: mailto:team@alaricoin.org 9 | - Facebook: https://www.facebook.com/alaricoin/ 10 | - Telegram: https://t.me/joinchat/G3-aP0G_NmiV0cYIsbPf5Q 11 | - Twitter: https://twitter.com/alaricoin 12 | - Website: https://alaricoin.org/ 13 | name: Alaricoin 14 | symbol: ALCO 15 | -------------------------------------------------------------------------------- /tokens/0x1831887fbabf783910db128e60c41bfa016059d8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1831887fbabf783910db128e60c41bfa016059d8' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 9 | - Email: mailto:genkifs@gmail.com 10 | - Github: https://github.com/genkifs/staticoin 11 | - Reddit: https://www.reddit.com/user/genki_paul 12 | - Website: http://staticoin.com/ 13 | - Whitepaper: http://staticoin.com/whitepaper.pdf 14 | name: EUR Static 15 | symbol: EUR_S 16 | -------------------------------------------------------------------------------- /tokens/0x189c05c3c191015c694032e1b09c190d5db3fb50.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: READ 3 | addr: '0x189c05c3c191015c694032e1b09c190d5db3fb50' 4 | decimals: 8 5 | description: >- 6 | Readcoin is a decentralized ecosystem enabling the re-bundling of valuable content to media identity. 7 | Today's internet is stuck in attention-based advertising economy. Readcoin enables the re-bundling of 8 | content and the creation strong and independent media channels. 9 | links: 10 | - Email: mailto:onevision@readcoin.org 11 | - Website: https://www.readcoin.org/ 12 | - Whitepaper: https://www.readcoin.org/images/The%20Readcoin%20White%20Paper.pdf 13 | name: Readcoin 14 | symbol: RCN 15 | -------------------------------------------------------------------------------- /tokens/0x18cabd1e7db6c52406719cb72859ea2c2eea75d6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x18cabd1e7db6c52406719cb72859ea2c2eea75d6' 3 | decimals: 18 4 | description: >- 5 | GoGuides eGO ERC20 collectable tokens and rewards program. 6 | links: 7 | - Website: http://www.goguides.org/ 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2607207.msg26532656#msg26532656 9 | name: GoGuides 10 | symbol: eGO 11 | -------------------------------------------------------------------------------- /tokens/0x190e569be071f40c704e15825f285481cb74b6cc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x190e569be071f40c704e15825f285481cb74b6cc' 3 | decimals: 12 4 | description: >- 5 | Build, train, and trade gladiators, and enter them in combat events for fun and profit! 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1979041.0 8 | - Blog: https://medium.com/@BattleDrome 9 | - Email: mailto:support@battledrome.io 10 | - Github: https://github.com/BattleDrome 11 | - Slack: http://www.battledrome.io:8080/ 12 | - Website: http://www.battledrome.io/ 13 | name: Fame 14 | symbol: FAM 15 | -------------------------------------------------------------------------------- /tokens/0x1a61250a2bea646478184730d25648811bd429fe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1a61250a2bea646478184730d25648811bd429fe' 3 | decimals: 8 4 | description: >- 5 | Built to rearrange Peer to Peer lending for the better, Meridian (MDN) is an ERC20 6 | based digital asset that is designed to be used in combination with Bitcoin. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2157860 9 | - Email: mailto:hello@mymdn.io 10 | - Twitter: https://twitter.com/MeridianMDN 11 | - Website: https://mymdn.io/ 12 | - Whitepaper: https://mymdn.io/wp-content/uploads/2017/09/Meridian-Whitepaper.pdf 13 | - Blog: https://medium.com/@MeridianMDN 14 | name: Meridian 15 | symbol: MDN 16 | -------------------------------------------------------------------------------- /tokens/0x1bb9e8ea817d56eccc212ce63f7da95298f98719.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: SHT 3 | addr: '0x1bb9e8ea817d56eccc212ce63f7da95298f98719' 4 | decimals: 2 5 | description: >- 6 | Fun token with a great community. Free airdrops. Good for your plants! 7 | links: 8 | - Website: https://bitcointalk.org/index.php?topic=2174052 9 | name: SHIT token 10 | symbol: SHIT 11 | -------------------------------------------------------------------------------- /tokens/0x1daaf3d62582639c6a7eabb467e2db9b56fafbbd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1daaf3d62582639c6a7eabb467e2db9b56fafbbd' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 9 | - Email: mailto:genkifs@gmail.com 10 | - Github: https://github.com/genkifs/staticoin 11 | - Reddit: https://www.reddit.com/user/genki_paul 12 | - Website: http://staticoin.com/ 13 | - Whitepaper: http://staticoin.com/whitepaper.pdf 14 | name: USD Static 15 | symbol: USD_S 16 | -------------------------------------------------------------------------------- /tokens/0x1db186898bccde66fa64a50e4d81078951a30dbe.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1db186898bccde66fa64a50e4d81078951a30dbe' 3 | decimals: 18 4 | description: >- 5 | Lalena is an open source venture capital club and digital agency based in New York City. We elevate 6 | platforms for everyone - online and offline. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2235017 9 | - Blog: https://medium.com/@lalena_co/ 10 | - Email: mailto:info@lalena.co 11 | - Github: https://github.com/lalena-co 12 | - Slack: http://slack-invite.lalena.club/ 13 | - Telegram: https://t.me/LalenaAnnouncements 14 | - Twitter: https://twitter.com/lalena_co 15 | - Website: https://www.lalena.co/ 16 | name: Lalena 17 | symbol: LLA 18 | -------------------------------------------------------------------------------- /tokens/0x1eab19e6623e8cbcafc252e275f5b51c27656faf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1eab19e6623e8cbcafc252e275f5b51c27656faf' 3 | decimals: 8 4 | description: >- 5 | SPNK is an adult token that pays producer credits from downloads on our video site and can be used on 6 | our live streaming site for tips. 7 | links: [] 8 | name: Spank 9 | symbol: SPNK 10 | -------------------------------------------------------------------------------- /tokens/0x1f103fd7c4fa908c25387da70ed287b632bd22a2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: ELTC3 3 | addr: '0x1f103fd7c4fa908c25387da70ed287b632bd22a2' 4 | decimals: 18 5 | description: >- 6 | Another airdropped ERC20 LTC 7 | links: 8 | - Website: https://bitcointalk.org/index.php?topic=2241418.0 9 | name: eLTC 10 | symbol: ELTC 11 | -------------------------------------------------------------------------------- /tokens/0x1f21d8395655fb262251897df7cb3c9358bec6a2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1f21d8395655fb262251897df7cb3c9358bec6a2' 3 | decimals: 8 4 | description: >- 5 | IRONCOIN is the token of the Iron Bank of Braavos. It's arguably the most powerful financial institution in the Known World. 6 | links: 7 | - Website: http://ironcoin.ga 8 | - Github: https://github.com/IRONBANKOFBRAAVOS/IronCoin 9 | - Reddit: https://www.reddit.com/r/MYIRONCOIN/ 10 | - Twitter: https://twitter.com/myironcoin/ 11 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2858369.msg29339396 12 | name: IRONCOIN 13 | symbol: IRC 14 | 15 | -------------------------------------------------------------------------------- /tokens/0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c' 3 | decimals: 18 4 | description: >- 5 | Bancor Protocol is a standard for a new generation of cryptocurrencies called Smart Tokens 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1789222.0 8 | - Blog: https://blog.bancor.network/ 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/bancor/ 10 | - Email: https://bancor.network/contact 11 | - Reddit: https://www.reddit.com/r/Bancor/ 12 | - Slack: https://bancor-slack-invite.herokuapp.com/ 13 | - Twitter: https://twitter.com/bancornetwork 14 | - Website: https://bancor.network/ 15 | name: Bancor Network Token 16 | symbol: BNT 17 | -------------------------------------------------------------------------------- /tokens/0x202e295df742befa5e94e9123149360db9d9f2dc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x202e295df742befa5e94e9123149360db9d9f2dc' 3 | decimals: 8 4 | description: >- 5 | NihilCoin is an experimental fixed-volume Ethereum-backed currency for those who are comfortable with 6 | 32-bit economy and not comfortable with any authority above it. 7 | links: 8 | - Email: mailto:whiteavenger@opmbx.org 9 | - Website: http://nihilcoin.surge.sh/ 10 | name: NihilCoin 11 | symbol: NIH 12 | -------------------------------------------------------------------------------- /tokens/0x2160e6c0ae8ca7d62fe1f57fc049f8363283ff5f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x2160e6c0ae8ca7d62fe1f57fc049f8363283ff5f' 3 | decimals: 18 4 | description: >- 5 | Blockpass aims to provide a trustless, decentralized, anti-scalping ticket exchange and marketplace 6 | giving ticket issuers complete and utter control over the distribution, pricing, and validity of their 7 | tickets. 8 | links: 9 | - Website: https://blockpasscompany.github.io/blockpass-website/ 10 | name: Blockpass Token 11 | symbol: BPT 12 | -------------------------------------------------------------------------------- /tokens/0x222728c202e7164dfbd127181d46409338c4328e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x222728c202e7164dfbd127181d46409338c4328e' 3 | decimals: 18 4 | description: >- 5 | Decentralized social gaming network 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2275215.msg23070618#msg23070618 8 | - Blog: https://medium.com/mindsportsio 9 | - Email: mailto:island@mindsports.io 10 | - Github: https://github.com/mindsports 11 | - Telegram: https://t.me/mindsportsio 12 | - Twitter: https://twitter.com/MindSportsIO 13 | - Website: https://www.mindsports.io/ 14 | - Whitepaper: https://www.mindsports.io/mindsports_whitepaper.pdf 15 | name: MIND Token 16 | symbol: MIND 17 | -------------------------------------------------------------------------------- /tokens/0x22a3d74c363379189b6cc059d8fbd888e98df5ec.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x22a3d74c363379189b6cc059d8fbd888e98df5ec' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 9 | - Email: mailto:genkifs@gmail.com 10 | - Github: https://github.com/genkifs/staticoin 11 | - Reddit: https://www.reddit.com/user/genki_paul 12 | - Website: http://staticoin.com/ 13 | - Whitepaper: http://staticoin.com/whitepaper.pdf 14 | name: JPY Risk 15 | symbol: JPY_R 16 | -------------------------------------------------------------------------------- /tokens/0x23cb17d7d079518dbff4febb6efcc0de58d8c984.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x23cb17d7d079518dbff4febb6efcc0de58d8c984' 3 | decimals: 16 4 | description: >- 5 | Ticket booking in the blockchain 6 | links: 7 | - Email: mailto:info@travelcoins.io 8 | - Facebook: https://www.facebook.com/TravelCoin/ 9 | - Slack: https://travelcoin.slack.com/join/shared_invite/MjA2MDUxMDQ2NzkwLTE0OTg2ODY2NjUtNjliYzUxMDIzMw 10 | - Twitter: https://twitter.com/TravelCoins_ 11 | - Website: https://travelcoins.io/ 12 | - Whitepaper: https://www.travelcoins.io/wp-content/uploads/2017/07/Travelcoin_ICO_WhitePaper_2017.pdf 13 | name: TravelCoin 14 | symbol: TRV 15 | -------------------------------------------------------------------------------- /tokens/0x2469f31a34fcaac0debf73806ce39b2388874b13.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: PPT2 3 | addr: '0x2469f31a34fcaac0debf73806ce39b2388874b13' 4 | decimals: 18 5 | description: >- 6 | Purchases of crypto-fiat in Proof's pegged exchange rate smart contracts entitle Proof token holders 7 | to commissions for providing the initial seeding protection on fluctuations. 8 | links: 9 | - Email: mailto:hello@proofsuite.com 10 | - Facebook: https://www.facebook.com/proofsuite 11 | - Twitter: https://twitter.com/proofsuite 12 | - Website: http://www.proofsuite.com/presale/ 13 | - Whitepaper: http://www.proofsuite.com/media/whitepaper.pdf 14 | name: Proof Presale Token 15 | symbol: PPT 16 | -------------------------------------------------------------------------------- /tokens/0x25c8ca98fe9d59ceef5e0175abae40d4caa60af9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x25c8ca98fe9d59ceef5e0175abae40d4caa60af9' 3 | decimals: 18 4 | description: >- 5 | The company "Flash Token" is engaged in the mining and sale of equipment for mining since 2013. We 6 | successfully invest in promising crypto-currencies and ICO companies, we have our own crypto-investment 7 | fund and develop applications for digital crypto-currencies. 8 | links: 9 | - Website: https://flashtoken.io 10 | - Telegram: https://t.me/flashcommunityru 11 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2574672.140 12 | - Github: https://github.com/flashtoken 13 | name: Flash Token 14 | symbol: FTOKEN 15 | -------------------------------------------------------------------------------- /tokens/0x27537ff4df3081cef9bee9b29cac764067b42611.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x27537ff4df3081cef9bee9b29cac764067b42611' 3 | decimals: 0 4 | description: >- 5 | DISTRIBUTE TOKENS TO HUNDREDS OF ADDRESSES WITH JUST A FEW CLICKS. 6 | links: 7 | - Website: http://slipstream.network/ 8 | name: Slipstream 9 | symbol: SLIP 10 | -------------------------------------------------------------------------------- /tokens/0x275b69aa7c8c1d648a0557656bce1c286e69a29d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x275b69aa7c8c1d648a0557656bce1c286e69a29d' 3 | decimals: 8 4 | description: >- 5 | Enumivo is a blockchain based on EOS. Our flagship project will be a Decentralized Universal Basic Income 6 | Application to promote social justice for everyone. 7 | links: 8 | - Github: https://github.com/enumivo 9 | - Twitter: https://twitter.com/EnuMivo 10 | - Website: https://www.enumivo.org/ 11 | name: Enumivo 12 | symbol: ENU 13 | -------------------------------------------------------------------------------- /tokens/0x278f5d89c85a4ac8aaa39e08444212cbb2546fd2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x278f5d89c85a4ac8aaa39e08444212cbb2546fd2' 3 | decimals: 18 4 | description: >- 5 | Carlos Matos Coin (HEY) its a revolutionary coin who is changing the world as we know it. 6 | links: 7 | - Twitter: https://twitter.com/MatosCoin 8 | - Website: https://carlosco.in/ 9 | - YouTube: https://www.youtube.com/watch?v=MQCLH8vvt6E 10 | - YouTube: https://www.youtube.com/watch?v=PDiSLXcAU3U 11 | - YouTube: https://www.youtube.com/watch?v=1tQ8MYyApPU 12 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2994076.0 13 | name: Carlos Matos Token 14 | symbol: HEY 15 | -------------------------------------------------------------------------------- /tokens/0x27f610bf36eca0939093343ac28b1534a721dbb4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x27f610bf36eca0939093343ac28b1534a721dbb4' 3 | decimals: 18 4 | description: >- 5 | Token trading 6 | links: 7 | - Blog: https://blog.wandx.co/ 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/wandx/ 9 | - Email: mailto:marketing@wandx.co 10 | - Facebook: https://www.facebook.com/wandx.co/ 11 | - Github: https://github.com/WandXDapp 12 | - Slack: https://wandx.slack.com/ 13 | - Telegram: https://t.me/joinchat/F6XgGg5dwEqB8oZElsOiUw 14 | - Twitter: https://twitter.com/WandXDapp 15 | - Website: https://www.wandx.co/ 16 | - Whitepaper: https://www.gitbook.com/book/wandxdapp/wandx-whitepaper/details 17 | name: Wand Token 18 | symbol: WAND 19 | -------------------------------------------------------------------------------- /tokens/0x289925d08b07e73dd0dd02d1407c877942215082.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x289925d08b07e73dd0dd02d1407c877942215082' 3 | decimals: 18 4 | description: >- 5 | Member of RAR Tokens family. 6 | links: 7 | - Website: http://rartokens.com/ 8 | - Whitepaper: https://drive.google.com/file/d/1yDrSfk5WxI_Gz5xT4F_wC-yzmcaM55gq/view 9 | name: AVY Token 10 | symbol: AVY 11 | -------------------------------------------------------------------------------- /tokens/0x2a093bcf0c98ef744bb6f69d74f2f85605324290.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x2a093bcf0c98ef744bb6f69d74f2f85605324290' 3 | decimals: 8 4 | description: >- 5 | Foodcoin Ecosystem - blockchain for food and agriculture businesses 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2046949.0 8 | - Blog: https://www.foodcoin.io/en/blog 9 | - Email: mailto:info@foodcoin.io 10 | - Github: https://github.com/foodcoin-io 11 | - Telegram: https://t.me/Foodcoin 12 | - Twitter: https://twitter.com/foodcoin_io 13 | - Website: https://www.foodcoin.io/ 14 | - YouTube: https://www.youtube.com/watch?v=QMdAEhPkNbA 15 | - Whitepaper: https://www.foodcoin.io/files/doc/foodcoin-whitepaper-en.pdf 16 | name: FoodCoin 17 | symbol: FOOD 18 | -------------------------------------------------------------------------------- /tokens/0x2daee1aa61d60a252dc80564499a69802853583a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x2daee1aa61d60a252dc80564499a69802853583a' 3 | decimals: 4 4 | description: >- 5 | Making the Internet More Free and Accessible For Authors and Readers 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2058499 8 | - Blog: http://authorship.com/category/blog/ 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/authorship/ 10 | - Website: http://authorship.com/ 11 | - Whitepaper: https://view.joomag.com/authorship-white-paper-authorship-white-paper/0120750001501521493?short 12 | name: Authorship Token 13 | symbol: ATS 14 | -------------------------------------------------------------------------------- /tokens/0x2ee6d1a3ba4e80a61bdfb48a90d40a5cef455326.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x2ee6d1a3ba4e80a61bdfb48a90d40a5cef455326' 3 | decimals: 8 4 | description: >- 5 | PoW ERC20 Token, maximum supply 100.000.000. Fair distributed. 6 | links: 7 | - Github: https://github.com/powether 8 | - Reddit: https://www.reddit.com/r/poweth/ 9 | - Website: https://poweth.org 10 | name: PoWEth 11 | symbol: POWE 12 | -------------------------------------------------------------------------------- /tokens/0x2f1b8c9d0a21b747d8ca370f93cb09d3daf222ef.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x2f1b8c9d0a21b747d8ca370f93cb09d3daf222ef' 3 | decimals: 18 4 | description: >- 5 | eRipple 6 | links: 7 | - Website: http://eripple.org 8 | name: eRipple 9 | symbol: EXRP 10 | -------------------------------------------------------------------------------- /tokens/0x2f4baef93489b09b5e4b923795361a65a26f55e5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x2f4baef93489b09b5e4b923795361a65a26f55e5' 3 | decimals: 8 4 | description: "" 5 | links: [] 6 | name: HYBRID 7 | symbol: XHY 8 | -------------------------------------------------------------------------------- /tokens/0x2f5e044ad4adac34c8d8df738fac7743eda1409c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x2f5e044ad4adac34c8d8df738fac7743eda1409c' 3 | decimals: 18 4 | description: >- 5 | Based upon Ethereum for the logic and IPFS for the content, Agora is the first market thought in the 6 | interest of all parties. Register on it using your current Ethereum Wallet and then you can buy or sell 7 | over the marketplace. An automatic system is holding the funds during the transaction. That way, if 8 | something goes wrong you can always get your money back. 9 | links: 10 | - Email: mailto:contact@theagora.io 11 | - Github: https://github.com/AgoraMarket/ 12 | - Website: https://theagora.io/ 13 | - Whitepaper: https://theagora.io/assets/agora_whitepaper.pdf 14 | name: Agora 15 | symbol: AGO 16 | -------------------------------------------------------------------------------- /tokens/0x30aee7f259d6d1564ebef457847c672b30f13cbc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x30aee7f259d6d1564ebef457847c672b30f13cbc' 3 | decimals: 0 4 | description: >- 5 | Domain token 6 | links: 7 | - Website: http://www.domaintoken.io/ 8 | name: DomainToken 9 | symbol: DOM 10 | -------------------------------------------------------------------------------- /tokens/0x331a550a2c7f96384eb69127aa0ea9ad4b5da099.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x331a550a2c7f96384eb69127aa0ea9ad4b5da099' 3 | decimals: 18 4 | description: >- 5 | THE WORLD’S FIRST ATM TOKENS MACHINE 6 | links: 7 | - Email: mailto:info@atmt.site 8 | - Slack: https://atmtoken-workspace.slack.com/ 9 | - Telegram: https://t.me/AtmtToken 10 | - Twitter: https://twitter.com/ATMTTOKEN 11 | - Website: http://www.atmt.site/ 12 | - Website: http://www.atmt.site 13 | name: ATMToken 14 | symbol: ATMT 15 | -------------------------------------------------------------------------------- /tokens/0x33803edf44a71b9579f54cd429b53b06c0eeab83.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x33803edf44a71b9579f54cd429b53b06c0eeab83' 3 | decimals: 8 4 | description: >- 5 | GOLDGATE Platform is a new revolution in the digital technology where users and businesses gather to 6 | seek great income stability in a fluctuating environment. It is the new generation of gold-backed 7 | cryptoassets. 8 | links: 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2459301.0 10 | - Email: mailto:support@goldgate.io 11 | - Github: https://github.com/goldgate/GoldGateToken/ 12 | - Telegram: https://t.me/joinchat/AAAAAE3wo-p3tPPTHt-_HQ 13 | - Website: https://goldgate.io/ 14 | - Whitepaper: https://goldgate.io/whitepaper/ 15 | name: GoldGate 16 | symbol: BGG 17 | -------------------------------------------------------------------------------- /tokens/0x3597bfd533a99c9aa083587b074434e61eb0a258.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x3597bfd533a99c9aa083587b074434e61eb0a258' 3 | decimals: 8 4 | description: >- 5 | Tokenizing the Mobile Data Industry 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/dent/ 8 | - Email: mailto:info@dentcoin.com 9 | - Facebook: https://facebook.com/dentcoin 10 | - Slack: https://dentcoin.herokuapp.com/ 11 | - Telegram: https://t.me/dentcoin 12 | - Twitter: https://twitter.com/dentcoin 13 | - Website: http://www.dentcoin.com 14 | - Website: https://www.dentcoin.com/ 15 | - Whitepaper: https://drive.google.com/file/d/0B7XC9TPzyTmOd0pqQ3hRLUM0UzQ/view 16 | name: DENT 17 | symbol: DENT 18 | -------------------------------------------------------------------------------- /tokens/0x3635e381c67252405c1c0e550973155832d5e490.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x3635e381c67252405c1c0e550973155832d5e490' 3 | decimals: 18 4 | description: >- 5 | Blochchainneo not only purchases goods and services, but also builds infrastructure that can easily 6 | carry out shopping demands. 7 | links: 8 | - Blog: https://blockchainneo.net/en/news-en/ 9 | - Email: mailto:info@blockchainneo.net 10 | - Facebook: https://www.facebook.com/blockchainneo/ 11 | - Website: https://blockchainneo.net/en/ 12 | - Whitepaper: https://blockchainneo.net/pdf/JBcoin_whitepaper_ENG_ver1.02.pdf 13 | name: JAPAN BRAND COIN 14 | symbol: JBC 15 | -------------------------------------------------------------------------------- /tokens/0x3883f5e181fccaf8410fa61e12b59bad963fb645.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x3883f5e181fccaf8410fa61e12b59bad963fb645' 3 | decimals: 18 4 | description: >- 5 | Theta is a decentralized video delivery network, powered by users and an innovative 6 | new blockchain. 7 | links: 8 | - Website: https://www.thetatoken.org 9 | - Whitepaper: https://s3.us-east-2.amazonaws.com/assets.thetatoken.org/Theta-white-paper-latest.pdf 10 | - Github: https://github.com/thetatoken 11 | - Twitter: https://twitter.com/thetatoken 12 | - Telegram: https://t.me/joinchat/Gt6mbxJb-2XukwGA_atLjg 13 | - Facebook: https://www.facebook.com/thetatoken 14 | - Blog: https://medium.com/@ThetaLabs 15 | name: Theta Token 16 | symbol: THETA 17 | -------------------------------------------------------------------------------- /tokens/0x38d1c39c3e85dbf0fc2f2d637a4872530ad07a5f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x38d1c39c3e85dbf0fc2f2d637a4872530ad07a5f' 3 | decimals: 4 4 | description: >- 5 | Nondo is a global marketplace solution that provides the ability for everyone to use their cryptocurrency 6 | as a payment method on all online retails around the world. We are planning to build a platform that 7 | connects "Valid Payment Method" holders with Cryptocurrency holders, who will be able to exchange services 8 | on the platform smoothly. 9 | links: 10 | - Email: mailto:info@nondo.io 11 | - Facebook: https://www.facebook.com/Nondo.io/ 12 | - Website: https://nondo.io/ 13 | - Whitepaper: https://nondo.io/Nondo.ioWhitepaper.pdf 14 | name: NONDO 15 | symbol: NDO 16 | -------------------------------------------------------------------------------- /tokens/0x39013f961c378f02c2b82a6e1d31e9812786fd9d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x39013f961c378f02c2b82a6e1d31e9812786fd9d' 3 | decimals: 3 4 | description: >- 5 | SMS project is the most advanced diversified virtual currency mining operation with the offering of 6 | profit distribution up to 34% from the global revenue. 7 | links: 8 | - Email: mailto:support@smscoin.jp 9 | - Facebook: https://www.facebook.com/SPEEDMINING/ 10 | - Github: https://github.com/Speed-Mining/SMSCoin 11 | - Twitter: https://twitter.com/Speed_Mining 12 | - Website: https://smscoin.jp/ 13 | - Whitepaper: https://smscoin.jp/sites/default/files/whitepaper.pdf 14 | name: Speed Mining Service 15 | symbol: SMS 16 | -------------------------------------------------------------------------------- /tokens/0x399a0e6fbeb3d74c85357439f4c8aed9678a5cbf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x399a0e6fbeb3d74c85357439f4c8aed9678a5cbf' 3 | decimals: 3 4 | description: >- 5 | DisLedger is the incredibly fast and completely private architecture for enterprise distributed ledgers. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2039103 8 | - Email: mailto:info@disledger.com 9 | - Github: https://github.com/disledger/ 10 | - Reddit: https://www.reddit.com/r/DisLedger/ 11 | - Telegram: https://t.me/DisLedger_Launch 12 | - Twitter: https://twitter.com/DisledgerInfo 13 | - Website: http://www.disledger.com/ 14 | - Website: https://www.disledger.com/ 15 | - Whitepaper: https://www.disledger.com/DisLedger_Whitepaper.pdf 16 | name: DISLEDGER 17 | symbol: DCL 18 | -------------------------------------------------------------------------------- /tokens/0x3a1237d38d0fb94513f85d61679cad7f38507242.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x3a1237d38d0fb94513f85d61679cad7f38507242' 3 | decimals: 18 4 | description: >- 5 | Mindexcoin is opening doors to a new route and a new chapter in the history of cryptocurrency 6 | links: 7 | - Blog: https://medium.com/@mindexcoin 8 | - Github: https://github.com/mindexcoin/Mindexcoin 9 | - Twitter: https://twitter.com/mindexcoin 10 | - Facebook: https://facebook.com/mindexcoin 11 | - Website: https://mindexcoin.com 12 | - Whitepaper: https://mindexcoin.org/Mindexcoin_White_Paper.pdf 13 | name: Mindexcoin 14 | symbol: MIC 15 | -------------------------------------------------------------------------------- /tokens/0x3a26746ddb79b1b8e4450e3f4ffe3285a307387e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x3a26746ddb79b1b8e4450e3f4ffe3285a307387e' 3 | decimals: 8 4 | description: >- 5 | EtherBTC (ETHB) combines the speed and affordability of the Ethereum blockchain with the limited nature 6 | of bitcoin. Only 21,000,000 ETHB will ever exist, the same maximum number as bitcoin. 7 | links: 8 | - Blog: http://etherbtc.io/news/ 9 | - Email: mailto:info@etherbtc.io 10 | - Facebook: https://www.facebook.com/Etherbtc/ 11 | - Twitter: https://twitter.com/EtherBTC_io 12 | - Website: http://etherbtc.io/ 13 | - Website: https://etherbtc.io 14 | - Whitepaper: http://etherbtc.io/ETHERBTC_WHITE_PAPER.pdf 15 | name: EtherBIT 16 | symbol: ETHB 17 | -------------------------------------------------------------------------------- /tokens/0x3d1ba9be9f66b8ee101911bc36d3fb562eac2244.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x3d1ba9be9f66b8ee101911bc36d3fb562eac2244' 3 | decimals: 18 4 | description: >- 5 | The Decentralized & Mobile Cyber Security Token 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1989333.0 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/rivetz/ 9 | - Email: mailto:sales@rivetzintl.com 10 | - Facebook: https://www.facebook.com/Rivetzcorp/ 11 | - Telegram: https://t.me/rivet_group 12 | - Twitter: https://twitter.com/rivetzcorp 13 | - Website: https://rivetzintl.com/ 14 | - Whitepaper: https://rivetzintl.com/rvt-white-paper-1.02.pdf 15 | name: RvT 16 | symbol: RVT 17 | -------------------------------------------------------------------------------- /tokens/0x3f5bc4fc79b5f8b93ff4814cd9f9a281893d50c9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x3f5bc4fc79b5f8b93ff4814cd9f9a281893d50c9' 3 | decimals: 1 4 | description: >- 5 | We are a consultant firm that uses hys as a medium of Exchange. We only accept our own token in exchange 6 | for services. We burn half the fees we get and we've set aside a dividend reserve for holders. 7 | links: 8 | - Facebook: https://www.facebook.com/HeislerFinancial/ 9 | - Reddit: https://www.reddit.com/r/HeissShares/ 10 | - Twitter: https://twitter.com/HeissFinancial 11 | - Website: http://heislerfinancial.com/ 12 | name: Heiss Shares 13 | symbol: HYS 14 | -------------------------------------------------------------------------------- /tokens/0x40395044ac3c0c57051906da938b54bd6557f212.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x40395044ac3c0c57051906da938b54bd6557f212' 3 | decimals: 8 4 | description: >- 5 | The First Crypto-Centric Mobile Gaming Platform and Store For In-Game Purchases. 6 | links: 7 | - Blog: https://mobilego.io/blog/ 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/mobilego/ 9 | - Facebook: https://www.facebook.com/MobileGo-ICO-1967836613444499/ 10 | - Slack: https://gamecredits.com/slack.html 11 | - Telegram: https://t.me/mobilego 12 | - Twitter: https://twitter.com/MobileGoIco 13 | - Website: https://mobilego.io/ 14 | - Whitepaper: https://mobilego.io/pdf/MobileGo-Whitepaper.pdf 15 | name: MobileGo Token 16 | symbol: MGO 17 | -------------------------------------------------------------------------------- /tokens/0x4092678e4e78230f46a1534c0fbc8fa39780892b.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4092678e4e78230f46a1534c0fbc8fa39780892b' 3 | decimals: 18 4 | description: >- 5 | ODYSSEY’s mission is to build the next-generation decentralized sharing 6 | economy & Peer to Peer Ecosystem. ODYSSEY aims to reduce overall operating cost, 7 | increase marketplace efficiency and boost ROI of product & service providers 8 | in the Global sharing economy & peer to peer ecosystem. 9 | links: 10 | - Website: https://www.ocoin.sg 11 | - Email: mailto:odysseyofficial@ocoin.sg 12 | - Whitepaper: https://www.ocoin.sg/pdf/ODYSSEY+WHITEPAPER+V1.2+EN.pdf?v=2018011801 13 | - Telegram: https://t.me/OdysseyOfficial 14 | - Twitter: https://twitter.com/ODYSSEYPROTOCOL 15 | name: OCoin 16 | symbol: OCN 17 | -------------------------------------------------------------------------------- /tokens/0x40caa728bb4bafa56f38a58623a12fbe6c90209d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x40caa728bb4bafa56f38a58623a12fbe6c90209d' 3 | decimals: 0 4 | description: >- 5 | The EUCoin will raise funds to make investments in ecological and humanitarian projects in the EU 6 | and its influence area. All projects where the institutions fail to deliver. Let's create a better world 7 | together, without political or economical motives, but with humanitarian and ecological purposes. 8 | links: 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2768309.0 10 | - Email: mailto:eu-coin@eu-coin.net 11 | - Facebook: https://www.facebook.com/eu.coin.9 12 | - Twitter: https://twitter.com/eucoin1 13 | - Website: https://eu-coin.net 14 | name: EU coin 15 | symbol: EC 16 | -------------------------------------------------------------------------------- /tokens/0x41104c8d51a80d9e2969dc23256a352de4b0ec33.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x41104c8d51a80d9e2969dc23256a352de4b0ec33' 3 | decimals: 18 4 | description: >- 5 | (PLUM) Payment Layer for Unattended Merchandising. 6 | links: 7 | - Website: http://42plums.com/ 8 | - Reddit: https://www.reddit.com/r/plumcoin 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2994051 10 | name: "PLUM: Payment Layer for Unattended Merchandising" 11 | symbol: PLUM 12 | -------------------------------------------------------------------------------- /tokens/0x4156d3342d5c385a87d264f90653733592000581.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4156d3342d5c385a87d264f90653733592000581' 3 | decimals: 8 4 | description: >- 5 | Blockchain-Backed Loans 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/salt/ 8 | - Email: mailto:support@saltlending.com 9 | - Facebook: http://facebook.com/SALTLENDING/ 10 | - Telegram: https://t.me/joinchat/BmtZ5kKgf4ekiNLggHRDmQ 11 | - Twitter: https://twitter.com/SALTLending 12 | - Website: https://saltlending.com/ 13 | name: Salt 14 | symbol: SALT 15 | -------------------------------------------------------------------------------- /tokens/0x420c42ce1370c0ec3ca87d9be64a7002e78e6709.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: STCN 3 | addr: '0x420c42ce1370c0ec3ca87d9be64a7002e78e6709' 4 | decimals: 0 5 | description: >- 6 | The vape market will represent 47 billion dollars in 2025 against 8 billion in 2015. 7 | links: 8 | - Email: mailto:stoptabaccoin@gmail.com 9 | - Facebook: https://www.facebook.com/Stoptabaccoin/ 10 | - Telegram: https://t.me/StopTabacCoin 11 | - Twitter: https://twitter.com/STbCoin 12 | - Website: http://www.stop-tabac.io/ 13 | name: Stop Tabac Coin 14 | symbol: STCn 15 | -------------------------------------------------------------------------------- /tokens/0x42d6622dece394b54999fbd73d108123806f6a18.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x42d6622dece394b54999fbd73d108123806f6a18' 3 | decimals: 18 4 | description: >- 5 | Blockchain-based infrastructure for the Adult industry. 6 | links: 7 | - Blog: https://medium.com/spankchain 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/spankchain/ 9 | - Email: mailto:hello@spankchain.com 10 | - Github: https://github.com/spankchain 11 | - Reddit: https://www.reddit.com/r/SpankChain/ 12 | - Slack: https://discordapp.com/invite/Rz48YYy 13 | - Twitter: https://twitter.com/spankchain 14 | - Website: https://spankchain.com/ 15 | name: SPANK 16 | symbol: SPANK 17 | -------------------------------------------------------------------------------- /tokens/0x449574c69f3a658794829ed81639a7a9ece041e1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x449574c69f3a658794829ed81639a7a9ece041e1' 3 | decimals: 0 4 | description: >- 5 | NEO Gold is an Ethereum token with goal to create a community of people that support "Gold" labeled 6 | tokens for nothing but fun and social engagement. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2345986.0 9 | - Email: mailto:admin@neo-gold.com 10 | - Telegram: https://t.me/neogold 11 | - Twitter: https://twitter.com/NEO_GOLD_com 12 | - Website: https://neo-gold.com/ 13 | name: NEO Gold 14 | symbol: NEOG 15 | -------------------------------------------------------------------------------- /tokens/0x44e6d9ae9053a16e9311fd9702291c5516804359.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x44e6d9ae9053a16e9311fd9702291c5516804359' 3 | decimals: 0 4 | description: >- 5 | What is eBTGold? eBTGold is an efficient and effective way to send currency quickly through the Ethereum 6 | blockchain. As the name suggests, eBTG is Bitcoin Gold run on the Ethereum chain. This coincides with 7 | cheaper fees and our goal is to have the eBTGold community to decide the direction of this coin. With 8 | a telegram group of over 1300 supporters, we are dedicated to become the best community driven coin 9 | on the crypto platform. 10 | links: 11 | - Website: http://www.ebtgold.com 12 | name: '' 13 | symbol: EBTGOLD 14 | -------------------------------------------------------------------------------- /tokens/0x45e42d659d9f9466cd5df622506033145a9b89bc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: NXC 3 | addr: '0x45e42d659d9f9466cd5df622506033145a9b89bc' 4 | decimals: 3 5 | description: >- 6 | Beyond the Void is a competitive One vs One Game. Lead your army with your powerful mother ship, conquer 7 | the solar system and defeat your opponents. 8 | 9 | The Nexium is the Token of Beyond the void. It will be used in our shop to trade items. 10 | links: 11 | - CoinMarketCap: https://coinmarketcap.com/currencies/nexium/ 12 | - Website: https://beyond-the-void.net/ 13 | - Website: http://beyond-the-void.net 14 | name: Nexium 15 | symbol: NxC 16 | -------------------------------------------------------------------------------- /tokens/0x4632091b0dd0e0902d1fe0534e16eb7b20328d70.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4632091b0dd0e0902d1fe0534e16eb7b20328d70' 3 | decimals: 18 4 | description: >- 5 | A mobile app company. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2496971 8 | - Email: mailto:support@ultim.at 9 | - Github: https://github.com/UltimatToken 10 | - Twitter: https://twitter.com/UltimatToken 11 | - Website: http://ultim.at/ 12 | - Website: http://www.ultimat.tk/ 13 | name: Ultimat 14 | symbol: ULT 15 | -------------------------------------------------------------------------------- /tokens/0x468d58d6a52249844a166d0ef045dbdd7ce0c751.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x468d58d6a52249844a166d0ef045dbdd7ce0c751' 3 | decimals: 18 4 | description: >- 5 | Member of RAR Tokens family. 6 | links: 7 | - Website: http://rartokens.com/ 8 | - Whitepaper: https://drive.google.com/file/d/1yDrSfk5WxI_Gz5xT4F_wC-yzmcaM55gq/view 9 | name: RAX Token 10 | symbol: RAX 11 | -------------------------------------------------------------------------------- /tokens/0x4794b28f59533c52d99028e06878ae7d1e4d1802.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4794b28f59533c52d99028e06878ae7d1e4d1802' 3 | decimals: 2 4 | description: >- 5 | Valid Cash is a cryptocurrency based on the Ethereum ERC20 protocol with a limited supply driven 6 | by community and peer to peer acceptance. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2483329 9 | - Email: mailto:mail@valid.cash 10 | - Facebook: https://www.facebook.com/valid.cash.crypto/ 11 | - Telegram: https://t.me/validcash 12 | - Twitter: https://twitter.com/valid_cash 13 | - Website: https://www.valid.cash/ 14 | - Whitepaper: https://www.valid.cash/wp-content/uploads/2017/12/valid-cash-whitepaper.pdf 15 | name: Valid Cash 16 | symbol: VALID 17 | -------------------------------------------------------------------------------- /tokens/0x48f775efbe4f5ece6e0df2f7b5932df56823b990.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x48f775efbe4f5ece6e0df2f7b5932df56823b990' 3 | decimals: 0 4 | description: >- 5 | First Unbiased Review Platform, Built With Blockchain Technology. 6 | links: 7 | - Blog: https://medium.com/revain 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/revain/ 9 | - Email: mailto:contact@revain.org 10 | - Facebook: https://www.facebook.com/revain.org/ 11 | - Github: https://github.com/Revain/Token 12 | - Telegram: https://t.me/joinchat/CzZcC0PCgpJcbBCb3JfNeQ 13 | - Twitter: https://twitter.com/Revain_org 14 | - Website: https://revain.org/ 15 | - Whitepaper: http://revain.org/pdf/wp/en-wp.pdf 16 | name: R token 17 | symbol: R 18 | -------------------------------------------------------------------------------- /tokens/0x4a42d2c580f83dce404acad18dab26db11a1750e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4a42d2c580f83dce404acad18dab26db11a1750e' 3 | decimals: 18 4 | description: >- 5 | Relex is the world's 1st cryptocurrency based real estate developer opportunity. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2075473.0 8 | - Email: mailto:kehilden@protonmail.ch 9 | - Facebook: https://www.facebook.com/RelexTalk 10 | - Slack: http://relextalk.slack.com/ 11 | - Twitter: https://twitter.com/relextalk 12 | - Website: https://www.relex.io/ 13 | name: Relex 14 | symbol: RLX 15 | -------------------------------------------------------------------------------- /tokens/0x4a536c1ce7ad7f6e8d2e59135e17aef5ef4dd4e6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4a536c1ce7ad7f6e8d2e59135e17aef5ef4dd4e6' 3 | decimals: 3 4 | description: >- 5 | GE-chain is a tool of settlement in game industry, especially for the asset conversion from game coin 6 | to digital currency. 7 | links: 8 | - Email: mailto:gecmail@163.com 9 | - Website: http://www.yyb.money/ 10 | - Whitepaper: http://www.yyb.money/uploadfile/yuyulian-whitebook.pdf 11 | name: GECoin 12 | symbol: GEC 13 | -------------------------------------------------------------------------------- /tokens/0x4b35e0ab998ebe8414871c13cf778f9d0bbdf609.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4b35e0ab998ebe8414871c13cf778f9d0bbdf609' 3 | decimals: 18 4 | description: >- 5 | Cryptocurrency exchange made simple 6 | links: 7 | - Blog: https://medium.com/@Swapity 8 | - Email: mailto:contact@swapity.io 9 | - Twitter: https://twitter.com/Swapity_io 10 | - Website: https://swapity.io/ 11 | name: SWAP 12 | symbol: SWP 13 | -------------------------------------------------------------------------------- /tokens/0x4cc19356f2d37338b9802aa8e8fc58b0373296e7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: SELFKEY 3 | addr: '0x4cc19356f2d37338b9802aa8e8fc58b0373296e7' 4 | decimals: 18 5 | description: >- 6 | SelfKey is a blockchain based digital identity system that allows its users to truly own and manage 7 | their digital identity and instantly apply for services. 8 | links: 9 | - Website: https://selfkey.org 10 | name: SelfKey 11 | symbol: KEY 12 | -------------------------------------------------------------------------------- /tokens/0x4f38f4229924bfa28d58eeda496cc85e8016bccc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x4f38f4229924bfa28d58eeda496cc85e8016bccc' 3 | decimals: 0 4 | description: >- 5 | CehhCoin is the first PPoW token. This means it is a mineable token with a new clever system. 6 | The coin is fully decentralized and will work as a founding stone for the PPoW shift. 7 | links: 8 | - Website: https://cehh.cash 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2954666 10 | name: CehhCoin 11 | symbol: CEHH 12 | -------------------------------------------------------------------------------- /tokens/0x5046e860ff274fb8c66106b0ffb8155849fb0787.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5046e860ff274fb8c66106b0ffb8155849fb0787' 3 | decimals: 8 4 | description: >- 5 | It is a token that was launched with the purpose of forming a community of programmers in JavaScript, 6 | with a platform where they can sell the codes in exchange for the token. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2251683.0 9 | - Email: mailto:jonnyda1811@gmail.com 10 | - Twitter: https://twitter.com/JS_Token 11 | - Website: http://javascripttoken.pagedemo.co/ 12 | - Website: http://javascripttoken.pagedemo.co 13 | name: JavaScript 14 | symbol: JS 15 | -------------------------------------------------------------------------------- /tokens/0x51c6a6ef1352578ff01b078313e6779b88bdcb1e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x51c6a6ef1352578ff01b078313e6779b88bdcb1e' 3 | decimals: 18 4 | description: >- 5 | DMINT is Distributed MINeable Token working on the Ethereum platform. To mine 6 | bitcoin you need to spend electricity. To mine DMINT you need to spend some gas. 7 | The basic principle: the more you have, the more you will get. DMINT can be 8 | added to any Ethereum Wallet because it is standard ERC20 token. 9 | links: 10 | - Bitcointalk: https://bitcointalk.org/index.php?topic=3139476 11 | - Twitter: https://twitter.com/dmint18 12 | - Website: https://dmint.xyz 13 | - Whitepaper: https://dmint.xyz/assets/dmint-en.pdf 14 | - Gitter: https://gitter.im/mineable/dmint 15 | name: DMINT 16 | symbol: DMINT 17 | -------------------------------------------------------------------------------- /tokens/0x51ee82641ac238bde34b9859f98f5f311d6e4954.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x51ee82641ac238bde34b9859f98f5f311d6e4954' 3 | decimals: 8 4 | description: >- 5 | Decentralized quantitative assets trading 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2198858.0 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/iquant/ 9 | - Email: mailto:iqt@5iquant.com 10 | - Reddit: https://www.reddit.com/user/IQTChain 11 | - Slack: https://iqt-group.slack.com/ 12 | - Telegram: https://t.me/joinchat/Gb_-VkNbQxOWML3GfT9yGA 13 | - Website: http://www.5iquant.org/en 14 | - Whitepaper: http://web.5iquant.com/iqt/ico_white_paper_en.pdf 15 | name: IQT Token 16 | symbol: IQT 17 | -------------------------------------------------------------------------------- /tokens/0x52a17ca01b9925752aefde41bf80d7b10514e136.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x52a17ca01b9925752aefde41bf80d7b10514e136' 3 | decimals: 15 4 | description: >- 5 | High value, high volatility erc20 token, designed for a high-risk day trading. 6 | links: 7 | - Website: https://www.pumppump.io 8 | name: Pump coin 9 | symbol: PUMP 10 | -------------------------------------------------------------------------------- /tokens/0x52f7018bc6ba4d24abfbaefccae4617bfb0a0b52.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x52f7018bc6ba4d24abfbaefccae4617bfb0a0b52' 3 | decimals: 9 4 | description: >- 5 | We are buying a super yacht for members of the blockchain and crypto currency to network, play, and 6 | launch ICOs. YACHT Coin will be used to buy time on the CryptoYacht. 7 | links: 8 | - Website: https://www.cryptoyacht.com/ 9 | name: YachtCoin 10 | symbol: YACHT 11 | -------------------------------------------------------------------------------- /tokens/0x55e7c4a77821d5c50b4570b08f9f92896a25e012.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x55e7c4a77821d5c50b4570b08f9f92896a25e012' 3 | decimals: 0 4 | description: "" 5 | links: [] 6 | name: GreenPower 7 | symbol: P+ 8 | -------------------------------------------------------------------------------- /tokens/0x569cbdcc684edcc589939cc8f6b96e6abd9eb0f3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x569cbdcc684edcc589939cc8f6b96e6abd9eb0f3' 3 | decimals: 6 4 | description: >- 5 | Ignite tokens will be used to issue ERC223 tokens from the front end of our website. Some individuals 6 | and companies who are desirous of issuing their own tokens have run into difficulty and our service 7 | aims to ease their troubles. 8 | links: 9 | - Website: http://ignitetoken.com/ 10 | - Whitepaper: http://ignitetoken.com/docs/iGnite-Whitepaper.pdf 11 | name: iGnite 12 | symbol: IGN 13 | -------------------------------------------------------------------------------- /tokens/0x56ba2ee7890461f463f7be02aac3099f6d5811a8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x56ba2ee7890461f463f7be02aac3099f6d5811a8' 3 | decimals: 18 4 | description: >- 5 | BlockCAT lets anyone create, manage, and deploy smart contracts on the Ethereum blockchain with just 6 | a few clicks. No programming required. 7 | links: 8 | - Blog: https://medium.com/@blockcat 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/blockcat/ 10 | - Email: mailto:team@blockcat.io 11 | - Slack: https://slack.blockcat.io/ 12 | - Twitter: https://twitter.com/blockcatio 13 | - Website: https://blockcat.io/ 14 | - Whitepaper: https://blockcat.io/wp-content/uploads/whitepaper.pdf 15 | name: BlockCAT Token 16 | symbol: CAT 17 | -------------------------------------------------------------------------------- /tokens/0x56e7f2cd7d5382506aab084a67d70e603cdb23f7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x56e7f2cd7d5382506aab084a67d70e603cdb23f7' 3 | decimals: 8 4 | description: >- 5 | BiCode is a mobile application that allows to transfer currency from a BiCode Wallet through a QR Code 6 | without any confirmation by Blockchain. BiCode is free for basic function but Plugin and Modules may 7 | be payed by BiCode Currency. 8 | links: 9 | - Website: https://bitcointalk.org/index.php?topic=2296578.0 10 | name: BiCode 11 | symbol: CODE 12 | -------------------------------------------------------------------------------- /tokens/0x59adcf176ed2f6788a41b8ea4c4904518e62b6a4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x59adcf176ed2f6788a41b8ea4c4904518e62b6a4' 3 | decimals: 18 4 | description: >- 5 | SAI is a decentralized stablecoin. See https://sai.makerdao.com/ 6 | links: 7 | - Blog: https://blog.makerdao.com/ 8 | - Github: https://github.com/makerdao 9 | - Reddit: https://www.reddit.com/r/MakerDAO/ 10 | - Slack: https://chat.makerdao.com/ 11 | - Twitter: https://twitter.com/makerdao 12 | - Website: https://makerdao.com/ 13 | - Whitepaper: https://github.com/makerdao/docs/blob/master/Dai.md 14 | name: '' 15 | symbol: SAI 16 | -------------------------------------------------------------------------------- /tokens/0x5a84969bb663fb64f6d015dcf9f622aedc796750.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5a84969bb663fb64f6d015dcf9f622aedc796750' 3 | decimals: 18 4 | description: >- 5 | We are, without a doubt, the fastest growing blockchain game in the world already. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/idice/ 8 | - Email: mailto:idice@protonmail.com 9 | - Telegram: https://t.me/idicegroup 10 | - Website: https://idice.io/ 11 | name: IDICE 12 | symbol: ICE 13 | -------------------------------------------------------------------------------- /tokens/0x5acd19b9c91e596b1f062f18e3d02da7ed8d1e50.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5acd19b9c91e596b1f062f18e3d02da7ed8d1e50' 3 | decimals: 8 4 | description: >- 5 | BTC Lite is decentralized cryptocurrency that runs on Ethereum blockchain. It has same 6 | coin supply as Bitcoin but is much faster and lighter. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2471229.0 9 | - Blog: https://medium.com/@btclite 10 | - Reddit: https://www.reddit.com/r/BTClite/ 11 | - Telegram: https://t.me/BTCLITE 12 | - Twitter: https://twitter.com/BTCliteofficial 13 | - Website: http://btclite.org/ 14 | - Whitepaper: http://btclite.org/whitepaper/ 15 | name: BTC LITE 16 | symbol: BTCL 17 | -------------------------------------------------------------------------------- /tokens/0x5c543e7ae0a1104f78406c340e9c64fd9fce5170.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5c543e7ae0a1104f78406c340e9c64fd9fce5170' 3 | decimals: 18 4 | description: >- 5 | vSlice Token: 6 | 7 | Contribute funds to Smart Contract Game Developers. 8 | 9 | Earn ETH from successful Game Projects. 10 | links: 11 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1691524.new#new 12 | - CoinMarketCap: https://coinmarketcap.com/currencies/vslice/ 13 | - Email: mailto:info@vslice.io 14 | - Slack: https://vdice-slack-invite-page.stamplayapp.com/ 15 | - Telegram: https://telegram.me/joinchat/EHTlBwbUO0xGJlKuSncFyw 16 | - Website: http://www.vslice.io/ 17 | - Whitepaper: https://mega.nz/#%21ZiwQzKzZ%21cB3XNqJtM3zQV8IoO5R70-fFSmg9QCliNiZSTn7es4g 18 | name: vSlice 19 | symbol: VSL 20 | -------------------------------------------------------------------------------- /tokens/0x5ca71ea65acb6293e71e62c41b720698b0aa611c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5ca71ea65acb6293e71e62c41b720698b0aa611c' 3 | decimals: 18 4 | description: >- 5 | Open-source, decentralized, derivatives trading platform 6 | links: 7 | - Email: mailto:office@bbod.io 8 | - Facebook: https://www.facebook.com/groups/131208830847524 9 | - Github: https://github.com/BBODTradingPlatform/BBOD 10 | - Twitter: https://twitter.com/BBODTrading 11 | - Website: http://bbod.io/ 12 | - Whitepaper: http://bbod.io/wp-content/uploads/whitepaper.pdf 13 | name: BlockChain Board Of Derivatives Token 14 | symbol: BBD 15 | -------------------------------------------------------------------------------- /tokens/0x5d65d971895edc438f465c17db6992698a52318d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5d65d971895edc438f465c17db6992698a52318d' 3 | decimals: 18 4 | description: >- 5 | Nebulas is a decentralized platform which provides a search framework for all blockchains. It is an 6 | open source public chain. 7 | links: 8 | - Blog: https://medium.com/@nebulasio 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/nebulas-token/ 10 | - Email: mailto:contact@nebulas.io 11 | - Slack: https://nebulasio.slack.com/ 12 | - Twitter: https://twitter.com/nebulasio 13 | - Website: https://nebulas.io/en/ 14 | - Whitepaper: https://nebulas.io/docs/NebulasWhitepaper.pdf 15 | name: Nebulas Token 16 | symbol: NAS 17 | -------------------------------------------------------------------------------- /tokens/0x5f54c1512d036a0dd92744ee0a55ed183dde0484.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5f54c1512d036a0dd92744ee0a55ed183dde0484' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Email: mailto:genkifs@gmail.com 9 | - Github: https://github.com/genkifs/staticoin 10 | - Reddit: https://www.reddit.com/user/genki_paul 11 | - Website: http://staticoin.com/ 12 | - Whitepaper: http://staticoin.com/whitepaper.pdf 13 | name: JPY Static 14 | symbol: JPY_S 15 | -------------------------------------------------------------------------------- /tokens/0x5f6e7fb7fe92ea7822472bb0e8f1be60d6a4ea50.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x5f6e7fb7fe92ea7822472bb0e8f1be60d6a4ea50' 3 | decimals: 18 4 | description: >- 5 | Artemine is the version 2.0 of Minereum, the First Self Mining Smart Contract created and it's intended 6 | to continue the evolution of Smart Contract Mining Technology. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2153950.0 9 | - Email: mailto:contact@artemine.org 10 | - Telegram: https://t.me/artemine 11 | - Twitter: https://twitter.com/arteminetoken 12 | - Website: https://www.artemine.org/ 13 | - Website: https://www.artemine.org 14 | - Whitepaper: https://artemine.org/whitepaper.pdf 15 | name: Artemine 16 | symbol: ARTE 17 | -------------------------------------------------------------------------------- /tokens/0x614ea929892ea43d3ea2c5e3311b01cc589bad6c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x614ea929892ea43d3ea2c5e3311b01cc589bad6c' 3 | decimals: 18 4 | description: >- 5 | The first and only ERC20 Ethereum Casino 6 | links: 7 | - Blog: https://medium.com/@Ethino_Casino 8 | - Email: mailto:contact@ethino.com 9 | - Reddit: https://www.reddit.com/r/ethino/ 10 | - Twitter: https://twitter.com/Ethino_Casino 11 | - Website: https://www.ethino.com/ 12 | - Website: https://www.ethino.com 13 | - Whitepaper: http://www.ethino.com/files/ethino-whitepaper-en.pdf 14 | name: Ethino 15 | symbol: ENO 16 | -------------------------------------------------------------------------------- /tokens/0x623b925b0a57a24ea8de301f2e3e692ce903f0c3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x623b925b0a57a24ea8de301f2e3e692ce903f0c3' 3 | decimals: 0 4 | description: >- 5 | MoviToken is an ERC20 + VERIFIED community cryptocurrency developed specifically for the independent 6 | film community. 7 | links: 8 | - Email: mailto:chris@southernmeridian.com 9 | - Facebook: https://www.facebook.com/movitoken 10 | - Website: http://movitoken.com/ 11 | name: MoviToken 12 | symbol: MOVI 13 | 14 | -------------------------------------------------------------------------------- /tokens/0x62a56a4a2ef4d355d34d10fbf837e747504d38d4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x62a56a4a2ef4d355d34d10fbf837e747504d38d4' 3 | decimals: 2 4 | description: >- 5 | Paypex token is ERC20 token based on Ethereum blockchain technology and smart contract. These tokens 6 | can be converted to Paypex wallet or vice-versa. 7 | links: 8 | - Email: mailto:contact@paypex.org 9 | - Facebook: https://www.facebook.com/Paypex-128510347902748/ 10 | - Reddit: https://www.reddit.com/r/paypex/ 11 | - Slack: https://paypex.slack.com/ 12 | - Twitter: https://twitter.com/paypex 13 | - Website: https://www.paypex.org/ 14 | - Website: https://www.paypex.org 15 | name: PAYPEX 16 | symbol: PAYX 17 | -------------------------------------------------------------------------------- /tokens/0x638ac149ea8ef9a1286c41b977017aa7359e6cfa.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x638ac149ea8ef9a1286c41b977017aa7359e6cfa' 3 | decimals: 18 4 | description: >- 5 | ALTS is a community token, it is distributed to the AltcoinsTalks.com community. 6 | links: 7 | - Email: mailto:dev@altcoinstalks.com 8 | - Facebook: https://www.facebook.com/AltcoinsTalks/ 9 | - Telegram: https://t.me/joinchat/FVTLFELkfHI6_CKz7AbIpQ 10 | - Twitter: https://twitter.com/AltcoinsTalks 11 | - Website: http://www.altcoinstalks.com/ 12 | - Website: http://www.altcoinstalks.com/index.php?topic=142.0 13 | - Whitepaper: http://www.altcoinstalks.com/index.php?topic=224.0 14 | name: Altcoins 15 | symbol: ALTS 16 | -------------------------------------------------------------------------------- /tokens/0x6467882316dc6e206feef05fba6deaa69277f155.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x6467882316dc6e206feef05fba6deaa69277f155' 3 | decimals: 18 4 | description: >- 5 | FAPcoin is an Adult industry crypto currency when it comes to online payments. Security and Anonymity 6 | is paramount which is why we have developed FAPcoin to be one of the most feature rich coins in the 7 | adult space. No more hiding credit card statements! 8 | links: 9 | - Website: https://fapcoin.io/ 10 | name: FAPcoin 11 | symbol: FAP 12 | -------------------------------------------------------------------------------- /tokens/0x6576963107077cce5ec879978c03ec6bb300cc89.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x6576963107077cce5ec879978c03ec6bb300cc89' 3 | decimals: 8 4 | description: >- 5 | Crescent Network (CSN) is the world's first multi-use Proof-of Stake token built on Ethereum platform 6 | (Incorporating ERC20 and POSToken Standard) which is backed by a physical mining facility. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2791455.0 9 | - Email: mailto:admin@crescenttoken.com 10 | - Telegram: https://t.me/CrescentToken 11 | - Twitter: https://twitter.com/CrescentToken 12 | - Website: https://crescenttoken.com/ 13 | name: Crescent 14 | symbol: CSN 15 | -------------------------------------------------------------------------------- /tokens/0x66497a283e0a007ba3974e837784c6ae323447de.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x66497a283e0a007ba3974e837784c6ae323447de' 3 | decimals: 18 4 | description: >- 5 | Ethereum Tokens you can use to Stream Porn NOW! 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2141716.0 8 | - Blog: https://www.porntoken.io/blog/ 9 | - Email: mailto:support@porntoken.io 10 | - Github: https://github.com/porntoken/smart_contract 11 | - Reddit: https://www.reddit.com/r/porntoken/ 12 | - Slack: https://porntoken.slack.com/ 13 | - Twitter: http://www.twitter.com/porntoken 14 | - Website: https://www.porntoken.io/ 15 | - Whitepaper: https://www.porntoken.io/whitepaper/PornToken.Milestones.Whitepaper.Substitute.pdf 16 | name: PornToken 17 | symbol: PT 18 | -------------------------------------------------------------------------------- /tokens/0x671abbe5ce652491985342e85428eb1b07bc6c64.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x671abbe5ce652491985342e85428eb1b07bc6c64' 3 | decimals: 8 4 | description: >- 5 | The aim of the Quantum project is to bring institutional grade liquidity to cryptocurrency and digital 6 | asset markets. 7 | links: 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/quantum/ 9 | - Email: mailto:support@quantumproject.org 10 | - Facebook: https://www.facebook.com/QAUProject/ 11 | - Twitter: https://twitter.com/QAUProject 12 | - Website: http://www.quantumproject.org/ 13 | - Whitepaper: http://www.quantumproject.org/s/whitepaper.pdf 14 | name: Quantum 15 | symbol: QAU 16 | -------------------------------------------------------------------------------- /tokens/0x6810e776880c02933d47db1b9fc05908e5386b96.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x6810e776880c02933d47db1b9fc05908e5386b96' 3 | decimals: 18 4 | description: >- 5 | Based on Ethereum — The next generation blockchain network. Speculate on anything with an easy-to-use 6 | prediction market. 7 | links: 8 | - Blog: https://medium.com/gnosis-pm 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/gnosis-gno/ 10 | - Facebook: https://www.facebook.com/Gnosis.pm/ 11 | - Reddit: https://www.reddit.com/r/gnosisPM/ 12 | - Slack: https://slack.gnosis.pm/ 13 | - Twitter: https://twitter.com/gnosisPM 14 | - Website: https://gnosis.pm/ 15 | name: Gnosis Token 16 | symbol: GNO 17 | -------------------------------------------------------------------------------- /tokens/0x68aa3f232da9bdc2343465545794ef3eea5209bd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x68aa3f232da9bdc2343465545794ef3eea5209bd' 3 | decimals: 18 4 | description: >- 5 | A state-of-the-art digital asset exchange, EU token marketplace and wallet with powerful security features 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/mothership/ 8 | - Email: mailto:hello@mothership.cx 9 | - Slack: http://slack.mothership.cx/ 10 | - Telegram: https://t.me/mothershipcx 11 | - Twitter: https://twitter.com/MothershipCX 12 | - Website: https://mothership.cx 13 | - Website: https://mothership.cx/ 14 | - Whitepaper: https://mothership.cx/documents/whitepaper.pdf 15 | name: Mothership Token 16 | symbol: MSP 17 | -------------------------------------------------------------------------------- /tokens/0x6a09e1b7cc5cb52ffdfc585a8df51ced7063915c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x6a09e1b7cc5cb52ffdfc585a8df51ced7063915c' 3 | decimals: 18 4 | links: 5 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2676153.0 6 | - Email: mailto:team@ravelous.com 7 | - Facebook: https://www.facebook.com/ravelousmarket 8 | - Reddit: https://www.reddit.com/r/ravelous/ 9 | - Discord: https://discordapp.com/invite/fKjGx78 10 | - Telegram: https://t.me/ravelous 11 | - Twitter: https://twitter.com/ravelousmarket 12 | - Website: https://ravelous.com/ 13 | name: Ravelous 14 | symbol: RAVE 15 | -------------------------------------------------------------------------------- /tokens/0x6aac8cb9861e42bf8259f5abdc6ae3ae89909e11.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: BTCRED 3 | addr: '0x6aac8cb9861e42bf8259f5abdc6ae3ae89909e11' 4 | decimals: 8 5 | description: >- 6 | Making bitcoin art by trading colors. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2294915 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/bitcoin-red/ 10 | - Email: mailto:contact@bitcoinred.io 11 | - Facebook: https://www.facebook.com/BitcoinRed1/ 12 | - Telegram: https://t.me/BitcoinRedToken 13 | - Twitter: https://twitter.com/BitcoinRed1 14 | - Website: https://www.bitcoinred.io/ 15 | - Website: http://www.bitcoinred.io 16 | name: Bitcoin Red 17 | symbol: BTCR 18 | -------------------------------------------------------------------------------- /tokens/0x6b0611c65b53e72429d799ed512d0da123ac0fb9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x6b0611c65b53e72429d799ed512d0da123ac0fb9' 3 | decimals: 8 4 | description: >- 5 | JapaneseAVCoin is a decentralized digital currency for adult content intellectual property 6 | protection. And it will be the only token to be used on our adult content exchange platform for our 7 | second phase plan. 8 | links: 9 | - Twitter: https://twitter.com/JapaneseAVCoin 10 | - Website: http://www.jav.cash 11 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2942484 12 | - Telegram: https://t.me/javcoin 13 | - Whitepaper: http://www.jav.cash/whitepaper_jav.pdf 14 | name: JapaneseAVCoin 15 | symbol: JAV 16 | -------------------------------------------------------------------------------- /tokens/0x6d5cac36c1ae39f41d52393b7a425d0a610ad9f2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x6d5cac36c1ae39f41d52393b7a425d0a610ad9f2' 3 | decimals: 8 4 | description: >- 5 | LLT is used to form a decentralized shared CDN digital asset in the world based on blockchain and network 6 | acceleration technology. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2178923.0 9 | - Email: mailto:support@lltoken.com 10 | - Telegram: https://t.me/lltoken_com 11 | - Website: https://www.lltoken.com/ 12 | - Website: https://www.lltoken.com/#main 13 | - Whitepaper: https://minerdl.yunfan.com/miner/lltoken/uploadfile/pdf/llt_white_paper_en.pdf 14 | name: LLToken 15 | symbol: LLT 16 | -------------------------------------------------------------------------------- /tokens/0x6f1a769952c60b2d03f46419adeda91d87866dab.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x6f1a769952c60b2d03f46419adeda91d87866dab' 3 | decimals: 18 4 | description: >- 5 | eLiteCoin 6 | links: 7 | - Website: http://elitecoin.tech 8 | name: eLiteCoin 9 | symbol: ELTC 10 | -------------------------------------------------------------------------------- /tokens/0x7268f9c2bc9c9e65b4a16888cb5672531ce8e945.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7268f9c2bc9c9e65b4a16888cb5672531ce8e945' 3 | decimals: 18 4 | description: >- 5 | The first crypto pegged to time on the Ethereum Blockchain 6 | links: 7 | - Blog: https://blog.chronologic.network/ 8 | - Github: https://github.com/chronologic/chronologic 9 | - Website: https://chronologic.network/ 10 | - Whitepaper: https://chronologic.network/uploads/Chronologic_Whitepaper.pdf 11 | name: YESTERDAY 12 | symbol: YESTERDAY 13 | -------------------------------------------------------------------------------- /tokens/0x744d70fdbe2ba4cf95131626614a1763df805b9e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x744d70fdbe2ba4cf95131626614a1763df805b9e' 3 | decimals: 18 4 | description: >- 5 | Status is an open source messaging platform and mobile browser to interact with decentralized applications 6 | that run on the Ethereum Network. 7 | links: 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/status/ 9 | - Facebook: https://www.facebook.com/ethstatus 10 | - Github: https://github.com/status-im 11 | - Reddit: https://www.reddit.com/r/statusim/ 12 | - Slack: http://slack.status.im/ 13 | - Twitter: https://twitter.com/ethstatus 14 | - Website: https://status.im/ 15 | - Website: http://status.im/ 16 | - Whitepaper: https://status.im/whitepaper.pdf 17 | name: Status Network 18 | symbol: SNT 19 | -------------------------------------------------------------------------------- /tokens/0x7627de4b93263a6a7570b8dafa64bae812e5c394.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7627de4b93263a6a7570b8dafa64bae812e5c394' 3 | decimals: 8 4 | description: >- 5 | NexxusCoin is the internal token that powers the Nexxus Ecosystem and creates a better world by empowering 6 | individuals and communities worldwide! 7 | links: 8 | - Website: http://www.nexxuscoin.com/ 9 | name: Nexxus 10 | symbol: NXX 11 | -------------------------------------------------------------------------------- /tokens/0x76e82406a5040b605c6d30caf4802e7eb3184bbc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: EBCC 3 | addr: '0x76e82406a5040b605c6d30caf4802e7eb3184bbc' 4 | decimals: 6 5 | description: >- 6 | Ethereum Based Cross Crypto - Your Pass to Crypto Freedom 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2347142.0 9 | - Email: mailto:support@ebcc.tech 10 | - Facebook: https://www.facebook.com/eBCCToken/ 11 | - Telegram: https://t.me/ebcctoken 12 | - Twitter: https://twitter.com/EBCC15 13 | - Website: https://ebcc.tech/ 14 | - Website: https://ebcc.tech 15 | name: eBitcoinCash 16 | symbol: eBCC 17 | -------------------------------------------------------------------------------- /tokens/0x779b7b713c86e3e6774f5040d9ccc2d43ad375f8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x779b7b713c86e3e6774f5040d9ccc2d43ad375f8' 3 | decimals: 8 4 | description: >- 5 | POS Mining Co. is launching an ICO to buy more coins to stake with. Unlike POW mining farms, POS mining 6 | requires lots of coins to stake with. We already have the facility, the encrypted servers, everything 7 | is ready to go from day 1. Our facility uses solar power which accounts for about 45% of our power needs. 8 | We are located in Southern California and have a loads of sun to keep the energy consumption to a minimum. 9 | links: 10 | - Website: http://stakepool.co/ 11 | name: StakePool 12 | symbol: POOL 13 | -------------------------------------------------------------------------------- /tokens/0x7a41e0517a5eca4fdbc7fbeba4d4c47b9ff6dc63.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7a41e0517a5eca4fdbc7fbeba4d4c47b9ff6dc63' 3 | decimals: 18 4 | description: >- 5 | Blockchain AI insurance solution 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/zeusshield/ 8 | - Email: mailto:info@zsc.io 9 | - Facebook: https://www.facebook.com/shield.zeus 10 | - Twitter: https://twitter.com/zeusshield 11 | - Website: https://zsc.io/ 12 | - Whitepaper: https://zsc.io/files/ZSC_Whitepaper_en.pdf 13 | name: Zeus Shield Coin 14 | symbol: ZSC 15 | -------------------------------------------------------------------------------- /tokens/0x7b1309c1522afd4e66c31e1e6d0ec1319e1eba5e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7b1309c1522afd4e66c31e1e6d0ec1319e1eba5e' 3 | decimals: 18 4 | description: >- 5 | Revolutionizing the way of financial transactions. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2354399 8 | - Email: mailto:info@bulleon.net 9 | - Facebook: https://www.facebook.com/bulleon.net/ 10 | - Github: https://github.com/Bulleon/contract 11 | - Telegram: https://t.me/bulleon_official 12 | - Twitter: https://twitter.com/Bulleon_net 13 | - Website: https://bulleon.net/ 14 | - Whitepaper: https://bulleon.net/blackpaper_bulleonn.pdf 15 | name: Bulleon 16 | symbol: BLN 17 | -------------------------------------------------------------------------------- /tokens/0x7b22938ca841aa392c93dbb7f4c42178e3d65e88.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7b22938ca841aa392c93dbb7f4c42178e3d65e88' 3 | decimals: 4 4 | description: >- 5 | Astronaut is a crypto hedge fund that puts your investing on autopilot. Astronauts primary focus is 6 | to gain exposure to ICOs and undervalued altcoins. 7 | links: 8 | - Blog: https://medium.com/astronaut-capital 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/astro/ 10 | - Email: mailto:admin@astronaut.capital 11 | - Reddit: https://www.reddit.com/r/astronautcapital/ 12 | - Telegram: https://t.me/astroico 13 | - Twitter: https://twitter.com/astronautcap 14 | - Website: https://astronaut.capital/ 15 | - Website: http://www.astronaut.capital/ 16 | name: AstroTokens 17 | symbol: ASTRO 18 | -------------------------------------------------------------------------------- /tokens/0x7d49eaac4c70abc1a659122f08c0806ae44703ef.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7d49eaac4c70abc1a659122f08c0806ae44703ef' 3 | decimals: 18 4 | description: >- 5 | Dragon Exchange focusing on the exchange of Crypto-Currency commonly known as "BitCoin" and it's derivatives. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2241243.0 8 | - Email: mailto:dragondev@dragonexchange.online 9 | - Website: http://www.dragonexchange.online/ 10 | - Website: http://www.dragonexchange.online 11 | name: Dragon Exchange 12 | symbol: DET 13 | -------------------------------------------------------------------------------- /tokens/0x7d5edcd23daa3fb94317d32ae253ee1af08ba14d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7d5edcd23daa3fb94317d32ae253ee1af08ba14d' 3 | decimals: 2 4 | description: >- 5 | Ethbet is the first decentralized, peer-to-peer, and provably-fair Ethereum-based dicing game without 6 | a house edge. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2133120.0 9 | - Blog: https://medium.com/@Ethbet/ 10 | - Email: mailto:team@ethbet.io 11 | - Github: https://github.com/Ethbet/ethbet 12 | - Reddit: https://reddit.com/r/ethbet 13 | - Twitter: https://twitter.com/EthbetProject 14 | - Website: https://ethbet.io/ 15 | - Whitepaper: https://ethbet.io/whitepaper.pdf 16 | name: Ethbet 17 | symbol: EBET 18 | -------------------------------------------------------------------------------- /tokens/0x7e9d62e1ff4e34096f91ee0153222ab81f7184f0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: ELTC2 3 | addr: '0x7e9d62e1ff4e34096f91ee0153222ab81f7184f0' 4 | decimals: 8 5 | description: >- 6 | eLTC is an ERC20 version of Litecoin on the Ethereum blockchain. 7 | links: 8 | - Website: http://www.eltc.io 9 | name: eLTC 10 | symbol: ELTC 11 | -------------------------------------------------------------------------------- /tokens/0x7ea4c29d3d37f9b259be610b67b3125c4d095d02.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x7ea4c29d3d37f9b259be610b67b3125c4d095d02' 3 | decimals: 18 4 | description: >- 5 | CANADACOIN IS A COMMUNITY CURRENCY FOR CANADA. CANADACOIN IS BUILDING A NEW ECONOMIC COMMUNITY WITH 6 | A ALL-IN-ONE APP CENTRAL TO THE GROWTH OF THE COIN. PERSONALIZED LOCATION-BASED OFFERS, SMART CONTRACTS, 7 | REFERRAL PROGRAMS AND MORE. 8 | links: 9 | - Email: mailto:office@canadacoin.co 10 | - Website: http://www.canadacoin.co/ 11 | name: CANADACOIN 12 | symbol: CANADA 13 | -------------------------------------------------------------------------------- /tokens/0x7f2176ceb16dcb648dc924eff617c3dc2befd30d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: OHNI 3 | addr: '0x7f2176ceb16dcb648dc924eff617c3dc2befd30d' 4 | decimals: 0 5 | description: >- 6 | Ohni is an economic system for the new age. 7 | links: 8 | - Email: mailto:customer.service@ohni.io 9 | - Github: https://github.com/ttmohni/Ohni 10 | - Reddit: https://www.reddit.com/r/Ohni_Official/ 11 | - Twitter: https://twitter.com/ohni_io 12 | - Website: http://ohni.io 13 | - Website: http://ohni.io/ 14 | - Whitepaper: https://ohni.io/whitepaper.pdf 15 | name: Ohni 16 | symbol: Ohni 17 | -------------------------------------------------------------------------------- /tokens/0x80e7a4d750ade616da896c49049b7ede9e04c191.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x80e7a4d750ade616da896c49049b7ede9e04c191' 3 | decimals: 4 4 | description: >- 5 | Asteroid, Ltd. will Democratize Space through a new BlockChain mechanism called BlockClaim®. A BlockClaim® 6 | will allow any private individual, company and nation state the ability to lay claim to and share in 7 | the vast wealth within our celestial orbit. 8 | links: 9 | - Blog: https://medium.com/@ASTRcoin 10 | - Email: mailto:jwalshjr@asteroidltd.com 11 | - Facebook: https://www.facebook.com/ASTRcoin/ 12 | - Website: https://www.astrcoin.io 13 | - Website: https://www.astrcoin.io/ 14 | - Whitepaper: https://www.astrcoin.io/documents/AsteroidWhitePaper.pdf 15 | name: AstrCoin 16 | symbol: ASTR 17 | -------------------------------------------------------------------------------- /tokens/0x814964b1bceaf24e26296d031eadf134a2ca4105.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x814964b1bceaf24e26296d031eadf134a2ca4105' 3 | decimals: 0 4 | description: >- 5 | Newbium (NEWB) is the official cryptocurrrency of the Newbium crypto market information and news platform. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1418497.0 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/newbium/ 9 | - Facebook: https://www.facebook.com/Newbium-602104359952009 10 | - Twitter: https://twitter.com/newbiumcoin 11 | - Website: https://coins.newbium.com 12 | - Website: http://newbium.com/ 13 | name: Newbium 14 | symbol: NEWB 15 | -------------------------------------------------------------------------------- /tokens/0x8183dc52ce1cff90eba453c4a450f3d2d98f0ee3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8183dc52ce1cff90eba453c4a450f3d2d98f0ee3' 3 | decimals: 0 4 | description: >- 5 | Cerium is an Ethereum based Token. Our token is decentralized, secure, user friendly and 6 | for everybody, with active developers forever. 7 | ​ 8 | Cerium will be used as a payment option and will be traded on big markets. 9 | links: 10 | - Website: https://www.ceriumtoken.com/ 11 | - Twitter: https://twitter.com/CeriumToken 12 | - Telegram: https://t.me/joinchat/GWZJ60DEG5MTcKbb7YzKCg 13 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2896296.0 14 | name: Cerium Token 15 | symbol: Cerium 16 | -------------------------------------------------------------------------------- /tokens/0x818fc6c2ec5986bc6e2cbf00939d90556ab12ce5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x818fc6c2ec5986bc6e2cbf00939d90556ab12ce5' 3 | decimals: 18 4 | description: >- 5 | Kin by Kik - A decentralized ecosystem of digital services for daily life. 6 | links: 7 | - Blog: https://medium.com/kinfoundation 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/kin/ 9 | - Email: mailto:kin@kik.com 10 | - Github: https://github.com/kikinteractive/kin-token 11 | - Reddit: https://www.reddit.com/r/KinFoundation 12 | - Slack: http://kinfoundation.slack.com/ 13 | - Twitter: https://twitter.com/@kin_foundation 14 | - Website: https://kin.kik.com/ 15 | - Whitepaper: https://kin.kik.com/papers/Kin_Whitepaper_V1_English.pdf?ver=3 16 | name: Kin 17 | symbol: KIN 18 | -------------------------------------------------------------------------------- /tokens/0x81c9151de0c8bafcd325a57e3db5a5df1cebf79c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x81c9151de0c8bafcd325a57e3db5a5df1cebf79c' 3 | decimals: 18 4 | description: >- 5 | Datum is a global data marketplace that allows you to make money from your own data. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/datum/ 8 | - Email: mailto:hello@datum.org 9 | - Facebook: https://facebook.com/datumnetwork 10 | - Telegram: https://t.me/datumnetwork 11 | - Twitter: https://twitter.com/datumnetwork 12 | - Website: https://datum.org/ 13 | name: DAT Token 14 | symbol: DAT 15 | -------------------------------------------------------------------------------- /tokens/0x82917e1775149548eb7883c99b34f7cb0abfb756.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x82917e1775149548eb7883c99b34f7cb0abfb756' 3 | decimals: 8 4 | links: 5 | - Telegram: https://t.me/PeraBit 6 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2846825.0 7 | - Discord: https://discord.gg/38p2Sut 8 | name: PeraBit 9 | symbol: PBIT 10 | -------------------------------------------------------------------------------- /tokens/0x84a8222618acd4ac60547b6e89cc2c72a12a49dd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x84a8222618acd4ac60547b6e89cc2c72a12a49dd' 3 | decimals: 18 4 | description: >- 5 | Capital Token is an investment token with a mechanism for raising prices and values. In essence, it 6 | is an investment fund based on the principles of openness and transparency. 7 | links: 8 | - Instagram: https://www.instagram.com/capital_token/ 9 | - Telegram: https://t.me/capital_token 10 | - Website: http://capitaltoken.io/ 11 | - YouTube: https://www.youtube.com/channel/UCcWbER52yhdS4YAtQEZXv7A 12 | - Whitepaper: http://portfolio.capitaltoken.io/web/whitepaper_rus.pdf 13 | - Blog: http://capt.fund 14 | - Facebook: https://www.facebook.com/capitaltoken 15 | name: Capital Token 16 | symbol: CAPT 17 | -------------------------------------------------------------------------------- /tokens/0x85a7c57a4068280dd1166089a18acf35b4ba11e2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x85a7c57a4068280dd1166089a18acf35b4ba11e2' 3 | decimals: 18 4 | description: A Trustworthy Distributed Platform for Copyright Registration and File Integrity Verification 5 | links: 6 | - Twitter: https://twitter.com/engravedTech 7 | - Website: https://engraved.tech/ 8 | - Whitepaper: https://engraved.tech/files/whitepaper.pdf 9 | - Email: mailto:info@engraved.tech 10 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2294845 11 | - Github: https://github.com/engravedTech 12 | - Telegram: https://t.me/engraved 13 | name: Engraved Coin 14 | symbol: XEG 15 | -------------------------------------------------------------------------------- /tokens/0x8633e144f2d9b9b8bdd12ddb58e4bef1e163a0ce.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8633e144f2d9b9b8bdd12ddb58e4bef1e163a0ce' 3 | decimals: 18 4 | description: >- 5 | Everything that will happen with this token will be decided together with the whole community. Everybody 6 | will have the same saying, no matter how many token he holds. This supports our main goal of building 7 | a strong internet community. 8 | links: 9 | - Website: http://yellow-token.com 10 | name: YELLOW TOKEN 11 | symbol: YEL 12 | -------------------------------------------------------------------------------- /tokens/0x8727c112c712c4a03371ac87a74dd6ab104af768.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8727c112c712c4a03371ac87a74dd6ab104af768' 3 | decimals: 18 4 | description: >- 5 | Jetcoin enables ANYONE to launch the careers of tomorrow’s super stars – the Jetcoin Champions. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/jetcoin/ 8 | - Facebook: https://www.facebook.com/jetcoins/ 9 | - Slack: https://jetcoininstitute.slack.com/ 10 | - Twitter: https://twitter.com/jetcoins 11 | - Website: https://jetcoininstitute.com 12 | - Website: https://jetcoininstitute.com/ 13 | name: Jetcoin 14 | symbol: JET 15 | -------------------------------------------------------------------------------- /tokens/0x87611ca3403a3878dfef0da2a786e209abfc1eff.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: EUSD 3 | addr: '0x87611ca3403a3878dfef0da2a786e209abfc1eff' 4 | decimals: 8 5 | description: >- 6 | eUSD is a tokenised version of U.S. Dollar on the Ethereum blockchain. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?action=profile;u=1206421 9 | - Email: mailto:dev@eusd.io 10 | - Twitter: https://twitter.com/eUSDtoken 11 | - Website: http://www.eusd.io/ 12 | - Website: http://eusd.io 13 | name: eUSD 14 | symbol: eUSD 15 | -------------------------------------------------------------------------------- /tokens/0x877fb817d5de492d20ec3190a812f6430e8faeba.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x877fb817d5de492d20ec3190a812f6430e8faeba' 3 | decimals: 18 4 | description: >- 5 | Shadowlink (SHAD) is the true form of the first decentralized oracle network; allowing anyone to access what SWIFT and Jason Parser tried to hide from you. Anyone who has a big mac feed can now provide them directly to Sergey's mouth in exchange for LNK tokens. 6 | links: 7 | - Website: https://shadowlink.biz/ 8 | - Logo (SVG): https://shadowlink.biz/assets/logo/shadowlink-logo.svg 9 | - Logo (PNG): https://shadowlink.biz/assets/logo/shadowlink-logo.png 10 | - Etherscan: https://etherscan.io/token/0x877fb817d5de492d20ec3190a812f6430e8faeba 11 | name: ShadowLink Token 12 | symbol: SHAD 13 | -------------------------------------------------------------------------------- /tokens/0x87ae38d63a6bbb63e46219f494b549e3be7fc400.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x87ae38d63a6bbb63e46219f494b549e3be7fc400' 3 | decimals: 8 4 | description: >- 5 | LAP is a new digital coin that everyone can use to pay online services and online purchases. 6 | links: 7 | - Website: http://listandpump.xyz/ 8 | name: ListAndPump 9 | symbol: LAP 10 | -------------------------------------------------------------------------------- /tokens/0x87e960f996e789ca2c8415fc449e4720adbe0497.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x87e960f996e789ca2c8415fc449e4720adbe0497' 3 | decimals: 12 4 | links: 5 | - Facebook: https://www.facebook.com/certified.bz 6 | - Linkedin: https://www.linkedin.com/company/certified-global/ 7 | - Website: http://www.veritychain.io 8 | name: VERITY 9 | symbol: VRTY 10 | -------------------------------------------------------------------------------- /tokens/0x8866d52303e372c2a2936d8ea09afd87bcbd8cf2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8866d52303e372c2a2936d8ea09afd87bcbd8cf2' 3 | decimals: 10 4 | description: >- 5 | Each month a total of 1,500,000 TPL will be distributed between 50 wallets that have top balances. This 6 | offer is valid until April 2019. 7 | links: 8 | - Website: https://www.trustpool.io/ 9 | name: Trust Pool Token 10 | symbol: TPL 11 | -------------------------------------------------------------------------------- /tokens/0x887834d3b8d450b6bab109c252df3da286d73ce4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x887834d3b8d450b6bab109c252df3da286d73ce4' 3 | decimals: 18 4 | description: >- 5 | Atmatrix aims to provide a consensus based distributed virtual AI-as-a-Service cloud. With the aid of 6 | blockchain economic system, Atmatrix coordinates global AI technologies to build a new world of artificial 7 | intelligence. 8 | links: 9 | - Github: https://github.com/ATMatrix 10 | - Website: https://atmatrix.org/en.html 11 | - Whitepaper: https://atmatrix.org/resource/whitepaper-en.pdf 12 | name: Atmatrix Token 13 | symbol: ATT 14 | -------------------------------------------------------------------------------- /tokens/0x88a3e4f35d64aad41a6d4030ac9afe4356cb84fa.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x88a3e4f35d64aad41a6d4030ac9afe4356cb84fa' 3 | decimals: 18 4 | description: >- 5 | Presearch is an open, decentralized search engine that rewards community members with Presearch Tokens for their usage, 6 | contribution to, and promotion of the platform. 7 | links: 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/presearch/ 9 | - Github: https://github.com/presearchofficial 10 | - Telegram: https://t.me/presearch 11 | - Twitter: https://twitter.com/teampresearch 12 | - Website: https://www.presearch.io 13 | - Whitepaper: https://www.presearch.io/uploads/WhitePaper.pdf 14 | name: Presearch 15 | symbol: PRE 16 | -------------------------------------------------------------------------------- /tokens/0x895f5d0b8456b980786656a33f21642807d1471c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x895f5d0b8456b980786656a33f21642807d1471c' 3 | decimals: 8 4 | description: >- 5 | We are a blockchain-technology company whose goal is to help creating a borderless digital society where 6 | collaboration brings success for all. 7 | links: 8 | - Blog: https://blog.blockhive.ee/ 9 | - Facebook: https://www.facebook.com/blockhive/ 10 | - Telegram: https://t.me/blockhive 11 | - Twitter: https://twitter.com/blockhive_ee 12 | - Website: https://blockhive.ee 13 | name: Hive token 14 | symbol: HIVE 15 | -------------------------------------------------------------------------------- /tokens/0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x89d24a6b4ccb1b6faa2625fe562bdd9a23260359' 3 | decimals: 18 4 | description: >- 5 | Dai is a stablecoin created by MakerDAO by collatoralizing digital assets. It has an algorithmic monetary 6 | policy that is designed to minimize volatility against fiat currencies, and is currently worth 1 USD. 7 | links: 8 | - Blog: https://medium.com/@MakerDAO 9 | - Github: github.com/makerdao 10 | - Reddit: https://www.reddit.com/r/MakerDAO/ 11 | - Slack: https://chat.makerdao.com 12 | - Twitter: https://twitter.com/MakerDAO 13 | - Website: https://makerdao.com/ 14 | - Whitepaper: https://makerdao.com/whitepaper/ 15 | name: '' 16 | symbol: DAI 17 | -------------------------------------------------------------------------------- /tokens/0x8a187d5285d316bcbc9adafc08b51d70a0d8e000.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8a187d5285d316bcbc9adafc08b51d70a0d8e000' 3 | decimals: 0 4 | description: >- 5 | Smart Blockchain Trading and Managed Investment Portfolio 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2037464.0 8 | - Email: mailto:ico@smartift.com 9 | - Github: https://github.com/smartift 10 | - Reddit: https://reddit.com/r/smartift 11 | - Telegram: https://t.me/smartift 12 | - Twitter: https://twitter.com/smartift 13 | - Website: https://smartift.com/ 14 | - Whitepaper: https://smartift.com/sift_whitepaper.pdf 15 | name: Smart Investment Fund Token 16 | symbol: SIFT 17 | -------------------------------------------------------------------------------- /tokens/0x8b0c9f462c239c963d8760105cbc935c63d85680.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8b0c9f462c239c963d8760105cbc935c63d85680' 3 | decimals: 8 4 | description: >- 5 | Shizzle Nizzle provides a refreshing note of humor from the seriousness in the crypto currency market. 6 | Shizzle Nizzle (SHNZ) coins will be awarded based on SHNZ meme creations. Maximum supply 10,000,000,000 7 | SHNZ. 8 | links: 9 | - Email: mailto:info@shizzlenizzle.com 10 | - Facebook: https://www.facebook.com/SHNZ4/ 11 | - Telegram: https://t.me/shizzlenizzle 12 | - Twitter: https://twitter.com/ShizzleNizzle4 13 | - Website: http://www.shizzlenizzle.com/ 14 | name: ShizzleNizzle 15 | symbol: SHNZ 16 | -------------------------------------------------------------------------------- /tokens/0x8b9c35c79af5319c70dd9a3e3850f368822ed64e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8b9c35c79af5319c70dd9a3e3850f368822ed64e' 3 | decimals: 18 4 | description: >- 5 | Dogetoken is a token honoring Dogecoin, the fun and friendly internet currency. Dogetoken is not Dogecoin. 6 | After purchasing Dogetoken (DGT), you can easily send DGT to your friends. 7 | links: 8 | - Website: http://dogetoken.com/ 9 | name: Dogetoken 10 | symbol: DGT 11 | -------------------------------------------------------------------------------- /tokens/0x8c01ada8e708993a891d57d1b3169479a20acb3a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8c01ada8e708993a891d57d1b3169479a20acb3a' 3 | decimals: 18 4 | description: >- 5 | VIT is created after our lord and savior. 6 | links: 7 | - Website: http://vitalikcoin.org 8 | name: VitalikCoin 9 | symbol: VIT 10 | -------------------------------------------------------------------------------- /tokens/0x8ce9411df545d6b51a9bc52a89e0f6d1b54a06dd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8ce9411df545d6b51a9bc52a89e0f6d1b54a06dd' 3 | decimals: 0 4 | description: >- 5 | CryptoABS is a platform for issuing ABS tokens which are backed by physical assets. By introducting 6 | the power of smart contract and IOT technology, the CryptoABS is a bridge between the real world and 7 | the so-called crypto-world. 8 | links: 9 | - Website: http://adtli.net/ 10 | name: CryptoABS 11 | symbol: ABS 12 | -------------------------------------------------------------------------------- /tokens/0x8e4bf12e472739ab62eb404c758423ca499cf94d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8e4bf12e472739ab62eb404c758423ca499cf94d' 3 | decimals: 8 4 | description: >- 5 | Satan was impressed with the blockchain technology and decided to make Hell Coin. This is the only currency 6 | that will be used in Hell. Do not be overcome by good, but overcome good with evil. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=3057801.0 9 | - Blog: http://hellcoin.network/blog/ 10 | - Email: mailto:satan@hellcoin.network 11 | - Github: https://github.com/HELLCOINtoken 12 | - Telegram: https://t.me/HELLCOINannouncements 13 | - Twitter: https://twitter.com/hell_coin 14 | - Website: http://hellcoin.network/ 15 | name: HELL COIN 16 | symbol: HELL 17 | -------------------------------------------------------------------------------- /tokens/0x8eb24319393716668d768dcec29356ae9cffe285.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8eb24319393716668d768dcec29356ae9cffe285' 3 | decimals: 8 4 | description: >- 5 | SingularityNET is a decentralized marketplace for AI algorithms 6 | links: 7 | - Blog: https://blog.singularitynet.io/ 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/singularitynet/ 9 | - Email: mailto:info@singularitynet.io 10 | - Facebook: https://www.facebook.com/singularityNET.io 11 | - Github: https://github.com/singnet/ 12 | - Telegram: https://t.me/singularitynet 13 | - Twitter: https://twitter.com/singularity_net 14 | - Website: https://singularitynet.io/ 15 | - Whitepaper: https://public.singularitynet.io/whitepaper.pdf 16 | name: SingularityNET Token 17 | symbol: AGI 18 | -------------------------------------------------------------------------------- /tokens/0x8ef59b92f21f9e5f21f5f71510d1a7f87a5420be.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8ef59b92f21f9e5f21f5f71510d1a7f87a5420be' 3 | decimals: 2 4 | description: >- 5 | We are the first to offer a fair and reliable game for the mobile gaming community. We will cover major 6 | indices world wide. 7 | links: 8 | - Website: http://www.dexer.io 9 | name: Dexer 10 | symbol: DEX 11 | -------------------------------------------------------------------------------- /tokens/0x8f070b17dd3953634e9e9c174d0f05396f681bc1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8f070b17dd3953634e9e9c174d0f05396f681bc1' 3 | decimals: 18 4 | description: >- 5 | CCP is the first public Ethereum-based token used for purchasing Domains and will be experimented as 6 | for future voting and other services. 7 | links: 8 | - Website: https://www.1eth.io/ 9 | name: China Crypto Party 10 | symbol: CCP 11 | -------------------------------------------------------------------------------- /tokens/0x8f0921f30555624143d427b340b1156914882c10.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8f0921f30555624143d427b340b1156914882c10' 3 | decimals: 18 4 | description: >- 5 | The instant crypto exchange, private and secure 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1952077.0 8 | - Blog: https://steemit.com/@flypme 9 | - Email: mailto:hello@flyp.me 10 | - Facebook: https://www.facebook.com/flypme 11 | - Github: https://github.com/flypme 12 | - Reddit: https://www.reddit.com/r/flypme 13 | - Telegram: hello@flyp.me 14 | - Twitter: https://twitter.com/flyp_me 15 | - Website: https://flyp.me/ 16 | - Whitepaper: https://flyp.me/whitepaper.pdf 17 | name: Flyp.me Token 18 | symbol: FYP 19 | -------------------------------------------------------------------------------- /tokens/0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x8f3470a7388c05ee4e7af3d01d8c722b0ff52374' 3 | decimals: 18 4 | description: >- 5 | Veritaseum enables software-driven P2P capital markets without brokerages, banks or traditional exchanges 6 | links: 7 | - Blog: http://veritas.veritaseum.com/index.php/blog 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/Veritaseum/ 9 | - Email: mailto:reggie@veritaseum.com 10 | - Facebook: https://www.facebook.com/reggiemiddletonfintech/ 11 | - Twitter: https://twitter.com/ReggieMiddleton 12 | - Website: http://veritas.veritaseum.com/ 13 | name: Veritaseum 14 | symbol: VERI 15 | -------------------------------------------------------------------------------- /tokens/0x90b1b771d0814d607da104b988efa39288219d62.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x90b1b771d0814d607da104b988efa39288219d62' 3 | decimals: 18 4 | description: >- 5 | Medibond is a next generation, state-of-the-art, tokenized cryptographic platform. Medibond seeks to 6 | improve interaction between the biggest healthcare industrial players to help provide services more 7 | efficiently and securely to end users. 8 | links: 9 | - Website: http://medibond.io/ 10 | name: MediBond 11 | symbol: MEDI 12 | -------------------------------------------------------------------------------- /tokens/0x9375b738083101617f0642d7dbeaa89e361545e3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9375b738083101617f0642d7dbeaa89e361545e3' 3 | decimals: 0 4 | description: >- 5 | Revolutionized sending text messages all over the world. ESMS is a decentralized token that aims to 6 | provide SMS services for everyone. Funds will be used to build the ESMS app where ESMS token will be 7 | integrated. 8 | links: 9 | - Email: mailto:info@esms.trade 10 | - Twitter: https://twitter.com/EsmsToken 11 | - Website: http://www.esms.trade/ 12 | - Website: http://www.esms.trade 13 | name: Ethereum SMS 14 | symbol: ESMS 15 | -------------------------------------------------------------------------------- /tokens/0x94ffb55ce68231c5966ea8dab16a8f066846513f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x94ffb55ce68231c5966ea8dab16a8f066846513f' 3 | decimals: 18 4 | description: >- 5 | The easiest way to send money to a Visa Card. 6 | links: 7 | - Blog: https://medium.com/@viome.io 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2975545 9 | - Email: mailto:contact@viome.io 10 | - Facebook: https://www.facebook.com/vio.token/ 11 | - Reddit: https://www.reddit.com/r/VioToken/ 12 | - Telegram: https://t.me/viome_io 13 | - Twitter: https://twitter.com/viome_io 14 | - Website: https://viome.io/ 15 | - Whitepaper: https://www.viome.io/resources/Vio%20Whitepaper.pdf 16 | name: Vio 17 | symbol: VIO 18 | -------------------------------------------------------------------------------- /tokens/0x9501bfc48897dceeadf73113ef635d2ff7ee4b97.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9501bfc48897dceeadf73113ef635d2ff7ee4b97' 3 | decimals: 18 4 | description: >- 5 | EMT is an ERC-20 utility token used on the easyMINE cryptocurrency mine management platform. It is the 6 | sole form of payment for premium-level easyMINE services. 7 | links: 8 | - Email: mailto:contact@easymine.io 9 | - Facebook: https://www.facebook.com/Easymine.io/ 10 | - Github: https://github.com/easyMINE 11 | - Slack: https://slack.easymine.io/ 12 | - Twitter: https://twitter.com/easymineio 13 | - Website: https://easymine.io/ 14 | - Website: https://easymine.io 15 | - Whitepaper: https://ico.easymine.io/easyMINE_Whitepaper.pdf 16 | name: easyMINE Token 17 | symbol: EMT 18 | -------------------------------------------------------------------------------- /tokens/0x9541fd8b9b5fa97381783783cebf2f5fa793c262.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9541fd8b9b5fa97381783783cebf2f5fa793c262' 3 | decimals: 8 4 | description: >- 5 | REDUCING RISKS WHILE INCREASING REWARDS IN CRYPTO CURRENCY TRADING 6 | links: 7 | - Website: http://kaizencoin.io 8 | name: Kaizen 9 | symbol: KZN 10 | -------------------------------------------------------------------------------- /tokens/0x959529102cfde07b1196bd27adedc196d75f84f6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x959529102cfde07b1196bd27adedc196d75f84f6' 3 | decimals: 0 4 | description: >- 5 | It’s a cryptocurrency that was made for people like me and you! A coin that represents the California lifestyle, where 6 | people boss up in the sunshine, cruise in drop tops and party like a rock star. Pablo in itself is a LIFESTYLE, a 7 | cryptocurrency for the hustlers! 8 | links: 9 | - Telegram: https://t.me/lordchain 10 | - Website: https://lordchain.org/ 11 | - Twitter: https://www.twitter.com/lordchain 12 | - Whitepaper: https://lordchain.org/pablowhitepaper.pdf 13 | name: PABLOCoin 14 | symbol: BLO 15 | -------------------------------------------------------------------------------- /tokens/0x95abb152ed410cc4b6dffb3ed41d01015bdbb5d2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x95abb152ed410cc4b6dffb3ed41d01015bdbb5d2' 3 | decimals: 18 4 | description: >- 5 | Mankind First is a platform that will work beside any politics, race and 6 | religion, gearing towards a common goal of empowering humanity. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2729585.msg27940833#msg27940833 9 | - Blog: https://medium.com/@mankindfirst2018 10 | - Discord: https://discord.gg/WX4dPBz 11 | - Email: mailto:support@mankindfirst.com 12 | - Twitter: https://twitter.com/mankindfirst1 13 | - Website: https://www.mankindfirst.com/ 14 | - Whitepaper: https://mankindfirst.com/assets/doc/Mankind%20First%20Whitepaper.pdf 15 | name: Mankind 16 | symbol: MK 17 | -------------------------------------------------------------------------------- /tokens/0x95c4be8534d69c248c0623c4c9a7a2a001c17337.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x95c4be8534d69c248c0623c4c9a7a2a001c17337' 3 | decimals: 18 4 | description: >- 5 | The ultimate Hardware Wallet with the most advanced level of security, designed for easy payments 6 | with over 350 cryptocurrency. 7 | links: 8 | - Website: https://www.hodler.tech/ 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=3070336.msg31633163 10 | name: HODLER.TECH 11 | symbol: HDL 12 | -------------------------------------------------------------------------------- /tokens/0x960b236a07cf122663c4303350609a66a7b288c0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x960b236a07cf122663c4303350609a66a7b288c0' 3 | decimals: 18 4 | description: >- 5 | The Aragon Network (AN) will be the first DAO whose goal is to act as a digital jurisdiction that makes 6 | it extremely easy and friendly for organizations, entrepreneurs and investors to operate. 7 | links: 8 | - Blog: https://blog.aragon.one/ 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/aragon/ 10 | - Email: mailto:founders@aragon.one 11 | - Website: https://aragon.network/ 12 | - Website: https://aragon.one/ 13 | name: Aragon Network Token 14 | symbol: ANT 15 | -------------------------------------------------------------------------------- /tokens/0x9720b467a710382a232a32f540bdced7d662a10b.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9720b467a710382a232a32f540bdced7d662a10b' 3 | decimals: 18 4 | description: >- 5 | Vezt is a blockchain-based platform that lets music fans share ownership with artists in their favorite 6 | songs. 7 | links: 8 | - Website: https://vezt.co/ 9 | name: Vezt 10 | symbol: VZT 11 | -------------------------------------------------------------------------------- /tokens/0x983f7cc12d0b5d512b0f91f51a4aa478ac4def46.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x983f7cc12d0b5d512b0f91f51a4aa478ac4def46' 3 | decimals: 0 4 | description: >- 5 | Community currency for the Bizavest Data Analytics Platform. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2490619.0 8 | - Telegram: https://t.me/bizacoin 9 | - Twitter: https://twitter.com/Bizacoin 10 | - Website: https://www.bizavest.info/ 11 | name: Bizacoin 12 | symbol: BIZC 13 | -------------------------------------------------------------------------------- /tokens/0x98f5e9b7f0e33956c0443e81bf7deb8b5b1ed545.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x98f5e9b7f0e33956c0443e81bf7deb8b5b1ed545' 3 | decimals: 18 4 | description: >- 5 | SEXY is a fun ERC20 token designed to give users a unique way of expressing themselves via tipping on the blockchain. 6 | Our token is aimed at the many adult industries that operate online. Users can tip online workers and let anyone around 7 | the world know how sexy they are. 8 | links: 9 | - Email: mailto:support@sexytoken.co 10 | - Website: http://sexytoken.co/ 11 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2602612.0 12 | name: Sexy Token 13 | symbol: SEXY 14 | -------------------------------------------------------------------------------- /tokens/0x994f0dffdbae0bbf09b652d6f11a493fd33f42b9.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x994f0dffdbae0bbf09b652d6f11a493fd33f42b9' 3 | decimals: 18 4 | description: >- 5 | First Indonesia Token with PoS ever made, with EaglePay as its main project, Indonesia first cloud payment 6 | gateway based on blockchain. 7 | links: 8 | - Email: mailto:team@eaglecoinindonesia.com 9 | - Facebook: https://www.facebook.com/Eaglecoin/ 10 | - Telegram: https://t.me/eaglecoinworld 11 | - Twitter: https://twitter.com/EagleCoinID 12 | - Website: https://eaglepay.io/ 13 | - Whitepaper: https://eaglepay.io/eagle-whitepaper/ 14 | name: EagleCoin 15 | symbol: EAGLE 16 | -------------------------------------------------------------------------------- /tokens/0x999967e2ec8a74b7c8e9db19e039d920b31d39d0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x999967e2ec8a74b7c8e9db19e039d920b31d39d0' 3 | decimals: 18 4 | description: >- 5 | FIRST DECENTRALIZED PUBLIC SMART DATABASE 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2071592.0 8 | - Blog: https://blog.ties.network/ 9 | - Email: mailto:info@ties.network 10 | - Facebook: https://www.facebook.com/tiesdb 11 | - Github: http://github.com/tiesnetwork 12 | - Reddit: https://www.reddit.com/r/tiesnetwork/ 13 | - Slack: https://slack.ties.network/ 14 | - Telegram: https://t.me/tiesnetwork 15 | - Twitter: https://twitter.com/tiesnetwork 16 | - Website: https://ties.network/ 17 | - Whitepaper: https://cdn.ties.network/white-paper-eng.pdf 18 | name: TieToken 19 | symbol: TIE 20 | -------------------------------------------------------------------------------- /tokens/0x99ea4db9ee77acd40b119bd1dc4e33e1c070b80d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x99ea4db9ee77acd40b119bd1dc4e33e1c070b80d' 3 | decimals: 18 4 | description: >- 5 | Quantstamp: The Protocol for Securing Smart Contracts 6 | links: 7 | - Blog: https://medium.com/quantstamp 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/quantstamp/ 9 | - Facebook: https://www.facebook.com/quantstamp/ 10 | - Github: https://github.com/quantstamp 11 | - Reddit: https://www.reddit.com/r/Quantstamp/ 12 | - Telegram: https://t.me/quantstamp 13 | - Twitter: https://twitter.com/Quantstamp 14 | - Website: https://quantstamp.com/ 15 | - Whitepaper: https://docsend.com/view/shcsmhe 16 | name: Quantstamp Token 17 | symbol: QSP 18 | -------------------------------------------------------------------------------- /tokens/0x9b11b1b271a224a271619f3419b1b080fdec5b4a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9b11b1b271a224a271619f3419b1b080fdec5b4a' 3 | decimals: 18 4 | description: >- 5 | Bilibit (BLB) is a ERC20 Token and Philippines first decentralized community-driven crypto ecosystem 6 | intended to help people in ecommerce using fast, easy and safe BLB Token. 7 | links: 8 | - Facebook: https://facebook.com/BilibitCommunity 9 | - Twitter: https://twitter.com/BilibitCoin 10 | - Website: https://www.bilibit.io 11 | - Telegram: https://t.me/BilibitCommunity 12 | - Blog: https://medium.com/@Bilibitph 13 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2894146.0 14 | name: Bilibit 15 | symbol: BLB 16 | -------------------------------------------------------------------------------- /tokens/0x9b6443b0fb9c241a7fdac375595cea13e6b7807a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9b6443b0fb9c241a7fdac375595cea13e6b7807a' 3 | decimals: 18 4 | description: >- 5 | THE FIRST AUGMENTED REALITY COMBAT GAME AVAILABLE ON iPHONE AND ANDROID 6 | links: 7 | - Facebook: https://www.facebook.com/TheRealityClash/ 8 | - Telegram: https://t.me/RealityClash 9 | - Twitter: https://twitter.com/reality_clash 10 | - Website: info@reality-clash.com 11 | - Website: https://reality-clash.com 12 | name: 'Reality Clash Coin ' 13 | symbol: RCC 14 | -------------------------------------------------------------------------------- /tokens/0x9b68bfae21df5a510931a262cecf63f41338f264.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9b68bfae21df5a510931a262cecf63f41338f264' 3 | decimals: 18 4 | description: >- 5 | Decent.bet is a transparent and verifiable sports betting and gambling platform hosted on Smart Contracts 6 | in the Ethereum blockchain. 7 | links: 8 | - Facebook: https://www.facebook.com/decentbet/ 9 | - Reddit: https://www.reddit.com/r/decentbet/ 10 | - Slack: https://decentbet-slack.herokuapp.com/ 11 | - Twitter: https://twitter.com/decent_bet/ 12 | - Website: https://www.decent.bet/ 13 | - Whitepaper: https://www.decent.bet/whitepaper/ 14 | name: Decent.Bet Token 15 | symbol: DBET 16 | -------------------------------------------------------------------------------- /tokens/0x9b7593aae6b48d02668808c2dfbfc4bef35ef957.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9b7593aae6b48d02668808c2dfbfc4bef35ef957' 3 | decimals: 18 4 | description: >- 5 | The DVN project develops a Q&A portal with an integrated DVN tip system, where deferential conversation 6 | leads to profit for everyone. 7 | links: 8 | - Email: mailto:info@dvn-token.net 9 | - Telegram: https://t.me/dvntoken 10 | - Twitter: https://twitter.com/DVNToken 11 | - Website: https://dvn-project.net 12 | name: Developer Network Token 13 | symbol: DVN 14 | -------------------------------------------------------------------------------- /tokens/0x9b8eb7a73a3c65fc3c892b494ab29cb061cf05ae.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9b8eb7a73a3c65fc3c892b494ab29cb061cf05ae' 3 | decimals: 0 4 | description: >- 5 | The Bithereum is designed to provide stability and growth to the Ethereum community. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2319535.0 8 | - Email: mailto:digitamushroom@gmail.com 9 | - Github: https://github.com/Bithereum 10 | - Reddit: https://www.reddit.com/user/Bithereum4 11 | - Slack: https://bithereumgroup.slack.com/ 12 | - Telegram: https://t.me/Bithereum4 13 | - Twitter: https://twitter.com/Bithereum4 14 | - Website: https://bithereum.tech/ 15 | - Whitepaper: https://bithereum.tech/BithereumWhitePaper.pdf 16 | name: '' 17 | symbol: 1BIT 18 | -------------------------------------------------------------------------------- /tokens/0x9c23a568a32e8434ec88bdf60891a1d95ffd36cc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: CHUCK 3 | addr: '0x9c23a568a32e8434ec88bdf60891a1d95ffd36cc' 4 | decimals: 4 5 | description: >- 6 | CHUCK NORRIS WILL KEEP YOUR WALLET SAFE 7 | links: 8 | - Website: http://chucknorris.tech/ 9 | name: CHUCK NORRIS 10 | symbol: CHUCKNORRIS 11 | -------------------------------------------------------------------------------- /tokens/0x9e77d5a1251b6f7d456722a6eac6d2d5980bd891.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0x9e77d5a1251b6f7d456722a6eac6d2d5980bd891' 3 | decimals: 8 4 | description: >- 5 | Use your own kinsman, yard serf 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2024699.0 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/brat/ 9 | - Email: mailto:info@brat.red 10 | - Telegram: https://t.me/icobrat 11 | - Website: http://www.brat.red/ 12 | - Website: http://brat.red/ 13 | - Whitepaper: http://brat.red/WHITE_PAPER_TOKEN_BRAT-EN.pdf 14 | name: BRAT RED 15 | symbol: BRAT 16 | -------------------------------------------------------------------------------- /tokens/0xa0aa85b54f8a7b09c845f13a09172b08925f3d54.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa0aa85b54f8a7b09c845f13a09172b08925f3d54' 3 | decimals: 18 4 | description: >- 5 | SISA wants to provide a disintermediate, decentralized and democratic access to a sophisticated platform 6 | to casual investor which is previously reserved to wealthy and well connected class. We believe we can 7 | overcome and disrupt all boundaries of traditional pool funds with block chain technology; alongside 8 | we wanted to create trust among users of this technology by providing transparent services. 9 | links: 10 | - Website: https://sisa.fund/ 11 | name: SISA Token 12 | symbol: SISA 13 | -------------------------------------------------------------------------------- /tokens/0xa4ef5964f146d2526c51fc40caa244e45edce136.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa4ef5964f146d2526c51fc40caa244e45edce136' 3 | decimals: 8 4 | links: 5 | - Website: https://eplatinum.io 6 | - Twitter: https://twitter.com/ePlatinum_swiss 7 | - Telegram: https://t.me/joinchat/GBThlk82Pmo5nXlEvqwvzw 8 | - Facebook: https://www.facebook.com/Ethereum-Platinum-1743659549273461/ 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2723915.0 10 | name: ELECTRONIC PLATINUM 11 | symbol: EPL 12 | -------------------------------------------------------------------------------- /tokens/0xa51153d9cf9d3cf6d58697b68eccc158d1e40388.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa51153d9cf9d3cf6d58697b68eccc158d1e40388' 3 | decimals: 18 4 | description: >- 5 | Our project is to make it possible for all to benefit from mining. 6 | links: 7 | - Website: http://peermine.com/ 8 | name: Peermine 9 | symbol: PME 10 | -------------------------------------------------------------------------------- /tokens/0xa54ddc7b3cce7fc8b1e3fa0256d0db80d2c10970.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa54ddc7b3cce7fc8b1e3fa0256d0db80d2c10970' 3 | decimals: 18 4 | description: >- 5 | A driving force behind the GNP of a real cash virtual goods economy. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/neverdie/ 8 | - Website: https://neverdie.com 9 | name: NEVERDIE 10 | symbol: NDC 11 | -------------------------------------------------------------------------------- /tokens/0xa578acc0cb7875781b7880903f4594d13cfa8b98.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa578acc0cb7875781b7880903f4594d13cfa8b98' 3 | decimals: 2 4 | description: >- 5 | EtherCarbon (ECN) is a token representing the right to the income of the carbon credit development projects. 6 | Carbon Credits are used to meet compliance targets under Paris Agreement and related climate change 7 | legislation. Businesses that generate greenhouse gases (GHG) emissions must buy Carbon Credits from 8 | projects that produce offsets against greenhouse gases emissions. 9 | links: 10 | - Website: http://ethercarboncoin.com/ 11 | name: ' EtherCarbon' 12 | symbol: ECN 13 | -------------------------------------------------------------------------------- /tokens/0xa5a283557653f36cf9aa0d5cc74b1e30422349f2.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa5a283557653f36cf9aa0d5cc74b1e30422349f2' 3 | decimals: 8 4 | description: >- 5 | Useless Eth Token Lite - When something has no value, the only way is up! Less Tokens = More Value. 6 | UETL has no overhead, no product, no use, nothing... Seriously! Useless Ethereum Token Lite - Zero Value 7 | Unless YOU Say So! 8 | links: 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2368209.0 10 | - Email: mailto:uselessethtokenlite@gmail.com 11 | - Telegram: https://t.me/joinchat/F_pHHFGYacFTMmOQUXEcTg 12 | - Twitter: https://twitter.com/Useless_Token 13 | - Website: http://uselessethtokenlite.com/ 14 | name: UselessEthTokenLite 15 | symbol: UETL 16 | -------------------------------------------------------------------------------- /tokens/0xa5d1e58ece1fc438d64e65769d2ab730143a4caf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa5d1e58ece1fc438d64e65769d2ab730143a4caf' 3 | decimals: 18 4 | description: >- 5 | Connecting patients and healthcare providers with smart contracts 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2119569 8 | - Blog: https://medium.com/robomed 9 | - Email: mailto:info@robomed.io 10 | - Facebook: https://www.facebook.com/RobomedNetwork 11 | - Github: https://github.com/RoboMed 12 | - Reddit: https://www.reddit.com/user/robomed 13 | - Telegram: https://t.me/RoboMed 14 | - Twitter: https://twitter.com/Robomed_Network 15 | - Website: https://robomed.io/ 16 | - Whitepaper: https://robomed.io/download/Robomed_whitepaper_eng_final.pdf 17 | name: RobomedToken 18 | symbol: RBM 19 | -------------------------------------------------------------------------------- /tokens/0xa5f8fc0921880cb7342368bd128eb8050442b1a1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa5f8fc0921880cb7342368bd128eb8050442b1a1' 3 | decimals: 18 4 | description: >- 5 | BlockArray is a blockchain-based startup focused on developing the protocols and infrastructure required 6 | for supply chain and logistic companies to integrate distributed ledger technology across their business. 7 | links: 8 | - Website: https://blockarray.com 9 | name: Block Array 10 | symbol: ARY 11 | -------------------------------------------------------------------------------- /tokens/0xa645264c5603e96c3b0b078cdab68733794b0a71.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa645264c5603e96c3b0b078cdab68733794b0a71' 3 | decimals: 8 4 | description: >- 5 | Mysterium foundation is developing Mysterium Network – an Open source software, powering a Decentralized 6 | Network of VPN Nodes. 7 | links: 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/mysterium/ 9 | - Website: https://mysterium.network 10 | - Website: https://mysterium.network/ 11 | name: Mysterium 12 | symbol: MYST 13 | -------------------------------------------------------------------------------- /tokens/0xa6e2f7f33f01fb399e72f3e044196eab7d348012.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa6e2f7f33f01fb399e72f3e044196eab7d348012' 3 | decimals: 4 4 | description: >- 5 | Anonymous Mobile Organization 6 | links: 7 | - Website: https://anonymousmobileorganization.io 8 | name: Anonymous Mobile Organization 9 | symbol: AMO 10 | -------------------------------------------------------------------------------- /tokens/0xa8006c4ca56f24d6836727d106349320db7fef82.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa8006c4ca56f24d6836727d106349320db7fef82' 3 | decimals: 8 4 | description: >- 5 | Internxt, a simple, more private and secure decentralized cloud for files, apps and websites. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/internxt/ 8 | - Email: mailto:hello@internxt.io 9 | - Github: https://github.com/internxt 10 | - Telegram: https://t.me/internxt_io 11 | - Twitter: https://twitter.com/internxt_io 12 | - Website: https://internxt.io/ 13 | - Whitepaper: https://internxt.io/whitepaper.pdf 14 | name: Internxt 15 | symbol: INXT 16 | -------------------------------------------------------------------------------- /tokens/0xa86a0da9d05d0771955df05b44ca120661af16de.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa86a0da9d05d0771955df05b44ca120661af16de' 3 | decimals: 18 4 | description: >- 5 | OTCBTC provides both OTC and Exchange markets. 6 | links: 7 | - Website: https://otcbtc.com 8 | - Email: mailto:support@otcbtc.com 9 | - Whitepaper: https://otcbtc.com/uploads/v0.3.pdf 10 | - Telegram: https://t.me/otcbtc_cn 11 | - Twitter: https://twitter.com/otcbtc 12 | - Facebook: https://www.facebook.com/otcbtc 13 | - Blog: https://www.jianshu.com/u/e30b80ec5661 14 | name: OTCBTC Token 15 | symbol: OTB 16 | -------------------------------------------------------------------------------- /tokens/0xa8daa52ded91f7c82b4bb02b4b87c6a841db1fd5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa8daa52ded91f7c82b4bb02b4b87c6a841db1fd5' 3 | decimals: 8 4 | description: >- 5 | Biograffi is an app where people can make their biography and earn 6 | Biograffi(BGF) Token. People can send and receive BGF tokens for their posts on 7 | biograffi app. Android app is releasing on 10th April 2018. 8 | links: 9 | - Email: mailto:contactus@biograffi.com 10 | - Facebook: https://facebook.com/biograffi 11 | - Linkedin: https://linkedin.com/company/biograffi 12 | - Twitter: https://twitter.com/biograffi 13 | - Website: https://www.biograffi.com 14 | - Bitcointalk: https://bitcointalk.org/index.php?topic=3137847 15 | name: Biograffi 16 | symbol: BGF 17 | -------------------------------------------------------------------------------- /tokens/0xa9666166d3c7fd15e874801f99e9ad5bfb70c5cf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xa9666166d3c7fd15e874801f99e9ad5bfb70c5cf' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 9 | - Email: mailto:genkifs@gmail.com 10 | - Github: https://github.com/genkifs/staticoin 11 | - Reddit: https://www.reddit.com/user/genki_paul 12 | - Website: http://staticoin.com/ 13 | - Whitepaper: http://staticoin.com/whitepaper.pdf 14 | name: GBP Static 15 | symbol: GBP_S 16 | -------------------------------------------------------------------------------- /tokens/0xaaaf91d9b90df800df4f55c205fd6989c977e73a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xaaaf91d9b90df800df4f55c205fd6989c977e73a' 3 | decimals: 8 4 | description: >- 5 | TKN is the underlying token of the TokenCard platform. 6 | links: 7 | - Blog: https://medium.com/@MonolithStudio 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/tokencard/ 9 | - Email: mailto:hello@tokencard.io 10 | - Twitter: https://twitter.com/monolith_web3 11 | - Website: https://tokencard.io/#token 12 | - Whitepaper: https://tokencard.io/tokencard_whitepaper.pdf 13 | name: Monolith TKN 14 | symbol: TKN 15 | -------------------------------------------------------------------------------- /tokens/0xab6cf87a50f17d7f5e1feaf81b6fe9ffbe8ebf84.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xab6cf87a50f17d7f5e1feaf81b6fe9ffbe8ebf84' 3 | decimals: 18 4 | description: >- 5 | An Entire Universe On the Ethereum Blockchain 6 | links: 7 | - Website: https://macroverse.io/ 8 | name: Macroverse Token 9 | symbol: MRV 10 | -------------------------------------------------------------------------------- /tokens/0xab95e915c123fded5bdfb6325e35ef5515f1ea69.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xab95e915c123fded5bdfb6325e35ef5515f1ea69' 3 | decimals: 18 4 | description: >- 5 | An alternative implementation of the EOS project with widespread, non-ICO'd token distribution. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/xenon/ 8 | - Email: mailto:contact@xenon.network 9 | - Slack: https://join.slack.com/t/xenonnetwork/shared_invite/enQtMjQ1NzQ2MTQ1OTA2LWI5MjkzZWQxNzRmYzNmOGE5Nzc2MWYyN2NjM2Y2MTZjNjA2MDUyNmI5ZGFkNjU3YzE5NGVjNjA0YzkzMDk5ZGU 10 | - Twitter: https://twitter.com/XenonNet 11 | - Website: https://xenon.network/ 12 | - Whitepaper: http://xenon.network/wp-content/uploads/2017/09/xenon-whitepaper.pdf 13 | name: XENON 14 | symbol: XNN 15 | -------------------------------------------------------------------------------- /tokens/0xac2bd14654bbf22f9d8f20c7b3a70e376d3436b4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xac2bd14654bbf22f9d8f20c7b3a70e376d3436b4' 3 | decimals: 8 4 | description: World's cutest cryptocurrency 5 | name: Kitten Coin 6 | symbol: KITTEN 7 | links: 8 | - Email: mailto:kitten.coin@gmail.com 9 | - Github: https://github.com/realKittenCoin/KittenCoin 10 | - Reddit: https://github.com/realKittenCoin/KittenCoin 11 | - Telegram: https://t.me/Kitten_Coin 12 | - Twitter: https://twitter.com/KittenCoin 13 | - Website: https://kittencoin.org/ 14 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2346045 15 | -------------------------------------------------------------------------------- /tokens/0xac3da587eac229c9896d919abc235ca4fd7f72c1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xac3da587eac229c9896d919abc235ca4fd7f72c1' 3 | decimals: 1 4 | description: >- 5 | Target Coin is a tokenised long-short Cryptocurrency Fund 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1997376.0 8 | - Blog: https://medium.com/@TargetCoin/ 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/target-coin/ 10 | - Facebook: https://www.facebook.com/targetcoinfund/ 11 | - Telegram: https://t.me/joinchat/FJeVV0HwLpRAZB9MyJI0lQ 12 | - Twitter: https://twitter.com/TargetCoin 13 | - Website: https://www.tgtcoins.com/ 14 | - Whitepaper: https://docs.wixstatic.com/ugd/c281dc_6e00ec5ef9534f81b78bffc4ff24700d.pdf 15 | name: Target Coin 16 | symbol: TGT 17 | -------------------------------------------------------------------------------- /tokens/0xae4191a7eb25713ac90483ea75828ae8038f94dc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: EZEC2 3 | addr: '0xae4191a7eb25713ac90483ea75828ae8038f94dc' 4 | decimals: 18 5 | description: >- 6 | Welcome to the future of Zcash on the Ethereum blockchain as an ERC-20 token - eZEC 7 | links: 8 | - Website: https://bitcointalk.org/index.php?topic=2251063.0 9 | name: eZEC 10 | symbol: EZEC 11 | -------------------------------------------------------------------------------- /tokens/0xafe60511341a37488de25bef351952562e31fcc1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xafe60511341a37488de25bef351952562e31fcc1' 3 | decimals: 8 4 | description: >- 5 | Trading bot 6 | links: 7 | - Email: mailto:info@tbitbot.com 8 | - Facebook: https://www.facebook.com/tbit.bot.5 9 | - Github: https://github.com/tbitbot 10 | - Reddit: https://www.reddit.com/user/tbitbot/ 11 | - Twitter: https://twitter.com/tbit_bot 12 | - Website: https://tbitbot.com/ 13 | - Whitepaper: https://tbitbot.com/t-bot-whitepaper.pdf 14 | name: TBOT 15 | symbol: TBT 16 | -------------------------------------------------------------------------------- /tokens/0xb17df9a3b09583a9bdcf757d6367171476d4d8a3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb17df9a3b09583a9bdcf757d6367171476d4d8a3' 3 | decimals: 18 4 | description: >- 5 | Maverick chain is a BAAS (block chain as a service) block-chain SDK solution to make development much 6 | easier. With our SDK, developers can transfer their APP into a block-chain APP smoothly. To use our 7 | SDK developers should consume Maverick coin (MVC). 8 | links: 9 | - Email: mailto:mvc@mvchain.net 10 | - Twitter: https://twitter.com/MaverickChain 11 | - Website: http://www.mvchain.net/ 12 | - Website: http://www.mvchain.net 13 | - Whitepaper: http://www.mvchain.org/MVC_White_Paper.pdf 14 | name: MaverickChain 15 | symbol: MVC 16 | -------------------------------------------------------------------------------- /tokens/0xb203b5495109c6c85615ebb2056f98301d470507.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb203b5495109c6c85615ebb2056f98301d470507' 3 | decimals: 3 4 | description: >- 5 | Someone's Garbage is Someone's Treasure! Trash cash is a decentralised peer to peer cryptocurrency to 6 | exchange all the garbage dumped in your wallet into a single token which can be traded in exchanges. 7 | Instead of having hundreds of them and have the headache of managing them individually, now you can 8 | keep all the trash in one place! 9 | links: 10 | - Email: mailto:mail@trash.cash 11 | - Facebook: https://www.facebook.com/Trash-Cash-125463424816911/ 12 | - Twitter: https://twitter.com/TrashCash_ERC20 13 | - Website: https://www.trash.cash/ 14 | name: TRASH CASH 15 | symbol: TRASH 16 | -------------------------------------------------------------------------------- /tokens/0xb23be73573bc7e03db6e5dfc62405368716d28a8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb23be73573bc7e03db6e5dfc62405368716d28a8' 3 | decimals: 18 4 | description: >- 5 | oneK is an Ethereum token ERC20 with VERY LOW supply of token. K means kilo, oneK has maximum 1,000 6 | tokens only. The main purpose of oneK is no FUD (Fear, Uncertainty and Doubt). We sell oneK in very 7 | low price at ICO (1 ONEK = 0.125 ETH or 1 ETH = 8 ONEK), which is way undervalued with only one thousand 8 | tokens. 9 | links: 10 | - Website: http://onek.one/ 11 | name: oneK 12 | symbol: ONEK 13 | -------------------------------------------------------------------------------- /tokens/0xb29678a4805a7d787dc9589e179d27f7575bb9f7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb29678a4805a7d787dc9589e179d27f7575bb9f7' 3 | decimals: 5 4 | description: >- 5 | fast, easy and peer to peer 6 | links: 7 | - Email: mailto:info@arubacoin.org 8 | - Twitter: https://twitter.com/ArubaCoin 9 | - Website: http://arubacoin.org/ 10 | name: ArubaCoin 11 | symbol: AUA 12 | -------------------------------------------------------------------------------- /tokens/0xb2bfeb70b903f1baac7f2ba2c62934c7e5b974c4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb2bfeb70b903f1baac7f2ba2c62934c7e5b974c4' 3 | decimals: 8 4 | description: >- 5 | BetKing opened in April 2013 and by the end of 2014 quickly became the most popular crowd funded Bitcoin 6 | casino. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2150057 9 | - Blog: https://betking.io/blog/ 10 | - Email: mailto:admin@betking.io 11 | - Facebook: https://www.facebook.com/betkingcasino/ 12 | - Reddit: https://www.reddit.com/r/betking/ 13 | - Telegram: https://t.me/joinchat/GmNTqw7kaxhGRqsJhRuzzw 14 | - Twitter: https://twitter.com/betkingio 15 | - Website: https://betking.io/ 16 | - Website: https://betking.io 17 | name: BetKing Bankroll Token 18 | symbol: BKB 19 | -------------------------------------------------------------------------------- /tokens/0xb2f7eb1f2c37645be61d73953035360e768d81e6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb2f7eb1f2c37645be61d73953035360e768d81e6' 3 | decimals: 18 4 | description: >- 5 | CRYPTOCURRENCY EXCHANGE 6 | links: 7 | - Blog: https://medium.com/@cobinhoodblog 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/cobinhood/ 9 | - Email: mailto:support@cobinhood.com 10 | - Github: https://github.com/cobinhood 11 | - Slack: http://slack.cobinhood.com/ 12 | - Telegram: https://t.me/joinchat/GhBM6A2ktfrwdjzh9hDfQA 13 | - Twitter: https://twitter.com/cobinhood 14 | - Website: https://cobinhood.com/ 15 | - Whitepaper: https://cobinhood.com/assets/whitepaper/whitepaper_en.pdf 16 | name: Cobinhood Token 17 | symbol: COB 18 | -------------------------------------------------------------------------------- /tokens/0xb41b531359330d76bbcb0f1a24f94ff6bff30dc1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb41b531359330d76bbcb0f1a24f94ff6bff30dc1' 3 | decimals: 2 4 | description: >- 5 | CNet5G is an ERC20 Ethereum token, with a symbol of NE5G, that is for the project of fast internet connection 6 | and building a local high-speed business circle. Holders will share the revenue of the project based on their 7 | holdings of the token. 8 | links: 9 | - Website: http://www.ne5g.io 10 | name: CNet5G 11 | symbol: NE5G 12 | -------------------------------------------------------------------------------- /tokens/0xb4bfa6b45e25ad12bb033ec8a5eff523b83cc9af.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb4bfa6b45e25ad12bb033ec8a5eff523b83cc9af' 3 | decimals: 18 4 | description: "" 5 | links: [] 6 | name: UAHPAY 7 | symbol: UAHPAY 8 | -------------------------------------------------------------------------------- /tokens/0xb4c55b5a1faf5323e59842171c2492773a3783dd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb4c55b5a1faf5323e59842171c2492773a3783dd' 3 | decimals: 18 4 | description: >- 5 | The BCDC token is an access and utility token which has value, allowing purchasers to access investment 6 | projects from around the world, gain return from recycling and offset their annual plastic footprint. 7 | links: 8 | - Blog: https://medium.com/@BCDC 9 | - Email: mailto:tokenpurchase@bcdc.online 10 | - Facebook: https://www.facebook.com/BlockchainDevelopmentCompany/ 11 | - Github: https://github.com/bcdconline/ITS 12 | - Telegram: https://t.me/joinchat/Dz9AE0MIY5Yl-1EaCYI2vA 13 | - Twitter: https://twitter.com/BlockDevCo 14 | - Website: https://www.bcdc.online/ 15 | name: BCDC Token 16 | symbol: BCDC 17 | -------------------------------------------------------------------------------- /tokens/0xb4f5438c3c2a682da351ab6b57edc8530efd67be.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb4f5438c3c2a682da351ab6b57edc8530efd67be' 3 | decimals: 4 4 | description: >- 5 | Manage payments, inter- and intra-company money transfers without third-parties. 6 | links: 7 | - Email: mailto:info@ethereumpremium.com 8 | - Facebook: https://www.facebook.com/Ethereum-Premium-346375329105093/ 9 | - Telegram: https://t.me/ethereumpremium 10 | - Twitter: https://twitter.com/ethereumpremium 11 | - Website: http://www.ethereumpremium.com/ 12 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2656057 13 | - Github: https://github.com/ethereumpremium 14 | - Whitepaper: http://www.ethereumpremium.com/Ethereum_Premium_Whitepaper_1.pdf 15 | name: Ethereum Premium 16 | symbol: ETHPR 17 | -------------------------------------------------------------------------------- /tokens/0xb518d165398d9057ea8b73096edda5c7754bcd62.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: EXRP2 3 | addr: '0xb518d165398d9057ea8b73096edda5c7754bcd62' 4 | decimals: 18 5 | description: >- 6 | The New (ERC20) Ripple 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2244565.msg22668836#msg22668836 9 | - Email: mailto:support@eripple.io 10 | - Telegram: https://t.me/erippleexrp 11 | - Twitter: https://twitter.com/eripple_ 12 | - Website: https://eripple.io/ 13 | - Website: https://eripple.io 14 | name: eRipple 15 | symbol: EXRP 16 | -------------------------------------------------------------------------------- /tokens/0xb63ab8e276e081b9079c3ae520c58061fa4acb45.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb63ab8e276e081b9079c3ae520c58061fa4acb45' 3 | decimals: 18 4 | description: >- 5 | TRUST is a ERC20 smart contract built on the Ethereum blockchain. TRUST incorporates all the benefits of a 6 | cryptocurrency, combined with tangible real estate investments. The capital raised from our initial distribution 7 | will be used to purchase investment real estate which will provide 6 monthly bonuses for TRUST token holders. 8 | links: 9 | - Website: https://www.TrustEtherCoin.com 10 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2963414 11 | name: TRUST 12 | symbol: TEC 13 | -------------------------------------------------------------------------------- /tokens/0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb64ef51c888972c908cfacf59b47c1afbc0ab8ac' 3 | decimals: 8 4 | description: >- 5 | Blockchain-based, end-to-end encrypted, distributed object storage. 6 | links: 7 | - Blog: https://medium.com/@storjproject 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/storj/ 9 | - Email: https://storj.io/contact.html 10 | - Facebook: https://www.facebook.com/storjproject 11 | - Github: https://github.com/Storj/ 12 | - Reddit: https://www.reddit.com/r/storj/ 13 | - Twitter: https://twitter.com/storjproject 14 | - Website: https://storj.io/ 15 | - Whitepaper: https://storj.io/storj.pdf 16 | name: StorjToken 17 | symbol: STORJ 18 | -------------------------------------------------------------------------------- /tokens/0xb6ed7644c69416d67b522e20bc294a9a9b405b31.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb6ed7644c69416d67b522e20bc294a9a9b405b31' 3 | decimals: 8 4 | description: >- 5 | The implementation of Bitcoin Core on the Ethereum network as a smart contract. Mined using Proof of Work. 6 | links: 7 | - Github: https://github.com/0xbitcoin/0xbitcoin-token 8 | - Reddit: https://reddit.com/r/0xbitcoin 9 | - Website: https://0xbitcoin.org 10 | name: 0xBitcoin 11 | symbol: 0xBTC 12 | -------------------------------------------------------------------------------- /tokens/0xb72627650f1149ea5e54834b2f468e5d430e67bf.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb72627650f1149ea5e54834b2f468e5d430e67bf' 3 | decimals: 8 4 | description: >- 5 | OPEN-SOURCE MERCHANT SERVICES 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2027565.0 8 | - Blog: https://medium.com/@bitsoko 9 | - Email: mailto:support@bitsoko.io 10 | - Facebook: https://www.facebook.com/bitsoko/ 11 | - Github: https://github.com/bitsoko-services/ 12 | - Reddit: https://www.reddit.com/user/Bitsoko/ 13 | - Twitter: https://twitter.com/Bitsoko 14 | - Website: https://bitsoko.co.ke/ 15 | - Website: https://bitsoko.co.ke/home/index.html 16 | - Whitepaper: https://bitsoko.co.ke/home/Bitsoko-Whitepaper.docx.pdf 17 | name: Bitsoko Community 18 | symbol: BITS 19 | -------------------------------------------------------------------------------- /tokens/0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb7cb1c96db6b22b0d3d9536e0108d062bd488f74' 3 | decimals: 18 4 | description: >- 5 | Blockchain + RFID 6 | links: 7 | - Blog: http://blog.sina.com.cn/u/6277713943 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/walton/ 9 | - Email: mailto:services@waltonchain.org 10 | - Website: http://www.waltonchain.org/ 11 | - Whitepaper: http://www.waltonchain.org/upload/1498826072890.pdf 12 | name: Walton Token 13 | symbol: WTC 14 | -------------------------------------------------------------------------------- /tokens/0xb8742486c723793cf5162bb5d3425ed9cd73d049.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb8742486c723793cf5162bb5d3425ed9cd73d049' 3 | decimals: 8 4 | description: >- 5 | TCASH is Ethereum ERC-20 Smart Contract Token 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2357581 8 | - Email: mailto:etherflyerofficial@gmail.com 9 | - Github: https://github.com/EtherFlyer 10 | - Reddit: https://www.reddit.com/r/EtherFlyer/ 11 | - Slack: https://etherflyer.slack.com/ 12 | - Telegram: https://t.me/etherflyer 13 | - Twitter: https://twitter.com/etherflyercom 14 | - Website: https://tcash.io/ 15 | - Website: http://tcash.io 16 | - Whitepaper: https://tcash.io/pdf/tcash_whitepaper_en.pdf 17 | name: Tcash 18 | symbol: TCASH 19 | -------------------------------------------------------------------------------- /tokens/0xb8c77482e45f1f44de1745f52c74426c631bdd52.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb8c77482e45f1f44de1745f52c74426c631bdd52' 3 | decimals: 18 4 | description: >- 5 | 币安交易平台是由赵长鹏(CZ)领导的一群数字资产爱好者创建而成的一个专注区块链资产的交易平台。为用户提供更加安全、便捷的数字货币兑换服务,聚合全球优质数字货币,致力于打造世界级的区块链资产交易平台。 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/binance-coin/ 8 | - Email: mailto:support@binance.zendesk.com 9 | - Facebook: https://www.facebook.com/binance2017/ 10 | - Reddit: https://www.reddit.com/r/binance/ 11 | - Twitter: https://twitter.com/binance_2017 12 | - Website: https://www.binance.com/ 13 | name: BNB 14 | symbol: BNB 15 | -------------------------------------------------------------------------------- /tokens/0xb8d8a92cafaf6c055bce8e53405d90be96d1a677.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb8d8a92cafaf6c055bce8e53405d90be96d1a677' 3 | decimals: 8 4 | description: >- 5 | Redvolution's main goal is to create an innovative and multiplatform "wallet" for the different ERC20 6 | tokens on the Ethereum blockchain. This token has three uses: fuel for the wallet transactions, funding 7 | the wallet development, and raising awareness of the project. 8 | links: 9 | - Website: https://www.redvolution.io 10 | name: Redvolution 11 | symbol: REDV 12 | -------------------------------------------------------------------------------- /tokens/0xb915ff79170d606935bceaf000d77ca4ed92d993.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb915ff79170d606935bceaf000d77ca4ed92d993' 3 | decimals: 18 4 | description: >- 5 | eNeo 6 | links: 7 | - Website: http://eneo.network 8 | name: eNeo 9 | symbol: ENEO 10 | -------------------------------------------------------------------------------- /tokens/0xb9f0b7e1d518f0e213441a804fed84c2858c5d88.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xb9f0b7e1d518f0e213441a804fed84c2858c5d88' 3 | decimals: 3 4 | description: >- 5 | XCM are gift certificates redeemable for Open Source, Blockchain integrated 6 | devices manufactured by TigoCTM. 7 | name: X Coin Machines 8 | symbol: XCM 9 | links: 10 | - Email: mailto:info@tigoctm.com 11 | - Twitter: https://twitter.com/tigoctm 12 | - Facebook: https://www.facebook.com/tigoctm 13 | - Telegram: https://t.me/joinchat/EKTIchBsEErLMx6YrHBJtQ 14 | - Blog: https://medium.com/@tigoctm 15 | - Website: https://tigoctm.com/ 16 | - Whitepaper: https://tigoctm.com/static/docs/TigoCTM-Whitepaper.pdf 17 | -------------------------------------------------------------------------------- /tokens/0xba71b32e71a41339aa4ceaa79528535aefe488d8.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xba71b32e71a41339aa4ceaa79528535aefe488d8' 3 | decimals: 0 4 | description: >- 5 | Tasked with constructing the first decentralized and virtuous white list of reputable publisher domains, 6 | Aliefcoin holders will pave the way for a new industry standard in digital advertising. 7 | links: 8 | - Email: mailto:fxme21@gmail.com 9 | - Telegram: https://t.me/aliefcoincommunity 10 | - Twitter: https://twitter.com/Aliefcoin 11 | - Website: https://aliefcoin.wordpress.com/ 12 | name: '' 13 | symbol: ALIEF 14 | -------------------------------------------------------------------------------- /tokens/0xbb1b3e8ddded8165d58b0c192d19cd360682b170.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xbb1b3e8ddded8165d58b0c192d19cd360682b170' 3 | decimals: 2 4 | description: >- 5 | Casino Coin is the best way to join online games. 6 | links: 7 | - Email: mailto:info@casinocoin.it 8 | - Facebook: https://www.facebook.com/casinocoin.it/ 9 | - Telegram: https://t.me/casinocoinit 10 | - Website: http://www.casinocoin.it/ 11 | name: Casino 12 | symbol: CAS 13 | -------------------------------------------------------------------------------- /tokens/0xbc7de10afe530843e71dfb2e3872405191e8d14a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xbc7de10afe530843e71dfb2e3872405191e8d14a' 3 | decimals: 18 4 | description: >- 5 | The First ever Luxury Token, Built on the Ethereum Network. 6 | links: 7 | - Email: mailto:info@shoucair.ca 8 | - Website: http://shoucair.ca/ 9 | name: SHOUCAIR 10 | symbol: SHOUC 11 | -------------------------------------------------------------------------------- /tokens/0xbc9395973bd35a3b4bd924f050d2778c07506ecb.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xbc9395973bd35a3b4bd924f050d2778c07506ecb' 3 | decimals: 18 4 | description: >- 5 | The world's first "sell now, innovate later" ICO. The product that will run on the token will be voted 6 | upon by token holders after the initial ICO, then a second more formal ICO will be conducted once a 7 | product is chosen, thus increasing the value of the token further. 8 | links: 9 | - Email: mailto:ceo@greedtoken.com 10 | - Github: https://github.com/greedtoken 11 | - Reddit: https://www.reddit.com/domain/greedtoken.com/ 12 | - Twitter: https://twitter.com/GreedToken 13 | - Website: https://greedtoken.com/ 14 | name: GREED TOKEN 15 | symbol: GREED 16 | -------------------------------------------------------------------------------- /tokens/0xbd35aefa375b57a801ddc87615aef1e9f353df28.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xbd35aefa375b57a801ddc87615aef1e9f353df28' 3 | decimals: 18 4 | description: >- 5 | The crazy project of cryptoalchemy. "Poopy" to the moon! 6 | links: 7 | - Facebook: https://www.facebook.com/tothemoontoken 8 | - Github: https://github.com/ToTheMoonToken/ToTheMoon 9 | - Twitter: https://twitter.com/ToTheMoon_Token 10 | - Website: http://www.tothemoontoken.com/ 11 | - Email: mailto:hello@tothemoontoken.com 12 | name: ToTheMoon 13 | symbol: TTM 14 | -------------------------------------------------------------------------------- /tokens/0xbf4a29269bf3a5c351c2af3a9c9ed81b07129ce4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xbf4a29269bf3a5c351c2af3a9c9ed81b07129ce4' 3 | decimals: 18 4 | description: >- 5 | Kencoin is an industry-specific cryptocurrency, focusing on the adult entertainment sector. Our mission 6 | is to serve as the standard currency for anonymous, safe transactions in all sex and dating-related 7 | purchases. 8 | links: 9 | - Website: https://kencoin.org/ 10 | name: Ken Coin 11 | symbol: KEN 12 | -------------------------------------------------------------------------------- /tokens/0xc0c2ee1ce1fed8f6e2764363a36db3dd4cf10022.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc0c2ee1ce1fed8f6e2764363a36db3dd4cf10022' 3 | decimals: 2 4 | description: >- 5 | Faceblock is a decentralized platform. Faceblock will be offering dozens of new features that traditional 6 | social platforms do not have or provide today. We aim to develop a social platform that is designed 7 | for everyone while providing utmost security & privacy to our users. 8 | links: 9 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2376452.0 10 | - CoinMarketCap: https://coinmarketcap.com/currencies/faceblock/ 11 | - Email: mailto:team@faceblock.io 12 | - Twitter: https://twitter.com/thefaceblock 13 | - Website: https://faceblock.io/ 14 | name: Faceblock 15 | symbol: FBL 16 | -------------------------------------------------------------------------------- /tokens/0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: ERC20 3 | addr: '0xc3761eb917cd790b30dad99f6cc5b4ff93c4f9ea' 4 | decimals: 18 5 | links: 6 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2304875 7 | - Email: mailto:erc20.space@gmail.com 8 | - Telegram: https://t.me/erc20coin 9 | - Telegram: https://t.me/erc20coins 10 | - Website: https://belance.io/ 11 | name: ERC20 12 | notice: >- 13 | This is Belance latest contract. Announcement here. 14 | symbol: ERC20 15 | -------------------------------------------------------------------------------- /tokens/0xc596bd09d652827b0106292d3e378d5938df4b12.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc596bd09d652827b0106292d3e378d5938df4b12' 3 | decimals: 18 4 | description: >- 5 | A driving force behind the GNP of a real cash virtual goods economy. 6 | links: 7 | - Website: https://neverdie.com 8 | name: Teleport 9 | symbol: TPT 10 | -------------------------------------------------------------------------------- /tokens/0xc5cea8292e514405967d958c2325106f2f48da77.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc5cea8292e514405967d958c2325106f2f48da77' 3 | decimals: 18 4 | description: >- 5 | Easily create your own blockchain-based tokens, trade them, or buy from others. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2124201.0 8 | - Blog: https://medium.com/proof-of-fintech 9 | - Email: mailto:hello@proofsuite.com 10 | - Facebook: https://www.facebook.com/proofsuite 11 | - Github: https://github.com/proofsuite 12 | - Reddit: https://www.reddit.com/r/proofsuite/ 13 | - Telegram: https://t.me/joinchat/G7G-skOfq4VAN3MXn5sHUg 14 | - Twitter: https://twitter.com/proofsuite 15 | - Website: https://www.proofsuite.com/ 16 | name: Proof 17 | symbol: PRFT 18 | -------------------------------------------------------------------------------- /tokens/0xc78593c17482ea5de44fdd84896ffd903972878e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc78593c17482ea5de44fdd84896ffd903972878e' 3 | decimals: 9 4 | description: >- 5 | ETHER BB is a revolutionary payment platform that empowers buyers to pay with cryptocurrencies while 6 | providing a groundbreaking purchase protection mechanism. 7 | links: 8 | - Facebook: https://www.facebook.com/Etherbb-1985969358354079/ 9 | - Telegram: https://t.me/etherbb 10 | - Website: http://etherbb.com/ 11 | - Website: http://etherbb.com 12 | name: EtherBB 13 | symbol: BB 14 | -------------------------------------------------------------------------------- /tokens/0xc79d440551a03f84f863b1f259f135794c8a7190.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc79d440551a03f84f863b1f259f135794c8a7190' 3 | decimals: 18 4 | description: >- 5 | MEGAX are spendable tokens on a wide and growing retail network of more than 40,000 brands. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2144509 8 | - Blog: https://medium.com/@megaXcoin 9 | - Email: mailto:hello@megax.io 10 | - Facebook: https://www.facebook.com/megaxcoin/ 11 | - Telegram: https://t.me/Megaxcoin 12 | - Twitter: https://twitter.com/megaXcoin 13 | - Website: https://megax.io/ 14 | - Website: https://megax.io 15 | - Whitepaper: https://drive.google.com/file/d/0B0G2NEQVoA1dbVZEc09NRW5sOVU/view 16 | name: MEGA X 17 | symbol: MGX 18 | -------------------------------------------------------------------------------- /tokens/0xc7a4eb66f982cde71d872398e4d1fc5fc586cb9e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc7a4eb66f982cde71d872398e4d1fc5fc586cb9e' 3 | decimals: 8 4 | description: >- 5 | Rezox Token, is a semi-mineable Token thats based on the Ethereum network. Our goal is to promote low-end 6 | computers and make them be able to mine and get our Tokens and take part in the Blockchain revulotion. 7 | links: 8 | - Website: http://www.rezox.network/ 9 | - Telegram: https://t.me/rezoxtoken 10 | name: Rezox 11 | symbol: REZ 12 | -------------------------------------------------------------------------------- /tokens/0xc997d07b0bc607b6d1bcb6fb9d4a5579c466c3e5.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc997d07b0bc607b6d1bcb6fb9d4a5579c466c3e5' 3 | decimals: 0 4 | description: >- 5 | EtherFlip is a random number game where you place bets in Ether. Rare tokens can be won while playing 6 | EtherFlip, and these tokens will control bonus features in the smart contract. During ICO, FLIP Tokens 7 | are earned on losing bets playing EtherFlip. At a 49.21% win rate, it's the best on Ethereum. Every 8 | number roll is powered by Oraclize and is provably fair, provably random. 9 | links: 10 | - Email: mailto:etherflip@gmail.com 11 | - Reddit: https://www.reddit.com/r/EtherFlip/ 12 | - Website: http://www.etherflip.co/ 13 | name: Flip 14 | symbol: FLIP 15 | -------------------------------------------------------------------------------- /tokens/0xc99ddc30bb0cf76b07d90dcb6b267b8352697bef.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc99ddc30bb0cf76b07d90dcb6b267b8352697bef' 3 | decimals: 18 4 | description: >- 5 | TDT is ToDogecoin Token. It is used to place adverts on ToDogecoin.biz etc. (current cost of one thousand 6 | impressions - 1 TDT). Also this token will be used for other purposes on the site. After the completion 7 | of ICO, the issue of new tokens will cease. 8 | links: 9 | - Website: http://todogecoin.biz/tdt/ 10 | name: TDT 11 | symbol: TDT 12 | -------------------------------------------------------------------------------- /tokens/0xc9f05e276d9148c7728f63205cc0180cb21a60ff.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xc9f05e276d9148c7728f63205cc0180cb21a60ff' 3 | decimals: 18 4 | description: >- 5 | First targeted advertisement database on blockchain. 6 | links: 7 | - Website: https://dato.asia/ 8 | - Github: https://github.com/datoasia 9 | - Twitter: https://twitter.com/DATO53474167 10 | - Telegram: https://t.me/joinchat/HsI8eErvWpJWUBYZ0DFV8g 11 | - Whitepaper: https://docs.wixstatic.com/ugd/4be2b1_47671fc8eacf4a779b7784df8514f773.pdf 12 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2839784.0 13 | name: DATO token 14 | symbol: DATO 15 | -------------------------------------------------------------------------------- /tokens/0xcb5a05bef3257613e984c17dbcf039952b6d883f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xcb5a05bef3257613e984c17dbcf039952b6d883f' 3 | decimals: 8 4 | description: >- 5 | A new cryptocurrency platform. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2385461 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/sugar-exchange/ 9 | - Email: mailto:info@sugarexchange.io 10 | - Telegram: https://t.me/joinchat/GCd1KBFberV538lleS0kZQ 11 | - Twitter: https://twitter.com/Sugar_Exchange 12 | - Website: http://sugarexchange.io/ 13 | name: Sugar Exchange 14 | symbol: SGR 15 | -------------------------------------------------------------------------------- /tokens/0xcb97e65f07da24d46bcdd078ebebd7c6e6e3d750.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xcb97e65f07da24d46bcdd078ebebd7c6e6e3d750' 3 | decimals: 8 4 | description: >- 5 | transfer assets from atomic world to byteworld 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/bytom/ 8 | - Email: mailto:contact@bytom.io 9 | - Github: https://github.com/bytom 10 | - Twitter: https://twitter.com/Bytom_Official 11 | - Website: https://bytom.io/ 12 | name: Bytom 13 | symbol: BTM 14 | -------------------------------------------------------------------------------- /tokens/0xcc13fc627effd6e35d2d2706ea3c4d7396c610ea.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xcc13fc627effd6e35d2d2706ea3c4d7396c610ea' 3 | decimals: 8 4 | description: >- 5 | IDXM is the membership token for idex.market and can be used for free 6 | trades (until 2020) or 2x market making rewards. 7 | links: 8 | - Website: https://auroradao.com/ 9 | name: '' 10 | symbol: IDXM 11 | -------------------------------------------------------------------------------- /tokens/0xccca48874780f9c42b162c9617bc6324c5142c22.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xccca48874780f9c42b162c9617bc6324c5142c22' 3 | decimals: 0 4 | description: >- 5 | Satan Coin has ascended from the depths of hell to wreak havoc on mortal coins such as Bitcoin/Jesus Coin. 6 | With a limited supply of 666, 9 circles of funding, and an ICO from Friday the 13th to Halloween, Satan Coin 7 | is obviously the devil's favorite. 8 | links: 9 | - Instagram: http://instagram.com/satancoin 10 | - Reddit: https://www.reddit.com/r/SatanCoin/ 11 | - Twitter: https://twitter.com/SatanCoin 12 | - Website: https://satancoin.info 13 | name: SatanCoin 14 | symbol: SATAN 15 | -------------------------------------------------------------------------------- /tokens/0xcd0a53685b594a543181e6203433766648a8cd43.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xcd0a53685b594a543181e6203433766648a8cd43' 3 | decimals: 3 4 | description: >- 5 | The ZXBT token has an original function. Sending tokens can be accompanied with the message or 6 | signature for identification. If desired, the sending of tokens can be used as a messenger. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2799398 9 | - Blog: https://www.0xbt.net/blog/view/21093/zerroxbtoken-project-0xbt 10 | - Email: mailto:0xbt@0xbt.net 11 | - Github: https://github.com/ZerroXBToken/zxbt 12 | - Reddit: https://www.reddit.com/user/ZerroXBToken/ 13 | - Website: https://zxbt.0xbt.net/ 14 | name: ZerroXBToken Project 0xbt 15 | symbol: ZXBT 16 | -------------------------------------------------------------------------------- /tokens/0xcdcfc0f66c522fd086a1b725ea3c0eeb9f9e8814.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xcdcfc0f66c522fd086a1b725ea3c0eeb9f9e8814' 3 | decimals: 18 4 | description: >- 5 | AURA is the Aurora utility token for the Aurora DAO. Users stake AURA to secure the network, and are 6 | rewarded with fees from IDEX and DC. 7 | links: 8 | - Website: https://auroradao.com/ 9 | name: Aurora DAO 10 | symbol: AURA 11 | -------------------------------------------------------------------------------- /tokens/0xce53a179047ebed80261689367c093c90a94cc08.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xce53a179047ebed80261689367c093c90a94cc08' 3 | decimals: 8 4 | description: EtherDelta Token 5 | links: 6 | - CoinMarketCap: https://coinmarketcap.com/currencies/etherdelta-token/ 7 | - Github: https://github.com/etherdelta 8 | - Reddit: https://www.reddit.com/r/EtherDelta/ 9 | - Telegram: https://t.me/etherdeltaofficial 10 | - Twitter: https://twitter.com/EtherDelta 11 | name: EtherDelta Token 12 | symbol: EDT 13 | -------------------------------------------------------------------------------- /tokens/0xce831af117375e6286eb3c46d696ee3dbf4f4f50.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xce831af117375e6286eb3c46d696ee3dbf4f4f50' 3 | decimals: 2 4 | description: >- 5 | A token which provides owners a proportional distribution of profits based on the Fairgrounds 6 | suite of chance-based games. 7 | links: 8 | - Website: https://fairgrounds.bet 9 | - Discord: https://discord.gg/FwBskwY 10 | - Twitter: https://twitter.com/FairgroundsDapp 11 | - Whitepaper: https://fairgrounds.bet/files/fairgrounds_whitepaper_0.9.5.pdf 12 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2908959.0 13 | name: Fairgrounds 14 | symbol: FGD 15 | -------------------------------------------------------------------------------- /tokens/0xced4e93198734ddaff8492d525bd258d49eb388e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xced4e93198734ddaff8492d525bd258d49eb388e' 3 | decimals: 18 4 | description: >- 5 | your blockchain asset experience 6 | links: 7 | - Blog: https://medium.com/eidoo 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/eidoo/ 9 | - Email: mailto:info@eidoo.io 10 | - Facebook: https://www.facebook.com/eidoocrypto/ 11 | - Telegram: https://t.me/joinchat/AAAAAERSsZk99wFzx2v_Kw 12 | - Twitter: https://twitter.com/eidoo_io 13 | - Website: https://eidoo.io/ 14 | - Website: https://eidoo.io 15 | - Whitepaper: https://eidoo.io/white-paper/ 16 | name: Eidoo Token 17 | symbol: EDO 18 | -------------------------------------------------------------------------------- /tokens/0xcfb98637bcae43c13323eaa1731ced2b716962fd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xcfb98637bcae43c13323eaa1731ced2b716962fd' 3 | decimals: 18 4 | description: >- 5 | World's first Browser-based Blockchain & Ecosystem 6 | links: 7 | - Blog: https://medium.com/nimiq-network 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/nimiq/ 9 | - Reddit: https://www.reddit.com/r/Nimiq/ 10 | - Slack: https://nimiq-slackin.herokuapp.com/ 11 | - Twitter: https://twitter.com/nimiqnetwork 12 | - Website: https://nimiq.com 13 | - Website: https://nimiq.com/ 14 | name: Nimiq Exchange 15 | symbol: NET 16 | -------------------------------------------------------------------------------- /tokens/0xcfc2437916a6df165235272dbfb116687bb1a00b.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xcfc2437916a6df165235272dbfb116687bb1a00b' 3 | decimals: 18 4 | description: >- 5 | A DECENTRALIZED CASHBACK PLATFORM ON THE ETHEREUM BLOCKCHAIN 6 | Get money back from your purchases using PlusCoin 7 | links: 8 | - Facebook: https://www.facebook.com/dsplus.fork 9 | - Github: https://github.com/dsplus/PlusCoin 10 | - Telegram: https://t.me/Dsplusforkeng 11 | - Twitter: https://twitter.com/dsplusf 12 | - Twitter: https://twitter.com/dsplusf?lang=ru 13 | - Website: https://pluscoin.io/ 14 | - Whitepaper: https://pluscoin.io/whitepaper/WP%20PlusCoin%20-%20(ENG).pdf 15 | - Whitepaper: https://pluscoin.io/whitepaper/WP-Additions-eng.pdf 16 | name: PlusCoin 17 | symbol: PLCN 18 | -------------------------------------------------------------------------------- /tokens/0xd0800859d6f4bc0210b7807e770bc44a9ece7372.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd0800859d6f4bc0210b7807e770bc44a9ece7372' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 9 | - Email: mailto:genkifs@gmail.com 10 | - Reddit: https://www.reddit.com/user/genki_paul 11 | - Website: http://staticoin.com/ 12 | - Whitepaper: http://staticoin.com/whitepaper.pdf 13 | name: USD Risk 14 | symbol: USD_R 15 | -------------------------------------------------------------------------------- /tokens/0xd0d6d6c5fe4a677d343cc433536bb717bae167dd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd0d6d6c5fe4a677d343cc433536bb717bae167dd' 3 | decimals: 9 4 | description: >- 5 | AN ETHEREUM BASED SOLUTION FOR DIGITAL ADVERTISING 6 | links: 7 | - Blog: https://medium.com/@AdChain 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/adtoken/ 9 | - Reddit: https://www.reddit.com/r/adChain/ 10 | - Slack: http://slack.adchain.com/ 11 | - Twitter: https://twitter.com/ad_chain 12 | - Website: https://adtoken.com 13 | - Website: https://adtoken.com/ 14 | name: AdToken 15 | symbol: ADT 16 | -------------------------------------------------------------------------------- /tokens/0xd2308446536a0bad028ab8c090d62e1ea2a51f24.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd2308446536a0bad028ab8c090d62e1ea2a51f24' 3 | decimals: 0 4 | description: >- 5 | Use GNEISS as your ultimate security companion in any free market transaction. Create, transfer, mint, 6 | burn, exchange, tax, or pay dividends to any crypto-asset or smart contract on our decentralized blockchain-powered 7 | trading platform. 8 | links: 9 | - Website: https://gneiss.io/#/ 10 | name: GNEISS Coin 11 | symbol: GNEISS 12 | -------------------------------------------------------------------------------- /tokens/0xd234bf2410a0009df9c3c63b610c09738f18ccd7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd234bf2410a0009df9c3c63b610c09738f18ccd7' 3 | decimals: 8 4 | description: >- 5 | A trading platform 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2339770 8 | - Blog: https://medium.com/@tokensnet 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/dynamic-trading-rights/ 10 | - Email: mailto:info@tokens.net 11 | - Facebook: https://www.facebook.com/tokens.net 12 | - Twitter: https://twitter.com/TokensNet 13 | - Website: https://www.tokens.net/ 14 | - Whitepaper: https://www.tokens.net/pdf/whitepaper.pdf 15 | name: Dynamic Trading Rights 16 | symbol: DTR 17 | -------------------------------------------------------------------------------- /tokens/0xd248b0d48e44aaf9c49aea0312be7e13a6dc1468.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd248b0d48e44aaf9c49aea0312be7e13a6dc1468' 3 | decimals: 1 4 | description: >- 5 | Status is a browser, messenger, and gateway to a decentralized world. 6 | links: 7 | - Website: https://status.im/ 8 | name: Status Genesis Token 9 | symbol: SGT 10 | -------------------------------------------------------------------------------- /tokens/0xd2d6158683aee4cc838067727209a0aaf4359de3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd2d6158683aee4cc838067727209a0aaf4359de3' 3 | decimals: 18 4 | description: >- 5 | A decentralized bounty hunting platform enabling anyone to manage bounty programs, and bounty hunters 6 | to receive payment for completing bounty tasks. 7 | links: 8 | - Blog: https://www.blog.bounty0x.io/ 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/bounty0x/ 10 | - Email: mailto:contact@bounty0x.io 11 | - Facebook: https://www.facebook.com/bounty0x 12 | - Reddit: https://www.reddit.com/r/bounty0x 13 | - Telegram: https://t.me/bounty0x 14 | - Twitter: https://www.twitter.com/bounty0x 15 | - Website: https://bounty0x.io/ 16 | name: Bounty0x Token 17 | symbol: BNTY 18 | -------------------------------------------------------------------------------- /tokens/0xd341d1680eeee3255b8c4c75bcce7eb57f144dae.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd341d1680eeee3255b8c4c75bcce7eb57f144dae' 3 | decimals: 18 4 | description: >- 5 | We help Influencers And Social Media Users Simplify Their Daily Routine 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?action=profile;u=1025682 8 | - Email: mailto:success@onG.social 9 | - Github: https://github.com/onGsocial/ 10 | - Reddit: https://www.reddit.com/user/onG_social/ 11 | - Telegram: https://t.me/onG_social 12 | - Twitter: https://twitter.com/Ong_Social 13 | - Website: https://onGcoin.io 14 | - Website: https://ong.social/ 15 | - Whitepaper: https://www.ongcoin.io/wp-content/uploads/2017/07/onG-social-ICO-7-17-17-Final-1-1.pdf 16 | name: onG 17 | symbol: ONG 18 | -------------------------------------------------------------------------------- /tokens/0xd65960facb8e4a2dfcb2c2212cb2e44a02e2a57e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: SOAR 3 | addr: '0xd65960facb8e4a2dfcb2c2212cb2e44a02e2a57e' 4 | decimals: 6 5 | description: >- 6 | Your new digital cash, designed to improve efficiency and transparency for your payments and transactions. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2029634.0 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/Soarcoin/ 10 | - Email: mailto:support@soarlabs.org 11 | - Reddit: https://www.reddit.com/r/Soarcoin/ 12 | - Telegram: https://t.me/joinchat/FoiRKg5U9wMPNAKz3mVflA 13 | - Twitter: https://twitter.com/soarcoin 14 | - Website: http://soarlabs.org/ 15 | - Website: https://www.soarlabs.org/ 16 | name: Soarcoin 17 | symbol: Soar 18 | -------------------------------------------------------------------------------- /tokens/0xd6adc5e386d499361ccc5752f791b45132e7e6e4.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd6adc5e386d499361ccc5752f791b45132e7e6e4' 3 | decimals: 0 4 | description: >- 5 | Revolutionizing the Use of Data in Crypto Trading 6 | links: 7 | - Website: http://www.monspacecoin.net 8 | name: '' 9 | symbol: MSC 10 | -------------------------------------------------------------------------------- /tokens/0xd6e49800decb64c0e195f791348c1e87a5864fd7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: RCPT 3 | addr: '0xd6e49800decb64c0e195f791348c1e87a5864fd7' 4 | decimals: 9 5 | description: >- 6 | ReceiptCoin is building a universal blockchain receipt standard as will as APIs and apps to use them. 7 | These receipts will be used to track ownership make re-selling goods more efficient for everyone. 8 | links: 9 | - Website: https://www.receiptcoin.io/ 10 | name: ReceiptCoin 11 | symbol: RC 12 | -------------------------------------------------------------------------------- /tokens/0xd819e892f4df8659188e8bda839fdf2215a513bc.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd819e892f4df8659188e8bda839fdf2215a513bc' 3 | decimals: 18 4 | description: >- 5 | Bitcoin SPOON is a No More Forks project which allows users to retain a stable currency in which they 6 | would not have to worry about fluctuating prices and instability from forks. We are starting the first 7 | ever SPOON movement. If you have any other questions, please feel free to reach out. 8 | links: 9 | - Website: http://www.btcspoon.com/ 10 | name: Bitcoin Spoon 11 | symbol: SPOON 12 | -------------------------------------------------------------------------------- /tokens/0xd96b9fd7586d9ea24c950d24399be4fb65372fdd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xd96b9fd7586d9ea24c950d24399be4fb65372fdd' 3 | decimals: 18 4 | description: >- 5 | Bitcoin Silver runs on the speed of the Ethereum blockchain, an enormous global infrastructure that 6 | can move value around the world in a matter of minutes. 7 | links: 8 | - Website: https://www.bitcoinsilver.io 9 | name: Bitcoin Silver 10 | symbol: BTCS 11 | -------------------------------------------------------------------------------- /tokens/0xdc0c22285b61405aae01cba2530b6dd5cd328da7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xdc0c22285b61405aae01cba2530b6dd5cd328da7' 3 | decimals: 6 4 | description: >- 5 | KarmaToken will make kindness sustainable by initiating and supporting projects with similar goals. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1667865.new#new 8 | - Email: mailto:cryptotradersguildgm@gmail.com 9 | - Facebook: https://www.facebook.com/Karmatoken2016 10 | - Slack: https://karmasociety.slack.com/ 11 | - Website: https://www.karmatoken.net/ 12 | name: KARMATOKEN 13 | symbol: KTN 14 | -------------------------------------------------------------------------------- /tokens/0xdcb9ff81013c31ff686154b4502ef6bfaa102d2d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xdcb9ff81013c31ff686154b4502ef6bfaa102d2d' 3 | decimals: 8 4 | description: >- 5 | Goocoin is the world’s first digital asset based on mobile phone mining, released three years 6 | ago, and has more than 1 million users in China. And every Goochain is always backed 1-to-1, by Goocoin 7 | held in our reserves. So 1 Goochain is always equivalent to 1 Goocoin, which provides users with more 8 | liquidity. Goochain, based on Ethereum, is a new decentralized blockchain asset. Following ERC-20 token 9 | standard, Goochain has similar functions with Bitcoin, LiteCoin, Ethereum. 10 | links: 11 | - Website: http://www.goochain.org/ 12 | name: Goochain 13 | symbol: GOOC 14 | -------------------------------------------------------------------------------- /tokens/0xdd6c68bb32462e01705011a4e2ad1a60740f217f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xdd6c68bb32462e01705011a4e2ad1a60740f217f' 3 | decimals: 15 4 | description: >- 5 | Decentralized content marketplace 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2041531.0 8 | - Blog: https://medium.com/@jacobotoll/ 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/hubii-network/ 10 | - Email: mailto:info@hubii.com 11 | - Reddit: https://www.reddit.com/r/hubiinetwork/ 12 | - Slack: https://slack.hubii.network/ 13 | - Telegram: https://t.me/hubiinetwork 14 | - Twitter: https://twitter.com/hubiinetwork 15 | - Website: https://www.hubii.network/ 16 | - Whitepaper: https://www.hubii.network/hubii-network-whitepaper-en.pdf 17 | name: Hubiits 18 | symbol: HBT 19 | -------------------------------------------------------------------------------- /tokens/0xdd974d5c2e2928dea5f71b9825b8b646686bd200.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xdd974d5c2e2928dea5f71b9825b8b646686bd200' 3 | decimals: 18 4 | description: >- 5 | KyberNetwork is a new system which allows the exchange and conversion of digital assets. 6 | links: 7 | - Blog: https://blog.kyber.network 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/kyber-network/ 9 | - Email: mailto:hello@kyber.network 10 | - Github: https://github.com/KyberNetwork 11 | - Slack: https://kybernetwork.slack.com 12 | - Twitter: https://twitter.com/KyberNetwork 13 | - Website: https://kyber.network 14 | - Website: https://kyber.network/ 15 | - Whitepaper: https://kyber.network/assets/KyberNetworkWhitepaper.pdf 16 | name: Kyber Network Crystal 17 | symbol: KNC 18 | -------------------------------------------------------------------------------- /tokens/0xdded69d8e28d38d640f6244ab5294f309fd40ce1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xdded69d8e28d38d640f6244ab5294f309fd40ce1' 3 | decimals: 8 4 | description: >- 5 | Limit is a high value erc20 token controlled by the strong community with very low supply of only 6,500,000 6 | token and 80% distributed via airdrop. 7 | links: 8 | - Website: http://www.limit-token.com 9 | name: Limit 10 | symbol: LMT 11 | -------------------------------------------------------------------------------- /tokens/0xdfe2bd1d3dcbb97804acf3ee85230e832c4a7b5d.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xdfe2bd1d3dcbb97804acf3ee85230e832c4a7b5d' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 9 | - Email: mailto:genkifs@gmail.com 10 | - Github: https://github.com/genkifs/staticoin 11 | - Reddit: https://www.reddit.com/user/genki_paul 12 | - Website: http://staticoin.com/ 13 | - Whitepaper: http://staticoin.com/whitepaper.pdf 14 | name: GBP Risk 15 | symbol: GBP_R 16 | -------------------------------------------------------------------------------- /tokens/0xe1479d294807379320dca9a9e9002ac644539099.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe1479d294807379320dca9a9e9002ac644539099' 3 | decimals: 18 4 | description: >- 5 | Bitcoins & Altcoins P2P 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2010267.0 8 | - Email: mailto:support@king93.com 9 | - Facebook: https://www.facebook.com/kiing93/ 10 | - Twitter: https://twitter.com/king93_dev 11 | - Website: https://king93.io/ 12 | name: King93 13 | symbol: KING 14 | -------------------------------------------------------------------------------- /tokens/0xe25f0974fea47682f6a7386e4217da70512ec997.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe25f0974fea47682f6a7386e4217da70512ec997' 3 | decimals: 18 4 | description: >- 5 | Brightcoin is a subscription based token to access our chart prediction bot. The fee is set at $10/month 6 | and the bot will burn the fees from the supply. This is the first token burning, chart prediction bot 7 | ever created. 8 | links: 9 | - Website: https://brightcoin.club/ 10 | name: Brightcoin 11 | symbol: BRC 12 | -------------------------------------------------------------------------------- /tokens/0xe30e02f049957e2a5907589e06ba646fb2c321ba.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe30e02f049957e2a5907589e06ba646fb2c321ba' 3 | decimals: 8 4 | description: >- 5 | DEMOCRATIZING VENTURE CAPITALISM 6 | links: 7 | - Blog: https://medium.com/@DCORP 8 | - Email: mailto:Mike@Dcorp.it 9 | - Reddit: https://www.reddit.com/r/dcorp/ 10 | - Telegram: https://t.me/joinchat/ErLl70MDUkz_ip7HsxXjGA 11 | - Website: https://dcorp-preview.azurewebsites.net/ 12 | - Website: https://www.dcorp.it/ 13 | name: DRP Utility 14 | symbol: DRPU 15 | -------------------------------------------------------------------------------- /tokens/0xe3818504c1b32bf1557b16c238b2e01fd3149c17.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe3818504c1b32bf1557b16c238b2e01fd3149c17' 3 | decimals: 18 4 | description: >- 5 | THE PILLAR WALLET is the next-generation, open-source wallet that will become the dashboard for your 6 | digital life. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1986401.0 9 | - Blog: https://medium.com/@pullnews 10 | - CoinMarketCap: https://coinmarketcap.com/currencies/pillar/ 11 | - Email: mailto:info@pillarproject.io 12 | - Reddit: https://www.reddit.com/r/PillarProject/ 13 | - Twitter: https://twitter.com/PillarWallet 14 | - Website: https://pillarproject.io/ 15 | name: PILLAR 16 | symbol: PLR 17 | -------------------------------------------------------------------------------- /tokens/0xe41d2489571d322189246dafa5ebde1f4699f498.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe41d2489571d322189246dafa5ebde1f4699f498' 3 | decimals: 18 4 | description: >- 5 | A token trading protocol. 6 | links: 7 | - Blog: https://blog.0xproject.com/latest 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/0x/ 9 | - Github: https://github.com/0xProject 10 | - Slack: https://0xproject.slack.com/ 11 | - Twitter: https://twitter.com/0xproject 12 | - Website: https://0xproject.com/ 13 | - Whitepaper: https://0xproject.com/pdfs/0x_white_paper.pdf 14 | name: 0x Protocol Token 15 | symbol: ZRX 16 | -------------------------------------------------------------------------------- /tokens/0xe463d10ec6b4ff6a3e5be41144956116ca30d4c3.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe463d10ec6b4ff6a3e5be41144956116ca30d4c3' 3 | decimals: 0 4 | description: >- 5 | 7YPE is a unique, forward thinking and innovative way for feature films to be financed by supporters 6 | and fans. 7 | links: 8 | - Website: http://www.7ype.com 9 | name: 7ype Coins 10 | symbol: 7YPE 11 | -------------------------------------------------------------------------------- /tokens/0xe469c4473af82217b30cf17b10bcdb6c8c796e75.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe469c4473af82217b30cf17b10bcdb6c8c796e75' 3 | decimals: 0 4 | description: >- 5 | Connecting the blockchains using crosschain gateway built on Ethereum smart contracts. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/exrnchain/ 8 | - Email: mailto:devs@exrp.io 9 | - Reddit: https://www.reddit.com/r/EXRNchain/ 10 | - Telegram: https://t.me/joinchat/G9VCdRBHfrLMp9EpG7kWRQ 11 | - Twitter: https://twitter.com/EXRNtoken 12 | - Website: https://exrnchain.com/ 13 | - Website: https://exrnchain.com 14 | name: EXRP Network 15 | symbol: EXRN 16 | -------------------------------------------------------------------------------- /tokens/0xe4c07f4637df3a0354f9b42a1b3178dc573b8926.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: CZT 3 | addr: '0xe4c07f4637df3a0354f9b42a1b3178dc573b8926' 4 | decimals: 0 5 | description: "" 6 | links: 7 | - Website: https://www.civilianz.me/ 8 | name: Civilianz 9 | symbol: Civilianz 10 | -------------------------------------------------------------------------------- /tokens/0xe58aff48f738b4a719d1790587cdc91a3560d7e1.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe58aff48f738b4a719d1790587cdc91a3560d7e1' 3 | decimals: 7 4 | description: >- 5 | Token library with API 6 | links: 7 | - Website: https://www.tokenmarketplace.io/ 8 | name: TokenMarketPlace 9 | symbol: TMP 10 | -------------------------------------------------------------------------------- /tokens/0xe5a219d4db92a701e79b6e548803c8ce55138686.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe5a219d4db92a701e79b6e548803c8ce55138686' 3 | decimals: 18 4 | description: >- 5 | StatiCoin, a stable digital currency. The _S tokens are the stable tokens, the _R tokens are the risk 6 | tokens. 7 | links: 8 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 9 | - Email: mailto:genkifs@gmail.com 10 | - Github: https://github.com/genkifs/staticoin 11 | - Reddit: https://www.reddit.com/user/genki_paul 12 | - Website: http://staticoin.com/ 13 | - Whitepaper: http://staticoin.com/whitepaper.pdf 14 | name: EUR Risk 15 | symbol: EUR_R 16 | -------------------------------------------------------------------------------- /tokens/0xe5dada80aa6477e85d09747f2842f7993d0df71c.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe5dada80aa6477e85d09747f2842f7993d0df71c' 3 | decimals: 18 4 | description: >- 5 | dock.io is a decentralized data exchange protocol that lets people connect their profiles, 6 | reputations and experiences across the web with privacy and security. 7 | links: 8 | - Blog: https://medium.com/dock-io 9 | - Email: mailto:support@dock.io 10 | - Facebook: https://www.facebook.com/getdock.io/ 11 | - Reddit: https://www.reddit.com/r/dockio/ 12 | - Telegram: https://t.me/dockio 13 | - Twitter: https://twitter.com/dock_io 14 | - Website: https://dock.io/ 15 | - Whitepaper: https://dock.io/whitepaper 16 | name: DockToken 17 | symbol: DOCK 18 | -------------------------------------------------------------------------------- /tokens/0xe755f2fa95e47c5588c3037dd38e1268fa5fcecd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe755f2fa95e47c5588c3037dd38e1268fa5fcecd' 3 | decimals: 18 4 | description: >- 5 | HOWL is an ERC20 compliant token that will be used with all HOWL products and services. HOWL will be 6 | implemented into our market leading applications such as HOWL Chat and HOWL Market. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2158989.0 9 | - Email: mailto:enquiry@howltoken.com 10 | - Reddit: http://www.reddit.com/r/howlofficial 11 | - Twitter: https://twitter.com/HowlToken 12 | - Website: http://www.howltoken.com/ 13 | name: HOWL 14 | symbol: HOWL 15 | -------------------------------------------------------------------------------- /tokens/0xe814aee960a85208c3db542c53e7d4a6c8d5f60f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe814aee960a85208c3db542c53e7d4a6c8d5f60f' 3 | decimals: 18 4 | description: >- 5 | The first crypto pegged to time on the Ethereum Blockchain 6 | links: 7 | - Blog: https://blog.chronologic.network/ 8 | - Github: https://github.com/chronologic/chronologic 9 | - Website: https://chronologic.network/ 10 | - Whitepaper: https://chronologic.network/uploads/Chronologic_Whitepaper.pdf 11 | name: DAY 12 | symbol: DAY 13 | -------------------------------------------------------------------------------- /tokens/0xe99a76d5fb19bc419d72f355050045fad88e060f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xe99a76d5fb19bc419d72f355050045fad88e060f' 3 | decimals: 18 4 | description: >- 5 | Member of RAR Tokens family. 6 | links: 7 | - Website: http://rartokens.com/ 8 | - Whitepaper: https://drive.google.com/file/d/1yDrSfk5WxI_Gz5xT4F_wC-yzmcaM55gq/view 9 | name: RAZ Token 10 | symbol: RAZ 11 | -------------------------------------------------------------------------------- /tokens/0xea642206310400cda4c1c5b8e7945314aa96b8a7.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xea642206310400cda4c1c5b8e7945314aa96b8a7' 3 | decimals: 18 4 | description: >- 5 | MINT is Mineable Token. To mine bitcoin you need to spend electricity. To mine MINT you need to spend 6 | some gas. The basic principle: the more MINT you have, the more MINT you will get. 7 | links: 8 | - Website: https://mitoken.club/ 9 | name: MINT 10 | symbol: MINT 11 | -------------------------------------------------------------------------------- /tokens/0xeb2da9fac54284cea731d1f10bb34eecb3c00c14.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xeb2da9fac54284cea731d1f10bb34eecb3c00c14' 3 | decimals: 18 4 | description: >- 5 | POW token is an ERC20 token which is dedicated to assisting Ethereum achieve mass market penetration. 6 | To that end, 231,802,823,220 POW are being distributed on a 'first come, most served basis' to every 7 | Internet user on the planet. All that is required to claim is a Facebook account. We will soon be integrating 8 | with other forms of social media to allow even wider distribution. 9 | links: 10 | - Website: '#' 11 | name: POW Token 12 | symbol: POW 13 | -------------------------------------------------------------------------------- /tokens/0xebc86d834756621444a8a26b4cf81b625fe310cd.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xebc86d834756621444a8a26b4cf81b625fe310cd' 3 | decimals: 18 4 | description: >- 5 | EtherPower is ERC20 Token standard that implements the Proof-of-Stake mechanism, meaning that holders 6 | of it can earn some extra tokens just by holding it for a period of at least 2 days. 7 | links: 8 | - Email: mailto:ethp@techie.com 9 | - Twitter: https://twitter.com/EtherPowerMoon 10 | - Website: http://etherpower-pos-token.com/ 11 | - Website: https://bitcointalk.org/index.php?topic=2277546.0 12 | name: EtherPower 13 | symbol: ETHP 14 | -------------------------------------------------------------------------------- /tokens/0xedf2d3e5fb70ead2e6d8fe96845a5e59d52d2044.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xedf2d3e5fb70ead2e6d8fe96845a5e59d52d2044' 3 | decimals: 12 4 | description: >- 5 | Needs Cash token is a promotional token to be used to help people learn to exchange tokens peer-to-peer. 6 | links: 7 | - Website: https://www.needscash.com 8 | name: Needs Cash 9 | symbol: NCH 10 | -------------------------------------------------------------------------------- /tokens/0xee688d34c1cc02fc81b2f3f05c489e05d4c0b6ba.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xee688d34c1cc02fc81b2f3f05c489e05d4c0b6ba' 3 | decimals: 1 4 | description: >- 5 | Element token made as one of the most low supply tokens. It is designed to realize imaginations of traders, 6 | doing ethereum blockchain more fuller and better. Element is erc-20 token,having property as an element, in 7 | this case as blockchain element.EM(Element) have 10 token total supply. 8 | links: 9 | - Website: https://artbik555.wixsite.com/element 10 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2408354 11 | name: Element 12 | symbol: EM 13 | -------------------------------------------------------------------------------- /tokens/0xef25e54e1ae9bfd966b9b5cde6880e7a2323a957.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xef25e54e1ae9bfd966b9b5cde6880e7a2323a957' 3 | decimals: 18 4 | description: >- 5 | Social DEX is a decentralized social platform with no limits. 6 | links: 7 | - Website: http://socialdex.zone 8 | name: SocialDEX 9 | symbol: SOCIAL 10 | -------------------------------------------------------------------------------- /tokens/0xf028adee51533b1b47beaa890feb54a457f51e89.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf028adee51533b1b47beaa890feb54a457f51e89' 3 | decimals: 18 4 | description: >- 5 | Become a co-owner of the system, which turns the human's benefit into money 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2096750.0 8 | - Blog: https://medium.com/@bmchain 9 | - Email: mailto:support@bmchain.io 10 | - Facebook: https://www.facebook.com/BMChain/ 11 | - Github: https://github.com/BMChain 12 | - Reddit: https://www.reddit.com/r/BMCHAIN/ 13 | - Telegram: https://t.me/bmchain 14 | - Twitter: https://twitter.com/BMChain/ 15 | - Website: https://bmchain.io/ 16 | - Whitepaper: https://bmchain.io/download/BMCHAIN_Whitepaper_en.pdf 17 | name: BMChain Token 18 | symbol: BMT 19 | -------------------------------------------------------------------------------- /tokens/0xf2e51e32d1f546423364a040ef1a6d2f05e31482.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: HUBC 3 | addr: '0xf2e51e32d1f546423364a040ef1a6d2f05e31482' 4 | decimals: 6 5 | description: >- 6 | Hubcoin mission is uniting altcoin developers by creating various tools for development and promotion 7 | for them. For example, we created the world most complete ICO tracker on http://hubcoin.io/ico/, which 8 | contain 950 ICOs for now. 9 | links: 10 | - Website: https://hubcoin.io 11 | name: Hubcoin 12 | symbol: HUB 13 | -------------------------------------------------------------------------------- /tokens/0xf4522eda455814d43b003bc1c38501b04d65cc4a.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf4522eda455814d43b003bc1c38501b04d65cc4a' 3 | decimals: 18 4 | description: "" 5 | links: 6 | - Blog: https://medium.com/@peter.cornforth/staticoin-a-stable-digital-currency-d52477f378de 7 | - Email: mailto:genkifs@gmail.com 8 | - Github: https://github.com/genkifs/staticoin 9 | - Reddit: https://www.reddit.com/user/genki_paul 10 | - Telegram: http://staticoin.com/whitepaper.pdf 11 | - Website: http://staticoin.com/ 12 | name: CAD Risk 13 | symbol: CAD_R 14 | -------------------------------------------------------------------------------- /tokens/0xf6b55acbbc49f4524aa48d19281a9a77c54de10f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf6b55acbbc49f4524aa48d19281a9a77c54de10f' 3 | decimals: 18 4 | description: >- 5 | Decentralized Database Services based on Ethereum SWARM 6 | links: 7 | - Blog: http://blog.wolk.com/ 8 | - Email: mailto:tokensale@wolk.com 9 | - Github: https://github.com/wolktoken/token 10 | - Reddit: https://www.reddit.com/r/wolktoken/ 11 | - Slack: https://wolktoken.slack.com/ 12 | - Telegram: https://t.me/joinchat/GkePIg2-n4y5VQn4epAQOw 13 | - Twitter: https://twitter.com/WolkInc 14 | - Website: https://www.wolk.com/ 15 | - Whitepaper: https://www.wolk.com/whitepaper/WolkTokenGenerationEvent.pdf 16 | name: WOLK TOKEN 17 | symbol: WLK 18 | -------------------------------------------------------------------------------- /tokens/0xf7ae0daa230bf3fb3c0e5e01e7a6e0a142c6cf7e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf7ae0daa230bf3fb3c0e5e01e7a6e0a142c6cf7e' 3 | decimals: 18 4 | description: >- 5 | Bitcoin Black is a tradeable ERC20 token and it can be used as currency on the Ethereum blockchain. 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=3002401.0 8 | - Blog: https://medium.com/@bitcoinblack 9 | - Github: https://github.com/btcblack 10 | - Twitter: https://twitter.com/BTCBlackDotOrg 11 | - Website: https://btcblack.org 12 | name: Bitcoin Black 13 | symbol: BLACK 14 | -------------------------------------------------------------------------------- /tokens/0xf8e386eda857484f5a12e4b5daa9984e06e73705.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf8e386eda857484f5a12e4b5daa9984e06e73705' 3 | decimals: 18 4 | description: >- 5 | Indorse is a decentralized network for professionals, which rewards users for sharing their skills and 6 | indorsing the skills of others. 7 | links: 8 | - Blog: https://medium.com/joinIndorse 9 | - CoinMarketCap: https://coinmarketcap.com/currencies/indorse-token/ 10 | - Email: mailto:info@indorse.io 11 | - Slack: https://joinindorse.herokuapp.com/ 12 | - Twitter: https://twitter.com/joinIndorse 13 | - Website: https://indorse.io/ 14 | - Whitepaper: https://indorse.io/static/media/Indorse-Whitepaper-v1.1.a733cc8e.pdf 15 | name: Indorse Token 16 | symbol: IND 17 | -------------------------------------------------------------------------------- /tokens/0xf8fa1a588cd8cd51c3c4d6dc16d2717f6332e821.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: BXC 3 | addr: '0xf8fa1a588cd8cd51c3c4d6dc16d2717f6332e821' 4 | decimals: 2 5 | description: >- 6 | Is working with an intelligent system, that selects the best of both the older and new cryptos. The 7 | system identifies which crypto has the potential to grow as happened years ago with bitcoin. 8 | links: 9 | - Email: mailto:admin@boxicoin.net 10 | - Website: https://www.boxicoin.com/ 11 | - Website: https://www.boxicoin.com 12 | name: BOXIcoin 13 | symbol: BXc 14 | -------------------------------------------------------------------------------- /tokens/0xf94e44d8ea46ccd8451d7e15264c6c4a78d3e10f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf94e44d8ea46ccd8451d7e15264c6c4a78d3e10f' 3 | decimals: 18 4 | description: >- 5 | A cross-platform app monetization platform 6 | links: 7 | - Bitcointalk: https://bitcointalk.org/index.php?topic=1975416.msg19671890#msg19671890 8 | - Email: mailto:support@krosscoin.io 9 | - Facebook: https://www.facebook.com/krosscoin/ 10 | - Github: https://github.com/krosscoin 11 | - Reddit: https://www.reddit.com/user/Krosscoin 12 | - Slack: https://krosscoin.slack.com/ 13 | - Twitter: https://twitter.com/krosscoin_team 14 | - Website: https://krosscoin.io/ 15 | - Website: https://krosscoin.io 16 | - Whitepaper: https://krosscoin.io/whitepaper/Krosscoin_WP.pdf 17 | name: Krosscoin 18 | symbol: KSS 19 | -------------------------------------------------------------------------------- /tokens/0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf970b8e36e23f7fc3fd752eea86f8be8d83375a6' 3 | decimals: 18 4 | description: >- 5 | A global peer-to-peer credit network based on co-signed smart contracts. 6 | links: 7 | - CoinMarketCap: https://coinmarketcap.com/currencies/ripio-credit-network/ 8 | - Email: mailto:info@ripiocredit.network 9 | - Github: https://github.com/ripio/rcn-token 10 | - Telegram: https://t.me/RCNtalk 11 | - Twitter: https://twitter.com/RCN_token 12 | - Website: https://ripiocredit.network/ 13 | - Website: https://ripiocredit.network 14 | - Whitepaper: https://ripiocredit.network/#whitepaper 15 | name: Ripio Credit Network Token 16 | symbol: RCN 17 | -------------------------------------------------------------------------------- /tokens/0xf9c9da0c81fffd491458881410903561d1e40fd0.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xf9c9da0c81fffd491458881410903561d1e40fd0' 3 | decimals: 18 4 | description: >- 5 | Arena is a platform where members and experts will sell eSports, sports, and cryptocurrency picks. 6 | Members and experts will have social profiles they can use for selling and buying information. 7 | links: 8 | - Website: https://projectarena.io/ 9 | name: Arena 10 | symbol: ARENA 11 | -------------------------------------------------------------------------------- /tokens/0xfa2632a88bd0c11535a38f98a98db8251ccbaa9e.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xfa2632a88bd0c11535a38f98a98db8251ccbaa9e' 3 | decimals: 18 4 | description: >- 5 | Group Token Alliance is the crypto-currency invest fund. Group Token Alliance aims to build a great 6 | asset: a verified, distributed & valueable token GTA. GTA will be used as investment in high technology 7 | blockchain startups. 8 | links: 9 | - Email: mailto:team@groupco.in 10 | - Twitter: https://twitter.com/GROUP_TOKEN 11 | - Website: http://groupco.in/ 12 | - Whitepaper: http://groupco.in/whitepaper.html 13 | name: GROUP TOKEN ALIANCE 14 | symbol: GTA 15 | -------------------------------------------------------------------------------- /tokens/0xfb12e3cca983b9f59d90912fd17f8d745a8b2953.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xfb12e3cca983b9f59d90912fd17f8d745a8b2953' 3 | decimals: 0 4 | description: >- 5 | The LUCK token is used to send appreciation to other wallet holders. In addition to providing good luck, 6 | it also bestows gifts to the wallet holder from time to time. Be sure to hold LUCK in a wallet you have 7 | the private key. 8 | links: 9 | - Email: mailto:contact@luckytoken.info 10 | - Telegram: https://t.me/joinchat/F7tt6gqS-2IkLBSYcO3jnQ 11 | - Website: http://www.luckytoken.info/ 12 | name: LUCKY 13 | symbol: LUCK 14 | -------------------------------------------------------------------------------- /tokens/0xfb4752ad1b7153e1dbd2e6662651a11c7fc14083.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | __FORKDELTA_CUSTOM_SYMBOL: MPESA 3 | addr: '0xfb4752ad1b7153e1dbd2e6662651a11c7fc14083' 4 | decimals: 8 5 | description: >- 6 | ERC20 token based on ETHEREUM NETWORK 7 | links: 8 | - Website: http://www.mpesa.world/ 9 | name: MPESA 10 | symbol: mPESA 11 | -------------------------------------------------------------------------------- /tokens/0xfbd0d1c77b501796a35d86cf91d65d9778eee695.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xfbd0d1c77b501796a35d86cf91d65d9778eee695' 3 | decimals: 3 4 | description: >- 5 | Rainbow Currency Foundation is a Non-Profit Corporation, registered in Nevada, USA. It has been built to make global and 6 | local payment processes safer, cheaper, and easier. 7 | links: 8 | - Website: https://www.rainbowcurrency.com/ 9 | - Twitter: https://twitter.com/RainbowCurrency 10 | - Facebook: https://www.facebook.com/RainbowCurrency/ 11 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2735483 12 | name: Twinkle 13 | symbol: TWNKL 14 | -------------------------------------------------------------------------------- /tokens/0xfcb48fdcc479b38068c06ee94249b1516adf09cb.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xfcb48fdcc479b38068c06ee94249b1516adf09cb' 3 | decimals: 5 4 | description: >- 5 | EUROBITS is the crypto-currency for those who come to join EUR in Blockchain. 6 | links: 7 | - Website: https://eurbits.org 8 | name: EUROBITS 9 | symbol: EURB 10 | -------------------------------------------------------------------------------- /tokens/0xfdbc1adc26f0f8f8606a5d63b7d3a3cd21c22b23.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xfdbc1adc26f0f8f8606a5d63b7d3a3cd21c22b23' 3 | decimals: 8 4 | description: >- 5 | 1World is revolutionizing online media with blockchain technology and incentives for audience engagement. 6 | links: 7 | - Email: mailto:support@1worldonline.com 8 | - Facebook: https://www.facebook.com/1WorldOnlineInc 9 | - Telegram: https://t.me/joinchat/Fu2jLgtH-b2obpp1FO5jyQ 10 | - Twitter: https://twitter.com/1World_Online 11 | - Website: https://ico.1worldonline.com/ 12 | - Whitepaper: https://ico.1worldonline.com/1WO_white_paper.pdf?locale=en 13 | name: 1World 14 | symbol: 1WO 15 | -------------------------------------------------------------------------------- /tokens/0xff18dbc487b4c2e3222d115952babfda8ba52f5f.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xff18dbc487b4c2e3222d115952babfda8ba52f5f' 3 | decimals: 18 4 | description: >- 5 | LIFE is digital cash, like the cash in your online bank account. It is a consumer reward system for 6 | large businesses, charities, communities and innovation projects. 7 | links: 8 | - Bitcointalk: https://bitcointalk.org/index.php?topic=2196925.new#new 9 | - Email: mailto:admin@lifelabs.io 10 | - Facebook: https://www.facebook.com/LIFEtoken.ForEverydayPeople/ 11 | - Telegram: https://t.me/joinchat/HFVijQ3hyhyQZa6LQCE-NQ 12 | - Twitter: https://twitter.com/LIFEtoken_ 13 | - Website: http://www.lifelabs.io/ 14 | name: PureLifeCoin 15 | symbol: LIFE 16 | -------------------------------------------------------------------------------- /tokens/0xff3519eeeea3e76f1f699ccce5e23ee0bdda41ac.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | addr: '0xff3519eeeea3e76f1f699ccce5e23ee0bdda41ac' 3 | decimals: 0 4 | description: >- 5 | Blockchain Capital is a pioneer and the premier venture capital firm investing in Blockchain enabled 6 | technology. 7 | links: 8 | - CoinMarketCap: https://coinmarketcap.com/currencies/bcap/ 9 | - Email: http://blockchain.capital/contact/ 10 | - Twitter: https://twitter.com/blockchaincap 11 | - Website: http://blockchain.capital/ 12 | name: BCAP 13 | symbol: BCAP 14 | --------------------------------------------------------------------------------