pub async fn fetch_abi_from_etherscan( address: Address, config: &Config, ) -> Result<Vec<(JsonAbi, String)>>
Fetches the ABI of a contract from Etherscan.