@venusprotocol/governance-contracts 1.4.0-dev.2 → 1.4.0-dev.4

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 (54) hide show
  1. package/artifacts/@openzeppelin/contracts/access/AccessControl.sol/AccessControl.dbg.json +1 -1
  2. package/artifacts/@openzeppelin/contracts/access/IAccessControl.sol/IAccessControl.dbg.json +1 -1
  3. package/artifacts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
  4. package/artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +1 -1
  5. package/artifacts/@openzeppelin/contracts/utils/introspection/ERC165.sol/ERC165.dbg.json +1 -1
  6. package/artifacts/@openzeppelin/contracts/utils/introspection/IERC165.sol/IERC165.dbg.json +1 -1
  7. package/artifacts/@openzeppelin/contracts/utils/math/Math.sol/Math.dbg.json +1 -1
  8. package/artifacts/@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol/Ownable2StepUpgradeable.dbg.json +1 -1
  9. package/artifacts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +1 -1
  10. package/artifacts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +1 -1
  11. package/artifacts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +1 -1
  12. package/artifacts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +1 -1
  13. package/artifacts/build-info/5c939a36c2c6b8a9a6706a808e87cc78.json +1 -0
  14. package/artifacts/contracts/Governance/AccessControlManager.sol/AccessControlManager.dbg.json +1 -1
  15. package/artifacts/contracts/Governance/AccessControlledV8.sol/AccessControlledV8.dbg.json +1 -1
  16. package/artifacts/contracts/Governance/IAccessControlManagerV8.sol/IAccessControlManagerV8.dbg.json +1 -1
  17. package/artifacts/contracts/Governance/TimelockV8.sol/TimelockV8.dbg.json +4 -0
  18. package/artifacts/contracts/Governance/TimelockV8.sol/TimelockV8.json +445 -0
  19. package/artifacts/contracts/test/MockAccessTest.sol/MockAccessTest.dbg.json +1 -1
  20. package/artifacts/contracts/test/TestTimelockV8.sol/TestTimelockV8.dbg.json +4 -0
  21. package/artifacts/contracts/test/TestTimelockV8.sol/TestTimelockV8.json +445 -0
  22. package/contracts/Governance/TimelockV8.sol +229 -0
  23. package/contracts/test/TestTimelockV8.sol +19 -0
  24. package/deploy/001-timelock.ts +69 -0
  25. package/deploy/002-access-control.ts +39 -0
  26. package/dist/deploy/{001-access-control.d.ts → 001-timelock.d.ts} +1 -1
  27. package/dist/deploy/001-timelock.d.ts.map +1 -0
  28. package/dist/deploy/001-timelock.js +71 -0
  29. package/dist/deploy/001-timelock.js.map +1 -0
  30. package/dist/deploy/002-access-control.d.ts +4 -0
  31. package/dist/deploy/002-access-control.d.ts.map +1 -0
  32. package/dist/deploy/{001-access-control.js → 002-access-control.js} +6 -7
  33. package/dist/deploy/002-access-control.js.map +1 -0
  34. package/dist/hardhat.config.d.ts +1 -2
  35. package/dist/hardhat.config.d.ts.map +1 -1
  36. package/dist/hardhat.config.js +7 -2
  37. package/dist/hardhat.config.js.map +1 -1
  38. package/dist/{deploy/helpers → helpers/deploy}/constants.d.ts +2 -1
  39. package/dist/{deploy/helpers → helpers/deploy}/constants.d.ts.map +1 -1
  40. package/dist/{deploy/helpers → helpers/deploy}/constants.js +1 -0
  41. package/dist/helpers/deploy/constants.js.map +1 -0
  42. package/dist/helpers/deploy/deploymentUtils.d.ts +5 -0
  43. package/dist/helpers/deploy/deploymentUtils.d.ts.map +1 -0
  44. package/dist/helpers/deploy/deploymentUtils.js +31 -0
  45. package/dist/helpers/deploy/deploymentUtils.js.map +1 -0
  46. package/package.json +12 -3
  47. package/artifacts/build-info/0e028ff5062f0f59a7ffef92b702c074.json +0 -1
  48. package/dist/deploy/001-access-control.d.ts.map +0 -1
  49. package/dist/deploy/001-access-control.js.map +0 -1
  50. package/dist/deploy/helpers/constants.js.map +0 -1
  51. package/dist/deploy/helpers/deploymentUtils.d.ts +0 -5
  52. package/dist/deploy/helpers/deploymentUtils.d.ts.map +0 -1
  53. package/dist/deploy/helpers/deploymentUtils.js +0 -16
  54. package/dist/deploy/helpers/deploymentUtils.js.map +0 -1
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/0e028ff5062f0f59a7ffef92b702c074.json"
3
+ "buildInfo": "../../../build-info/5c939a36c2c6b8a9a6706a808e87cc78.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/0e028ff5062f0f59a7ffef92b702c074.json"
3
+ "buildInfo": "../../../build-info/5c939a36c2c6b8a9a6706a808e87cc78.json"
4
4
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/0e028ff5062f0f59a7ffef92b702c074.json"
3
+ "buildInfo": "../../../build-info/5c939a36c2c6b8a9a6706a808e87cc78.json"
4
4
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/5c939a36c2c6b8a9a6706a808e87cc78.json"
4
+ }
@@ -0,0 +1,445 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "TimelockV8",
4
+ "sourceName": "contracts/Governance/TimelockV8.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "address",
10
+ "name": "admin_",
11
+ "type": "address"
12
+ },
13
+ {
14
+ "internalType": "uint256",
15
+ "name": "delay_",
16
+ "type": "uint256"
17
+ }
18
+ ],
19
+ "stateMutability": "nonpayable",
20
+ "type": "constructor"
21
+ },
22
+ {
23
+ "inputs": [],
24
+ "name": "ZeroAddressNotAllowed",
25
+ "type": "error"
26
+ },
27
+ {
28
+ "anonymous": false,
29
+ "inputs": [
30
+ {
31
+ "indexed": true,
32
+ "internalType": "bytes32",
33
+ "name": "txHash",
34
+ "type": "bytes32"
35
+ },
36
+ {
37
+ "indexed": true,
38
+ "internalType": "address",
39
+ "name": "target",
40
+ "type": "address"
41
+ },
42
+ {
43
+ "indexed": false,
44
+ "internalType": "uint256",
45
+ "name": "value",
46
+ "type": "uint256"
47
+ },
48
+ {
49
+ "indexed": false,
50
+ "internalType": "string",
51
+ "name": "signature",
52
+ "type": "string"
53
+ },
54
+ {
55
+ "indexed": false,
56
+ "internalType": "bytes",
57
+ "name": "data",
58
+ "type": "bytes"
59
+ },
60
+ {
61
+ "indexed": false,
62
+ "internalType": "uint256",
63
+ "name": "eta",
64
+ "type": "uint256"
65
+ }
66
+ ],
67
+ "name": "CancelTransaction",
68
+ "type": "event"
69
+ },
70
+ {
71
+ "anonymous": false,
72
+ "inputs": [
73
+ {
74
+ "indexed": true,
75
+ "internalType": "bytes32",
76
+ "name": "txHash",
77
+ "type": "bytes32"
78
+ },
79
+ {
80
+ "indexed": true,
81
+ "internalType": "address",
82
+ "name": "target",
83
+ "type": "address"
84
+ },
85
+ {
86
+ "indexed": false,
87
+ "internalType": "uint256",
88
+ "name": "value",
89
+ "type": "uint256"
90
+ },
91
+ {
92
+ "indexed": false,
93
+ "internalType": "string",
94
+ "name": "signature",
95
+ "type": "string"
96
+ },
97
+ {
98
+ "indexed": false,
99
+ "internalType": "bytes",
100
+ "name": "data",
101
+ "type": "bytes"
102
+ },
103
+ {
104
+ "indexed": false,
105
+ "internalType": "uint256",
106
+ "name": "eta",
107
+ "type": "uint256"
108
+ }
109
+ ],
110
+ "name": "ExecuteTransaction",
111
+ "type": "event"
112
+ },
113
+ {
114
+ "anonymous": false,
115
+ "inputs": [
116
+ {
117
+ "indexed": true,
118
+ "internalType": "address",
119
+ "name": "newAdmin",
120
+ "type": "address"
121
+ }
122
+ ],
123
+ "name": "NewAdmin",
124
+ "type": "event"
125
+ },
126
+ {
127
+ "anonymous": false,
128
+ "inputs": [
129
+ {
130
+ "indexed": true,
131
+ "internalType": "uint256",
132
+ "name": "newDelay",
133
+ "type": "uint256"
134
+ }
135
+ ],
136
+ "name": "NewDelay",
137
+ "type": "event"
138
+ },
139
+ {
140
+ "anonymous": false,
141
+ "inputs": [
142
+ {
143
+ "indexed": true,
144
+ "internalType": "address",
145
+ "name": "newPendingAdmin",
146
+ "type": "address"
147
+ }
148
+ ],
149
+ "name": "NewPendingAdmin",
150
+ "type": "event"
151
+ },
152
+ {
153
+ "anonymous": false,
154
+ "inputs": [
155
+ {
156
+ "indexed": true,
157
+ "internalType": "bytes32",
158
+ "name": "txHash",
159
+ "type": "bytes32"
160
+ },
161
+ {
162
+ "indexed": true,
163
+ "internalType": "address",
164
+ "name": "target",
165
+ "type": "address"
166
+ },
167
+ {
168
+ "indexed": false,
169
+ "internalType": "uint256",
170
+ "name": "value",
171
+ "type": "uint256"
172
+ },
173
+ {
174
+ "indexed": false,
175
+ "internalType": "string",
176
+ "name": "signature",
177
+ "type": "string"
178
+ },
179
+ {
180
+ "indexed": false,
181
+ "internalType": "bytes",
182
+ "name": "data",
183
+ "type": "bytes"
184
+ },
185
+ {
186
+ "indexed": false,
187
+ "internalType": "uint256",
188
+ "name": "eta",
189
+ "type": "uint256"
190
+ }
191
+ ],
192
+ "name": "QueueTransaction",
193
+ "type": "event"
194
+ },
195
+ {
196
+ "stateMutability": "payable",
197
+ "type": "fallback"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "acceptAdmin",
202
+ "outputs": [],
203
+ "stateMutability": "nonpayable",
204
+ "type": "function"
205
+ },
206
+ {
207
+ "inputs": [],
208
+ "name": "admin",
209
+ "outputs": [
210
+ {
211
+ "internalType": "address",
212
+ "name": "",
213
+ "type": "address"
214
+ }
215
+ ],
216
+ "stateMutability": "view",
217
+ "type": "function"
218
+ },
219
+ {
220
+ "inputs": [
221
+ {
222
+ "internalType": "address",
223
+ "name": "target",
224
+ "type": "address"
225
+ },
226
+ {
227
+ "internalType": "uint256",
228
+ "name": "value",
229
+ "type": "uint256"
230
+ },
231
+ {
232
+ "internalType": "string",
233
+ "name": "signature",
234
+ "type": "string"
235
+ },
236
+ {
237
+ "internalType": "bytes",
238
+ "name": "data",
239
+ "type": "bytes"
240
+ },
241
+ {
242
+ "internalType": "uint256",
243
+ "name": "eta",
244
+ "type": "uint256"
245
+ }
246
+ ],
247
+ "name": "cancelTransaction",
248
+ "outputs": [],
249
+ "stateMutability": "nonpayable",
250
+ "type": "function"
251
+ },
252
+ {
253
+ "inputs": [],
254
+ "name": "delay",
255
+ "outputs": [
256
+ {
257
+ "internalType": "uint256",
258
+ "name": "",
259
+ "type": "uint256"
260
+ }
261
+ ],
262
+ "stateMutability": "view",
263
+ "type": "function"
264
+ },
265
+ {
266
+ "inputs": [
267
+ {
268
+ "internalType": "address",
269
+ "name": "target",
270
+ "type": "address"
271
+ },
272
+ {
273
+ "internalType": "uint256",
274
+ "name": "value",
275
+ "type": "uint256"
276
+ },
277
+ {
278
+ "internalType": "string",
279
+ "name": "signature",
280
+ "type": "string"
281
+ },
282
+ {
283
+ "internalType": "bytes",
284
+ "name": "data",
285
+ "type": "bytes"
286
+ },
287
+ {
288
+ "internalType": "uint256",
289
+ "name": "eta",
290
+ "type": "uint256"
291
+ }
292
+ ],
293
+ "name": "executeTransaction",
294
+ "outputs": [
295
+ {
296
+ "internalType": "bytes",
297
+ "name": "",
298
+ "type": "bytes"
299
+ }
300
+ ],
301
+ "stateMutability": "payable",
302
+ "type": "function"
303
+ },
304
+ {
305
+ "inputs": [],
306
+ "name": "getGracePeriod",
307
+ "outputs": [
308
+ {
309
+ "internalType": "uint256",
310
+ "name": "",
311
+ "type": "uint256"
312
+ }
313
+ ],
314
+ "stateMutability": "view",
315
+ "type": "function"
316
+ },
317
+ {
318
+ "inputs": [],
319
+ "name": "getMaximumDelay",
320
+ "outputs": [
321
+ {
322
+ "internalType": "uint256",
323
+ "name": "",
324
+ "type": "uint256"
325
+ }
326
+ ],
327
+ "stateMutability": "view",
328
+ "type": "function"
329
+ },
330
+ {
331
+ "inputs": [],
332
+ "name": "getMinimumDelay",
333
+ "outputs": [
334
+ {
335
+ "internalType": "uint256",
336
+ "name": "",
337
+ "type": "uint256"
338
+ }
339
+ ],
340
+ "stateMutability": "view",
341
+ "type": "function"
342
+ },
343
+ {
344
+ "inputs": [],
345
+ "name": "pendingAdmin",
346
+ "outputs": [
347
+ {
348
+ "internalType": "address",
349
+ "name": "",
350
+ "type": "address"
351
+ }
352
+ ],
353
+ "stateMutability": "view",
354
+ "type": "function"
355
+ },
356
+ {
357
+ "inputs": [
358
+ {
359
+ "internalType": "address",
360
+ "name": "target",
361
+ "type": "address"
362
+ },
363
+ {
364
+ "internalType": "uint256",
365
+ "name": "value",
366
+ "type": "uint256"
367
+ },
368
+ {
369
+ "internalType": "string",
370
+ "name": "signature",
371
+ "type": "string"
372
+ },
373
+ {
374
+ "internalType": "bytes",
375
+ "name": "data",
376
+ "type": "bytes"
377
+ },
378
+ {
379
+ "internalType": "uint256",
380
+ "name": "eta",
381
+ "type": "uint256"
382
+ }
383
+ ],
384
+ "name": "queueTransaction",
385
+ "outputs": [
386
+ {
387
+ "internalType": "bytes32",
388
+ "name": "",
389
+ "type": "bytes32"
390
+ }
391
+ ],
392
+ "stateMutability": "nonpayable",
393
+ "type": "function"
394
+ },
395
+ {
396
+ "inputs": [
397
+ {
398
+ "internalType": "bytes32",
399
+ "name": "",
400
+ "type": "bytes32"
401
+ }
402
+ ],
403
+ "name": "queuedTransactions",
404
+ "outputs": [
405
+ {
406
+ "internalType": "bool",
407
+ "name": "",
408
+ "type": "bool"
409
+ }
410
+ ],
411
+ "stateMutability": "view",
412
+ "type": "function"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "uint256",
418
+ "name": "delay_",
419
+ "type": "uint256"
420
+ }
421
+ ],
422
+ "name": "setDelay",
423
+ "outputs": [],
424
+ "stateMutability": "nonpayable",
425
+ "type": "function"
426
+ },
427
+ {
428
+ "inputs": [
429
+ {
430
+ "internalType": "address",
431
+ "name": "pendingAdmin_",
432
+ "type": "address"
433
+ }
434
+ ],
435
+ "name": "setPendingAdmin",
436
+ "outputs": [],
437
+ "stateMutability": "nonpayable",
438
+ "type": "function"
439
+ }
440
+ ],
441
+ "bytecode": "0x608060405234801561001057600080fd5b506040516113d53803806113d583398101604081905261002f91610181565b610e108110156100ac5760405162461bcd60e51b815260206004820152603760248201527f54696d656c6f636b3a3a636f6e7374727563746f723a2044656c6179206d757360448201527f7420657863656564206d696e696d756d2064656c61792e00000000000000000060648201526084015b60405180910390fd5b62278d008111156101255760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206e60448201527f6f7420657863656564206d6178696d756d2064656c61792e000000000000000060648201526084016100a3565b61012e82610157565b600080546001600160a01b0319166001600160a01b0393909316929092179091556002556101bb565b6001600160a01b03811661017e576040516342bcdf7f60e11b815260040160405180910390fd5b50565b6000806040838503121561019457600080fd5b82516001600160a01b03811681146101ab57600080fd5b6020939093015192949293505050565b61120b806101ca6000396000f3fe6080604052600436106100c95760003560e01c8063591fcdfe11610079578063dbd1838811610056578063dbd1838814610202578063e177246e14610218578063f2b0653714610238578063f851a4401461027857005b8063591fcdfe146101b65780636a42b8f8146101d6578063d89aac39146101ec57005b806326782247116100a757806326782247146101245780633a66f901146101765780634dd18bf51461019657005b806303c27621146100cb5780630825f38f146100ef5780630e18b6811461010f575b005b3480156100d757600080fd5b50610e105b6040519081526020015b60405180910390f35b6101026100fd366004610f22565b6102a5565b6040516100e6919061104d565b34801561011b57600080fd5b506100c96106e4565b34801561013057600080fd5b506001546101519073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100e6565b34801561018257600080fd5b506100dc610191366004610f22565b6107d2565b3480156101a257600080fd5b506100c96101b1366004611067565b6109f0565b3480156101c257600080fd5b506100c96101d1366004610f22565b610add565b3480156101e257600080fd5b506100dc60025481565b3480156101f857600080fd5b5062278d006100dc565b34801561020e57600080fd5b50621275006100dc565b34801561022457600080fd5b506100c9610233366004611082565b610c4d565b34801561024457600080fd5b50610268610253366004611082565b60036020526000908152604090205460ff1681565b60405190151581526020016100e6565b34801561028457600080fd5b506000546101519073ffffffffffffffffffffffffffffffffffffffff1681565b60005460609073ffffffffffffffffffffffffffffffffffffffff16331461033a5760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20436160448201527f6c6c206d75737420636f6d652066726f6d2061646d696e2e000000000000000060648201526084015b60405180910390fd5b6000868686868660405160200161035595949392919061109b565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815291815281516020928301206000818152600390935291205490915060ff166104105760405162461bcd60e51b815260206004820152603d60248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e206861736e2774206265656e207175657565642e0000006064820152608401610331565b824210156104ac5760405162461bcd60e51b815260206004820152604560248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e206861736e2774207375727061737365642074696d652060648201527f6c6f636b2e000000000000000000000000000000000000000000000000000000608482015260a401610331565b6104b962127500846110f5565b42111561052e5760405162461bcd60e51b815260206004820152603360248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e206973207374616c652e000000000000000000000000006064820152608401610331565b600081815260036020526040812080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016905585516060910361057357508361059f565b85805190602001208560405160200161058d929190611134565b60405160208183030381529060405290505b6000808973ffffffffffffffffffffffffffffffffffffffff1689846040516105c8919061117c565b60006040518083038185875af1925050503d8060008114610605576040519150601f19603f3d011682016040523d82523d6000602084013e61060a565b606091505b5091509150816106825760405162461bcd60e51b815260206004820152603d60248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e20657865637574696f6e2072657665727465642e0000006064820152608401610331565b8973ffffffffffffffffffffffffffffffffffffffff16847fa560e3198060a2f10670c1ec5b403077ea6ae93ca8de1c32b451dc1a943cd6e78b8b8b8b6040516106cf9493929190611198565b60405180910390a39998505050505050505050565b60015473ffffffffffffffffffffffffffffffffffffffff1633146107715760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a61636365707441646d696e3a2043616c6c206d75737460448201527f20636f6d652066726f6d2070656e64696e6741646d696e2e00000000000000006064820152608401610331565b60008054337fffffffffffffffffffffffff0000000000000000000000000000000000000000918216811783556001805490921690915560405190917f71614071b88dee5e0b2ae578a9dd7b2ebbe9ae832ba419dc0242cd065a290b6c91a2565b6000805473ffffffffffffffffffffffffffffffffffffffff1633146108605760405162461bcd60e51b815260206004820152603660248201527f54696d656c6f636b3a3a71756575655472616e73616374696f6e3a2043616c6c60448201527f206d75737420636f6d652066726f6d2061646d696e2e000000000000000000006064820152608401610331565b60025461086d90426110f5565b8210156109085760405162461bcd60e51b815260206004820152604960248201527f54696d656c6f636b3a3a71756575655472616e73616374696f6e3a204573746960448201527f6d6174656420657865637574696f6e20626c6f636b206d75737420736174697360648201527f66792064656c61792e0000000000000000000000000000000000000000000000608482015260a401610331565b6000868686868660405160200161092395949392919061109b565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815282825280516020918201206000818152600390925291902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055915073ffffffffffffffffffffffffffffffffffffffff88169082907f76e2796dc3a81d57b0e8504b647febcbeeb5f4af818e164f11eef8131a6a763f906109de908a908a908a908a90611198565b60405180910390a39695505050505050565b333014610a655760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a73657450656e64696e6741646d696e3a2043616c6c2060448201527f6d75737420636f6d652066726f6d2054696d656c6f636b2e00000000000000006064820152608401610331565b610a6e81610de6565b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040517f69d78e38a01985fbb1462961809b4b2d65531bc93b2b94037f3334b82ca4a75690600090a250565b60005473ffffffffffffffffffffffffffffffffffffffff163314610b6a5760405162461bcd60e51b815260206004820152603760248201527f54696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2043616c60448201527f6c206d75737420636f6d652066726f6d2061646d696e2e0000000000000000006064820152608401610331565b60008585858585604051602001610b8595949392919061109b565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815282825280516020918201206000818152600390925291902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00169055915073ffffffffffffffffffffffffffffffffffffffff87169082907f2fffc091a501fd91bfbff27141450d3acb40fb8e6d8382b243ec7a812a3aaf8790610c3d908990899089908990611198565b60405180910390a3505050505050565b333014610cc25760405162461bcd60e51b815260206004820152603160248201527f54696d656c6f636b3a3a73657444656c61793a2043616c6c206d75737420636f60448201527f6d652066726f6d2054696d656c6f636b2e0000000000000000000000000000006064820152608401610331565b610e10811015610d3a5760405162461bcd60e51b815260206004820152603460248201527f54696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206560448201527f7863656564206d696e696d756d2064656c61792e0000000000000000000000006064820152608401610331565b62278d00811115610db35760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206e60448201527f6f7420657863656564206d6178696d756d2064656c61792e00000000000000006064820152608401610331565b600281905560405181907f948b1f6a42ee138b7e34058ba85a37f716d55ff25ff05a763f15bed6a04c8d2c90600090a250565b73ffffffffffffffffffffffffffffffffffffffff8116610e33576040517f8579befe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b803573ffffffffffffffffffffffffffffffffffffffff81168114610e5a57600080fd5b919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600067ffffffffffffffff80841115610ea957610ea9610e5f565b604051601f85017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610eef57610eef610e5f565b81604052809350858152868686011115610f0857600080fd5b858560208301376000602087830101525050509392505050565b600080600080600060a08688031215610f3a57600080fd5b610f4386610e36565b945060208601359350604086013567ffffffffffffffff80821115610f6757600080fd5b818801915088601f830112610f7b57600080fd5b610f8a89833560208501610e8e565b94506060880135915080821115610fa057600080fd5b508601601f81018813610fb257600080fd5b610fc188823560208401610e8e565b95989497509295608001359392505050565b60005b83811015610fee578181015183820152602001610fd6565b83811115610ffd576000848401525b50505050565b6000815180845261101b816020860160208601610fd3565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b6020815260006110606020830184611003565b9392505050565b60006020828403121561107957600080fd5b61106082610e36565b60006020828403121561109457600080fd5b5035919050565b73ffffffffffffffffffffffffffffffffffffffff8616815284602082015260a0604082015260006110d060a0830186611003565b82810360608401526110e28186611003565b9150508260808301529695505050505050565b6000821982111561112f577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b500190565b7fffffffff00000000000000000000000000000000000000000000000000000000831681526000825161116e816004850160208701610fd3565b919091016004019392505050565b6000825161118e818460208701610fd3565b9190910192915050565b8481526080602082015260006111b16080830186611003565b82810360408401526111c38186611003565b9150508260608301529594505050505056fea2646970667358221220d19a431e4bdf093abdfb748fd9915e49ac921b8d77aa83feb9812e9b4618f00364736f6c634300080d0033",
442
+ "deployedBytecode": "0x6080604052600436106100c95760003560e01c8063591fcdfe11610079578063dbd1838811610056578063dbd1838814610202578063e177246e14610218578063f2b0653714610238578063f851a4401461027857005b8063591fcdfe146101b65780636a42b8f8146101d6578063d89aac39146101ec57005b806326782247116100a757806326782247146101245780633a66f901146101765780634dd18bf51461019657005b806303c27621146100cb5780630825f38f146100ef5780630e18b6811461010f575b005b3480156100d757600080fd5b50610e105b6040519081526020015b60405180910390f35b6101026100fd366004610f22565b6102a5565b6040516100e6919061104d565b34801561011b57600080fd5b506100c96106e4565b34801561013057600080fd5b506001546101519073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff90911681526020016100e6565b34801561018257600080fd5b506100dc610191366004610f22565b6107d2565b3480156101a257600080fd5b506100c96101b1366004611067565b6109f0565b3480156101c257600080fd5b506100c96101d1366004610f22565b610add565b3480156101e257600080fd5b506100dc60025481565b3480156101f857600080fd5b5062278d006100dc565b34801561020e57600080fd5b50621275006100dc565b34801561022457600080fd5b506100c9610233366004611082565b610c4d565b34801561024457600080fd5b50610268610253366004611082565b60036020526000908152604090205460ff1681565b60405190151581526020016100e6565b34801561028457600080fd5b506000546101519073ffffffffffffffffffffffffffffffffffffffff1681565b60005460609073ffffffffffffffffffffffffffffffffffffffff16331461033a5760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20436160448201527f6c6c206d75737420636f6d652066726f6d2061646d696e2e000000000000000060648201526084015b60405180910390fd5b6000868686868660405160200161035595949392919061109b565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815291815281516020928301206000818152600390935291205490915060ff166104105760405162461bcd60e51b815260206004820152603d60248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e206861736e2774206265656e207175657565642e0000006064820152608401610331565b824210156104ac5760405162461bcd60e51b815260206004820152604560248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e206861736e2774207375727061737365642074696d652060648201527f6c6f636b2e000000000000000000000000000000000000000000000000000000608482015260a401610331565b6104b962127500846110f5565b42111561052e5760405162461bcd60e51b815260206004820152603360248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e206973207374616c652e000000000000000000000000006064820152608401610331565b600081815260036020526040812080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0016905585516060910361057357508361059f565b85805190602001208560405160200161058d929190611134565b60405160208183030381529060405290505b6000808973ffffffffffffffffffffffffffffffffffffffff1689846040516105c8919061117c565b60006040518083038185875af1925050503d8060008114610605576040519150601f19603f3d011682016040523d82523d6000602084013e61060a565b606091505b5091509150816106825760405162461bcd60e51b815260206004820152603d60248201527f54696d656c6f636b3a3a657865637574655472616e73616374696f6e3a20547260448201527f616e73616374696f6e20657865637574696f6e2072657665727465642e0000006064820152608401610331565b8973ffffffffffffffffffffffffffffffffffffffff16847fa560e3198060a2f10670c1ec5b403077ea6ae93ca8de1c32b451dc1a943cd6e78b8b8b8b6040516106cf9493929190611198565b60405180910390a39998505050505050505050565b60015473ffffffffffffffffffffffffffffffffffffffff1633146107715760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a61636365707441646d696e3a2043616c6c206d75737460448201527f20636f6d652066726f6d2070656e64696e6741646d696e2e00000000000000006064820152608401610331565b60008054337fffffffffffffffffffffffff0000000000000000000000000000000000000000918216811783556001805490921690915560405190917f71614071b88dee5e0b2ae578a9dd7b2ebbe9ae832ba419dc0242cd065a290b6c91a2565b6000805473ffffffffffffffffffffffffffffffffffffffff1633146108605760405162461bcd60e51b815260206004820152603660248201527f54696d656c6f636b3a3a71756575655472616e73616374696f6e3a2043616c6c60448201527f206d75737420636f6d652066726f6d2061646d696e2e000000000000000000006064820152608401610331565b60025461086d90426110f5565b8210156109085760405162461bcd60e51b815260206004820152604960248201527f54696d656c6f636b3a3a71756575655472616e73616374696f6e3a204573746960448201527f6d6174656420657865637574696f6e20626c6f636b206d75737420736174697360648201527f66792064656c61792e0000000000000000000000000000000000000000000000608482015260a401610331565b6000868686868660405160200161092395949392919061109b565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815282825280516020918201206000818152600390925291902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00166001179055915073ffffffffffffffffffffffffffffffffffffffff88169082907f76e2796dc3a81d57b0e8504b647febcbeeb5f4af818e164f11eef8131a6a763f906109de908a908a908a908a90611198565b60405180910390a39695505050505050565b333014610a655760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a73657450656e64696e6741646d696e3a2043616c6c2060448201527f6d75737420636f6d652066726f6d2054696d656c6f636b2e00000000000000006064820152608401610331565b610a6e81610de6565b600180547fffffffffffffffffffffffff00000000000000000000000000000000000000001673ffffffffffffffffffffffffffffffffffffffff83169081179091556040517f69d78e38a01985fbb1462961809b4b2d65531bc93b2b94037f3334b82ca4a75690600090a250565b60005473ffffffffffffffffffffffffffffffffffffffff163314610b6a5760405162461bcd60e51b815260206004820152603760248201527f54696d656c6f636b3a3a63616e63656c5472616e73616374696f6e3a2043616c60448201527f6c206d75737420636f6d652066726f6d2061646d696e2e0000000000000000006064820152608401610331565b60008585858585604051602001610b8595949392919061109b565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe081840301815282825280516020918201206000818152600390925291902080547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00169055915073ffffffffffffffffffffffffffffffffffffffff87169082907f2fffc091a501fd91bfbff27141450d3acb40fb8e6d8382b243ec7a812a3aaf8790610c3d908990899089908990611198565b60405180910390a3505050505050565b333014610cc25760405162461bcd60e51b815260206004820152603160248201527f54696d656c6f636b3a3a73657444656c61793a2043616c6c206d75737420636f60448201527f6d652066726f6d2054696d656c6f636b2e0000000000000000000000000000006064820152608401610331565b610e10811015610d3a5760405162461bcd60e51b815260206004820152603460248201527f54696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206560448201527f7863656564206d696e696d756d2064656c61792e0000000000000000000000006064820152608401610331565b62278d00811115610db35760405162461bcd60e51b815260206004820152603860248201527f54696d656c6f636b3a3a73657444656c61793a2044656c6179206d757374206e60448201527f6f7420657863656564206d6178696d756d2064656c61792e00000000000000006064820152608401610331565b600281905560405181907f948b1f6a42ee138b7e34058ba85a37f716d55ff25ff05a763f15bed6a04c8d2c90600090a250565b73ffffffffffffffffffffffffffffffffffffffff8116610e33576040517f8579befe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b803573ffffffffffffffffffffffffffffffffffffffff81168114610e5a57600080fd5b919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600067ffffffffffffffff80841115610ea957610ea9610e5f565b604051601f85017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0908116603f01168101908282118183101715610eef57610eef610e5f565b81604052809350858152868686011115610f0857600080fd5b858560208301376000602087830101525050509392505050565b600080600080600060a08688031215610f3a57600080fd5b610f4386610e36565b945060208601359350604086013567ffffffffffffffff80821115610f6757600080fd5b818801915088601f830112610f7b57600080fd5b610f8a89833560208501610e8e565b94506060880135915080821115610fa057600080fd5b508601601f81018813610fb257600080fd5b610fc188823560208401610e8e565b95989497509295608001359392505050565b60005b83811015610fee578181015183820152602001610fd6565b83811115610ffd576000848401525b50505050565b6000815180845261101b816020860160208601610fd3565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b6020815260006110606020830184611003565b9392505050565b60006020828403121561107957600080fd5b61106082610e36565b60006020828403121561109457600080fd5b5035919050565b73ffffffffffffffffffffffffffffffffffffffff8616815284602082015260a0604082015260006110d060a0830186611003565b82810360608401526110e28186611003565b9150508260808301529695505050505050565b6000821982111561112f577f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b500190565b7fffffffff00000000000000000000000000000000000000000000000000000000831681526000825161116e816004850160208701610fd3565b919091016004019392505050565b6000825161118e818460208701610fd3565b9190910192915050565b8481526080602082015260006111b16080830186611003565b82810360408401526111c38186611003565b9150508260608301529594505050505056fea2646970667358221220d19a431e4bdf093abdfb748fd9915e49ac921b8d77aa83feb9812e9b4618f00364736f6c634300080d0033",
443
+ "linkReferences": {},
444
+ "deployedLinkReferences": {}
445
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "_format": "hh-sol-dbg-1",
3
- "buildInfo": "../../../build-info/0e028ff5062f0f59a7ffef92b702c074.json"
3
+ "buildInfo": "../../../build-info/5c939a36c2c6b8a9a6706a808e87cc78.json"
4
4
  }
@@ -0,0 +1,4 @@
1
+ {
2
+ "_format": "hh-sol-dbg-1",
3
+ "buildInfo": "../../../build-info/5c939a36c2c6b8a9a6706a808e87cc78.json"
4
+ }