Uniswap v3 most traded tokens

Solidity Programming Language
2 min readJul 11, 2021

--

uniswap v3 graph

Code :

{

tokens(first:20, orderBy:totalValueLockedUSD, orderDirection:desc)
{
# token address
id
# token symbol
symbol
# token name
name
# token decimals
# token decimals
decimals
# token total supply
totalSupply
# volume in token units
volume
# volume in derived USD
volumeUSD
# volume in USD even on pools with less reliable USD values
untrackedVolumeUSD
# fees in USD
feesUSD
# transactions across all pools that include this token
txCount
# number of pools containing this token
poolCount
# liquidity across all pools in token units
totalValueLocked
# liquidity across all pools in derived USD
totalValueLockedUSD


}
}

https://info.uniswap.org/#/

Our results

Thousands(000)
https://info.uniswap.org/#/tokens/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2

Now to see the 20 token’s amounts in the uniswap v3!

Author’s

There are 50 tokens in uniswap v3 ! I understand that 5 tokens are main tokens in the uniswap v3.

Now to see the 20 token’s distribution!

Author’s

This is distribution.

5 tokens’ totalvaluelockedUSD is equal to the %80 of the all totalvaluelockedUSD.

Dr. Engin YILMAZ

Ankara

Note: Special thanks to Selçuk

--

--

Solidity Programming Language
Solidity Programming Language

Written by Solidity Programming Language

Solidity basics for beginners: Learn the fundamentals of smart contract development and build your first DApp! #Solidity #Foundry #Ethereum #Opcodes #DApps

No responses yet