/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers } from "ethers"; import { FactoryOptions, HardhatEthersHelpers as HardhatEthersHelpersBase, } from "@nomiclabs/hardhat-ethers/types"; import * as Contracts from "."; declare module "hardhat/types/runtime" { interface HardhatEthersHelpers extends HardhatEthersHelpersBase { getContractFactory( name: "AccessControlUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccessControlUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "OwnableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1822ProxiableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1967Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC4906Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IBeaconUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1967UpgradeUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Initializable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "UUPSUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC1155Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1155MetadataURIUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1155ReceiverUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC1155Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721BurnableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721EnumerableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721URIStorageUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721EnumerableUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721MetadataUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721ReceiverUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ContextUpgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC165Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165Upgradeable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Ownable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20Burnable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20Metadata", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IUniswapV2Router01", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IUniswapV2Router02", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AwardOmzet", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BaliVilla", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BullRunOld", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BullRunToken", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BullRunV2", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BullRun", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "GNET", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NFTGetter", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ValhallaBlackList", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ValhallaPool", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NFT", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NFTFounder", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "NFTGenesis", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Valhallau", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "USDT", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Valhalla", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "AccessControlUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccessControlUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "OwnableUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1822ProxiableUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1967Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC4906Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IBeaconUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1967UpgradeUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Initializable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "UUPSUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC1155Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1155MetadataURIUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1155ReceiverUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC1155Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721BurnableUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721EnumerableUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721URIStorageUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721EnumerableUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721MetadataUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721ReceiverUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ContextUpgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC165Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165Upgradeable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Ownable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20Burnable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC20Metadata", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IUniswapV2Router01", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IUniswapV2Router02", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AwardOmzet", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BaliVilla", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BullRunOld", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BullRunToken", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BullRunV2", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BullRun", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "GNET", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AccessControl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "NFTGetter", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ValhallaBlackList", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ValhallaPool", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "NFT", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "NFTFounder", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "NFTGenesis", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Valhallau", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "USDT", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Valhalla", address: string, signer?: ethers.Signer ): Promise; // default types getContractFactory( name: string, signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( abi: any[], bytecode: ethers.utils.BytesLike, signer?: ethers.Signer ): Promise; getContractAt( nameOrAbi: string | any[], address: string, signer?: ethers.Signer ): Promise; } }