Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is totalSupply? #33

Open
veridelisi opened this issue Jul 11, 2021 · 3 comments
Open

What is totalSupply? #33

veridelisi opened this issue Jul 11, 2021 · 3 comments

Comments

@veridelisi
Copy link

What is totalSupply?
Ekran Görüntüsü - 2021-07-11 20-53-42

@mcorponi
Copy link

mcorponi commented Feb 8, 2023

Has this been addressed? Here's what I am getting when using the following query on the graph v3 for Wrapped Ether as an example

https://thegraph.com/hosted-service/subgraph/uniswap/uniswap-v3

{
tokens(first: 5, where: {id: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2"}) {

id
symbol
name
derivedETH
volume
totalSupply
totalValueLocked

}
}

Result:

{
"data": {
"tokens": [
{
"id": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"symbol": "WETH",
"name": "Wrapped Ether",
"derivedETH": "1",
"volume": "307038495.641791384205509943",
"totalSupply": "19848",
"totalValueLocked": "587659.762848920819743042"
}
]
}
}

@WSB98
Copy link

WSB98 commented Mar 10, 2023

i am getting the same issue as above, except all of the totalSupply values are 14336 regardless of token. this has to be incorrect?

@mcorponi
Copy link

I believe that is the total amount of tokens in the V3 protocol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants