-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathzos.ropsten.json
174 lines (174 loc) · 5.21 KB
/
zos.ropsten.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"contracts": {
"AvatarNameRegistry": {
"address": "0xd127F8d9C736d91Acdee34645e0b4C9db7178160",
"constructorCode": "6080604081905260008054600160a060020a0319163317808255600160a060020a0316917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a36117d7806100576000396000f3fe",
"bodyBytecodeHash": "65b361ee20f48b29e532750015218e0407f2aea3c5151eea646ee0a45950248b",
"localBytecodeHash": "435c928440554db0b5bada01fc0cbc22b2be0d60c49c056168d791ba5fac2f5d",
"deployedBytecodeHash": "435c928440554db0b5bada01fc0cbc22b2be0d60c49c056168d791ba5fac2f5d",
"types": {
"t_address": {
"id": "t_address",
"kind": "elementary",
"label": "address"
},
"t_bool": {
"id": "t_bool",
"kind": "elementary",
"label": "bool"
},
"t_uint256": {
"id": "t_uint256",
"kind": "elementary",
"label": "uint256"
},
"t_array:50<t_uint256>": {
"id": "t_array:50<t_uint256>",
"valueType": "t_uint256",
"length": "50",
"kind": "array",
"label": "uint256[50]"
},
"t_mapping<t_address>": {
"id": "t_mapping<t_address>",
"valueType": "t_address",
"label": "mapping(key => address)",
"kind": "mapping"
},
"t_struct<AvatarNameStorage.Data>": {
"id": "t_struct<AvatarNameStorage.Data>",
"kind": "struct",
"label": "AvatarNameStorage.Data",
"members": [
{
"label": "username",
"astId": 376,
"type": "t_string",
"src": "472:15:1"
},
{
"label": "metadata",
"astId": 378,
"type": "t_string",
"src": "497:15:1"
}
]
},
"t_string": {
"id": "t_string",
"kind": "elementary",
"label": "string"
},
"t_mapping<t_struct<AvatarNameStorage.Data>>": {
"id": "t_mapping<t_struct<AvatarNameStorage.Data>>",
"valueType": "t_struct<AvatarNameStorage.Data>",
"label": "mapping(key => AvatarNameStorage.Data)",
"kind": "mapping"
},
"t_mapping<t_bool>": {
"id": "t_mapping<t_bool>",
"valueType": "t_bool",
"label": "mapping(key => bool)",
"kind": "mapping"
}
},
"storage": [
{
"contract": "ZOSLibOwnable",
"path": "zos-lib/contracts/ownership/Ownable.sol",
"label": "_owner",
"astId": 540,
"type": "t_address",
"src": "689:22:4"
},
{
"contract": "Initializable",
"path": "zos-lib/contracts/Initializable.sol",
"label": "initialized",
"astId": 477,
"type": "t_bool",
"src": "757:24:3"
},
{
"contract": "Initializable",
"path": "zos-lib/contracts/Initializable.sol",
"label": "initializing",
"astId": 479,
"type": "t_bool",
"src": "876:25:3"
},
{
"contract": "Initializable",
"path": "zos-lib/contracts/Initializable.sol",
"label": "______gap",
"astId": 535,
"type": "t_array:50<t_uint256>",
"src": "1951:29:3"
},
{
"contract": "AvatarNameStorage",
"path": "contracts/AvatarNameStorage.sol",
"label": "manaToken",
"astId": 372,
"type": "t_address",
"src": "386:31:1"
},
{
"contract": "AvatarNameStorage",
"path": "contracts/AvatarNameStorage.sol",
"label": "price",
"astId": 374,
"type": "t_uint256",
"src": "423:20:1"
},
{
"contract": "AvatarNameStorage",
"path": "contracts/AvatarNameStorage.sol",
"label": "usernames",
"astId": 383,
"type": "t_mapping<t_address>",
"src": "554:37:1"
},
{
"contract": "AvatarNameStorage",
"path": "contracts/AvatarNameStorage.sol",
"label": "user",
"astId": 387,
"type": "t_mapping<t_struct<AvatarNameStorage.Data>>",
"src": "624:37:1"
},
{
"contract": "AvatarNameStorage",
"path": "contracts/AvatarNameStorage.sol",
"label": "allowed",
"astId": 391,
"type": "t_mapping<t_bool>",
"src": "695:40:1"
}
],
"warnings": {
"hasConstructor": false,
"hasSelfDestruct": false,
"hasDelegateCall": false,
"hasInitialValuesInDeclarations": false,
"uninitializedBaseContracts": []
}
}
},
"solidityLibs": {},
"proxies": {
"avatars-contract/AvatarNameRegistry": [
{
"address": "0x2d794a7c956624fb93Eb3ff6E48D5b5d6dBA127b",
"version": "1.0.0",
"implementation": "0xd127F8d9C736d91Acdee34645e0b4C9db7178160",
"kind": "Upgradeable"
}
]
},
"zosversion": "2.2",
"version": "1.0.0",
"proxyAdmin": {
"address": "0x8029e790F1d3Bf756F8689bC48bbb1FfaB2897c7"
}
}