@q-dev/q-js-sdk
Version:
Typescript Library to interact with Q System Contracts
874 lines • 26.2 kB
JavaScript
"use strict";
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExpertsMembershipVoting__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "uint256",
name: "_id",
type: "uint256",
},
{
components: [
{
internalType: "string",
name: "remark",
type: "string",
},
{
components: [
{
internalType: "uint256",
name: "votingStartTime",
type: "uint256",
},
{
internalType: "uint256",
name: "votingEndTime",
type: "uint256",
},
{
internalType: "uint256",
name: "vetoEndTime",
type: "uint256",
},
{
internalType: "uint256",
name: "proposalExecutionP",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredQuorum",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredSMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredSQuorum",
type: "uint256",
},
],
internalType: "struct IVoting.VotingParams",
name: "params",
type: "tuple",
},
{
components: [
{
internalType: "uint256",
name: "weightFor",
type: "uint256",
},
{
internalType: "uint256",
name: "weightAgainst",
type: "uint256",
},
{
internalType: "uint256",
name: "vetosCount",
type: "uint256",
},
],
internalType: "struct IVoting.VotingCounters",
name: "counters",
type: "tuple",
},
{
internalType: "bool",
name: "executed",
type: "bool",
},
],
indexed: false,
internalType: "struct IVoting.BaseProposal",
name: "_proposal",
type: "tuple",
},
],
name: "ProposalCreated",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "ProposalExecuted",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "uint256",
name: "id",
type: "uint256",
},
],
name: "QuorumReached",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
{
indexed: false,
internalType: "enum IVoting.VotingOption",
name: "_votingOption",
type: "uint8",
},
{
indexed: false,
internalType: "uint256",
name: "_amount",
type: "uint256",
},
],
name: "UserVoted",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "uint256",
name: "id",
type: "uint256",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
],
name: "VetoOccurred",
type: "event",
},
{
inputs: [],
name: "expertKey",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
{
internalType: "address",
name: "",
type: "address",
},
],
name: "hasRootVetoed",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
{
internalType: "address",
name: "",
type: "address",
},
],
name: "hasUserVoted",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "majorityKey",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "proposalCount",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
name: "proposals",
outputs: [
{
components: [
{
internalType: "string",
name: "remark",
type: "string",
},
{
components: [
{
internalType: "uint256",
name: "votingStartTime",
type: "uint256",
},
{
internalType: "uint256",
name: "votingEndTime",
type: "uint256",
},
{
internalType: "uint256",
name: "vetoEndTime",
type: "uint256",
},
{
internalType: "uint256",
name: "proposalExecutionP",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredQuorum",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredSMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredSQuorum",
type: "uint256",
},
],
internalType: "struct IVoting.VotingParams",
name: "params",
type: "tuple",
},
{
components: [
{
internalType: "uint256",
name: "weightFor",
type: "uint256",
},
{
internalType: "uint256",
name: "weightAgainst",
type: "uint256",
},
{
internalType: "uint256",
name: "vetosCount",
type: "uint256",
},
],
internalType: "struct IVoting.VotingCounters",
name: "counters",
type: "tuple",
},
{
internalType: "bool",
name: "executed",
type: "bool",
},
],
internalType: "struct IVoting.BaseProposal",
name: "base",
type: "tuple",
},
{
components: [
{
internalType: "address",
name: "addressToAdd",
type: "address",
},
{
internalType: "address",
name: "addressToRemove",
type: "address",
},
],
internalType: "struct MembershipProposalDetails",
name: "proposalDetails",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "vetoPeriodKey",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "votingPeriodKey",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "votingQuorumKey",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "string",
name: "_remark",
type: "string",
},
{
internalType: "address",
name: "_newExpert",
type: "address",
},
{
internalType: "address",
name: "_expertToBeChanged",
type: "address",
},
],
name: "createChangeExpertProposal",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "string",
name: "_remark",
type: "string",
},
{
internalType: "address",
name: "_newExpert",
type: "address",
},
],
name: "createAddExpertProposal",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "string",
name: "_remark",
type: "string",
},
{
internalType: "address",
name: "_toRemoveExpert",
type: "address",
},
],
name: "createRemoveExpertProposal",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "voteFor",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "voteAgainst",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "execute",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "veto",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getVetosNumber",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getVotesFor",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getVotesAgainst",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getProposal",
outputs: [
{
components: [
{
internalType: "string",
name: "remark",
type: "string",
},
{
components: [
{
internalType: "uint256",
name: "votingStartTime",
type: "uint256",
},
{
internalType: "uint256",
name: "votingEndTime",
type: "uint256",
},
{
internalType: "uint256",
name: "vetoEndTime",
type: "uint256",
},
{
internalType: "uint256",
name: "proposalExecutionP",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredQuorum",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredSMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredSQuorum",
type: "uint256",
},
],
internalType: "struct IVoting.VotingParams",
name: "params",
type: "tuple",
},
{
components: [
{
internalType: "uint256",
name: "weightFor",
type: "uint256",
},
{
internalType: "uint256",
name: "weightAgainst",
type: "uint256",
},
{
internalType: "uint256",
name: "vetosCount",
type: "uint256",
},
],
internalType: "struct IVoting.VotingCounters",
name: "counters",
type: "tuple",
},
{
internalType: "bool",
name: "executed",
type: "bool",
},
],
internalType: "struct IVoting.BaseProposal",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getProposalStats",
outputs: [
{
components: [
{
internalType: "uint256",
name: "requiredQuorum",
type: "uint256",
},
{
internalType: "uint256",
name: "currentQuorum",
type: "uint256",
},
{
internalType: "uint256",
name: "requiredMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "currentMajority",
type: "uint256",
},
{
internalType: "uint256",
name: "currentVetoPercentage",
type: "uint256",
},
],
internalType: "struct IVoting.VotingStats",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_registry",
type: "address",
},
],
name: "initialize",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getVotingWeightInfo",
outputs: [
{
components: [
{
internalType: "bool",
name: "hasAlreadyVoted",
type: "bool",
},
{
internalType: "bool",
name: "canVote",
type: "bool",
},
{
components: [
{
internalType: "uint256",
name: "ownWeight",
type: "uint256",
},
{
internalType: "address",
name: "votingAgent",
type: "address",
},
{
internalType: "enum DelegationStatus",
name: "delegationStatus",
type: "uint8",
},
{
internalType: "uint256",
name: "lockedUntil",
type: "uint256",
},
],
internalType: "struct BaseVotingWeightInfo",
name: "base",
type: "tuple",
},
],
internalType: "struct IQthVoting.VotingWeightInfo",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getVetosPercentage",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_proposalId",
type: "uint256",
},
],
name: "getStatus",
outputs: [
{
internalType: "enum IVoting.ProposalStatus",
name: "",
type: "uint8",
},
],
stateMutability: "view",
type: "function",
},
];
class ExpertsMembershipVoting__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.ExpertsMembershipVoting__factory = ExpertsMembershipVoting__factory;
ExpertsMembershipVoting__factory.abi = _abi;
//# sourceMappingURL=ExpertsMembershipVoting__factory.js.map