-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClonesMock.json
68 lines (67 loc) · 2.25 KB
/
ClonesMock.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
{
"UDL-SC_version" : "0.1",
"name" : "ClonesMock",
"creation_date":"",
"creation_date":"11/03/2018",
"Business Perspective": {
"Legal":{ "name": "" , "type":"" ,"link":"","description" : ""},
"QOS":{ "service level": { "latency": "1ms", "gasConsomation": "1185924 ", "ContractGasPrice":"1185924 "},
"Princing" :{" Gaslimit": "266600", "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": "clone",
"Type": "public",
"scope" : "",
"description": "clone",
"inputs":[{"name": "implementation", "Type": "adress" },{"name": "bytes calldata", "Type": "initdata" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "cloneDeterministic",
"Type": "public",
"scope" : "",
"description": "cloneDeterministic",
"inputs":[{"name": "", "Type": "" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "predictDeterministicAddress",
"Type": "public",
"scope" : "",
"description": "predictDeterministicAddress",
"inputs":[{"name": "implementation", "Type": "adress" },{"name": "salt", "Type": "bytes32" }],
"outputs": [{"name": " predicted" , "Type": "address" }]
},
{"name": "_initAndEmit",
"Type": "private",
"scope" : "",
"description": "_initAndEmit",
"inputs":[{"name": "instance", "Type": "adress" },{"name": "bytes memory", "Type": "initdata" }],
"outputs": [{"name": "" , "Type": "" }]
}],
"Events": [
{"name": "",
"Type": "",
"description": "",
"outputs": [{"name": "", "Type": "","is_indexed" : true}]
}]
}
}