-
Here is the code to check the balance of an ERC20 account:
The contractFYX is generated with:
Here is the error message in console output:
The errors is about transfer fund which is not in the code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe this is coming from your code Also you're likely getting |
Beta Was this translation helpful? Give feedback.
I believe this is coming from your code
Error in transfer fund to :
as it is not in ethers js.Also you're likely getting
call revert exception
because either one of your erc20 address or network is incorrect. Can you confirm that once?