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
68 lines (67 loc) • 1.72 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPartnersAgreementFactory",
"sourceName": "contracts/main/partnersAgreement/interfaces/IPartnersAgreementFactory.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "skillWalletAddr",
"type": "address"
},
{
"components": [
{
"internalType": "uint256",
"name": "version",
"type": "uint256"
},
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "address",
"name": "communityAddress",
"type": "address"
},
{
"internalType": "address[]",
"name": "partnersContracts",
"type": "address[]"
},
{
"internalType": "uint256",
"name": "rolesCount",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "commitmentLevel",
"type": "uint256"
}
],
"internalType": "struct Types.PartnersAgreementData",
"name": "data",
"type": "tuple"
}
],
"name": "createPartnersAgreement",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}