@artblocks/contracts 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/README.md +27 -2
  2. package/artifacts/contracts/archive/GenArt721CoreV0.sol/Address.json +10 -0
  3. package/artifacts/contracts/archive/GenArt721CoreV0.sol/Counters.json +10 -0
  4. package/artifacts/contracts/archive/GenArt721CoreV0.sol/CustomERC721Metadata.json +425 -0
  5. package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC165.json +38 -0
  6. package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC721.json +322 -0
  7. package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC721Enumerable.json +384 -0
  8. package/artifacts/contracts/archive/GenArt721CoreV0.sol/ERC721ReceiverMock.json +101 -0
  9. package/artifacts/contracts/archive/GenArt721CoreV0.sol/GenArt721.json +1528 -0
  10. package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC165.json +32 -0
  11. package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC721.json +316 -0
  12. package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC721Enumerable.json +378 -0
  13. package/artifacts/contracts/archive/GenArt721CoreV0.sol/IERC721Receiver.json +47 -0
  14. package/artifacts/contracts/archive/GenArt721CoreV0.sol/SafeMath.json +10 -0
  15. package/artifacts/contracts/archive/GenArt721CoreV0.sol/Strings.json +10 -0
  16. package/artifacts/contracts/archive/GenArt721CoreV1.sol/Address.json +10 -0
  17. package/artifacts/contracts/archive/GenArt721CoreV1.sol/Counters.json +10 -0
  18. package/artifacts/contracts/archive/GenArt721CoreV1.sol/CustomERC721Metadata.json +425 -0
  19. package/artifacts/contracts/archive/GenArt721CoreV1.sol/ERC165.json +38 -0
  20. package/artifacts/contracts/archive/GenArt721CoreV1.sol/ERC721.json +322 -0
  21. package/artifacts/contracts/archive/GenArt721CoreV1.sol/ERC721Enumerable.json +384 -0
  22. package/artifacts/contracts/archive/GenArt721CoreV1.sol/GenArt721Core.json +1773 -0
  23. package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC165.json +32 -0
  24. package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC721.json +316 -0
  25. package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC721Enumerable.json +378 -0
  26. package/artifacts/contracts/archive/GenArt721CoreV1.sol/IERC721Receiver.json +47 -0
  27. package/artifacts/contracts/archive/GenArt721CoreV1.sol/Randomizer.json +26 -0
  28. package/artifacts/contracts/archive/GenArt721CoreV1.sol/SafeMath.json +10 -0
  29. package/artifacts/contracts/archive/GenArt721CoreV1.sol/Strings.json +10 -0
  30. package/artifacts/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV0.sol/MinterDAExpV0.json +575 -0
  31. package/artifacts/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV1.sol/MinterDAExpV1.json +463 -0
  32. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV2.sol/MinterDAExpV2.json +3 -3
  33. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV3.sol/MinterDAExpV3.json +3 -3
  34. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExpSettlement/MinterDAExpSettlementV0.sol/MinterDAExpSettlementV0.json +15 -15
  35. package/artifacts/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV0.sol/MinterDALinV0.json +551 -0
  36. package/artifacts/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV1.sol/MinterDALinV1.json +439 -0
  37. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV2.sol/MinterDALinV2.json +3 -3
  38. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV3.sol/MinterDALinV3.json +3 -3
  39. package/artifacts/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV0.sol/MinterHolderV0.json +622 -0
  40. package/artifacts/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV1.sol/MinterHolderV1.json +719 -0
  41. package/artifacts/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV2.sol/MinterHolderV2.json +794 -0
  42. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterHolder/MinterHolderV3.sol/MinterHolderV3.json +3 -3
  43. package/artifacts/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV0.sol/MinterMerkleV0.json +873 -0
  44. package/artifacts/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV1.sol/MinterMerkleV1.json +932 -0
  45. package/artifacts/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV2.sol/MinterMerkleV2.json +984 -0
  46. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV3.sol/MinterMerkleV3.json +3 -3
  47. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV4.sol/MinterMerkleV4.json +3 -3
  48. package/artifacts/contracts/archive/minter-suite/Minters/MinterSetPrice/MinterSetPriceV0.sol/MinterSetPriceV0.json +400 -0
  49. package/artifacts/contracts/{minter-suite/Minters/MinterSetPrice/deprecated → archive/minter-suite/Minters/MinterSetPrice}/MinterSetPriceV1.sol/MinterSetPriceV1.json +3 -3
  50. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV2.sol/MinterSetPriceV2.json +3 -3
  51. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV3.sol/MinterSetPriceV3.json +3 -3
  52. package/artifacts/contracts/{minter-suite/Minters/MinterSetPriceERC20/deprecated → archive/minter-suite/Minters/MinterSetPriceERC20}/MinterSetPriceERC20V0.sol/MinterSetPriceERC20V0.json +3 -3
  53. package/artifacts/contracts/archive/minter-suite/Minters/MinterSetPriceERC20/MinterSetPriceERC20V1.sol/MinterSetPriceERC20V1.json +349 -0
  54. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V2.sol/MinterSetPriceERC20V2.json +3 -3
  55. package/artifacts/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V3.sol/MinterSetPriceERC20V3.json +3 -3
  56. package/artifacts/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlementV0.sol/IFilteredMinterDAExpSettlementV0.json +12 -12
  57. package/artifacts/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlement_Mixin.sol/IFilteredMinterDAExpSettlement_Mixin.json +161 -0
  58. package/artifacts/contracts/interfaces/0.8.x/IMinterBaseV0.sol/IMinterBaseV0.json +24 -0
  59. package/artifacts/contracts/interfaces/0.8.x/IMintingAPICoreV0.sol/IMintingAPICoreV0.json +185 -0
  60. package/artifacts/contracts/interfaces/0.8.x/IMintingAPIMinterV0.sol/IMintingAPIMinterV0.json +88 -0
  61. package/artifacts/contracts/minter-suite/Minters/MinterBase_v0_1_1.sol/MinterBase.json +24 -0
  62. package/artifacts/contracts/minter-suite/Minters/MinterDAExpSettlementV1.sol/MinterDAExpSettlementV1.json +1066 -0
  63. package/artifacts/contracts/minter-suite/Minters/MinterDAExpV4.sol/MinterDAExpV4.json +869 -0
  64. package/artifacts/contracts/minter-suite/Minters/MinterDALinV4.sol/MinterDALinV4.json +845 -0
  65. package/artifacts/contracts/minter-suite/Minters/MinterHolderV4.sol/MinterHolderV4.json +1113 -0
  66. package/artifacts/contracts/minter-suite/Minters/MinterMerkleV5.sol/MinterMerkleV5.json +1052 -0
  67. package/artifacts/contracts/minter-suite/Minters/MinterSetPriceERC20V4.sol/MinterSetPriceERC20V4.json +755 -0
  68. package/artifacts/contracts/minter-suite/Minters/MinterSetPriceV4.sol/MinterSetPriceV4.json +684 -0
  69. package/artifacts/contracts/mock/GenArt721CoreV3_Engine_IncorrectCoreType.sol/GenArt721CoreV3_Engine_IncorrectCoreType.json +1817 -0
  70. package/contracts/archive/GenArt721CoreV0.sol +1621 -0
  71. package/contracts/archive/GenArt721CoreV1.sol +1577 -0
  72. package/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV0.sol +503 -0
  73. package/contracts/archive/minter-suite/Minters/MinterDAExp/MinterDAExpV1.sol +442 -0
  74. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV2.sol +3 -3
  75. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExp/MinterDAExpV3.sol +3 -3
  76. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDAExpSettlement/MinterDAExpSettlementV0.sol +3 -3
  77. package/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV0.sol +450 -0
  78. package/contracts/archive/minter-suite/Minters/MinterDALin/MinterDALinV1.sol +406 -0
  79. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV2.sol +3 -3
  80. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterDALin/MinterDALinV3.sol +3 -3
  81. package/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV0.sol +540 -0
  82. package/contracts/archive/minter-suite/Minters/MinterHolder/MinterHolderV1.sol +648 -0
  83. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterHolder/MinterHolderV2.sol +6 -6
  84. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterHolder/MinterHolderV3.sol +4 -4
  85. package/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV0.sol +523 -0
  86. package/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV1.sol +602 -0
  87. package/contracts/archive/minter-suite/Minters/MinterMerkle/MinterMerkleV2.sol +679 -0
  88. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV3.sol +4 -4
  89. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterMerkle/MinterMerkleV4.sol +4 -4
  90. package/contracts/archive/minter-suite/Minters/MinterSetPrice/MinterSetPriceV0.sol +333 -0
  91. package/contracts/{minter-suite/Minters/MinterSetPrice/deprecated → archive/minter-suite/Minters/MinterSetPrice}/MinterSetPriceV1.sol +0 -0
  92. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV2.sol +3 -3
  93. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPrice/MinterSetPriceV3.sol +3 -3
  94. package/contracts/{minter-suite/Minters/MinterSetPriceERC20/deprecated → archive/minter-suite/Minters/MinterSetPriceERC20}/MinterSetPriceERC20V0.sol +0 -0
  95. package/contracts/archive/minter-suite/Minters/MinterSetPriceERC20/MinterSetPriceERC20V1.sol +411 -0
  96. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V2.sol +3 -3
  97. package/contracts/{minter-suite → archive/minter-suite}/Minters/MinterSetPriceERC20/MinterSetPriceERC20V3.sol +3 -3
  98. package/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlementV0.sol +4 -53
  99. package/contracts/interfaces/0.8.x/IFilteredMinterDAExpSettlement_Mixin.sol +62 -0
  100. package/contracts/interfaces/0.8.x/IMinterBaseV0.sol +20 -0
  101. package/contracts/interfaces/0.8.x/IMintingAPICoreV0.sol +62 -0
  102. package/contracts/interfaces/0.8.x/IMintingAPIMinterV0.sol +31 -0
  103. package/contracts/minter-suite/Minters/MinterBase_v0_1_1.sol +293 -0
  104. package/contracts/minter-suite/Minters/MinterDAExpSettlementV1.sol +1026 -0
  105. package/contracts/minter-suite/Minters/MinterDAExpV4.sol +572 -0
  106. package/contracts/minter-suite/Minters/MinterDALinV4.sol +525 -0
  107. package/contracts/minter-suite/Minters/MinterHolderV4.sol +752 -0
  108. package/contracts/minter-suite/Minters/MinterMerkleV5.sol +688 -0
  109. package/contracts/minter-suite/Minters/MinterSetPriceERC20V4.sol +451 -0
  110. package/contracts/minter-suite/Minters/MinterSetPriceV4.sol +352 -0
  111. package/contracts/mock/GenArt721CoreV3_Engine_IncorrectCoreType.sol +1979 -0
  112. package/package.json +1 -1
  113. package/artifacts/contracts/minter-suite/Minters/MinterHolder/MinterHolderV2.sol/MinterHolderV2.json +0 -794
