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.
pub async fn fetch_creation_code_from_etherscan(
contract: Address,
etherscan: &EtherscanOpts,
provider: RetryProvider,
) -> Result<Bytes>
Fetches the creation code of a contract from Etherscan and RPC.