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

Please validate balances of the following addresses #651

Closed
Keith-CY opened this issue May 8, 2024 · 5 comments
Closed

Please validate balances of the following addresses #651

Keith-CY opened this issue May 8, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@Keith-CY
Copy link
Member

Keith-CY commented May 8, 2024

  1. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq0xelq2n2enr2zzqjhymap9k3mjwea3nfcywjcvf
  2. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqwyt2p74pg74ccrqll50yvv50fd4098u5sq3q7ue
  3. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq0764vl97f7teu43k9x9v93fr9330zgf0cr43nr7
  4. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqfz9rdwxs84saj8xcknrclsf4a9r7qk3hqqsv05e
  5. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq0dn8gg6ag6uvkl0lr0xpyt0n99dsal47sm7mzyj
  6. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqgh5jw6a3ex5mu4ry0dzl70rlmwmgq094s05vvyk
  7. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqfz9rdwxs84saj8xcknrclsf4a9r7qk3hqqsv05e
  8. ckb1qqqqlpcx9gh7nw62dnz82gfw5ygpfwzdavewqd67u50xa39920sqjqgu5dwttldyh42zuuweffk47nqdy4wk6ma6w0zpeazay6f7txesw2ksqqqqzqqqqqpsqqqqqwqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq82qqqqq2qqqqqxsqqqqrfqqqqqugqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqp4qqqqqyqqqqqrqqqqqqcsqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqh6ry0r
@Keith-CY Keith-CY added the bug Something isn't working label May 8, 2024
@Keith-CY
Copy link
Member Author

Keith-CY commented May 8, 2024

JS Script to fetch balance from node

fetch("https://mainnet.ckb.dev/", {
      "method": "POST",
      "body": JSON.stringify({
            "jsonrpc": "2.0",
            "id": 2,
            "method": "get_cells_capacity",
            "params": [
                  {
                        "script": {
                              "code_hash": "0x9bd7e06f3ecf4be0f2fcd2188b23f1b9fcc88e5d4b65a8637b17723bbda3cce8",
                              "args": "0x8211f1b938a107cd53b6302cc752a6fc3965638d",
                              "hash_type": "type"
                        },
                        "script_type": "lock"
                  }
            ]
      })
})
.then((res) => res.json())
.then(res => console.log(+res.result.capacity))

@Keith-CY
Copy link
Member Author

Keith-CY commented May 8, 2024

  1. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqvyr68dt8fqa0hhchdhkmtnv8s79dvuagswd5385
  2. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq2smyvvfgqrg2jq2le5ky0aqrcc2astaqghgqpfy
  3. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqvzz8cmjw9pqlx48d3s9nr49fhu89jk8rgycece5

@Keith-CY
Copy link
Member Author

Keith-CY commented May 8, 2024

  1. ckb1qqcratfhhe0whl8n2pyyw9248r9kyw3x7gmkp80jf0ffvagvzgc8sqgdzm4fw
  2. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqwez3sp5h5fp92maysv4tt9gqhtd839p6sd0tl83
  3. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsqwyu8c3py5t5ynnwqn7xkzq3s75ru67npqv3wwmz

@Keith-CY
Copy link
Member Author

Keith-CY commented May 8, 2024

  1. ckb1qzda0cr08m85hc8jlnfp3zer7xulejywt49kt2rr0vthywaa50xwsq0dn8gg6ag6uvkl0lr0xpyt0n99dsal47sm7mzyj

@Keith-CY Keith-CY moved this to 🆕 New in CKB Explorer May 9, 2024
@Keith-CY
Copy link
Member Author

Addresses that should be validated will be updated at https://ckb-metrics.vercel.app/addresses/incorrect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants