/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import type { BaseContract, BigNumber, BigNumberish, BytesLike, CallOverrides, ContractTransaction, PayableOverrides, PopulatedTransaction, Signer, utils, } from "ethers"; import type { FunctionFragment, Result } from "@ethersproject/abi"; import type { Listener, Provider } from "@ethersproject/providers"; import type { TypedEventFilter, TypedEvent, TypedListener, OnEvent, PromiseOrValue, } from "../../../common"; export interface ERC721AxelarBridgedableFacetInterface extends utils.Interface { functions: { "mintOnViaAxelar(string,string,uint256,address)": FunctionFragment; "moveToViaAxelar(string,string,uint256)": FunctionFragment; }; getFunction( nameOrSignatureOrTopic: | "mintOnViaAxelar" | "mintOnViaAxelar(string,string,uint256,address)" | "moveToViaAxelar" | "moveToViaAxelar(string,string,uint256)" ): FunctionFragment; encodeFunctionData( functionFragment: "mintOnViaAxelar", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ] ): string; encodeFunctionData( functionFragment: "mintOnViaAxelar(string,string,uint256,address)", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue, PromiseOrValue ] ): string; encodeFunctionData( functionFragment: "moveToViaAxelar", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue ] ): string; encodeFunctionData( functionFragment: "moveToViaAxelar(string,string,uint256)", values: [ PromiseOrValue, PromiseOrValue, PromiseOrValue ] ): string; decodeFunctionResult( functionFragment: "mintOnViaAxelar", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "mintOnViaAxelar(string,string,uint256,address)", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "moveToViaAxelar", data: BytesLike ): Result; decodeFunctionResult( functionFragment: "moveToViaAxelar(string,string,uint256)", data: BytesLike ): Result; events: {}; } export interface ERC721AxelarBridgedableFacet extends BaseContract { connect(signerOrProvider: Signer | Provider | string): this; attach(addressOrName: string): this; deployed(): Promise; interface: ERC721AxelarBridgedableFacetInterface; 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: { mintOnViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "mintOnViaAxelar(string,string,uint256,address)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; moveToViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "moveToViaAxelar(string,string,uint256)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; }; mintOnViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "mintOnViaAxelar(string,string,uint256,address)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; moveToViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "moveToViaAxelar(string,string,uint256)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; callStatic: { mintOnViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: CallOverrides ): Promise; "mintOnViaAxelar(string,string,uint256,address)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: CallOverrides ): Promise; moveToViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: CallOverrides ): Promise; "moveToViaAxelar(string,string,uint256)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: CallOverrides ): Promise; }; filters: {}; estimateGas: { mintOnViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "mintOnViaAxelar(string,string,uint256,address)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; moveToViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "moveToViaAxelar(string,string,uint256)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; }; populateTransaction: { mintOnViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "mintOnViaAxelar(string,string,uint256,address)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, mintTo: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; moveToViaAxelar( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; "moveToViaAxelar(string,string,uint256)"( _chain: PromiseOrValue, _destinationBridge: PromiseOrValue, _tokenId: PromiseOrValue, overrides?: PayableOverrides & { from?: PromiseOrValue } ): Promise; }; }