| .. | ||
| abis | ||
| src | ||
| tests | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| schema.graphql | ||
| subgraph.yaml | ||
| tsconfig.json | ||
deployment
yarn codegen
yarn build
yarn deploy
queries
for stats
{
stats(id:"0x01") {
harbTotalSupply
stakeTotalSupply
outstandingStake
totalMinted
mintedLastWeek
mintedLastDay
mintNextHourProjected
totalBurned
burnedLastWeek
burnedLastDay
burnNextHourProjected
totalTaxPaid
taxPaidLastWeek
taxPaidLastDay
taxNextHourProjected
totalUbiClaimed
ubiClaimedLastWeek
ubiClaimedLastDay
ubiNextHourProjected
}
}