-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.json
More file actions
74 lines (74 loc) · 1.96 KB
/
test.json
File metadata and controls
74 lines (74 loc) · 1.96 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
{
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)7325f_storage"
},
{
"label": "_owner",
"offset": 0,
"slot": "51",
"type": "t_address"
},
{
"label": "__gap",
"offset": 0,
"slot": "52",
"type": "t_array(t_uint256)7325f_storage"
},
{
"label": "_one",
"offset": 0,
"slot": "101",
"type": "t_uint8"
}
],
"types": {
"t_address": {
"encoding": "inplace",
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_uint256)7325f_storage": {
"base": "t_uint256",
"encoding": "inplace",
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"encoding": "inplace",
"label": "bool",
"numberOfBytes": "1"
},
"t_uint256": {
"encoding": "inplace",
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"encoding": "inplace",
"label": "uint8",
"numberOfBytes": "1"
}
},
"params": {
"file_name": "contracts/test/TestUpgradableV01.sol",
"unify": true,
"solc": "/home/vscode/.solcx/solc-v0.8.19",
"remappings": "@openzeppelin-upgradeable=/home/vscode/.brownie/packages/OpenZeppelin/openzeppelin-contracts-upgradeable@4.8.2 @openzeppelin=/home/vscode/.brownie/packages/OpenZeppelin/openzeppelin-contracts@4.8.2"
}
}