-
Notifications
You must be signed in to change notification settings - Fork 0
/
CompTimelock.json
81 lines (80 loc) · 2.42 KB
/
CompTimelock.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
75
76
77
78
79
80
81
{
"UDL-SC_version" : "0.1",
"name" : "CompTimelock",
"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": "acceptAdmin",
"Type": "public",
"scope" : "",
"description": "acceptAdmin",
"inputs":[{"name": "", "Type": "" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "setPendingAdmin",
"Type": "public",
"scope" : "",
"description": "setPendingAdmin",
"inputs":[{"name": "pendingAdmin_", "Type": "address " }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "queueTransaction",
"Type": "public",
"scope" : "",
"description": "queueTransaction",
"inputs":[{"name": "", "Type": "" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "cancelTransaction",
"Type": "public",
"scope" : "",
"description": "cancelTransaction",
"inputs":[{"name": "", "Type": "" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "executeTransaction",
"Type": "public",
"scope" : "",
"description": "executeTransaction",
"inputs":[{"name": "", "Type": "" }],
"outputs": [{"name": "" , "Type": "" }]
},
{"name": "getBlockTimestamp",
"Type": "public",
"scope" : "internal",
"description": "",
"inputs":[{"name": "", "Type": "" }],
"outputs": [{"name": "" , "Type": "uint256" }]
}],
"Events": [
{"name": "",
"Type": "",
"description": "",
"outputs": [{"name": "", "Type": "","is_indexed" : true}]
}]
}
}