pub fn contract<S: Into<String>>(name: S) -> Option<Contract>
Fetch the addressbook for a contract by its name. If the contract name is not a part of ethers-addressbook we return None.