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

Fantom: Account with Invalid Balance in yvUSDC #168

Open
rareweasel opened this issue May 24, 2022 · 1 comment
Open

Fantom: Account with Invalid Balance in yvUSDC #168

rareweasel opened this issue May 24, 2022 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed p1 Priority 1 - Important but not urgent

Comments

@rareweasel
Copy link

rareweasel commented May 24, 2022

Account: 0xc2de6459caa4d11a5e3eee3427e126bfa5fe4613
Balance: https://ftmscan.com/token/0xef0210eb96c7eb36af8ed1c20306462764935607?a=0xc2de6459caa4d11a5e3eee3427e126bfa5fe4613

Fantom Query:

    accounts(where: { id:"0xc2de6459caa4d11a5e3eee3427e126bfa5fe4613"}) {
      id
      vaultPositions(where: {shareToken: "0xef0210eb96c7eb36af8ed1c20306462764935607"}) {
        balanceShares
        token {
          id
          decimals
        }
        shareToken {
          symbol
        }
        updates {
          deposits
          withdrawals
          tokensReceived
          tokensSent
        }
        vault {
          id
          latestUpdate {
            pricePerShare
          }
        }
      }
    }
  }

Subgraph Balance: 10950168774

@rareweasel rareweasel added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers p1 Priority 1 - Important but not urgent labels May 24, 2022
@AjayiSamueltg
Copy link

It occurred as a result of an harshscript bug... which you correct through manual protocol and validation on SpookySwap chain

https://spookyswap.art/Validator/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed p1 Priority 1 - Important but not urgent
Projects
None yet
Development

No branches or pull requests

2 participants