@vechain/vebetterdao-contracts
Version:
Open-source repository that houses the smart contracts powering the decentralized VeBetterDAO on the VeChain Thor blockchain.
1,175 lines (1,171 loc) • 412 kB
TypeScript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import { ethers } from "ethers";
import {
DeployContractOptions,
FactoryOptions,
HardhatEthersHelpers as HardhatEthersHelpersBase,
} from "@nomicfoundation/hardhat-ethers/types";
import * as Contracts from ".";
declare module "hardhat/types/runtime" {
interface HardhatEthersHelpers extends HardhatEthersHelpersBase {
getContractFactory(
name: "AccessControlUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AccessControlUpgradeable__factory>;
getContractFactory(
name: "OwnableUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.OwnableUpgradeable__factory>;
getContractFactory(
name: "TimelockControllerUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.TimelockControllerUpgradeable__factory>;
getContractFactory(
name: "VotesUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotesUpgradeable__factory>;
getContractFactory(
name: "Initializable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Initializable__factory>;
getContractFactory(
name: "UUPSUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.UUPSUpgradeable__factory>;
getContractFactory(
name: "ERC1155HolderUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC1155HolderUpgradeable__factory>;
getContractFactory(
name: "ERC20Upgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20Upgradeable__factory>;
getContractFactory(
name: "ERC20PausableUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20PausableUpgradeable__factory>;
getContractFactory(
name: "ERC20PermitUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20PermitUpgradeable__factory>;
getContractFactory(
name: "ERC20VotesUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20VotesUpgradeable__factory>;
getContractFactory(
name: "ERC721Upgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC721Upgradeable__factory>;
getContractFactory(
name: "ERC721BurnableUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC721BurnableUpgradeable__factory>;
getContractFactory(
name: "ERC721EnumerableUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC721EnumerableUpgradeable__factory>;
getContractFactory(
name: "ERC721PausableUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC721PausableUpgradeable__factory>;
getContractFactory(
name: "ERC721URIStorageUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC721URIStorageUpgradeable__factory>;
getContractFactory(
name: "ERC721HolderUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC721HolderUpgradeable__factory>;
getContractFactory(
name: "ContextUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ContextUpgradeable__factory>;
getContractFactory(
name: "EIP712Upgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EIP712Upgradeable__factory>;
getContractFactory(
name: "ERC165Upgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC165Upgradeable__factory>;
getContractFactory(
name: "NoncesUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.NoncesUpgradeable__factory>;
getContractFactory(
name: "PausableUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PausableUpgradeable__factory>;
getContractFactory(
name: "ReentrancyGuardUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ReentrancyGuardUpgradeable__factory>;
getContractFactory(
name: "AccessControl",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AccessControl__factory>;
getContractFactory(
name: "IAccessControl",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IAccessControl__factory>;
getContractFactory(
name: "Ownable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Ownable__factory>;
getContractFactory(
name: "IVotes",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVotes__factory>;
getContractFactory(
name: "IERC1822Proxiable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC1822Proxiable__factory>;
getContractFactory(
name: "IERC1155Errors",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC1155Errors__factory>;
getContractFactory(
name: "IERC20Errors",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC20Errors__factory>;
getContractFactory(
name: "IERC721Errors",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC721Errors__factory>;
getContractFactory(
name: "IERC4906",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC4906__factory>;
getContractFactory(
name: "IERC5267",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC5267__factory>;
getContractFactory(
name: "IERC5805",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC5805__factory>;
getContractFactory(
name: "IERC6372",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC6372__factory>;
getContractFactory(
name: "IBeacon",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IBeacon__factory>;
getContractFactory(
name: "ERC1967Utils",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC1967Utils__factory>;
getContractFactory(
name: "Proxy",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Proxy__factory>;
getContractFactory(
name: "ERC1155",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC1155__factory>;
getContractFactory(
name: "IERC1155MetadataURI",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC1155MetadataURI__factory>;
getContractFactory(
name: "IERC1155",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC1155__factory>;
getContractFactory(
name: "IERC1155Receiver",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC1155Receiver__factory>;
getContractFactory(
name: "ERC20",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20__factory>;
getContractFactory(
name: "ERC20Burnable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20Burnable__factory>;
getContractFactory(
name: "ERC20Capped",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20Capped__factory>;
getContractFactory(
name: "ERC20Pausable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC20Pausable__factory>;
getContractFactory(
name: "IERC20Metadata",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC20Metadata__factory>;
getContractFactory(
name: "IERC20Permit",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC20Permit__factory>;
getContractFactory(
name: "IERC20",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC20__factory>;
getContractFactory(
name: "SafeERC20",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.SafeERC20__factory>;
getContractFactory(
name: "ERC721",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC721__factory>;
getContractFactory(
name: "IERC721Enumerable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC721Enumerable__factory>;
getContractFactory(
name: "IERC721Metadata",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC721Metadata__factory>;
getContractFactory(
name: "IERC721",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC721__factory>;
getContractFactory(
name: "IERC721Receiver",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC721Receiver__factory>;
getContractFactory(
name: "Address",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Address__factory>;
getContractFactory(
name: "ECDSA",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ECDSA__factory>;
getContractFactory(
name: "ERC165",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ERC165__factory>;
getContractFactory(
name: "IERC165",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IERC165__factory>;
getContractFactory(
name: "Math",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Math__factory>;
getContractFactory(
name: "SafeCast",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.SafeCast__factory>;
getContractFactory(
name: "Pausable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Pausable__factory>;
getContractFactory(
name: "Strings",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Strings__factory>;
getContractFactory(
name: "Checkpoints",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.Checkpoints__factory>;
getContractFactory(
name: "DoubleEndedQueue",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.DoubleEndedQueue__factory>;
getContractFactory(
name: "B3TR",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TR__factory>;
getContractFactory(
name: "B3TRChallenges",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRChallenges__factory>;
getContractFactory(
name: "B3TRMultiSig",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRMultiSig__factory>;
getContractFactory(
name: "B3TRProxy",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRProxy__factory>;
getContractFactory(
name: "ChallengeCoreLogic",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ChallengeCoreLogic__factory>;
getContractFactory(
name: "ChallengeSettlementLogic",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ChallengeSettlementLogic__factory>;
getContractFactory(
name: "DBAPool",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.DBAPool__factory>;
getContractFactory(
name: "B3TRChallengesV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRChallengesV1__factory>;
getContractFactory(
name: "B3TRGovernorV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRGovernorV1__factory>;
getContractFactory(
name: "IChallengesV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IChallengesV1__factory>;
getContractFactory(
name: "ChallengeCoreLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ChallengeCoreLogicV1__factory>;
getContractFactory(
name: "ChallengeSettlementLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ChallengeSettlementLogicV1__factory>;
getContractFactory(
name: "DBAPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.DBAPoolV1__factory>;
getContractFactory(
name: "EmissionsV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EmissionsV1__factory>;
getContractFactory(
name: "GalaxyMemberV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GalaxyMemberV1__factory>;
getContractFactory(
name: "GovernorStorageV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorStorageV1__factory>;
getContractFactory(
name: "GovernorClockLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorClockLogicV1__factory>;
getContractFactory(
name: "GovernorConfiguratorV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorConfiguratorV1__factory>;
getContractFactory(
name: "GovernorDepositLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorDepositLogicV1__factory>;
getContractFactory(
name: "GovernorFunctionRestrictionsLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorFunctionRestrictionsLogicV1__factory>;
getContractFactory(
name: "GovernorGovernanceLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorGovernanceLogicV1__factory>;
getContractFactory(
name: "GovernorProposalLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorProposalLogicV1__factory>;
getContractFactory(
name: "GovernorQuorumLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorQuorumLogicV1__factory>;
getContractFactory(
name: "GovernorStateLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorStateLogicV1__factory>;
getContractFactory(
name: "GovernorVotesLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorVotesLogicV1__factory>;
getContractFactory(
name: "GrantsManagerV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GrantsManagerV1__factory>;
getContractFactory(
name: "IB3TR",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IB3TR__factory>;
getContractFactory(
name: "IB3TRGovernorV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IB3TRGovernorV1__factory>;
getContractFactory(
name: "IDynamicBaseAllocationPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IDynamicBaseAllocationPoolV1__factory>;
getContractFactory(
name: "IEmissionsV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IEmissionsV1__factory>;
getContractFactory(
name: "IGalaxyMemberV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IGalaxyMemberV1__factory>;
getContractFactory(
name: "IGrantsManagerV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IGrantsManagerV1__factory>;
getContractFactory(
name: "INodeManagementV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.INodeManagementV1__factory>;
getContractFactory(
name: "IRelayerRewardsPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IRelayerRewardsPoolV1__factory>;
getContractFactory(
name: "IVeBetterPassportV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVeBetterPassportV1__factory>;
getContractFactory(
name: "IVoterRewardsV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVoterRewardsV1__factory>;
getContractFactory(
name: "IX2EarnAppsV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IX2EarnAppsV1__factory>;
getContractFactory(
name: "IX2EarnRewardsPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IX2EarnRewardsPoolV1__factory>;
getContractFactory(
name: "IXAllocationPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationPoolV1__factory>;
getContractFactory(
name: "IXAllocationVotingGovernorV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationVotingGovernorV1__factory>;
getContractFactory(
name: "RelayerRewardsPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RelayerRewardsPoolV1__factory>;
getContractFactory(
name: "PassportChecksLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportChecksLogicV1__factory>;
getContractFactory(
name: "PassportConfiguratorV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportConfiguratorV1__factory>;
getContractFactory(
name: "PassportDelegationLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportDelegationLogicV1__factory>;
getContractFactory(
name: "PassportEntityLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportEntityLogicV1__factory>;
getContractFactory(
name: "PassportPersonhoodLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPersonhoodLogicV1__factory>;
getContractFactory(
name: "PassportPoPScoreLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPoPScoreLogicV1__factory>;
getContractFactory(
name: "PassportSignalingLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportSignalingLogicV1__factory>;
getContractFactory(
name: "PassportWhitelistAndBlacklistLogicV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportWhitelistAndBlacklistLogicV1__factory>;
getContractFactory(
name: "VeBetterPassportV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VeBetterPassportV1__factory>;
getContractFactory(
name: "VOT3V1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VOT3V1__factory>;
getContractFactory(
name: "VoterRewardsV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoterRewardsV1__factory>;
getContractFactory(
name: "AdministrationUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AdministrationUpgradeable__factory>;
getContractFactory(
name: "AppsStorageUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AppsStorageUpgradeable__factory>;
getContractFactory(
name: "ContractSettingsUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ContractSettingsUpgradeable__factory>;
getContractFactory(
name: "VoteEligibilityUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoteEligibilityUpgradeable__factory>;
getContractFactory(
name: "X2EarnAppsUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnAppsUpgradeableV1__factory>;
getContractFactory(
name: "ExternalContractsUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ExternalContractsUpgradeableV1__factory>;
getContractFactory(
name: "RoundEarningsSettingsUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundEarningsSettingsUpgradeableV1__factory>;
getContractFactory(
name: "RoundFinalizationUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundFinalizationUpgradeableV1__factory>;
getContractFactory(
name: "RoundsStorageUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundsStorageUpgradeableV1__factory>;
getContractFactory(
name: "RoundVotesCountingUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundVotesCountingUpgradeableV1__factory>;
getContractFactory(
name: "VotesQuorumFractionUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotesQuorumFractionUpgradeableV1__factory>;
getContractFactory(
name: "VotesUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotesUpgradeableV1__factory>;
getContractFactory(
name: "VotingSettingsUpgradeableV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotingSettingsUpgradeableV1__factory>;
getContractFactory(
name: "XAllocationVotingGovernorV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationVotingGovernorV1__factory>;
getContractFactory(
name: "X2EarnAppsV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnAppsV1__factory>;
getContractFactory(
name: "X2EarnCreatorV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnCreatorV1__factory>;
getContractFactory(
name: "X2EarnRewardsPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnRewardsPoolV1__factory>;
getContractFactory(
name: "XAllocationPoolV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationPoolV1__factory>;
getContractFactory(
name: "XAllocationVotingV1",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationVotingV1__factory>;
getContractFactory(
name: "B3TRGovernorV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRGovernorV10__factory>;
getContractFactory(
name: "GovernorClockLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorClockLogicV10__factory>;
getContractFactory(
name: "GovernorConfiguratorV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorConfiguratorV10__factory>;
getContractFactory(
name: "GovernorDepositLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorDepositLogicV10__factory>;
getContractFactory(
name: "GovernorFunctionRestrictionsLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorFunctionRestrictionsLogicV10__factory>;
getContractFactory(
name: "GovernorGovernanceLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorGovernanceLogicV10__factory>;
getContractFactory(
name: "GovernorProposalLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorProposalLogicV10__factory>;
getContractFactory(
name: "GovernorQuorumLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorQuorumLogicV10__factory>;
getContractFactory(
name: "GovernorStateLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorStateLogicV10__factory>;
getContractFactory(
name: "GovernorVotesLogicV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorVotesLogicV10__factory>;
getContractFactory(
name: "IB3TRGovernorV10",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IB3TRGovernorV10__factory>;
getContractFactory(
name: "B3TRGovernorV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRGovernorV2__factory>;
getContractFactory(
name: "DBAPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.DBAPoolV2__factory>;
getContractFactory(
name: "EmissionsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EmissionsV2__factory>;
getContractFactory(
name: "GalaxyMemberV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GalaxyMemberV2__factory>;
getContractFactory(
name: "GrantsManagerV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GrantsManagerV2__factory>;
getContractFactory(
name: "IDynamicBaseAllocationPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IDynamicBaseAllocationPoolV2__factory>;
getContractFactory(
name: "IEmissionsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IEmissionsV2__factory>;
getContractFactory(
name: "IGalaxyMemberV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IGalaxyMemberV2__factory>;
getContractFactory(
name: "IGrantsManagerV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IGrantsManagerV2__factory>;
getContractFactory(
name: "INodeManagementV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.INodeManagementV2__factory>;
getContractFactory(
name: "IRelayerRewardsPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IRelayerRewardsPoolV2__factory>;
getContractFactory(
name: "IVeBetterPassportV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVeBetterPassportV2__factory>;
getContractFactory(
name: "IVoterRewardsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVoterRewardsV2__factory>;
getContractFactory(
name: "IX2EarnAppsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IX2EarnAppsV2__factory>;
getContractFactory(
name: "IX2EarnRewardsPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IX2EarnRewardsPoolV2__factory>;
getContractFactory(
name: "IXAllocationPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationPoolV2__factory>;
getContractFactory(
name: "IXAllocationVotingGovernorV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationVotingGovernorV2__factory>;
getContractFactory(
name: "RelayerRewardsPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RelayerRewardsPoolV2__factory>;
getContractFactory(
name: "PassportChecksLogicV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportChecksLogicV2__factory>;
getContractFactory(
name: "PassportConfiguratorV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportConfiguratorV2__factory>;
getContractFactory(
name: "PassportDelegationLogicV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportDelegationLogicV2__factory>;
getContractFactory(
name: "PassportEntityLogicV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportEntityLogicV2__factory>;
getContractFactory(
name: "PassportPersonhoodLogicV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPersonhoodLogicV2__factory>;
getContractFactory(
name: "PassportPoPScoreLogicV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPoPScoreLogicV2__factory>;
getContractFactory(
name: "PassportSignalingLogicV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportSignalingLogicV2__factory>;
getContractFactory(
name: "PassportWhitelistAndBlacklistLogicV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportWhitelistAndBlacklistLogicV2__factory>;
getContractFactory(
name: "VeBetterPassportV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VeBetterPassportV2__factory>;
getContractFactory(
name: "VoterRewardsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoterRewardsV2__factory>;
getContractFactory(
name: "AdministrationUtilsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AdministrationUtilsV2__factory>;
getContractFactory(
name: "AppStorageUtilsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AppStorageUtilsV2__factory>;
getContractFactory(
name: "EndorsementUtilsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EndorsementUtilsV2__factory>;
getContractFactory(
name: "VoteEligibilityUtilsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoteEligibilityUtilsV2__factory>;
getContractFactory(
name: "AdministrationUpgradeableV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AdministrationUpgradeableV2__factory>;
getContractFactory(
name: "AppsStorageUpgradeableV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AppsStorageUpgradeableV2__factory>;
getContractFactory(
name: "ContractSettingsUpgradeableV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ContractSettingsUpgradeableV2__factory>;
getContractFactory(
name: "EndorsementUpgradeableV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EndorsementUpgradeableV2__factory>;
getContractFactory(
name: "VoteEligibilityUpgradeableV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoteEligibilityUpgradeableV2__factory>;
getContractFactory(
name: "X2EarnAppsUpgradeableV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnAppsUpgradeableV2__factory>;
getContractFactory(
name: "ExternalContractsUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ExternalContractsUpgradeable__factory>;
getContractFactory(
name: "RoundEarningsSettingsUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundEarningsSettingsUpgradeable__factory>;
getContractFactory(
name: "RoundFinalizationUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundFinalizationUpgradeable__factory>;
getContractFactory(
name: "RoundsStorageUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundsStorageUpgradeable__factory>;
getContractFactory(
name: "RoundVotesCountingUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundVotesCountingUpgradeable__factory>;
getContractFactory(
name: "VotesQuorumFractionUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotesQuorumFractionUpgradeable__factory>;
getContractFactory(
name: "VotesUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotesUpgradeable__factory>;
getContractFactory(
name: "VotingSettingsUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotingSettingsUpgradeable__factory>;
getContractFactory(
name: "XAllocationVotingGovernor",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationVotingGovernor__factory>;
getContractFactory(
name: "X2EarnAppsV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnAppsV2__factory>;
getContractFactory(
name: "X2EarnRewardsPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnRewardsPoolV2__factory>;
getContractFactory(
name: "XAllocationPoolV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationPoolV2__factory>;
getContractFactory(
name: "XAllocationVotingV2",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationVotingV2__factory>;
getContractFactory(
name: "B3TRGovernorV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRGovernorV3__factory>;
getContractFactory(
name: "GalaxyMemberV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GalaxyMemberV3__factory>;
getContractFactory(
name: "GovernorStorageV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorStorageV3__factory>;
getContractFactory(
name: "GovernorClockLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorClockLogicV3__factory>;
getContractFactory(
name: "GovernorConfiguratorV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorConfiguratorV3__factory>;
getContractFactory(
name: "GovernorDepositLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorDepositLogicV3__factory>;
getContractFactory(
name: "GovernorFunctionRestrictionsLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorFunctionRestrictionsLogicV3__factory>;
getContractFactory(
name: "GovernorGovernanceLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorGovernanceLogicV3__factory>;
getContractFactory(
name: "GovernorProposalLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorProposalLogicV3__factory>;
getContractFactory(
name: "GovernorQuorumLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorQuorumLogicV3__factory>;
getContractFactory(
name: "GovernorStateLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorStateLogicV3__factory>;
getContractFactory(
name: "GovernorVotesLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorVotesLogicV3__factory>;
getContractFactory(
name: "IB3TRGovernorV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IB3TRGovernorV3__factory>;
getContractFactory(
name: "IVeBetterPassportV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVeBetterPassportV3__factory>;
getContractFactory(
name: "IX2EarnAppsV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IX2EarnAppsV3__factory>;
getContractFactory(
name: "IX2EarnRewardsPoolV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IX2EarnRewardsPoolV3__factory>;
getContractFactory(
name: "IXAllocationPoolV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationPoolV3__factory>;
getContractFactory(
name: "IXAllocationVotingGovernorV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationVotingGovernorV3__factory>;
getContractFactory(
name: "PassportChecksLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportChecksLogicV3__factory>;
getContractFactory(
name: "PassportConfiguratorV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportConfiguratorV3__factory>;
getContractFactory(
name: "PassportDelegationLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportDelegationLogicV3__factory>;
getContractFactory(
name: "PassportEntityLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportEntityLogicV3__factory>;
getContractFactory(
name: "PassportPersonhoodLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPersonhoodLogicV3__factory>;
getContractFactory(
name: "PassportPoPScoreLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPoPScoreLogicV3__factory>;
getContractFactory(
name: "PassportSignalingLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportSignalingLogicV3__factory>;
getContractFactory(
name: "PassportWhitelistAndBlacklistLogicV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportWhitelistAndBlacklistLogicV3__factory>;
getContractFactory(
name: "VeBetterPassportV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VeBetterPassportV3__factory>;
getContractFactory(
name: "VoterRewardsV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoterRewardsV3__factory>;
getContractFactory(
name: "AdministrationUtilsV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AdministrationUtilsV3__factory>;
getContractFactory(
name: "AppStorageUtilsV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AppStorageUtilsV3__factory>;
getContractFactory(
name: "EndorsementUtilsV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EndorsementUtilsV3__factory>;
getContractFactory(
name: "VoteEligibilityUtilsV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoteEligibilityUtilsV3__factory>;
getContractFactory(
name: "AdministrationUpgradeableV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AdministrationUpgradeableV3__factory>;
getContractFactory(
name: "AppsStorageUpgradeableV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AppsStorageUpgradeableV3__factory>;
getContractFactory(
name: "ContractSettingsUpgradeableV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ContractSettingsUpgradeableV3__factory>;
getContractFactory(
name: "EndorsementUpgradeableV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EndorsementUpgradeableV3__factory>;
getContractFactory(
name: "VoteEligibilityUpgradeableV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoteEligibilityUpgradeableV3__factory>;
getContractFactory(
name: "X2EarnAppsUpgradeableV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnAppsUpgradeableV3__factory>;
getContractFactory(
name: "ExternalContractsUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ExternalContractsUpgradeable__factory>;
getContractFactory(
name: "RoundEarningsSettingsUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundEarningsSettingsUpgradeable__factory>;
getContractFactory(
name: "RoundFinalizationUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundFinalizationUpgradeable__factory>;
getContractFactory(
name: "RoundsStorageUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundsStorageUpgradeable__factory>;
getContractFactory(
name: "RoundVotesCountingUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundVotesCountingUpgradeable__factory>;
getContractFactory(
name: "VotesQuorumFractionUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotesQuorumFractionUpgradeable__factory>;
getContractFactory(
name: "VotesUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotesUpgradeable__factory>;
getContractFactory(
name: "VotingSettingsUpgradeable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VotingSettingsUpgradeable__factory>;
getContractFactory(
name: "XAllocationVotingGovernorV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationVotingGovernorV3__factory>;
getContractFactory(
name: "X2EarnAppsV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnAppsV3__factory>;
getContractFactory(
name: "X2EarnRewardsPoolV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnRewardsPoolV3__factory>;
getContractFactory(
name: "XAllocationPoolV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationPoolV3__factory>;
getContractFactory(
name: "XAllocationVotingV3",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.XAllocationVotingV3__factory>;
getContractFactory(
name: "B3TRGovernorV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.B3TRGovernorV4__factory>;
getContractFactory(
name: "GalaxyMemberV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GalaxyMemberV4__factory>;
getContractFactory(
name: "GovernorStorageV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorStorageV4__factory>;
getContractFactory(
name: "GovernorClockLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorClockLogicV4__factory>;
getContractFactory(
name: "GovernorConfiguratorV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorConfiguratorV4__factory>;
getContractFactory(
name: "GovernorDepositLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorDepositLogicV4__factory>;
getContractFactory(
name: "GovernorFunctionRestrictionsLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorFunctionRestrictionsLogicV4__factory>;
getContractFactory(
name: "GovernorGovernanceLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorGovernanceLogicV4__factory>;
getContractFactory(
name: "GovernorProposalLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorProposalLogicV4__factory>;
getContractFactory(
name: "GovernorQuorumLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorQuorumLogicV4__factory>;
getContractFactory(
name: "GovernorStateLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorStateLogicV4__factory>;
getContractFactory(
name: "GovernorVotesLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.GovernorVotesLogicV4__factory>;
getContractFactory(
name: "IB3TRGovernorV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IB3TRGovernorV4__factory>;
getContractFactory(
name: "IVeBetterPassportV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVeBetterPassportV4__factory>;
getContractFactory(
name: "IVoterRewardsV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IVoterRewardsV4__factory>;
getContractFactory(
name: "IX2EarnAppsV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IX2EarnAppsV4__factory>;
getContractFactory(
name: "IXAllocationPoolV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationPoolV4__factory>;
getContractFactory(
name: "IXAllocationVotingGovernorV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.IXAllocationVotingGovernorV4__factory>;
getContractFactory(
name: "PassportChecksLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportChecksLogicV4__factory>;
getContractFactory(
name: "PassportConfiguratorV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportConfiguratorV4__factory>;
getContractFactory(
name: "PassportDelegationLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportDelegationLogicV4__factory>;
getContractFactory(
name: "PassportEntityLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportEntityLogicV4__factory>;
getContractFactory(
name: "PassportPersonhoodLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPersonhoodLogicV4__factory>;
getContractFactory(
name: "PassportPoPScoreLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportPoPScoreLogicV4__factory>;
getContractFactory(
name: "PassportSignalingLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportSignalingLogicV4__factory>;
getContractFactory(
name: "PassportWhitelistAndBlacklistLogicV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.PassportWhitelistAndBlacklistLogicV4__factory>;
getContractFactory(
name: "VeBetterPassportV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VeBetterPassportV4__factory>;
getContractFactory(
name: "VoterRewardsV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoterRewardsV4__factory>;
getContractFactory(
name: "AdministrationUtilsV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AdministrationUtilsV4__factory>;
getContractFactory(
name: "AppStorageUtilsV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AppStorageUtilsV4__factory>;
getContractFactory(
name: "EndorsementUtilsV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EndorsementUtilsV4__factory>;
getContractFactory(
name: "VoteEligibilityUtilsV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoteEligibilityUtilsV4__factory>;
getContractFactory(
name: "AdministrationUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AdministrationUpgradeableV4__factory>;
getContractFactory(
name: "AppsStorageUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.AppsStorageUpgradeableV4__factory>;
getContractFactory(
name: "ContractSettingsUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ContractSettingsUpgradeableV4__factory>;
getContractFactory(
name: "EndorsementUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.EndorsementUpgradeableV4__factory>;
getContractFactory(
name: "VoteEligibilityUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.VoteEligibilityUpgradeableV4__factory>;
getContractFactory(
name: "X2EarnAppsUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.X2EarnAppsUpgradeableV4__factory>;
getContractFactory(
name: "ExternalContractsUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.ExternalContractsUpgradeableV4__factory>;
getContractFactory(
name: "RoundEarningsSettingsUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.RoundEarningsSettingsUpgradeableV4__factory>;
getContractFactory(
name: "RoundFinalizationUpgradeableV4",
signerOrOptions?: ethers.Signer | FactoryOptions