Giter Club home page Giter Club logo

Comments (3)

mcorponi avatar mcorponi commented on August 17, 2024

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"
}
]
}
}

from v3-subgraph.

WSB98 avatar WSB98 commented on August 17, 2024

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

from v3-subgraph.

mcorponi avatar mcorponi commented on August 17, 2024

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

from v3-subgraph.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.