Skip to content

AlexKlos/usdt-subgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usdt-subgraph

Subgraph for the Tether (USDT) contract Tether (USDT) is a cryptocurrency with reference to fiat currencies that is issued by Tether Limited Company. Using the technology of Blockchain, Tether allows the users to keep, send and receive digital tokens pegged to dollars, euros and yens

Networks and Performance

This subgraph can be found on The Graph Hosted Service at https://thegraph.com/explorer/subgraph/alexklos/tether

You can also run this subgraph locally, if you wish. Instructions for that can be found in The Graph Documentation.

Example Queries

Here we have example queries, so that you don't have to type them in yourself eachtime in the graphql playground.

{
  transferTethers(where: {count_gt: 5000}) {
    count
    from
    to
    value
  }
}
{
  approvalTethers(where: {spender: "0xf1c525a488a848b58b95d79da48c21ce434290f7"}) {
    id
    owner
    value
  }
}

About

Subgraph for the Tether (USDT) contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published