/* 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: "LinkTokenInterface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "VRFCoordinatorV2Interface", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "VRFConsumerBaseV2", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "AccessControlEnumerable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccessControl", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IAccessControlEnumerable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20Metadata", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721Enumerable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721Enumerable", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721Metadata", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC721Receiver", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC721Holder", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IERC165", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "BondDepository", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IDO", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IInviting", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ISTStaking", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Inviting", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "Market", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "STPrivatePool", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "STSeedPool", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "STStaking", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "STTeamPool", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ISN", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ISR", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SB", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SN", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SR", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "ST", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IPancakeERC20", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IPancakePair", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "IPancakeRouter", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SRDeposit", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractFactory( name: "SRWithdraw", signerOrOptions?: ethers.Signer | FactoryOptions ): Promise; getContractAt( name: "LinkTokenInterface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "VRFCoordinatorV2Interface", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "VRFConsumerBaseV2", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AccessControl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "AccessControlEnumerable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccessControl", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IAccessControlEnumerable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC20", 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: "ERC721", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721Enumerable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721Enumerable", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721Metadata", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC721Receiver", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC721Holder", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IERC165", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "BondDepository", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IDO", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IInviting", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ISTStaking", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Inviting", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "Market", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "STPrivatePool", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "STSeedPool", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "STStaking", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "STTeamPool", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ISN", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ISR", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SB", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SN", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SR", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "ST", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IPancakeERC20", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IPancakePair", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "IPancakeRouter", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SRDeposit", address: string, signer?: ethers.Signer ): Promise; getContractAt( name: "SRWithdraw", 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; } }