Skip to content

Commit 5bccdb5

Browse files
committed
chore: migration of v0.23.4
MIGRATION: Network Mainnet VersionsLedger - 0xa4ebff3b763c97f4fd245d46e8808470af937c59 Migrations - 0xb9f1b9653904e5f2da7833f77ab66aefe95441d2 Percent - 0xc8ef1fbeb7148317bec91420467dfb05ee440e1c W12FundFactory - 0x6b7660b123b0c25bfa15463a7a03d5ba8543e699 W12CrowdsaleFactory - 0xe1fdf94a363f15ee9bdd711178180d376bd79036 TokenExchanger - 0x1375144591c8f91daabcd30f64cd7dec6a3c08d4 W12Lister - 0xec376f955663824736444501e06c1fce20045d91 Owner - 0x246c8e972a0fbdef6896d97a993f8b54dd2a215c Service wallet - 0x246c8e972a0fbdef6896d97a993f8b54dd2a215c
1 parent 84cd579 commit 5bccdb5

37 files changed

+38449
-37086
lines changed

build/contracts/BytesLib.json

+607-607
Large diffs are not rendered by default.

build/contracts/DetailedERC20.json

+117-117
Large diffs are not rendered by default.

build/contracts/ERC20.json

+137-137
Large diffs are not rendered by default.

build/contracts/ERC20Basic.json

+95-95
Large diffs are not rendered by default.

build/contracts/ITokenExchange.json

+127-127
Large diffs are not rendered by default.

build/contracts/ITokenExchanger.json

+67-67
Original file line numberDiff line numberDiff line change
@@ -136,42 +136,42 @@
136136
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchanger.sol",
137137
"exportedSymbols": {
138138
"ITokenExchanger": [
139-
6173
139+
6153
140140
]
141141
},
142-
"id": 6174,
142+
"id": 6154,
143143
"nodeType": "SourceUnit",
144144
"nodes": [
145145
{
146-
"id": 6166,
146+
"id": 6146,
147147
"literals": [
148148
"solidity",
149149
"^",
150150
"0.4",
151151
".24"
152152
],
153153
"nodeType": "PragmaDirective",
154-
"src": "0:24:23"
154+
"src": "0:24:22"
155155
},
156156
{
157157
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchange.sol",
158158
"file": "./ITokenExchange.sol",
159-
"id": 6167,
159+
"id": 6147,
160160
"nodeType": "ImportDirective",
161-
"scope": 6174,
162-
"sourceUnit": 6165,
163-
"src": "26:30:23",
161+
"scope": 6154,
162+
"sourceUnit": 6145,
163+
"src": "26:30:22",
164164
"symbolAliases": [],
165165
"unitAlias": ""
166166
},
167167
{
168168
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenLedger.sol",
169169
"file": "./ITokenLedger.sol",
170-
"id": 6168,
170+
"id": 6148,
171171
"nodeType": "ImportDirective",
172-
"scope": 6174,
173-
"sourceUnit": 6209,
174-
"src": "57:28:23",
172+
"scope": 6154,
173+
"sourceUnit": 6189,
174+
"src": "57:28:22",
175175
"symbolAliases": [],
176176
"unitAlias": ""
177177
},
@@ -181,101 +181,101 @@
181181
"arguments": null,
182182
"baseName": {
183183
"contractScope": null,
184-
"id": 6169,
184+
"id": 6149,
185185
"name": "ITokenExchange",
186186
"nodeType": "UserDefinedTypeName",
187-
"referencedDeclaration": 6164,
188-
"src": "115:14:23",
187+
"referencedDeclaration": 6144,
188+
"src": "115:14:22",
189189
"typeDescriptions": {
190-
"typeIdentifier": "t_contract$_ITokenExchange_$6164",
190+
"typeIdentifier": "t_contract$_ITokenExchange_$6144",
191191
"typeString": "contract ITokenExchange"
192192
}
193193
},
194-
"id": 6170,
194+
"id": 6150,
195195
"nodeType": "InheritanceSpecifier",
196-
"src": "115:14:23"
196+
"src": "115:14:22"
197197
},
198198
{
199199
"arguments": null,
200200
"baseName": {
201201
"contractScope": null,
202-
"id": 6171,
202+
"id": 6151,
203203
"name": "ITokenLedger",
204204
"nodeType": "UserDefinedTypeName",
205-
"referencedDeclaration": 6208,
206-
"src": "131:12:23",
205+
"referencedDeclaration": 6188,
206+
"src": "131:12:22",
207207
"typeDescriptions": {
208-
"typeIdentifier": "t_contract$_ITokenLedger_$6208",
208+
"typeIdentifier": "t_contract$_ITokenLedger_$6188",
209209
"typeString": "contract ITokenLedger"
210210
}
211211
},
212-
"id": 6172,
212+
"id": 6152,
213213
"nodeType": "InheritanceSpecifier",
214-
"src": "131:12:23"
214+
"src": "131:12:22"
215215
}
216216
],
217217
"contractDependencies": [
218-
6164,
219-
6208
218+
6144,
219+
6188
220220
],
221221
"contractKind": "contract",
222222
"documentation": null,
223223
"fullyImplemented": false,
224-
"id": 6173,
224+
"id": 6153,
225225
"linearizedBaseContracts": [
226-
6173,
227-
6208,
228-
6164
226+
6153,
227+
6188,
228+
6144
229229
],
230230
"name": "ITokenExchanger",
231231
"nodeType": "ContractDefinition",
232232
"nodes": [],
233-
"scope": 6174,
234-
"src": "87:59:23"
233+
"scope": 6154,
234+
"src": "87:59:22"
235235
}
236236
],
237-
"src": "0:147:23"
237+
"src": "0:147:22"
238238
},
239239
"legacyAST": {
240240
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchanger.sol",
241241
"exportedSymbols": {
242242
"ITokenExchanger": [
243-
6173
243+
6153
244244
]
245245
},
246-
"id": 6174,
246+
"id": 6154,
247247
"nodeType": "SourceUnit",
248248
"nodes": [
249249
{
250-
"id": 6166,
250+
"id": 6146,
251251
"literals": [
252252
"solidity",
253253
"^",
254254
"0.4",
255255
".24"
256256
],
257257
"nodeType": "PragmaDirective",
258-
"src": "0:24:23"
258+
"src": "0:24:22"
259259
},
260260
{
261261
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchange.sol",
262262
"file": "./ITokenExchange.sol",
263-
"id": 6167,
263+
"id": 6147,
264264
"nodeType": "ImportDirective",
265-
"scope": 6174,
266-
"sourceUnit": 6165,
267-
"src": "26:30:23",
265+
"scope": 6154,
266+
"sourceUnit": 6145,
267+
"src": "26:30:22",
268268
"symbolAliases": [],
269269
"unitAlias": ""
270270
},
271271
{
272272
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenLedger.sol",
273273
"file": "./ITokenLedger.sol",
274-
"id": 6168,
274+
"id": 6148,
275275
"nodeType": "ImportDirective",
276-
"scope": 6174,
277-
"sourceUnit": 6209,
278-
"src": "57:28:23",
276+
"scope": 6154,
277+
"sourceUnit": 6189,
278+
"src": "57:28:22",
279279
"symbolAliases": [],
280280
"unitAlias": ""
281281
},
@@ -285,66 +285,66 @@
285285
"arguments": null,
286286
"baseName": {
287287
"contractScope": null,
288-
"id": 6169,
288+
"id": 6149,
289289
"name": "ITokenExchange",
290290
"nodeType": "UserDefinedTypeName",
291-
"referencedDeclaration": 6164,
292-
"src": "115:14:23",
291+
"referencedDeclaration": 6144,
292+
"src": "115:14:22",
293293
"typeDescriptions": {
294-
"typeIdentifier": "t_contract$_ITokenExchange_$6164",
294+
"typeIdentifier": "t_contract$_ITokenExchange_$6144",
295295
"typeString": "contract ITokenExchange"
296296
}
297297
},
298-
"id": 6170,
298+
"id": 6150,
299299
"nodeType": "InheritanceSpecifier",
300-
"src": "115:14:23"
300+
"src": "115:14:22"
301301
},
302302
{
303303
"arguments": null,
304304
"baseName": {
305305
"contractScope": null,
306-
"id": 6171,
306+
"id": 6151,
307307
"name": "ITokenLedger",
308308
"nodeType": "UserDefinedTypeName",
309-
"referencedDeclaration": 6208,
310-
"src": "131:12:23",
309+
"referencedDeclaration": 6188,
310+
"src": "131:12:22",
311311
"typeDescriptions": {
312-
"typeIdentifier": "t_contract$_ITokenLedger_$6208",
312+
"typeIdentifier": "t_contract$_ITokenLedger_$6188",
313313
"typeString": "contract ITokenLedger"
314314
}
315315
},
316-
"id": 6172,
316+
"id": 6152,
317317
"nodeType": "InheritanceSpecifier",
318-
"src": "131:12:23"
318+
"src": "131:12:22"
319319
}
320320
],
321321
"contractDependencies": [
322-
6164,
323-
6208
322+
6144,
323+
6188
324324
],
325325
"contractKind": "contract",
326326
"documentation": null,
327327
"fullyImplemented": false,
328-
"id": 6173,
328+
"id": 6153,
329329
"linearizedBaseContracts": [
330-
6173,
331-
6208,
332-
6164
330+
6153,
331+
6188,
332+
6144
333333
],
334334
"name": "ITokenExchanger",
335335
"nodeType": "ContractDefinition",
336336
"nodes": [],
337-
"scope": 6174,
338-
"src": "87:59:23"
337+
"scope": 6154,
338+
"src": "87:59:22"
339339
}
340340
],
341-
"src": "0:147:23"
341+
"src": "0:147:22"
342342
},
343343
"compiler": {
344344
"name": "solc",
345345
"version": "0.4.24+commit.e67f0147.Emscripten.clang"
346346
},
347347
"networks": {},
348348
"schemaVersion": "2.0.1",
349-
"updatedAt": "2018-11-07T15:27:08.422Z"
349+
"updatedAt": "2018-11-14T14:48:13.483Z"
350350
}

0 commit comments

Comments
 (0)