class Eth::Address

def not_checksummed?

Checks whether the address is not checksummed.
def not_checksummed?
  all_uppercase? || all_lowercase?
end