Class EthSupply

java.lang.Object
io.goodforgod.api.etherscan.model.EthSupply

public class EthSupply extends Object
Since:
14.05.2023
  • Constructor Details

    • EthSupply

      public EthSupply()
  • Method Details

    • getEthSupply

      public Wei getEthSupply()
    • getEth2Staking

      public Wei getEth2Staking()
    • getBurntFees

      public Wei getBurntFees()
    • getTotal

      public Wei getTotal()
    • getWithdrawnTotal

      public Wei getWithdrawnTotal()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static EthSupply.EthSupplyBuilder builder()