class Eth::Address

def initialize(address)

def initialize(address)
  @address = Utils.prefix_hex(address)
end