Interface StatisticAPI


public interface StatisticAPI
EtherScan - API Descriptions ...
Since:
30.10.2018
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Price
    Eth last USD and BTC price
    @NotNull Wei
    Returns the current amount of Ether in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.
    @NotNull Wei
    supply(@NotNull String contract)
    ERC20 token total Supply EtherScan Returns the current amount of an ERC-20 token in circulation.
    @NotNull EthSupply
    Returns the current amount of Ether in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn ETH from the beacon chain.
  • Method Details

    • supply

      @NotNull @NotNull Wei supply(@NotNull @NotNull String contract) throws EtherScanException
      ERC20 token total Supply EtherScan Returns the current amount of an ERC-20 token in circulation.
      Parameters:
      contract - contract address
      Returns:
      token supply for specified contract
      Throws:
      EtherScanException - parent exception class
    • supply

      @NotNull @NotNull Wei supply() throws EtherScanException
      Returns the current amount of Ether in circulation excluding ETH2 Staking rewards and EIP1559 burnt fees.
      Returns:
      total ETH supply for moment
      Throws:
      EtherScanException - parent exception class
    • supplyTotal

      @NotNull @NotNull EthSupply supplyTotal() throws EtherScanException
      Returns the current amount of Ether in circulation, ETH2 Staking rewards, EIP1559 burnt fees, and total withdrawn ETH from the beacon chain.
      Returns:
      total ETH supply for moment
      Throws:
      EtherScanException - parent exception class
    • priceLast

      @NotNull @NotNull Price priceLast() throws EtherScanException
      Eth last USD and BTC price
      Returns:
      last usd/btc price for ETH
      Throws:
      EtherScanException - parent exception class