Function fetch_abi_from_etherscan

Source
pub async fn fetch_abi_from_etherscan(
    address: Address,
    etherscan: &EtherscanOpts,
) -> Result<Vec<(JsonAbi, String)>>
Expand description

Fetches the ABI of a contract from Etherscan.