How to get harmony token ABI

I wanna know how to get harmony token ABI.
Is there any programmatic way to get token ABI with a given token address or
any official site to provide information of token including token ABI.
Actually, I can not find Harmony token ABI from https://explorer.harmony.one/

The only way for you to get a reliable ABI is to have the contract source code. Decompiling the byte code is often erroneous.

2 Likes

As @MaxMustermann2 stated you really need to the Contract source code…

Most projects have these in Github but if it is a simple token, ERC20 ABI should suffice…

1 Like