foundry_common::abi

Function find_source

Source
pub fn find_source(
    client: Client,
    address: Address,
) -> Pin<Box<dyn Future<Output = Result<ContractMetadata>>>>
Expand description

If the code at address is a proxy, recurse until we find the implementation.