pub fn is_valid_ethereum_address<S: AsRef<str>>(address: S) -> bool
Check if an string is a valid ethereum address (valid hex and length 20).