Skip to main content

fetch_creation_code

Function fetch_creation_code 

Source
pub(crate) async fn fetch_creation_code(
    config: &mut Config,
    contract: Address,
) -> Result<Bytes>
Expand description

Connects to the configured RPC, pins config.chain to it, and fetches the creation code of contract using its Etherscan creation transaction.