-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClonesiIMPL.json
72 lines (66 loc) · 2.59 KB
/
ClonesiIMPL.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
{
"UDL-SC_version" : "0.1",
"name" : "Clones",
"creation_date":"2020-06-23",
"Business Perspective": {
"Legal":{ "name": "Ricardian contract" , "type":"gouvernemental" ,"link":"https://www.federalreserve.gov/" ,"description" : "Approved by regulator and financial institutions"},
"QOS":{ "service level": { "latency": "6ms", "gasConsomation": "186703 ", "ContractGasPrice":"186703 "},
"Princing" :{" Gaslimit": "80000000", "tokenPrice": "234.56 USD"},
"security" : {"signed": "yes", "tested": "yes", "link":"https://github.com/ConsenSys/aragraph","description" : "A Tool to visualize permission relationships and other details of Aragon DAO’s."}
},
"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":"0x70c063b8A57c1208f0c84ffEbfFEb0C0B22B6715"}
},
"operationalPerspective":{
"Functions" : [
{"name": "clone",
"Type": "public",
"scope" : "internal",
"description": "clone",
"inputs":[{"name": "implementation", "Type": "address" }],
"outputs": [{"name": "instance" , "Type": "address" }]
},
{"name": "cloneDeterministic",
"Type": "public",
"scope" : "internal",
"description": "cloneDeterministic",
"inputs":[{"name": "implementation", "Type": "address" },{"name": "salet", "Type": "bytes32" }],
"outputs": [{"name": "instance" , "Type": "address" }]
},
{"name": "predictDeterministicAddress",
"Type": "public",
"scope" : "internal",
"description": "predictDeterministicAddress",
"inputs":[{"name": "implementation", "Type": "address" },{"name": "salet", "Type": "bytes32" },{"name": "deployer", "Type": "address" }],
"outputs": [{"name": "predicted" , "Type": "address" }]
},
{"name": "predictDeterministicAddress",
"Type": "",
"scope" : "",
"description": "predictDeterministicAddress",
"inputs":[{"name": "implementation", "Type": "address" },{"name": "salet", "Type": "bytes32" }],
"outputs": [{"name": "" , "Type": "" }]
}],
"Events": [
{"name": "",
"Type": "",
"description": "",
"outputs": [{"name": "", "Type": "","is_indexed" : true}]
}]
}
}