Function fetch_creation_code_from_etherscan

Source
pub async fn fetch_creation_code_from_etherscan(
    contract: Address,
    etherscan: &EtherscanOpts,
    provider: RetryProvider,
) -> Result<Bytes>
Expand description

Fetches the creation code of a contract from Etherscan and RPC.