Calling a contract that is a standard ERC20
method does not require registration and it can be called directly. Calling methods other than the standard contract requires registering the ABI content: exchange.IO("abi", tokenAddress, abiContent)
.
To get the ABI content of a contract, you can use the following URL to get it, taking the result
field only.
https://api.etherscan.io/api?module=contract&action=getabi&address=0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45
Web3 Exchange Object Configuration
Method of Calling Ethereum RPC