Open spacesudo opened 3 months ago
Is there any method to get token metadata like the name, symbol, decimals and all?
I know the get_contract() is supposed to work but when I use it on most token, I get value error No ABI found for contract
No ABI found for contract
Well, then your RPC is misconfigured or you query not actual tokens You need to provide some more examples for it
Is there any method to get token metadata like the name, symbol, decimals and all?
I know the get_contract() is supposed to work but when I use it on most token, I get value error
No ABI found for contract