@q-dev/q-js-sdk
Version:
Typescript Library to interact with Q System Contracts
946 lines • 23.9 kB
JavaScript
"use strict";
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.QVault__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
inputs: [],
stateMutability: "nonpayable",
type: "constructor",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "owner",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "spender",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "value",
type: "uint256",
},
],
name: "Approval",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "_account",
type: "address",
},
{
components: [
{
internalType: "uint256",
name: "amount",
type: "uint256",
},
{
internalType: "uint256",
name: "releaseStart",
type: "uint256",
},
{
internalType: "uint256",
name: "releaseEnd",
type: "uint256",
},
],
indexed: false,
internalType: "struct TimeLockEntry",
name: "_timelock",
type: "tuple",
},
],
name: "NewTimeLock",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "_account",
type: "address",
},
{
components: [
{
internalType: "uint256",
name: "amount",
type: "uint256",
},
{
internalType: "uint256",
name: "releaseStart",
type: "uint256",
},
{
internalType: "uint256",
name: "releaseEnd",
type: "uint256",
},
],
indexed: false,
internalType: "struct TimeLockEntry",
name: "_timelock",
type: "tuple",
},
],
name: "Purged",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "from",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "to",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "value",
type: "uint256",
},
{
indexed: false,
internalType: "bytes",
name: "data",
type: "bytes",
},
],
name: "Transfer",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "from",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "to",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "value",
type: "uint256",
},
],
name: "Transfer",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "_user",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "_newDepositAmount",
type: "uint256",
},
{
indexed: false,
internalType: "uint256",
name: "_newBalance",
type: "uint256",
},
],
name: "UserDeposited",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "_user",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "_withdrawnAmount",
type: "uint256",
},
{
indexed: false,
internalType: "uint256",
name: "_newBalance",
type: "uint256",
},
],
name: "UserWithdrawn",
type: "event",
},
{
inputs: [],
name: "aggregatedNormalizedBalance",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "compoundRateKeeper",
outputs: [
{
internalType: "contract CompoundRateKeeper",
name: "",
type: "address",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_account",
type: "address",
},
{
internalType: "uint256",
name: "_releaseStart",
type: "uint256",
},
{
internalType: "uint256",
name: "_releaseEnd",
type: "uint256",
},
],
name: "depositOnBehalfOf",
outputs: [],
stateMutability: "payable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_account",
type: "address",
},
{
internalType: "uint256",
name: "_timestamp",
type: "uint256",
},
],
name: "getMinimumBalance",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_account",
type: "address",
},
],
name: "getTimeLocks",
outputs: [
{
components: [
{
internalType: "uint256",
name: "amount",
type: "uint256",
},
{
internalType: "uint256",
name: "releaseStart",
type: "uint256",
},
{
internalType: "uint256",
name: "releaseEnd",
type: "uint256",
},
],
internalType: "struct TimeLockEntry[]",
name: "",
type: "tuple[]",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_account",
type: "address",
},
],
name: "purgeTimeLocks",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_registry",
type: "address",
},
],
name: "initialize",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "updateCompoundRate",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "deposit",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "payable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_amount",
type: "uint256",
},
],
name: "withdraw",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_amount",
type: "uint256",
},
],
name: "lock",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_amount",
type: "uint256",
},
],
name: "announceUnlock",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "_amount",
type: "uint256",
},
],
name: "unlock",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address[]",
name: "_delegatedTo",
type: "address[]",
},
{
internalType: "uint256[]",
name: "_stakes",
type: "uint256[]",
},
],
name: "delegateStake",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "getLockInfo",
outputs: [
{
components: [
{
internalType: "uint256",
name: "lockedAmount",
type: "uint256",
},
{
internalType: "uint256",
name: "lockedUntil",
type: "uint256",
},
{
internalType: "uint256",
name: "pendingUnlockAmount",
type: "uint256",
},
{
internalType: "uint256",
name: "pendingUnlockTime",
type: "uint256",
},
],
internalType: "struct VotingLockInfo",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_delegator",
type: "address",
},
],
name: "getDelegationsList",
outputs: [
{
components: [
{
internalType: "address",
name: "validator",
type: "address",
},
{
internalType: "uint256",
name: "actualStake",
type: "uint256",
},
{
internalType: "uint256",
name: "normalizedStake",
type: "uint256",
},
{
internalType: "uint256",
name: "compoundRate",
type: "uint256",
},
{
internalType: "uint256",
name: "latestUpdateOfCompoundRate",
type: "uint256",
},
{
internalType: "uint256",
name: "idealStake",
type: "uint256",
},
{
internalType: "uint256",
name: "claimableReward",
type: "uint256",
},
],
internalType: "struct QVault.ValidatorInfo[]",
name: "",
type: "tuple[]",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_userAddress",
type: "address",
},
],
name: "getNormalizedBalance",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "claimStakeDelegatorReward",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "depositFromPool",
outputs: [],
stateMutability: "payable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "receiver",
type: "address",
},
{
internalType: "uint256",
name: "amount",
type: "uint256",
},
],
name: "transfer",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "spender",
type: "address",
},
{
internalType: "uint256",
name: "amount",
type: "uint256",
},
],
name: "approve",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "owner",
type: "address",
},
{
internalType: "address",
name: "receiver",
type: "address",
},
{
internalType: "uint256",
name: "amount",
type: "uint256",
},
],
name: "transferFrom",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "spender",
type: "address",
},
{
internalType: "uint256",
name: "addedValue",
type: "uint256",
},
],
name: "increaseAllowance",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "spender",
type: "address",
},
{
internalType: "uint256",
name: "subtractedValue",
type: "uint256",
},
],
name: "decreaseAllowance",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_to",
type: "address",
},
{
internalType: "uint256",
name: "_value",
type: "uint256",
},
{
internalType: "bytes",
name: "_data",
type: "bytes",
},
],
name: "transferAndCall",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_recipient",
type: "address",
},
{
internalType: "uint256",
name: "_amount",
type: "uint256",
},
],
name: "withdrawTo",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_recipient",
type: "address",
},
],
name: "depositTo",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "payable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_userAddress",
type: "address",
},
],
name: "getUserBalance",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "getBalanceDetails",
outputs: [
{
components: [
{
internalType: "uint256",
name: "currentBalance",
type: "uint256",
},
{
internalType: "uint256",
name: "normalizedBalance",
type: "uint256",
},
{
internalType: "uint256",
name: "compoundRate",
type: "uint256",
},
{
internalType: "uint256",
name: "lastUpdateOfCompoundRate",
type: "uint256",
},
{
internalType: "uint256",
name: "interestRate",
type: "uint256",
},
],
internalType: "struct QVault.BalanceDetails",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "totalSupply",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "_userAddress",
type: "address",
},
],
name: "balanceOf",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenOwner",
type: "address",
},
{
internalType: "address",
name: "spender",
type: "address",
},
],
name: "allowance",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [],
name: "name",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "pure",
type: "function",
},
{
inputs: [],
name: "symbol",
outputs: [
{
internalType: "string",
name: "",
type: "string",
},
],
stateMutability: "pure",
type: "function",
},
{
inputs: [],
name: "decimals",
outputs: [
{
internalType: "uint8",
name: "",
type: "uint8",
},
],
stateMutability: "pure",
type: "function",
},
];
class QVault__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.QVault__factory = QVault__factory;
QVault__factory.abi = _abi;
//# sourceMappingURL=QVault__factory.js.map