Hi, I want to check if the user already has ERC20 token in their metamask
So I just create a function to auto import the token
but I need a condition to check :
- if the user already has the ERC20, no need to execute the auto import function
- if not, execute the function
so I need to check if the user already has the token, how to achieve this using Moralis?
Thank you!