@keep-network/tbtc-v2 1.6.0-dev.12 → 1.6.0-dev.13
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.
- package/artifacts/BLS.json +1 -1
- package/artifacts/Bank.json +817 -0
- package/artifacts/BeaconAuthorization.json +1 -1
- package/artifacts/BeaconDkg.json +1 -1
- package/artifacts/BeaconDkgValidator.json +1 -1
- package/artifacts/BeaconInactivity.json +1 -1
- package/artifacts/BeaconSortitionPool.json +3 -3
- package/artifacts/Bridge.json +3081 -0
- package/artifacts/BridgeGovernance.json +2011 -0
- package/artifacts/BridgeGovernanceParameters.json +1609 -0
- package/artifacts/Deposit.json +117 -0
- package/artifacts/DepositSweep.json +77 -0
- package/artifacts/DonationVault.json +188 -0
- package/artifacts/EcdsaDkgValidator.json +1 -1
- package/artifacts/EcdsaInactivity.json +1 -1
- package/artifacts/EcdsaSortitionPool.json +3 -3
- package/artifacts/Fraud.json +164 -0
- package/artifacts/LightRelay.json +765 -0
- package/artifacts/LightRelayMaintainerProxy.json +479 -0
- package/artifacts/MaintainerProxy.json +1618 -0
- package/artifacts/MovingFunds.json +249 -0
- package/artifacts/NuCypherToken.json +2 -2
- package/artifacts/RandomBeacon.json +2 -2
- package/artifacts/RandomBeaconChaosnet.json +2 -2
- package/artifacts/RandomBeaconGovernance.json +2 -2
- package/artifacts/Redemption.json +174 -0
- package/artifacts/ReimbursementPool.json +2 -2
- package/artifacts/T.json +2 -2
- package/artifacts/TBTC.json +763 -0
- package/artifacts/TBTCToken.json +738 -0
- package/artifacts/TBTCVault.json +1606 -0
- package/artifacts/TokenStaking.json +1 -1
- package/artifacts/TokenholderGovernor.json +9 -9
- package/artifacts/TokenholderTimelock.json +8 -8
- package/artifacts/VendingMachine.json +751 -0
- package/artifacts/VendingMachineNuCypher.json +1 -1
- package/artifacts/VendingMachineV2.json +360 -0
- package/artifacts/VendingMachineV3.json +405 -0
- package/artifacts/WalletCoordinator.json +1107 -0
- package/artifacts/WalletRegistry.json +5 -5
- package/artifacts/WalletRegistryGovernance.json +2 -2
- package/artifacts/Wallets.json +186 -0
- package/artifacts/solcInputs/7bb78a35ee87138df52e88606ec6ee66.json +190 -0
- package/artifacts/solcInputs/e7ed000cbfc5ebeae56731bf1a44e83d.json +410 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2011 @@
|
|
|
1
|
+
{
|
|
2
|
+
"address": "0x8990C5DAAA40673eF8826990A6Fd8284a0a17d61",
|
|
3
|
+
"abi": [
|
|
4
|
+
{
|
|
5
|
+
"inputs": [
|
|
6
|
+
{
|
|
7
|
+
"internalType": "contract Bridge",
|
|
8
|
+
"name": "_bridge",
|
|
9
|
+
"type": "address"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"internalType": "uint256",
|
|
13
|
+
"name": "_governanceDelay",
|
|
14
|
+
"type": "uint256"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "constructor"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"anonymous": false,
|
|
22
|
+
"inputs": [
|
|
23
|
+
{
|
|
24
|
+
"indexed": false,
|
|
25
|
+
"internalType": "address",
|
|
26
|
+
"name": "newBridgeGovernance",
|
|
27
|
+
"type": "address"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"indexed": false,
|
|
31
|
+
"internalType": "uint256",
|
|
32
|
+
"name": "timestamp",
|
|
33
|
+
"type": "uint256"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"name": "BridgeGovernanceTransferStarted",
|
|
37
|
+
"type": "event"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"anonymous": false,
|
|
41
|
+
"inputs": [
|
|
42
|
+
{
|
|
43
|
+
"indexed": false,
|
|
44
|
+
"internalType": "uint64",
|
|
45
|
+
"name": "newDepositDustThreshold",
|
|
46
|
+
"type": "uint64"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"indexed": false,
|
|
50
|
+
"internalType": "uint256",
|
|
51
|
+
"name": "timestamp",
|
|
52
|
+
"type": "uint256"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"name": "DepositDustThresholdUpdateStarted",
|
|
56
|
+
"type": "event"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"anonymous": false,
|
|
60
|
+
"inputs": [
|
|
61
|
+
{
|
|
62
|
+
"indexed": false,
|
|
63
|
+
"internalType": "uint64",
|
|
64
|
+
"name": "depositDustThreshold",
|
|
65
|
+
"type": "uint64"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"name": "DepositDustThresholdUpdated",
|
|
69
|
+
"type": "event"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"anonymous": false,
|
|
73
|
+
"inputs": [
|
|
74
|
+
{
|
|
75
|
+
"indexed": false,
|
|
76
|
+
"internalType": "uint32",
|
|
77
|
+
"name": "newDepositRevealAheadPeriod",
|
|
78
|
+
"type": "uint32"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"indexed": false,
|
|
82
|
+
"internalType": "uint256",
|
|
83
|
+
"name": "timestamp",
|
|
84
|
+
"type": "uint256"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"name": "DepositRevealAheadPeriodUpdateStarted",
|
|
88
|
+
"type": "event"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"anonymous": false,
|
|
92
|
+
"inputs": [
|
|
93
|
+
{
|
|
94
|
+
"indexed": false,
|
|
95
|
+
"internalType": "uint32",
|
|
96
|
+
"name": "depositRevealAheadPeriod",
|
|
97
|
+
"type": "uint32"
|
|
98
|
+
}
|
|
99
|
+
],
|
|
100
|
+
"name": "DepositRevealAheadPeriodUpdated",
|
|
101
|
+
"type": "event"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"anonymous": false,
|
|
105
|
+
"inputs": [
|
|
106
|
+
{
|
|
107
|
+
"indexed": false,
|
|
108
|
+
"internalType": "uint64",
|
|
109
|
+
"name": "depositTreasuryFeeDivisor",
|
|
110
|
+
"type": "uint64"
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"indexed": false,
|
|
114
|
+
"internalType": "uint256",
|
|
115
|
+
"name": "timestamp",
|
|
116
|
+
"type": "uint256"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"name": "DepositTreasuryFeeDivisorUpdateStarted",
|
|
120
|
+
"type": "event"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"anonymous": false,
|
|
124
|
+
"inputs": [
|
|
125
|
+
{
|
|
126
|
+
"indexed": false,
|
|
127
|
+
"internalType": "uint64",
|
|
128
|
+
"name": "depositTreasuryFeeDivisor",
|
|
129
|
+
"type": "uint64"
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"name": "DepositTreasuryFeeDivisorUpdated",
|
|
133
|
+
"type": "event"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"anonymous": false,
|
|
137
|
+
"inputs": [
|
|
138
|
+
{
|
|
139
|
+
"indexed": false,
|
|
140
|
+
"internalType": "uint64",
|
|
141
|
+
"name": "newDepositTxMaxFee",
|
|
142
|
+
"type": "uint64"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"indexed": false,
|
|
146
|
+
"internalType": "uint256",
|
|
147
|
+
"name": "timestamp",
|
|
148
|
+
"type": "uint256"
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"name": "DepositTxMaxFeeUpdateStarted",
|
|
152
|
+
"type": "event"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"anonymous": false,
|
|
156
|
+
"inputs": [
|
|
157
|
+
{
|
|
158
|
+
"indexed": false,
|
|
159
|
+
"internalType": "uint64",
|
|
160
|
+
"name": "depositTxMaxFee",
|
|
161
|
+
"type": "uint64"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"name": "DepositTxMaxFeeUpdated",
|
|
165
|
+
"type": "event"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"anonymous": false,
|
|
169
|
+
"inputs": [
|
|
170
|
+
{
|
|
171
|
+
"indexed": false,
|
|
172
|
+
"internalType": "uint32",
|
|
173
|
+
"name": "newFraudChallengeDefeatTimeout",
|
|
174
|
+
"type": "uint32"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"indexed": false,
|
|
178
|
+
"internalType": "uint256",
|
|
179
|
+
"name": "timestamp",
|
|
180
|
+
"type": "uint256"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"name": "FraudChallengeDefeatTimeoutUpdateStarted",
|
|
184
|
+
"type": "event"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"anonymous": false,
|
|
188
|
+
"inputs": [
|
|
189
|
+
{
|
|
190
|
+
"indexed": false,
|
|
191
|
+
"internalType": "uint32",
|
|
192
|
+
"name": "fraudChallengeDefeatTimeout",
|
|
193
|
+
"type": "uint32"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"name": "FraudChallengeDefeatTimeoutUpdated",
|
|
197
|
+
"type": "event"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"anonymous": false,
|
|
201
|
+
"inputs": [
|
|
202
|
+
{
|
|
203
|
+
"indexed": false,
|
|
204
|
+
"internalType": "uint96",
|
|
205
|
+
"name": "newFraudChallengeDepositAmount",
|
|
206
|
+
"type": "uint96"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"indexed": false,
|
|
210
|
+
"internalType": "uint256",
|
|
211
|
+
"name": "timestamp",
|
|
212
|
+
"type": "uint256"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"name": "FraudChallengeDepositAmountUpdateStarted",
|
|
216
|
+
"type": "event"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"anonymous": false,
|
|
220
|
+
"inputs": [
|
|
221
|
+
{
|
|
222
|
+
"indexed": false,
|
|
223
|
+
"internalType": "uint96",
|
|
224
|
+
"name": "fraudChallengeDepositAmount",
|
|
225
|
+
"type": "uint96"
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"name": "FraudChallengeDepositAmountUpdated",
|
|
229
|
+
"type": "event"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"anonymous": false,
|
|
233
|
+
"inputs": [
|
|
234
|
+
{
|
|
235
|
+
"indexed": false,
|
|
236
|
+
"internalType": "uint32",
|
|
237
|
+
"name": "newFraudNotifierRewardMultiplier",
|
|
238
|
+
"type": "uint32"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"indexed": false,
|
|
242
|
+
"internalType": "uint256",
|
|
243
|
+
"name": "timestamp",
|
|
244
|
+
"type": "uint256"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"name": "FraudNotifierRewardMultiplierUpdateStarted",
|
|
248
|
+
"type": "event"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"anonymous": false,
|
|
252
|
+
"inputs": [
|
|
253
|
+
{
|
|
254
|
+
"indexed": false,
|
|
255
|
+
"internalType": "uint32",
|
|
256
|
+
"name": "fraudNotifierRewardMultiplier",
|
|
257
|
+
"type": "uint32"
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"name": "FraudNotifierRewardMultiplierUpdated",
|
|
261
|
+
"type": "event"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"anonymous": false,
|
|
265
|
+
"inputs": [
|
|
266
|
+
{
|
|
267
|
+
"indexed": false,
|
|
268
|
+
"internalType": "uint96",
|
|
269
|
+
"name": "newFraudSlashingAmount",
|
|
270
|
+
"type": "uint96"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"indexed": false,
|
|
274
|
+
"internalType": "uint256",
|
|
275
|
+
"name": "timestamp",
|
|
276
|
+
"type": "uint256"
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"name": "FraudSlashingAmountUpdateStarted",
|
|
280
|
+
"type": "event"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"anonymous": false,
|
|
284
|
+
"inputs": [
|
|
285
|
+
{
|
|
286
|
+
"indexed": false,
|
|
287
|
+
"internalType": "uint96",
|
|
288
|
+
"name": "fraudSlashingAmount",
|
|
289
|
+
"type": "uint96"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"name": "FraudSlashingAmountUpdated",
|
|
293
|
+
"type": "event"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"anonymous": false,
|
|
297
|
+
"inputs": [
|
|
298
|
+
{
|
|
299
|
+
"indexed": false,
|
|
300
|
+
"internalType": "uint32",
|
|
301
|
+
"name": "newMovedFundsSweepTimeoutNotifierRewardMultiplier",
|
|
302
|
+
"type": "uint32"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"indexed": false,
|
|
306
|
+
"internalType": "uint256",
|
|
307
|
+
"name": "timestamp",
|
|
308
|
+
"type": "uint256"
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"name": "MovedFundsSweepTimeoutNotifierRewardMultiplierUpdateStarted",
|
|
312
|
+
"type": "event"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"anonymous": false,
|
|
316
|
+
"inputs": [
|
|
317
|
+
{
|
|
318
|
+
"indexed": false,
|
|
319
|
+
"internalType": "uint32",
|
|
320
|
+
"name": "movedFundsSweepTimeoutNotifierRewardMultiplier",
|
|
321
|
+
"type": "uint32"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"name": "MovedFundsSweepTimeoutNotifierRewardMultiplierUpdated",
|
|
325
|
+
"type": "event"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"anonymous": false,
|
|
329
|
+
"inputs": [
|
|
330
|
+
{
|
|
331
|
+
"indexed": false,
|
|
332
|
+
"internalType": "uint96",
|
|
333
|
+
"name": "newMovedFundsSweepTimeoutSlashingAmount",
|
|
334
|
+
"type": "uint96"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"indexed": false,
|
|
338
|
+
"internalType": "uint256",
|
|
339
|
+
"name": "timestamp",
|
|
340
|
+
"type": "uint256"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"name": "MovedFundsSweepTimeoutSlashingAmountUpdateStarted",
|
|
344
|
+
"type": "event"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"anonymous": false,
|
|
348
|
+
"inputs": [
|
|
349
|
+
{
|
|
350
|
+
"indexed": false,
|
|
351
|
+
"internalType": "uint96",
|
|
352
|
+
"name": "movedFundsSweepTimeoutSlashingAmount",
|
|
353
|
+
"type": "uint96"
|
|
354
|
+
}
|
|
355
|
+
],
|
|
356
|
+
"name": "MovedFundsSweepTimeoutSlashingAmountUpdated",
|
|
357
|
+
"type": "event"
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
"anonymous": false,
|
|
361
|
+
"inputs": [
|
|
362
|
+
{
|
|
363
|
+
"indexed": false,
|
|
364
|
+
"internalType": "uint32",
|
|
365
|
+
"name": "newMovedFundsSweepTimeout",
|
|
366
|
+
"type": "uint32"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"indexed": false,
|
|
370
|
+
"internalType": "uint256",
|
|
371
|
+
"name": "timestamp",
|
|
372
|
+
"type": "uint256"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"name": "MovedFundsSweepTimeoutUpdateStarted",
|
|
376
|
+
"type": "event"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"anonymous": false,
|
|
380
|
+
"inputs": [
|
|
381
|
+
{
|
|
382
|
+
"indexed": false,
|
|
383
|
+
"internalType": "uint32",
|
|
384
|
+
"name": "movedFundsSweepTimeout",
|
|
385
|
+
"type": "uint32"
|
|
386
|
+
}
|
|
387
|
+
],
|
|
388
|
+
"name": "MovedFundsSweepTimeoutUpdated",
|
|
389
|
+
"type": "event"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"anonymous": false,
|
|
393
|
+
"inputs": [
|
|
394
|
+
{
|
|
395
|
+
"indexed": false,
|
|
396
|
+
"internalType": "uint64",
|
|
397
|
+
"name": "newMovedFundsSweepTxMaxTotalFee",
|
|
398
|
+
"type": "uint64"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"indexed": false,
|
|
402
|
+
"internalType": "uint256",
|
|
403
|
+
"name": "timestamp",
|
|
404
|
+
"type": "uint256"
|
|
405
|
+
}
|
|
406
|
+
],
|
|
407
|
+
"name": "MovedFundsSweepTxMaxTotalFeeUpdateStarted",
|
|
408
|
+
"type": "event"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"anonymous": false,
|
|
412
|
+
"inputs": [
|
|
413
|
+
{
|
|
414
|
+
"indexed": false,
|
|
415
|
+
"internalType": "uint64",
|
|
416
|
+
"name": "movedFundsSweepTxMaxTotalFee",
|
|
417
|
+
"type": "uint64"
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"name": "MovedFundsSweepTxMaxTotalFeeUpdated",
|
|
421
|
+
"type": "event"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"anonymous": false,
|
|
425
|
+
"inputs": [
|
|
426
|
+
{
|
|
427
|
+
"indexed": false,
|
|
428
|
+
"internalType": "uint16",
|
|
429
|
+
"name": "newMovingFundsCommitmentGasOffset",
|
|
430
|
+
"type": "uint16"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"indexed": false,
|
|
434
|
+
"internalType": "uint256",
|
|
435
|
+
"name": "timestamp",
|
|
436
|
+
"type": "uint256"
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"name": "MovingFundsCommitmentGasOffsetUpdateStarted",
|
|
440
|
+
"type": "event"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"anonymous": false,
|
|
444
|
+
"inputs": [
|
|
445
|
+
{
|
|
446
|
+
"indexed": false,
|
|
447
|
+
"internalType": "uint16",
|
|
448
|
+
"name": "movingFundsCommitmentGasOffset",
|
|
449
|
+
"type": "uint16"
|
|
450
|
+
}
|
|
451
|
+
],
|
|
452
|
+
"name": "MovingFundsCommitmentGasOffsetUpdated",
|
|
453
|
+
"type": "event"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
"anonymous": false,
|
|
457
|
+
"inputs": [
|
|
458
|
+
{
|
|
459
|
+
"indexed": false,
|
|
460
|
+
"internalType": "uint64",
|
|
461
|
+
"name": "newMovingFundsDustThreshold",
|
|
462
|
+
"type": "uint64"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"indexed": false,
|
|
466
|
+
"internalType": "uint256",
|
|
467
|
+
"name": "timestamp",
|
|
468
|
+
"type": "uint256"
|
|
469
|
+
}
|
|
470
|
+
],
|
|
471
|
+
"name": "MovingFundsDustThresholdUpdateStarted",
|
|
472
|
+
"type": "event"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"anonymous": false,
|
|
476
|
+
"inputs": [
|
|
477
|
+
{
|
|
478
|
+
"indexed": false,
|
|
479
|
+
"internalType": "uint64",
|
|
480
|
+
"name": "movingFundsDustThreshold",
|
|
481
|
+
"type": "uint64"
|
|
482
|
+
}
|
|
483
|
+
],
|
|
484
|
+
"name": "MovingFundsDustThresholdUpdated",
|
|
485
|
+
"type": "event"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"anonymous": false,
|
|
489
|
+
"inputs": [
|
|
490
|
+
{
|
|
491
|
+
"indexed": false,
|
|
492
|
+
"internalType": "uint32",
|
|
493
|
+
"name": "newMovingFundsTimeoutNotifierRewardMultiplier",
|
|
494
|
+
"type": "uint32"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"indexed": false,
|
|
498
|
+
"internalType": "uint256",
|
|
499
|
+
"name": "timestamp",
|
|
500
|
+
"type": "uint256"
|
|
501
|
+
}
|
|
502
|
+
],
|
|
503
|
+
"name": "MovingFundsTimeoutNotifierRewardMultiplierUpdateStarted",
|
|
504
|
+
"type": "event"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"anonymous": false,
|
|
508
|
+
"inputs": [
|
|
509
|
+
{
|
|
510
|
+
"indexed": false,
|
|
511
|
+
"internalType": "uint32",
|
|
512
|
+
"name": "movingFundsTimeoutNotifierRewardMultiplier",
|
|
513
|
+
"type": "uint32"
|
|
514
|
+
}
|
|
515
|
+
],
|
|
516
|
+
"name": "MovingFundsTimeoutNotifierRewardMultiplierUpdated",
|
|
517
|
+
"type": "event"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"anonymous": false,
|
|
521
|
+
"inputs": [
|
|
522
|
+
{
|
|
523
|
+
"indexed": false,
|
|
524
|
+
"internalType": "uint32",
|
|
525
|
+
"name": "newMovingFundsTimeoutResetDelay",
|
|
526
|
+
"type": "uint32"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
"indexed": false,
|
|
530
|
+
"internalType": "uint256",
|
|
531
|
+
"name": "timestamp",
|
|
532
|
+
"type": "uint256"
|
|
533
|
+
}
|
|
534
|
+
],
|
|
535
|
+
"name": "MovingFundsTimeoutResetDelayUpdateStarted",
|
|
536
|
+
"type": "event"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"anonymous": false,
|
|
540
|
+
"inputs": [
|
|
541
|
+
{
|
|
542
|
+
"indexed": false,
|
|
543
|
+
"internalType": "uint32",
|
|
544
|
+
"name": "movingFundsTimeoutResetDelay",
|
|
545
|
+
"type": "uint32"
|
|
546
|
+
}
|
|
547
|
+
],
|
|
548
|
+
"name": "MovingFundsTimeoutResetDelayUpdated",
|
|
549
|
+
"type": "event"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"anonymous": false,
|
|
553
|
+
"inputs": [
|
|
554
|
+
{
|
|
555
|
+
"indexed": false,
|
|
556
|
+
"internalType": "uint96",
|
|
557
|
+
"name": "newMovingFundsTimeoutSlashingAmount",
|
|
558
|
+
"type": "uint96"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"indexed": false,
|
|
562
|
+
"internalType": "uint256",
|
|
563
|
+
"name": "timestamp",
|
|
564
|
+
"type": "uint256"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"name": "MovingFundsTimeoutSlashingAmountUpdateStarted",
|
|
568
|
+
"type": "event"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"anonymous": false,
|
|
572
|
+
"inputs": [
|
|
573
|
+
{
|
|
574
|
+
"indexed": false,
|
|
575
|
+
"internalType": "uint96",
|
|
576
|
+
"name": "movingFundsTimeoutSlashingAmount",
|
|
577
|
+
"type": "uint96"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
580
|
+
"name": "MovingFundsTimeoutSlashingAmountUpdated",
|
|
581
|
+
"type": "event"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"anonymous": false,
|
|
585
|
+
"inputs": [
|
|
586
|
+
{
|
|
587
|
+
"indexed": false,
|
|
588
|
+
"internalType": "uint32",
|
|
589
|
+
"name": "newMovingFundsTimeout",
|
|
590
|
+
"type": "uint32"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"indexed": false,
|
|
594
|
+
"internalType": "uint256",
|
|
595
|
+
"name": "timestamp",
|
|
596
|
+
"type": "uint256"
|
|
597
|
+
}
|
|
598
|
+
],
|
|
599
|
+
"name": "MovingFundsTimeoutUpdateStarted",
|
|
600
|
+
"type": "event"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"anonymous": false,
|
|
604
|
+
"inputs": [
|
|
605
|
+
{
|
|
606
|
+
"indexed": false,
|
|
607
|
+
"internalType": "uint32",
|
|
608
|
+
"name": "movingFundsTimeout",
|
|
609
|
+
"type": "uint32"
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"name": "MovingFundsTimeoutUpdated",
|
|
613
|
+
"type": "event"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"anonymous": false,
|
|
617
|
+
"inputs": [
|
|
618
|
+
{
|
|
619
|
+
"indexed": false,
|
|
620
|
+
"internalType": "uint64",
|
|
621
|
+
"name": "newMovingFundsTxMaxTotalFee",
|
|
622
|
+
"type": "uint64"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"indexed": false,
|
|
626
|
+
"internalType": "uint256",
|
|
627
|
+
"name": "timestamp",
|
|
628
|
+
"type": "uint256"
|
|
629
|
+
}
|
|
630
|
+
],
|
|
631
|
+
"name": "MovingFundsTxMaxTotalFeeUpdateStarted",
|
|
632
|
+
"type": "event"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"anonymous": false,
|
|
636
|
+
"inputs": [
|
|
637
|
+
{
|
|
638
|
+
"indexed": false,
|
|
639
|
+
"internalType": "uint64",
|
|
640
|
+
"name": "movingFundsTxMaxTotalFee",
|
|
641
|
+
"type": "uint64"
|
|
642
|
+
}
|
|
643
|
+
],
|
|
644
|
+
"name": "MovingFundsTxMaxTotalFeeUpdated",
|
|
645
|
+
"type": "event"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"anonymous": false,
|
|
649
|
+
"inputs": [
|
|
650
|
+
{
|
|
651
|
+
"indexed": true,
|
|
652
|
+
"internalType": "address",
|
|
653
|
+
"name": "previousOwner",
|
|
654
|
+
"type": "address"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"indexed": true,
|
|
658
|
+
"internalType": "address",
|
|
659
|
+
"name": "newOwner",
|
|
660
|
+
"type": "address"
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"name": "OwnershipTransferred",
|
|
664
|
+
"type": "event"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"anonymous": false,
|
|
668
|
+
"inputs": [
|
|
669
|
+
{
|
|
670
|
+
"indexed": false,
|
|
671
|
+
"internalType": "uint64",
|
|
672
|
+
"name": "newRedemptionDustThreshold",
|
|
673
|
+
"type": "uint64"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
"indexed": false,
|
|
677
|
+
"internalType": "uint256",
|
|
678
|
+
"name": "timestamp",
|
|
679
|
+
"type": "uint256"
|
|
680
|
+
}
|
|
681
|
+
],
|
|
682
|
+
"name": "RedemptionDustThresholdUpdateStarted",
|
|
683
|
+
"type": "event"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"anonymous": false,
|
|
687
|
+
"inputs": [
|
|
688
|
+
{
|
|
689
|
+
"indexed": false,
|
|
690
|
+
"internalType": "uint64",
|
|
691
|
+
"name": "redemptionDustThreshold",
|
|
692
|
+
"type": "uint64"
|
|
693
|
+
}
|
|
694
|
+
],
|
|
695
|
+
"name": "RedemptionDustThresholdUpdated",
|
|
696
|
+
"type": "event"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"anonymous": false,
|
|
700
|
+
"inputs": [
|
|
701
|
+
{
|
|
702
|
+
"indexed": false,
|
|
703
|
+
"internalType": "uint32",
|
|
704
|
+
"name": "newRedemptionTimeoutNotifierRewardMultiplier",
|
|
705
|
+
"type": "uint32"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"indexed": false,
|
|
709
|
+
"internalType": "uint256",
|
|
710
|
+
"name": "timestamp",
|
|
711
|
+
"type": "uint256"
|
|
712
|
+
}
|
|
713
|
+
],
|
|
714
|
+
"name": "RedemptionTimeoutNotifierRewardMultiplierUpdateStarted",
|
|
715
|
+
"type": "event"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
"anonymous": false,
|
|
719
|
+
"inputs": [
|
|
720
|
+
{
|
|
721
|
+
"indexed": false,
|
|
722
|
+
"internalType": "uint32",
|
|
723
|
+
"name": "redemptionTimeoutNotifierRewardMultiplier",
|
|
724
|
+
"type": "uint32"
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"name": "RedemptionTimeoutNotifierRewardMultiplierUpdated",
|
|
728
|
+
"type": "event"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"anonymous": false,
|
|
732
|
+
"inputs": [
|
|
733
|
+
{
|
|
734
|
+
"indexed": false,
|
|
735
|
+
"internalType": "uint96",
|
|
736
|
+
"name": "newRedemptionTimeoutSlashingAmount",
|
|
737
|
+
"type": "uint96"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"indexed": false,
|
|
741
|
+
"internalType": "uint256",
|
|
742
|
+
"name": "timestamp",
|
|
743
|
+
"type": "uint256"
|
|
744
|
+
}
|
|
745
|
+
],
|
|
746
|
+
"name": "RedemptionTimeoutSlashingAmountUpdateStarted",
|
|
747
|
+
"type": "event"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"anonymous": false,
|
|
751
|
+
"inputs": [
|
|
752
|
+
{
|
|
753
|
+
"indexed": false,
|
|
754
|
+
"internalType": "uint96",
|
|
755
|
+
"name": "redemptionTimeoutSlashingAmount",
|
|
756
|
+
"type": "uint96"
|
|
757
|
+
}
|
|
758
|
+
],
|
|
759
|
+
"name": "RedemptionTimeoutSlashingAmountUpdated",
|
|
760
|
+
"type": "event"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"anonymous": false,
|
|
764
|
+
"inputs": [
|
|
765
|
+
{
|
|
766
|
+
"indexed": false,
|
|
767
|
+
"internalType": "uint32",
|
|
768
|
+
"name": "newRedemptionTimeout",
|
|
769
|
+
"type": "uint32"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"indexed": false,
|
|
773
|
+
"internalType": "uint256",
|
|
774
|
+
"name": "timestamp",
|
|
775
|
+
"type": "uint256"
|
|
776
|
+
}
|
|
777
|
+
],
|
|
778
|
+
"name": "RedemptionTimeoutUpdateStarted",
|
|
779
|
+
"type": "event"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"anonymous": false,
|
|
783
|
+
"inputs": [
|
|
784
|
+
{
|
|
785
|
+
"indexed": false,
|
|
786
|
+
"internalType": "uint32",
|
|
787
|
+
"name": "redemptionTimeout",
|
|
788
|
+
"type": "uint32"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"name": "RedemptionTimeoutUpdated",
|
|
792
|
+
"type": "event"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"anonymous": false,
|
|
796
|
+
"inputs": [
|
|
797
|
+
{
|
|
798
|
+
"indexed": false,
|
|
799
|
+
"internalType": "uint64",
|
|
800
|
+
"name": "newRedemptionTreasuryFeeDivisor",
|
|
801
|
+
"type": "uint64"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"indexed": false,
|
|
805
|
+
"internalType": "uint256",
|
|
806
|
+
"name": "timestamp",
|
|
807
|
+
"type": "uint256"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"name": "RedemptionTreasuryFeeDivisorUpdateStarted",
|
|
811
|
+
"type": "event"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
"anonymous": false,
|
|
815
|
+
"inputs": [
|
|
816
|
+
{
|
|
817
|
+
"indexed": false,
|
|
818
|
+
"internalType": "uint64",
|
|
819
|
+
"name": "redemptionTreasuryFeeDivisor",
|
|
820
|
+
"type": "uint64"
|
|
821
|
+
}
|
|
822
|
+
],
|
|
823
|
+
"name": "RedemptionTreasuryFeeDivisorUpdated",
|
|
824
|
+
"type": "event"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"anonymous": false,
|
|
828
|
+
"inputs": [
|
|
829
|
+
{
|
|
830
|
+
"indexed": false,
|
|
831
|
+
"internalType": "uint64",
|
|
832
|
+
"name": "newRedemptionTxMaxFee",
|
|
833
|
+
"type": "uint64"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"indexed": false,
|
|
837
|
+
"internalType": "uint256",
|
|
838
|
+
"name": "timestamp",
|
|
839
|
+
"type": "uint256"
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"name": "RedemptionTxMaxFeeUpdateStarted",
|
|
843
|
+
"type": "event"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
"anonymous": false,
|
|
847
|
+
"inputs": [
|
|
848
|
+
{
|
|
849
|
+
"indexed": false,
|
|
850
|
+
"internalType": "uint64",
|
|
851
|
+
"name": "redemptionTxMaxFee",
|
|
852
|
+
"type": "uint64"
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"name": "RedemptionTxMaxFeeUpdated",
|
|
856
|
+
"type": "event"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"anonymous": false,
|
|
860
|
+
"inputs": [
|
|
861
|
+
{
|
|
862
|
+
"indexed": false,
|
|
863
|
+
"internalType": "uint64",
|
|
864
|
+
"name": "newRedemptionTxMaxTotalFee",
|
|
865
|
+
"type": "uint64"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
"indexed": false,
|
|
869
|
+
"internalType": "uint256",
|
|
870
|
+
"name": "timestamp",
|
|
871
|
+
"type": "uint256"
|
|
872
|
+
}
|
|
873
|
+
],
|
|
874
|
+
"name": "RedemptionTxMaxTotalFeeUpdateStarted",
|
|
875
|
+
"type": "event"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"anonymous": false,
|
|
879
|
+
"inputs": [
|
|
880
|
+
{
|
|
881
|
+
"indexed": false,
|
|
882
|
+
"internalType": "uint64",
|
|
883
|
+
"name": "redemptionTxMaxTotalFee",
|
|
884
|
+
"type": "uint64"
|
|
885
|
+
}
|
|
886
|
+
],
|
|
887
|
+
"name": "RedemptionTxMaxTotalFeeUpdated",
|
|
888
|
+
"type": "event"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"anonymous": false,
|
|
892
|
+
"inputs": [
|
|
893
|
+
{
|
|
894
|
+
"indexed": false,
|
|
895
|
+
"internalType": "address",
|
|
896
|
+
"name": "newTreasury",
|
|
897
|
+
"type": "address"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"indexed": false,
|
|
901
|
+
"internalType": "uint256",
|
|
902
|
+
"name": "timestamp",
|
|
903
|
+
"type": "uint256"
|
|
904
|
+
}
|
|
905
|
+
],
|
|
906
|
+
"name": "TreasuryUpdateStarted",
|
|
907
|
+
"type": "event"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"anonymous": false,
|
|
911
|
+
"inputs": [
|
|
912
|
+
{
|
|
913
|
+
"indexed": false,
|
|
914
|
+
"internalType": "address",
|
|
915
|
+
"name": "treasury",
|
|
916
|
+
"type": "address"
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
"name": "TreasuryUpdated",
|
|
920
|
+
"type": "event"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"anonymous": false,
|
|
924
|
+
"inputs": [
|
|
925
|
+
{
|
|
926
|
+
"indexed": false,
|
|
927
|
+
"internalType": "uint32",
|
|
928
|
+
"name": "newWalletClosingPeriod",
|
|
929
|
+
"type": "uint32"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"indexed": false,
|
|
933
|
+
"internalType": "uint256",
|
|
934
|
+
"name": "timestamp",
|
|
935
|
+
"type": "uint256"
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"name": "WalletClosingPeriodUpdateStarted",
|
|
939
|
+
"type": "event"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"anonymous": false,
|
|
943
|
+
"inputs": [
|
|
944
|
+
{
|
|
945
|
+
"indexed": false,
|
|
946
|
+
"internalType": "uint32",
|
|
947
|
+
"name": "walletClosingPeriod",
|
|
948
|
+
"type": "uint32"
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"name": "WalletClosingPeriodUpdated",
|
|
952
|
+
"type": "event"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"anonymous": false,
|
|
956
|
+
"inputs": [
|
|
957
|
+
{
|
|
958
|
+
"indexed": false,
|
|
959
|
+
"internalType": "uint64",
|
|
960
|
+
"name": "newWalletClosureMinBtcBalance",
|
|
961
|
+
"type": "uint64"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"indexed": false,
|
|
965
|
+
"internalType": "uint256",
|
|
966
|
+
"name": "timestamp",
|
|
967
|
+
"type": "uint256"
|
|
968
|
+
}
|
|
969
|
+
],
|
|
970
|
+
"name": "WalletClosureMinBtcBalanceUpdateStarted",
|
|
971
|
+
"type": "event"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"anonymous": false,
|
|
975
|
+
"inputs": [
|
|
976
|
+
{
|
|
977
|
+
"indexed": false,
|
|
978
|
+
"internalType": "uint64",
|
|
979
|
+
"name": "walletClosureMinBtcBalance",
|
|
980
|
+
"type": "uint64"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"name": "WalletClosureMinBtcBalanceUpdated",
|
|
984
|
+
"type": "event"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"anonymous": false,
|
|
988
|
+
"inputs": [
|
|
989
|
+
{
|
|
990
|
+
"indexed": false,
|
|
991
|
+
"internalType": "uint64",
|
|
992
|
+
"name": "newWalletCreationMaxBtcBalance",
|
|
993
|
+
"type": "uint64"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"indexed": false,
|
|
997
|
+
"internalType": "uint256",
|
|
998
|
+
"name": "timestamp",
|
|
999
|
+
"type": "uint256"
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"name": "WalletCreationMaxBtcBalanceUpdateStarted",
|
|
1003
|
+
"type": "event"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"anonymous": false,
|
|
1007
|
+
"inputs": [
|
|
1008
|
+
{
|
|
1009
|
+
"indexed": false,
|
|
1010
|
+
"internalType": "uint64",
|
|
1011
|
+
"name": "walletCreationMaxBtcBalance",
|
|
1012
|
+
"type": "uint64"
|
|
1013
|
+
}
|
|
1014
|
+
],
|
|
1015
|
+
"name": "WalletCreationMaxBtcBalanceUpdated",
|
|
1016
|
+
"type": "event"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"anonymous": false,
|
|
1020
|
+
"inputs": [
|
|
1021
|
+
{
|
|
1022
|
+
"indexed": false,
|
|
1023
|
+
"internalType": "uint64",
|
|
1024
|
+
"name": "newWalletCreationMinBtcBalance",
|
|
1025
|
+
"type": "uint64"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"indexed": false,
|
|
1029
|
+
"internalType": "uint256",
|
|
1030
|
+
"name": "timestamp",
|
|
1031
|
+
"type": "uint256"
|
|
1032
|
+
}
|
|
1033
|
+
],
|
|
1034
|
+
"name": "WalletCreationMinBtcBalanceUpdateStarted",
|
|
1035
|
+
"type": "event"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"anonymous": false,
|
|
1039
|
+
"inputs": [
|
|
1040
|
+
{
|
|
1041
|
+
"indexed": false,
|
|
1042
|
+
"internalType": "uint64",
|
|
1043
|
+
"name": "walletCreationMinBtcBalance",
|
|
1044
|
+
"type": "uint64"
|
|
1045
|
+
}
|
|
1046
|
+
],
|
|
1047
|
+
"name": "WalletCreationMinBtcBalanceUpdated",
|
|
1048
|
+
"type": "event"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"anonymous": false,
|
|
1052
|
+
"inputs": [
|
|
1053
|
+
{
|
|
1054
|
+
"indexed": false,
|
|
1055
|
+
"internalType": "uint32",
|
|
1056
|
+
"name": "newWalletCreationPeriod",
|
|
1057
|
+
"type": "uint32"
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"indexed": false,
|
|
1061
|
+
"internalType": "uint256",
|
|
1062
|
+
"name": "timestamp",
|
|
1063
|
+
"type": "uint256"
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"name": "WalletCreationPeriodUpdateStarted",
|
|
1067
|
+
"type": "event"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"anonymous": false,
|
|
1071
|
+
"inputs": [
|
|
1072
|
+
{
|
|
1073
|
+
"indexed": false,
|
|
1074
|
+
"internalType": "uint32",
|
|
1075
|
+
"name": "walletCreationPeriod",
|
|
1076
|
+
"type": "uint32"
|
|
1077
|
+
}
|
|
1078
|
+
],
|
|
1079
|
+
"name": "WalletCreationPeriodUpdated",
|
|
1080
|
+
"type": "event"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"anonymous": false,
|
|
1084
|
+
"inputs": [
|
|
1085
|
+
{
|
|
1086
|
+
"indexed": false,
|
|
1087
|
+
"internalType": "uint32",
|
|
1088
|
+
"name": "newWalletMaxAge",
|
|
1089
|
+
"type": "uint32"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"indexed": false,
|
|
1093
|
+
"internalType": "uint256",
|
|
1094
|
+
"name": "timestamp",
|
|
1095
|
+
"type": "uint256"
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"name": "WalletMaxAgeUpdateStarted",
|
|
1099
|
+
"type": "event"
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
"anonymous": false,
|
|
1103
|
+
"inputs": [
|
|
1104
|
+
{
|
|
1105
|
+
"indexed": false,
|
|
1106
|
+
"internalType": "uint32",
|
|
1107
|
+
"name": "walletMaxAge",
|
|
1108
|
+
"type": "uint32"
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
1111
|
+
"name": "WalletMaxAgeUpdated",
|
|
1112
|
+
"type": "event"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"anonymous": false,
|
|
1116
|
+
"inputs": [
|
|
1117
|
+
{
|
|
1118
|
+
"indexed": false,
|
|
1119
|
+
"internalType": "uint64",
|
|
1120
|
+
"name": "newWalletMaxBtcTransfer",
|
|
1121
|
+
"type": "uint64"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"indexed": false,
|
|
1125
|
+
"internalType": "uint256",
|
|
1126
|
+
"name": "timestamp",
|
|
1127
|
+
"type": "uint256"
|
|
1128
|
+
}
|
|
1129
|
+
],
|
|
1130
|
+
"name": "WalletMaxBtcTransferUpdateStarted",
|
|
1131
|
+
"type": "event"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"anonymous": false,
|
|
1135
|
+
"inputs": [
|
|
1136
|
+
{
|
|
1137
|
+
"indexed": false,
|
|
1138
|
+
"internalType": "uint64",
|
|
1139
|
+
"name": "walletMaxBtcTransfer",
|
|
1140
|
+
"type": "uint64"
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"name": "WalletMaxBtcTransferUpdated",
|
|
1144
|
+
"type": "event"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"inputs": [
|
|
1148
|
+
{
|
|
1149
|
+
"internalType": "address",
|
|
1150
|
+
"name": "_newBridgeGovernance",
|
|
1151
|
+
"type": "address"
|
|
1152
|
+
}
|
|
1153
|
+
],
|
|
1154
|
+
"name": "beginBridgeGovernanceTransfer",
|
|
1155
|
+
"outputs": [],
|
|
1156
|
+
"stateMutability": "nonpayable",
|
|
1157
|
+
"type": "function"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"inputs": [
|
|
1161
|
+
{
|
|
1162
|
+
"internalType": "uint64",
|
|
1163
|
+
"name": "_newDepositDustThreshold",
|
|
1164
|
+
"type": "uint64"
|
|
1165
|
+
}
|
|
1166
|
+
],
|
|
1167
|
+
"name": "beginDepositDustThresholdUpdate",
|
|
1168
|
+
"outputs": [],
|
|
1169
|
+
"stateMutability": "nonpayable",
|
|
1170
|
+
"type": "function"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"inputs": [
|
|
1174
|
+
{
|
|
1175
|
+
"internalType": "uint32",
|
|
1176
|
+
"name": "_newDepositRevealAheadPeriod",
|
|
1177
|
+
"type": "uint32"
|
|
1178
|
+
}
|
|
1179
|
+
],
|
|
1180
|
+
"name": "beginDepositRevealAheadPeriodUpdate",
|
|
1181
|
+
"outputs": [],
|
|
1182
|
+
"stateMutability": "nonpayable",
|
|
1183
|
+
"type": "function"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"inputs": [
|
|
1187
|
+
{
|
|
1188
|
+
"internalType": "uint64",
|
|
1189
|
+
"name": "_newDepositTreasuryFeeDivisor",
|
|
1190
|
+
"type": "uint64"
|
|
1191
|
+
}
|
|
1192
|
+
],
|
|
1193
|
+
"name": "beginDepositTreasuryFeeDivisorUpdate",
|
|
1194
|
+
"outputs": [],
|
|
1195
|
+
"stateMutability": "nonpayable",
|
|
1196
|
+
"type": "function"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
"inputs": [
|
|
1200
|
+
{
|
|
1201
|
+
"internalType": "uint64",
|
|
1202
|
+
"name": "_newDepositTxMaxFee",
|
|
1203
|
+
"type": "uint64"
|
|
1204
|
+
}
|
|
1205
|
+
],
|
|
1206
|
+
"name": "beginDepositTxMaxFeeUpdate",
|
|
1207
|
+
"outputs": [],
|
|
1208
|
+
"stateMutability": "nonpayable",
|
|
1209
|
+
"type": "function"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"inputs": [
|
|
1213
|
+
{
|
|
1214
|
+
"internalType": "uint32",
|
|
1215
|
+
"name": "_newFraudChallengeDefeatTimeout",
|
|
1216
|
+
"type": "uint32"
|
|
1217
|
+
}
|
|
1218
|
+
],
|
|
1219
|
+
"name": "beginFraudChallengeDefeatTimeoutUpdate",
|
|
1220
|
+
"outputs": [],
|
|
1221
|
+
"stateMutability": "nonpayable",
|
|
1222
|
+
"type": "function"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"inputs": [
|
|
1226
|
+
{
|
|
1227
|
+
"internalType": "uint96",
|
|
1228
|
+
"name": "_newFraudChallengeDepositAmount",
|
|
1229
|
+
"type": "uint96"
|
|
1230
|
+
}
|
|
1231
|
+
],
|
|
1232
|
+
"name": "beginFraudChallengeDepositAmountUpdate",
|
|
1233
|
+
"outputs": [],
|
|
1234
|
+
"stateMutability": "nonpayable",
|
|
1235
|
+
"type": "function"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"inputs": [
|
|
1239
|
+
{
|
|
1240
|
+
"internalType": "uint32",
|
|
1241
|
+
"name": "_newFraudNotifierRewardMultiplier",
|
|
1242
|
+
"type": "uint32"
|
|
1243
|
+
}
|
|
1244
|
+
],
|
|
1245
|
+
"name": "beginFraudNotifierRewardMultiplierUpdate",
|
|
1246
|
+
"outputs": [],
|
|
1247
|
+
"stateMutability": "nonpayable",
|
|
1248
|
+
"type": "function"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"inputs": [
|
|
1252
|
+
{
|
|
1253
|
+
"internalType": "uint96",
|
|
1254
|
+
"name": "_newFraudSlashingAmount",
|
|
1255
|
+
"type": "uint96"
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"name": "beginFraudSlashingAmountUpdate",
|
|
1259
|
+
"outputs": [],
|
|
1260
|
+
"stateMutability": "nonpayable",
|
|
1261
|
+
"type": "function"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"inputs": [
|
|
1265
|
+
{
|
|
1266
|
+
"internalType": "uint256",
|
|
1267
|
+
"name": "_newGovernanceDelay",
|
|
1268
|
+
"type": "uint256"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"name": "beginGovernanceDelayUpdate",
|
|
1272
|
+
"outputs": [],
|
|
1273
|
+
"stateMutability": "nonpayable",
|
|
1274
|
+
"type": "function"
|
|
1275
|
+
},
|
|
1276
|
+
{
|
|
1277
|
+
"inputs": [
|
|
1278
|
+
{
|
|
1279
|
+
"internalType": "uint32",
|
|
1280
|
+
"name": "_newMovedFundsSweepTimeoutNotifierRewardMultiplier",
|
|
1281
|
+
"type": "uint32"
|
|
1282
|
+
}
|
|
1283
|
+
],
|
|
1284
|
+
"name": "beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate",
|
|
1285
|
+
"outputs": [],
|
|
1286
|
+
"stateMutability": "nonpayable",
|
|
1287
|
+
"type": "function"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"inputs": [
|
|
1291
|
+
{
|
|
1292
|
+
"internalType": "uint96",
|
|
1293
|
+
"name": "_newMovedFundsSweepTimeoutSlashingAmount",
|
|
1294
|
+
"type": "uint96"
|
|
1295
|
+
}
|
|
1296
|
+
],
|
|
1297
|
+
"name": "beginMovedFundsSweepTimeoutSlashingAmountUpdate",
|
|
1298
|
+
"outputs": [],
|
|
1299
|
+
"stateMutability": "nonpayable",
|
|
1300
|
+
"type": "function"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"inputs": [
|
|
1304
|
+
{
|
|
1305
|
+
"internalType": "uint32",
|
|
1306
|
+
"name": "_newMovedFundsSweepTimeout",
|
|
1307
|
+
"type": "uint32"
|
|
1308
|
+
}
|
|
1309
|
+
],
|
|
1310
|
+
"name": "beginMovedFundsSweepTimeoutUpdate",
|
|
1311
|
+
"outputs": [],
|
|
1312
|
+
"stateMutability": "nonpayable",
|
|
1313
|
+
"type": "function"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
"inputs": [
|
|
1317
|
+
{
|
|
1318
|
+
"internalType": "uint64",
|
|
1319
|
+
"name": "_newMovedFundsSweepTxMaxTotalFee",
|
|
1320
|
+
"type": "uint64"
|
|
1321
|
+
}
|
|
1322
|
+
],
|
|
1323
|
+
"name": "beginMovedFundsSweepTxMaxTotalFeeUpdate",
|
|
1324
|
+
"outputs": [],
|
|
1325
|
+
"stateMutability": "nonpayable",
|
|
1326
|
+
"type": "function"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
"inputs": [
|
|
1330
|
+
{
|
|
1331
|
+
"internalType": "uint16",
|
|
1332
|
+
"name": "_newMovingFundsCommitmentGasOffset",
|
|
1333
|
+
"type": "uint16"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"name": "beginMovingFundsCommitmentGasOffsetUpdate",
|
|
1337
|
+
"outputs": [],
|
|
1338
|
+
"stateMutability": "nonpayable",
|
|
1339
|
+
"type": "function"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
"inputs": [
|
|
1343
|
+
{
|
|
1344
|
+
"internalType": "uint64",
|
|
1345
|
+
"name": "_newMovingFundsDustThreshold",
|
|
1346
|
+
"type": "uint64"
|
|
1347
|
+
}
|
|
1348
|
+
],
|
|
1349
|
+
"name": "beginMovingFundsDustThresholdUpdate",
|
|
1350
|
+
"outputs": [],
|
|
1351
|
+
"stateMutability": "nonpayable",
|
|
1352
|
+
"type": "function"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"inputs": [
|
|
1356
|
+
{
|
|
1357
|
+
"internalType": "uint32",
|
|
1358
|
+
"name": "_newMovingFundsTimeoutNotifierRewardMultiplier",
|
|
1359
|
+
"type": "uint32"
|
|
1360
|
+
}
|
|
1361
|
+
],
|
|
1362
|
+
"name": "beginMovingFundsTimeoutNotifierRewardMultiplierUpdate",
|
|
1363
|
+
"outputs": [],
|
|
1364
|
+
"stateMutability": "nonpayable",
|
|
1365
|
+
"type": "function"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"inputs": [
|
|
1369
|
+
{
|
|
1370
|
+
"internalType": "uint32",
|
|
1371
|
+
"name": "_newMovingFundsTimeoutResetDelay",
|
|
1372
|
+
"type": "uint32"
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"name": "beginMovingFundsTimeoutResetDelayUpdate",
|
|
1376
|
+
"outputs": [],
|
|
1377
|
+
"stateMutability": "nonpayable",
|
|
1378
|
+
"type": "function"
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
"inputs": [
|
|
1382
|
+
{
|
|
1383
|
+
"internalType": "uint96",
|
|
1384
|
+
"name": "_newMovingFundsTimeoutSlashingAmount",
|
|
1385
|
+
"type": "uint96"
|
|
1386
|
+
}
|
|
1387
|
+
],
|
|
1388
|
+
"name": "beginMovingFundsTimeoutSlashingAmountUpdate",
|
|
1389
|
+
"outputs": [],
|
|
1390
|
+
"stateMutability": "nonpayable",
|
|
1391
|
+
"type": "function"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"inputs": [
|
|
1395
|
+
{
|
|
1396
|
+
"internalType": "uint32",
|
|
1397
|
+
"name": "_newMovingFundsTimeout",
|
|
1398
|
+
"type": "uint32"
|
|
1399
|
+
}
|
|
1400
|
+
],
|
|
1401
|
+
"name": "beginMovingFundsTimeoutUpdate",
|
|
1402
|
+
"outputs": [],
|
|
1403
|
+
"stateMutability": "nonpayable",
|
|
1404
|
+
"type": "function"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"inputs": [
|
|
1408
|
+
{
|
|
1409
|
+
"internalType": "uint64",
|
|
1410
|
+
"name": "_newMovingFundsTxMaxTotalFee",
|
|
1411
|
+
"type": "uint64"
|
|
1412
|
+
}
|
|
1413
|
+
],
|
|
1414
|
+
"name": "beginMovingFundsTxMaxTotalFeeUpdate",
|
|
1415
|
+
"outputs": [],
|
|
1416
|
+
"stateMutability": "nonpayable",
|
|
1417
|
+
"type": "function"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"inputs": [
|
|
1421
|
+
{
|
|
1422
|
+
"internalType": "uint64",
|
|
1423
|
+
"name": "_newRedemptionDustThreshold",
|
|
1424
|
+
"type": "uint64"
|
|
1425
|
+
}
|
|
1426
|
+
],
|
|
1427
|
+
"name": "beginRedemptionDustThresholdUpdate",
|
|
1428
|
+
"outputs": [],
|
|
1429
|
+
"stateMutability": "nonpayable",
|
|
1430
|
+
"type": "function"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"inputs": [
|
|
1434
|
+
{
|
|
1435
|
+
"internalType": "uint32",
|
|
1436
|
+
"name": "_newRedemptionTimeoutNotifierRewardMultiplier",
|
|
1437
|
+
"type": "uint32"
|
|
1438
|
+
}
|
|
1439
|
+
],
|
|
1440
|
+
"name": "beginRedemptionTimeoutNotifierRewardMultiplierUpdate",
|
|
1441
|
+
"outputs": [],
|
|
1442
|
+
"stateMutability": "nonpayable",
|
|
1443
|
+
"type": "function"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"inputs": [
|
|
1447
|
+
{
|
|
1448
|
+
"internalType": "uint96",
|
|
1449
|
+
"name": "_newRedemptionTimeoutSlashingAmount",
|
|
1450
|
+
"type": "uint96"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"name": "beginRedemptionTimeoutSlashingAmountUpdate",
|
|
1454
|
+
"outputs": [],
|
|
1455
|
+
"stateMutability": "nonpayable",
|
|
1456
|
+
"type": "function"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"inputs": [
|
|
1460
|
+
{
|
|
1461
|
+
"internalType": "uint32",
|
|
1462
|
+
"name": "_newRedemptionTimeout",
|
|
1463
|
+
"type": "uint32"
|
|
1464
|
+
}
|
|
1465
|
+
],
|
|
1466
|
+
"name": "beginRedemptionTimeoutUpdate",
|
|
1467
|
+
"outputs": [],
|
|
1468
|
+
"stateMutability": "nonpayable",
|
|
1469
|
+
"type": "function"
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"inputs": [
|
|
1473
|
+
{
|
|
1474
|
+
"internalType": "uint64",
|
|
1475
|
+
"name": "_newRedemptionTreasuryFeeDivisor",
|
|
1476
|
+
"type": "uint64"
|
|
1477
|
+
}
|
|
1478
|
+
],
|
|
1479
|
+
"name": "beginRedemptionTreasuryFeeDivisorUpdate",
|
|
1480
|
+
"outputs": [],
|
|
1481
|
+
"stateMutability": "nonpayable",
|
|
1482
|
+
"type": "function"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"inputs": [
|
|
1486
|
+
{
|
|
1487
|
+
"internalType": "uint64",
|
|
1488
|
+
"name": "_newRedemptionTxMaxFee",
|
|
1489
|
+
"type": "uint64"
|
|
1490
|
+
}
|
|
1491
|
+
],
|
|
1492
|
+
"name": "beginRedemptionTxMaxFeeUpdate",
|
|
1493
|
+
"outputs": [],
|
|
1494
|
+
"stateMutability": "nonpayable",
|
|
1495
|
+
"type": "function"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
"inputs": [
|
|
1499
|
+
{
|
|
1500
|
+
"internalType": "uint64",
|
|
1501
|
+
"name": "_newRedemptionTxMaxTotalFee",
|
|
1502
|
+
"type": "uint64"
|
|
1503
|
+
}
|
|
1504
|
+
],
|
|
1505
|
+
"name": "beginRedemptionTxMaxTotalFeeUpdate",
|
|
1506
|
+
"outputs": [],
|
|
1507
|
+
"stateMutability": "nonpayable",
|
|
1508
|
+
"type": "function"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"inputs": [
|
|
1512
|
+
{
|
|
1513
|
+
"internalType": "address",
|
|
1514
|
+
"name": "_newTreasury",
|
|
1515
|
+
"type": "address"
|
|
1516
|
+
}
|
|
1517
|
+
],
|
|
1518
|
+
"name": "beginTreasuryUpdate",
|
|
1519
|
+
"outputs": [],
|
|
1520
|
+
"stateMutability": "nonpayable",
|
|
1521
|
+
"type": "function"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
"inputs": [
|
|
1525
|
+
{
|
|
1526
|
+
"internalType": "uint32",
|
|
1527
|
+
"name": "_newWalletClosingPeriod",
|
|
1528
|
+
"type": "uint32"
|
|
1529
|
+
}
|
|
1530
|
+
],
|
|
1531
|
+
"name": "beginWalletClosingPeriodUpdate",
|
|
1532
|
+
"outputs": [],
|
|
1533
|
+
"stateMutability": "nonpayable",
|
|
1534
|
+
"type": "function"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"inputs": [
|
|
1538
|
+
{
|
|
1539
|
+
"internalType": "uint64",
|
|
1540
|
+
"name": "_newWalletClosureMinBtcBalance",
|
|
1541
|
+
"type": "uint64"
|
|
1542
|
+
}
|
|
1543
|
+
],
|
|
1544
|
+
"name": "beginWalletClosureMinBtcBalanceUpdate",
|
|
1545
|
+
"outputs": [],
|
|
1546
|
+
"stateMutability": "nonpayable",
|
|
1547
|
+
"type": "function"
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
"inputs": [
|
|
1551
|
+
{
|
|
1552
|
+
"internalType": "uint64",
|
|
1553
|
+
"name": "_newWalletCreationMaxBtcBalance",
|
|
1554
|
+
"type": "uint64"
|
|
1555
|
+
}
|
|
1556
|
+
],
|
|
1557
|
+
"name": "beginWalletCreationMaxBtcBalanceUpdate",
|
|
1558
|
+
"outputs": [],
|
|
1559
|
+
"stateMutability": "nonpayable",
|
|
1560
|
+
"type": "function"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"inputs": [
|
|
1564
|
+
{
|
|
1565
|
+
"internalType": "uint64",
|
|
1566
|
+
"name": "_newWalletCreationMinBtcBalance",
|
|
1567
|
+
"type": "uint64"
|
|
1568
|
+
}
|
|
1569
|
+
],
|
|
1570
|
+
"name": "beginWalletCreationMinBtcBalanceUpdate",
|
|
1571
|
+
"outputs": [],
|
|
1572
|
+
"stateMutability": "nonpayable",
|
|
1573
|
+
"type": "function"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"inputs": [
|
|
1577
|
+
{
|
|
1578
|
+
"internalType": "uint32",
|
|
1579
|
+
"name": "_newWalletCreationPeriod",
|
|
1580
|
+
"type": "uint32"
|
|
1581
|
+
}
|
|
1582
|
+
],
|
|
1583
|
+
"name": "beginWalletCreationPeriodUpdate",
|
|
1584
|
+
"outputs": [],
|
|
1585
|
+
"stateMutability": "nonpayable",
|
|
1586
|
+
"type": "function"
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"inputs": [
|
|
1590
|
+
{
|
|
1591
|
+
"internalType": "uint32",
|
|
1592
|
+
"name": "_newWalletMaxAge",
|
|
1593
|
+
"type": "uint32"
|
|
1594
|
+
}
|
|
1595
|
+
],
|
|
1596
|
+
"name": "beginWalletMaxAgeUpdate",
|
|
1597
|
+
"outputs": [],
|
|
1598
|
+
"stateMutability": "nonpayable",
|
|
1599
|
+
"type": "function"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"inputs": [
|
|
1603
|
+
{
|
|
1604
|
+
"internalType": "uint64",
|
|
1605
|
+
"name": "_newWalletMaxBtcTransfer",
|
|
1606
|
+
"type": "uint64"
|
|
1607
|
+
}
|
|
1608
|
+
],
|
|
1609
|
+
"name": "beginWalletMaxBtcTransferUpdate",
|
|
1610
|
+
"outputs": [],
|
|
1611
|
+
"stateMutability": "nonpayable",
|
|
1612
|
+
"type": "function"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"inputs": [],
|
|
1616
|
+
"name": "bridgeGovernanceTransferChangeInitiated",
|
|
1617
|
+
"outputs": [
|
|
1618
|
+
{
|
|
1619
|
+
"internalType": "uint256",
|
|
1620
|
+
"name": "",
|
|
1621
|
+
"type": "uint256"
|
|
1622
|
+
}
|
|
1623
|
+
],
|
|
1624
|
+
"stateMutability": "view",
|
|
1625
|
+
"type": "function"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"inputs": [],
|
|
1629
|
+
"name": "finalizeBridgeGovernanceTransfer",
|
|
1630
|
+
"outputs": [],
|
|
1631
|
+
"stateMutability": "nonpayable",
|
|
1632
|
+
"type": "function"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"inputs": [],
|
|
1636
|
+
"name": "finalizeDepositDustThresholdUpdate",
|
|
1637
|
+
"outputs": [],
|
|
1638
|
+
"stateMutability": "nonpayable",
|
|
1639
|
+
"type": "function"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
"inputs": [],
|
|
1643
|
+
"name": "finalizeDepositRevealAheadPeriodUpdate",
|
|
1644
|
+
"outputs": [],
|
|
1645
|
+
"stateMutability": "nonpayable",
|
|
1646
|
+
"type": "function"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"inputs": [],
|
|
1650
|
+
"name": "finalizeDepositTreasuryFeeDivisorUpdate",
|
|
1651
|
+
"outputs": [],
|
|
1652
|
+
"stateMutability": "nonpayable",
|
|
1653
|
+
"type": "function"
|
|
1654
|
+
},
|
|
1655
|
+
{
|
|
1656
|
+
"inputs": [],
|
|
1657
|
+
"name": "finalizeDepositTxMaxFeeUpdate",
|
|
1658
|
+
"outputs": [],
|
|
1659
|
+
"stateMutability": "nonpayable",
|
|
1660
|
+
"type": "function"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"inputs": [],
|
|
1664
|
+
"name": "finalizeFraudChallengeDefeatTimeoutUpdate",
|
|
1665
|
+
"outputs": [],
|
|
1666
|
+
"stateMutability": "nonpayable",
|
|
1667
|
+
"type": "function"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"inputs": [],
|
|
1671
|
+
"name": "finalizeFraudChallengeDepositAmountUpdate",
|
|
1672
|
+
"outputs": [],
|
|
1673
|
+
"stateMutability": "nonpayable",
|
|
1674
|
+
"type": "function"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
"inputs": [],
|
|
1678
|
+
"name": "finalizeFraudNotifierRewardMultiplierUpdate",
|
|
1679
|
+
"outputs": [],
|
|
1680
|
+
"stateMutability": "nonpayable",
|
|
1681
|
+
"type": "function"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"inputs": [],
|
|
1685
|
+
"name": "finalizeFraudSlashingAmountUpdate",
|
|
1686
|
+
"outputs": [],
|
|
1687
|
+
"stateMutability": "nonpayable",
|
|
1688
|
+
"type": "function"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"inputs": [],
|
|
1692
|
+
"name": "finalizeGovernanceDelayUpdate",
|
|
1693
|
+
"outputs": [],
|
|
1694
|
+
"stateMutability": "nonpayable",
|
|
1695
|
+
"type": "function"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"inputs": [],
|
|
1699
|
+
"name": "finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate",
|
|
1700
|
+
"outputs": [],
|
|
1701
|
+
"stateMutability": "nonpayable",
|
|
1702
|
+
"type": "function"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"inputs": [],
|
|
1706
|
+
"name": "finalizeMovedFundsSweepTimeoutSlashingAmountUpdate",
|
|
1707
|
+
"outputs": [],
|
|
1708
|
+
"stateMutability": "nonpayable",
|
|
1709
|
+
"type": "function"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
"inputs": [],
|
|
1713
|
+
"name": "finalizeMovedFundsSweepTimeoutUpdate",
|
|
1714
|
+
"outputs": [],
|
|
1715
|
+
"stateMutability": "nonpayable",
|
|
1716
|
+
"type": "function"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
"inputs": [],
|
|
1720
|
+
"name": "finalizeMovedFundsSweepTxMaxTotalFeeUpdate",
|
|
1721
|
+
"outputs": [],
|
|
1722
|
+
"stateMutability": "nonpayable",
|
|
1723
|
+
"type": "function"
|
|
1724
|
+
},
|
|
1725
|
+
{
|
|
1726
|
+
"inputs": [],
|
|
1727
|
+
"name": "finalizeMovingFundsCommitmentGasOffsetUpdate",
|
|
1728
|
+
"outputs": [],
|
|
1729
|
+
"stateMutability": "nonpayable",
|
|
1730
|
+
"type": "function"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"inputs": [],
|
|
1734
|
+
"name": "finalizeMovingFundsDustThresholdUpdate",
|
|
1735
|
+
"outputs": [],
|
|
1736
|
+
"stateMutability": "nonpayable",
|
|
1737
|
+
"type": "function"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
"inputs": [],
|
|
1741
|
+
"name": "finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate",
|
|
1742
|
+
"outputs": [],
|
|
1743
|
+
"stateMutability": "nonpayable",
|
|
1744
|
+
"type": "function"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"inputs": [],
|
|
1748
|
+
"name": "finalizeMovingFundsTimeoutResetDelayUpdate",
|
|
1749
|
+
"outputs": [],
|
|
1750
|
+
"stateMutability": "nonpayable",
|
|
1751
|
+
"type": "function"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
"inputs": [],
|
|
1755
|
+
"name": "finalizeMovingFundsTimeoutSlashingAmountUpdate",
|
|
1756
|
+
"outputs": [],
|
|
1757
|
+
"stateMutability": "nonpayable",
|
|
1758
|
+
"type": "function"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"inputs": [],
|
|
1762
|
+
"name": "finalizeMovingFundsTimeoutUpdate",
|
|
1763
|
+
"outputs": [],
|
|
1764
|
+
"stateMutability": "nonpayable",
|
|
1765
|
+
"type": "function"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"inputs": [],
|
|
1769
|
+
"name": "finalizeMovingFundsTxMaxTotalFeeUpdate",
|
|
1770
|
+
"outputs": [],
|
|
1771
|
+
"stateMutability": "nonpayable",
|
|
1772
|
+
"type": "function"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"inputs": [],
|
|
1776
|
+
"name": "finalizeRedemptionDustThresholdUpdate",
|
|
1777
|
+
"outputs": [],
|
|
1778
|
+
"stateMutability": "nonpayable",
|
|
1779
|
+
"type": "function"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"inputs": [],
|
|
1783
|
+
"name": "finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate",
|
|
1784
|
+
"outputs": [],
|
|
1785
|
+
"stateMutability": "nonpayable",
|
|
1786
|
+
"type": "function"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"inputs": [],
|
|
1790
|
+
"name": "finalizeRedemptionTimeoutSlashingAmountUpdate",
|
|
1791
|
+
"outputs": [],
|
|
1792
|
+
"stateMutability": "nonpayable",
|
|
1793
|
+
"type": "function"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"inputs": [],
|
|
1797
|
+
"name": "finalizeRedemptionTimeoutUpdate",
|
|
1798
|
+
"outputs": [],
|
|
1799
|
+
"stateMutability": "nonpayable",
|
|
1800
|
+
"type": "function"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"inputs": [],
|
|
1804
|
+
"name": "finalizeRedemptionTreasuryFeeDivisorUpdate",
|
|
1805
|
+
"outputs": [],
|
|
1806
|
+
"stateMutability": "nonpayable",
|
|
1807
|
+
"type": "function"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"inputs": [],
|
|
1811
|
+
"name": "finalizeRedemptionTxMaxFeeUpdate",
|
|
1812
|
+
"outputs": [],
|
|
1813
|
+
"stateMutability": "nonpayable",
|
|
1814
|
+
"type": "function"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"inputs": [],
|
|
1818
|
+
"name": "finalizeRedemptionTxMaxTotalFeeUpdate",
|
|
1819
|
+
"outputs": [],
|
|
1820
|
+
"stateMutability": "nonpayable",
|
|
1821
|
+
"type": "function"
|
|
1822
|
+
},
|
|
1823
|
+
{
|
|
1824
|
+
"inputs": [],
|
|
1825
|
+
"name": "finalizeTreasuryUpdate",
|
|
1826
|
+
"outputs": [],
|
|
1827
|
+
"stateMutability": "nonpayable",
|
|
1828
|
+
"type": "function"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"inputs": [],
|
|
1832
|
+
"name": "finalizeWalletClosingPeriodUpdate",
|
|
1833
|
+
"outputs": [],
|
|
1834
|
+
"stateMutability": "nonpayable",
|
|
1835
|
+
"type": "function"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"inputs": [],
|
|
1839
|
+
"name": "finalizeWalletClosureMinBtcBalanceUpdate",
|
|
1840
|
+
"outputs": [],
|
|
1841
|
+
"stateMutability": "nonpayable",
|
|
1842
|
+
"type": "function"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"inputs": [],
|
|
1846
|
+
"name": "finalizeWalletCreationMaxBtcBalanceUpdate",
|
|
1847
|
+
"outputs": [],
|
|
1848
|
+
"stateMutability": "nonpayable",
|
|
1849
|
+
"type": "function"
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"inputs": [],
|
|
1853
|
+
"name": "finalizeWalletCreationMinBtcBalanceUpdate",
|
|
1854
|
+
"outputs": [],
|
|
1855
|
+
"stateMutability": "nonpayable",
|
|
1856
|
+
"type": "function"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"inputs": [],
|
|
1860
|
+
"name": "finalizeWalletCreationPeriodUpdate",
|
|
1861
|
+
"outputs": [],
|
|
1862
|
+
"stateMutability": "nonpayable",
|
|
1863
|
+
"type": "function"
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"inputs": [],
|
|
1867
|
+
"name": "finalizeWalletMaxAgeUpdate",
|
|
1868
|
+
"outputs": [],
|
|
1869
|
+
"stateMutability": "nonpayable",
|
|
1870
|
+
"type": "function"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"inputs": [],
|
|
1874
|
+
"name": "finalizeWalletMaxBtcTransferUpdate",
|
|
1875
|
+
"outputs": [],
|
|
1876
|
+
"stateMutability": "nonpayable",
|
|
1877
|
+
"type": "function"
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
"inputs": [
|
|
1881
|
+
{
|
|
1882
|
+
"internalType": "uint256",
|
|
1883
|
+
"name": "",
|
|
1884
|
+
"type": "uint256"
|
|
1885
|
+
}
|
|
1886
|
+
],
|
|
1887
|
+
"name": "governanceDelays",
|
|
1888
|
+
"outputs": [
|
|
1889
|
+
{
|
|
1890
|
+
"internalType": "uint256",
|
|
1891
|
+
"name": "",
|
|
1892
|
+
"type": "uint256"
|
|
1893
|
+
}
|
|
1894
|
+
],
|
|
1895
|
+
"stateMutability": "view",
|
|
1896
|
+
"type": "function"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"inputs": [],
|
|
1900
|
+
"name": "owner",
|
|
1901
|
+
"outputs": [
|
|
1902
|
+
{
|
|
1903
|
+
"internalType": "address",
|
|
1904
|
+
"name": "",
|
|
1905
|
+
"type": "address"
|
|
1906
|
+
}
|
|
1907
|
+
],
|
|
1908
|
+
"stateMutability": "view",
|
|
1909
|
+
"type": "function"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
"inputs": [],
|
|
1913
|
+
"name": "renounceOwnership",
|
|
1914
|
+
"outputs": [],
|
|
1915
|
+
"stateMutability": "nonpayable",
|
|
1916
|
+
"type": "function"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
"inputs": [
|
|
1920
|
+
{
|
|
1921
|
+
"internalType": "address",
|
|
1922
|
+
"name": "spvMaintainer",
|
|
1923
|
+
"type": "address"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"internalType": "bool",
|
|
1927
|
+
"name": "isTrusted",
|
|
1928
|
+
"type": "bool"
|
|
1929
|
+
}
|
|
1930
|
+
],
|
|
1931
|
+
"name": "setSpvMaintainerStatus",
|
|
1932
|
+
"outputs": [],
|
|
1933
|
+
"stateMutability": "nonpayable",
|
|
1934
|
+
"type": "function"
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"inputs": [
|
|
1938
|
+
{
|
|
1939
|
+
"internalType": "address",
|
|
1940
|
+
"name": "vault",
|
|
1941
|
+
"type": "address"
|
|
1942
|
+
},
|
|
1943
|
+
{
|
|
1944
|
+
"internalType": "bool",
|
|
1945
|
+
"name": "isTrusted",
|
|
1946
|
+
"type": "bool"
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"name": "setVaultStatus",
|
|
1950
|
+
"outputs": [],
|
|
1951
|
+
"stateMutability": "nonpayable",
|
|
1952
|
+
"type": "function"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"inputs": [
|
|
1956
|
+
{
|
|
1957
|
+
"internalType": "address",
|
|
1958
|
+
"name": "newOwner",
|
|
1959
|
+
"type": "address"
|
|
1960
|
+
}
|
|
1961
|
+
],
|
|
1962
|
+
"name": "transferOwnership",
|
|
1963
|
+
"outputs": [],
|
|
1964
|
+
"stateMutability": "nonpayable",
|
|
1965
|
+
"type": "function"
|
|
1966
|
+
}
|
|
1967
|
+
],
|
|
1968
|
+
"transactionHash": "0xb9330d1a91356354eaa3bb5e070f7feca19f0426043d3e2a0370b6728196f084",
|
|
1969
|
+
"receipt": {
|
|
1970
|
+
"to": null,
|
|
1971
|
+
"from": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8",
|
|
1972
|
+
"contractAddress": "0x8990C5DAAA40673eF8826990A6Fd8284a0a17d61",
|
|
1973
|
+
"transactionIndex": 0,
|
|
1974
|
+
"gasUsed": "4367283",
|
|
1975
|
+
"logsBloom": "0x00000000000000000002000000000000000000000000000000800000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000080000001000000000000000000000000000000000800020000000000000000000800000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000001000000000000000000000000000000",
|
|
1976
|
+
"blockHash": "0x2ca8888808d29e32c232b98aeec0331817b49128edd0cf880e49d9934dd7b1d9",
|
|
1977
|
+
"transactionHash": "0xb9330d1a91356354eaa3bb5e070f7feca19f0426043d3e2a0370b6728196f084",
|
|
1978
|
+
"logs": [
|
|
1979
|
+
{
|
|
1980
|
+
"transactionIndex": 0,
|
|
1981
|
+
"blockNumber": 61,
|
|
1982
|
+
"transactionHash": "0xb9330d1a91356354eaa3bb5e070f7feca19f0426043d3e2a0370b6728196f084",
|
|
1983
|
+
"address": "0x8990C5DAAA40673eF8826990A6Fd8284a0a17d61",
|
|
1984
|
+
"topics": [
|
|
1985
|
+
"0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
|
|
1986
|
+
"0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
1987
|
+
"0x00000000000000000000000070997970c51812dc3a010c7d01b50e0d17dc79c8"
|
|
1988
|
+
],
|
|
1989
|
+
"data": "0x",
|
|
1990
|
+
"logIndex": 0,
|
|
1991
|
+
"blockHash": "0x2ca8888808d29e32c232b98aeec0331817b49128edd0cf880e49d9934dd7b1d9"
|
|
1992
|
+
}
|
|
1993
|
+
],
|
|
1994
|
+
"blockNumber": 61,
|
|
1995
|
+
"cumulativeGasUsed": "4367283",
|
|
1996
|
+
"status": 1,
|
|
1997
|
+
"byzantium": true
|
|
1998
|
+
},
|
|
1999
|
+
"args": [
|
|
2000
|
+
"0x84227190685c25c4aF662EE1bD0E4cd82e57360D",
|
|
2001
|
+
172800
|
|
2002
|
+
],
|
|
2003
|
+
"numDeployments": 1,
|
|
2004
|
+
"solcInputHash": "7bb78a35ee87138df52e88606ec6ee66",
|
|
2005
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.17+commit.8df45f5f\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract Bridge\",\"name\":\"_bridge\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_governanceDelay\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newBridgeGovernance\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"BridgeGovernanceTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newDepositDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositDustThreshold\",\"type\":\"uint64\"}],\"name\":\"DepositDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newDepositRevealAheadPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositRevealAheadPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"depositRevealAheadPeriod\",\"type\":\"uint32\"}],\"name\":\"DepositRevealAheadPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTreasuryFeeDivisor\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositTreasuryFeeDivisorUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"DepositTreasuryFeeDivisorUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newDepositTxMaxFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"DepositTxMaxFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"depositTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"DepositTxMaxFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newFraudChallengeDefeatTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudChallengeDefeatTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"fraudChallengeDefeatTimeout\",\"type\":\"uint32\"}],\"name\":\"FraudChallengeDefeatTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newFraudChallengeDepositAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudChallengeDepositAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"fraudChallengeDepositAmount\",\"type\":\"uint96\"}],\"name\":\"FraudChallengeDepositAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newFraudNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"fraudNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"FraudNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newFraudSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"FraudSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"fraudSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"FraudSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"MovedFundsSweepTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newMovedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"movedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"MovedFundsSweepTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovedFundsSweepTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movedFundsSweepTimeout\",\"type\":\"uint32\"}],\"name\":\"MovedFundsSweepTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovedFundsSweepTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"MovedFundsSweepTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"newMovingFundsCommitmentGasOffset\",\"type\":\"uint16\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsCommitmentGasOffsetUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint16\",\"name\":\"movingFundsCommitmentGasOffset\",\"type\":\"uint16\"}],\"name\":\"MovingFundsCommitmentGasOffsetUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovingFundsDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movingFundsDustThreshold\",\"type\":\"uint64\"}],\"name\":\"MovingFundsDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeoutResetDelay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutResetDelayUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeoutResetDelay\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutResetDelayUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newMovingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"movingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"MovingFundsTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newMovingFundsTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"movingFundsTimeout\",\"type\":\"uint32\"}],\"name\":\"MovingFundsTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newMovingFundsTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"MovingFundsTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"movingFundsTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"MovingFundsTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionDustThreshold\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionDustThresholdUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionDustThreshold\",\"type\":\"uint64\"}],\"name\":\"RedemptionDustThresholdUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newRedemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutNotifierRewardMultiplierUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"redemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"RedemptionTimeoutNotifierRewardMultiplierUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"newRedemptionTimeoutSlashingAmount\",\"type\":\"uint96\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutSlashingAmountUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint96\",\"name\":\"redemptionTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"RedemptionTimeoutSlashingAmountUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newRedemptionTimeout\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTimeoutUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"redemptionTimeout\",\"type\":\"uint32\"}],\"name\":\"RedemptionTimeoutUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTreasuryFeeDivisor\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTreasuryFeeDivisorUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"RedemptionTreasuryFeeDivisorUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTxMaxFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTxMaxFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"RedemptionTxMaxFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newRedemptionTxMaxTotalFee\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"RedemptionTxMaxTotalFeeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"redemptionTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"RedemptionTxMaxTotalFeeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"newTreasury\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"TreasuryUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"treasury\",\"type\":\"address\"}],\"name\":\"TreasuryUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletClosingPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletClosingPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletClosingPeriod\",\"type\":\"uint32\"}],\"name\":\"WalletClosingPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletClosureMinBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletClosureMinBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletClosureMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletClosureMinBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletCreationMaxBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationMaxBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletCreationMaxBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletCreationMaxBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletCreationMinBtcBalance\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationMinBtcBalanceUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletCreationMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"WalletCreationMinBtcBalanceUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletCreationPeriod\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletCreationPeriodUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletCreationPeriod\",\"type\":\"uint32\"}],\"name\":\"WalletCreationPeriodUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"newWalletMaxAge\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletMaxAgeUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"walletMaxAge\",\"type\":\"uint32\"}],\"name\":\"WalletMaxAgeUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"newWalletMaxBtcTransfer\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"timestamp\",\"type\":\"uint256\"}],\"name\":\"WalletMaxBtcTransferUpdateStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"walletMaxBtcTransfer\",\"type\":\"uint64\"}],\"name\":\"WalletMaxBtcTransferUpdated\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_newBridgeGovernance\",\"type\":\"address\"}],\"name\":\"beginBridgeGovernanceTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginDepositDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newDepositRevealAheadPeriod\",\"type\":\"uint32\"}],\"name\":\"beginDepositRevealAheadPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"beginDepositTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newDepositTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"beginDepositTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newFraudChallengeDefeatTimeout\",\"type\":\"uint32\"}],\"name\":\"beginFraudChallengeDefeatTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newFraudChallengeDepositAmount\",\"type\":\"uint96\"}],\"name\":\"beginFraudChallengeDepositAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newFraudNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginFraudNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newFraudSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginFraudSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"_newGovernanceDelay\",\"type\":\"uint256\"}],\"name\":\"beginGovernanceDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovedFundsSweepTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newMovedFundsSweepTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginMovedFundsSweepTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovedFundsSweepTimeout\",\"type\":\"uint32\"}],\"name\":\"beginMovedFundsSweepTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovedFundsSweepTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginMovedFundsSweepTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint16\",\"name\":\"_newMovingFundsCommitmentGasOffset\",\"type\":\"uint16\"}],\"name\":\"beginMovingFundsCommitmentGasOffsetUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovingFundsDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginMovingFundsDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeoutResetDelay\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutResetDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newMovingFundsTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginMovingFundsTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newMovingFundsTimeout\",\"type\":\"uint32\"}],\"name\":\"beginMovingFundsTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newMovingFundsTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginMovingFundsTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionDustThreshold\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newRedemptionTimeoutNotifierRewardMultiplier\",\"type\":\"uint32\"}],\"name\":\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint96\",\"name\":\"_newRedemptionTimeoutSlashingAmount\",\"type\":\"uint96\"}],\"name\":\"beginRedemptionTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newRedemptionTimeout\",\"type\":\"uint32\"}],\"name\":\"beginRedemptionTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTreasuryFeeDivisor\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTxMaxFee\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newRedemptionTxMaxTotalFee\",\"type\":\"uint64\"}],\"name\":\"beginRedemptionTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"_newTreasury\",\"type\":\"address\"}],\"name\":\"beginTreasuryUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletClosingPeriod\",\"type\":\"uint32\"}],\"name\":\"beginWalletClosingPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletClosureMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletClosureMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletCreationMaxBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletCreationMaxBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletCreationMinBtcBalance\",\"type\":\"uint64\"}],\"name\":\"beginWalletCreationMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletCreationPeriod\",\"type\":\"uint32\"}],\"name\":\"beginWalletCreationPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"_newWalletMaxAge\",\"type\":\"uint32\"}],\"name\":\"beginWalletMaxAgeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"_newWalletMaxBtcTransfer\",\"type\":\"uint64\"}],\"name\":\"beginWalletMaxBtcTransferUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"bridgeGovernanceTransferChangeInitiated\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeBridgeGovernanceTransfer\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositRevealAheadPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeDepositTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudChallengeDefeatTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudChallengeDepositAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeFraudSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeGovernanceDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsCommitmentGasOffsetUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutResetDelayUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeMovingFundsTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionDustThresholdUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutSlashingAmountUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTimeoutUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTreasuryFeeDivisorUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTxMaxFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeRedemptionTxMaxTotalFeeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeTreasuryUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletClosingPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletClosureMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationMaxBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationMinBtcBalanceUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletCreationPeriodUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletMaxAgeUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"finalizeWalletMaxBtcTransferUpdate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"name\":\"governanceDelays\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"spvMaintainer\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isTrusted\",\"type\":\"bool\"}],\"name\":\"setSpvMaintainerStatus\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"vault\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"isTrusted\",\"type\":\"bool\"}],\"name\":\"setVaultStatus\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"beginBridgeGovernanceTransfer(address)\":{\"details\":\"Can be called only by the contract owner. It is the governance responsibility to validate the correctness of the new Bridge Governance contract. The other reason for not adding this check is to go down with the contract size and leaving only the essential code.\"},\"beginDepositDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositDustThreshold\":\"New deposit dust threshold amount.\"}},\"beginDepositRevealAheadPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositRevealAheadPeriod\":\"New deposit reveal ahead period.\"}},\"beginDepositTreasuryFeeDivisorUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositTreasuryFeeDivisor\":\"New deposit treasury fee divisor.\"}},\"beginDepositTxMaxFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newDepositTxMaxFee\":\"New deposit tx max fee.\"}},\"beginFraudChallengeDefeatTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudChallengeDefeatTimeout\":\"New fraud challenge defeat timeout.\"}},\"beginFraudChallengeDepositAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudChallengeDepositAmount\":\"New fraud challenge deposit amount.\"}},\"beginFraudNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudNotifierRewardMultiplier\":\"New fraud notifier reward multiplier.\"}},\"beginFraudSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newFraudSlashingAmount\":\"New fraud slashing amount.\"}},\"beginGovernanceDelayUpdate(uint256)\":{\"details\":\"Can be called only by the contract owner. The event that informs about the start of the governance delay was skipped on purpose to trim the contract size. All the params inside of the `governanceDelays` array are public and can be easily fetched.\",\"params\":{\"_newGovernanceDelay\":\"New governance delay\"}},\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeoutNotifierRewardMultiplier\":\"New moved funds sweep timeout notifier reward multiplier.\"}},\"beginMovedFundsSweepTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeoutSlashingAmount\":\"New moved funds sweep timeout slashing amount.\"}},\"beginMovedFundsSweepTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTimeout\":\"New moved funds sweep timeout.\"}},\"beginMovedFundsSweepTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovedFundsSweepTxMaxTotalFee\":\"New moved funds sweep tx max total fee.\"}},\"beginMovingFundsCommitmentGasOffsetUpdate(uint16)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsCommitmentGasOffset\":\"New moving funds commitment gas offset.\"}},\"beginMovingFundsDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsDustThreshold\":\"New moving funds dust threshold.\"}},\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutNotifierRewardMultiplier\":\"New moving funds timeout notifier reward multiplier.\"}},\"beginMovingFundsTimeoutResetDelayUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutResetDelay\":\"New moving funds timeout reset delay.\"}},\"beginMovingFundsTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeoutSlashingAmount\":\"New moving funds timeout slashing amount.\"}},\"beginMovingFundsTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTimeout\":\"New moving funds timeout.\"}},\"beginMovingFundsTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newMovingFundsTxMaxTotalFee\":\"New moving funds tx max total fee.\"}},\"beginRedemptionDustThresholdUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionDustThreshold\":\"New redemption dust threshold.\"}},\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeoutNotifierRewardMultiplier\":\"New redemption timeout notifier reward multiplier.\"}},\"beginRedemptionTimeoutSlashingAmountUpdate(uint96)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeoutSlashingAmount\":\"New redemption timeout slashing amount.\"}},\"beginRedemptionTimeoutUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTimeout\":\"New redemption timeout.\"}},\"beginRedemptionTreasuryFeeDivisorUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTreasuryFeeDivisor\":\"New redemption treasury fee divisor.\"}},\"beginRedemptionTxMaxFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTxMaxFee\":\"New redemption tx max fee.\"}},\"beginRedemptionTxMaxTotalFeeUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newRedemptionTxMaxTotalFee\":\"New redemption tx max total fee.\"}},\"beginTreasuryUpdate(address)\":{\"details\":\"Can be called only by the contract owner. It does not perform any parameter validation.\",\"params\":{\"_newTreasury\":\"New treasury address.\"}},\"beginWalletClosingPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletClosingPeriod\":\"New wallet closing period.\"}},\"beginWalletClosureMinBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletClosureMinBtcBalance\":\"New wallet closure min btc balance.\"}},\"beginWalletCreationMaxBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationMaxBtcBalance\":\"New wallet creation max btc balance.\"}},\"beginWalletCreationMinBtcBalanceUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationMinBtcBalance\":\"New wallet creation min btc balance.\"}},\"beginWalletCreationPeriodUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletCreationPeriod\":\"New wallet creation period.\"}},\"beginWalletMaxAgeUpdate(uint32)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletMaxAge\":\"New wallet max age.\"}},\"beginWalletMaxBtcTransferUpdate(uint64)\":{\"details\":\"Can be called only by the contract owner.\",\"params\":{\"_newWalletMaxBtcTransfer\":\"New wallet max btc transfer.\"}},\"finalizeBridgeGovernanceTransfer()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses. Bridge governance transferred event can be read from the Governable bridge contract 'GovernanceTransferred(old, new)'. Event that informs about the transfer in this function is skipped on purpose to go down with the contract size.\"},\"finalizeDepositDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositRevealAheadPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositTreasuryFeeDivisorUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeDepositTxMaxFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudChallengeDefeatTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudChallengeDepositAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeFraudSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeGovernanceDelayUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses. Updated event was skipped on purpose to trim the contract size. All the params inside of the `governanceDelays` array are public and can be easily fetched.\"},\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsCommitmentGasOffsetUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutResetDelayUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeMovingFundsTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionDustThresholdUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutSlashingAmountUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTimeoutUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTreasuryFeeDivisorUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTxMaxFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeRedemptionTxMaxTotalFeeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeTreasuryUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletClosingPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletClosureMinBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationMaxBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationMinBtcBalanceUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletCreationPeriodUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletMaxAgeUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"finalizeWalletMaxBtcTransferUpdate()\":{\"details\":\"Can be called only by the contract owner, after the governance delay elapses.\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"setSpvMaintainerStatus(address,bool)\":{\"params\":{\"isTrusted\":\"flag indicating whether the address is trusted or not.\",\"spvMaintainer\":\"The address of the SPV maintainer.\"}},\"setVaultStatus(address,bool)\":{\"params\":{\"isTrusted\":\"flag indicating whether the vault is trusted or not.\",\"vault\":\"The address of the vault.\"}},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"title\":\"Bridge Governance\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"beginBridgeGovernanceTransfer(address)\":{\"notice\":\"Begins the Bridge governance transfer process.\"},\"beginDepositDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the deposit dust threshold amount update process.\"},\"beginDepositRevealAheadPeriodUpdate(uint32)\":{\"notice\":\"Begins the deposit reveal ahead period update process.\"},\"beginDepositTreasuryFeeDivisorUpdate(uint64)\":{\"notice\":\"Begins the deposit treasury fee divisor amount update process.\"},\"beginDepositTxMaxFeeUpdate(uint64)\":{\"notice\":\"Begins the deposit tx max fee amount update process.\"},\"beginFraudChallengeDefeatTimeoutUpdate(uint32)\":{\"notice\":\"Begins the fraud challenge defeat timeout update process.\"},\"beginFraudChallengeDepositAmountUpdate(uint96)\":{\"notice\":\"Begins the fraud challenge deposit amount update process.\"},\"beginFraudNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the fraud notifier reward multiplier update process.\"},\"beginFraudSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the fraud slashing amount update process.\"},\"beginGovernanceDelayUpdate(uint256)\":{\"notice\":\"Begins the governance delay update process.\"},\"beginMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the moved funds sweep timeout notifier reward multiplier update process.\"},\"beginMovedFundsSweepTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the moved funds sweep timeout slashing amount update process.\"},\"beginMovedFundsSweepTimeoutUpdate(uint32)\":{\"notice\":\"Begins the moved funds sweep timeout update process.\"},\"beginMovedFundsSweepTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the moved funds sweep tx max total fee update process.\"},\"beginMovingFundsCommitmentGasOffsetUpdate(uint16)\":{\"notice\":\"Begins the moving funds commitment gas offset update process.\"},\"beginMovingFundsDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the moving funds dust threshold update process.\"},\"beginMovingFundsTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout notifier reward multiplier update process.\"},\"beginMovingFundsTimeoutResetDelayUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout reset delay update process.\"},\"beginMovingFundsTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the moving funds timeout slashing amount update process.\"},\"beginMovingFundsTimeoutUpdate(uint32)\":{\"notice\":\"Begins the moving funds timeout update process.\"},\"beginMovingFundsTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the moving funds tx max total fee update process.\"},\"beginRedemptionDustThresholdUpdate(uint64)\":{\"notice\":\"Begins the redemption dust threshold amount update process.\"},\"beginRedemptionTimeoutNotifierRewardMultiplierUpdate(uint32)\":{\"notice\":\"Begins the redemption timeout notifier reward multiplier amount update process.\"},\"beginRedemptionTimeoutSlashingAmountUpdate(uint96)\":{\"notice\":\"Begins the redemption timeout slashing amount update process.\"},\"beginRedemptionTimeoutUpdate(uint32)\":{\"notice\":\"Begins the redemption timeout amount update process.\"},\"beginRedemptionTreasuryFeeDivisorUpdate(uint64)\":{\"notice\":\"Begins the redemption treasury fee divisor amount update process.\"},\"beginRedemptionTxMaxFeeUpdate(uint64)\":{\"notice\":\"Begins the redemption tx max fee amount update process.\"},\"beginRedemptionTxMaxTotalFeeUpdate(uint64)\":{\"notice\":\"Begins the redemption tx max total fee amount update process.\"},\"beginTreasuryUpdate(address)\":{\"notice\":\"Begins the treasury address update process.\"},\"beginWalletClosingPeriodUpdate(uint32)\":{\"notice\":\"Begins the wallet closing period update process.\"},\"beginWalletClosureMinBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet closure min btc balance update process.\"},\"beginWalletCreationMaxBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet creation max btc balance update process.\"},\"beginWalletCreationMinBtcBalanceUpdate(uint64)\":{\"notice\":\"Begins the wallet creation min btc balance update process.\"},\"beginWalletCreationPeriodUpdate(uint32)\":{\"notice\":\"Begins the wallet creation period update process.\"},\"beginWalletMaxAgeUpdate(uint32)\":{\"notice\":\"Begins the wallet max age update process.\"},\"beginWalletMaxBtcTransferUpdate(uint64)\":{\"notice\":\"Begins the wallet max btc transfer amount update process.\"},\"finalizeBridgeGovernanceTransfer()\":{\"notice\":\"Finalizes the bridge governance transfer process.\"},\"finalizeDepositDustThresholdUpdate()\":{\"notice\":\"Finalizes the deposit dust threshold amount update process.\"},\"finalizeDepositRevealAheadPeriodUpdate()\":{\"notice\":\"Finalizes the deposit reveal ahead period update process.\"},\"finalizeDepositTreasuryFeeDivisorUpdate()\":{\"notice\":\"Finalizes the deposit treasury fee divisor amount update process.\"},\"finalizeDepositTxMaxFeeUpdate()\":{\"notice\":\"Finalizes the deposit tx max fee amount update process.\"},\"finalizeFraudChallengeDefeatTimeoutUpdate()\":{\"notice\":\"Finalizes the fraud challenge defeat timeout update process.\"},\"finalizeFraudChallengeDepositAmountUpdate()\":{\"notice\":\"Finalizes the fraud challenge deposit amount update process.\"},\"finalizeFraudNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the fraud notifier reward multiplier update process.\"},\"finalizeFraudSlashingAmountUpdate()\":{\"notice\":\"Finalizes the fraud slashing amount update process.\"},\"finalizeGovernanceDelayUpdate()\":{\"notice\":\"Finalizes the governance delay update process.\"},\"finalizeMovedFundsSweepTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout notifier reward multiplier update process.\"},\"finalizeMovedFundsSweepTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout slashing amount update process.\"},\"finalizeMovedFundsSweepTimeoutUpdate()\":{\"notice\":\"Finalizes the moved funds sweep timeout update process.\"},\"finalizeMovedFundsSweepTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the moved funds sweep tx max total fee update process.\"},\"finalizeMovingFundsCommitmentGasOffsetUpdate()\":{\"notice\":\"Finalizes the moving funds commitment gas offset update process.\"},\"finalizeMovingFundsDustThresholdUpdate()\":{\"notice\":\"Finalizes the moving funds dust threshold update process.\"},\"finalizeMovingFundsTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the moving funds timeout notifier reward multiplier update process.\"},\"finalizeMovingFundsTimeoutResetDelayUpdate()\":{\"notice\":\"Finalizes the moving funds timeout reset delay update process.\"},\"finalizeMovingFundsTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the moving funds timeout slashing amount update process.\"},\"finalizeMovingFundsTimeoutUpdate()\":{\"notice\":\"Finalizes the moving funds timeout update process.\"},\"finalizeMovingFundsTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the moving funds tx max total fee update process.\"},\"finalizeRedemptionDustThresholdUpdate()\":{\"notice\":\"Finalizes the dust threshold amount update process.\"},\"finalizeRedemptionTimeoutNotifierRewardMultiplierUpdate()\":{\"notice\":\"Finalizes the redemption timeout notifier reward multiplier amount update process.\"},\"finalizeRedemptionTimeoutSlashingAmountUpdate()\":{\"notice\":\"Finalizes the redemption timeout slashing amount update process.\"},\"finalizeRedemptionTimeoutUpdate()\":{\"notice\":\"Finalizes the redemption timeout amount update process.\"},\"finalizeRedemptionTreasuryFeeDivisorUpdate()\":{\"notice\":\"Finalizes the redemption treasury fee divisor amount update process.\"},\"finalizeRedemptionTxMaxFeeUpdate()\":{\"notice\":\"Finalizes the redemption tx max fee amount update process.\"},\"finalizeRedemptionTxMaxTotalFeeUpdate()\":{\"notice\":\"Finalizes the redemption tx max total fee amount update process.\"},\"finalizeTreasuryUpdate()\":{\"notice\":\"Finalizes the treasury address update process.\"},\"finalizeWalletClosingPeriodUpdate()\":{\"notice\":\"Finalizes the wallet closing period update process.\"},\"finalizeWalletClosureMinBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet closure min btc balance update process.\"},\"finalizeWalletCreationMaxBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet creation max btc balance update process.\"},\"finalizeWalletCreationMinBtcBalanceUpdate()\":{\"notice\":\"Finalizes the wallet creation min btc balance update process.\"},\"finalizeWalletCreationPeriodUpdate()\":{\"notice\":\"Finalizes the wallet creation period update process.\"},\"finalizeWalletMaxAgeUpdate()\":{\"notice\":\"Finalizes the wallet max age update process.\"},\"finalizeWalletMaxBtcTransferUpdate()\":{\"notice\":\"Finalizes the wallet max btc transfer amount update process.\"},\"setSpvMaintainerStatus(address,bool)\":{\"notice\":\"Allows the Governance to mark the given address as trusted or no longer trusted SPV maintainer. Addresses are not trusted as SPV maintainers by default.\"},\"setVaultStatus(address,bool)\":{\"notice\":\"Allows the Governance to mark the given vault address as trusted or no longer trusted. Vaults are not trusted by default. Trusted vault must meet the following criteria: - `IVault.receiveBalanceIncrease` must have a known, low gas cost, - `IVault.receiveBalanceIncrease` must never revert.\"}},\"notice\":\"Owns the `Bridge` contract and is responsible for updating its governable parameters in respect to governance delay individual for each parameter. The other responsibility is marking a vault address as trusted or no longer trusted.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/bridge/BridgeGovernance.sol\":\"BridgeGovernance\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@keep-network/bitcoin-spv-sol/contracts/BTCUtils.sol\":{\"keccak256\":\"0x439eaa97e9239705f3d31e8d39dccbad32311f1f119e295d53c65e0ae3c5a5fc\",\"urls\":[\"bzz-raw://976a361a89c21afc44b5e0a552271d9288b12cf34a9925c25f3c6975ece4e667\",\"dweb:/ipfs/QmNTb4eJyxV5iZj8RJGFBGSKXWsuvoMYqLLBgk16dhWePH\"]},\"@keep-network/bitcoin-spv-sol/contracts/BytesLib.sol\":{\"keccak256\":\"0x43e0f3b3b23c861bd031588bf410dfdd02e2af17941a89aa38d70e534e0380d1\",\"urls\":[\"bzz-raw://76011d699a8b229dbfdc698b3ece658daad9d96778e86d679aa576bc966209d6\",\"dweb:/ipfs/QmRZEWAeRQtsTUvfzEd1jb2wAqpTNR5KAme92gBRn4SYiT\"]},\"@keep-network/bitcoin-spv-sol/contracts/CheckBitcoinSigs.sol\":{\"keccak256\":\"0xfffbd5486af77058fe9385d63d433da914a043994b1affdfcb87248aa10a234c\",\"urls\":[\"bzz-raw://1050288f4cf9c35aa45fe573da5e7cc14bdf4802f8bfaf92dfb82580d4d5e454\",\"dweb:/ipfs/QmZraAJqsfP6jR66QYUUwaGyfRphfZmgqshSLaSgZhzcj1\"]},\"@keep-network/bitcoin-spv-sol/contracts/SafeMath.sol\":{\"keccak256\":\"0x35930d982394c7ffde439b82e5e696c5b21a6f09699d44861dfe409ef64084a3\",\"urls\":[\"bzz-raw://090e9d78755d4916fa2f5f5d8f9fd2fc59bfc5a25a5e91636a92c4c07aee9c6b\",\"dweb:/ipfs/QmXfz4TPDvgnuYz9eS5AL87GfCLxHQZJV1Y8ieJU9M8yTe\"]},\"@keep-network/bitcoin-spv-sol/contracts/ValidateSPV.sol\":{\"keccak256\":\"0xce3febbf3ad3a7ff8a8effd0c7ccaf7ccfa2719578b537d49ea196f0bae8062b\",\"urls\":[\"bzz-raw://5f18942483bf20507ae6c0abb5421df96b1aebb7af15f541bda8470f6277312a\",\"dweb:/ipfs/QmPzEpA8w5k6pVFadm3UCLqNdxFAjPwP9Lpi5HMQsQg52J\"]},\"@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol\":{\"keccak256\":\"0xe8f3d63ef4213ac71d447726be3971c5ed6b0b0eb145763d324faecdce707bf6\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://bb0d63433a3b68a221c56e3a133ebf9879d1732d514e0e270d954fb016464044\",\"dweb:/ipfs/QmPeCZFVbbPLJyLVwQd1NMMNEqme3qXpa2fPkcam6TLy1N\"]},\"@keep-network/ecdsa/contracts/api/IWalletOwner.sol\":{\"keccak256\":\"0x8d4654269ab20710e8a729c225c2c69edae7f01ddbd5e037ab591df65e32faa8\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://aa66a15e0aded52c4bf737ef073fc44a953ba4a7d5d366e2ea7c6c18658c4c72\",\"dweb:/ipfs/QmeT5DKCh5VAU6UufernYNm3aMaJVpew1fQpYY9SjN9yEZ\"]},\"@keep-network/ecdsa/contracts/api/IWalletRegistry.sol\":{\"keccak256\":\"0xb97ece7c12601396fed705386a4e3337ee3a4809dca090a5acb62c2949337c68\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://f05648249e9e95f056f7b4a5a9c2f418cbff16527ed96df871f2f83f389c7800\",\"dweb:/ipfs/QmW5tbac1VTRUVzEHsa8SMgrb6L3bTstywMuL8KxcwQ1yc\"]},\"@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol\":{\"keccak256\":\"0xd6c442e1db2dc95730443fb6496d47889a69bed2fbace466b27f9727484c25ec\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a593fc0a9a3276c4f4d913156fe289b56f3c6d6a6f948c14f45cd71a6219e94d\",\"dweb:/ipfs/QmPy7ge7mKpRBNVZA7rkMghvGab4eHcc7vgo5RfuQowJmq\"]},\"@keep-network/random-beacon/contracts/Governable.sol\":{\"keccak256\":\"0xcc6a0fe8fdf05a805d2874dc7dd76dede1eb16e3ab77f2d0069dbb92272ab0a3\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://b102611be6ecadd70924e20a6585b4ed04da8ebfdf667868a15bd8a2851fda75\",\"dweb:/ipfs/QmWzaLNKwR3fQvsVnXqpR96tEfC6ez9d44GBoN4XjBCmup\"]},\"@keep-network/random-beacon/contracts/ReimbursementPool.sol\":{\"keccak256\":\"0xd6c24368cc4c6349b8b614e878ca961cad8254b8e8db1cc0abe452a70022ce50\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://d98ca1cf2775b655aae78da51132a708470e1d9958db6eb9781ad6fa9b11d633\",\"dweb:/ipfs/QmNg6mtDfQPq85priUcKKVGMmuAWqKQX9C8zYwBJjSB9FV\"]},\"@keep-network/random-beacon/contracts/libraries/BytesLib.sol\":{\"keccak256\":\"0x3b76e2fe36eb777440250dcf2ea7a689375e8af22f3cc33521095ff6954becdb\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a503d9fbcacdc8639db9f8657883c9a83b144fb091f918b93beaf41d798fa776\",\"dweb:/ipfs/QmW3UoPwdrJDKzR5LZRQb7vv9JzdQBkn7qmnfrw1c9ph6t\"]},\"@keep-network/sortition-pools/contracts/Branch.sol\":{\"keccak256\":\"0xa7fb1c9c9789f30493e9a40e24a24f46875dc5e7630b4f67478167759f6d1882\",\"urls\":[\"bzz-raw://2d3cd0026d5d4929b63e53a16c127a2fe8f4aa219ac9fb847771d9104bd075c2\",\"dweb:/ipfs/QmXSTSkXSGWXWG6S6wFpMPuZXVnMPUvUFxRW86gt1DEZUX\"]},\"@keep-network/sortition-pools/contracts/Chaosnet.sol\":{\"keccak256\":\"0xeaf7bdd5626f88c329793a012621039692ce1b6e1f13013997ddb13d7e3032df\",\"urls\":[\"bzz-raw://a665d9a829ab7aa9beb7bae54cdc262b352a605c7cfc516f760237d936708325\",\"dweb:/ipfs/QmPaZQxjqugrTfSyyM7XnrgQUfpPG46Fjhs9eQYNPjhRu9\"]},\"@keep-network/sortition-pools/contracts/Constants.sol\":{\"keccak256\":\"0xaef690ced707935745ff1482b7bb9bd9eb77bf6a39c717465e64cf12db8a7d39\",\"urls\":[\"bzz-raw://0c2a199e33c7988cf7f9c58c0020c4f0e2af0b3233fc1175e8570ffcf858fc16\",\"dweb:/ipfs/QmY91uBG7Sk29QYC3oGVwG5TYjgxwN3ZF5ZDaU6iiQXtW3\"]},\"@keep-network/sortition-pools/contracts/Leaf.sol\":{\"keccak256\":\"0xbd107a1a43e48884885e5e966ffcbcd8fa5e89863715d717bb4006e9f89cdc2b\",\"urls\":[\"bzz-raw://ea0d7f36569ead1e2a00124eb56c8339c4f0c32c0d75b580d389c54697cb9c38\",\"dweb:/ipfs/QmNYHzb3uteYymr8CTpsXtFHT6bMDnaj3dLcUyGBskmiRi\"]},\"@keep-network/sortition-pools/contracts/Position.sol\":{\"keccak256\":\"0xd3a927908080ac21353a92a6bce3d69e94a5c30f6b51f16b271b6cc679f110e2\",\"urls\":[\"bzz-raw://a8237c72ad9e7599178664b55e839d37ec44462adf02b43ca9405bb13f0a01c9\",\"dweb:/ipfs/QmaXTHHghGte6bFjb5JaAhNjtoWWFeghQMkNBWUQCnsXQu\"]},\"@keep-network/sortition-pools/contracts/RNG.sol\":{\"keccak256\":\"0x67f87f589cd5123ffa32f883ea2f09b0e56258508bae82b8c655b3c27c71eb5e\",\"urls\":[\"bzz-raw://15c55d772d3d7c8130c6cc56149ddc917794a8531a2d10ee4e9facf6b3cee185\",\"dweb:/ipfs/Qmdm4zQB4cQPco33T5VmTPB8j4cVvaUp8dTduzY2YhXGtH\"]},\"@keep-network/sortition-pools/contracts/Rewards.sol\":{\"keccak256\":\"0x3a10abb408b44335a092387b2c7ee01db3b27997f1f2c888d9b7a2d92934c4e2\",\"urls\":[\"bzz-raw://940a0d107a4ddef072aafb656a3ff7cc9766e10120879477b16dbbb03f032671\",\"dweb:/ipfs/QmXK2ZJ1srjym2bc1JbivBfoPqv7kVGHYJbvfUxdKDKuGH\"]},\"@keep-network/sortition-pools/contracts/SortitionPool.sol\":{\"keccak256\":\"0xab42e7c5b1828f42a73f699eb2dc96d4f793572a6323b8b1fbd7c5e0c065bda7\",\"urls\":[\"bzz-raw://10cdd8092a660a4d5ee5fae5890ba8772cb43fb786fa6713e1b9b328ff38ab25\",\"dweb:/ipfs/Qmd1ZhkysrJHAsQygejo2inkbSvCdFFsFSVQPMvCVZA8A2\"]},\"@keep-network/sortition-pools/contracts/SortitionTree.sol\":{\"keccak256\":\"0x51daeca62ef52be78a1a9de4d2a1c5900c873165f59eda14d5965d7d7da90a03\",\"urls\":[\"bzz-raw://96bb441e30fbe0a315ce856202bdc98b4bab5cc79210327acfdbcef357a9dc86\",\"dweb:/ipfs/QmV1SipnPMNKMYMWdF4pNZmcKo6kpAukCpGg9HMWzDHQef\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x037c334add4b033ad3493038c25be1682d78c00992e1acb0e2795caff3925271\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8a313cf42389440e2706837c91370323b85971c06afd6d056d21e2bc86459618\",\"dweb:/ipfs/QmT8XUrUvQ9aZaPKrqgRU2JVGWnaxBcUYJA7Q7K5KcLBSZ\"]},\"@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol\":{\"keccak256\":\"0x2edcb41c121abc510932e8d83ff8b82cf9cdde35e7c297622f5c29ef0af25183\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://72460c66cd1c3b1c11b863e0d8df0a1c56f37743019e468dc312c754f43e3b06\",\"dweb:/ipfs/QmPExYKiNb9PUsgktQBupPaM33kzDHxaYoVeJdLhv8s879\"]},\"@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol\":{\"keccak256\":\"0x6b9a5d35b744b25529a2856a8093e7c03fb35a34b1c4fb5499e560f8ade140da\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://187b5c3a1c9e77678732a2cc5284237f9cfca6bc28ee8bc0a0f4f951d7b3a2f8\",\"dweb:/ipfs/Qmb2KFr7WuQu7btdCiftQG64vTzrG4UyzVmo53EYHcnHYA\"]},\"@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol\":{\"keccak256\":\"0x12f297cafe6e2847ae0378502f155654d0764b532a9873c8afe4350950fa7971\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://28074f6df7132e83819042a06ef75ae53c88c53c077b8222b9772b780d58bd58\",\"dweb:/ipfs/QmXXwSxWn4XGCy218fn3f2m3UmFNUiroeQ8sCR3vzNU6Wc\"]},\"@openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol\":{\"keccak256\":\"0xc1bd5b53319c68f84e3becd75694d941e8f4be94049903232cd8bc7c535aaa5a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://056027a78e6f4b78a39be530983551651ee5a052e786ca2c1c6a3bb1222b03b4\",\"dweb:/ipfs/QmXRUpywAqNwAfXS89vrtiE2THRM9dX9pQ4QxAkV1Wx9kt\"]},\"@openzeppelin/contracts-upgradeable/utils/math/SafeCastUpgradeable.sol\":{\"keccak256\":\"0xcef50f95b43b038aa40aed25b62fc45906c681a5c1d504a4fdcf3bc6330a8d4b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ef883699a00970d5469e502514e2854704cd53d7a49825078aa807a2f056315c\",\"dweb:/ipfs/QmRjpN9oxgw6zHCVjfWNB9MzaYpNPPgqu7Rrwqwabmhpis\"]},\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xa94b34880e3c1b0b931662cb1c09e5dfa6662f31cba80e07c5ee71cd135c9673\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40fb1b5102468f783961d0af743f91b9980cf66b50d1d12009f6bb1869cea4d2\",\"dweb:/ipfs/QmYqEbJML4jB1GHbzD4cUZDtJg5wVwNm3vDJq1GbyDus8y\"]},\"@openzeppelin/contracts/security/ReentrancyGuard.sol\":{\"keccak256\":\"0x190dd6f8d592b7e4e930feb7f4313aeb8e1c4ad3154c27ce1cf6a512fc30d8cc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ce8dfb62d0c4fa260d6eec8f1cd47f5f2a044e11bde5b31d18072fa6e7d9010\",\"dweb:/ipfs/QmTyFztU3tLEcEDnqqiaW4UJetqsU77LXc6pjc9oTXCK5u\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol\":{\"keccak256\":\"0x8de418a5503946cabe331f35fe242d3201a73f67f77aaeb7110acb1f30423aca\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a376d3dda2cb70536c0a45c208b29b34ac560c4cb4f513a42079f96ba47d2dd\",\"dweb:/ipfs/QmZQg6gn1sUpM8wHzwNvSnihumUCAhxD119MpXeKp8B9s8\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0xa4d1d62251f8574deb032a35fc948386a9b4de74b812d4f545a1ac120486b48a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://8c969013129ba9e651a20735ef659fef6d8a1139ea3607bd4b26ddea2d645634\",\"dweb:/ipfs/QmVhVa6LGuzAcB8qgDtVHRkucn4ihj5UZr8xBLcJkP6ucb\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0xda898fa084aa1ddfdb346e6a40459e00a59d87071cce7c315a46d648dd71d0ba\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ce501a941f4aa1555c04dabb5e07992503bb6a9b32ff8f7cdcefdb4a742210cb\",\"dweb:/ipfs/QmeScPrUpdrGYs9BytV3Z5ZWJcBXtuAgCW4BLHua4xFUxx\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0xa1e8e83cd0087785df04ac79fb395d9f3684caeaf973d9e2c71caef723a3a5d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://33bbf48cc069be677705037ba7520c22b1b622c23b33e1a71495f2d36549d40b\",\"dweb:/ipfs/Qmct36zWXv3j7LZB83uwbg7TXwnZSN1fqHNDZ93GG98bGz\"]},\"@thesis/solidity-contracts/contracts/token/IApproveAndCall.sol\":{\"keccak256\":\"0x393d18ef81a57dcc96fff4c340cc2945deaebb37b9796c322cf2bc96872c3df8\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e5ea5220e84e354fd08908f2fcdf8a496bbc40d363997c6db098b5ef440f71af\",\"dweb:/ipfs/Qmc48peg7BfDSaN2UKLtd2oYbj4vhdyrix1nz8JTRqmxcq\"]},\"@thesis/solidity-contracts/contracts/token/IERC20WithPermit.sol\":{\"keccak256\":\"0xdac9a5086c19a7128b505a7be1ab0ac1aa314f6989cb88d2417e9d7383f89fa9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3b98a9cfbd39f303f25c27154292188949cd8301f168279a10e0a19791663dd7\",\"dweb:/ipfs/QmZ2ivLP5fchFXwmSXguEbp7p8K5rz9CCani4ugRPz3r96\"]},\"@thesis/solidity-contracts/contracts/token/IReceiveApproval.sol\":{\"keccak256\":\"0x6a30d83ad230548b1e7839737affc8489a035314209de14b89dbef7fb0f66395\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://94eca814f1cf2b547cfb965eda15f06c0156460c178bb6fb94f14d6a0991e18f\",\"dweb:/ipfs/QmR8p4i4hz4kRWBpsF77VbdpHu3Dx97zY7jFTQH3vQfU5F\"]},\"contracts/bank/Bank.sol\":{\"keccak256\":\"0x318005485bc8fb8a8fb6091bc4a3ca0e304693d8b372b61835bed2f1f735faf7\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://8c443dbdf7decd38746d83b510d9d97a36d2d33fa1c0e0ea7753dc611dc2fda2\",\"dweb:/ipfs/QmNdN8iSjMEZxjrDbFoyHuXR7WmZPicJsiTibKnSJQimiv\"]},\"contracts/bank/IReceiveBalanceApproval.sol\":{\"keccak256\":\"0x864f29d54d9d672348520b1f46bbce786994e07d86032987e4374a267a345c2b\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://5bbb272e5d5d010ce5dd9cfb98f6a70db1361fde44ef48383f5b90ca14f69b22\",\"dweb:/ipfs/QmTpJaWH6AMuPjDSk27CEacW556QitCx5bvLeV7CuMg6gh\"]},\"contracts/bridge/BitcoinTx.sol\":{\"keccak256\":\"0x412cb03a623a0ef57e2248fc3ddc0ba5afebbdc83974ab542ea913cf4377f95a\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://9bae9813c915f82fb2e3cee7ca1aab41972a81e208efb7172cedc72415ce1cea\",\"dweb:/ipfs/QmeqtzaovvhAGkWjzRkW9EkPd2XZyy6NH7TZ1LEVXpprcf\"]},\"contracts/bridge/Bridge.sol\":{\"keccak256\":\"0x0a6e8f890ba55fbd8671f4853c882e5c8c70e476d521013b21a30fa7d0f5bafd\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://9a6c53101ccce1f160c6938f253f13b377c60d4d190bafceec541736a68a755c\",\"dweb:/ipfs/QmZ2g6BQcnLRDHc4c2K7dQD426pjCEHTLCM2gJzDC69me3\"]},\"contracts/bridge/BridgeGovernance.sol\":{\"keccak256\":\"0xf07a536a6365708707aaa8e311af8e1013d292254833f07ba17c3e5155cd5f8a\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://19fce652a9a38967bbe6dddca4ae0dc7e6f287d8cbbbad2d09c451cb92facdf5\",\"dweb:/ipfs/QmUrFTpsdgfEtkriBiRpMPFQFhEwZtWGKMxAaAzcRMe4dK\"]},\"contracts/bridge/BridgeGovernanceParameters.sol\":{\"keccak256\":\"0x454a63646db4af75bdbae85e1d64010510d307f98ace69c1661c07c5f44182ba\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://834db5d7b3a3bc0936dd83cfa83836b934c496715f3cb04bd89d8ed5ce284e90\",\"dweb:/ipfs/QmRmZrNe61yZczdioRDXW4VHGtzAGwCpZibWkuqafQ5ihh\"]},\"contracts/bridge/BridgeState.sol\":{\"keccak256\":\"0x0fe63c47a08ff0e56bd3bf4d2c9db4b09df717ac77ba5b18ab382a1e0bbb11c7\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://5b28267772f9d61bd6c9c6876ab522cc47362642275906b51c4d4d4889861aa6\",\"dweb:/ipfs/QmWzzze2BF2GfBgDZijoiwkr5f6TNrvDsi6MrVAK4umYU1\"]},\"contracts/bridge/Deposit.sol\":{\"keccak256\":\"0xc00d41ea9e98a6fa3d8d8701ad8554c459e0268c6bf413f0447bc1c68c6ab7e8\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://d1f290dee674819af06088a079001bea51d27c4f27c56ba9c2d788b61f890077\",\"dweb:/ipfs/QmQ8jjQbipuSktoUCoHTbGsUMrgeYNwifwRCwW3EWCzJYT\"]},\"contracts/bridge/DepositSweep.sol\":{\"keccak256\":\"0xa5b6319960c51c1c5b1edf0539075b822e70d43035eb5f1d20325d0b57cbd73c\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://a5a6cf29de9ba013d15e00350cd3329af612a4d4dd678b7558730354f5bf2c20\",\"dweb:/ipfs/QmbCDQMjknE4szV4LkWaMDSJddAFNMzNuqhPc7MEfzNRCK\"]},\"contracts/bridge/EcdsaLib.sol\":{\"keccak256\":\"0x670d0fbeb088f78abfe7ae7f844784d774ca515480383378a602af707cace7ff\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://da7bd4966072de1cf8f5f7e2f7a9ae18ccf972c27476e6598c019c5e2e9a8d80\",\"dweb:/ipfs/QmYAZ1r5Un3NcYyvVctGdsjSJ21YMZwxr9PdwZTEks2kVq\"]},\"contracts/bridge/Fraud.sol\":{\"keccak256\":\"0x5b976a45cbee8e5d8e65fc748820e36c692d8fb26a8532319a87e6a614733c58\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://e9277b128bbe1a29d48ea11532bb5cc60822b6d53f4d228d65c3232873be7684\",\"dweb:/ipfs/QmedBWwphYF45hJ7m6UF6x8bQy5TTggaJzebga3EBpwx6n\"]},\"contracts/bridge/Heartbeat.sol\":{\"keccak256\":\"0x2f3ad70beadc4dfb6414064fd7b3621b1edcd2713f186853b4a5fd36fb4502ba\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://97a8980af52882cf0df936266b3bc95d5c2acc197d574cdb96283328c738222b\",\"dweb:/ipfs/QmSxaMk2oFJhZvdWXEBWnsbpBEVJkR1GeWXEx8cNwobvV9\"]},\"contracts/bridge/IRelay.sol\":{\"keccak256\":\"0xf70c723fc0a1824d92061b5dc76c65c38c22eff6b18ef6a2057f511183ce3c5b\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://7ad333aaa125748729d1911c21b8765e67285f6085a63fa0de4d9a270b7675fc\",\"dweb:/ipfs/QmTV7URJbPdB5GheRddajbYdTwtzoJ6DaXc6rtRkV6VNUh\"]},\"contracts/bridge/MovingFunds.sol\":{\"keccak256\":\"0xce1afc1875d364e64cfa088558ee166a441e55ef6727f38002934654ac14b25d\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://519e164435e2054c1febf458aa90e75054381bdf9878f4d1cd620d783f7cb7df\",\"dweb:/ipfs/QmVfZEpxEmWKTXemQVcddjuDkw9WEyccgj7AL51LHGaBR4\"]},\"contracts/bridge/Redemption.sol\":{\"keccak256\":\"0x341e2636230764f1bcc75948adedd4c8b38e34a87bb9094b251f9b0870922e93\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://18e597c097811d0d89fd2ae04b226a3cce4da9a56fda99c5a9b9b6ed996d855f\",\"dweb:/ipfs/QmRQrj2yeVGLphrgbBP5yYHaSSqCDcZLqAb7iTKQkESufg\"]},\"contracts/bridge/Wallets.sol\":{\"keccak256\":\"0x7d0ddff8dc20c10b1e62c8dba304c928c8d8de1c8b6c4d3a1c557dae99743435\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://62a43f4b09693cb25c8770ae41a6815c28ebd0d9c32b034786f7e6e8ef3369f5\",\"dweb:/ipfs/QmSqAggx8bTtAh2dLFLGEDFvgXt3XnQvzTvmsPzYdnbaFs\"]},\"contracts/vault/IVault.sol\":{\"keccak256\":\"0x12866d625abab349324ee28c6f6ec0114eaa7069ea0c5f7c7b23f6a0f833ae60\",\"license\":\"GPL-3.0-only\",\"urls\":[\"bzz-raw://b2e98136a3ce94828148eee9ee951696bd441e4f40aac46a35df8b0b7cefd97c\",\"dweb:/ipfs/QmVqd2kK67g1ovC2Tdt7syd1Ey8EUGfu1R5uAiZNyto7X6\"]}},\"version\":1}",
|
|
2006
|
+
"bytecode": "0x60806040523480156200001157600080fd5b5060405162004dc538038062004dc58339810160408190526200003491620000ba565b6200003f336200006a565b604580546001600160a01b0319166001600160a01b0384161790558060466000015550620000f69050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b60008060408385031215620000ce57600080fd5b82516001600160a01b0381168114620000e657600080fd5b6020939093015192949293505050565b614cbf80620001066000396000f3fe608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d610488366004614700565b6108d3565b005b61048d610951565b61048d610b0d565b61048d6104ad366004614736565b610c8a565b61048d610cd6565b61048d6104c8366004614768565b610e67565b61048d610eb6565b61048d611036565b61048d6104eb366004614768565b6111ba565b61048d6104fe366004614700565b611209565b61048d611258565b61048d6113b1565b61048d611473565b61048d610529366004614736565b6115ce565b61048d61161a565b61048d61175f565b61048d6118df565b61048d610554366004614785565b611a3d565b61048d611a4e565b61048d61056f366004614700565b611b9a565b61048d610582366004614700565b611be9565b61048d610595366004614700565b611c38565b61048d6105a8366004614700565b611c87565b61048d611cd5565b61048d611e2f565b61048d6105cb366004614700565b611f74565b61048d6105de366004614736565b611fc3565b61048d6105f1366004614736565b61200f565b61048d610604366004614700565b61205b565b61048d610617366004614736565b6120aa565b61048d61062a366004614736565b6120f6565b61048d612142565b61048d6106453660046147ba565b6122bd565b61048d612331565b61048d61248c565b61048d612609565b61048d6106703660046147ba565b612730565b61048d612772565b61048d61068b366004614700565b6128c8565b61048d612917565b6106ab6106a6366004614785565b612a72565b6040519081526020015b60405180910390f35b61048d6106cc366004614700565b612a89565b61048d612ad8565b61048d612aec565b61048d6106ef366004614736565b612c31565b61048d612c7d565b61048d61070a366004614736565b612dfa565b61048d612e46565b61048d610725366004614768565b612f8f565b61048d6107383660046147f6565b612fde565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f366004614821565b613047565b61048d613091565b61048d6131d9565b61048d610792366004614736565b613334565b61048d613380565b61048d6107ad366004614736565b613500565b61048d6107c0366004614736565b61354c565b61048d6107d3366004614700565b613597565b61048d6107e6366004614700565b6135e6565b61048d613635565b61048d6137b5565b61048d61390f565b61048d6108113660046147f6565b613a8f565b61048d610824366004614768565b613ade565b61048d610837366004614700565b613b2d565b61048d613b7c565b61048d610852366004614736565b613c66565b61048d613cb2565b61048d61086d366004614736565b613e0b565b61048d613e57565b61048d610888366004614768565b613fb0565b61048d61089b3660046147f6565b613fff565b61048d614078565b61048d6141f5565b61048d61433e565b61048d6108c6366004614700565b614499565b61048d6144e8565b6108db614641565b6040516340834c5960e11b8152600160048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063810698b2906044015b60006040518083038186803b15801561093657600080fd5b505af415801561094a573d6000803e3d6000fd5b5050505050565b610959614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156109bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e09190614854565b5099509950995099509950995099509950995099506000601760140160009054906101000a900463ffffffff16905060177317C8b71E5eE01A726766c99d397D619219C8CAF3637d105c799091610a3660465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610a7257600080fd5b505af4158015610a86573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908e908e908e908e9060040161493a565b600060405180830381600087803b158015610ae857600080fd5b505af1158015610afc573d6000803e3d6000fd5b505050505050505050505050505050565b610b15614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610b78573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9c9190614854565b9a509a5050995099509950995099509950995099506000601760100160009054906101000a900463ffffffff16905060177317C8b71E5eE01A726766c99d397D619219C8CAF3638c0fc65a9091610bf260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610c2e57600080fd5b505af4158015610c42573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908e908c908f908f9060040161493a565b610c92614641565b604051630587584360e21b8152602d600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063161d610c9060440161091e565b610cde614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610d3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d5e91906149b4565b50601554959b5093995091975095509350915063ffffffff167317C8b71E5eE01A726766c99d397D619219C8CAF363728bd45d6009610d9c60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610dd857600080fd5b505af4158015610dec573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a908a908a908a908a90600401614a50565b600060405180830381600087803b158015610e4657600080fd5b505af1158015610e5a573d6000803e3d6000fd5b5050505050505050505050565b610e6f614641565b604051632fc22b3f60e21b8152603b60048201526001600160601b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063bf08acfc9060440161091e565b610ebe614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610f21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f459190614854565b9a509a509a5050995099509950995099509950995060006017600e0160009054906101000a90046001600160401b0316905060177317C8b71E5eE01A726766c99d397D619219C8CAF3634569ab889091610f9e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610fda57600080fd5b505af4158015610fee573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908b908f908f908f9060040161493a565b61103e614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015611096573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110ba9190614a9f565b603b805493975091955093506001600160601b0390911691507317C8b71E5eE01A726766c99d397D619219C8CAF390638f2ca645906110f860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561113457600080fd5b505af4158015611148573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908490889088908890600401614afe565b600060405180830381600087803b15801561119c57600080fd5b505af11580156111b0573d6000803e3d6000fd5b5050505050505050565b6111c2614641565b604051632eed92d760e21b8152600960048201526001600160601b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063bbb64b5c9060440161091e565b611211614641565b6040516374b0fecf60e11b8152602d60048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063e961fd9e9060440161091e565b611260614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156112bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112e09190614b2e565b603554969c50949a509298509096509094509092505063ffffffff167317C8b71E5eE01A726766c99d397D619219C8CAF36305be330f602d61132160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561135d57600080fd5b505af4158015611371573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a908a9088908b908b90600401614ba9565b6113b9614641565b6048546114045760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064015b60405180910390fd5b6046546048546114149042614bf0565b116114615760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016113fb565b60478054604655600090819055604855565b61147b614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156114d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114fb9190614b2e565b603354969c50949a509298509650909450909250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF3633861f138602d61153e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561157a57600080fd5b505af415801561158e573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a9087908b908b908b90600401614ba9565b6115d6614641565b604051639707e9ad60e01b81526017600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390639707e9ad9060440161091e565b611622614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa15801561167a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061169e9190614c17565b50600754929550909350915063ffffffff167317C8b71E5eE01A726766c99d397D619219C8CAF3632520e8bf60016116d560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561171157600080fd5b505af4158015611725573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908790879087908790600401614c5a565b611767614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156117ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117ee9190614854565b9a509a509a509a509a509a509a509a509a505099506000601760020160009054906101000a90046001600160401b0316905060177317C8b71E5eE01A726766c99d397D619219C8CAF363d6964b97909161184760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561188357600080fd5b505af4158015611897573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e9085908f908f908f908f908f908f908f908f908f9060040161493a565b6118e7614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611943573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061196791906149b4565b60098054969d50949b50929950909750955093506001600160401b0390911691507317C8b71E5eE01A726766c99d397D619219C8CAF39063ec9f4760906119ad60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156119e957600080fd5b505af41580156119fd573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c9084908b908b908b908b908b908b90600401614a50565b611a45614641565b60475542604855565b611a56614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad29190614c17565b6001805493975091955093506001600160401b0390911691507317C8b71E5eE01A726766c99d397D619219C8CAF39063ae25638390611b1060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611b4c57600080fd5b505af4158015611b60573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908490889088908890600401614c5a565b611ba2614641565b6040516368af502160e01b8152600960048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF3906368af50219060440161091e565b611bf1614641565b604051630ac6330760e11b8152600160048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063158c660e9060440161091e565b611c40614641565b6040516319de06fb60e31b8152600160048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063cef037d89060440161091e565b611c8f614641565b604051620f049d60ea1b8152600960048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390633c1274009060440161091e565b611cdd614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d91906149b4565b600d54969c50949a5091985096509450909250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF3639232db3f6009611d9f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611ddb57600080fd5b505af4158015611def573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a9086908b908b908b908b90600401614a50565b611e37614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015611e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eb39190614a9f565b50604154929550909350915063ffffffff167317C8b71E5eE01A726766c99d397D619219C8CAF3630c4e5686603b611eea60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611f2657600080fd5b505af4158015611f3a573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908790879087908790600401614afe565b611f7c614641565b604051633964f6cb60e11b8152601760048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF3906372c9ed969060440161091e565b611fcb614641565b604051636312276d60e11b81526017600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063c6244eda9060440161091e565b612017614641565b604051632d453d5760e01b8152603b600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390632d453d579060440161091e565b612063614641565b6040516377b3952360e11b8152600960048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063ef672a469060440161091e565b6120b2614641565b60405163382c42c560e11b8152603b600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390637058858a9060440161091e565b6120fe614641565b60405163730d3c4360e11b81526009600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063e61a78869060440161091e565b61214a614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156121ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121d19190614854565b9a509a509a509a505099509950995099509950995060006017600c0160009054906101000a900461ffff16905060177317C8b71E5eE01A726766c99d397D619219C8CAF363d7e1b317909161222560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561226157600080fd5b505af4158015612275573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908a908f908f908f908f9060040161493a565b6122c5614641565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561231557600080fd5b505af1158015612329573d6000803e3d6000fd5b505050505050565b612339614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612395573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123b991906149b4565b600f54969c50949a509298509650909450909250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF3638a346d4d60096123fc60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561243857600080fd5b505af415801561244c573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a9087908b908b908b90600401614a50565b612494614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156124f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061251b9190614854565b9a509a509a509a509a50509950995099509950995060006017600a0160009054906101000a900463ffffffff16905060177317C8b71E5eE01A726766c99d397D619219C8CAF3631b3f064f909161257160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156125ad57600080fd5b505af41580156125c1573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e9089908f908f908f908f908f9060040161493a565b612611614641565b60006049541161265a5760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016113fb565b60465460495461266a9042614bf0565b10156126b85760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016113fb565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b15801561270157600080fd5b505af1158015612715573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b612738614641565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc906044016122fb565b61277a614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156127d6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127fa9190614b2e565b50603954959b5093995091975095509350915063ffffffff167317C8b71E5eE01A726766c99d397D619219C8CAF363dbf83803602d61283860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561287457600080fd5b505af4158015612888573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a908a908a908a908a90600401614ba9565b6128d0614641565b6040516323d4f60160e21b8152601760048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390638f53d8049060440161091e565b61291f614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561297b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061299f91906149b4565b601354969c50949a509298509096509450909250506001600160601b03167317C8b71E5eE01A726766c99d397D619219C8CAF363f818e43c60096129e260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612a1e57600080fd5b505af4158015612a32573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a908a908a9089908b90600401614a50565b60468160038110612a8257600080fd5b0154905081565b612a91614641565b60405163f543e37d60e01b8152602d60048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063f543e37d9060440161091e565b612ae0614641565b612aea600061469b565b565b612af4614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015612b4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b709190614a9f565b603d5493965090945092505063ffffffff167317C8b71E5eE01A726766c99d397D619219C8CAF363d2a27c33603b612ba760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612be357600080fd5b505af4158015612bf7573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908790859088908890600401614afe565b612c39614641565b6040516353cf6f6560e01b81526001600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF3906353cf6f659060440161091e565b612c85614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015612ce8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0c9190614854565b9a509a509a509a509a509a509a509a5050995099506000601760040160009054906101000a900463ffffffff16905060177317C8b71E5eE01A726766c99d397D619219C8CAF36351a3d06e9091612d6260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612d9e57600080fd5b505af4158015612db2573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e9086908f908f908f908f908f908f908f908f9060040161493a565b612e02614641565b60405163126e077960e31b81526017600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF3906393703bc89060440161091e565b612e4e614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015612ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eca9190614c17565b600554939650919450909250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF36368decba26001612f0560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612f4157600080fd5b505af4158015612f55573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908790879086908890600401614c5a565b612f97614641565b6040516322b8310d60e21b8152601760048201526001600160601b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390638ae0c4349060440161091e565b612fe6614641565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b61304f614641565b6040516336cdaf1960e11b81526017600482015261ffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390636d9b5e329060440161091e565b613099614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156130f1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131159190614c17565b6003549396509094509250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF363362c2372600161314f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561318b57600080fd5b505af415801561319f573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908790859088908890600401614c5a565b6131e1614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561323d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132619190614b2e565b602d8054969d50949b509299509097509550935063ffffffff90911691507317C8b71E5eE01A726766c99d397D619219C8CAF39063a62029f6906132a460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156132e057600080fd5b505af41580156132f4573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c9084908b908b908b908b908b908b90600401614ba9565b61333c614641565b604051631323ffb160e11b81526017600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390632647ff629060440161091e565b613388614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156133eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061340f9190614854565b9a50509950995099509950995099509950995099506000601760120160009054906101000a90046001600160601b0316905060177317C8b71E5eE01A726766c99d397D619219C8CAF3636d5be9be909161346860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156134a457600080fd5b505af41580156134b8573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908e908e908d908f9060040161493a565b613508614641565b60405163a6b0e7bd60e01b81526017600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063a6b0e7bd9060440161091e565b613554614641565b604051620c4fa760ea1b8152602d600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063313e9c009060440161091e565b61359f614641565b6040516391346cbb60e01b8152602d60048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF3906391346cbb9060440161091e565b6135ee614641565b6040516304b8e2eb60e01b8152602d60048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF3906304b8e2eb9060440161091e565b61363d614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156136a0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136c49190614854565b9a509a509a509a509a509a509a509a509a509a50506000601760000160009054906101000a90046001600160401b0316905060177317C8b71E5eE01A726766c99d397D619219C8CAF3630b5a08ed909161371d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561375957600080fd5b505af415801561376d573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace9084908f908f908f908f908f908f908f908f908f908f9060040161493a565b6137bd614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613819573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061383d9190614b2e565b603154969c50949a5091985096509450909250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF363f08cac39602d61387f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156138bb57600080fd5b505af41580156138cf573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a9086908b908b908b908b90600401614ba9565b613917614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561397a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061399e9190614854565b9a509a509a509a509a509a505099509950995099506000601760080160009054906101000a90046001600160601b0316905060177317C8b71E5eE01A726766c99d397D619219C8CAF363ffbe062790916139f760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613a3357600080fd5b505af4158015613a47573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e9088908f908f908f908f908f908f9060040161493a565b613a97614641565b604051630b56b11560e41b8152604360048201526001600160a01b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063b56b11509060440161091e565b613ae6614641565b604051638a397dd760e01b8152603b60048201526001600160601b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390638a397dd79060440161091e565b613b35614641565b6040516301d2d6f160e51b8152601760048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390633a5ade209060440161091e565b613b84614641565b604380546001600160a01b0316907317C8b71E5eE01A726766c99d397D619219C8CAF390634a46b83390613bb760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613bf357600080fd5b505af4158015613c07573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b158015613c5257600080fd5b505af115801561094a573d6000803e3d6000fd5b613c6e614641565b60405163e37b9e1b60e01b8152602d600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063e37b9e1b9060440161091e565b613cba614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015613d16573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d3a91906149b4565b601154969c50949a509298509096509094509092505063ffffffff167317C8b71E5eE01A726766c99d397D619219C8CAF363a48814a56009613d7b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613db757600080fd5b505af4158015613dcb573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a908a9088908b908b90600401614a50565b613e13614641565b6040516383eb9c5960e01b81526009600482015263ffffffff821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF3906383eb9c599060440161091e565b613e5f614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015613ebb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613edf91906149b4565b600b54969c50939a50919850965094509250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF363c4faa8676009613f2060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613f5c57600080fd5b505af4158015613f70573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a9085908b908b908b908b908b90600401614a50565b613fb8614641565b60405163128c836760e21b8152601760048201526001600160601b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF390634a320d9c9060440161091e565b614007614641565b6001600160a01b03811661406c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016113fb565b6140758161469b565b50565b614080614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156140e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141079190614854565b9a509a509a509a509a509a509a50509950995099506000601760060160009054906101000a900463ffffffff16905060177317C8b71E5eE01A726766c99d397D619219C8CAF363dcce6cc8909161415d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561419957600080fd5b505af41580156141ad573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e9087908f908f908f908f908f908f908f9060040161493a565b6141fd614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614255573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142799190614a9f565b603f54939650919450909250506001600160601b03167317C8b71E5eE01A726766c99d397D619219C8CAF363a9e31763603b6142b460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156142f057600080fd5b505af4158015614304573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908790879086908890600401614afe565b614346614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156143a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906143c69190614b2e565b603754969c50949a509298509096509450909250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF363af11623a602d61440960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561444557600080fd5b505af4158015614459573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a908a908a9089908b90600401614ba9565b6144a1614641565b60405163baa9397360e01b8152600960048201526001600160401b03821660248201527317C8b71E5eE01A726766c99d397D619219C8CAF39063baa939739060440161091e565b6144f0614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561454c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906145709190614b2e565b602f54969c50939a50919850965094509250506001600160401b03167317C8b71E5eE01A726766c99d397D619219C8CAF36381f5c03a602d6145b160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156145ed57600080fd5b505af4158015614601573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a9085908b908b908b908b908b90600401614ba9565b6000546001600160a01b03163314612aea5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016113fb565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b038116811461407557600080fd5b60006020828403121561471257600080fd5b813561471d816146eb565b9392505050565b63ffffffff8116811461407557600080fd5b60006020828403121561474857600080fd5b813561471d81614724565b6001600160601b038116811461407557600080fd5b60006020828403121561477a57600080fd5b813561471d81614753565b60006020828403121561479757600080fd5b5035919050565b80356001600160a01b03811681146147b557600080fd5b919050565b600080604083850312156147cd57600080fd5b6147d68361479e565b9150602083013580151581146147eb57600080fd5b809150509250929050565b60006020828403121561480857600080fd5b61471d8261479e565b61ffff8116811461407557600080fd5b60006020828403121561483357600080fd5b813561471d81614811565b80516147b581614724565b80516147b581614753565b60008060008060008060008060008060006101608c8e03121561487657600080fd5b8b51614881816146eb565b60208d0151909b50614892816146eb565b60408d0151909a506148a381614724565b60608d01519099506148b481614724565b60808d01519098506148c581614753565b60a08d01519097506148d681614724565b60c08d01519096506148e781614811565b60e08d01519095506148f8816146eb565b6101008d015190945061490a81614724565b92506149196101208d01614849565b91506149286101408d0161483e565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156149cf57600080fd5b87516149da816146eb565b60208901519097506149eb816146eb565b60408901519096506149fc816146eb565b6060890151909550614a0d816146eb565b6080890151909450614a1e81614724565b60a0890151909350614a2f81614753565b60c0890151909250614a4081614724565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b60008060008060808587031215614ab557600080fd5b8451614ac081614753565b6020860151909450614ad181614724565b6040860151909350614ae281614753565b6060860151909250614af381614724565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a031215614b4957600080fd5b8751614b5481614724565b6020890151909750614b65816146eb565b6040890151909650614b76816146eb565b6060890151909550614b87816146eb565b6080890151909450614b9881614724565b60a0890151909350614a2f816146eb565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b81810381811115614c1157634e487b7160e01b600052601160045260246000fd5b92915050565b60008060008060808587031215614c2d57600080fd5b8451614c38816146eb565b6020860151909450614c49816146eb565b6040860151909350614ae2816146eb565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea26469706673582212201ba2b6677384d38a083d2080765fc3b645b5066b3d3b5e4c6383de40a623e2dc64736f6c63430008110033",
|
|
2007
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106104755760003560e01c80636636b65511610257578063b372e40311610146578063dd6d0e68116100c3578063f44c0f3311610087578063f44c0f33146108a0578063f604f5d3146108a8578063f9f06a9a146108b0578063fabcb8fa146108b8578063fcbf9be7146108cb57600080fd5b8063dd6d0e6814610857578063e7c7c8c81461085f578063f00b17d414610872578063f039ee9a1461087a578063f2fde38b1461088d57600080fd5b8063caf0bc8f1161010a578063caf0bc8f14610803578063d1234d9514610816578063d25cb94614610829578063da7767981461083c578063dc46f09d1461084457600080fd5b8063b372e403146107c5578063c1104a2d146107d8578063c63cba46146107eb578063c789663b146107f3578063c79fb011146107fb57600080fd5b80638b18a505116101d457806397845cc41161019857806397845cc41461077c57806397fd27fc146107845780639b64dab814610797578063a85507251461079f578063aa4d9ccc146107b257600080fd5b80638b18a5051461072a5780638c382a531461073d5780638da5cb5b1461074657806390464a4414610761578063961312ce1461077457600080fd5b806371e7b6931161021b57806371e7b693146106e15780637256fde9146106f45780637318814c146106fc57806380b2f2db1461070f57806385082d2c1461071757600080fd5b80636636b6551461069057806368fcf2a8146106985780636a57a28b146106be578063715018a6146106d157806371c96758146106d957600080fd5b80633a1e363d116103735780634f5bfd2a116102f05780636015124b116102b45780636015124b14610652578063605da0531461065a57806360d712fc14610662578063625391f9146106755780636263b8831461067d57600080fd5b80634f5bfd2a14610609578063541d69871461061c5780635e3ef2c71461062f5780635f2b2d0d146106375780635faa6fa01461064a57600080fd5b8063480753671161033757806348075367146105b557806348dd7d66146105bd5780634abef7d4146105d05780634cf19dde146105e35780634e216f5f146105f657600080fd5b80633a1e363d146105615780634078dde01461057457806340c9ac421461058757806343b327c31461059a578063471c169f146105ad57600080fd5b806322f1d80a116104015780632df793c7116103c55780632df793c71461052e5780632eb97687146105365780632f65b50f1461053e57806337fa5d51146105465780633860c3571461055957600080fd5b806322f1d80a146104f057806324d6fa9d1461050357806326825a9d1461050b57806326c23dda1461051357806329d8c91d1461051b57600080fd5b806311f08c3e1161044857806311f08c3e146104b257806312864337146104ba57806315566135146104cd5780631b3d4e63146104d55780631fb738bb146104dd57600080fd5b806301a1f86f1461047a5780630403ac241461048f57806305a1d322146104975780630a303cd21461049f575b600080fd5b61048d610488366004614700565b6108d3565b005b61048d610951565b61048d610b0d565b61048d6104ad366004614736565b610c8a565b61048d610cd6565b61048d6104c8366004614768565b610e67565b61048d610eb6565b61048d611036565b61048d6104eb366004614768565b6111ba565b61048d6104fe366004614700565b611209565b61048d611258565b61048d6113b1565b61048d611473565b61048d610529366004614736565b6115ce565b61048d61161a565b61048d61175f565b61048d6118df565b61048d610554366004614785565b611a3d565b61048d611a4e565b61048d61056f366004614700565b611b9a565b61048d610582366004614700565b611be9565b61048d610595366004614700565b611c38565b61048d6105a8366004614700565b611c87565b61048d611cd5565b61048d611e2f565b61048d6105cb366004614700565b611f74565b61048d6105de366004614736565b611fc3565b61048d6105f1366004614736565b61200f565b61048d610604366004614700565b61205b565b61048d610617366004614736565b6120aa565b61048d61062a366004614736565b6120f6565b61048d612142565b61048d6106453660046147ba565b6122bd565b61048d612331565b61048d61248c565b61048d612609565b61048d6106703660046147ba565b612730565b61048d612772565b61048d61068b366004614700565b6128c8565b61048d612917565b6106ab6106a6366004614785565b612a72565b6040519081526020015b60405180910390f35b61048d6106cc366004614700565b612a89565b61048d612ad8565b61048d612aec565b61048d6106ef366004614736565b612c31565b61048d612c7d565b61048d61070a366004614736565b612dfa565b61048d612e46565b61048d610725366004614768565b612f8f565b61048d6107383660046147f6565b612fde565b6106ab60495481565b6000546040516001600160a01b0390911681526020016106b5565b61048d61076f366004614821565b613047565b61048d613091565b61048d6131d9565b61048d610792366004614736565b613334565b61048d613380565b61048d6107ad366004614736565b613500565b61048d6107c0366004614736565b61354c565b61048d6107d3366004614700565b613597565b61048d6107e6366004614700565b6135e6565b61048d613635565b61048d6137b5565b61048d61390f565b61048d6108113660046147f6565b613a8f565b61048d610824366004614768565b613ade565b61048d610837366004614700565b613b2d565b61048d613b7c565b61048d610852366004614736565b613c66565b61048d613cb2565b61048d61086d366004614736565b613e0b565b61048d613e57565b61048d610888366004614768565b613fb0565b61048d61089b3660046147f6565b613fff565b61048d614078565b61048d6141f5565b61048d61433e565b61048d6108c6366004614700565b614499565b61048d6144e8565b6108db614641565b6040516340834c5960e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063810698b2906044015b60006040518083038186803b15801561093657600080fd5b505af415801561094a573d6000803e3d6000fd5b5050505050565b610959614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156109bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e09190614854565b5099509950995099509950995099509950995099506000601760140160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__637d105c799091610a3660465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610a7257600080fd5b505af4158015610a86573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908e908e908e908e9060040161493a565b600060405180830381600087803b158015610ae857600080fd5b505af1158015610afc573d6000803e3d6000fd5b505050505050505050505050505050565b610b15614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610b78573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b9c9190614854565b9a509a5050995099509950995099509950995099506000601760100160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638c0fc65a9091610bf260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610c2e57600080fd5b505af4158015610c42573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908e908c908f908f9060040161493a565b610c92614641565b604051630587584360e21b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063161d610c9060440161091e565b610cde614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015610d3a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d5e91906149b4565b50601554959b5093995091975095509350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63728bd45d6009610d9c60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610dd857600080fd5b505af4158015610dec573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a908a908a908a908a90600401614a50565b600060405180830381600087803b158015610e4657600080fd5b505af1158015610e5a573d6000803e3d6000fd5b5050505050505050505050565b610e6f614641565b604051632fc22b3f60e21b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bf08acfc9060440161091e565b610ebe614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015610f21573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f459190614854565b9a509a509a5050995099509950995099509950995060006017600e0160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__634569ab889091610f9e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015610fda57600080fd5b505af4158015610fee573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908b908f908f908f9060040161493a565b61103e614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015611096573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906110ba9190614a9f565b603b805493975091955093506001600160601b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638f2ca645906110f860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561113457600080fd5b505af4158015611148573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908490889088908890600401614afe565b600060405180830381600087803b15801561119c57600080fd5b505af11580156111b0573d6000803e3d6000fd5b5050505050505050565b6111c2614641565b604051632eed92d760e21b8152600960048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063bbb64b5c9060440161091e565b611211614641565b6040516374b0fecf60e11b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e961fd9e9060440161091e565b611260614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156112bc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112e09190614b2e565b603554969c50949a509298509096509094509092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6305be330f602d61132160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561135d57600080fd5b505af4158015611371573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a908a9088908b908b90600401614ba9565b6113b9614641565b6048546114045760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064015b60405180910390fd5b6046546048546114149042614bf0565b116114615760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016113fb565b60478054604655600090819055604855565b61147b614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156114d7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906114fb9190614b2e565b603354969c50949a509298509650909450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__633861f138602d61153e60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561157a57600080fd5b505af415801561158e573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a9087908b908b908b90600401614ba9565b6115d6614641565b604051639707e9ad60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90639707e9ad9060440161091e565b611622614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa15801561167a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061169e9190614c17565b50600754929550909350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__632520e8bf60016116d560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561171157600080fd5b505af4158015611725573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908790879087908790600401614c5a565b611767614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156117ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906117ee9190614854565b9a509a509a509a509a509a509a509a509a505099506000601760020160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d6964b97909161184760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561188357600080fd5b505af4158015611897573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e9085908f908f908f908f908f908f908f908f908f9060040161493a565b6118e7614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611943573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061196791906149b4565b60098054969d50949b50929950909750955093506001600160401b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ec9f4760906119ad60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156119e957600080fd5b505af41580156119fd573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c9084908b908b908b908b908b908b90600401614a50565b611a45614641565b60475542604855565b611a56614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015611aae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ad29190614c17565b6001805493975091955093506001600160401b03909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ae25638390611b1060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611b4c57600080fd5b505af4158015611b60573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908490889088908890600401614c5a565b611ba2614641565b6040516368af502160e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906368af50219060440161091e565b611bf1614641565b604051630ac6330760e11b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063158c660e9060440161091e565b611c40614641565b6040516319de06fb60e31b8152600160048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063cef037d89060440161091e565b611c8f614641565b604051620f049d60ea1b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633c1274009060440161091e565b611cdd614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015611d39573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d5d91906149b4565b600d54969c50949a5091985096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__639232db3f6009611d9f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611ddb57600080fd5b505af4158015611def573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a9086908b908b908b908b90600401614a50565b611e37614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015611e8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611eb39190614a9f565b50604154929550909350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630c4e5686603b611eea60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015611f2657600080fd5b505af4158015611f3a573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908790879087908790600401614afe565b611f7c614641565b604051633964f6cb60e11b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906372c9ed969060440161091e565b611fcb614641565b604051636312276d60e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063c6244eda9060440161091e565b612017614641565b604051632d453d5760e01b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632d453d579060440161091e565b612063614641565b6040516377b3952360e11b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063ef672a469060440161091e565b6120b2614641565b60405163382c42c560e11b8152603b600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90637058858a9060440161091e565b6120fe614641565b60405163730d3c4360e11b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e61a78869060440161091e565b61214a614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156121ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906121d19190614854565b9a509a509a509a505099509950995099509950995060006017600c0160009054906101000a900461ffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d7e1b317909161222560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561226157600080fd5b505af4158015612275573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908a908f908f908f908f9060040161493a565b6122c5614641565b604554604051635f2b2d0d60e01b81526001600160a01b038481166004830152831515602483015290911690635f2b2d0d906044015b600060405180830381600087803b15801561231557600080fd5b505af1158015612329573d6000803e3d6000fd5b505050505050565b612339614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015612395573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906123b991906149b4565b600f54969c50949a509298509650909450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__638a346d4d60096123fc60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561243857600080fd5b505af415801561244c573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a9087908b908b908b90600401614a50565b612494614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156124f7573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061251b9190614854565b9a509a509a509a509a50509950995099509950995060006017600a0160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__631b3f064f909161257160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156125ad57600080fd5b505af41580156125c1573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e9089908f908f908f908f908f9060040161493a565b612611614641565b60006049541161265a5760405162461bcd60e51b815260206004820152601460248201527310da185b99d9481b9bdd081a5b9a5d1a585d195960621b60448201526064016113fb565b60465460495461266a9042614bf0565b10156126b85760405162461bcd60e51b815260206004820181905260248201527f476f7665726e616e63652064656c617920686173206e6f7420656c617073656460448201526064016113fb565b604554604a546040516334e2fffd60e21b81526001600160a01b03918216600482015291169063d38bfff490602401600060405180830381600087803b15801561270157600080fd5b505af1158015612715573d6000803e3d6000fd5b505060006049555050604a80546001600160a01b0319169055565b612738614641565b604554604051631835c4bf60e21b81526001600160a01b0384811660048301528315156024830152909116906360d712fc906044016122fb565b61277a614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156127d6573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906127fa9190614b2e565b50603954959b5093995091975095509350915063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dbf83803602d61283860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561287457600080fd5b505af4158015612888573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a908a908a908a908a90600401614ba9565b6128d0614641565b6040516323d4f60160e21b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638f53d8049060440161091e565b61291f614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa15801561297b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061299f91906149b4565b601354969c50949a509298509096509450909250506001600160601b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f818e43c60096129e260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612a1e57600080fd5b505af4158015612a32573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a908a908a9089908b90600401614a50565b60468160038110612a8257600080fd5b0154905081565b612a91614641565b60405163f543e37d60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063f543e37d9060440161091e565b612ae0614641565b612aea600061469b565b565b612af4614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015612b4c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612b709190614a9f565b603d5493965090945092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63d2a27c33603b612ba760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612be357600080fd5b505af4158015612bf7573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908790859088908890600401614afe565b612c39614641565b6040516353cf6f6560e01b81526001600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906353cf6f659060440161091e565b612c85614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa158015612ce8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612d0c9190614854565b9a509a509a509a509a509a509a509a5050995099506000601760040160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6351a3d06e9091612d6260465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612d9e57600080fd5b505af4158015612db2573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e9086908f908f908f908f908f908f908f908f9060040161493a565b612e02614641565b60405163126e077960e31b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906393703bc89060440161091e565b612e4e614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa158015612ea6573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612eca9190614c17565b600554939650919450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6368decba26001612f0560465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015612f4157600080fd5b505af4158015612f55573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908790879086908890600401614c5a565b612f97614641565b6040516322b8310d60e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638ae0c4349060440161091e565b612fe6614641565b604a80546001600160a01b0319166001600160a01b0383169081179091554260498190556040805192835260208301919091527f24973178c1aef0f16b3490f7b45109bb38df71d627a7ed575597447150837881910160405180910390a150565b61304f614641565b6040516336cdaf1960e11b81526017600482015261ffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90636d9b5e329060440161091e565b613099614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b031663c42b64d06040518163ffffffff1660e01b8152600401608060405180830381865afa1580156130f1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906131159190614c17565b6003549396509094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63362c2372600161314f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561318b57600080fd5b505af415801561319f573d6000803e3d6000fd5b5050604554604051633832650760e01b81526001600160a01b03909116925063383265079150611182908790859088908890600401614c5a565b6131e1614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561323d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906132619190614b2e565b602d8054969d50949b509299509097509550935063ffffffff909116915073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063a62029f6906132a460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156132e057600080fd5b505af41580156132f4573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c9084908b908b908b908b908b908b90600401614ba9565b61333c614641565b604051631323ffb160e11b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90632647ff629060440161091e565b613388614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156133eb573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061340f9190614854565b9a50509950995099509950995099509950995099506000601760120160009054906101000a90046001600160601b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__636d5be9be909161346860465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156134a457600080fd5b505af41580156134b8573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e908e908e908e908e908e908d908f9060040161493a565b613508614641565b60405163a6b0e7bd60e01b81526017600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063a6b0e7bd9060440161091e565b613554614641565b604051620c4fa760ea1b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063313e9c009060440161091e565b61359f614641565b6040516391346cbb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906391346cbb9060440161091e565b6135ee614641565b6040516304b8e2eb60e01b8152602d60048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906304b8e2eb9060440161091e565b61363d614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156136a0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906136c49190614854565b9a509a509a509a509a509a509a509a509a509a50506000601760000160009054906101000a90046001600160401b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__630b5a08ed909161371d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561375957600080fd5b505af415801561376d573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace9084908f908f908f908f908f908f908f908f908f908f9060040161493a565b6137bd614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa158015613819573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061383d9190614b2e565b603154969c50949a5091985096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63f08cac39602d61387f60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156138bb57600080fd5b505af41580156138cf573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a9086908b908b908b908b90600401614ba9565b613917614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa15801561397a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061399e9190614854565b9a509a509a509a509a509a505099509950995099506000601760080160009054906101000a90046001600160601b03169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63ffbe062790916139f760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613a3357600080fd5b505af4158015613a47573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e908e9088908f908f908f908f908f908f9060040161493a565b613a97614641565b604051630b56b11560e41b8152604360048201526001600160a01b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063b56b11509060440161091e565b613ae6614641565b604051638a397dd760e01b8152603b60048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90638a397dd79060440161091e565b613b35614641565b6040516301d2d6f160e51b8152601760048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90633a5ade209060440161091e565b613b84614641565b604380546001600160a01b03169073__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a46b83390613bb760465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613bf357600080fd5b505af4158015613c07573d6000803e3d6000fd5b5050604554604051637f51bb1f60e01b81526001600160a01b0385811660048301529091169250637f51bb1f9150602401600060405180830381600087803b158015613c5257600080fd5b505af115801561094a573d6000803e3d6000fd5b613c6e614641565b60405163e37b9e1b60e01b8152602d600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063e37b9e1b9060440161091e565b613cba614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015613d16573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613d3a91906149b4565b601154969c50949a509298509096509094509092505063ffffffff1673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a48814a56009613d7b60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613db757600080fd5b505af4158015613dcb573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a908a908a908a9088908b908b90600401614a50565b613e13614641565b6040516383eb9c5960e01b81526009600482015263ffffffff8216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__906383eb9c599060440161091e565b613e5f614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b0316636e70ce416040518163ffffffff1660e01b815260040160e060405180830381865afa158015613ebb573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190613edf91906149b4565b600b54969c50939a50919850965094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63c4faa8676009613f2060465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b158015613f5c57600080fd5b505af4158015613f70573d6000803e3d6000fd5b505060455460405163b5da217160e01b81526001600160a01b03909116925063b5da21719150610e2c908a9085908b908b908b908b908b90600401614a50565b613fb8614641565b60405163128c836760e21b8152601760048201526001600160601b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__90634a320d9c9060440161091e565b614007614641565b6001600160a01b03811661406c5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016113fb565b6140758161469b565b50565b614080614641565b600080600080600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b031663be05abe36040518163ffffffff1660e01b815260040161016060405180830381865afa1580156140e3573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906141079190614854565b9a509a509a509a509a509a509a50509950995099506000601760060160009054906101000a900463ffffffff169050601773__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63dcce6cc8909161415d60465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561419957600080fd5b505af41580156141ad573d6000803e3d6000fd5b505060455460405163c3b5ffc960e01b81526001600160a01b03909116925063c3b5ffc99150610ace908e908e908e9087908f908f908f908f908f908f908f9060040161493a565b6141fd614641565b6000806000604560009054906101000a90046001600160a01b03166001600160a01b03166375b922d16040518163ffffffff1660e01b8152600401608060405180830381865afa158015614255573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906142799190614a9f565b603f54939650919450909250506001600160601b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63a9e31763603b6142b460465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156142f057600080fd5b505af4158015614304573d6000803e3d6000fd5b505060455460405163dc49117b60e01b81526001600160a01b03909116925063dc49117b9150611182908790879086908890600401614afe565b614346614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa1580156143a2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906143c69190614b2e565b603754969c50949a509298509096509450909250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__63af11623a602d61440960465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b15801561444557600080fd5b505af4158015614459573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a908a908a908a908a9089908b90600401614ba9565b6144a1614641565b60405163baa9397360e01b8152600960048201526001600160401b038216602482015273__$a76fe959a16b0ef92b5d2bd739d5cb0318$__9063baa939739060440161091e565b6144f0614641565b600080600080600080604560009054906101000a90046001600160a01b03166001600160a01b03166361ccf97a6040518163ffffffff1660e01b815260040160e060405180830381865afa15801561454c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906145709190614b2e565b602f54969c50939a50919850965094509250506001600160401b031673__$a76fe959a16b0ef92b5d2bd739d5cb0318$__6381f5c03a602d6145b160465490565b6040516001600160e01b031960e085901b1681526004810192909252602482015260440160006040518083038186803b1580156145ed57600080fd5b505af4158015614601573d6000803e3d6000fd5b505060455460405163883d6a1160e01b81526001600160a01b03909116925063883d6a119150610e2c908a9085908b908b908b908b908b90600401614ba9565b6000546001600160a01b03163314612aea5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016113fb565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160401b038116811461407557600080fd5b60006020828403121561471257600080fd5b813561471d816146eb565b9392505050565b63ffffffff8116811461407557600080fd5b60006020828403121561474857600080fd5b813561471d81614724565b6001600160601b038116811461407557600080fd5b60006020828403121561477a57600080fd5b813561471d81614753565b60006020828403121561479757600080fd5b5035919050565b80356001600160a01b03811681146147b557600080fd5b919050565b600080604083850312156147cd57600080fd5b6147d68361479e565b9150602083013580151581146147eb57600080fd5b809150509250929050565b60006020828403121561480857600080fd5b61471d8261479e565b61ffff8116811461407557600080fd5b60006020828403121561483357600080fd5b813561471d81614811565b80516147b581614724565b80516147b581614753565b60008060008060008060008060008060006101608c8e03121561487657600080fd5b8b51614881816146eb565b60208d0151909b50614892816146eb565b60408d0151909a506148a381614724565b60608d01519099506148b481614724565b60808d01519098506148c581614753565b60a08d01519097506148d681614724565b60c08d01519096506148e781614811565b60e08d01519095506148f8816146eb565b6101008d015190945061490a81614724565b92506149196101208d01614849565b91506149286101408d0161483e565b90509295989b509295989b9093969950565b6001600160401b039b8c168152998b1660208b015263ffffffff98891660408b015296881660608a01526001600160601b0395861660808a015293871660a089015261ffff9290921660c088015290961660e086015294831661010085015293909316610120830152919091166101408201526101600190565b600080600080600080600060e0888a0312156149cf57600080fd5b87516149da816146eb565b60208901519097506149eb816146eb565b60408901519096506149fc816146eb565b6060890151909550614a0d816146eb565b6080890151909450614a1e81614724565b60a0890151909350614a2f81614753565b60c0890151909250614a4081614724565b8091505092959891949750929550565b6001600160401b0397881681529587166020870152938616604086015291909416606084015263ffffffff93841660808401526001600160601b031660a083015290911660c082015260e00190565b60008060008060808587031215614ab557600080fd5b8451614ac081614753565b6020860151909450614ad181614724565b6040860151909350614ae281614753565b6060860151909250614af381614724565b939692955090935050565b6001600160601b03948516815263ffffffff93841660208201529190931660408201529116606082015260800190565b600080600080600080600060e0888a031215614b4957600080fd5b8751614b5481614724565b6020890151909750614b65816146eb565b6040890151909650614b76816146eb565b6060890151909550614b87816146eb565b6080890151909450614b9881614724565b60a0890151909350614a2f816146eb565b63ffffffff97881681526001600160401b03968716602082015294861660408601529285166060850152908516608084015290921660a0820152911660c082015260e00190565b81810381811115614c1157634e487b7160e01b600052601160045260246000fd5b92915050565b60008060008060808587031215614c2d57600080fd5b8451614c38816146eb565b6020860151909450614c49816146eb565b6040860151909350614ae2816146eb565b6001600160401b03948516815292841660208401529216604082015263ffffffff90911660608201526080019056fea26469706673582212201ba2b6677384d38a083d2080765fc3b645b5066b3d3b5e4c6383de40a623e2dc64736f6c63430008110033",
|
|
2008
|
+
"libraries": {
|
|
2009
|
+
"BridgeGovernanceParameters": "0x17C8b71E5eE01A726766c99d397D619219C8CAF3"
|
|
2010
|
+
}
|
|
2011
|
+
}
|