-
Notifications
You must be signed in to change notification settings - Fork 0
/
AccessControlContractIMPL.json
55 lines (53 loc) · 1.71 KB
/
AccessControlContractIMPL.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"UDL-SC_version" : "0.1",
"name" : "AccessControlMock",
"creation_date":"11/03/2022",
"Business Perspective": {
"Legal":{ "name": "" , "type":"" ,"link":"","description" : ""},
"QOS":{ "service level": { "latency": "1ms", "gasConsomation": "", "ContractGasPrice":""},
"Princing" :{" Gaslimit": "", "tokenPrice": "234.56 USD"},
"security" : {"signed": "", "tested": "", "link":"","description" : ""}
},
"participants" : {
"provider":"",
"FutureUserType":""
},
"sc characteristics ":{
"documentational characteristics":{ "used compiler":"",
"usedRessources":"",
"abi" : "",
"deployed byte code" : "",
"description" : "",
"hash":"",
"metadata":""},
"common characteristics":{"type":"",
"category":"", "updateDate":"","state":"","version":"", "initialBalance ": ""
,"creationDate":"", "lifeCycle":""}}},
"technical Perspective":{ "blockhain characteristics ":{ "name":"Ethereum", "type":"public", "consensus":"proof of stacke","currency":"ETH"},
"Protocol information":{ "adress":"0xd8b934580fcE35a11B58C6D73aDeE468a2833fa8"}
},
"operationalPerspective":{
"Functions" : [
{"name": "setRoleAdmin",
"Type": "public",
"scope" : "",
"description": "setRoleAdmin",
"inputs":[{"name": "roleId", "Type": "bytes32" },{"name": "adminRoleId", "Type": "bytes32" }],
"outputs": [{"name": "" , "Type": "" }]
} ,
{"name": "senderProtected",
"Type": "public",
"scope" : "",
"description": "senderProtected",
"inputs":[{"name": "roleId", "Type": "bytes32" }],
"outputs": [{"name": "" , "Type": "" }]
}
],
"Events": [
{"name": "",
"Type": "",
"description": "",
"outputs": [{"name": "", "Type": "","is_indexed" : true}]
}]
}
}