UNPKG

@q-dev/gdk-sdk

Version:

Typescript Library to interact with GDK Contracts

351 lines (350 loc) 7.34 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IDAORegistry", "sourceName": "contracts/interfaces/IDAORegistry.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "master", "type": "address" }, { "indexed": false, "internalType": "string", "name": "daoURI", "type": "string" } ], "name": "Initialized", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "panelName", "type": "string" } ], "name": "PanelAdded", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "string", "name": "panelName", "type": "string" } ], "name": "PanelRemoved", "type": "event" }, { "inputs": [ { "internalType": "string", "name": "name_", "type": "string" }, { "internalType": "bytes32", "name": "salt_", "type": "bytes32" }, { "internalType": "address", "name": "contractAddress_", "type": "address" }, { "internalType": "bytes", "name": "data_", "type": "bytes" } ], "name": "addDeterministicProxy", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "panelName_", "type": "string" } ], "name": "addPanel", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "member_", "type": "address" }, { "internalType": "string", "name": "permission_", "type": "string" } ], "name": "checkPermission", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "account_", "type": "address" } ], "name": "getAccountStatuses", "outputs": [ { "components": [ { "internalType": "string[]", "name": "groups", "type": "string[]" }, { "internalType": "bool[]", "name": "isMember", "type": "bool[]" } ], "internalType": "struct IDAORegistry.AccountStatus", "name": "status", "type": "tuple" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "panelName_", "type": "string" } ], "name": "getConfDAOParameterStorage", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "panelName_", "type": "string" } ], "name": "getDAOMemberStorage", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getDAOVault", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "panelName_", "type": "string" } ], "name": "getExpertsDAOVoting", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "panelName_", "type": "string" } ], "name": "getGeneralDAOVoting", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getPanels", "outputs": [ { "internalType": "string[]", "name": "", "type": "string[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "panelName_", "type": "string" } ], "name": "getRegDAOParameterStorage", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getRegistryContractAddresses", "outputs": [ { "components": [ { "internalType": "string", "name": "name", "type": "string" }, { "internalType": "address", "name": "address_", "type": "address" } ], "internalType": "struct IDAORegistry.RegistryEntry[]", "name": "", "type": "tuple[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getResource", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "isAbleToAddPanel", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "string", "name": "panelName_", "type": "string" } ], "name": "removePanel", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "version", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "stateMutability": "view", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }