UNPKG

skill-wallet

Version:

The SkillWallet is a permissionless, open-source protocol for the creation of universal, self-sovereign Identities - based on Skills instead of personal data. <br/> It comes as an upgradable, Non-Transferable, Non-Fungible-Token (U-NT-NFT) - and it entile

98 lines (97 loc) 2.18 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IPartnersRegistry", "sourceName": "contracts/main/partnersAgreement/interfaces/IPartnersRegistry.sol", "abi": [ { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "address", "name": "partnersAgreementAddress", "type": "address" }, { "indexed": false, "internalType": "address", "name": "communityAddress", "type": "address" } ], "name": "PartnersAgreementCreated", "type": "event" }, { "inputs": [ { "internalType": "address", "name": "communityAddress", "type": "address" }, { "internalType": "uint256", "name": "rolesCount", "type": "uint256" }, { "internalType": "uint256", "name": "commitmentLevel", "type": "uint256" }, { "internalType": "address", "name": "partnersContractAddress", "type": "address" } ], "name": "create", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "getPartnerAgreementAddresses", "outputs": [ { "internalType": "address[]", "name": "", "type": "address[]" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_agreement", "type": "address" } ], "name": "migrate", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "_version", "type": "uint256" } ], "name": "setVersion", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }