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