pub async fn fetch_creation_code_from_etherscan( contract: Address, config: &Config, provider: RetryProvider, ) -> Result<Bytes>
Fetches the creation code of a contract from Etherscan and RPC.