Open kopax opened 3 months ago
@kopax You're experiencing a python error. It sounds like your query would be best dealt with by the support team. I'll have to refer you to the official support live chat with the ticket ID TRT07638 Please see the link below to our dedicated support line: Trustwallet live support Click on the live chat icon at the bottom corner of the page to initiate chat with a live support agent.
@Clarevero1 , there is not a single line of python involved. Maybe you should get a real job and learn programming languages instead of scamming people.
Hello, first of all thanks for sharing.
I have updated the code for Solidity 0.8:
Here is also a javascript/typescript
function
that can be used to optimize the amount of call to the contract so the page never execed 100The commented code is for testing yourself, in case you don't trust.
This is awesome however, I am struggling trying to pass 0x0 to get ETH balance, with your deployed version on mainnet, or with my hardhat fork.
I keep having such kind of errors:
: RangeError: cannot slice beyond data bounds (buffer=0x, length=0, offset=4, code=BUFFER_OVERRUN, version=6.13.1)
When I deploy my own
BalanceChecker.sol
, I don´t get much more information:Any clue how to get ETH balance ?