New to the Menu

    Q64. What are the 10 most recent assets (coins) supported by sushi?

    Methods

    The goal is to find 10 tokens that have recently been added to Sushiswap. We used the Ethereum.dex_liquidity_pools tables. We calculated the date of the first swap of each token in Sushiswap. Regardless of whether swap from or swap to. From it, we found the launch date of the token on Sushiswap. The results of this method are shown in the table below.

    Loading...

    To check the name of each token, we tried the following tables.

    1- Ethereum.erc20_balances

    2- Ethereum.events_emitted

    3- Ethereum.udm_events

    3- Ethereum.token_prices_hourly

    4- Ethereum.token_prices_hourly_v2

    5- Ethereum.labels

    6- Ethereum.contracts

    Unfortunately, the names of some of the tokens, such as 'Berry' , are not listed in any of these tables. In fact, when we look at for example events_emitted, the symbol column is empty.

    From the Etherscan.io, we found the names of the 10 addresses in the table above, which are listed below.

    Loading...