class Eth::Address

def unprefixed

Removes the hex prefix.
def unprefixed
  Util.remove_hex_prefix address
end