import type { BaseContract, BigNumber, BigNumberish, Signer, utils } from "ethers"; import type { EventFragment } from "@ethersproject/abi"; import type { Listener, Provider } from "@ethersproject/providers"; import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue } from "../../common"; export interface ICedarDeployerEventsV6Interface extends utils.Interface { functions: {}; 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; "CedarERC1155DropV2Deployment(address,uint256,uint256,uint256)": 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; "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: "CedarERC1155DropV2Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC721DropV0Deployment"): EventFragment; getEvent(nameOrSignatureOrTopic: "CedarERC721DropV1Deployment"): 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 CedarERC1155DropV2DeploymentEventObject { contractAddress: string; majorVersion: BigNumber; minorVersion: BigNumber; patchVersion: BigNumber; } export type CedarERC1155DropV2DeploymentEvent = TypedEvent<[ string, BigNumber, BigNumber, BigNumber ], CedarERC1155DropV2DeploymentEventObject>; export type CedarERC1155DropV2DeploymentEventFilter = 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 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 ICedarDeployerEventsV6 extends BaseContract { connect(signerOrProvider: Signer | Provider | string): this; attach(addressOrName: string): this; deployed(): Promise; interface: ICedarDeployerEventsV6Interface; 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: {}; callStatic: {}; 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; "CedarERC1155DropV2Deployment(address,uint256,uint256,uint256)"(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null): CedarERC1155DropV2DeploymentEventFilter; CedarERC1155DropV2Deployment(contractAddress?: PromiseOrValue | null, majorVersion?: PromiseOrValue | null, minorVersion?: PromiseOrValue | null, patchVersion?: null): CedarERC1155DropV2DeploymentEventFilter; "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; "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: {}; populateTransaction: {}; }