pub async fn fetch_creation_code(
contract: Address,
client: Client,
provider: RetryProvider,
) -> Result<Bytes>
Expand description
Fetches the creation code of a contract from Etherscan and RPC.
pub async fn fetch_creation_code(
contract: Address,
client: Client,
provider: RetryProvider,
) -> Result<Bytes>
Fetches the creation code of a contract from Etherscan and RPC.