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

The API reports incorrect ETH balances #215

Closed
gabmontes opened this issue Aug 4, 2021 · 1 comment
Closed

The API reports incorrect ETH balances #215

gabmontes opened this issue Aug 4, 2021 · 1 comment

Comments

@gabmontes
Copy link

gabmontes commented Aug 4, 2021

The API is returning incorrect ETH balances for some addresses. Check this one:

https://api.ethplorer.io/getAddressInfo/0x94c7c51a3ff556b46fc697da0be0dc811e334e7e?apiKey=freekey

{
  "address": "0x94c7c51a3ff556b46fc697da0be0dc811e334e7e",
  "ETH": {
    "price": {
      "rate": 2648.4255520424654,
      "diff": 5.33,
      "diff7d": 15.65,
      "ts": 1628089386,
      "marketCapUsd": 309781258463.7627,
      "availableSupply": 116968082.499,
      "volume24h": 20106939027.88572,
      "diff30d": 17.173872236601497,
      "volDiff1": -10.650439545736205,
      "volDiff7": 9.115502187917542,
      "volDiff30": -26.99278241188921
    },
    "balance": 446.2406887591509,
    "rawBalance": "446240688759150897035"
  },
  "countTxs": 250,
  "contractInfo": {
    "creatorAddress": "0xb5abdabe50b5193d4db92a16011792b22ba3ef51",
    "transactionHash": "0x20cf6be2bed10ff580fd3fe5250f9c50868a0fcd4e5cbc655126b2699cedd9dc",
    "timestamp": 1621987984
  }
}

Etherscan correctly reports 0 ETH as well as a plain eth_getBalance to any Ethereum mainnet node.

This may be related to #209 but there seem to be no internal transactions involved here.

@gabmontes
Copy link
Author

This appears to be fixed now but does anybody care? 🤷🏼‍♂️

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

1 participant