Interface IStatisticApi

  • All Known Implementing Classes:
    StatisticApiProvider

    public interface IStatisticApi
    EtherScan - API Descriptions https://etherscan.io/apis#stats
    Since:
    30.10.2018
    Author:
    GoodforGod
    • Method Detail

      • supply

        @NotNull
        java.math.BigInteger supply​(java.lang.String contract)
                             throws ApiException
        ERC20 token total Supply
        Parameters:
        contract - to look for
        Returns:
        token supply
        Throws:
        ApiException