class Eth::Address

def all_lowercase?

def all_lowercase?
  address.match(/(?:0[xX])[a-f0-9]{40}/)
end