import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, Overrides, PopulatedTransaction, Signer, utils } from "ethers"; import type { FunctionFragment, Result, EventFragment } from "@ethersproject/abi"; import type { Listener, Provider } from "@ethersproject/providers"; import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from "../../common"; export interface ICedarDeployerV6Interface extends utils.Interface { functions: { "cedarERC1155DropFeatures()": FunctionFragment; "cedarERC1155DropVersion()": FunctionFragment; "cedarERC721DropFeatures()": FunctionFragment; "cedarERC721DropVersion()": FunctionFragment; "cedarERC721PremintFeatures()": FunctionFragment; "cedarERC721PremintVersion()": FunctionFragment; "cedarPaymentSplitterFeatures()": FunctionFragment; "cedarPaymentSplitterVersion()": FunctionFragment; "deployCedarERC1155DropV1(address,string,string,string,address[],address,address,uint128,uint128,address)": FunctionFragment; "deployCedarERC721DropV3(address,string,string,string,address[],address,address,uint128,string,uint128,address)": FunctionFragment; "deployCedarERC721PremintV1(address,string,string,uint256,string,string)": FunctionFragment; "deployCedarPaymentSplitterV0(address[],uint256[])": FunctionFragment; "implementationVersion()": FunctionFragment; "minorVersion()": FunctionFragment; "supportsInterface(bytes4)": FunctionFragment; }; getFunction(nameOrSignatureOrTopic: "cedarERC1155DropFeatures" | "cedarERC1155DropVersion" | "cedarERC721DropFeatures" | "cedarERC721DropVersion" | "cedarERC721PremintFeatures" | "cedarERC721PremintVersion" | "cedarPaymentSplitterFeatures" | "cedarPaymentSplitterVersion" | "deployCedarERC1155DropV1" | "deployCedarERC721DropV3" | "deployCedarERC721PremintV1" | "deployCedarPaymentSplitterV0" | "implementationVersion" | "minorVersion" | "supportsInterface"): FunctionFragment; encodeFunctionData(functionFragment: "cedarERC1155DropFeatures", values?: undefined): string; encodeFunctionData(functionFragment: "cedarERC1155DropVersion", values?: undefined): string; encodeFunctionData(functionFragment: "cedarERC721DropFeatures", values?: undefined): string; encodeFunctionData(functionFragment: "cedarERC721DropVersion", values?: undefined): string; encodeFunctionData(functionFragment: "cedarERC721PremintFeatures", values?: undefined): string; encodeFunctionData(functionFragment: "cedarERC721PremintVersion", values?: undefined): string; encodeFunctionData(functionFragment: "cedarPaymentSplitterFeatures", values?: undefined): string; encodeFunctionData(functionFragment: "cedarPaymentSplitterVersion", values?: undefined): string; encodeFunctionData(functionFragment: "deployCedarERC1155DropV1", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue[], PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ]): string; encodeFunctionData(functionFragment: "deployCedarERC721DropV3", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue[], PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ]): string; encodeFunctionData(functionFragment: "deployCedarERC721PremintV1", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ]): string; encodeFunctionData(functionFragment: "deployCedarPaymentSplitterV0", values: [PromiseOrValue[], PromiseOrValue[]]): string; encodeFunctionData(functionFragment: "implementationVersion", values?: undefined): string; encodeFunctionData(functionFragment: "minorVersion", values?: undefined): string; encodeFunctionData(functionFragment: "supportsInterface", values: [PromiseOrValue]): string; decodeFunctionResult(functionFragment: "cedarERC1155DropFeatures", data: BytesLike): Result; decodeFunctionResult(functionFragment: "cedarERC1155DropVersion", data: BytesLike): Result; decodeFunctionResult(functionFragment: "cedarERC721DropFeatures", data: BytesLike): Result; decodeFunctionResult(functionFragment: "cedarERC721DropVersion", data: BytesLike): Result; decodeFunctionResult(functionFragment: "cedarERC721PremintFeatures", data: BytesLike): Result; decodeFunctionResult(functionFragment: "cedarERC721PremintVersion", data: BytesLike): Result; decodeFunctionResult(functionFragment: "cedarPaymentSplitterFeatures", data: BytesLike): Result; decodeFunctionResult(functionFragment: "cedarPaymentSplitterVersion", data: BytesLike): Result; decodeFunctionResult(functionFragment: "deployCedarERC1155DropV1", data: BytesLike): Result; decodeFunctionResult(functionFragment: "deployCedarERC721DropV3", data: BytesLike): Result; decodeFunctionResult(functionFragment: "deployCedarERC721PremintV1", data: BytesLike): Result; decodeFunctionResult(functionFragment: "deployCedarPaymentSplitterV0", data: BytesLike): Result; decodeFunctionResult(functionFragment: "implementationVersion", data: BytesLike): Result; decodeFunctionResult(functionFragment: "minorVersion", data: BytesLike): Result; decodeFunctionResult(functionFragment: "supportsInterface", data: BytesLike): Result; events: { "CedarERC1155DropV0Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,uint128,address)": EventFragment; "CedarERC1155DropV1Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,uint128,address)": EventFragment; "CedarERC721DropV0Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,string,address,address)": EventFragment; "CedarERC721DropV1Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,string,address,address)": EventFragment; "CedarERC721DropV2Deployment(address,uint256,uint256,uint256)": EventFragment; "CedarERC721PremintV0Deployment(address,uint256,uint256,uint256,address,string,string,uint256,string,string)": EventFragment; "CedarERC721PremintV1Deployment(address,uint256,uint256,uint256,address,string,string,uint256,string,string)": EventFragment; "CedarImplementationDeployed(address,uint256,uint256,uint256,string)": EventFragment; "CedarInterfaceDeployed(address,uint256,uint256,uint256,string)": EventFragment; "CedarPaymentSplitterDeployment(address,uint256,uint256,uint256,address[],uint256[])": EventFragment; }; getEvent(nameOrSignatureOrTopic: "CedarERC1155DropV0Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC1155DropV1Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC721DropV0Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC721DropV1Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC721DropV2Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC721PremintV0Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC721PremintV1Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarImplementationDeployed"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarInterfaceDeployed"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarPaymentSplitterDeployment"): EventFragment; } export interface CedarERC1155DropV0DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; defaultAdmin: string; name: string; symbol: string; contractURI: string; trustedForwarders: string[]; saleRecipient: string; royaltyRecipient: string; royaltyBps: BigNumber; platformFeeBps: BigNumber; platformFeeRecipient: string; } export type CedarERC1155DropV0DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string, string, string, string, string[], string, string, BigNumber, BigNumber, string ], CedarERC1155DropV0DeploymentEventObject>; export type CedarERC1155DropV0DeploymentEventFilter = TypedEventFilter; export interface CedarERC1155DropV1DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; defaultAdmin: string; name: string; symbol: string; contractURI: string; trustedForwarders: string[]; saleRecipient: string; royaltyRecipient: string; royaltyBps: BigNumber; platformFeeBps: BigNumber; platformFeeRecipient: string; } export type CedarERC1155DropV1DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string, string, string, string, string[], string, string, BigNumber, BigNumber, string ], CedarERC1155DropV1DeploymentEventObject>; export type CedarERC1155DropV1DeploymentEventFilter = TypedEventFilter; export interface CedarERC721DropV0DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; defaultAdmin: string; name: string; symbol: string; contractURI: string; trustedForwarders: string[]; saleRecipient: string; royaltyRecipient: string; royaltyBps: BigNumber; userAgreement: string; signatureVerifier: string; greenlistManager: string; } export type CedarERC721DropV0DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string, string, string, string, string[], string, string, BigNumber, string, string, string ], CedarERC721DropV0DeploymentEventObject>; export type CedarERC721DropV0DeploymentEventFilter = TypedEventFilter; export interface CedarERC721DropV1DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; defaultAdmin: string; name: string; symbol: string; contractURI: string; trustedForwarders: string[]; saleRecipient: string; royaltyRecipient: string; royaltyBps: BigNumber; userAgreement: string; signatureVerifier: string; greenlistManager: string; } export type CedarERC721DropV1DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string, string, string, string, string[], string, string, BigNumber, string, string, string ], CedarERC721DropV1DeploymentEventObject>; export type CedarERC721DropV1DeploymentEventFilter = TypedEventFilter; export interface CedarERC721DropV2DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; } export type CedarERC721DropV2DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber ], CedarERC721DropV2DeploymentEventObject>; export type CedarERC721DropV2DeploymentEventFilter = TypedEventFilter; export interface CedarERC721PremintV0DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; adminAddress: string; name: string; symbol: string; maxLimit: BigNumber; userAgreement: string; baseURI: string; } export type CedarERC721PremintV0DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string, string, string, BigNumber, string, string ], CedarERC721PremintV0DeploymentEventObject>; export type CedarERC721PremintV0DeploymentEventFilter = TypedEventFilter; export interface CedarERC721PremintV1DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; adminAddress: string; name: string; symbol: string; maxLimit: BigNumber; userAgreement: string; baseURI: string; } export type CedarERC721PremintV1DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string, string, string, BigNumber, string, string ], CedarERC721PremintV1DeploymentEventObject>; export type CedarERC721PremintV1DeploymentEventFilter = TypedEventFilter; export interface CedarImplementationDeployedEventObject { implementationAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; contractName: string; } export type CedarImplementationDeployedEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string ], CedarImplementationDeployedEventObject>; export type CedarImplementationDeployedEventFilter = TypedEventFilter; export interface CedarInterfaceDeployedEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; interfaceName: string; } export type CedarInterfaceDeployedEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string ], CedarInterfaceDeployedEventObject>; export type CedarInterfaceDeployedEventFilter = TypedEventFilter; export interface CedarPaymentSplitterDeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; payees: string[]; shares: BigNumber[]; } export type CedarPaymentSplitterDeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber, string[], BigNumber[] ], CedarPaymentSplitterDeploymentEventObject>; export type CedarPaymentSplitterDeploymentEventFilter = TypedEventFilter; export interface ICedarDeployerV6 extends BaseContract { connect(signerOrProvider: Signer | Provider | string): this; attach(addressOrName: string): this; deployed(): Promise; interface: ICedarDeployerV6Interface; queryFilter(event: TypedEventFilter, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise>; listeners(eventFilter?: TypedEventFilter): Array>; listeners(eventName?: string): Array; removeAllListeners(eventFilter: TypedEventFilter): this; removeAllListeners(eventName?: string): this; off: OnEvent; on: OnEvent; once: OnEvent; removeListener: OnEvent; functions: { cedarERC1155DropFeatures(overrides?: CallOverrides): Promise<[string[]] & { features: string[]; }>; cedarERC1155DropVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarERC721DropFeatures(overrides?: CallOverrides): Promise<[string[]] & { features: string[]; }>; cedarERC721DropVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarERC721PremintFeatures(overrides?: CallOverrides): Promise<[string[]] & { features: string[]; }>; cedarERC721PremintVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarPaymentSplitterFeatures(overrides?: CallOverrides): Promise<[string[]] & { features: string[]; }>; cedarPaymentSplitterVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; deployCedarERC1155DropV1(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721DropV3(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _userAgreement: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721PremintV1(adminAddress: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _maxLimit: PromiseOrValue, _userAgreement: PromiseOrValue, baseURI_: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarPaymentSplitterV0(payees: PromiseOrValue[], shares_: PromiseOrValue[], overrides?: Overrides & { from?: PromiseOrValue; }): Promise; implementationVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; minorVersion(overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & { minor: BigNumber; patch: BigNumber; }>; supportsInterface(interfaceId: PromiseOrValue, overrides?: CallOverrides): Promise<[boolean]>; }; cedarERC1155DropFeatures(overrides?: CallOverrides): Promise; cedarERC1155DropVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarERC721DropFeatures(overrides?: CallOverrides): Promise; cedarERC721DropVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarERC721PremintFeatures(overrides?: CallOverrides): Promise; cedarERC721PremintVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarPaymentSplitterFeatures(overrides?: CallOverrides): Promise; cedarPaymentSplitterVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; deployCedarERC1155DropV1(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721DropV3(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _userAgreement: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721PremintV1(adminAddress: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _maxLimit: PromiseOrValue, _userAgreement: PromiseOrValue, baseURI_: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarPaymentSplitterV0(payees: PromiseOrValue[], shares_: PromiseOrValue[], overrides?: Overrides & { from?: PromiseOrValue; }): Promise; implementationVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; minorVersion(overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & { minor: BigNumber; patch: BigNumber; }>; supportsInterface(interfaceId: PromiseOrValue, overrides?: CallOverrides): Promise; callStatic: { cedarERC1155DropFeatures(overrides?: CallOverrides): Promise; cedarERC1155DropVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarERC721DropFeatures(overrides?: CallOverrides): Promise; cedarERC721DropVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarERC721PremintFeatures(overrides?: CallOverrides): Promise; cedarERC721PremintVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; cedarPaymentSplitterFeatures(overrides?: CallOverrides): Promise; cedarPaymentSplitterVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; deployCedarERC1155DropV1(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: CallOverrides): Promise; deployCedarERC721DropV3(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _userAgreement: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: CallOverrides): Promise; deployCedarERC721PremintV1(adminAddress: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _maxLimit: PromiseOrValue, _userAgreement: PromiseOrValue, baseURI_: PromiseOrValue, overrides?: CallOverrides): Promise; deployCedarPaymentSplitterV0(payees: PromiseOrValue[], shares_: PromiseOrValue[], overrides?: CallOverrides): Promise; implementationVersion(overrides?: CallOverrides): Promise<[ BigNumber, BigNumber, BigNumber ] & { major: BigNumber; minor: BigNumber; patch: BigNumber; }>; minorVersion(overrides?: CallOverrides): Promise<[BigNumber, BigNumber] & { minor: BigNumber; patch: BigNumber; }>; supportsInterface(interfaceId: PromiseOrValue, overrides?: CallOverrides): Promise; }; filters: { "CedarERC1155DropV0Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,uint128,address)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, platformFeeBps?: null, platformFeeRecipient?: null): CedarERC1155DropV0DeploymentEventFilter; CedarERC1155DropV0Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, platformFeeBps?: null, platformFeeRecipient?: null): CedarERC1155DropV0DeploymentEventFilter; "CedarERC1155DropV1Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,uint128,address)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, platformFeeBps?: null, platformFeeRecipient?: null): CedarERC1155DropV1DeploymentEventFilter; CedarERC1155DropV1Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, platformFeeBps?: null, platformFeeRecipient?: null): CedarERC1155DropV1DeploymentEventFilter; "CedarERC721DropV0Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,string,address,address)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, userAgreement?: null, signatureVerifier?: null, greenlistManager?: null): CedarERC721DropV0DeploymentEventFilter; CedarERC721DropV0Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, userAgreement?: null, signatureVerifier?: null, greenlistManager?: null): CedarERC721DropV0DeploymentEventFilter; "CedarERC721DropV1Deployment(address,uint256,uint256,uint256,address,string,string,string,address[],address,address,uint128,string,address,address)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, userAgreement?: null, signatureVerifier?: null, greenlistManager?: null): CedarERC721DropV1DeploymentEventFilter; CedarERC721DropV1Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, defaultAdmin?: null, name?: null, symbol?: null, contractURI?: null, trustedForwarders?: null, saleRecipient?: null, royaltyRecipient?: null, royaltyBps?: null, userAgreement?: null, signatureVerifier?: null, greenlistManager?: null): CedarERC721DropV1DeploymentEventFilter; "CedarERC721DropV2Deployment(address,uint256,uint256,uint256)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null): CedarERC721DropV2DeploymentEventFilter; CedarERC721DropV2Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null): CedarERC721DropV2DeploymentEventFilter; "CedarERC721PremintV0Deployment(address,uint256,uint256,uint256,address,string,string,uint256,string,string)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, adminAddress?: null, name?: null, symbol?: null, maxLimit?: null, userAgreement?: null, baseURI?: null): CedarERC721PremintV0DeploymentEventFilter; CedarERC721PremintV0Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, adminAddress?: null, name?: null, symbol?: null, maxLimit?: null, userAgreement?: null, baseURI?: null): CedarERC721PremintV0DeploymentEventFilter; "CedarERC721PremintV1Deployment(address,uint256,uint256,uint256,address,string,string,uint256,string,string)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, adminAddress?: null, name?: null, symbol?: null, maxLimit?: null, userAgreement?: null, baseURI?: null): CedarERC721PremintV1DeploymentEventFilter; CedarERC721PremintV1Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, adminAddress?: null, name?: null, symbol?: null, maxLimit?: null, userAgreement?: null, baseURI?: null): CedarERC721PremintV1DeploymentEventFilter; "CedarImplementationDeployed(address,uint256,uint256,uint256,string)"(implementationAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, contractName?: null): CedarImplementationDeployedEventFilter; CedarImplementationDeployed(implementationAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, contractName?: null): CedarImplementationDeployedEventFilter; "CedarInterfaceDeployed(address,uint256,uint256,uint256,string)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, interfaceName?: null): CedarInterfaceDeployedEventFilter; CedarInterfaceDeployed(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, interfaceName?: null): CedarInterfaceDeployedEventFilter; "CedarPaymentSplitterDeployment(address,uint256,uint256,uint256,address[],uint256[])"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, payees?: null, shares?: null): CedarPaymentSplitterDeploymentEventFilter; CedarPaymentSplitterDeployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null, payees?: null, shares?: null): CedarPaymentSplitterDeploymentEventFilter; }; estimateGas: { cedarERC1155DropFeatures(overrides?: CallOverrides): Promise; cedarERC1155DropVersion(overrides?: CallOverrides): Promise; cedarERC721DropFeatures(overrides?: CallOverrides): Promise; cedarERC721DropVersion(overrides?: CallOverrides): Promise; cedarERC721PremintFeatures(overrides?: CallOverrides): Promise; cedarERC721PremintVersion(overrides?: CallOverrides): Promise; cedarPaymentSplitterFeatures(overrides?: CallOverrides): Promise; cedarPaymentSplitterVersion(overrides?: CallOverrides): Promise; deployCedarERC1155DropV1(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721DropV3(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _userAgreement: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721PremintV1(adminAddress: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _maxLimit: PromiseOrValue, _userAgreement: PromiseOrValue, baseURI_: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarPaymentSplitterV0(payees: PromiseOrValue[], shares_: PromiseOrValue[], overrides?: Overrides & { from?: PromiseOrValue; }): Promise; implementationVersion(overrides?: CallOverrides): Promise; minorVersion(overrides?: CallOverrides): Promise; supportsInterface(interfaceId: PromiseOrValue, overrides?: CallOverrides): Promise; }; populateTransaction: { cedarERC1155DropFeatures(overrides?: CallOverrides): Promise; cedarERC1155DropVersion(overrides?: CallOverrides): Promise; cedarERC721DropFeatures(overrides?: CallOverrides): Promise; cedarERC721DropVersion(overrides?: CallOverrides): Promise; cedarERC721PremintFeatures(overrides?: CallOverrides): Promise; cedarERC721PremintVersion(overrides?: CallOverrides): Promise; cedarPaymentSplitterFeatures(overrides?: CallOverrides): Promise; cedarPaymentSplitterVersion(overrides?: CallOverrides): Promise; deployCedarERC1155DropV1(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721DropV3(_defaultAdmin: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _contractURI: PromiseOrValue, _trustedForwarders: PromiseOrValue[], _saleRecipient: PromiseOrValue, _royaltyRecipient: PromiseOrValue, _royaltyBps: PromiseOrValue, _userAgreement: PromiseOrValue, _platformFeeBps: PromiseOrValue, _platformFeeRecipient: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarERC721PremintV1(adminAddress: PromiseOrValue, _name: PromiseOrValue, _symbol: PromiseOrValue, _maxLimit: PromiseOrValue, _userAgreement: PromiseOrValue, baseURI_: PromiseOrValue, overrides?: Overrides & { from?: PromiseOrValue; }): Promise; deployCedarPaymentSplitterV0(payees: PromiseOrValue[], shares_: PromiseOrValue[], overrides?: Overrides & { from?: PromiseOrValue; }): Promise; implementationVersion(overrides?: CallOverrides): Promise; minorVersion(overrides?: CallOverrides): Promise; supportsInterface(interfaceId: PromiseOrValue, overrides?: CallOverrides): Promise; }; }