New to the Menu
What are the 10 most recent assets (coins) supported by sushi?
Here are the top 10 most recent coins that are supported by Sushi, and I will compare two approaches:
- Velocity
- Listingspy
To get the coins, I used the Ethereum database and the Dex_Swaps table. To find out which coin was recently supported by Sushi, I consider the first swap transaction for that coin. Then I sort the data by date in descending order and the first top 10 addresses are the coins we are looking for. Although we can get the label of addresses from Ethereum.labels, it seems this table is not updated for some coins. That's why I used etherscan.io to find coin labels, the results are as follows:
- 0xae837EacBAE2a6bA166ce0DEd5C72340f212835c : Persistence (XPRT)
- 0xa693B19d2931d498c5B318dF961919BB4aee87a5 : UST (Wormhole)
- 0xdB2FC08aAd83627DD92532094AE44203283F2810 : FVCK_AVATAR (FVCKA)
- 0x32920ae0696c419338c928f4fff60a1b808bd3ea : The Official KronicKatz (KRONIC)
- 0x4c3a8eceb656ec63eae80a4ebd565e4887db6160 : Soku (SOKU)
- 0xc7230badf274995f1933598c249c824fde26f426 : Suteku (SUTEKU)
- 0xcc91875714f044a1033b9d3215719bb8ff3f26c8 : ChargeV2 (ChargeV2)
- 0x66d592cc979d441a3e4dbb6e043c3bdad241dab7 : Zero Money (ZERO)
- 0xf642fb8a7cd8e52f71117f9cd2680755f35a5599 : yearofthebanner (BANNER)
- 0x1ee35ad662c74d23ca59013d461060dc29b8321a : Berry (Berry)
Second Approach: Listingspy
Listingspy.net is a website that shows the new listing of tokens across centralized and decentralized crypto exchanges
Also, you can select your favorite DEX.
First Approach: Velocity
Now let click on the Sushiswap and see the results:
Let's compare the results obtained from Velocity and the Listingspy. They differ in a few cases, probably since we only used the Dex_swaps table in Velocity and considered the first swap transaction.