-
Notifications
You must be signed in to change notification settings - Fork 0
/
Arrays.json
46 lines (45 loc) · 1.63 KB
/
Arrays.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
{
"UDL-SC_version" : "0.1",
"name" : "Arrays",
"creation_date":"2020-06-23",
"Business Perspective": {
"Legal":{ "name": "Ricardian contract" , "type":"Ricardian contract" ,"link":"https://www.barclays.co.uk/", "description" : ""},
"QOS":{ "service level": { "latency": "6ms", "gasConsomation": "608829", "ContractGasPrice":"608829"},
"Princing" :{" Gaslimit": "80000000", "tokenPrice": "234.56 USD"},
"security" : {"signed": "yes", "tested": "yes", "link":"https://blog.openzeppelin.com/augur-core-audit-244160d77c09/", "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": "findUpperBound",
"Type": "",
"scope" : "",
"description": "",
"inputs":[{"name": "storage array", "Type": "uint256" },{"name": "element", "Type": "uint256" }],
"outputs": [{"name": "" , "Type": "uint256" }]
}],
"Events": [
{"name": "",
"Type": "",
"description": "",
"outputs": [{"name": "", "Type": "","is_indexed" : true}]
}]
}
}