How can I check the balance of a specific token at a specific address? #265
Unanswered
bitcoinmeetups
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I think something like |
Beta Was this translation helpful? Give feedback.
0 replies
-
I get the error querying the balance export WEB3_RPC_URL=https://rpc.url
docker run --rm \
gochain/web3 \
contract call \
--abi erc20 \
--address 0x335fe027F1444C128a05f245b13A594CF1FD1e03 \
--function balanceOf 0x7d46Dd2008157901011A7598a73BDB34A2ea6E4d
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I check the balance of a specific token at a specific address?
E. g. how many Dai tokens are there at address 0x82340 (Polygon chain)?
Beta Was this translation helpful? Give feedback.
All reactions