Token info from ContractAddress
just-poster opened this issue · 2 comments
just-poster commented
Hi, is there a possibility to get token info(name, coin, precision) from ContractAddress, using your toolkit?
In your example project, erc20 tokens information is hardcoded.
ealymbaev commented
Hi, no, there is no such possibility in EthereumKit. But we have implemented alternative solution for our Add Erc20 Token
feature in Unstoppable
app:
This solution uses Etherscan
for getting token info from transaction list.
just-poster commented
Thanks for the answer, I will use the same approach and close this issue.