Closed bitcoinmeetups closed 2 years ago
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)?
I think something like web3 contract call --address 0x82340 --abi erc20 --function balanceOf 0xYOURADDRESS should work.
web3 contract call --address 0x82340 --abi erc20 --function balanceOf 0xYOURADDRESS
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)?