@@ -0,0 +1,1773 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "GenArt721Core",
4
+ "sourceName": "contracts/archive/GenArt721CoreV1.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "string",
10
+ "name": "_tokenName",
11
+ "type": "string"
12
+ },
13
+ {
14
+ "internalType": "string",
15
+ "name": "_tokenSymbol",
16
+ "type": "string"
17
+ },
18
+ {
19
+ "internalType": "address",
20
+ "name": "_randomizerContract",
21
+ "type": "address"
22
+ }
23
+ ],
24
+ "payable": false,
25
+ "stateMutability": "nonpayable",
26
+ "type": "constructor"
27
+ },
28
+ {
29
+ "anonymous": false,
30
+ "inputs": [
31
+ {
32
+ "indexed": true,
33
+ "internalType": "address",
34
+ "name": "owner",
35
+ "type": "address"
36
+ },
37
+ {
38
+ "indexed": true,
39
+ "internalType": "address",
40
+ "name": "approved",
41
+ "type": "address"
42
+ },
43
+ {
44
+ "indexed": true,
45
+ "internalType": "uint256",
46
+ "name": "tokenId",
47
+ "type": "uint256"
48
+ }
49
+ ],
50
+ "name": "Approval",
51
+ "type": "event"
52
+ },
53
+ {
54
+ "anonymous": false,
55
+ "inputs": [
56
+ {
57
+ "indexed": true,
58
+ "internalType": "address",
59
+ "name": "owner",
60
+ "type": "address"
61
+ },
62
+ {
63
+ "indexed": true,
64
+ "internalType": "address",
65
+ "name": "operator",
66
+ "type": "address"
67
+ },
68
+ {
69
+ "indexed": false,
70
+ "internalType": "bool",
71
+ "name": "approved",
72
+ "type": "bool"
73
+ }
74
+ ],
75
+ "name": "ApprovalForAll",
76
+ "type": "event"
77
+ },
78
+ {
79
+ "anonymous": false,
80
+ "inputs": [
81
+ {
82
+ "indexed": true,
83
+ "internalType": "address",
84
+ "name": "_to",
85
+ "type": "address"
86
+ },
87
+ {
88
+ "indexed": true,
89
+ "internalType": "uint256",
90
+ "name": "_tokenId",
91
+ "type": "uint256"
92
+ },
93
+ {
94
+ "indexed": true,
95
+ "internalType": "uint256",
96
+ "name": "_projectId",
97
+ "type": "uint256"
98
+ }
99
+ ],
100
+ "name": "Mint",
101
+ "type": "event"
102
+ },
103
+ {
104
+ "anonymous": false,
105
+ "inputs": [
106
+ {
107
+ "indexed": true,
108
+ "internalType": "address",
109
+ "name": "from",
110
+ "type": "address"
111
+ },
112
+ {
113
+ "indexed": true,
114
+ "internalType": "address",
115
+ "name": "to",
116
+ "type": "address"
117
+ },
118
+ {
119
+ "indexed": true,
120
+ "internalType": "uint256",
121
+ "name": "tokenId",
122
+ "type": "uint256"
123
+ }
124
+ ],
125
+ "name": "Transfer",
126
+ "type": "event"
127
+ },
128
+ {
129
+ "constant": false,
130
+ "inputs": [
131
+ {
132
+ "internalType": "address",
133
+ "name": "_address",
134
+ "type": "address"
135
+ }
136
+ ],
137
+ "name": "addMintWhitelisted",
138
+ "outputs": [],
139
+ "payable": false,
140
+ "stateMutability": "nonpayable",
141
+ "type": "function"
142
+ },
143
+ {
144
+ "constant": false,
145
+ "inputs": [
146
+ {
147
+ "internalType": "string",
148
+ "name": "_projectName",
149
+ "type": "string"
150
+ },
151
+ {
152
+ "internalType": "address",
153
+ "name": "_artistAddress",
154
+ "type": "address"
155
+ },
156
+ {
157
+ "internalType": "uint256",
158
+ "name": "_pricePerTokenInWei",
159
+ "type": "uint256"
160
+ },
161
+ {
162
+ "internalType": "bool",
163
+ "name": "_dynamic",
164
+ "type": "bool"
165
+ }
166
+ ],
167
+ "name": "addProject",
168
+ "outputs": [],
169
+ "payable": false,
170
+ "stateMutability": "nonpayable",
171
+ "type": "function"
172
+ },
173
+ {
174
+ "constant": false,
175
+ "inputs": [
176
+ {
177
+ "internalType": "uint256",
178
+ "name": "_projectId",
179
+ "type": "uint256"
180
+ },
181
+ {
182
+ "internalType": "string",
183
+ "name": "_script",
184
+ "type": "string"
185
+ }
186
+ ],
187
+ "name": "addProjectScript",
188
+ "outputs": [],
189
+ "payable": false,
190
+ "stateMutability": "nonpayable",
191
+ "type": "function"
192
+ },
193
+ {
194
+ "constant": false,
195
+ "inputs": [
196
+ {
197
+ "internalType": "address",
198
+ "name": "_address",
199
+ "type": "address"
200
+ }
201
+ ],
202
+ "name": "addWhitelisted",
203
+ "outputs": [],
204
+ "payable": false,
205
+ "stateMutability": "nonpayable",
206
+ "type": "function"
207
+ },
208
+ {
209
+ "constant": true,
210
+ "inputs": [],
211
+ "name": "admin",
212
+ "outputs": [
213
+ {
214
+ "internalType": "address",
215
+ "name": "",
216
+ "type": "address"
217
+ }
218
+ ],
219
+ "payable": false,
220
+ "stateMutability": "view",
221
+ "type": "function"
222
+ },
223
+ {
224
+ "constant": false,
225
+ "inputs": [
226
+ {
227
+ "internalType": "address",
228
+ "name": "to",
229
+ "type": "address"
230
+ },
231
+ {
232
+ "internalType": "uint256",
233
+ "name": "tokenId",
234
+ "type": "uint256"
235
+ }
236
+ ],
237
+ "name": "approve",
238
+ "outputs": [],
239
+ "payable": false,
240
+ "stateMutability": "nonpayable",
241
+ "type": "function"
242
+ },
243
+ {
244
+ "constant": true,
245
+ "inputs": [],
246
+ "name": "artblocksAddress",
247
+ "outputs": [
248
+ {
249
+ "internalType": "address",
250
+ "name": "",
251
+ "type": "address"
252
+ }
253
+ ],
254
+ "payable": false,
255
+ "stateMutability": "view",
256
+ "type": "function"
257
+ },
258
+ {
259
+ "constant": true,
260
+ "inputs": [],
261
+ "name": "artblocksPercentage",
262
+ "outputs": [
263
+ {
264
+ "internalType": "uint256",
265
+ "name": "",
266
+ "type": "uint256"
267
+ }
268
+ ],
269
+ "payable": false,
270
+ "stateMutability": "view",
271
+ "type": "function"
272
+ },
273
+ {
274
+ "constant": true,
275
+ "inputs": [
276
+ {
277
+ "internalType": "address",
278
+ "name": "owner",
279
+ "type": "address"
280
+ }
281
+ ],
282
+ "name": "balanceOf",
283
+ "outputs": [
284
+ {
285
+ "internalType": "uint256",
286
+ "name": "",
287
+ "type": "uint256"
288
+ }
289
+ ],
290
+ "payable": false,
291
+ "stateMutability": "view",
292
+ "type": "function"
293
+ },
294
+ {
295
+ "constant": false,
296
+ "inputs": [
297
+ {
298
+ "internalType": "uint256",
299
+ "name": "_tokenId",
300
+ "type": "uint256"
301
+ }
302
+ ],
303
+ "name": "clearTokenIpfsImageUri",
304
+ "outputs": [],
305
+ "payable": false,
306
+ "stateMutability": "nonpayable",
307
+ "type": "function"
308
+ },
309
+ {
310
+ "constant": true,
311
+ "inputs": [
312
+ {
313
+ "internalType": "uint256",
314
+ "name": "tokenId",
315
+ "type": "uint256"
316
+ }
317
+ ],
318
+ "name": "getApproved",
319
+ "outputs": [
320
+ {
321
+ "internalType": "address",
322
+ "name": "",
323
+ "type": "address"
324
+ }
325
+ ],
326
+ "payable": false,
327
+ "stateMutability": "view",
328
+ "type": "function"
329
+ },
330
+ {
331
+ "constant": true,
332
+ "inputs": [
333
+ {
334
+ "internalType": "uint256",
335
+ "name": "_tokenId",
336
+ "type": "uint256"
337
+ }
338
+ ],
339
+ "name": "getRoyaltyData",
340
+ "outputs": [
341
+ {
342
+ "internalType": "address",
343
+ "name": "artistAddress",
344
+ "type": "address"
345
+ },
346
+ {
347
+ "internalType": "address",
348
+ "name": "additionalPayee",
349
+ "type": "address"
350
+ },
351
+ {
352
+ "internalType": "uint256",
353
+ "name": "additionalPayeePercentage",
354
+ "type": "uint256"
355
+ },
356
+ {
357
+ "internalType": "uint256",
358
+ "name": "royaltyFeeByID",
359
+ "type": "uint256"
360
+ }
361
+ ],
362
+ "payable": false,
363
+ "stateMutability": "view",
364
+ "type": "function"
365
+ },
366
+ {
367
+ "constant": true,
368
+ "inputs": [
369
+ {
370
+ "internalType": "bytes32",
371
+ "name": "",
372
+ "type": "bytes32"
373
+ }
374
+ ],
375
+ "name": "hashToTokenId",
376
+ "outputs": [
377
+ {
378
+ "internalType": "uint256",
379
+ "name": "",
380
+ "type": "uint256"
381
+ }
382
+ ],
383
+ "payable": false,
384
+ "stateMutability": "view",
385
+ "type": "function"
386
+ },
387
+ {
388
+ "constant": true,
389
+ "inputs": [
390
+ {
391
+ "internalType": "address",
392
+ "name": "owner",
393
+ "type": "address"
394
+ },
395
+ {
396
+ "internalType": "address",
397
+ "name": "operator",
398
+ "type": "address"
399
+ }
400
+ ],
401
+ "name": "isApprovedForAll",
402
+ "outputs": [
403
+ {
404
+ "internalType": "bool",
405
+ "name": "",
406
+ "type": "bool"
407
+ }
408
+ ],
409
+ "payable": false,
410
+ "stateMutability": "view",
411
+ "type": "function"
412
+ },
413
+ {
414
+ "constant": true,
415
+ "inputs": [
416
+ {
417
+ "internalType": "address",
418
+ "name": "",
419
+ "type": "address"
420
+ }
421
+ ],
422
+ "name": "isMintWhitelisted",
423
+ "outputs": [
424
+ {
425
+ "internalType": "bool",
426
+ "name": "",
427
+ "type": "bool"
428
+ }
429
+ ],
430
+ "payable": false,
431
+ "stateMutability": "view",
432
+ "type": "function"
433
+ },
434
+ {
435
+ "constant": true,
436
+ "inputs": [
437
+ {
438
+ "internalType": "address",
439
+ "name": "",
440
+ "type": "address"
441
+ }
442
+ ],
443
+ "name": "isWhitelisted",
444
+ "outputs": [
445
+ {
446
+ "internalType": "bool",
447
+ "name": "",
448
+ "type": "bool"
449
+ }
450
+ ],
451
+ "payable": false,
452
+ "stateMutability": "view",
453
+ "type": "function"
454
+ },
455
+ {
456
+ "constant": false,
457
+ "inputs": [
458
+ {
459
+ "internalType": "address",
460
+ "name": "_to",
461
+ "type": "address"
462
+ },
463
+ {
464
+ "internalType": "uint256",
465
+ "name": "_projectId",
466
+ "type": "uint256"
467
+ },
468
+ {
469
+ "internalType": "address",
470
+ "name": "_by",
471
+ "type": "address"
472
+ }
473
+ ],
474
+ "name": "mint",
475
+ "outputs": [
476
+ {
477
+ "internalType": "uint256",
478
+ "name": "_tokenId",
479
+ "type": "uint256"
480
+ }
481
+ ],
482
+ "payable": false,
483
+ "stateMutability": "nonpayable",
484
+ "type": "function"
485
+ },
486
+ {
487
+ "constant": true,
488
+ "inputs": [],
489
+ "name": "name",
490
+ "outputs": [
491
+ {
492
+ "internalType": "string",
493
+ "name": "",
494
+ "type": "string"
495
+ }
496
+ ],
497
+ "payable": false,
498
+ "stateMutability": "view",
499
+ "type": "function"
500
+ },
501
+ {
502
+ "constant": true,
503
+ "inputs": [],
504
+ "name": "nextProjectId",
505
+ "outputs": [
506
+ {
507
+ "internalType": "uint256",
508
+ "name": "",
509
+ "type": "uint256"
510
+ }
511
+ ],
512
+ "payable": false,
513
+ "stateMutability": "view",
514
+ "type": "function"
515
+ },
516
+ {
517
+ "constant": false,
518
+ "inputs": [
519
+ {
520
+ "internalType": "uint256",
521
+ "name": "_tokenId",
522
+ "type": "uint256"
523
+ },
524
+ {
525
+ "internalType": "string",
526
+ "name": "_ipfsHash",
527
+ "type": "string"
528
+ }
529
+ ],
530
+ "name": "overrideTokenDynamicImageWithIpfsLink",
531
+ "outputs": [],
532
+ "payable": false,
533
+ "stateMutability": "nonpayable",
534
+ "type": "function"
535
+ },
536
+ {
537
+ "constant": true,
538
+ "inputs": [
539
+ {
540
+ "internalType": "uint256",
541
+ "name": "tokenId",
542
+ "type": "uint256"
543
+ }
544
+ ],
545
+ "name": "ownerOf",
546
+ "outputs": [
547
+ {
548
+ "internalType": "address",
549
+ "name": "",
550
+ "type": "address"
551
+ }
552
+ ],
553
+ "payable": false,
554
+ "stateMutability": "view",
555
+ "type": "function"
556
+ },
557
+ {
558
+ "constant": true,
559
+ "inputs": [
560
+ {
561
+ "internalType": "uint256",
562
+ "name": "_projectId",
563
+ "type": "uint256"
564
+ }
565
+ ],
566
+ "name": "projectDetails",
567
+ "outputs": [
568
+ {
569
+ "internalType": "string",
570
+ "name": "projectName",
571
+ "type": "string"
572
+ },
573
+ {
574
+ "internalType": "string",
575
+ "name": "artist",
576
+ "type": "string"
577
+ },
578
+ {
579
+ "internalType": "string",
580
+ "name": "description",
581
+ "type": "string"
582
+ },
583
+ {
584
+ "internalType": "string",
585
+ "name": "website",
586
+ "type": "string"
587
+ },
588
+ {
589
+ "internalType": "string",
590
+ "name": "license",
591
+ "type": "string"
592
+ },
593
+ {
594
+ "internalType": "bool",
595
+ "name": "dynamic",
596
+ "type": "bool"
597
+ }
598
+ ],
599
+ "payable": false,
600
+ "stateMutability": "view",
601
+ "type": "function"
602
+ },
603
+ {
604
+ "constant": true,
605
+ "inputs": [
606
+ {
607
+ "internalType": "uint256",
608
+ "name": "",
609
+ "type": "uint256"
610
+ }
611
+ ],
612
+ "name": "projectIdToAdditionalPayee",
613
+ "outputs": [
614
+ {
615
+ "internalType": "address",
616
+ "name": "",
617
+ "type": "address"
618
+ }
619
+ ],
620
+ "payable": false,
621
+ "stateMutability": "view",
622
+ "type": "function"
623
+ },
624
+ {
625
+ "constant": true,
626
+ "inputs": [
627
+ {
628
+ "internalType": "uint256",
629
+ "name": "",
630
+ "type": "uint256"
631
+ }
632
+ ],
633
+ "name": "projectIdToAdditionalPayeePercentage",
634
+ "outputs": [
635
+ {
636
+ "internalType": "uint256",
637
+ "name": "",
638
+ "type": "uint256"
639
+ }
640
+ ],
641
+ "payable": false,
642
+ "stateMutability": "view",
643
+ "type": "function"
644
+ },
645
+ {
646
+ "constant": true,
647
+ "inputs": [
648
+ {
649
+ "internalType": "uint256",
650
+ "name": "",
651
+ "type": "uint256"
652
+ }
653
+ ],
654
+ "name": "projectIdToArtistAddress",
655
+ "outputs": [
656
+ {
657
+ "internalType": "address",
658
+ "name": "",
659
+ "type": "address"
660
+ }
661
+ ],
662
+ "payable": false,
663
+ "stateMutability": "view",
664
+ "type": "function"
665
+ },
666
+ {
667
+ "constant": true,
668
+ "inputs": [
669
+ {
670
+ "internalType": "uint256",
671
+ "name": "",
672
+ "type": "uint256"
673
+ }
674
+ ],
675
+ "name": "projectIdToCurrencyAddress",
676
+ "outputs": [
677
+ {
678
+ "internalType": "address",
679
+ "name": "",
680
+ "type": "address"
681
+ }
682
+ ],
683
+ "payable": false,
684
+ "stateMutability": "view",
685
+ "type": "function"
686
+ },
687
+ {
688
+ "constant": true,
689
+ "inputs": [
690
+ {
691
+ "internalType": "uint256",
692
+ "name": "",
693
+ "type": "uint256"
694
+ }
695
+ ],
696
+ "name": "projectIdToCurrencySymbol",
697
+ "outputs": [
698
+ {
699
+ "internalType": "string",
700
+ "name": "",
701
+ "type": "string"
702
+ }
703
+ ],
704
+ "payable": false,
705
+ "stateMutability": "view",
706
+ "type": "function"
707
+ },
708
+ {
709
+ "constant": true,
710
+ "inputs": [
711
+ {
712
+ "internalType": "uint256",
713
+ "name": "",
714
+ "type": "uint256"
715
+ }
716
+ ],
717
+ "name": "projectIdToPricePerTokenInWei",
718
+ "outputs": [
719
+ {
720
+ "internalType": "uint256",
721
+ "name": "",
722
+ "type": "uint256"
723
+ }
724
+ ],
725
+ "payable": false,
726
+ "stateMutability": "view",
727
+ "type": "function"
728
+ },
729
+ {
730
+ "constant": true,
731
+ "inputs": [
732
+ {
733
+ "internalType": "uint256",
734
+ "name": "",
735
+ "type": "uint256"
736
+ }
737
+ ],
738
+ "name": "projectIdToSecondaryMarketRoyaltyPercentage",
739
+ "outputs": [
740
+ {
741
+ "internalType": "uint256",
742
+ "name": "",
743
+ "type": "uint256"
744
+ }
745
+ ],
746
+ "payable": false,
747
+ "stateMutability": "view",
748
+ "type": "function"
749
+ },
750
+ {
751
+ "constant": true,
752
+ "inputs": [
753
+ {
754
+ "internalType": "uint256",
755
+ "name": "_projectId",
756
+ "type": "uint256"
757
+ },
758
+ {
759
+ "internalType": "uint256",
760
+ "name": "_index",
761
+ "type": "uint256"
762
+ }
763
+ ],
764
+ "name": "projectScriptByIndex",
765
+ "outputs": [
766
+ {
767
+ "internalType": "string",
768
+ "name": "",
769
+ "type": "string"
770
+ }
771
+ ],
772
+ "payable": false,
773
+ "stateMutability": "view",
774
+ "type": "function"
775
+ },
776
+ {
777
+ "constant": true,
778
+ "inputs": [
779
+ {
780
+ "internalType": "uint256",
781
+ "name": "_projectId",
782
+ "type": "uint256"
783
+ }
784
+ ],
785
+ "name": "projectScriptInfo",
786
+ "outputs": [
787
+ {
788
+ "internalType": "string",
789
+ "name": "scriptJSON",
790
+ "type": "string"
791
+ },
792
+ {
793
+ "internalType": "uint256",
794
+ "name": "scriptCount",
795
+ "type": "uint256"
796
+ },
797
+ {
798
+ "internalType": "bool",
799
+ "name": "useHashString",
800
+ "type": "bool"
801
+ },
802
+ {
803
+ "internalType": "string",
804
+ "name": "ipfsHash",
805
+ "type": "string"
806
+ },
807
+ {
808
+ "internalType": "bool",
809
+ "name": "locked",
810
+ "type": "bool"
811
+ },
812
+ {
813
+ "internalType": "bool",
814
+ "name": "paused",
815
+ "type": "bool"
816
+ }
817
+ ],
818
+ "payable": false,
819
+ "stateMutability": "view",
820
+ "type": "function"
821
+ },
822
+ {
823
+ "constant": true,
824
+ "inputs": [
825
+ {
826
+ "internalType": "uint256",
827
+ "name": "_projectId",
828
+ "type": "uint256"
829
+ }
830
+ ],
831
+ "name": "projectShowAllTokens",
832
+ "outputs": [
833
+ {
834
+ "internalType": "uint256[]",
835
+ "name": "",
836
+ "type": "uint256[]"
837
+ }
838
+ ],
839
+ "payable": false,
840
+ "stateMutability": "view",
841
+ "type": "function"
842
+ },
843
+ {
844
+ "constant": true,
845
+ "inputs": [
846
+ {
847
+ "internalType": "uint256",
848
+ "name": "_projectId",
849
+ "type": "uint256"
850
+ }
851
+ ],
852
+ "name": "projectTokenInfo",
853
+ "outputs": [
854
+ {
855
+ "internalType": "address",
856
+ "name": "artistAddress",
857
+ "type": "address"
858
+ },
859
+ {
860
+ "internalType": "uint256",
861
+ "name": "pricePerTokenInWei",
862
+ "type": "uint256"
863
+ },
864
+ {
865
+ "internalType": "uint256",
866
+ "name": "invocations",
867
+ "type": "uint256"
868
+ },
869
+ {
870
+ "internalType": "uint256",
871
+ "name": "maxInvocations",
872
+ "type": "uint256"
873
+ },
874
+ {
875
+ "internalType": "bool",
876
+ "name": "active",
877
+ "type": "bool"
878
+ },
879
+ {
880
+ "internalType": "address",
881
+ "name": "additionalPayee",
882
+ "type": "address"
883
+ },
884
+ {
885
+ "internalType": "uint256",
886
+ "name": "additionalPayeePercentage",
887
+ "type": "uint256"
888
+ },
889
+ {
890
+ "internalType": "string",
891
+ "name": "currency",
892
+ "type": "string"
893
+ },
894
+ {
895
+ "internalType": "address",
896
+ "name": "currencyAddress",
897
+ "type": "address"
898
+ }
899
+ ],
900
+ "payable": false,
901
+ "stateMutability": "view",
902
+ "type": "function"
903
+ },
904
+ {
905
+ "constant": true,
906
+ "inputs": [
907
+ {
908
+ "internalType": "uint256",
909
+ "name": "_projectId",
910
+ "type": "uint256"
911
+ }
912
+ ],
913
+ "name": "projectURIInfo",
914
+ "outputs": [
915
+ {
916
+ "internalType": "string",
917
+ "name": "projectBaseURI",
918
+ "type": "string"
919
+ },
920
+ {
921
+ "internalType": "string",
922
+ "name": "projectBaseIpfsURI",
923
+ "type": "string"
924
+ },
925
+ {
926
+ "internalType": "bool",
927
+ "name": "useIpfs",
928
+ "type": "bool"
929
+ }
930
+ ],
931
+ "payable": false,
932
+ "stateMutability": "view",
933
+ "type": "function"
934
+ },
935
+ {
936
+ "constant": true,
937
+ "inputs": [],
938
+ "name": "randomizerContract",
939
+ "outputs": [
940
+ {
941
+ "internalType": "contract Randomizer",
942
+ "name": "",
943
+ "type": "address"
944
+ }
945
+ ],
946
+ "payable": false,
947
+ "stateMutability": "view",
948
+ "type": "function"
949
+ },
950
+ {
951
+ "constant": false,
952
+ "inputs": [
953
+ {
954
+ "internalType": "address",
955
+ "name": "_address",
956
+ "type": "address"
957
+ }
958
+ ],
959
+ "name": "removeMintWhitelisted",
960
+ "outputs": [],
961
+ "payable": false,
962
+ "stateMutability": "nonpayable",
963
+ "type": "function"
964
+ },
965
+ {
966
+ "constant": false,
967
+ "inputs": [
968
+ {
969
+ "internalType": "uint256",
970
+ "name": "_projectId",
971
+ "type": "uint256"
972
+ }
973
+ ],
974
+ "name": "removeProjectLastScript",
975
+ "outputs": [],
976
+ "payable": false,
977
+ "stateMutability": "nonpayable",
978
+ "type": "function"
979
+ },
980
+ {
981
+ "constant": false,
982
+ "inputs": [
983
+ {
984
+ "internalType": "address",
985
+ "name": "_address",
986
+ "type": "address"
987
+ }
988
+ ],
989
+ "name": "removeWhitelisted",
990
+ "outputs": [],
991
+ "payable": false,
992
+ "stateMutability": "nonpayable",
993
+ "type": "function"
994
+ },
995
+ {
996
+ "constant": false,
997
+ "inputs": [
998
+ {
999
+ "internalType": "address",
1000
+ "name": "from",
1001
+ "type": "address"
1002
+ },
1003
+ {
1004
+ "internalType": "address",
1005
+ "name": "to",
1006
+ "type": "address"
1007
+ },
1008
+ {
1009
+ "internalType": "uint256",
1010
+ "name": "tokenId",
1011
+ "type": "uint256"
1012
+ }
1013
+ ],
1014
+ "name": "safeTransferFrom",
1015
+ "outputs": [],
1016
+ "payable": false,
1017
+ "stateMutability": "nonpayable",
1018
+ "type": "function"
1019
+ },
1020
+ {
1021
+ "constant": false,
1022
+ "inputs": [
1023
+ {
1024
+ "internalType": "address",
1025
+ "name": "from",
1026
+ "type": "address"
1027
+ },
1028
+ {
1029
+ "internalType": "address",
1030
+ "name": "to",
1031
+ "type": "address"
1032
+ },
1033
+ {
1034
+ "internalType": "uint256",
1035
+ "name": "tokenId",
1036
+ "type": "uint256"
1037
+ },
1038
+ {
1039
+ "internalType": "bytes",
1040
+ "name": "_data",
1041
+ "type": "bytes"
1042
+ }
1043
+ ],
1044
+ "name": "safeTransferFrom",
1045
+ "outputs": [],
1046
+ "payable": false,
1047
+ "stateMutability": "nonpayable",
1048
+ "type": "function"
1049
+ },
1050
+ {
1051
+ "constant": false,
1052
+ "inputs": [
1053
+ {
1054
+ "internalType": "address",
1055
+ "name": "to",
1056
+ "type": "address"
1057
+ },
1058
+ {
1059
+ "internalType": "bool",
1060
+ "name": "approved",
1061
+ "type": "bool"
1062
+ }
1063
+ ],
1064
+ "name": "setApprovalForAll",
1065
+ "outputs": [],
1066
+ "payable": false,
1067
+ "stateMutability": "nonpayable",
1068
+ "type": "function"
1069
+ },
1070
+ {
1071
+ "constant": true,
1072
+ "inputs": [
1073
+ {
1074
+ "internalType": "uint256",
1075
+ "name": "",
1076
+ "type": "uint256"
1077
+ }
1078
+ ],
1079
+ "name": "staticIpfsImageLink",
1080
+ "outputs": [
1081
+ {
1082
+ "internalType": "string",
1083
+ "name": "",
1084
+ "type": "string"
1085
+ }
1086
+ ],
1087
+ "payable": false,
1088
+ "stateMutability": "view",
1089
+ "type": "function"
1090
+ },
1091
+ {
1092
+ "constant": true,
1093
+ "inputs": [
1094
+ {
1095
+ "internalType": "bytes4",
1096
+ "name": "interfaceId",
1097
+ "type": "bytes4"
1098
+ }
1099
+ ],
1100
+ "name": "supportsInterface",
1101
+ "outputs": [
1102
+ {
1103
+ "internalType": "bool",
1104
+ "name": "",
1105
+ "type": "bool"
1106
+ }
1107
+ ],
1108
+ "payable": false,
1109
+ "stateMutability": "view",
1110
+ "type": "function"
1111
+ },
1112
+ {
1113
+ "constant": true,
1114
+ "inputs": [],
1115
+ "name": "symbol",
1116
+ "outputs": [
1117
+ {
1118
+ "internalType": "string",
1119
+ "name": "",
1120
+ "type": "string"
1121
+ }
1122
+ ],
1123
+ "payable": false,
1124
+ "stateMutability": "view",
1125
+ "type": "function"
1126
+ },
1127
+ {
1128
+ "constant": false,
1129
+ "inputs": [
1130
+ {
1131
+ "internalType": "uint256",
1132
+ "name": "_projectId",
1133
+ "type": "uint256"
1134
+ }
1135
+ ],
1136
+ "name": "toggleProjectIsActive",
1137
+ "outputs": [],
1138
+ "payable": false,
1139
+ "stateMutability": "nonpayable",
1140
+ "type": "function"
1141
+ },
1142
+ {
1143
+ "constant": false,
1144
+ "inputs": [
1145
+ {
1146
+ "internalType": "uint256",
1147
+ "name": "_projectId",
1148
+ "type": "uint256"
1149
+ }
1150
+ ],
1151
+ "name": "toggleProjectIsDynamic",
1152
+ "outputs": [],
1153
+ "payable": false,
1154
+ "stateMutability": "nonpayable",
1155
+ "type": "function"
1156
+ },
1157
+ {
1158
+ "constant": false,
1159
+ "inputs": [
1160
+ {
1161
+ "internalType": "uint256",
1162
+ "name": "_projectId",
1163
+ "type": "uint256"
1164
+ }
1165
+ ],
1166
+ "name": "toggleProjectIsLocked",
1167
+ "outputs": [],
1168
+ "payable": false,
1169
+ "stateMutability": "nonpayable",
1170
+ "type": "function"
1171
+ },
1172
+ {
1173
+ "constant": false,
1174
+ "inputs": [
1175
+ {
1176
+ "internalType": "uint256",
1177
+ "name": "_projectId",
1178
+ "type": "uint256"
1179
+ }
1180
+ ],
1181
+ "name": "toggleProjectIsPaused",
1182
+ "outputs": [],
1183
+ "payable": false,
1184
+ "stateMutability": "nonpayable",
1185
+ "type": "function"
1186
+ },
1187
+ {
1188
+ "constant": false,
1189
+ "inputs": [
1190
+ {
1191
+ "internalType": "uint256",
1192
+ "name": "_projectId",
1193
+ "type": "uint256"
1194
+ }
1195
+ ],
1196
+ "name": "toggleProjectUseHashString",
1197
+ "outputs": [],
1198
+ "payable": false,
1199
+ "stateMutability": "nonpayable",
1200
+ "type": "function"
1201
+ },
1202
+ {
1203
+ "constant": false,
1204
+ "inputs": [
1205
+ {
1206
+ "internalType": "uint256",
1207
+ "name": "_projectId",
1208
+ "type": "uint256"
1209
+ }
1210
+ ],
1211
+ "name": "toggleProjectUseIpfsForStatic",
1212
+ "outputs": [],
1213
+ "payable": false,
1214
+ "stateMutability": "nonpayable",
1215
+ "type": "function"
1216
+ },
1217
+ {
1218
+ "constant": true,
1219
+ "inputs": [
1220
+ {
1221
+ "internalType": "uint256",
1222
+ "name": "index",
1223
+ "type": "uint256"
1224
+ }
1225
+ ],
1226
+ "name": "tokenByIndex",
1227
+ "outputs": [
1228
+ {
1229
+ "internalType": "uint256",
1230
+ "name": "",
1231
+ "type": "uint256"
1232
+ }
1233
+ ],
1234
+ "payable": false,
1235
+ "stateMutability": "view",
1236
+ "type": "function"
1237
+ },
1238
+ {
1239
+ "constant": true,
1240
+ "inputs": [
1241
+ {
1242
+ "internalType": "uint256",
1243
+ "name": "",
1244
+ "type": "uint256"
1245
+ }
1246
+ ],
1247
+ "name": "tokenIdToHash",
1248
+ "outputs": [
1249
+ {
1250
+ "internalType": "bytes32",
1251
+ "name": "",
1252
+ "type": "bytes32"
1253
+ }
1254
+ ],
1255
+ "payable": false,
1256
+ "stateMutability": "view",
1257
+ "type": "function"
1258
+ },
1259
+ {
1260
+ "constant": true,
1261
+ "inputs": [
1262
+ {
1263
+ "internalType": "uint256",
1264
+ "name": "",
1265
+ "type": "uint256"
1266
+ }
1267
+ ],
1268
+ "name": "tokenIdToProjectId",
1269
+ "outputs": [
1270
+ {
1271
+ "internalType": "uint256",
1272
+ "name": "",
1273
+ "type": "uint256"
1274
+ }
1275
+ ],
1276
+ "payable": false,
1277
+ "stateMutability": "view",
1278
+ "type": "function"
1279
+ },
1280
+ {
1281
+ "constant": true,
1282
+ "inputs": [
1283
+ {
1284
+ "internalType": "address",
1285
+ "name": "owner",
1286
+ "type": "address"
1287
+ },
1288
+ {
1289
+ "internalType": "uint256",
1290
+ "name": "index",
1291
+ "type": "uint256"
1292
+ }
1293
+ ],
1294
+ "name": "tokenOfOwnerByIndex",
1295
+ "outputs": [
1296
+ {
1297
+ "internalType": "uint256",
1298
+ "name": "",
1299
+ "type": "uint256"
1300
+ }
1301
+ ],
1302
+ "payable": false,
1303
+ "stateMutability": "view",
1304
+ "type": "function"
1305
+ },
1306
+ {
1307
+ "constant": true,
1308
+ "inputs": [
1309
+ {
1310
+ "internalType": "uint256",
1311
+ "name": "_tokenId",
1312
+ "type": "uint256"
1313
+ }
1314
+ ],
1315
+ "name": "tokenURI",
1316
+ "outputs": [
1317
+ {
1318
+ "internalType": "string",
1319
+ "name": "",
1320
+ "type": "string"
1321
+ }
1322
+ ],
1323
+ "payable": false,
1324
+ "stateMutability": "view",
1325
+ "type": "function"
1326
+ },
1327
+ {
1328
+ "constant": true,
1329
+ "inputs": [
1330
+ {
1331
+ "internalType": "address",
1332
+ "name": "owner",
1333
+ "type": "address"
1334
+ }
1335
+ ],
1336
+ "name": "tokensOfOwner",
1337
+ "outputs": [
1338
+ {
1339
+ "internalType": "uint256[]",
1340
+ "name": "",
1341
+ "type": "uint256[]"
1342
+ }
1343
+ ],
1344
+ "payable": false,
1345
+ "stateMutability": "view",
1346
+ "type": "function"
1347
+ },
1348
+ {
1349
+ "constant": true,
1350
+ "inputs": [],
1351
+ "name": "totalSupply",
1352
+ "outputs": [
1353
+ {
1354
+ "internalType": "uint256",
1355
+ "name": "",
1356
+ "type": "uint256"
1357
+ }
1358
+ ],
1359
+ "payable": false,
1360
+ "stateMutability": "view",
1361
+ "type": "function"
1362
+ },
1363
+ {
1364
+ "constant": false,
1365
+ "inputs": [
1366
+ {
1367
+ "internalType": "address",
1368
+ "name": "from",
1369
+ "type": "address"
1370
+ },
1371
+ {
1372
+ "internalType": "address",
1373
+ "name": "to",
1374
+ "type": "address"
1375
+ },
1376
+ {
1377
+ "internalType": "uint256",
1378
+ "name": "tokenId",
1379
+ "type": "uint256"
1380
+ }
1381
+ ],
1382
+ "name": "transferFrom",
1383
+ "outputs": [],
1384
+ "payable": false,
1385
+ "stateMutability": "nonpayable",
1386
+ "type": "function"
1387
+ },
1388
+ {
1389
+ "constant": false,
1390
+ "inputs": [
1391
+ {
1392
+ "internalType": "address",
1393
+ "name": "_artblocksAddress",
1394
+ "type": "address"
1395
+ }
1396
+ ],
1397
+ "name": "updateArtblocksAddress",
1398
+ "outputs": [],
1399
+ "payable": false,
1400
+ "stateMutability": "nonpayable",
1401
+ "type": "function"
1402
+ },
1403
+ {
1404
+ "constant": false,
1405
+ "inputs": [
1406
+ {
1407
+ "internalType": "uint256",
1408
+ "name": "_artblocksPercentage",
1409
+ "type": "uint256"
1410
+ }
1411
+ ],
1412
+ "name": "updateArtblocksPercentage",
1413
+ "outputs": [],
1414
+ "payable": false,
1415
+ "stateMutability": "nonpayable",
1416
+ "type": "function"
1417
+ },
1418
+ {
1419
+ "constant": false,
1420
+ "inputs": [
1421
+ {
1422
+ "internalType": "uint256",
1423
+ "name": "_projectId",
1424
+ "type": "uint256"
1425
+ },
1426
+ {
1427
+ "internalType": "address",
1428
+ "name": "_additionalPayee",
1429
+ "type": "address"
1430
+ },
1431
+ {
1432
+ "internalType": "uint256",
1433
+ "name": "_additionalPayeePercentage",
1434
+ "type": "uint256"
1435
+ }
1436
+ ],
1437
+ "name": "updateProjectAdditionalPayeeInfo",
1438
+ "outputs": [],
1439
+ "payable": false,
1440
+ "stateMutability": "nonpayable",
1441
+ "type": "function"
1442
+ },
1443
+ {
1444
+ "constant": false,
1445
+ "inputs": [
1446
+ {
1447
+ "internalType": "uint256",
1448
+ "name": "_projectId",
1449
+ "type": "uint256"
1450
+ },
1451
+ {
1452
+ "internalType": "address",
1453
+ "name": "_artistAddress",
1454
+ "type": "address"
1455
+ }
1456
+ ],
1457
+ "name": "updateProjectArtistAddress",
1458
+ "outputs": [],
1459
+ "payable": false,
1460
+ "stateMutability": "nonpayable",
1461
+ "type": "function"
1462
+ },
1463
+ {
1464
+ "constant": false,
1465
+ "inputs": [
1466
+ {
1467
+ "internalType": "uint256",
1468
+ "name": "_projectId",
1469
+ "type": "uint256"
1470
+ },
1471
+ {
1472
+ "internalType": "string",
1473
+ "name": "_projectArtistName",
1474
+ "type": "string"
1475
+ }
1476
+ ],
1477
+ "name": "updateProjectArtistName",
1478
+ "outputs": [],
1479
+ "payable": false,
1480
+ "stateMutability": "nonpayable",
1481
+ "type": "function"
1482
+ },
1483
+ {
1484
+ "constant": false,
1485
+ "inputs": [
1486
+ {
1487
+ "internalType": "uint256",
1488
+ "name": "_projectId",
1489
+ "type": "uint256"
1490
+ },
1491
+ {
1492
+ "internalType": "string",
1493
+ "name": "_projectBaseIpfsURI",
1494
+ "type": "string"
1495
+ }
1496
+ ],
1497
+ "name": "updateProjectBaseIpfsURI",
1498
+ "outputs": [],
1499
+ "payable": false,
1500
+ "stateMutability": "nonpayable",
1501
+ "type": "function"
1502
+ },
1503
+ {
1504
+ "constant": false,
1505
+ "inputs": [
1506
+ {
1507
+ "internalType": "uint256",
1508
+ "name": "_projectId",
1509
+ "type": "uint256"
1510
+ },
1511
+ {
1512
+ "internalType": "string",
1513
+ "name": "_newBaseURI",
1514
+ "type": "string"
1515
+ }
1516
+ ],
1517
+ "name": "updateProjectBaseURI",
1518
+ "outputs": [],
1519
+ "payable": false,
1520
+ "stateMutability": "nonpayable",
1521
+ "type": "function"
1522
+ },
1523
+ {
1524
+ "constant": false,
1525
+ "inputs": [
1526
+ {
1527
+ "internalType": "uint256",
1528
+ "name": "_projectId",
1529
+ "type": "uint256"
1530
+ },
1531
+ {
1532
+ "internalType": "string",
1533
+ "name": "_currencySymbol",
1534
+ "type": "string"
1535
+ },
1536
+ {
1537
+ "internalType": "address",
1538
+ "name": "_currencyAddress",
1539
+ "type": "address"
1540
+ }
1541
+ ],
1542
+ "name": "updateProjectCurrencyInfo",
1543
+ "outputs": [],
1544
+ "payable": false,
1545
+ "stateMutability": "nonpayable",
1546
+ "type": "function"
1547
+ },
1548
+ {
1549
+ "constant": false,
1550
+ "inputs": [
1551
+ {
1552
+ "internalType": "uint256",
1553
+ "name": "_projectId",
1554
+ "type": "uint256"
1555
+ },
1556
+ {
1557
+ "internalType": "string",
1558
+ "name": "_projectDescription",
1559
+ "type": "string"
1560
+ }
1561
+ ],
1562
+ "name": "updateProjectDescription",
1563
+ "outputs": [],
1564
+ "payable": false,
1565
+ "stateMutability": "nonpayable",
1566
+ "type": "function"
1567
+ },
1568
+ {
1569
+ "constant": false,
1570
+ "inputs": [
1571
+ {
1572
+ "internalType": "uint256",
1573
+ "name": "_projectId",
1574
+ "type": "uint256"
1575
+ },
1576
+ {
1577
+ "internalType": "string",
1578
+ "name": "_ipfsHash",
1579
+ "type": "string"
1580
+ }
1581
+ ],
1582
+ "name": "updateProjectIpfsHash",
1583
+ "outputs": [],
1584
+ "payable": false,
1585
+ "stateMutability": "nonpayable",
1586
+ "type": "function"
1587
+ },
1588
+ {
1589
+ "constant": false,
1590
+ "inputs": [
1591
+ {
1592
+ "internalType": "uint256",
1593
+ "name": "_projectId",
1594
+ "type": "uint256"
1595
+ },
1596
+ {
1597
+ "internalType": "string",
1598
+ "name": "_projectLicense",
1599
+ "type": "string"
1600
+ }
1601
+ ],
1602
+ "name": "updateProjectLicense",
1603
+ "outputs": [],
1604
+ "payable": false,
1605
+ "stateMutability": "nonpayable",
1606
+ "type": "function"
1607
+ },
1608
+ {
1609
+ "constant": false,
1610
+ "inputs": [
1611
+ {
1612
+ "internalType": "uint256",
1613
+ "name": "_projectId",
1614
+ "type": "uint256"
1615
+ },
1616
+ {
1617
+ "internalType": "uint256",
1618
+ "name": "_maxInvocations",
1619
+ "type": "uint256"
1620
+ }
1621
+ ],
1622
+ "name": "updateProjectMaxInvocations",
1623
+ "outputs": [],
1624
+ "payable": false,
1625
+ "stateMutability": "nonpayable",
1626
+ "type": "function"
1627
+ },
1628
+ {
1629
+ "constant": false,
1630
+ "inputs": [
1631
+ {
1632
+ "internalType": "uint256",
1633
+ "name": "_projectId",
1634
+ "type": "uint256"
1635
+ },
1636
+ {
1637
+ "internalType": "string",
1638
+ "name": "_projectName",
1639
+ "type": "string"
1640
+ }
1641
+ ],
1642
+ "name": "updateProjectName",
1643
+ "outputs": [],
1644
+ "payable": false,
1645
+ "stateMutability": "nonpayable",
1646
+ "type": "function"
1647
+ },
1648
+ {
1649
+ "constant": false,
1650
+ "inputs": [
1651
+ {
1652
+ "internalType": "uint256",
1653
+ "name": "_projectId",
1654
+ "type": "uint256"
1655
+ },
1656
+ {
1657
+ "internalType": "uint256",
1658
+ "name": "_pricePerTokenInWei",
1659
+ "type": "uint256"
1660
+ }
1661
+ ],
1662
+ "name": "updateProjectPricePerTokenInWei",
1663
+ "outputs": [],
1664
+ "payable": false,
1665
+ "stateMutability": "nonpayable",
1666
+ "type": "function"
1667
+ },
1668
+ {
1669
+ "constant": false,
1670
+ "inputs": [
1671
+ {
1672
+ "internalType": "uint256",
1673
+ "name": "_projectId",
1674
+ "type": "uint256"
1675
+ },
1676
+ {
1677
+ "internalType": "uint256",
1678
+ "name": "_scriptId",
1679
+ "type": "uint256"
1680
+ },
1681
+ {
1682
+ "internalType": "string",
1683
+ "name": "_script",
1684
+ "type": "string"
1685
+ }
1686
+ ],
1687
+ "name": "updateProjectScript",
1688
+ "outputs": [],
1689
+ "payable": false,
1690
+ "stateMutability": "nonpayable",
1691
+ "type": "function"
1692
+ },
1693
+ {
1694
+ "constant": false,
1695
+ "inputs": [
1696
+ {
1697
+ "internalType": "uint256",
1698
+ "name": "_projectId",
1699
+ "type": "uint256"
1700
+ },
1701
+ {
1702
+ "internalType": "string",
1703
+ "name": "_projectScriptJSON",
1704
+ "type": "string"
1705
+ }
1706
+ ],
1707
+ "name": "updateProjectScriptJSON",
1708
+ "outputs": [],
1709
+ "payable": false,
1710
+ "stateMutability": "nonpayable",
1711
+ "type": "function"
1712
+ },
1713
+ {
1714
+ "constant": false,
1715
+ "inputs": [
1716
+ {
1717
+ "internalType": "uint256",
1718
+ "name": "_projectId",
1719
+ "type": "uint256"
1720
+ },
1721
+ {
1722
+ "internalType": "uint256",
1723
+ "name": "_secondMarketRoyalty",
1724
+ "type": "uint256"
1725
+ }
1726
+ ],
1727
+ "name": "updateProjectSecondaryMarketRoyaltyPercentage",
1728
+ "outputs": [],
1729
+ "payable": false,
1730
+ "stateMutability": "nonpayable",
1731
+ "type": "function"
1732
+ },
1733
+ {
1734
+ "constant": false,
1735
+ "inputs": [
1736
+ {
1737
+ "internalType": "uint256",
1738
+ "name": "_projectId",
1739
+ "type": "uint256"
1740
+ },
1741
+ {
1742
+ "internalType": "string",
1743
+ "name": "_projectWebsite",
1744
+ "type": "string"
1745
+ }
1746
+ ],
1747
+ "name": "updateProjectWebsite",
1748
+ "outputs": [],
1749
+ "payable": false,
1750
+ "stateMutability": "nonpayable",
1751
+ "type": "function"
1752
+ },
1753
+ {
1754
+ "constant": false,
1755
+ "inputs": [
1756
+ {
1757
+ "internalType": "address",
1758
+ "name": "_randomizerAddress",
1759
+ "type": "address"
1760
+ }
1761
+ ],
1762
+ "name": "updateRandomizerAddress",
1763
+ "outputs": [],
1764
+ "payable": false,
1765
+ "stateMutability": "nonpayable",
1766
+ "type": "function"
1767
+ }
1768
+ ],
1769
+ "bytecode": "0x6080604052600a6015556003601e553480156200001b57600080fd5b506040516200630838038062006308833981810160405260608110156200004157600080fd5b81019080805160405193929190846401000000008211156200006257600080fd5b9083019060208201858111156200007857600080fd5b82516401000000008111828201881017156200009357600080fd5b82525081516020918201929091019080838360005b83811015620000c2578181015183820152602001620000a8565b50505050905090810190601f168015620000f05780820380516001836020036101000a031916815260200191505b50604052602001805160405193929190846401000000008211156200011457600080fd5b9083019060208201858111156200012a57600080fd5b82516401000000008111828201881017156200014557600080fd5b82525081516020918201929091019080838360005b83811015620001745781810151838201526020016200015a565b50505050905090810190601f168015620001a25780820380516001836020036101000a031916815260200191505b5060405260200151915083905082620001cb6301ffc9a760e01b6001600160e01b03620002a716565b620001e66380ac58cd60e01b6001600160e01b03620002a716565b6200020163780e9d6360e01b6001600160e01b03620002a716565b8151620002169060099060208501906200032c565b5080516200022c90600a9060208401906200032c565b5062000248635b5e139f60e01b6001600160e01b03620002a716565b5050601b8054336001600160a01b031991821681179092556000828152601c60205260409020805460ff19166001179055601480548216909217909155600b80549091166001600160a01b039290921691909117905550620003d19050565b6001600160e01b0319808216141562000307576040805162461bcd60e51b815260206004820152601c60248201527f4552433136353a20696e76616c696420696e7465726661636520696400000000604482015290519081900360640190fd5b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200036f57805160ff19168380011785556200039f565b828001600101855582156200039f579182015b828111156200039f57825182559160200191906001019062000382565b50620003ad929150620003b1565b5090565b620003ce91905b80821115620003ad5760008155600101620003b8565b90565b615f2780620003e16000396000f3fe608060405234801561001057600080fd5b506004361061042f5760003560e01c80638462151c1161023c578063b88d4fde11610146578063dce5d858116100c3578063ed6df98211610087578063ed6df98214611bad578063ed8abfda14611bca578063f51f74a914611be7578063f70c0f0414611c04578063f851a44014611c215761042f565b8063dce5d85814611a6e578063e13208b414611a8b578063e3f59c4414611abd578063e935b7b114611b77578063e985e9c514611b7f5761042f565b8063cc74234b1161010a578063cc74234b14611944578063d03c390c14611961578063d195b3651461197e578063d7b044b614611a34578063db2ff86114611a515761042f565b8063b88d4fde14611778578063bee04f9c1461183c578063c34a03b514611859578063c6d732311461187c578063c87b56dd146119275761042f565b806397dc86cf116101d4578063a65ff74c11610198578063a65ff74c146114fd578063acad01241461154c578063ad0305ce146115f7578063b1656ba31461161d578063b7b04fae146116cd5761042f565b806397dc86cf146113c7578063a11ec70a146113ea578063a22cb46514611407578063a3b2cca614611435578063a47d29cb146114e05761042f565b80638462151c14610ed3578063867f1a3b14610f495780638ba8f14d14610f6f5780638bddb0a614610f8c5780638c2c362214610fb25780638c3c9cdd146110b95780638dd91a56146110dc57806393961c661461131457806395d89b41146113bf5761042f565b8063378599631161033d5780634f029c39116102d557806369d14faf1161029957806369d14faf14610d8d5780636bd5d59114610db95780636c907b7f14610e6457806370a0823114610e8a578063826fc39114610eb05761042f565b80634f029c3914610d115780634f6ccce714610d195780635c088dcc14610d36578063621a1f7414610d535780636352211e14610d705761042f565b8063378599631461094f5780633949f906146109fa5780633af32abf14610a025780633bdbd5c414610a285780633e48e84814610a455780633fef6c2a14610af057806342842e0e14610b9b578063498dd0c114610bd15780634aa6d41714610bee5761042f565b80631b689c0b116103cb578063279018221161038f57806327901822146107d2578063291d9549146107ef5780632d9c0205146108155780632f745c591461091b57806336c7c12c146109475761042f565b80631b689c0b1461069a57806320927ec9146106b757806323b872dd146106d457806325b75d681461070a578063261eb4e5146107b55761042f565b806301ffc9a71461043457806306e1db171461046f57806306fdde0314610497578063081812fc14610514578063095ea7b31461054d5780630d170673146105795780630d4d15131461062457806310154bad1461066c57806318160ddd14610692575b600080fd5b61045b6004803603602081101561044a57600080fd5b50356001600160e01b031916611c29565b604080519115158252519081900360200190f35b6104956004803603602081101561048557600080fd5b50356001600160a01b0316611c4c565b005b61049f611cba565b6040805160208082528351818301528351919283929083019185019080838360005b838110156104d95781810151838201526020016104c1565b50505050905090810190601f1680156105065780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6105316004803603602081101561052a57600080fd5b5035611d51565b604080516001600160a01b039092168252519081900360200190f35b6104956004803603604081101561056357600080fd5b506001600160a01b038135169060200135611db3565b6104956004803603604081101561058f57600080fd5b81359190810190604081016020820135600160201b8111156105b057600080fd5b8201836020820111156105c257600080fd5b803590602001918460018302840111600160201b831117156105e357600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611ec4945050505050565b61065a6004803603606081101561063a57600080fd5b506001600160a01b03813581169160208101359160409091013516611fbd565b60408051918252519081900360200190f35b6104956004803603602081101561068257600080fd5b50356001600160a01b03166121b7565b61065a612227565b61065a600480360360208110156106b057600080fd5b503561222d565b61049f600480360360208110156106cd57600080fd5b503561223f565b610495600480360360608110156106ea57600080fd5b506001600160a01b038135811691602081013590911690604001356122da565b6104956004803603604081101561072057600080fd5b81359190810190604081016020820135600160201b81111561074157600080fd5b82018360208201111561075357600080fd5b803590602001918460018302840111600160201b8311171561077457600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061232f945050505050565b61049f600480360360208110156107cb57600080fd5b5035612427565b610495600480360360208110156107e857600080fd5b503561248f565b6104956004803603602081101561080557600080fd5b50356001600160a01b031661251f565b6108326004803603602081101561082b57600080fd5b503561258c565b60405180806020018060200184151515158152602001838103835286818151815260200191508051906020019080838360005b8381101561087d578181015183820152602001610865565b50505050905090810190601f1680156108aa5780820380516001836020036101000a031916815260200191505b50838103825285518152855160209182019187019080838360005b838110156108dd5781810151838201526020016108c5565b50505050905090810190601f16801561090a5780820380516001836020036101000a031916815260200191505b509550505050505060405180910390f35b61065a6004803603604081101561093157600080fd5b506001600160a01b0381351690602001356126f0565b61053161276f565b6104956004803603604081101561096557600080fd5b81359190810190604081016020820135600160201b81111561098657600080fd5b82018360208201111561099857600080fd5b803590602001918460018302840111600160201b831117156109b957600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061277e945050505050565b610531612804565b61045b60048036036020811015610a1857600080fd5b50356001600160a01b0316612813565b61049560048036036020811015610a3e57600080fd5b5035612828565b61049560048036036040811015610a5b57600080fd5b81359190810190604081016020820135600160201b811115610a7c57600080fd5b820183602082011115610a8e57600080fd5b803590602001918460018302840111600160201b83111715610aaf57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506129c3945050505050565b61049560048036036040811015610b0657600080fd5b81359190810190604081016020820135600160201b811115610b2757600080fd5b820183602082011115610b3957600080fd5b803590602001918460018302840111600160201b83111715610b5a57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612a43945050505050565b61049560048036036060811015610bb157600080fd5b506001600160a01b03813581169160208101359091169060400135612b3b565b61053160048036036020811015610be757600080fd5b5035612b56565b610c0b60048036036020811015610c0457600080fd5b5035612b71565b604051808060200187815260200186151515158152602001806020018515151515815260200184151515158152602001838103835289818151815260200191508051906020019080838360005b83811015610c70578181015183820152602001610c58565b50505050905090810190601f168015610c9d5780820380516001836020036101000a031916815260200191505b50838103825286518152865160209182019188019080838360005b83811015610cd0578181015183820152602001610cb8565b50505050905090810190601f168015610cfd5780820380516001836020036101000a031916815260200191505b509850505050505050505060405180910390f35b61065a612cff565b61065a60048036036020811015610d2f57600080fd5b5035612d05565b61049560048036036020811015610d4c57600080fd5b5035612d6b565b61065a60048036036020811015610d6957600080fd5b5035612e44565b61053160048036036020811015610d8657600080fd5b5035612e56565b61049560048036036040811015610da357600080fd5b50803590602001356001600160a01b0316612eb0565b61049560048036036040811015610dcf57600080fd5b81359190810190604081016020820135600160201b811115610df057600080fd5b820183602082011115610e0257600080fd5b803590602001918460018302840111600160201b83111715610e2357600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612f54945050505050565b61049560048036036020811015610e7a57600080fd5b50356001600160a01b0316612fd4565b61065a60048036036020811015610ea057600080fd5b50356001600160a01b031661304d565b61049560048036036040811015610ec657600080fd5b50803590602001356130b5565b610ef960048036036020811015610ee957600080fd5b50356001600160a01b031661323e565b60408051602080825283518183015283519192839290830191858101910280838360005b83811015610f35578181015183820152602001610f1d565b505050509050019250505060405180910390f35b61049560048036036020811015610f5f57600080fd5b50356001600160a01b031661329f565b61049560048036036020811015610f8557600080fd5b503561330c565b61049560048036036020811015610fa257600080fd5b50356001600160a01b03166133e6565b610fcf60048036036020811015610fc857600080fd5b5035613456565b604051808a6001600160a01b03166001600160a01b0316815260200189815260200188815260200187815260200186151515158152602001856001600160a01b03166001600160a01b0316815260200184815260200180602001836001600160a01b03166001600160a01b03168152602001828103825284818151815260200191508051906020019080838360005b8381101561107657818101518382015260200161105e565b50505050905090810190601f1680156110a35780820380516001836020036101000a031916815260200191505b509a505050505050505050505060405180910390f35b61049f600480360360408110156110cf57600080fd5b5080359060200135613576565b6110f9600480360360208110156110f257600080fd5b5035613623565b6040518080602001806020018060200180602001806020018715151515815260200186810386528c818151815260200191508051906020019080838360005b83811015611150578181015183820152602001611138565b50505050905090810190601f16801561117d5780820380516001836020036101000a031916815260200191505b5086810385528b5181528b516020918201918d019080838360005b838110156111b0578181015183820152602001611198565b50505050905090810190601f1680156111dd5780820380516001836020036101000a031916815260200191505b5086810384528a5181528a516020918201918c019080838360005b838110156112105781810151838201526020016111f8565b50505050905090810190601f16801561123d5780820380516001836020036101000a031916815260200191505b5086810383528951815289516020918201918b019080838360005b83811015611270578181015183820152602001611258565b50505050905090810190601f16801561129d5780820380516001836020036101000a031916815260200191505b5086810382528851815288516020918201918a019080838360005b838110156112d05781810151838201526020016112b8565b50505050905090810190601f1680156112fd5780820380516001836020036101000a031916815260200191505b509b50505050505050505050505060405180910390f35b6104956004803603604081101561132a57600080fd5b81359190810190604081016020820135600160201b81111561134b57600080fd5b82018360208201111561135d57600080fd5b803590602001918460018302840111600160201b8311171561137e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613978945050505050565b61049f6139ff565b610495600480360360408110156113dd57600080fd5b5080359060200135613a60565b6104956004803603602081101561140057600080fd5b5035613ace565b6104956004803603604081101561141d57600080fd5b506001600160a01b0381351690602001351515613b5b565b6104956004803603604081101561144b57600080fd5b81359190810190604081016020820135600160201b81111561146c57600080fd5b82018360208201111561147e57600080fd5b803590602001918460018302840111600160201b8311171561149f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613c23945050505050565b610531600480360360208110156114f657600080fd5b5035613ca3565b61151a6004803603602081101561151357600080fd5b5035613cbe565b604080516001600160a01b03958616815293909416602084015282840191909152606082015290519081900360800190f35b6104956004803603604081101561156257600080fd5b81359190810190604081016020820135600160201b81111561158357600080fd5b82018360208201111561159557600080fd5b803590602001918460018302840111600160201b831117156115b657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613d07945050505050565b61045b6004803603602081101561160d57600080fd5b50356001600160a01b0316613e4a565b6104956004803603606081101561163357600080fd5b813591602081013591810190606081016040820135600160201b81111561165957600080fd5b82018360208201111561166b57600080fd5b803590602001918460018302840111600160201b8311171561168c57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613e5f945050505050565b610495600480360360408110156116e357600080fd5b81359190810190604081016020820135600160201b81111561170457600080fd5b82018360208201111561171657600080fd5b803590602001918460018302840111600160201b8311171561173757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613fc2945050505050565b6104956004803603608081101561178e57600080fd5b6001600160a01b03823581169260208101359091169160408201359190810190608081016060820135600160201b8111156117c857600080fd5b8201836020820111156117da57600080fd5b803590602001918460018302840111600160201b831117156117fb57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506140ba945050505050565b610ef96004803603602081101561185257600080fd5b503561410c565b6104956004803603604081101561186f57600080fd5b508035906020013561416c565b6104956004803603604081101561189257600080fd5b81359190810190604081016020820135600160201b8111156118b357600080fd5b8201836020820111156118c557600080fd5b803590602001918460018302840111600160201b831117156118e657600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061421e945050505050565b61049f6004803603602081101561193d57600080fd5b5035614316565b61065a6004803603602081101561195a57600080fd5b5035614711565b6104956004803603602081101561197757600080fd5b5035614723565b6104956004803603606081101561199457600080fd5b81359190810190604081016020820135600160201b8111156119b557600080fd5b8201836020820111156119c757600080fd5b803590602001918460018302840111600160201b831117156119e857600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550505090356001600160a01b031691506147a89050565b61053160048036036020811015611a4a57600080fd5b5035614854565b61049560048036036020811015611a6757600080fd5b503561486f565b61049560048036036020811015611a8457600080fd5b5035614a13565b61049560048036036060811015611aa157600080fd5b508035906001600160a01b036020820135169060400135614b59565b61049560048036036080811015611ad357600080fd5b810190602081018135600160201b811115611aed57600080fd5b820183602082011115611aff57600080fd5b803590602001918460018302840111600160201b83111715611b2057600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550506001600160a01b0383351693505050602081013590604001351515614c32565b61065a614dae565b61045b60048036036040811015611b9557600080fd5b506001600160a01b0381358116916020013516614db4565b61049560048036036020811015611bc357600080fd5b5035614de2565b61065a60048036036020811015611be057600080fd5b5035614e76565b61065a60048036036020811015611bfd57600080fd5b5035614e88565b61065a60048036036020811015611c1a57600080fd5b5035614e9a565b610531614eac565b6001600160e01b0319811660009081526020819052604090205460ff165b919050565b601b546001600160a01b03163314611c98576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b601480546001600160a01b0319166001600160a01b0392909216919091179055565b60098054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611d465780601f10611d1b57610100808354040283529160200191611d46565b820191906000526020600020905b815481529060010190602001808311611d2957829003601f168201915b505050505090505b90565b6000611d5c82614ebb565b611d975760405162461bcd60e51b815260040180806020018281038252602c815260200180615d77602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b6000611dbe82612e56565b9050806001600160a01b0316836001600160a01b03161415611e115760405162461bcd60e51b8152600401808060200182810382526021815260200180615df26021913960400191505060405180910390fd5b336001600160a01b0382161480611e2d5750611e2d8133614db4565b611e685760405162461bcd60e51b8152600401808060200182810382526038815260200180615c8f6038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000828152600c60205260409020600e015482906301000000900460ff1615611f22576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff1680611f5857506000818152600d60205260409020546001600160a01b031633145b611f97576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692860190615ac5565b5050505050565b336000908152601d602052604081205460ff1661200b5760405162461bcd60e51b815260040180806020018281038252602b815260200180615ec8602b913960400191505060405180910390fd5b6000838152600c60205260409020600981015460089091015461203590600163ffffffff614ed816565b1115612088576040805162461bcd60e51b815260206004820152601f60248201527f4d757374206e6f7420657863656564206d617820696e766f636174696f6e7300604482015290519081900360640190fd5b6000838152600c60205260409020600e015462010000900460ff16806120c757506000838152600d60205260409020546001600160a01b038381169116145b612118576040805162461bcd60e51b815260206004820181905260248201527f50726f6a656374206d75737420657869737420616e6420626520616374697665604482015290519081900360640190fd5b6000838152600c60205260409020600e0154600160201b900460ff16158061215957506000838152600d60205260409020546001600160a01b038381169116145b6121a2576040805162461bcd60e51b8152602060048201526015602482015274283ab931b430b9b2b99030b932903830bab9b2b21760591b604482015290519081900360640190fd5b60006121ae8585614f39565b95945050505050565b601b546001600160a01b03163314612203576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601c60205260409020805460ff19166001179055565b60075490565b60176020526000908152604090205481565b600e6020908152600091825260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845290918301828280156122d25780601f106122a7576101008083540402835291602001916122d2565b820191906000526020600020905b8154815290600101906020018083116122b557829003601f168201915b505050505081565b6122e433826150de565b61231f5760405162461bcd60e51b8152600401808060200182810382526031815260200180615e136031913960400191505060405180910390fd5b61232a838383615182565b505050565b6000828152600c60205260409020600e015482906301000000900460ff161561238d576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff16806123c357506000818152600d60205260409020546001600160a01b031633145b612402576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600490920191860190615ac5565b60166020908152600091825260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845290918301828280156122d25780601f106122a7576101008083540402835291602001916122d2565b600081815260176020908152604080832054808452600d909252909120546001600160a01b031633146124f7576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b60008281526017602090815260408083205483526016909152812061251b91615b43565b5050565b601b546001600160a01b0316331461256b576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601c60205260409020805460ff19169055565b6000818152600c6020908152604080832060060180548251601f60026000196101006001861615020190931692909204918201859004850281018501909352808352606094859490939291908301828280156126295780601f106125fe57610100808354040283529160200191612629565b820191906000526020600020905b81548152906001019060200180831161260c57829003601f168201915b5050506000878152600c60209081526040918290206007018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295985093509091508301828280156126c75780601f1061269c576101008083540402835291602001916126c7565b820191906000526020600020905b8154815290600101906020018083116126aa57829003601f168201915b50505060009687525050600c6020526040909420600e0154929461010090930460ff1692915050565b60006126fb8361304d565b82106127385760405162461bcd60e51b815260040180806020018281038252602b815260200180615bc2602b913960400191505060405180910390fd5b6001600160a01b038316600090815260056020526040902080548390811061275c57fe5b9060005260206000200154905092915050565b600b546001600160a01b031681565b6000828152600d602052604090205482906001600160a01b031633146127d9576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600390920191850190615ac5565b50505050565b6014546001600160a01b031681565b601c6020526000908152604090205460ff1681565b6000818152600c60205260409020600e015481906301000000900460ff1615612886576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054829060ff16806128bc57506000818152600d60205260409020546001600160a01b031633145b6128fb576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000838152600c6020526040902060080154156129495760405162461bcd60e51b8152600401808060200182810382526027815260200180615e706027913960400191505060405180910390fd5b6000838152600c602052604090206005015460ff1615612981576000838152600c60205260409020600e01805460ff1916905561299e565b6000838152600c60205260409020600e01805460ff191660011790555b50506000908152600c60205260409020600501805460ff19811660ff90911615179055565b6000828152600d602052604090205482906001600160a01b03163314612a1e576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600690920191850190615ac5565b6000828152600c60205260409020600e015482906301000000900460ff1615612aa1576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff1680612ad757506000818152600d60205260409020546001600160a01b031633145b612b16576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600d90920191860190615ac5565b61232a838383604051806020016040528060008152506140ba565b600f602052600090815260409020546001600160a01b031681565b6000818152600c60209081526040808320600a0180548251601f60026000196101006001861615020190931692909204918201859004850281018501909352808352606094938493869385938493830182828015612c105780601f10612be557610100808354040283529160200191612c10565b820191906000526020600020905b815481529060010190602001808311612bf357829003601f168201915b50505060008a8152600c602081815260409283902091820154600e830154600d9093018054855160026101006001841615026000190190921691909104601f8101859004850282018501909652858152979d50909b5060ff9092169950909350909150830182828015612cc45780601f10612c9957610100808354040283529160200191612cc4565b820191906000526020600020905b815481529060010190602001808311612ca757829003601f168201915b5050506000998a525050600c6020526040909720600e0154959794969395939460ff63010000008604811695600160201b9004169350915050565b60155481565b6000612d0f612227565b8210612d4c5760405162461bcd60e51b815260040180806020018281038252602c815260200180615e44602c913960400191505060405180910390fd5b60078281548110612d5957fe5b90600052602060002001549050919050565b6000818152600d602052604090205481906001600160a01b03163314612dc6576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000828152600c602052604090206005015460ff1615612e175760405162461bcd60e51b8152600401808060200182810382526031815260200180615e976031913960400191505060405180910390fd5b506000908152600c60205260409020600e01805461ff001981166101009182900460ff1615909102179055565b60196020526000908152604090205481565b6000818152600160205260408120546001600160a01b031680612eaa5760405162461bcd60e51b8152600401808060200182810382526029815260200180615cf16029913960400191505060405180910390fd5b92915050565b336000908152601c6020526040902054829060ff1680612ee657506000818152600d60205260409020546001600160a01b031633145b612f25576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b506000918252600d602052604090912080546001600160a01b0319166001600160a01b03909216919091179055565b6000828152600d602052604090205482906001600160a01b03163314612faf576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600790920191850190615ac5565b336000908152601c602052604090205460ff1661302b576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b600b80546001600160a01b0319166001600160a01b0392909216919091179055565b60006001600160a01b0382166130945760405162461bcd60e51b815260040180806020018281038252602a815260200180615cc7602a913960400191505060405180910390fd5b6001600160a01b0382166000908152600360205260409020612eaa906151a1565b6000828152600d602052604090205482906001600160a01b03163314613110576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c60205260409020600e01546301000000900460ff16158061314857506000838152600c602052604090206009015482105b613187576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b6000838152600c602052604090206008015482116131d65760405162461bcd60e51b815260040180806020018281038252603d815260200180615d3a603d913960400191505060405180910390fd5b620f4240821115613228576040805162461bcd60e51b8152602060048201526017602482015276043616e6e6f742065786365656420312c3030302c30303604c1b604482015290519081900360640190fd5b506000918252600c602052604090912060090155565b6060613249826151a5565b80548060200260200160405190810160405280929190818152602001828054801561329357602002820191906000526020600020905b81548152602001906001019080831161327f575b50505050509050919050565b601b546001600160a01b031633146132eb576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601d60205260409020805460ff19169055565b336000908152601c602052604090205460ff16613363576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000818152600c60205260409020600e015481906301000000900460ff16156133c1576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b506000908152600c60205260409020600e01805463ff00000019166301000000179055565b601b546001600160a01b03163314613432576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601d60205260409020805460ff19166001179055565b6000818152600d60209081526040808320546010835281842054600c845282852060088101546009820154600e92830154601188528689205460128952878a2054948952878a208054895160026101006001841615026000190190921691909104601f81018c90048c0282018c01909a528981526001600160a01b039889169b979a959994986201000090940460ff1697939092169594606094908301828280156135425780601f1061351757610100808354040283529160200191613542565b820191906000526020600020905b81548152906001019060200180831161352557829003601f168201915b50505060009c8d525050600f6020526040909a2054989a9799969895979496939592946001600160a01b0390931692915050565b6000828152600c60209081526040808320848452600b0182529182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452606093928301828280156136165780601f106135eb57610100808354040283529160200191613616565b820191906000526020600020905b8154815290600101906020018083116135f957829003601f168201915b5050505050905092915050565b6000818152600c602090815260408083208054825160026001831615610100026000190190921691909104601f81018590048502820185019093528281526060948594859485948594929091908301828280156136c15780601f10613696576101008083540402835291602001916136c1565b820191906000526020600020905b8154815290600101906020018083116136a457829003601f168201915b50505050509550600c60008881526020019081526020016000206001018054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156137725780601f1061374757610100808354040283529160200191613772565b820191906000526020600020905b81548152906001019060200180831161375557829003601f168201915b50505060008a8152600c60209081526040918290206002908101805484516001821615610100026000190190911692909204601f8101849004840283018401909452838252959a509493509091508301828280156138115780601f106137e657610100808354040283529160200191613811565b820191906000526020600020905b8154815290600101906020018083116137f457829003601f168201915b50505060008a8152600c60209081526040918290206003018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295995093509091508301828280156138af5780601f10613884576101008083540402835291602001916138af565b820191906000526020600020905b81548152906001019060200180831161389257829003601f168201915b50505060008a8152600c60209081526040918290206004018054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152959850935090915083018282801561394d5780601f106139225761010080835404028352916020019161394d565b820191906000526020600020905b81548152906001019060200180831161393057829003601f168201915b5050506000998a525050600c602052604090972060050154959794969395929460ff90931692915050565b600082815260176020908152604080832054808452600d909252909120546001600160a01b031633146139e0576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b600083815260166020908152604090912083516127fe92850190615ac5565b600a8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611d465780601f10611d1b57610100808354040283529160200191611d46565b6000828152600d602052604090205482906001600160a01b03163314613abb576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b5060009182526010602052604090912055565b6000818152600d602052604090205481906001600160a01b03163314613b29576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b506000908152600c60205260409020600e01805464ff00000000198116600160201b9182900460ff1615909102179055565b6001600160a01b038216331415613bb5576040805162461bcd60e51b815260206004820152601960248201527822a9219b99189d1030b8383937bb32903a379031b0b63632b960391b604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b6000828152600d602052604090205482906001600160a01b03163314613c7e576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600290920191850190615ac5565b600d602052600090815260409020546001600160a01b031681565b6000908152601760209081526040808320548352600d82528083205460118352818420546012845282852054601390945291909320546001600160a01b03938416949390911692565b6000828152600c60205260409020600e015482906301000000900460ff1615613d65576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff1680613d9b57506000818152600d60205260409020546001600160a01b031633145b613dda576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c60208181526040808420928301548452600b909201815291208451613e0892860190615ac5565b506000848152600c602081905260409091200154613e2d90600163ffffffff614ed816565b6000948552600c6020819052604090952090940193909355505050565b601d6020526000908152604090205460ff1681565b6000838152600c60205260409020600e015483906301000000900460ff1615613ebd576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054849060ff1680613ef357506000818152600d60205260409020546001600160a01b031633145b613f32576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000858152600c6020819052604090912001548410613f90576040805162461bcd60e51b81526020600482015260156024820152747363726970744964206f7574206f662072616e676560581b604482015290519081900360640190fd5b6000858152600c60209081526040808320878452600b0182529091208451613fba92860190615ac5565b505050505050565b6000828152600c60205260409020600e015482906301000000900460ff1615614020576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff168061405657506000818152600d60205260409020546001600160a01b031633145b614095576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600190920191860190615ac5565b6140c58484846122da565b6140d1848484846151bf565b6127fe5760405162461bcd60e51b8152600401808060200182810382526032815260200180615bed6032913960400191505060405180910390fd5b600081815260186020908152604091829020805483518184028101840190945280845260609392830182828015613293576020028201919060005260206000209081548152602001906001019080831161327f5750505050509050919050565b6000828152600d602052604090205482906001600160a01b031633146141c7576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b606482111561420b576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b5060009182526013602052604090912055565b6000828152600c60205260409020600e015482906301000000900460ff161561427c576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff16806142b257506000818152600d60205260409020546001600160a01b031633145b6142f1576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600a90920191860190615ac5565b60608161432281614ebb565b61436d576040805162461bcd60e51b8152602060048201526017602482015276151bdad95b88125108191bd95cc81b9bdd08195e1a5cdd604a1b604482015290519081900360640190fd5b60008381526016602052604090205460026000196101006001841615020190911604156144df576000838152601760209081526040808320548352600c82529182902060070180548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084526144d893928301828280156144375780601f1061440c57610100808354040283529160200191614437565b820191906000526020600020905b81548152906001019060200180831161441a57829003601f168201915b5050506000878152601660209081526040918290208054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144ce5780601f106144a3576101008083540402835291602001916144ce565b820191906000526020600020905b8154815290600101906020018083116144b157829003601f168201915b50505050506152f2565b915061470b565b6000838152601760209081526040808320548352600c90915290206005015460ff1615801561453157506000838152601760209081526040808320548352600c9091529020600e0154610100900460ff165b15614652576000838152601760209081526040808320548352600c82529182902060070180548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084526144d893928301828280156145d95780601f106145ae576101008083540402835291602001916145d9565b820191906000526020600020905b8154815290600101906020018083116145bc57829003601f168201915b5050506000878152601760209081526040808320548352600c825291829020600d018054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144ce5780601f106144a3576101008083540402835291602001916144ce565b6000838152601760209081526040808320548352600c82529182902060060180548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845261470893928301828280156146f55780601f106146ca576101008083540402835291602001916146f5565b820191906000526020600020905b8154815290600101906020018083116146d857829003601f168201915b50505050506147038561532e565b6152f2565b91505b50919050565b60126020526000908152604090205481565b336000908152601c602052604090205460ff1661477a576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000908152600c60205260409020600e01805462ff0000198116620100009182900460ff1615909102179055565b6000838152600d602052604090205483906001600160a01b03163314614803576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000848152600e60209081526040909120845161482292860190615ac5565b50506000928352600f602052604090922080546001600160a01b0319166001600160a01b039093169290921790915550565b6011602052600090815260409020546001600160a01b031681565b6000818152600c60205260409020600e015481906301000000900460ff16156148cd576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054829060ff168061490357506000818152600d60205260409020546001600160a01b031633145b614942576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000838152600c6020819052604090912001546149a6576040805162461bcd60e51b815260206004820152601e60248201527f746865726520617265206e6f207363726970747320746f2072656d6f76650000604482015290519081900360640190fd5b6000838152600c6020818152604080842092830154600019018452600b909201905281206149d391615b43565b6000838152600c6020819052604090912001546149f790600163ffffffff6153ef16565b6000938452600c60208190526040909420909301929092555050565b6000818152600c60205260409020600e015481906301000000900460ff1615614a71576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054829060ff1680614aa757506000818152600d60205260409020546001600160a01b031633145b614ae6576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000838152600c602052604090206008015415614b345760405162461bcd60e51b8152600401808060200182810382526026815260200180615da36026913960400191505060405180910390fd5b50506000908152600c60205260409020600e01805460ff19811660ff90911615179055565b6000838152600d602052604090205483906001600160a01b03163314614bb4576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6064821115614bf8576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b50600092835260116020908152604080852080546001600160a01b0319166001600160a01b03959095169490941790935560129052912055565b336000908152601c602052604090205460ff16614c89576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b601e546000818152600d6020908152604080832080546001600160a01b0319166001600160a01b038916179055600c82529091208651614ccb92880190615ac5565b50604080518082018252600381526208aa8960eb1b60208083019182526000858152600e909152929092209051614d029290615ac5565b506000818152601060209081526040808320869055600c9091529020600e8101805464ff000000001916600160201b17905560058101805484151560ff19909116179055620f424060099091015581614d73576000818152600c60205260409020600e01805460ff19169055614d90565b6000818152600c60205260409020600e01805460ff191660011790555b601e54614da490600163ffffffff614ed816565b601e555050505050565b601e5481565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b601b546001600160a01b03163314614e2e576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6019811115614e71576040805162461bcd60e51b815260206004820152600a6024820152694d6178206f662032352560b01b604482015290519081900360640190fd5b601555565b60136020526000908152604090205481565b601a6020526000908152604090205481565b60106020526000908152604090205481565b601b546001600160a01b031681565b6000908152600160205260409020546001600160a01b0316151590565b600082820183811015614f32576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6000818152600c6020526040812060080154620f42408302810190614f6590600163ffffffff614ed816565b6000848152600c60209081526040808320600801849055600b54815163990c8f7960e01b8152915193949343936000198501409333936001600160a01b03169263990c8f7992600480840193919291829003018186803b158015614fc857600080fd5b505afa158015614fdc573d6000803e3d6000fd5b505050506040513d6020811015614ff257600080fd5b505160408051602080820197909752808201959095526060808601949094529190921b6bffffffffffffffffffffffff191660808401526094808401929092528051808403909201825260b49092018252805190830120600085815260198452828120829055818152601a90935291208390559050615071858361544c565b600082815260176020908152604080832087905586835260188252808320805460018101825590845291832090910184905551859184916001600160a01b038916917f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f91a4509392505050565b60006150e982614ebb565b6151245760405162461bcd60e51b815260040180806020018281038252602c815260200180615c43602c913960400191505060405180910390fd5b600061512f83612e56565b9050806001600160a01b0316846001600160a01b0316148061516a5750836001600160a01b031661515f84611d51565b6001600160a01b0316145b8061517a575061517a8185614db4565b949350505050565b61518d838383615469565b61519783826155ad565b61232a828261569b565b5490565b6001600160a01b0316600090815260056020526040902090565b60006151d3846001600160a01b03166156d9565b6151df5750600161517a565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b83811015615259578181015183820152602001615241565b50505050905090810190601f1680156152865780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b1580156152a857600080fd5b505af11580156152bc573d6000803e3d6000fd5b505050506040513d60208110156152d257600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b6060614f3283836040518060200160405280600081525060405180602001604052806000815250604051806020016040528060008152506156df565b60608161535357506040805180820190915260018152600360fc1b6020820152611c47565b8160005b811561536b57600101600a82049150615357565b6060816040519080825280601f01601f191660200182016040528015615398576020820181803883390190505b50905060001982015b85156153e657600a860660300160f81b828280600190039350815181106153c457fe5b60200101906001600160f81b031916908160001a905350600a860495506153a1565b50949350505050565b600082821115615446576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b61545682826158f3565b615460828261569b565b61251b81615a24565b826001600160a01b031661547c82612e56565b6001600160a01b0316146154c15760405162461bcd60e51b8152600401808060200182810382526029815260200180615dc96029913960400191505060405180910390fd5b6001600160a01b0382166155065760405162461bcd60e51b8152600401808060200182810382526024815260200180615c1f6024913960400191505060405180910390fd5b61550f81615a68565b6001600160a01b038316600090815260036020526040902061553090615aa5565b6001600160a01b038216600090815260036020526040902061555190615abc565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b0382166000908152600560205260408120546155d790600163ffffffff6153ef16565b600083815260066020526040902054909150808214615672576001600160a01b038416600090815260056020526040812080548490811061561457fe5b906000526020600020015490508060056000876001600160a01b03166001600160a01b03168152602001908152602001600020838154811061565257fe5b600091825260208083209091019290925591825260069052604090208190555b6001600160a01b0384166000908152600560205260409020805490611fb6906000198301615b87565b6001600160a01b0390911660009081526005602081815260408084208054868652600684529185208290559282526001810183559183529091200155565b3b151590565b6060808690506060869050606086905060608690506060869050606081518351855187518951010101016040519080825280601f01601f191660200182016040528015615733576020820181803883390190505b509050806000805b885181101561578c5788818151811061575057fe5b602001015160f81c60f81b83838060010194508151811061576d57fe5b60200101906001600160f81b031916908160001a90535060010161573b565b5060005b87518110156157e1578781815181106157a557fe5b602001015160f81c60f81b8383806001019450815181106157c257fe5b60200101906001600160f81b031916908160001a905350600101615790565b5060005b8651811015615836578681815181106157fa57fe5b602001015160f81c60f81b83838060010194508151811061581757fe5b60200101906001600160f81b031916908160001a9053506001016157e5565b5060005b855181101561588b5785818151811061584f57fe5b602001015160f81c60f81b83838060010194508151811061586c57fe5b60200101906001600160f81b031916908160001a90535060010161583a565b5060005b84518110156158e0578481815181106158a457fe5b602001015160f81c60f81b8383806001019450815181106158c157fe5b60200101906001600160f81b031916908160001a90535060010161588f565b50909d9c50505050505050505050505050565b6001600160a01b03821661594e576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b61595781614ebb565b156159a9576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b0387169081179091558352600390915290206159e890615abc565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600780546000838152600860205260408120829055600182018355919091527fa66cc928b5edb82af9bd49922954155ab7b0942694bea4ce44661d9a8736c6880155565b6000818152600260205260409020546001600160a01b031615615aa257600081815260026020526040902080546001600160a01b03191690555b50565b8054615ab890600163ffffffff6153ef16565b9055565b80546001019055565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10615b0657805160ff1916838001178555615b33565b82800160010185558215615b33579182015b82811115615b33578251825591602001919060010190615b18565b50615b3f929150615ba7565b5090565b50805460018160011615610100020316600290046000825580601f10615b695750615aa2565b601f016020900490600052602060002090810190615aa29190615ba7565b81548183558181111561232a5760008381526020902061232a9181019083015b611d4e91905b80821115615b3f5760008155600101615bad56fe455243373231456e756d657261626c653a206f776e657220696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920617274697374206f722077686974656c69737465640000000000004552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920696620756e6c6f636b656400000000000000000000000000000000596f75206d75737420736574206d617820696e766f636174696f6e732067726561746572207468616e2063757272656e7420696e766f636174696f6e734552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e43616e6e6f74206d6f64696679206166746572206120746f6b656e206973206d696e7465642e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564455243373231456e756d657261626c653a20676c6f62616c20696e646578206f7574206f6620626f756e647343616e206e6f7420737769746368206166746572206120746f6b656e206973206d696e7465642e63616e206f6e6c7920736574207374617469632049504653206861736820666f72207374617469632070726f6a656374734d757374206d696e742066726f6d2077686974656c6973746564206d696e74657220636f6e74726163742ea265627a7a723158202d45bb226be5ca4efaafd39987986e8bf0e242b895f514e48aea65f7f8b91db864736f6c63430005110032",
1770
+ "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061042f5760003560e01c80638462151c1161023c578063b88d4fde11610146578063dce5d858116100c3578063ed6df98211610087578063ed6df98214611bad578063ed8abfda14611bca578063f51f74a914611be7578063f70c0f0414611c04578063f851a44014611c215761042f565b8063dce5d85814611a6e578063e13208b414611a8b578063e3f59c4414611abd578063e935b7b114611b77578063e985e9c514611b7f5761042f565b8063cc74234b1161010a578063cc74234b14611944578063d03c390c14611961578063d195b3651461197e578063d7b044b614611a34578063db2ff86114611a515761042f565b8063b88d4fde14611778578063bee04f9c1461183c578063c34a03b514611859578063c6d732311461187c578063c87b56dd146119275761042f565b806397dc86cf116101d4578063a65ff74c11610198578063a65ff74c146114fd578063acad01241461154c578063ad0305ce146115f7578063b1656ba31461161d578063b7b04fae146116cd5761042f565b806397dc86cf146113c7578063a11ec70a146113ea578063a22cb46514611407578063a3b2cca614611435578063a47d29cb146114e05761042f565b80638462151c14610ed3578063867f1a3b14610f495780638ba8f14d14610f6f5780638bddb0a614610f8c5780638c2c362214610fb25780638c3c9cdd146110b95780638dd91a56146110dc57806393961c661461131457806395d89b41146113bf5761042f565b8063378599631161033d5780634f029c39116102d557806369d14faf1161029957806369d14faf14610d8d5780636bd5d59114610db95780636c907b7f14610e6457806370a0823114610e8a578063826fc39114610eb05761042f565b80634f029c3914610d115780634f6ccce714610d195780635c088dcc14610d36578063621a1f7414610d535780636352211e14610d705761042f565b8063378599631461094f5780633949f906146109fa5780633af32abf14610a025780633bdbd5c414610a285780633e48e84814610a455780633fef6c2a14610af057806342842e0e14610b9b578063498dd0c114610bd15780634aa6d41714610bee5761042f565b80631b689c0b116103cb578063279018221161038f57806327901822146107d2578063291d9549146107ef5780632d9c0205146108155780632f745c591461091b57806336c7c12c146109475761042f565b80631b689c0b1461069a57806320927ec9146106b757806323b872dd146106d457806325b75d681461070a578063261eb4e5146107b55761042f565b806301ffc9a71461043457806306e1db171461046f57806306fdde0314610497578063081812fc14610514578063095ea7b31461054d5780630d170673146105795780630d4d15131461062457806310154bad1461066c57806318160ddd14610692575b600080fd5b61045b6004803603602081101561044a57600080fd5b50356001600160e01b031916611c29565b604080519115158252519081900360200190f35b6104956004803603602081101561048557600080fd5b50356001600160a01b0316611c4c565b005b61049f611cba565b6040805160208082528351818301528351919283929083019185019080838360005b838110156104d95781810151838201526020016104c1565b50505050905090810190601f1680156105065780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6105316004803603602081101561052a57600080fd5b5035611d51565b604080516001600160a01b039092168252519081900360200190f35b6104956004803603604081101561056357600080fd5b506001600160a01b038135169060200135611db3565b6104956004803603604081101561058f57600080fd5b81359190810190604081016020820135600160201b8111156105b057600080fd5b8201836020820111156105c257600080fd5b803590602001918460018302840111600160201b831117156105e357600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550611ec4945050505050565b61065a6004803603606081101561063a57600080fd5b506001600160a01b03813581169160208101359160409091013516611fbd565b60408051918252519081900360200190f35b6104956004803603602081101561068257600080fd5b50356001600160a01b03166121b7565b61065a612227565b61065a600480360360208110156106b057600080fd5b503561222d565b61049f600480360360208110156106cd57600080fd5b503561223f565b610495600480360360608110156106ea57600080fd5b506001600160a01b038135811691602081013590911690604001356122da565b6104956004803603604081101561072057600080fd5b81359190810190604081016020820135600160201b81111561074157600080fd5b82018360208201111561075357600080fd5b803590602001918460018302840111600160201b8311171561077457600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061232f945050505050565b61049f600480360360208110156107cb57600080fd5b5035612427565b610495600480360360208110156107e857600080fd5b503561248f565b6104956004803603602081101561080557600080fd5b50356001600160a01b031661251f565b6108326004803603602081101561082b57600080fd5b503561258c565b60405180806020018060200184151515158152602001838103835286818151815260200191508051906020019080838360005b8381101561087d578181015183820152602001610865565b50505050905090810190601f1680156108aa5780820380516001836020036101000a031916815260200191505b50838103825285518152855160209182019187019080838360005b838110156108dd5781810151838201526020016108c5565b50505050905090810190601f16801561090a5780820380516001836020036101000a031916815260200191505b509550505050505060405180910390f35b61065a6004803603604081101561093157600080fd5b506001600160a01b0381351690602001356126f0565b61053161276f565b6104956004803603604081101561096557600080fd5b81359190810190604081016020820135600160201b81111561098657600080fd5b82018360208201111561099857600080fd5b803590602001918460018302840111600160201b831117156109b957600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061277e945050505050565b610531612804565b61045b60048036036020811015610a1857600080fd5b50356001600160a01b0316612813565b61049560048036036020811015610a3e57600080fd5b5035612828565b61049560048036036040811015610a5b57600080fd5b81359190810190604081016020820135600160201b811115610a7c57600080fd5b820183602082011115610a8e57600080fd5b803590602001918460018302840111600160201b83111715610aaf57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506129c3945050505050565b61049560048036036040811015610b0657600080fd5b81359190810190604081016020820135600160201b811115610b2757600080fd5b820183602082011115610b3957600080fd5b803590602001918460018302840111600160201b83111715610b5a57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612a43945050505050565b61049560048036036060811015610bb157600080fd5b506001600160a01b03813581169160208101359091169060400135612b3b565b61053160048036036020811015610be757600080fd5b5035612b56565b610c0b60048036036020811015610c0457600080fd5b5035612b71565b604051808060200187815260200186151515158152602001806020018515151515815260200184151515158152602001838103835289818151815260200191508051906020019080838360005b83811015610c70578181015183820152602001610c58565b50505050905090810190601f168015610c9d5780820380516001836020036101000a031916815260200191505b50838103825286518152865160209182019188019080838360005b83811015610cd0578181015183820152602001610cb8565b50505050905090810190601f168015610cfd5780820380516001836020036101000a031916815260200191505b509850505050505050505060405180910390f35b61065a612cff565b61065a60048036036020811015610d2f57600080fd5b5035612d05565b61049560048036036020811015610d4c57600080fd5b5035612d6b565b61065a60048036036020811015610d6957600080fd5b5035612e44565b61053160048036036020811015610d8657600080fd5b5035612e56565b61049560048036036040811015610da357600080fd5b50803590602001356001600160a01b0316612eb0565b61049560048036036040811015610dcf57600080fd5b81359190810190604081016020820135600160201b811115610df057600080fd5b820183602082011115610e0257600080fd5b803590602001918460018302840111600160201b83111715610e2357600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550612f54945050505050565b61049560048036036020811015610e7a57600080fd5b50356001600160a01b0316612fd4565b61065a60048036036020811015610ea057600080fd5b50356001600160a01b031661304d565b61049560048036036040811015610ec657600080fd5b50803590602001356130b5565b610ef960048036036020811015610ee957600080fd5b50356001600160a01b031661323e565b60408051602080825283518183015283519192839290830191858101910280838360005b83811015610f35578181015183820152602001610f1d565b505050509050019250505060405180910390f35b61049560048036036020811015610f5f57600080fd5b50356001600160a01b031661329f565b61049560048036036020811015610f8557600080fd5b503561330c565b61049560048036036020811015610fa257600080fd5b50356001600160a01b03166133e6565b610fcf60048036036020811015610fc857600080fd5b5035613456565b604051808a6001600160a01b03166001600160a01b0316815260200189815260200188815260200187815260200186151515158152602001856001600160a01b03166001600160a01b0316815260200184815260200180602001836001600160a01b03166001600160a01b03168152602001828103825284818151815260200191508051906020019080838360005b8381101561107657818101518382015260200161105e565b50505050905090810190601f1680156110a35780820380516001836020036101000a031916815260200191505b509a505050505050505050505060405180910390f35b61049f600480360360408110156110cf57600080fd5b5080359060200135613576565b6110f9600480360360208110156110f257600080fd5b5035613623565b6040518080602001806020018060200180602001806020018715151515815260200186810386528c818151815260200191508051906020019080838360005b83811015611150578181015183820152602001611138565b50505050905090810190601f16801561117d5780820380516001836020036101000a031916815260200191505b5086810385528b5181528b516020918201918d019080838360005b838110156111b0578181015183820152602001611198565b50505050905090810190601f1680156111dd5780820380516001836020036101000a031916815260200191505b5086810384528a5181528a516020918201918c019080838360005b838110156112105781810151838201526020016111f8565b50505050905090810190601f16801561123d5780820380516001836020036101000a031916815260200191505b5086810383528951815289516020918201918b019080838360005b83811015611270578181015183820152602001611258565b50505050905090810190601f16801561129d5780820380516001836020036101000a031916815260200191505b5086810382528851815288516020918201918a019080838360005b838110156112d05781810151838201526020016112b8565b50505050905090810190601f1680156112fd5780820380516001836020036101000a031916815260200191505b509b50505050505050505050505060405180910390f35b6104956004803603604081101561132a57600080fd5b81359190810190604081016020820135600160201b81111561134b57600080fd5b82018360208201111561135d57600080fd5b803590602001918460018302840111600160201b8311171561137e57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613978945050505050565b61049f6139ff565b610495600480360360408110156113dd57600080fd5b5080359060200135613a60565b6104956004803603602081101561140057600080fd5b5035613ace565b6104956004803603604081101561141d57600080fd5b506001600160a01b0381351690602001351515613b5b565b6104956004803603604081101561144b57600080fd5b81359190810190604081016020820135600160201b81111561146c57600080fd5b82018360208201111561147e57600080fd5b803590602001918460018302840111600160201b8311171561149f57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613c23945050505050565b610531600480360360208110156114f657600080fd5b5035613ca3565b61151a6004803603602081101561151357600080fd5b5035613cbe565b604080516001600160a01b03958616815293909416602084015282840191909152606082015290519081900360800190f35b6104956004803603604081101561156257600080fd5b81359190810190604081016020820135600160201b81111561158357600080fd5b82018360208201111561159557600080fd5b803590602001918460018302840111600160201b831117156115b657600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613d07945050505050565b61045b6004803603602081101561160d57600080fd5b50356001600160a01b0316613e4a565b6104956004803603606081101561163357600080fd5b813591602081013591810190606081016040820135600160201b81111561165957600080fd5b82018360208201111561166b57600080fd5b803590602001918460018302840111600160201b8311171561168c57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613e5f945050505050565b610495600480360360408110156116e357600080fd5b81359190810190604081016020820135600160201b81111561170457600080fd5b82018360208201111561171657600080fd5b803590602001918460018302840111600160201b8311171561173757600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550613fc2945050505050565b6104956004803603608081101561178e57600080fd5b6001600160a01b03823581169260208101359091169160408201359190810190608081016060820135600160201b8111156117c857600080fd5b8201836020820111156117da57600080fd5b803590602001918460018302840111600160201b831117156117fb57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295506140ba945050505050565b610ef96004803603602081101561185257600080fd5b503561410c565b6104956004803603604081101561186f57600080fd5b508035906020013561416c565b6104956004803603604081101561189257600080fd5b81359190810190604081016020820135600160201b8111156118b357600080fd5b8201836020820111156118c557600080fd5b803590602001918460018302840111600160201b831117156118e657600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061421e945050505050565b61049f6004803603602081101561193d57600080fd5b5035614316565b61065a6004803603602081101561195a57600080fd5b5035614711565b6104956004803603602081101561197757600080fd5b5035614723565b6104956004803603606081101561199457600080fd5b81359190810190604081016020820135600160201b8111156119b557600080fd5b8201836020820111156119c757600080fd5b803590602001918460018302840111600160201b831117156119e857600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550505090356001600160a01b031691506147a89050565b61053160048036036020811015611a4a57600080fd5b5035614854565b61049560048036036020811015611a6757600080fd5b503561486f565b61049560048036036020811015611a8457600080fd5b5035614a13565b61049560048036036060811015611aa157600080fd5b508035906001600160a01b036020820135169060400135614b59565b61049560048036036080811015611ad357600080fd5b810190602081018135600160201b811115611aed57600080fd5b820183602082011115611aff57600080fd5b803590602001918460018302840111600160201b83111715611b2057600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550506001600160a01b0383351693505050602081013590604001351515614c32565b61065a614dae565b61045b60048036036040811015611b9557600080fd5b506001600160a01b0381358116916020013516614db4565b61049560048036036020811015611bc357600080fd5b5035614de2565b61065a60048036036020811015611be057600080fd5b5035614e76565b61065a60048036036020811015611bfd57600080fd5b5035614e88565b61065a60048036036020811015611c1a57600080fd5b5035614e9a565b610531614eac565b6001600160e01b0319811660009081526020819052604090205460ff165b919050565b601b546001600160a01b03163314611c98576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b601480546001600160a01b0319166001600160a01b0392909216919091179055565b60098054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611d465780601f10611d1b57610100808354040283529160200191611d46565b820191906000526020600020905b815481529060010190602001808311611d2957829003601f168201915b505050505090505b90565b6000611d5c82614ebb565b611d975760405162461bcd60e51b815260040180806020018281038252602c815260200180615d77602c913960400191505060405180910390fd5b506000908152600260205260409020546001600160a01b031690565b6000611dbe82612e56565b9050806001600160a01b0316836001600160a01b03161415611e115760405162461bcd60e51b8152600401808060200182810382526021815260200180615df26021913960400191505060405180910390fd5b336001600160a01b0382161480611e2d5750611e2d8133614db4565b611e685760405162461bcd60e51b8152600401808060200182810382526038815260200180615c8f6038913960400191505060405180910390fd5b60008281526002602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6000828152600c60205260409020600e015482906301000000900460ff1615611f22576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff1680611f5857506000818152600d60205260409020546001600160a01b031633145b611f97576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692860190615ac5565b5050505050565b336000908152601d602052604081205460ff1661200b5760405162461bcd60e51b815260040180806020018281038252602b815260200180615ec8602b913960400191505060405180910390fd5b6000838152600c60205260409020600981015460089091015461203590600163ffffffff614ed816565b1115612088576040805162461bcd60e51b815260206004820152601f60248201527f4d757374206e6f7420657863656564206d617820696e766f636174696f6e7300604482015290519081900360640190fd5b6000838152600c60205260409020600e015462010000900460ff16806120c757506000838152600d60205260409020546001600160a01b038381169116145b612118576040805162461bcd60e51b815260206004820181905260248201527f50726f6a656374206d75737420657869737420616e6420626520616374697665604482015290519081900360640190fd5b6000838152600c60205260409020600e0154600160201b900460ff16158061215957506000838152600d60205260409020546001600160a01b038381169116145b6121a2576040805162461bcd60e51b8152602060048201526015602482015274283ab931b430b9b2b99030b932903830bab9b2b21760591b604482015290519081900360640190fd5b60006121ae8585614f39565b95945050505050565b601b546001600160a01b03163314612203576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601c60205260409020805460ff19166001179055565b60075490565b60176020526000908152604090205481565b600e6020908152600091825260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845290918301828280156122d25780601f106122a7576101008083540402835291602001916122d2565b820191906000526020600020905b8154815290600101906020018083116122b557829003601f168201915b505050505081565b6122e433826150de565b61231f5760405162461bcd60e51b8152600401808060200182810382526031815260200180615e136031913960400191505060405180910390fd5b61232a838383615182565b505050565b6000828152600c60205260409020600e015482906301000000900460ff161561238d576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff16806123c357506000818152600d60205260409020546001600160a01b031633145b612402576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600490920191860190615ac5565b60166020908152600091825260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845290918301828280156122d25780601f106122a7576101008083540402835291602001916122d2565b600081815260176020908152604080832054808452600d909252909120546001600160a01b031633146124f7576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b60008281526017602090815260408083205483526016909152812061251b91615b43565b5050565b601b546001600160a01b0316331461256b576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601c60205260409020805460ff19169055565b6000818152600c6020908152604080832060060180548251601f60026000196101006001861615020190931692909204918201859004850281018501909352808352606094859490939291908301828280156126295780601f106125fe57610100808354040283529160200191612629565b820191906000526020600020905b81548152906001019060200180831161260c57829003601f168201915b5050506000878152600c60209081526040918290206007018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295985093509091508301828280156126c75780601f1061269c576101008083540402835291602001916126c7565b820191906000526020600020905b8154815290600101906020018083116126aa57829003601f168201915b50505060009687525050600c6020526040909420600e0154929461010090930460ff1692915050565b60006126fb8361304d565b82106127385760405162461bcd60e51b815260040180806020018281038252602b815260200180615bc2602b913960400191505060405180910390fd5b6001600160a01b038316600090815260056020526040902080548390811061275c57fe5b9060005260206000200154905092915050565b600b546001600160a01b031681565b6000828152600d602052604090205482906001600160a01b031633146127d9576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600390920191850190615ac5565b50505050565b6014546001600160a01b031681565b601c6020526000908152604090205460ff1681565b6000818152600c60205260409020600e015481906301000000900460ff1615612886576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054829060ff16806128bc57506000818152600d60205260409020546001600160a01b031633145b6128fb576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000838152600c6020526040902060080154156129495760405162461bcd60e51b8152600401808060200182810382526027815260200180615e706027913960400191505060405180910390fd5b6000838152600c602052604090206005015460ff1615612981576000838152600c60205260409020600e01805460ff1916905561299e565b6000838152600c60205260409020600e01805460ff191660011790555b50506000908152600c60205260409020600501805460ff19811660ff90911615179055565b6000828152600d602052604090205482906001600160a01b03163314612a1e576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600690920191850190615ac5565b6000828152600c60205260409020600e015482906301000000900460ff1615612aa1576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff1680612ad757506000818152600d60205260409020546001600160a01b031633145b612b16576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600d90920191860190615ac5565b61232a838383604051806020016040528060008152506140ba565b600f602052600090815260409020546001600160a01b031681565b6000818152600c60209081526040808320600a0180548251601f60026000196101006001861615020190931692909204918201859004850281018501909352808352606094938493869385938493830182828015612c105780601f10612be557610100808354040283529160200191612c10565b820191906000526020600020905b815481529060010190602001808311612bf357829003601f168201915b50505060008a8152600c602081815260409283902091820154600e830154600d9093018054855160026101006001841615026000190190921691909104601f8101859004850282018501909652858152979d50909b5060ff9092169950909350909150830182828015612cc45780601f10612c9957610100808354040283529160200191612cc4565b820191906000526020600020905b815481529060010190602001808311612ca757829003601f168201915b5050506000998a525050600c6020526040909720600e0154959794969395939460ff63010000008604811695600160201b9004169350915050565b60155481565b6000612d0f612227565b8210612d4c5760405162461bcd60e51b815260040180806020018281038252602c815260200180615e44602c913960400191505060405180910390fd5b60078281548110612d5957fe5b90600052602060002001549050919050565b6000818152600d602052604090205481906001600160a01b03163314612dc6576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000828152600c602052604090206005015460ff1615612e175760405162461bcd60e51b8152600401808060200182810382526031815260200180615e976031913960400191505060405180910390fd5b506000908152600c60205260409020600e01805461ff001981166101009182900460ff1615909102179055565b60196020526000908152604090205481565b6000818152600160205260408120546001600160a01b031680612eaa5760405162461bcd60e51b8152600401808060200182810382526029815260200180615cf16029913960400191505060405180910390fd5b92915050565b336000908152601c6020526040902054829060ff1680612ee657506000818152600d60205260409020546001600160a01b031633145b612f25576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b506000918252600d602052604090912080546001600160a01b0319166001600160a01b03909216919091179055565b6000828152600d602052604090205482906001600160a01b03163314612faf576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600790920191850190615ac5565b336000908152601c602052604090205460ff1661302b576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b600b80546001600160a01b0319166001600160a01b0392909216919091179055565b60006001600160a01b0382166130945760405162461bcd60e51b815260040180806020018281038252602a815260200180615cc7602a913960400191505060405180910390fd5b6001600160a01b0382166000908152600360205260409020612eaa906151a1565b6000828152600d602052604090205482906001600160a01b03163314613110576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c60205260409020600e01546301000000900460ff16158061314857506000838152600c602052604090206009015482105b613187576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b6000838152600c602052604090206008015482116131d65760405162461bcd60e51b815260040180806020018281038252603d815260200180615d3a603d913960400191505060405180910390fd5b620f4240821115613228576040805162461bcd60e51b8152602060048201526017602482015276043616e6e6f742065786365656420312c3030302c30303604c1b604482015290519081900360640190fd5b506000918252600c602052604090912060090155565b6060613249826151a5565b80548060200260200160405190810160405280929190818152602001828054801561329357602002820191906000526020600020905b81548152602001906001019080831161327f575b50505050509050919050565b601b546001600160a01b031633146132eb576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601d60205260409020805460ff19169055565b336000908152601c602052604090205460ff16613363576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000818152600c60205260409020600e015481906301000000900460ff16156133c1576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b506000908152600c60205260409020600e01805463ff00000019166301000000179055565b601b546001600160a01b03163314613432576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6001600160a01b03166000908152601d60205260409020805460ff19166001179055565b6000818152600d60209081526040808320546010835281842054600c845282852060088101546009820154600e92830154601188528689205460128952878a2054948952878a208054895160026101006001841615026000190190921691909104601f81018c90048c0282018c01909a528981526001600160a01b039889169b979a959994986201000090940460ff1697939092169594606094908301828280156135425780601f1061351757610100808354040283529160200191613542565b820191906000526020600020905b81548152906001019060200180831161352557829003601f168201915b50505060009c8d525050600f6020526040909a2054989a9799969895979496939592946001600160a01b0390931692915050565b6000828152600c60209081526040808320848452600b0182529182902080548351601f60026000196101006001861615020190931692909204918201849004840281018401909452808452606093928301828280156136165780601f106135eb57610100808354040283529160200191613616565b820191906000526020600020905b8154815290600101906020018083116135f957829003601f168201915b5050505050905092915050565b6000818152600c602090815260408083208054825160026001831615610100026000190190921691909104601f81018590048502820185019093528281526060948594859485948594929091908301828280156136c15780601f10613696576101008083540402835291602001916136c1565b820191906000526020600020905b8154815290600101906020018083116136a457829003601f168201915b50505050509550600c60008881526020019081526020016000206001018054600181600116156101000203166002900480601f0160208091040260200160405190810160405280929190818152602001828054600181600116156101000203166002900480156137725780601f1061374757610100808354040283529160200191613772565b820191906000526020600020905b81548152906001019060200180831161375557829003601f168201915b50505060008a8152600c60209081526040918290206002908101805484516001821615610100026000190190911692909204601f8101849004840283018401909452838252959a509493509091508301828280156138115780601f106137e657610100808354040283529160200191613811565b820191906000526020600020905b8154815290600101906020018083116137f457829003601f168201915b50505060008a8152600c60209081526040918290206003018054835160026001831615610100026000190190921691909104601f810184900484028201840190945283815295995093509091508301828280156138af5780601f10613884576101008083540402835291602001916138af565b820191906000526020600020905b81548152906001019060200180831161389257829003601f168201915b50505060008a8152600c60209081526040918290206004018054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152959850935090915083018282801561394d5780601f106139225761010080835404028352916020019161394d565b820191906000526020600020905b81548152906001019060200180831161393057829003601f168201915b5050506000998a525050600c602052604090972060050154959794969395929460ff90931692915050565b600082815260176020908152604080832054808452600d909252909120546001600160a01b031633146139e0576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b600083815260166020908152604090912083516127fe92850190615ac5565b600a8054604080516020601f6002600019610100600188161502019095169490940493840181900481028201810190925282815260609390929091830182828015611d465780601f10611d1b57610100808354040283529160200191611d46565b6000828152600d602052604090205482906001600160a01b03163314613abb576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b5060009182526010602052604090912055565b6000818152600d602052604090205481906001600160a01b03163314613b29576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b506000908152600c60205260409020600e01805464ff00000000198116600160201b9182900460ff1615909102179055565b6001600160a01b038216331415613bb5576040805162461bcd60e51b815260206004820152601960248201527822a9219b99189d1030b8383937bb32903a379031b0b63632b960391b604482015290519081900360640190fd5b3360008181526004602090815260408083206001600160a01b03871680855290835292819020805460ff1916861515908117909155815190815290519293927f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31929181900390910190a35050565b6000828152600d602052604090205482906001600160a01b03163314613c7e576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000838152600c6020908152604090912083516127fe92600290920191850190615ac5565b600d602052600090815260409020546001600160a01b031681565b6000908152601760209081526040808320548352600d82528083205460118352818420546012845282852054601390945291909320546001600160a01b03938416949390911692565b6000828152600c60205260409020600e015482906301000000900460ff1615613d65576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff1680613d9b57506000818152600d60205260409020546001600160a01b031633145b613dda576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c60208181526040808420928301548452600b909201815291208451613e0892860190615ac5565b506000848152600c602081905260409091200154613e2d90600163ffffffff614ed816565b6000948552600c6020819052604090952090940193909355505050565b601d6020526000908152604090205460ff1681565b6000838152600c60205260409020600e015483906301000000900460ff1615613ebd576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054849060ff1680613ef357506000818152600d60205260409020546001600160a01b031633145b613f32576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000858152600c6020819052604090912001548410613f90576040805162461bcd60e51b81526020600482015260156024820152747363726970744964206f7574206f662072616e676560581b604482015290519081900360640190fd5b6000858152600c60209081526040808320878452600b0182529091208451613fba92860190615ac5565b505050505050565b6000828152600c60205260409020600e015482906301000000900460ff1615614020576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff168061405657506000818152600d60205260409020546001600160a01b031633145b614095576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600190920191860190615ac5565b6140c58484846122da565b6140d1848484846151bf565b6127fe5760405162461bcd60e51b8152600401808060200182810382526032815260200180615bed6032913960400191505060405180910390fd5b600081815260186020908152604091829020805483518184028101840190945280845260609392830182828015613293576020028201919060005260206000209081548152602001906001019080831161327f5750505050509050919050565b6000828152600d602052604090205482906001600160a01b031633146141c7576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b606482111561420b576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b5060009182526013602052604090912055565b6000828152600c60205260409020600e015482906301000000900460ff161561427c576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054839060ff16806142b257506000818152600d60205260409020546001600160a01b031633145b6142f1576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000848152600c602090815260409091208451611fb692600a90920191860190615ac5565b60608161432281614ebb565b61436d576040805162461bcd60e51b8152602060048201526017602482015276151bdad95b88125108191bd95cc81b9bdd08195e1a5cdd604a1b604482015290519081900360640190fd5b60008381526016602052604090205460026000196101006001841615020190911604156144df576000838152601760209081526040808320548352600c82529182902060070180548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084526144d893928301828280156144375780601f1061440c57610100808354040283529160200191614437565b820191906000526020600020905b81548152906001019060200180831161441a57829003601f168201915b5050506000878152601660209081526040918290208054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144ce5780601f106144a3576101008083540402835291602001916144ce565b820191906000526020600020905b8154815290600101906020018083116144b157829003601f168201915b50505050506152f2565b915061470b565b6000838152601760209081526040808320548352600c90915290206005015460ff1615801561453157506000838152601760209081526040808320548352600c9091529020600e0154610100900460ff165b15614652576000838152601760209081526040808320548352600c82529182902060070180548351601f600260001961010060018616150201909316929092049182018490048402810184019094528084526144d893928301828280156145d95780601f106145ae576101008083540402835291602001916145d9565b820191906000526020600020905b8154815290600101906020018083116145bc57829003601f168201915b5050506000878152601760209081526040808320548352600c825291829020600d018054835160026001831615610100026000190190921691909104601f8101849004840282018401909452838152945092508301828280156144ce5780601f106144a3576101008083540402835291602001916144ce565b6000838152601760209081526040808320548352600c82529182902060060180548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845261470893928301828280156146f55780601f106146ca576101008083540402835291602001916146f5565b820191906000526020600020905b8154815290600101906020018083116146d857829003601f168201915b50505050506147038561532e565b6152f2565b91505b50919050565b60126020526000908152604090205481565b336000908152601c602052604090205460ff1661477a576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b6000908152600c60205260409020600e01805462ff0000198116620100009182900460ff1615909102179055565b6000838152600d602052604090205483906001600160a01b03163314614803576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6000848152600e60209081526040909120845161482292860190615ac5565b50506000928352600f602052604090922080546001600160a01b0319166001600160a01b039093169290921790915550565b6011602052600090815260409020546001600160a01b031681565b6000818152600c60205260409020600e015481906301000000900460ff16156148cd576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054829060ff168061490357506000818152600d60205260409020546001600160a01b031633145b614942576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000838152600c6020819052604090912001546149a6576040805162461bcd60e51b815260206004820152601e60248201527f746865726520617265206e6f207363726970747320746f2072656d6f76650000604482015290519081900360640190fd5b6000838152600c6020818152604080842092830154600019018452600b909201905281206149d391615b43565b6000838152600c6020819052604090912001546149f790600163ffffffff6153ef16565b6000938452600c60208190526040909420909301929092555050565b6000818152600c60205260409020600e015481906301000000900460ff1615614a71576040805162461bcd60e51b81526020600482015260106024820152600080516020615d1a833981519152604482015290519081900360640190fd5b336000908152601c6020526040902054829060ff1680614aa757506000818152600d60205260409020546001600160a01b031633145b614ae6576040805162461bcd60e51b815260206004820152601a6024820152600080516020615c6f833981519152604482015290519081900360640190fd5b6000838152600c602052604090206008015415614b345760405162461bcd60e51b8152600401808060200182810382526026815260200180615da36026913960400191505060405180910390fd5b50506000908152600c60205260409020600e01805460ff19811660ff90911615179055565b6000838152600d602052604090205483906001600160a01b03163314614bb4576040805162461bcd60e51b815260206004820152600b60248201526a13db9b1e48185c9d1a5cdd60aa1b604482015290519081900360640190fd5b6064821115614bf8576040805162461bcd60e51b815260206004820152600b60248201526a4d6178206f66203130302560a81b604482015290519081900360640190fd5b50600092835260116020908152604080852080546001600160a01b0319166001600160a01b03959095169490941790935560129052912055565b336000908152601c602052604090205460ff16614c89576040805162461bcd60e51b815260206004820152601060248201526f13db9b1e481dda1a5d195b1a5cdd195960821b604482015290519081900360640190fd5b601e546000818152600d6020908152604080832080546001600160a01b0319166001600160a01b038916179055600c82529091208651614ccb92880190615ac5565b50604080518082018252600381526208aa8960eb1b60208083019182526000858152600e909152929092209051614d029290615ac5565b506000818152601060209081526040808320869055600c9091529020600e8101805464ff000000001916600160201b17905560058101805484151560ff19909116179055620f424060099091015581614d73576000818152600c60205260409020600e01805460ff19169055614d90565b6000818152600c60205260409020600e01805460ff191660011790555b601e54614da490600163ffffffff614ed816565b601e555050505050565b601e5481565b6001600160a01b03918216600090815260046020908152604080832093909416825291909152205460ff1690565b601b546001600160a01b03163314614e2e576040805162461bcd60e51b815260206004820152600a60248201526927b7363c9030b236b4b760b11b604482015290519081900360640190fd5b6019811115614e71576040805162461bcd60e51b815260206004820152600a6024820152694d6178206f662032352560b01b604482015290519081900360640190fd5b601555565b60136020526000908152604090205481565b601a6020526000908152604090205481565b60106020526000908152604090205481565b601b546001600160a01b031681565b6000908152600160205260409020546001600160a01b0316151590565b600082820183811015614f32576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6000818152600c6020526040812060080154620f42408302810190614f6590600163ffffffff614ed816565b6000848152600c60209081526040808320600801849055600b54815163990c8f7960e01b8152915193949343936000198501409333936001600160a01b03169263990c8f7992600480840193919291829003018186803b158015614fc857600080fd5b505afa158015614fdc573d6000803e3d6000fd5b505050506040513d6020811015614ff257600080fd5b505160408051602080820197909752808201959095526060808601949094529190921b6bffffffffffffffffffffffff191660808401526094808401929092528051808403909201825260b49092018252805190830120600085815260198452828120829055818152601a90935291208390559050615071858361544c565b600082815260176020908152604080832087905586835260188252808320805460018101825590845291832090910184905551859184916001600160a01b038916917f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f91a4509392505050565b60006150e982614ebb565b6151245760405162461bcd60e51b815260040180806020018281038252602c815260200180615c43602c913960400191505060405180910390fd5b600061512f83612e56565b9050806001600160a01b0316846001600160a01b0316148061516a5750836001600160a01b031661515f84611d51565b6001600160a01b0316145b8061517a575061517a8185614db4565b949350505050565b61518d838383615469565b61519783826155ad565b61232a828261569b565b5490565b6001600160a01b0316600090815260056020526040902090565b60006151d3846001600160a01b03166156d9565b6151df5750600161517a565b604051630a85bd0160e11b815233600482018181526001600160a01b03888116602485015260448401879052608060648501908152865160848601528651600095928a169463150b7a029490938c938b938b939260a4019060208501908083838e5b83811015615259578181015183820152602001615241565b50505050905090810190601f1680156152865780820380516001836020036101000a031916815260200191505b5095505050505050602060405180830381600087803b1580156152a857600080fd5b505af11580156152bc573d6000803e3d6000fd5b505050506040513d60208110156152d257600080fd5b50516001600160e01b031916630a85bd0160e11b14915050949350505050565b6060614f3283836040518060200160405280600081525060405180602001604052806000815250604051806020016040528060008152506156df565b60608161535357506040805180820190915260018152600360fc1b6020820152611c47565b8160005b811561536b57600101600a82049150615357565b6060816040519080825280601f01601f191660200182016040528015615398576020820181803883390190505b50905060001982015b85156153e657600a860660300160f81b828280600190039350815181106153c457fe5b60200101906001600160f81b031916908160001a905350600a860495506153a1565b50949350505050565b600082821115615446576040805162461bcd60e51b815260206004820152601e60248201527f536166654d6174683a207375627472616374696f6e206f766572666c6f770000604482015290519081900360640190fd5b50900390565b61545682826158f3565b615460828261569b565b61251b81615a24565b826001600160a01b031661547c82612e56565b6001600160a01b0316146154c15760405162461bcd60e51b8152600401808060200182810382526029815260200180615dc96029913960400191505060405180910390fd5b6001600160a01b0382166155065760405162461bcd60e51b8152600401808060200182810382526024815260200180615c1f6024913960400191505060405180910390fd5b61550f81615a68565b6001600160a01b038316600090815260036020526040902061553090615aa5565b6001600160a01b038216600090815260036020526040902061555190615abc565b60008181526001602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b0382166000908152600560205260408120546155d790600163ffffffff6153ef16565b600083815260066020526040902054909150808214615672576001600160a01b038416600090815260056020526040812080548490811061561457fe5b906000526020600020015490508060056000876001600160a01b03166001600160a01b03168152602001908152602001600020838154811061565257fe5b600091825260208083209091019290925591825260069052604090208190555b6001600160a01b0384166000908152600560205260409020805490611fb6906000198301615b87565b6001600160a01b0390911660009081526005602081815260408084208054868652600684529185208290559282526001810183559183529091200155565b3b151590565b6060808690506060869050606086905060608690506060869050606081518351855187518951010101016040519080825280601f01601f191660200182016040528015615733576020820181803883390190505b509050806000805b885181101561578c5788818151811061575057fe5b602001015160f81c60f81b83838060010194508151811061576d57fe5b60200101906001600160f81b031916908160001a90535060010161573b565b5060005b87518110156157e1578781815181106157a557fe5b602001015160f81c60f81b8383806001019450815181106157c257fe5b60200101906001600160f81b031916908160001a905350600101615790565b5060005b8651811015615836578681815181106157fa57fe5b602001015160f81c60f81b83838060010194508151811061581757fe5b60200101906001600160f81b031916908160001a9053506001016157e5565b5060005b855181101561588b5785818151811061584f57fe5b602001015160f81c60f81b83838060010194508151811061586c57fe5b60200101906001600160f81b031916908160001a90535060010161583a565b5060005b84518110156158e0578481815181106158a457fe5b602001015160f81c60f81b8383806001019450815181106158c157fe5b60200101906001600160f81b031916908160001a90535060010161588f565b50909d9c50505050505050505050505050565b6001600160a01b03821661594e576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b61595781614ebb565b156159a9576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b600081815260016020908152604080832080546001600160a01b0319166001600160a01b0387169081179091558352600390915290206159e890615abc565b60405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600780546000838152600860205260408120829055600182018355919091527fa66cc928b5edb82af9bd49922954155ab7b0942694bea4ce44661d9a8736c6880155565b6000818152600260205260409020546001600160a01b031615615aa257600081815260026020526040902080546001600160a01b03191690555b50565b8054615ab890600163ffffffff6153ef16565b9055565b80546001019055565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10615b0657805160ff1916838001178555615b33565b82800160010185558215615b33579182015b82811115615b33578251825591602001919060010190615b18565b50615b3f929150615ba7565b5090565b50805460018160011615610100020316600290046000825580601f10615b695750615aa2565b601f016020900490600052602060002090810190615aa29190615ba7565b81548183558181111561232a5760008381526020902061232a9181019083015b611d4e91905b80821115615b3f5760008155600101615bad56fe455243373231456e756d657261626c653a206f776e657220696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920617274697374206f722077686974656c69737465640000000000004552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e4f6e6c7920696620756e6c6f636b656400000000000000000000000000000000596f75206d75737420736574206d617820696e766f636174696f6e732067726561746572207468616e2063757272656e7420696e766f636174696f6e734552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e43616e6e6f74206d6f64696679206166746572206120746f6b656e206973206d696e7465642e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564455243373231456e756d657261626c653a20676c6f62616c20696e646578206f7574206f6620626f756e647343616e206e6f7420737769746368206166746572206120746f6b656e206973206d696e7465642e63616e206f6e6c7920736574207374617469632049504653206861736820666f72207374617469632070726f6a656374734d757374206d696e742066726f6d2077686974656c6973746564206d696e74657220636f6e74726163742ea265627a7a723158202d45bb226be5ca4efaafd39987986e8bf0e242b895f514e48aea65f7f8b91db864736f6c63430005110032",
1771
+ "linkReferences": {},
1772
+ "deployedLinkReferences": {}
1773
+ }