UNPKG

@vaimee/my3sec-contracts

Version:

A set of contracts that implements the My3Sec protocol

83 lines (82 loc) 1.73 kB
{ "_format": "hh-sol-artifact-1", "contractName": "ISkillWallet", "sourceName": "contracts/common/interfaces/ISkillWallet.sol", "abi": [ { "inputs": [ { "internalType": "uint256", "name": "profileID", "type": "uint256" }, { "internalType": "uint256", "name": "index", "type": "uint256" } ], "name": "getSkill", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" }, { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "profileID", "type": "uint256" } ], "name": "getSkillCount", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "profileID", "type": "uint256" }, { "internalType": "uint256", "name": "skillID", "type": "uint256" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "recordExperience", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }