Skip to content

Commit c1d47c6

Browse files
committed
chore: migrate v0.23.3 to mainnet\
MIGRATION: Network Mainnet VersionsLedger - 0xe141d6f9e4146c38806bccb5aa6918571b04eb81 Migrations - 0xf6fbe11fef9b00cbcd6f75cc24d232c4b84ac2e3 Percent - 0xea6365aa3ea2ab87f6700480210e8f53ae05d216 W12FundFactory - 0x4d1ccd60b1b39e58b1394a2e8181d1c0ede8d7af Percent - 0xa3d3afa2e833664232f0ec9e0820794109f8971f W12FundFactory - 0x8a7364330566fb7b2d39bd507adab1cb83dc5f85 W12CrowdsaleFactory - 0xcf265860ddba11c7718395f6bb4bbef924c2e427 TokenExchanger - 0x069fde988c47f965fcf6dd51b526c16fa45604f6 W12Lister - 0x96bbf0f1b8ffb1428d60311fe280005133089872 Owner - 0x246c8e972a0fbdef6896d97a993f8b54dd2a215c Service wallet - 0x246c8e972a0fbdef6896d97a993f8b54dd2a215c
1 parent c8e0c32 commit c1d47c6

37 files changed

+13106
-13081
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

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

build/contracts/ITokenExchanger.json

+56-56
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,19 @@
131131
"sourceMap": "",
132132
"deployedSourceMap": "",
133133
"source": "pragma solidity ^0.4.24;\n\nimport \"./ITokenExchange.sol\";\nimport \"./ITokenLedger.sol\";\n\ncontract ITokenExchanger is ITokenExchange, ITokenLedger {}\n",
134-
"sourcePath": "/home/circleci/code/contracts/token/exchanger/ITokenExchanger.sol",
134+
"sourcePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchanger.sol",
135135
"ast": {
136-
"absolutePath": "/home/circleci/code/contracts/token/exchanger/ITokenExchanger.sol",
136+
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchanger.sol",
137137
"exportedSymbols": {
138138
"ITokenExchanger": [
139-
6187
139+
6173
140140
]
141141
},
142-
"id": 6188,
142+
"id": 6174,
143143
"nodeType": "SourceUnit",
144144
"nodes": [
145145
{
146-
"id": 6180,
146+
"id": 6166,
147147
"literals": [
148148
"solidity",
149149
"^",
@@ -154,23 +154,23 @@
154154
"src": "0:24:23"
155155
},
156156
{
157-
"absolutePath": "/home/circleci/code/contracts/token/exchanger/ITokenExchange.sol",
157+
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchange.sol",
158158
"file": "./ITokenExchange.sol",
159-
"id": 6181,
159+
"id": 6167,
160160
"nodeType": "ImportDirective",
161-
"scope": 6188,
162-
"sourceUnit": 6179,
161+
"scope": 6174,
162+
"sourceUnit": 6165,
163163
"src": "26:30:23",
164164
"symbolAliases": [],
165165
"unitAlias": ""
166166
},
167167
{
168-
"absolutePath": "/home/circleci/code/contracts/token/exchanger/ITokenLedger.sol",
168+
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenLedger.sol",
169169
"file": "./ITokenLedger.sol",
170-
"id": 6182,
170+
"id": 6168,
171171
"nodeType": "ImportDirective",
172-
"scope": 6188,
173-
"sourceUnit": 6223,
172+
"scope": 6174,
173+
"sourceUnit": 6209,
174174
"src": "57:28:23",
175175
"symbolAliases": [],
176176
"unitAlias": ""
@@ -181,73 +181,73 @@
181181
"arguments": null,
182182
"baseName": {
183183
"contractScope": null,
184-
"id": 6183,
184+
"id": 6169,
185185
"name": "ITokenExchange",
186186
"nodeType": "UserDefinedTypeName",
187-
"referencedDeclaration": 6178,
187+
"referencedDeclaration": 6164,
188188
"src": "115:14:23",
189189
"typeDescriptions": {
190-
"typeIdentifier": "t_contract$_ITokenExchange_$6178",
190+
"typeIdentifier": "t_contract$_ITokenExchange_$6164",
191191
"typeString": "contract ITokenExchange"
192192
}
193193
},
194-
"id": 6184,
194+
"id": 6170,
195195
"nodeType": "InheritanceSpecifier",
196196
"src": "115:14:23"
197197
},
198198
{
199199
"arguments": null,
200200
"baseName": {
201201
"contractScope": null,
202-
"id": 6185,
202+
"id": 6171,
203203
"name": "ITokenLedger",
204204
"nodeType": "UserDefinedTypeName",
205-
"referencedDeclaration": 6222,
205+
"referencedDeclaration": 6208,
206206
"src": "131:12:23",
207207
"typeDescriptions": {
208-
"typeIdentifier": "t_contract$_ITokenLedger_$6222",
208+
"typeIdentifier": "t_contract$_ITokenLedger_$6208",
209209
"typeString": "contract ITokenLedger"
210210
}
211211
},
212-
"id": 6186,
212+
"id": 6172,
213213
"nodeType": "InheritanceSpecifier",
214214
"src": "131:12:23"
215215
}
216216
],
217217
"contractDependencies": [
218-
6178,
219-
6222
218+
6164,
219+
6208
220220
],
221221
"contractKind": "contract",
222222
"documentation": null,
223223
"fullyImplemented": false,
224-
"id": 6187,
224+
"id": 6173,
225225
"linearizedBaseContracts": [
226-
6187,
227-
6222,
228-
6178
226+
6173,
227+
6208,
228+
6164
229229
],
230230
"name": "ITokenExchanger",
231231
"nodeType": "ContractDefinition",
232232
"nodes": [],
233-
"scope": 6188,
233+
"scope": 6174,
234234
"src": "87:59:23"
235235
}
236236
],
237237
"src": "0:147:23"
238238
},
239239
"legacyAST": {
240-
"absolutePath": "/home/circleci/code/contracts/token/exchanger/ITokenExchanger.sol",
240+
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchanger.sol",
241241
"exportedSymbols": {
242242
"ITokenExchanger": [
243-
6187
243+
6173
244244
]
245245
},
246-
"id": 6188,
246+
"id": 6174,
247247
"nodeType": "SourceUnit",
248248
"nodes": [
249249
{
250-
"id": 6180,
250+
"id": 6166,
251251
"literals": [
252252
"solidity",
253253
"^",
@@ -258,23 +258,23 @@
258258
"src": "0:24:23"
259259
},
260260
{
261-
"absolutePath": "/home/circleci/code/contracts/token/exchanger/ITokenExchange.sol",
261+
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenExchange.sol",
262262
"file": "./ITokenExchange.sol",
263-
"id": 6181,
263+
"id": 6167,
264264
"nodeType": "ImportDirective",
265-
"scope": 6188,
266-
"sourceUnit": 6179,
265+
"scope": 6174,
266+
"sourceUnit": 6165,
267267
"src": "26:30:23",
268268
"symbolAliases": [],
269269
"unitAlias": ""
270270
},
271271
{
272-
"absolutePath": "/home/circleci/code/contracts/token/exchanger/ITokenLedger.sol",
272+
"absolutePath": "/c/Users/Mr.Hokid/projects/work/w12-product-contracts/contracts/token/exchanger/ITokenLedger.sol",
273273
"file": "./ITokenLedger.sol",
274-
"id": 6182,
274+
"id": 6168,
275275
"nodeType": "ImportDirective",
276-
"scope": 6188,
277-
"sourceUnit": 6223,
276+
"scope": 6174,
277+
"sourceUnit": 6209,
278278
"src": "57:28:23",
279279
"symbolAliases": [],
280280
"unitAlias": ""
@@ -285,56 +285,56 @@
285285
"arguments": null,
286286
"baseName": {
287287
"contractScope": null,
288-
"id": 6183,
288+
"id": 6169,
289289
"name": "ITokenExchange",
290290
"nodeType": "UserDefinedTypeName",
291-
"referencedDeclaration": 6178,
291+
"referencedDeclaration": 6164,
292292
"src": "115:14:23",
293293
"typeDescriptions": {
294-
"typeIdentifier": "t_contract$_ITokenExchange_$6178",
294+
"typeIdentifier": "t_contract$_ITokenExchange_$6164",
295295
"typeString": "contract ITokenExchange"
296296
}
297297
},
298-
"id": 6184,
298+
"id": 6170,
299299
"nodeType": "InheritanceSpecifier",
300300
"src": "115:14:23"
301301
},
302302
{
303303
"arguments": null,
304304
"baseName": {
305305
"contractScope": null,
306-
"id": 6185,
306+
"id": 6171,
307307
"name": "ITokenLedger",
308308
"nodeType": "UserDefinedTypeName",
309-
"referencedDeclaration": 6222,
309+
"referencedDeclaration": 6208,
310310
"src": "131:12:23",
311311
"typeDescriptions": {
312-
"typeIdentifier": "t_contract$_ITokenLedger_$6222",
312+
"typeIdentifier": "t_contract$_ITokenLedger_$6208",
313313
"typeString": "contract ITokenLedger"
314314
}
315315
},
316-
"id": 6186,
316+
"id": 6172,
317317
"nodeType": "InheritanceSpecifier",
318318
"src": "131:12:23"
319319
}
320320
],
321321
"contractDependencies": [
322-
6178,
323-
6222
322+
6164,
323+
6208
324324
],
325325
"contractKind": "contract",
326326
"documentation": null,
327327
"fullyImplemented": false,
328-
"id": 6187,
328+
"id": 6173,
329329
"linearizedBaseContracts": [
330-
6187,
331-
6222,
332-
6178
330+
6173,
331+
6208,
332+
6164
333333
],
334334
"name": "ITokenExchanger",
335335
"nodeType": "ContractDefinition",
336336
"nodes": [],
337-
"scope": 6188,
337+
"scope": 6174,
338338
"src": "87:59:23"
339339
}
340340
],
@@ -346,5 +346,5 @@
346346
},
347347
"networks": {},
348348
"schemaVersion": "2.0.1",
349-
"updatedAt": "2018-10-02T11:52:56.689Z"
349+
"updatedAt": "2018-11-07T15:27:08.422Z"
350350
}

0 commit comments

Comments
 (0)