-
Notifications
You must be signed in to change notification settings - Fork 0
/
AccessControlEnumerable.json
74 lines (73 loc) · 2.4 KB
/
AccessControlEnumerable.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"UDL-SC_version" : "0.1",
"name" : "AccessControlEnumerable",
"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": "supportsInterface",
"Type": "public",
"scope" : "",
"description": "supports Interface",
"inputs":[{"name": "interfaceId", "Type": "bytes4" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "getRoleMember",
"Type": "public",
"scope" : "",
"description": "get Role Member",
"inputs":[{"name": "role", "Type": "bytes32" },{"name": "index", "Type": "uint256" }],
"outputs": [{"name": "account" , "Type": "adress" }]
},
{"name": "getRoleMemberCount",
"Type": "public",
"scope" : "",
"description": "get Role MemberCount",
"inputs":[{"name": "role", "Type": "bytes32" }],
"outputs": [{"name": "index" , "Type": "uint256" }]
},
{"name": "_grantRole",
"Type": "internal",
"scope" : "",
"description": "_grantRole",
"inputs":[{"name": "role", "Type": "bytes32" },{"name": "account", "Type": "address" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "_revokeRole",
"Type": "internal",
"scope" : "",
"description": "_revokeRole",
"inputs":[{"name": "role", "Type": "bytes32" },{"name": "account", "Type": "address" }],
"outputs": [{"name": "" , "Type": "" }]
} ],
"Events": [
{"name": "",
"Type": "",
"description": "",
"outputs": [{"name": "", "Type": "","is_indexed" : true}]
}]
}
}