We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6fd13 commit 28b628dCopy full SHA for 28b628d
docs/examples.rst
@@ -335,9 +335,9 @@ Query account balance
335
336
.. doctest::
337
338
- >>> new_contract = w3.eth.contract(address=w3.eth.accounts[0], abi=json.loads(abi))
339
- >>> w3.eth.getBalance(w3.eth.accounts[0])
340
- 999999999999999999350633
+ >>> new_contract = w3.eth.contract(address='0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7', abi=json.loads(abi))
+ >>> w3.eth.getBalance('0x89205A3A3b2A69De6Dbf7f01ED13B2108B2c43e7')
+ 0
341
342
Querying the approved spending balance for external transfers
343
-------------------------------------------------------------
0 commit comments