Package io.goodforgod.api.etherscan
Interface ContractAPI
public interface ContractAPI
EtherScan - API Descriptions ...
- Since:
- 28.10.2018
-
Method Summary
Modifier and TypeMethodDescription@NotNull AbicontractAbi(@NotNull String address) Get Verified Contract Sources
-
Method Details
-
contractAbi
Get Verified Contract Sources- Parameters:
address- to verify- Returns:
- ABI verified
- Throws:
EtherScanException- parent exception class
-