type IsContractActivatedOptions = { bytecode: `0x${string}`; chain: Chain; client: ThirdwebClient;};
type bytecode = `0x${string}`;
type chain = Chain;
type client = ThirdwebClient;