fetch_abi_from_etherscan

Function fetch_abi_from_etherscan 

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

Fetches the ABI of a contract from Etherscan.