@q-dev/gdk-sdk
Version:
Typescript Library to interact with GDK Contracts
684 lines • 17 kB
JavaScript
"use strict";
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.IDAOVault__factory = void 0;
const ethers_1 = require("ethers");
const _abi = [
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
],
name: "AuthenticatedBySBT",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
],
name: "AuthorizedBySBT",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "user",
type: "address",
},
],
name: "ConstitutionSigned",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "tokenId",
type: "uint256",
},
],
name: "NFTDeposited",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "tokenId",
type: "uint256",
},
{
indexed: false,
internalType: "uint256",
name: "unlockTime",
type: "uint256",
},
],
name: "NFTLocked",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "tokenId",
type: "uint256",
},
],
name: "NFTWithdrew",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
],
name: "SBTAuthorizationRevoked",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "amount",
type: "uint256",
},
],
name: "TokensDeposited",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "amount",
type: "uint256",
},
{
indexed: false,
internalType: "uint256",
name: "unlockTime",
type: "uint256",
},
],
name: "TokensLocked",
type: "event",
},
{
anonymous: false,
inputs: [
{
indexed: true,
internalType: "address",
name: "tokenAddress",
type: "address",
},
{
indexed: true,
internalType: "address",
name: "sender",
type: "address",
},
{
indexed: false,
internalType: "uint256",
name: "amount",
type: "uint256",
},
],
name: "TokensWithdrew",
type: "event",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "authorizeBySBT",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
{
internalType: "uint256",
name: "amount_",
type: "uint256",
},
],
name: "depositERC20",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
{
internalType: "uint256",
name: "tokenId_",
type: "uint256",
},
],
name: "depositNFT",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [],
name: "depositNative",
outputs: [],
stateMutability: "payable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "signer_",
type: "address",
},
],
name: "getConstitutionSignHash",
outputs: [
{
internalType: "bytes32",
name: "",
type: "bytes32",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "userAddress_",
type: "address",
},
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "getTimeLockInfo",
outputs: [
{
components: [
{
internalType: "uint256",
name: "withdrawalAmount",
type: "uint256",
},
{
internalType: "uint256",
name: "lockedAmount",
type: "uint256",
},
{
internalType: "uint256",
name: "unlockTime",
type: "uint256",
},
],
internalType: "struct IDAOVault.TomeLockInfo",
name: "info_",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "getTokenSupply",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "userAddress_",
type: "address",
},
],
name: "getUserConstitutionData",
outputs: [
{
components: [
{
internalType: "bool",
name: "isSigned",
type: "bool",
},
{
internalType: "uint128",
name: "signedAt",
type: "uint128",
},
],
internalType: "struct IDAOVault.ConstitutionDataInfo",
name: "",
type: "tuple",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "userAddress_",
type: "address",
},
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "getUserNFTs",
outputs: [
{
internalType: "uint256[]",
name: "",
type: "uint256[]",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "userAddress_",
type: "address",
},
],
name: "getUserTokens",
outputs: [
{
internalType: "address[]",
name: "",
type: "address[]",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "userAddress_",
type: "address",
},
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "getUserVotingPower",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "sender_",
type: "address",
},
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "isAuthorizedBySBT",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "isSupportedNFT",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "isSupportedSBT",
outputs: [
{
internalType: "bool",
name: "",
type: "bool",
},
],
stateMutability: "view",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "sender_",
type: "address",
},
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
{
internalType: "uint256",
name: "amount_",
type: "uint256",
},
{
internalType: "uint256",
name: "timeToLock_",
type: "uint256",
},
],
name: "lock",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "userAddress_",
type: "address",
},
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
{
internalType: "uint256",
name: "timeToLock_",
type: "uint256",
},
],
name: "lockAndGetUserVotingPower",
outputs: [
{
internalType: "uint256",
name: "",
type: "uint256",
},
],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
],
name: "revokeSBTAuthorization",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "signer_",
type: "address",
},
{
internalType: "bytes",
name: "signature_",
type: "bytes",
},
],
name: "signConstitution",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
{
internalType: "uint256",
name: "amount_",
type: "uint256",
},
],
name: "withdrawERC20",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "address",
name: "tokenAddress_",
type: "address",
},
{
internalType: "uint256",
name: "tokenId_",
type: "uint256",
},
],
name: "withdrawNFT",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
inputs: [
{
internalType: "uint256",
name: "amount_",
type: "uint256",
},
],
name: "withdrawNative",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
];
class IDAOVault__factory {
static createInterface() {
return new ethers_1.utils.Interface(_abi);
}
static connect(address, signerOrProvider) {
return new ethers_1.Contract(address, _abi, signerOrProvider);
}
}
exports.IDAOVault__factory = IDAOVault__factory;
IDAOVault__factory.abi = _abi;
//# sourceMappingURL=IDAOVault__factory.js.map