-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1_starter.json
More file actions
95 lines (82 loc) · 2.71 KB
/
1_starter.json
File metadata and controls
95 lines (82 loc) · 2.71 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"UDL-SC_version" : "1.0",
"name" : "1_starter",
"creation_date":"11/03/2022",
"Business Perspective": {
"Business Perspective": {
"Legal":{ "name": "state" , "type":"gouvernemental" ,"link":"https://www.federalreserve.gov/","description" : "The Federal Reserve System is the central bank of the United States."},
"QOS":{ "service level": { "latency": "6ms", "gasConsomation": "1064289 ", "ContractGasPrice":"1064289 "},
"Princing" :{" Gaslimit": "80000000 ", "tokenPrice": "234.56 USD"},
"security" : {"signed": "yes", "tested": "yes", "link":"https://mariachris.github.io/Pubs/FSE-2020-Harvey.pdf", "description":"A state-of-the-art greybox fuzzer for Ethereum smart contracts. It integrates various novel techniques for finding bugs faster and more reliably."}
},
"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":"0x5B38Da6a701c568545dCfcB03FcB875f56beddC4"}
},
"operationalPerspective":{
"Functions" : [
{"name": "safeMint",
"Type": "public",
"scope" : "",
"description": "safeMint",
"inputs":[{"name": "to", "Type": "address" }],
"outputs": []
},
{"name": "growFlower",
"Type": "public",
"scope" : "",
"description": "growFlower",
"inputs":[{"name": "_tokenId", "Type": "uint256" }],
"outputs": []
},
{"name": "flowerStage",
"Type": "public",
"scope" : "",
"description": "flowerStage",
"inputs":[{"name": "_tokenId", "Type": "uint256" }],
"outputs": [{"name": "_tokenId", "Type": "uint256" }]
},
{"name": "compareStrings",
"Type": "public",
"scope" : "",
"description": "compareStrings",
"inputs":[{"name": "memory a", "Type": "string" }, {"name": "memory b", "Type": "string" }],
"outputs": []
},
{"name": "_burn",
"Type": "public",
"scope" : "",
"description": "_burn",
"inputs":[{"name": "tokenId", "Type": "uint256" }],
"outputs": []
},
{"name": "tokenURI",
"Type": "public",
"scope" : "",
"description": "tokenURI",
"inputs":[{"name": "tokenId", "Type": "uint256" }],
"outputs": []
},
],
"Events": [
{"name": "",
"Type": "",
"description": "",
"outputs": [{"name": "", "Type": "","is_indexed" : true}]
}]
}
}