@chainlink/evm-gauntlet-svr 0.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2571 @@
1
+ {
2
+ "abi": [
3
+ {
4
+ "type": "constructor",
5
+ "inputs": [
6
+ { "name": "atlas", "type": "address", "internalType": "address" },
7
+ {
8
+ "name": "oevShareFastlane_",
9
+ "type": "uint256",
10
+ "internalType": "uint256"
11
+ },
12
+ {
13
+ "name": "oevAllocationDestinationFastlane_",
14
+ "type": "address",
15
+ "internalType": "address"
16
+ },
17
+ {
18
+ "name": "oevAllocationDestinationProtocol_",
19
+ "type": "address",
20
+ "internalType": "address"
21
+ }
22
+ ],
23
+ "stateMutability": "nonpayable"
24
+ },
25
+ {
26
+ "type": "function",
27
+ "name": "ATLAS",
28
+ "inputs": [],
29
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
30
+ "stateMutability": "view"
31
+ },
32
+ {
33
+ "type": "function",
34
+ "name": "ATLAS_VERIFICATION",
35
+ "inputs": [],
36
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
37
+ "stateMutability": "view"
38
+ },
39
+ {
40
+ "type": "function",
41
+ "name": "CALL_CONFIG",
42
+ "inputs": [],
43
+ "outputs": [{ "name": "", "type": "uint32", "internalType": "uint32" }],
44
+ "stateMutability": "view"
45
+ },
46
+ {
47
+ "type": "function",
48
+ "name": "CONTROL",
49
+ "inputs": [],
50
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
51
+ "stateMutability": "view"
52
+ },
53
+ {
54
+ "type": "function",
55
+ "name": "OEV_SHARE_SCALE",
56
+ "inputs": [],
57
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
58
+ "stateMutability": "view"
59
+ },
60
+ {
61
+ "type": "function",
62
+ "name": "SOURCE",
63
+ "inputs": [],
64
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
65
+ "stateMutability": "view"
66
+ },
67
+ {
68
+ "type": "function",
69
+ "name": "acceptGovernance",
70
+ "inputs": [],
71
+ "outputs": [],
72
+ "stateMutability": "nonpayable"
73
+ },
74
+ {
75
+ "type": "function",
76
+ "name": "addAllowedSelector",
77
+ "inputs": [
78
+ { "name": "selector", "type": "bytes4", "internalType": "bytes4" }
79
+ ],
80
+ "outputs": [],
81
+ "stateMutability": "nonpayable"
82
+ },
83
+ {
84
+ "type": "function",
85
+ "name": "addOracleToWhitelist",
86
+ "inputs": [
87
+ { "name": "oracle", "type": "address", "internalType": "address" }
88
+ ],
89
+ "outputs": [],
90
+ "stateMutability": "nonpayable"
91
+ },
92
+ {
93
+ "type": "function",
94
+ "name": "allocateValueCall",
95
+ "inputs": [
96
+ { "name": "solved", "type": "bool", "internalType": "bool" },
97
+ { "name": "bidToken", "type": "address", "internalType": "address" },
98
+ { "name": "bidAmount", "type": "uint256", "internalType": "uint256" },
99
+ { "name": "data", "type": "bytes", "internalType": "bytes" }
100
+ ],
101
+ "outputs": [],
102
+ "stateMutability": "nonpayable"
103
+ },
104
+ {
105
+ "type": "function",
106
+ "name": "allowedSelectors",
107
+ "inputs": [
108
+ { "name": "selector", "type": "bytes4", "internalType": "bytes4" }
109
+ ],
110
+ "outputs": [
111
+ { "name": "isAllowed", "type": "bool", "internalType": "bool" }
112
+ ],
113
+ "stateMutability": "view"
114
+ },
115
+ {
116
+ "type": "function",
117
+ "name": "allowedSelectorsCount",
118
+ "inputs": [],
119
+ "outputs": [{ "name": "", "type": "uint32", "internalType": "uint32" }],
120
+ "stateMutability": "view"
121
+ },
122
+ {
123
+ "type": "function",
124
+ "name": "authorizedExecutionEnv",
125
+ "inputs": [],
126
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
127
+ "stateMutability": "view"
128
+ },
129
+ {
130
+ "type": "function",
131
+ "name": "authorizedUserOpSigner",
132
+ "inputs": [],
133
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
134
+ "stateMutability": "view"
135
+ },
136
+ {
137
+ "type": "function",
138
+ "name": "getBidFormat",
139
+ "inputs": [
140
+ {
141
+ "name": "",
142
+ "type": "tuple",
143
+ "internalType": "struct UserOperation",
144
+ "components": [
145
+ { "name": "from", "type": "address", "internalType": "address" },
146
+ { "name": "to", "type": "address", "internalType": "address" },
147
+ { "name": "value", "type": "uint256", "internalType": "uint256" },
148
+ { "name": "gas", "type": "uint256", "internalType": "uint256" },
149
+ {
150
+ "name": "maxFeePerGas",
151
+ "type": "uint256",
152
+ "internalType": "uint256"
153
+ },
154
+ { "name": "nonce", "type": "uint256", "internalType": "uint256" },
155
+ {
156
+ "name": "deadline",
157
+ "type": "uint256",
158
+ "internalType": "uint256"
159
+ },
160
+ { "name": "dapp", "type": "address", "internalType": "address" },
161
+ { "name": "control", "type": "address", "internalType": "address" },
162
+ {
163
+ "name": "callConfig",
164
+ "type": "uint32",
165
+ "internalType": "uint32"
166
+ },
167
+ {
168
+ "name": "dappGasLimit",
169
+ "type": "uint32",
170
+ "internalType": "uint32"
171
+ },
172
+ {
173
+ "name": "solverGasLimit",
174
+ "type": "uint32",
175
+ "internalType": "uint32"
176
+ },
177
+ {
178
+ "name": "bundlerSurchargeRate",
179
+ "type": "uint24",
180
+ "internalType": "uint24"
181
+ },
182
+ {
183
+ "name": "sessionKey",
184
+ "type": "address",
185
+ "internalType": "address"
186
+ },
187
+ { "name": "data", "type": "bytes", "internalType": "bytes" },
188
+ { "name": "signature", "type": "bytes", "internalType": "bytes" }
189
+ ]
190
+ }
191
+ ],
192
+ "outputs": [
193
+ { "name": "bidToken", "type": "address", "internalType": "address" }
194
+ ],
195
+ "stateMutability": "pure"
196
+ },
197
+ {
198
+ "type": "function",
199
+ "name": "getBidValue",
200
+ "inputs": [
201
+ {
202
+ "name": "solverOp",
203
+ "type": "tuple",
204
+ "internalType": "struct SolverOperation",
205
+ "components": [
206
+ { "name": "from", "type": "address", "internalType": "address" },
207
+ { "name": "to", "type": "address", "internalType": "address" },
208
+ { "name": "value", "type": "uint256", "internalType": "uint256" },
209
+ { "name": "gas", "type": "uint256", "internalType": "uint256" },
210
+ {
211
+ "name": "maxFeePerGas",
212
+ "type": "uint256",
213
+ "internalType": "uint256"
214
+ },
215
+ {
216
+ "name": "deadline",
217
+ "type": "uint256",
218
+ "internalType": "uint256"
219
+ },
220
+ { "name": "solver", "type": "address", "internalType": "address" },
221
+ { "name": "control", "type": "address", "internalType": "address" },
222
+ {
223
+ "name": "userOpHash",
224
+ "type": "bytes32",
225
+ "internalType": "bytes32"
226
+ },
227
+ {
228
+ "name": "bidToken",
229
+ "type": "address",
230
+ "internalType": "address"
231
+ },
232
+ {
233
+ "name": "bidAmount",
234
+ "type": "uint256",
235
+ "internalType": "uint256"
236
+ },
237
+ { "name": "data", "type": "bytes", "internalType": "bytes" },
238
+ { "name": "signature", "type": "bytes", "internalType": "bytes" }
239
+ ]
240
+ }
241
+ ],
242
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
243
+ "stateMutability": "pure"
244
+ },
245
+ {
246
+ "type": "function",
247
+ "name": "getBundlerSurchargeRate",
248
+ "inputs": [],
249
+ "outputs": [{ "name": "", "type": "uint24", "internalType": "uint24" }],
250
+ "stateMutability": "view"
251
+ },
252
+ {
253
+ "type": "function",
254
+ "name": "getCallConfig",
255
+ "inputs": [],
256
+ "outputs": [
257
+ {
258
+ "name": "",
259
+ "type": "tuple",
260
+ "internalType": "struct CallConfig",
261
+ "components": [
262
+ {
263
+ "name": "userNoncesSequential",
264
+ "type": "bool",
265
+ "internalType": "bool"
266
+ },
267
+ {
268
+ "name": "dappNoncesSequential",
269
+ "type": "bool",
270
+ "internalType": "bool"
271
+ },
272
+ { "name": "requirePreOps", "type": "bool", "internalType": "bool" },
273
+ {
274
+ "name": "trackPreOpsReturnData",
275
+ "type": "bool",
276
+ "internalType": "bool"
277
+ },
278
+ {
279
+ "name": "trackUserReturnData",
280
+ "type": "bool",
281
+ "internalType": "bool"
282
+ },
283
+ { "name": "delegateUser", "type": "bool", "internalType": "bool" },
284
+ {
285
+ "name": "requirePreSolver",
286
+ "type": "bool",
287
+ "internalType": "bool"
288
+ },
289
+ {
290
+ "name": "requirePostSolver",
291
+ "type": "bool",
292
+ "internalType": "bool"
293
+ },
294
+ { "name": "zeroSolvers", "type": "bool", "internalType": "bool" },
295
+ { "name": "reuseUserOp", "type": "bool", "internalType": "bool" },
296
+ {
297
+ "name": "userAuctioneer",
298
+ "type": "bool",
299
+ "internalType": "bool"
300
+ },
301
+ {
302
+ "name": "solverAuctioneer",
303
+ "type": "bool",
304
+ "internalType": "bool"
305
+ },
306
+ {
307
+ "name": "unknownAuctioneer",
308
+ "type": "bool",
309
+ "internalType": "bool"
310
+ },
311
+ {
312
+ "name": "verifyCallChainHash",
313
+ "type": "bool",
314
+ "internalType": "bool"
315
+ },
316
+ {
317
+ "name": "forwardReturnData",
318
+ "type": "bool",
319
+ "internalType": "bool"
320
+ },
321
+ {
322
+ "name": "requireFulfillment",
323
+ "type": "bool",
324
+ "internalType": "bool"
325
+ },
326
+ { "name": "trustedOpHash", "type": "bool", "internalType": "bool" },
327
+ {
328
+ "name": "invertBidValue",
329
+ "type": "bool",
330
+ "internalType": "bool"
331
+ },
332
+ { "name": "exPostBids", "type": "bool", "internalType": "bool" },
333
+ {
334
+ "name": "multipleSuccessfulSolvers",
335
+ "type": "bool",
336
+ "internalType": "bool"
337
+ },
338
+ {
339
+ "name": "checkMetacallGasLimit",
340
+ "type": "bool",
341
+ "internalType": "bool"
342
+ }
343
+ ]
344
+ }
345
+ ],
346
+ "stateMutability": "view"
347
+ },
348
+ {
349
+ "type": "function",
350
+ "name": "getDAppConfig",
351
+ "inputs": [
352
+ {
353
+ "name": "userOp",
354
+ "type": "tuple",
355
+ "internalType": "struct UserOperation",
356
+ "components": [
357
+ { "name": "from", "type": "address", "internalType": "address" },
358
+ { "name": "to", "type": "address", "internalType": "address" },
359
+ { "name": "value", "type": "uint256", "internalType": "uint256" },
360
+ { "name": "gas", "type": "uint256", "internalType": "uint256" },
361
+ {
362
+ "name": "maxFeePerGas",
363
+ "type": "uint256",
364
+ "internalType": "uint256"
365
+ },
366
+ { "name": "nonce", "type": "uint256", "internalType": "uint256" },
367
+ {
368
+ "name": "deadline",
369
+ "type": "uint256",
370
+ "internalType": "uint256"
371
+ },
372
+ { "name": "dapp", "type": "address", "internalType": "address" },
373
+ { "name": "control", "type": "address", "internalType": "address" },
374
+ {
375
+ "name": "callConfig",
376
+ "type": "uint32",
377
+ "internalType": "uint32"
378
+ },
379
+ {
380
+ "name": "dappGasLimit",
381
+ "type": "uint32",
382
+ "internalType": "uint32"
383
+ },
384
+ {
385
+ "name": "solverGasLimit",
386
+ "type": "uint32",
387
+ "internalType": "uint32"
388
+ },
389
+ {
390
+ "name": "bundlerSurchargeRate",
391
+ "type": "uint24",
392
+ "internalType": "uint24"
393
+ },
394
+ {
395
+ "name": "sessionKey",
396
+ "type": "address",
397
+ "internalType": "address"
398
+ },
399
+ { "name": "data", "type": "bytes", "internalType": "bytes" },
400
+ { "name": "signature", "type": "bytes", "internalType": "bytes" }
401
+ ]
402
+ }
403
+ ],
404
+ "outputs": [
405
+ {
406
+ "name": "dConfig",
407
+ "type": "tuple",
408
+ "internalType": "struct DAppConfig",
409
+ "components": [
410
+ { "name": "to", "type": "address", "internalType": "address" },
411
+ {
412
+ "name": "callConfig",
413
+ "type": "uint32",
414
+ "internalType": "uint32"
415
+ },
416
+ {
417
+ "name": "bidToken",
418
+ "type": "address",
419
+ "internalType": "address"
420
+ },
421
+ {
422
+ "name": "solverGasLimit",
423
+ "type": "uint32",
424
+ "internalType": "uint32"
425
+ },
426
+ {
427
+ "name": "dappGasLimit",
428
+ "type": "uint32",
429
+ "internalType": "uint32"
430
+ },
431
+ {
432
+ "name": "bundlerSurchargeRate",
433
+ "type": "uint128",
434
+ "internalType": "uint128"
435
+ }
436
+ ]
437
+ }
438
+ ],
439
+ "stateMutability": "view"
440
+ },
441
+ {
442
+ "type": "function",
443
+ "name": "getDAppGasLimit",
444
+ "inputs": [],
445
+ "outputs": [{ "name": "", "type": "uint32", "internalType": "uint32" }],
446
+ "stateMutability": "view"
447
+ },
448
+ {
449
+ "type": "function",
450
+ "name": "getDAppSignatory",
451
+ "inputs": [],
452
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
453
+ "stateMutability": "view"
454
+ },
455
+ {
456
+ "type": "function",
457
+ "name": "getSharesAndDestinations",
458
+ "inputs": [],
459
+ "outputs": [
460
+ {
461
+ "name": "oevShareFastlane_",
462
+ "type": "uint256",
463
+ "internalType": "uint256"
464
+ },
465
+ {
466
+ "name": "oevAllocationDestinationFastlane_",
467
+ "type": "address",
468
+ "internalType": "address"
469
+ },
470
+ {
471
+ "name": "oevAllocationDestinationProtocol_",
472
+ "type": "address",
473
+ "internalType": "address"
474
+ }
475
+ ],
476
+ "stateMutability": "view"
477
+ },
478
+ {
479
+ "type": "function",
480
+ "name": "getSolverGasLimit",
481
+ "inputs": [],
482
+ "outputs": [{ "name": "", "type": "uint32", "internalType": "uint32" }],
483
+ "stateMutability": "view"
484
+ },
485
+ {
486
+ "type": "function",
487
+ "name": "governance",
488
+ "inputs": [],
489
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
490
+ "stateMutability": "view"
491
+ },
492
+ {
493
+ "type": "function",
494
+ "name": "oevAllocationDestinationFastlane",
495
+ "inputs": [],
496
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
497
+ "stateMutability": "view"
498
+ },
499
+ {
500
+ "type": "function",
501
+ "name": "oevAllocationDestinationProtocol",
502
+ "inputs": [],
503
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
504
+ "stateMutability": "view"
505
+ },
506
+ {
507
+ "type": "function",
508
+ "name": "oevShareFastlane",
509
+ "inputs": [],
510
+ "outputs": [{ "name": "", "type": "uint256", "internalType": "uint256" }],
511
+ "stateMutability": "view"
512
+ },
513
+ {
514
+ "type": "function",
515
+ "name": "oracleWhitelist",
516
+ "inputs": [
517
+ { "name": "oracle", "type": "address", "internalType": "address" }
518
+ ],
519
+ "outputs": [
520
+ { "name": "isWhitelisted", "type": "bool", "internalType": "bool" }
521
+ ],
522
+ "stateMutability": "view"
523
+ },
524
+ {
525
+ "type": "function",
526
+ "name": "pendingGovernance",
527
+ "inputs": [],
528
+ "outputs": [{ "name": "", "type": "address", "internalType": "address" }],
529
+ "stateMutability": "view"
530
+ },
531
+ {
532
+ "type": "function",
533
+ "name": "postSolverCall",
534
+ "inputs": [
535
+ {
536
+ "name": "solverOp",
537
+ "type": "tuple",
538
+ "internalType": "struct SolverOperation",
539
+ "components": [
540
+ { "name": "from", "type": "address", "internalType": "address" },
541
+ { "name": "to", "type": "address", "internalType": "address" },
542
+ { "name": "value", "type": "uint256", "internalType": "uint256" },
543
+ { "name": "gas", "type": "uint256", "internalType": "uint256" },
544
+ {
545
+ "name": "maxFeePerGas",
546
+ "type": "uint256",
547
+ "internalType": "uint256"
548
+ },
549
+ {
550
+ "name": "deadline",
551
+ "type": "uint256",
552
+ "internalType": "uint256"
553
+ },
554
+ { "name": "solver", "type": "address", "internalType": "address" },
555
+ { "name": "control", "type": "address", "internalType": "address" },
556
+ {
557
+ "name": "userOpHash",
558
+ "type": "bytes32",
559
+ "internalType": "bytes32"
560
+ },
561
+ {
562
+ "name": "bidToken",
563
+ "type": "address",
564
+ "internalType": "address"
565
+ },
566
+ {
567
+ "name": "bidAmount",
568
+ "type": "uint256",
569
+ "internalType": "uint256"
570
+ },
571
+ { "name": "data", "type": "bytes", "internalType": "bytes" },
572
+ { "name": "signature", "type": "bytes", "internalType": "bytes" }
573
+ ]
574
+ },
575
+ { "name": "returnData", "type": "bytes", "internalType": "bytes" }
576
+ ],
577
+ "outputs": [],
578
+ "stateMutability": "payable"
579
+ },
580
+ {
581
+ "type": "function",
582
+ "name": "preOpsCall",
583
+ "inputs": [
584
+ {
585
+ "name": "userOp",
586
+ "type": "tuple",
587
+ "internalType": "struct UserOperation",
588
+ "components": [
589
+ { "name": "from", "type": "address", "internalType": "address" },
590
+ { "name": "to", "type": "address", "internalType": "address" },
591
+ { "name": "value", "type": "uint256", "internalType": "uint256" },
592
+ { "name": "gas", "type": "uint256", "internalType": "uint256" },
593
+ {
594
+ "name": "maxFeePerGas",
595
+ "type": "uint256",
596
+ "internalType": "uint256"
597
+ },
598
+ { "name": "nonce", "type": "uint256", "internalType": "uint256" },
599
+ {
600
+ "name": "deadline",
601
+ "type": "uint256",
602
+ "internalType": "uint256"
603
+ },
604
+ { "name": "dapp", "type": "address", "internalType": "address" },
605
+ { "name": "control", "type": "address", "internalType": "address" },
606
+ {
607
+ "name": "callConfig",
608
+ "type": "uint32",
609
+ "internalType": "uint32"
610
+ },
611
+ {
612
+ "name": "dappGasLimit",
613
+ "type": "uint32",
614
+ "internalType": "uint32"
615
+ },
616
+ {
617
+ "name": "solverGasLimit",
618
+ "type": "uint32",
619
+ "internalType": "uint32"
620
+ },
621
+ {
622
+ "name": "bundlerSurchargeRate",
623
+ "type": "uint24",
624
+ "internalType": "uint24"
625
+ },
626
+ {
627
+ "name": "sessionKey",
628
+ "type": "address",
629
+ "internalType": "address"
630
+ },
631
+ { "name": "data", "type": "bytes", "internalType": "bytes" },
632
+ { "name": "signature", "type": "bytes", "internalType": "bytes" }
633
+ ]
634
+ }
635
+ ],
636
+ "outputs": [{ "name": "", "type": "bytes", "internalType": "bytes" }],
637
+ "stateMutability": "payable"
638
+ },
639
+ {
640
+ "type": "function",
641
+ "name": "preSolverCall",
642
+ "inputs": [
643
+ {
644
+ "name": "solverOp",
645
+ "type": "tuple",
646
+ "internalType": "struct SolverOperation",
647
+ "components": [
648
+ { "name": "from", "type": "address", "internalType": "address" },
649
+ { "name": "to", "type": "address", "internalType": "address" },
650
+ { "name": "value", "type": "uint256", "internalType": "uint256" },
651
+ { "name": "gas", "type": "uint256", "internalType": "uint256" },
652
+ {
653
+ "name": "maxFeePerGas",
654
+ "type": "uint256",
655
+ "internalType": "uint256"
656
+ },
657
+ {
658
+ "name": "deadline",
659
+ "type": "uint256",
660
+ "internalType": "uint256"
661
+ },
662
+ { "name": "solver", "type": "address", "internalType": "address" },
663
+ { "name": "control", "type": "address", "internalType": "address" },
664
+ {
665
+ "name": "userOpHash",
666
+ "type": "bytes32",
667
+ "internalType": "bytes32"
668
+ },
669
+ {
670
+ "name": "bidToken",
671
+ "type": "address",
672
+ "internalType": "address"
673
+ },
674
+ {
675
+ "name": "bidAmount",
676
+ "type": "uint256",
677
+ "internalType": "uint256"
678
+ },
679
+ { "name": "data", "type": "bytes", "internalType": "bytes" },
680
+ { "name": "signature", "type": "bytes", "internalType": "bytes" }
681
+ ]
682
+ },
683
+ { "name": "returnData", "type": "bytes", "internalType": "bytes" }
684
+ ],
685
+ "outputs": [],
686
+ "stateMutability": "payable"
687
+ },
688
+ {
689
+ "type": "function",
690
+ "name": "removeAllowedSelector",
691
+ "inputs": [
692
+ { "name": "selector", "type": "bytes4", "internalType": "bytes4" }
693
+ ],
694
+ "outputs": [],
695
+ "stateMutability": "nonpayable"
696
+ },
697
+ {
698
+ "type": "function",
699
+ "name": "removeOracleFromWhitelist",
700
+ "inputs": [
701
+ { "name": "oracle", "type": "address", "internalType": "address" }
702
+ ],
703
+ "outputs": [],
704
+ "stateMutability": "nonpayable"
705
+ },
706
+ {
707
+ "type": "function",
708
+ "name": "requireSequentialDAppNonces",
709
+ "inputs": [],
710
+ "outputs": [
711
+ { "name": "isSequential", "type": "bool", "internalType": "bool" }
712
+ ],
713
+ "stateMutability": "view"
714
+ },
715
+ {
716
+ "type": "function",
717
+ "name": "requireSequentialUserNonces",
718
+ "inputs": [],
719
+ "outputs": [
720
+ { "name": "isSequential", "type": "bool", "internalType": "bool" }
721
+ ],
722
+ "stateMutability": "view"
723
+ },
724
+ {
725
+ "type": "function",
726
+ "name": "setAuthorizedUserOpSigner",
727
+ "inputs": [
728
+ {
729
+ "name": "authorizedUserOpSigner_",
730
+ "type": "address",
731
+ "internalType": "address"
732
+ }
733
+ ],
734
+ "outputs": [],
735
+ "stateMutability": "nonpayable"
736
+ },
737
+ {
738
+ "type": "function",
739
+ "name": "setBundlerSurchargeRate",
740
+ "inputs": [
741
+ {
742
+ "name": "bundlerSurchargeRate_",
743
+ "type": "uint24",
744
+ "internalType": "uint24"
745
+ }
746
+ ],
747
+ "outputs": [],
748
+ "stateMutability": "nonpayable"
749
+ },
750
+ {
751
+ "type": "function",
752
+ "name": "setDAppGasLimit",
753
+ "inputs": [
754
+ { "name": "dappGasLimit_", "type": "uint32", "internalType": "uint32" }
755
+ ],
756
+ "outputs": [],
757
+ "stateMutability": "nonpayable"
758
+ },
759
+ {
760
+ "type": "function",
761
+ "name": "setOevAllocationDestinationFastlane",
762
+ "inputs": [
763
+ {
764
+ "name": "oevAllocationDestinationFastlane_",
765
+ "type": "address",
766
+ "internalType": "address"
767
+ }
768
+ ],
769
+ "outputs": [],
770
+ "stateMutability": "nonpayable"
771
+ },
772
+ {
773
+ "type": "function",
774
+ "name": "setOevAllocationDestinationProtocol",
775
+ "inputs": [
776
+ {
777
+ "name": "oevAllocationDestinationProtocol_",
778
+ "type": "address",
779
+ "internalType": "address"
780
+ }
781
+ ],
782
+ "outputs": [],
783
+ "stateMutability": "nonpayable"
784
+ },
785
+ {
786
+ "type": "function",
787
+ "name": "setOevShareFastlane",
788
+ "inputs": [
789
+ {
790
+ "name": "oevShareFastlane_",
791
+ "type": "uint256",
792
+ "internalType": "uint256"
793
+ }
794
+ ],
795
+ "outputs": [],
796
+ "stateMutability": "nonpayable"
797
+ },
798
+ {
799
+ "type": "function",
800
+ "name": "setSolverGasLimit",
801
+ "inputs": [
802
+ {
803
+ "name": "solverGasLimit_",
804
+ "type": "uint32",
805
+ "internalType": "uint32"
806
+ }
807
+ ],
808
+ "outputs": [],
809
+ "stateMutability": "nonpayable"
810
+ },
811
+ {
812
+ "type": "function",
813
+ "name": "transferGovernance",
814
+ "inputs": [
815
+ {
816
+ "name": "newGovernance",
817
+ "type": "address",
818
+ "internalType": "address"
819
+ }
820
+ ],
821
+ "outputs": [],
822
+ "stateMutability": "nonpayable"
823
+ },
824
+ {
825
+ "type": "function",
826
+ "name": "update",
827
+ "inputs": [
828
+ { "name": "oracle", "type": "address", "internalType": "address" },
829
+ { "name": "callData", "type": "bytes", "internalType": "bytes" }
830
+ ],
831
+ "outputs": [],
832
+ "stateMutability": "nonpayable"
833
+ },
834
+ {
835
+ "type": "function",
836
+ "name": "userDelegated",
837
+ "inputs": [],
838
+ "outputs": [
839
+ { "name": "delegated", "type": "bool", "internalType": "bool" }
840
+ ],
841
+ "stateMutability": "view"
842
+ },
843
+ {
844
+ "type": "function",
845
+ "name": "verifyAllowedSelector",
846
+ "inputs": [
847
+ { "name": "selector", "type": "bytes4", "internalType": "bytes4" }
848
+ ],
849
+ "outputs": [],
850
+ "stateMutability": "view"
851
+ },
852
+ {
853
+ "type": "function",
854
+ "name": "verifyOracleWhitelist",
855
+ "inputs": [
856
+ { "name": "oracle", "type": "address", "internalType": "address" }
857
+ ],
858
+ "outputs": [],
859
+ "stateMutability": "view"
860
+ },
861
+ {
862
+ "type": "function",
863
+ "name": "whitelistedOraclesCount",
864
+ "inputs": [],
865
+ "outputs": [{ "name": "", "type": "uint32", "internalType": "uint32" }],
866
+ "stateMutability": "view"
867
+ },
868
+ {
869
+ "type": "event",
870
+ "name": "GovernanceTransferStarted",
871
+ "inputs": [
872
+ {
873
+ "name": "previousGovernance",
874
+ "type": "address",
875
+ "indexed": true,
876
+ "internalType": "address"
877
+ },
878
+ {
879
+ "name": "newGovernance",
880
+ "type": "address",
881
+ "indexed": true,
882
+ "internalType": "address"
883
+ }
884
+ ],
885
+ "anonymous": false
886
+ },
887
+ {
888
+ "type": "event",
889
+ "name": "GovernanceTransferred",
890
+ "inputs": [
891
+ {
892
+ "name": "previousGovernance",
893
+ "type": "address",
894
+ "indexed": true,
895
+ "internalType": "address"
896
+ },
897
+ {
898
+ "name": "newGovernance",
899
+ "type": "address",
900
+ "indexed": true,
901
+ "internalType": "address"
902
+ }
903
+ ],
904
+ "anonymous": false
905
+ },
906
+ {
907
+ "type": "event",
908
+ "name": "OevAllocated",
909
+ "inputs": [
910
+ {
911
+ "name": "fastlaneOevDestination",
912
+ "type": "address",
913
+ "indexed": true,
914
+ "internalType": "address"
915
+ },
916
+ {
917
+ "name": "protocolOevDestination",
918
+ "type": "address",
919
+ "indexed": true,
920
+ "internalType": "address"
921
+ },
922
+ {
923
+ "name": "totalOev",
924
+ "type": "uint256",
925
+ "indexed": false,
926
+ "internalType": "uint256"
927
+ },
928
+ {
929
+ "name": "oevFastlane",
930
+ "type": "uint256",
931
+ "indexed": false,
932
+ "internalType": "uint256"
933
+ },
934
+ {
935
+ "name": "oevProtocol",
936
+ "type": "uint256",
937
+ "indexed": false,
938
+ "internalType": "uint256"
939
+ }
940
+ ],
941
+ "anonymous": false
942
+ },
943
+ { "type": "error", "name": "AlteredControl", "inputs": [] },
944
+ {
945
+ "type": "error",
946
+ "name": "BothPreOpsAndUserReturnDataCannotBeTracked",
947
+ "inputs": []
948
+ },
949
+ {
950
+ "type": "error",
951
+ "name": "BothUserAndDAppNoncesCannotBeSequential",
952
+ "inputs": []
953
+ },
954
+ { "type": "error", "name": "BundlerIsNotAuthorizedSender", "inputs": [] },
955
+ { "type": "error", "name": "InvalidControl", "inputs": [] },
956
+ { "type": "error", "name": "InvalidExecutionEnv", "inputs": [] },
957
+ {
958
+ "type": "error",
959
+ "name": "InvalidOevAllocationDestination",
960
+ "inputs": []
961
+ },
962
+ { "type": "error", "name": "InvalidOevShare", "inputs": [] },
963
+ { "type": "error", "name": "InvalidSelector", "inputs": [] },
964
+ { "type": "error", "name": "InvalidSolver", "inputs": [] },
965
+ { "type": "error", "name": "InvalidUserEntryCall", "inputs": [] },
966
+ { "type": "error", "name": "InvalidUserOpDapp", "inputs": [] },
967
+ { "type": "error", "name": "InvalidUserOpFrom", "inputs": [] },
968
+ {
969
+ "type": "error",
970
+ "name": "InvertBidValueCannotBeExPostBids",
971
+ "inputs": []
972
+ },
973
+ { "type": "error", "name": "MustBeDelegatecalled", "inputs": [] },
974
+ { "type": "error", "name": "NoDelegatecall", "inputs": [] },
975
+ { "type": "error", "name": "NotImplemented", "inputs": [] },
976
+ { "type": "error", "name": "OnlyAtlas", "inputs": [] },
977
+ { "type": "error", "name": "OnlyGovernance", "inputs": [] },
978
+ { "type": "error", "name": "OnlyGovernance", "inputs": [] },
979
+ { "type": "error", "name": "OnlyWhitelistedOracleAllowed", "inputs": [] },
980
+ { "type": "error", "name": "OracleUpdateFailed", "inputs": [] },
981
+ { "type": "error", "name": "Unauthorized", "inputs": [] },
982
+ { "type": "error", "name": "WrongPhase", "inputs": [] }
983
+ ],
984
+ "bytecode": {
985
+ "object": "0x610120806040523461053957608081612bce8038038091610020828561068c565b83398101031261053957610033816106af565b602082015191610051606061004a604084016106af565b92016106af565b6040519092906102a081016001600160401b03811182821017610678576004926020916040525f83525f82840152600160408401525f60608401525f60808401525f60a08401525f60c08401525f60e0840152600161010084015260016101208401525f6101408401525f6101608401525f61018084015260016101a08401525f6101c084015260016101e08401525f6102008401525f6102208401525f6102408401525f6102608401525f610280840152806080523060a05260405193848092630f235ce960e31b825260018060a01b03165afa918215610545575f92610631575b5063ffffffff602460209284610100525f908051610628575b8481015161061e575b6040810151610614575b606081015161060a575b6080810151610600575b60a08101516105f7575b60c08101516105ed575b60e08101516105e3575b6101008101516105d8575b6101208101516105cd575b6101408101516105c2575b6101608101516105b7575b6101808101516105ac575b6101a08101516105a1575b6101c0810151610596575b6101e081015161058b575b61020081015161057f575b610220810151610573575b610240810151610567575b61026081015161055a575b6102800151610550575b60c081905260405163548ef41d60e11b815292166004830152909283919082906001600160a01b03165afa908115610545575f91610506575b5060288110156104f257601681146104e357601d81146104d4576009146104c5573060e0525f80546001600160a01b0319163317905560018054600160a01b600160f81b031916653d090000b71b60a71b1790556006805463ffffffff60a01b191690556008805463ffffffff1916905561271083116104b6576001600160a01b03169081156104a7576001600160a01b03169182156104a75760025560018060a01b0319600354161760035560018060a01b031960045416176004556337d6e7b960e11b5f52600960205260405f20600160ff19825416179055600163ffffffff19600854161760085560405161250a90816106c4823960805181818161039b0152818161047f015281816106e60152818161180701528181611b2d01528181611ddf015261231a015260a05181818161027a01526122eb015260c0518181816105650152818161060a0152818161118501528181611298015281816112f60152818161131e01528181611349015281816113740152818161139f015281816113cb015281816113f6015281816114210152818161144d0152818161147a015281816114a7015281816114d4015281816115010152818161152e0152818161155b01528181611588015281816115b6015281816115e401528181611612015281816116400152818161166e0152611e86015260e0518181816102da0152818161051c0152818161069101528181610d6e015281816117c2015281816119c301528181611ae801528181611bf401528181611d950152612384015261010051818181610e810152611c5f0152f35b632da4d62560e21b5f5260045ffd5b63150708ef60e21b5f5260045ffd5b6371e1eba160e11b5f5260045ffd5b630af36e8d60e41b5f5260045ffd5b632b9ecaaf60e01b5f5260045ffd5b634e487b7160e01b5f52602160045260245ffd5b90506020813d60201161053d575b816105216020938361068c565b8101031261053957516028811015610539575f610259565b5f80fd5b3d9150610514565b6040513d5f823e3d90fd5b6210000018610220565b6208000090911890610216565b9062040000189061020b565b90620200001890610200565b906201000018906101f5565b9061800018906101ea565b9061400018906101df565b9061200018906101d4565b9061100018906101c9565b9061080018906101be565b9061040018906101b3565b9061020018906101a8565b90610100189061019d565b9060801890610192565b9060401890610188565b9084189061017e565b9060101890610174565b906008189061016a565b9060041890610160565b9060021890610156565b6001915061014d565b9091506020813d602011610670575b8161064d6020938361068c565b810103126105395763ffffffff60246106676020936106af565b93925050610134565b3d9150610640565b634e487b7160e01b5f52604160045260245ffd5b601f909101601f19168101906001600160401b0382119082101761067857604052565b51906001600160a01b03821682036105395756fe6080806040526004361015610012575f80fd5b5f905f3560e01c90816302a688ed14611f00575080630a8acefb14611ed8578063140f34a114611eb05780631e15116714611e715780631e61c25014611d44578063228ed68a14611d1f578063238efcbc14611be1578063283ee1cf14611ad15780632c30e21a14611a5857806332322bda146119f25780634953ecc7146119ad5780635aa6e675146119865780636036ba531461194a5780636d25fc9a146119085780636d4d6b2e146117ab5780636e1ccfc4146112c257806372d91684146112805780637470bb1d1461122f57806377cc05d4146111ea57806385f168eb146111a95780638d212978146111685780638ed547721461114d57806399218be51461112657806399f7c902146110a95780639df86b2514611012578063a465ff1214610fd3578063ab07101814610f4e578063b2213bd214610f25578063b76ea2c314610ed4578063bf18633114610eb0578063bf230cfb14610e6b578063cf41777814610e15578063d38bfff414610d52578063d3ff697a14610cec578063d45611f914610cc5578063d736a95e14610c65578063db934b1414610c48578063de25244e14610c21578063dfb9076114610685578063e2c04d0f14610634578063e2c0c30f146105f2578063e514a79d146104d7578063e91d443e146104ae578063e982ae9214610469578063ed51475a1461032d578063ee418488146102c7578063ef079ff3146102a9578063f230b4c2146102645763f39c38a014610239575f80fd5b346102615780600319360112610261576001546040516001600160a01b039091168152602090f35b80fd5b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102615780600319360112610261576020600254604051908152f35b50346102615780600319360112610261577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361031e57546040516001600160a01b039091168152602090f35b63acbcffa760e01b8152600490fd5b503461026157602036600319011261026157610347611fb4565b81546001600160a01b0316330361045a57600580546001600160a01b0319166001600160a01b038316179055604051632288948360e11b815290606090829081906103979030906004840161218f565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa90811561044f5782916103f7575b50600680546001600160a01b0319166001600160a01b039290921691909117905580f35b90506060813d606011610447575b81610412606093836120fb565b810103126104435761043c604061042883612137565b926104356020820161214b565b50016124d4565b505f6103d3565b5080fd5b3d9150610405565b6040513d84823e3d90fd5b6354348f0360e01b8252600482fd5b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102615780600319360112610261576003546040516001600160a01b039091168152602090f35b5034610261576104e636612074565b508060a06040516104f6816120cc565b828152826020820152826040820152826060820152826080820152015260018060a01b037f000000000000000000000000000000000000000000000000000000000000000016300361031e5760c09060015463ffffffff604051610559816120cc565b308152816020820194817f0000000000000000000000000000000000000000000000000000000000000000168652604083019081526060830190828660a01c16825262ffffff60a0608086019585898c1c168752019660e01c16865282604051973089525116602088015260018060a01b039051166040870152511660608501525116608083015260018060801b0390511660a0820152f35b503461026157806003193601126102615750602060017f0000000000000000000000000000000000000000000000000000000000000000161515604051908152f35b50346102615760203660031901126102615761064e6120a8565b81546001600160a01b0316330361045a576001805463ffffffff60a01b191660a09290921b63ffffffff60a01b1691909117905580f35b5061068f36612074565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169036601719013560601c8203610c12576106d16122e8565b604051637c1e845d60e11b81526060816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115610b0d5760019160ff918691610be0575b501603610bd15761020081360312610ad4576040519061020082018281106001600160401b03821117610bbd5760405261075d81611fe0565b825261076b60208201611fe0565b602083015260408101356040830152606081013560608301526080810135608083015260a081013560a083015260c081013560c083015260e08101916107b083611fe0565b60e08201526107c26101008301611fe0565b6101008201526107d561012083016120bb565b6101208201526107e861014083016120bb565b6101408201526107fb61016083016120bb565b61016082015261018082013562ffffff81168103610b93576101808201526108266101a08301611fe0565b6101a08201526101c082019283356001600160401b038111610bb95761084f90369085016122a2565b6101c08301526101e0830135916001600160401b038311610bb9576101e061087b8794369087016122a2565b9101526001600160a01b0390610890906121a9565b1603610baa5761089f816121a9565b60405163140f34a160e01b8152602081600481885afa908115610b9f578691610b61575b506001600160a01b03908116911603610b4f576108e082826124a2565b6001600160e01b031991359182169160048210610b2f575b50506001600160e01b03191663fd59771360e01b01610b2057839161091c916124a2565b80600494929411610ad45783019260408185036003190112610ad45760048101356001600160a01b0381169490859003610b1c576024820135916001600160401b038311610b185761097192016004016122a2565b813b15610ad4576040516369ffb4bd60e11b8152600481018590528381602481865afa908115610b0d578491610af8575b5050602081519101519063ffffffff60e01b82169160048210610ad8575b5050813b15610ad457829060246040518094819363191915ed60e11b835263ffffffff60e01b1660048301525afa801561044f57610abf575b5050604051637d003b1d60e11b815236604919013560601c600482015290602090829060249082905afa90811561044f578291610a85575b5015610a765760408051610a466020826120fb565b8281526020825193849282845280519283918282870152018585015e828201840152601f01601f19168101030190f35b6399a56be160e01b8152600490fd5b90506020813d602011610ab7575b81610aa0602093836120fb565b8101031261044357610ab1906124d4565b5f610a31565b3d9150610a93565b81610ac9916120fb565b61044357815f6109f9565b8280fd5b6001600160e01b031960049290920360031b82901b161690505f806109c0565b81610b02916120fb565b610ad457825f6109a2565b6040513d86823e3d90fd5b8480fd5b8380fd5b631b7c276360e11b8452600484fd5b6001600160e01b031960049290920360031b82901b161690505f806108f8565b60016251280360e11b03198452600484fd5b90506020813d602011610b97575b81610b7c602093836120fb565b81010312610b9357610b8d90612137565b5f6108c3565b8580fd5b3d9150610b6f565b6040513d88823e3d90fd5b6377b7067560e11b8452600484fd5b8680fd5b634e487b7160e01b85526041600452602485fd5b6338961af360e21b8352600483fd5b610c02915060603d606011610c0b575b610bfa81836120fb565b81019061215c565b9150505f610724565b503d610bf0565b6329d0bf2f60e21b8352600483fd5b5034610261578060031936011261026157602063ffffffff60015460c01c16604051908152f35b503461026157806003193601126102615760206040516127108152f35b503461026157602036600319011261026157610c7f611fb4565b81546001600160a01b0316330361045a576001600160a01b03168015610cb657600380546001600160a01b03191691909117905580f35b632da4d62560e21b8252600482fd5b5034610261578060031936011261026157602063ffffffff60065460a01c16604051908152f35b503461026157602036600319011261026157610d06611fb4565b63ffffffff60065460a01c1615159081610d32575b50610d235780f35b63651c592360e11b8152600490fd5b6001600160a01b03168252506007602052604081205460ff16155f610d1b565b503461026157602036600319011261026157610d6c611fb4565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610e065781546001600160a01b03169033829003610df757600180546001600160a01b0319166001600160a01b03929092169182179055907f1c4bb4e3cab7b72da7eb9f0ae62554dda85dc7fb907c946ad2776095b95ac1ad8380a380f35b6354348f0360e01b8352600483fd5b63acbcffa760e01b8252600482fd5b50346102615760203660031901126102615760043562ffffff811681036104435781546001600160a01b0316330361045a576001805462ffffff60e01b191660e09290921b62ffffff60e01b1691909117905580f35b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b5034610261578060031936011261026157602063ffffffff60085416604051908152f35b503461026157602036600319011261026157610eee6120a8565b81546001600160a01b0316330361045a576001805463ffffffff60c01b191660c09290921b63ffffffff60c01b1691909117905580f35b50346102615780600319360112610261576006546040516001600160a01b039091168152602090f35b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435781546001600160a01b0316330361045a57808252600960205260ff604083205416610f9d575080f35b8152600960205260408120805460ff1916905560085463ffffffff610fc3818316612290565b169063ffffffff19161760085580f35b50346102615760203660031901126102615760209060ff906040906001600160a01b03610ffe611fb4565b168152600784522054166040519015158152f35b50346102615760203660031901126102615761102c611fb4565b81546001600160a01b0316330361045a576001600160a01b03168082526007602052604082205460ff161561105f575080f35b8152600760205260408120805460ff1916600117905560065463ffffffff60a01b61109360a083901c63ffffffff166121bd565b60a01b169063ffffffff60a01b19161760065580f35b5034610261576020366003190112610261576110c3611fb4565b81546001600160a01b0316330361045a576001600160a01b03168082526007602052604082205460ff166110f5575080f35b8152600760205260408120805460ff1916905560065463ffffffff60a01b61109360a083901c63ffffffff16612290565b5034610261578060031936011261026157602063ffffffff60015460a01c16604051908152f35b50346102615760209061115f36612074565b50604051908152f35b5034610261578060031936011261026157602060405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435760408260ff9260209452600984522054166040519015158152f35b5034610261576020366003190112610261578054600435906001600160a01b0316330361045a5761271081116112205760025580f35b63150708ef60e21b8252600482fd5b503461026157602036600319011261026157611249611fb4565b81546001600160a01b0316330361045a576001600160a01b03168015610cb657600480546001600160a01b03191691909117905580f35b503461026157806003193601126102615750602060027f0000000000000000000000000000000000000000000000000000000000000000161515604051908152f35b50346102615780600319360112610261576102a0906112df6121e8565b506112e86121e8565b506112f16121e8565b9060017f0000000000000000000000000000000000000000000000000000000000000000161515825260027f0000000000000000000000000000000000000000000000000000000000000000161515602083015260047f0000000000000000000000000000000000000000000000000000000000000000161515604083015260087f0000000000000000000000000000000000000000000000000000000000000000161515606083015260107f000000000000000000000000000000000000000000000000000000000000000016151560808301525060207f000000000000000000000000000000000000000000000000000000000000000016151560a082015260407f000000000000000000000000000000000000000000000000000000000000000016151560c082015260807f000000000000000000000000000000000000000000000000000000000000000016151560e08201526101007f00000000000000000000000000000000000000000000000000000000000000001615156101008201526102007f00000000000000000000000000000000000000000000000000000000000000001615156101208201526104007f00000000000000000000000000000000000000000000000000000000000000001615156101408201526108007f00000000000000000000000000000000000000000000000000000000000000001615156101608201526110007f00000000000000000000000000000000000000000000000000000000000000001615156101808201526120007f00000000000000000000000000000000000000000000000000000000000000001615156101a08201526140007f00000000000000000000000000000000000000000000000000000000000000001615156101c08201526180007f00000000000000000000000000000000000000000000000000000000000000001615156101e0820152620100007f0000000000000000000000000000000000000000000000000000000000000000161515610200820152620200007f0000000000000000000000000000000000000000000000000000000000000000161515610220820152620400007f0000000000000000000000000000000000000000000000000000000000000000161515610240820152620800007f0000000000000000000000000000000000000000000000000000000000000000161515610260820152621000007f00000000000000000000000000000000000000000000000000000000000000001615156102808201526102806040519180511515835260208101511515602084015260408101511515604084015260608101511515606084015260808101511515608084015260a0810151151560a084015260c0810151151560c084015260e0810151151560e0840152610100810151151561010084015261012081015115156101208401526101408101511515610140840152610160810151151561016084015261018081015115156101808401526101a081015115156101a08401526101c081015115156101c08401526101e081015115156101e0840152610200810151151561020084015261022081015115156102208401526102408101511515610240840152610260810151151561026084015201511515610280820152f35b506117b536612021565b505036601719013560601c7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316819003610c12576117fd60c083016121a9565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169391168084149081156118fe575b81156118f4575b506118e5576001600160a01b03906118579060e0016121a9565b16036118d657606060049161186a6122e8565b604051637c1e845d60e11b815292839182905afa90811561044f5760ff8392600592600495916118b4575b5016036118a85763d623472560e01b8152fd5b6338961af360e21b8152fd5b6118cd915060603d606011610c0b57610bfa81836120fb565b9150505f611895565b632cf9711760e11b8252600482fd5b63af24067760e01b8452600484fd5b905030145f61183d565b8381149150611836565b5034610261576020366003190112610261576004356001600160401b038111610443576101a06003198236030112610443576020906101446040519101358152f35b5034610261578060031936011261026157600254600354600454604080519384526001600160a01b039283166020850152911690820152606090f35b5034610261578060031936011261026157546040516001600160a01b039091168152602090f35b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435763ffffffff6008541615159081611a41575b50611a325780f35b631cd4b64760e21b8152600490fd5b8252506009602052604081205460ff16155f611a2a565b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435781546001600160a01b0316330361045a57808252600960205260ff60408320541615611aa8575080f35b8152600960205260408120805460ff1916600117905560085463ffffffff610fc38183166121bd565b50611adb36612021565b505036601719013560601c7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316819003610c1257611b2360c083016121a9565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116939116808414908115611bd7575b8115611bcd575b506118e5576001600160a01b0390611b7d9060e0016121a9565b16036118d6576060600491611b906122e8565b604051637c1e845d60e11b815292839182905afa90811561044f5760ff8392600392600495916118b4575016036118a85763d623472560e01b8152fd5b905030145f611b63565b8381149150611b5c565b5034611cfe575f366003190112611cfe577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003611d10576001546001600160a01b0381169033829003611d02575f80546001600160a01b0319808216851790925591166001556001600160a01b03908116907f000000000000000000000000000000000000000000000000000000000000000016803b15611cfe575f60405180926309b20a3f60e11b8252818381611ca789896004840161218f565b03925af18015611cf357611cde575b507f5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce808380a380f35b611ceb9193505f906120fb565b5f915f611cb6565b6040513d5f823e3d90fd5b5f80fd5b6282b42960e81b5f5260045ffd5b63acbcffa760e01b5f5260045ffd5b34611cfe575f366003190112611cfe57602062ffffff60015460e01c16604051908152f35b34611cfe576080366003190112611cfe5760043580151503611cfe57611d68611fca565b506064356001600160401b038111611cfe57611d88903690600401611ff4565b505036601719013560601c7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031603611e6257611dca6122e8565b604051637c1e845d60e11b81526060816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611cf35760069160ff915f91611e40575b501603611e3157611e2f604435612368565b005b6338961af360e21b5f5260045ffd5b611e59915060603d606011610c0b57610bfa81836120fb565b91505083611e1d565b6329d0bf2f60e21b5f5260045ffd5b34611cfe575f366003190112611cfe576020807f0000000000000000000000000000000000000000000000000000000000000000161515604051908152f35b34611cfe575f366003190112611cfe576005546040516001600160a01b039091168152602090f35b34611cfe575f366003190112611cfe576004546040516001600160a01b039091168152602090f35b34611cfe576040366003190112611cfe57611f19611fb4565b906024356001600160401b038111611cfe57611f39903690600401611ff4565b60065490939192906001600160a01b03163303611fa5575f8185829683968337810182815203925af13d15611fa0573d611f728161211c565b90611f8060405192836120fb565b81525f60203d92013e5b15611f9157005b635516a7db60e11b5f5260045ffd5b611f8a565b63b243097360e01b5f5260045ffd5b600435906001600160a01b0382168203611cfe57565b602435906001600160a01b0382168203611cfe57565b35906001600160a01b0382168203611cfe57565b9181601f84011215611cfe578235916001600160401b038311611cfe5760208381860195010111611cfe57565b906040600319830112611cfe576004356001600160401b038111611cfe576101a08184036003190112611cfe5760040191602435906001600160401b038211611cfe5761207091600401611ff4565b9091565b6020600319820112611cfe57600435906001600160401b038211611cfe57610200908290036003190112611cfe5760040190565b6004359063ffffffff82168203611cfe57565b359063ffffffff82168203611cfe57565b60c081019081106001600160401b038211176120e757604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b038211176120e757604052565b6001600160401b0381116120e757601f01601f191660200190565b51906001600160a01b0382168203611cfe57565b519063ffffffff82168203611cfe57565b90816060910312611cfe5761217081612137565b91604061217f6020840161214b565b92015160ff81168103611cfe5790565b6001600160a01b0391821681529116602082015260400190565b356001600160a01b0381168103611cfe5790565b63ffffffff1663ffffffff81146121d45760010190565b634e487b7160e01b5f52601160045260245ffd5b604051906102a082018281106001600160401b038211176120e7576040525f610280838281528260208201528260408201528260608201528260808201528260a08201528260c08201528260e08201528261010082015282610120820152826101408201528261016082015282610180820152826101a0820152826101c0820152826101e0820152826102008201528261022082015282610240820152826102608201520152565b63ffffffff1680156121d4575f190190565b81601f82011215611cfe578035906122b98261211c565b926122c760405194856120fb565b82845260208383010111611cfe57815f926020809301838601378301015290565b307f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612359577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361234a57565b630ff3d34d60e41b5f5260045ffd5b63188e60cd60e11b5f5260045ffd5b801561249f57604051636036ba5360e01b8152906060826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa8015611cf3575f5f935f9261244f575b5080830290838204036121d457612710900480612440575b808303918383116121d4577f55e296174f36ba9a31749a5aa57250d20c2d72f19774c393762cddd0847e949392826060938603612431575b6040805196875260208701919091528501526001600160a01b03908116941692a3565b61243b82846124e1565b61240e565b61244a81856124e1565b6123d6565b935050506060823d606011612497575b8161246c606093836120fb565b81010312611cfe5781519161248f604061248860208401612137565b9201612137565b90925f6123be565b3d915061245f565b50565b903590601e1981360301821215611cfe57018035906001600160401b038211611cfe57602001918136038313611cfe57565b51908115158203611cfe57565b5f80809338935af1156124f057565b63b12d13eb5f526004601cfdfea164736f6c634300081c000a",
986
+ "sourceMap": "611:11636:97:-:0;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;:::i;:::-;;;;:::i;:::-;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;1493:28:21;611:11636:97;;;;;-1:-1:-1;611:11636:97;;-1:-1:-1;2301:947:97;;;611:11636;;;2301:947;;611:11636;-1:-1:-1;611:11636:97;2301:947;;611:11636;-1:-1:-1;611:11636:97;2301:947;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;;2301:947;;;611:11636;;2301:947;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;;2301:947;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;;2301:947;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;-1:-1:-1;2301:947:97;;;611:11636;634:13:17;611:11636:97;634:13:17;674:4;2301:947:97;657:22:17;611:11636:97;;;;;;;;;1493:28:21;;611:11636:97;;;;;;1493:28:21;;;;;;;-1:-1:-1;1493:28:21;;;-1:-1:-1;1472:49:21;611:11636:97;6920:67:21;611:11636:97;1472:49:21;;2301:947:97;1472:49:21;-1:-1:-1;611:11636:97;;;502:135:34;;-1:-1:-1;2301:947:97;;;611:11636;646:135:34;;-1:-1:-1;611:11636:97;2301:947;;611:11636;790:121:34;;-1:-1:-1;611:11636:97;2301:947;;611:11636;920:137:34;;-1:-1:-1;611:11636:97;2301:947;;611:11636;1066:133:34;;-1:-1:-1;2301:947:97;;;611:11636;1208:119:34;;-1:-1:-1;2301:947:97;;;611:11636;1336:127:34;;-1:-1:-1;2301:947:97;;;611:11636;1472:129:34;;-1:-1:-1;2301:947:97;;;611:11636;1610:117:34;;-1:-1:-1;2301:947:97;;;611:11636;1736:117:34;;-1:-1:-1;2301:947:97;;;611:11636;1862:123:34;;-1:-1:-1;2301:947:97;;;611:11636;1994:127:34;;-1:-1:-1;2301:947:97;;;611:11636;2130:129:34;;-1:-1:-1;2301:947:97;;;611:11636;2268:133:34;;-1:-1:-1;2301:947:97;;;611:11636;2410:129:34;;-1:-1:-1;2301:947:97;;;611:11636;2548:131:34;;-1:-1:-1;2301:947:97;;;611:11636;2688:121:34;;-1:-1:-1;2301:947:97;;;611:11636;2818:123:34;;-1:-1:-1;2301:947:97;;;611:11636;2950:115:34;;-1:-1:-1;2301:947:97;;;611:11636;3074:145:34;;-1:-1:-1;2301:947:97;;611:11636;3228:137:34;;-1:-1:-1;2301:947:97;1531:51:21;;;611:11636:97;;-1:-1:-1;;;6920:67:21;;611:11636:97;;1493:28:21;6920:67;;611:11636:97;;;;;-1:-1:-1;611:11636:97;;-1:-1:-1;;;;;611:11636:97;6920:67:21;;;;;;;-1:-1:-1;6920:67:21;;;-1:-1:-1;611:11636:97;;;;;;;7012:34:21;7002:44;;6998:138;;7159:56;7149:66;;7145:157;;7325:49;7315:59;7311:143;;674:4:17;2301:947:97;1634:23:21;-1:-1:-1;1295:6:97;;-1:-1:-1;;;;;;1295:6:97;2277:10;1295:6;;;611:11636;;;-1:-1:-1;;;;;;;;611:11636:97;-1:-1:-1;;;611:11636:97;;;1847:1;611:11636;;-1:-1:-1;;;;611:11636:97;;;1967:1;611:11636;;-1:-1:-1;;611:11636:97;;;1295:6;3277:35;;3273:65;;-1:-1:-1;;;;;611:11636:97;;3352:47;;3348:93;;-1:-1:-1;;;;;611:11636:97;;3455:47;;3451:93;;3555:36;1295:6;611:11636;;;;;1295:6;3601:68;1295:6;;;3601:68;1295:6;611:11636;;;;;1295:6;1493:28:21;1295:6:97;;;1493:28:21;1295:6:97;3775:37;;;-1:-1:-1;1295:6:97;7325:49:21;611:11636:97;1295:6;611:11636;-1:-1:-1;1295:6:97;611:11636;;1295:6;;;;;;;611:11636;;;1967:1;1295:6;611:11636;;1967:1;1295:6;611:11636;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2301:947;611:11636;;;;;;;;;;2301:947;611:11636;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2301:947;611:11636;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2301:947;611:11636;;;;;;;;;;;3451:93;3408:33;;;-1:-1:-1;3511:33:97;1493:28:21;-1:-1:-1;3511:33:97;3273:65;3321:17;;;-1:-1:-1;3321:17:97;1493:28:21;-1:-1:-1;3321:17:97;7311:143:21;7397:46;;;-1:-1:-1;7397:46:21;1493:28;-1:-1:-1;7397:46:21;7145:157;7238:53;;;-1:-1:-1;7238:53:21;1493:28;-1:-1:-1;7238:53:21;6998:138;7069:56;;;-1:-1:-1;7069:56:21;1493:28;-1:-1:-1;7069:56:21;611:11636:97;;;;-1:-1:-1;216:9:34;;1493:28:21;216:9:34;6920:67:21;-1:-1:-1;216:9:34;6920:67:21;;;611:11636:97;6920:67:21;;611:11636:97;6920:67:21;;;;;;611:11636:97;6920:67:21;;;:::i;:::-;;;611:11636:97;;;;;;;;;;;6920:67:21;;;611:11636:97;-1:-1:-1;611:11636:97;;6920:67:21;;;-1:-1:-1;6920:67:21;;;611:11636:97;;;-1:-1:-1;611:11636:97;;;;;3228:137:34;216:9;3280:74;3228:137;;3074:145;216:9;3130:78;;;;3074:145;;2950:115;2991:63;216:9;2991:63;2950:115;;;2818:123;2863:67;216:9;2863:67;2818:123;;;2688:121;2732:66;216:9;2732:66;2688:121;;;2548:131;2597:71;216:9;2597:71;2548:131;;;2410:129;2458:70;216:9;2458:70;2410:129;;;2268:133;2318:72;216:9;2318:72;2268:133;;;2130:129;2178:70;216:9;2178:70;2130:129;;;1994:127;2041:69;216:9;2041:69;1994:127;;;1862:123;1907:67;216:9;1907:67;1862:123;;;1736:117;1778:64;2301:947:97;1778:64:34;1736:117;;;1610;1652:64;2301:947:97;1652:64:34;1610:117;;;1472:129;1520:70;611:11636:97;1520:70:34;1472:129;;;1336:127;1383:69;611:11636:97;1383:69:34;1336:127;;;1208:119;1251:65;;;1208:119;;;1066:133;1116:72;216:9;1116:72;1066:133;;;920:137;972:74;216:9;972:74;920:137;;;790:121;834:66;1493:28:21;834:66:34;790:121;;;646:135;697:73;216:9;697:73;646:135;;;502;611:11636:97;;-1:-1:-1;502:135:34;;1493:28:21;;;;611:11636:97;1493:28:21;;611:11636:97;1493:28:21;;;;;;611:11636:97;1493:28:21;;;:::i;:::-;;;611:11636:97;;;;;6920:67:21;611:11636:97;;;;:::i;:::-;1493:28:21;;;;;;;;;-1:-1:-1;1493:28:21;;611:11636:97;;;;-1:-1:-1;611:11636:97;;;;;-1:-1:-1;611:11636:97;;;;;;-1:-1:-1;;611:11636:97;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;:::o;:::-;;;-1:-1:-1;;;;;611:11636:97;;;;;;:::o",
987
+ "linkReferences": {}
988
+ },
989
+ "deployedBytecode": {
990
+ "object": "0x6080806040526004361015610012575f80fd5b5f905f3560e01c90816302a688ed14611f00575080630a8acefb14611ed8578063140f34a114611eb05780631e15116714611e715780631e61c25014611d44578063228ed68a14611d1f578063238efcbc14611be1578063283ee1cf14611ad15780632c30e21a14611a5857806332322bda146119f25780634953ecc7146119ad5780635aa6e675146119865780636036ba531461194a5780636d25fc9a146119085780636d4d6b2e146117ab5780636e1ccfc4146112c257806372d91684146112805780637470bb1d1461122f57806377cc05d4146111ea57806385f168eb146111a95780638d212978146111685780638ed547721461114d57806399218be51461112657806399f7c902146110a95780639df86b2514611012578063a465ff1214610fd3578063ab07101814610f4e578063b2213bd214610f25578063b76ea2c314610ed4578063bf18633114610eb0578063bf230cfb14610e6b578063cf41777814610e15578063d38bfff414610d52578063d3ff697a14610cec578063d45611f914610cc5578063d736a95e14610c65578063db934b1414610c48578063de25244e14610c21578063dfb9076114610685578063e2c04d0f14610634578063e2c0c30f146105f2578063e514a79d146104d7578063e91d443e146104ae578063e982ae9214610469578063ed51475a1461032d578063ee418488146102c7578063ef079ff3146102a9578063f230b4c2146102645763f39c38a014610239575f80fd5b346102615780600319360112610261576001546040516001600160a01b039091168152602090f35b80fd5b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102615780600319360112610261576020600254604051908152f35b50346102615780600319360112610261577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316300361031e57546040516001600160a01b039091168152602090f35b63acbcffa760e01b8152600490fd5b503461026157602036600319011261026157610347611fb4565b81546001600160a01b0316330361045a57600580546001600160a01b0319166001600160a01b038316179055604051632288948360e11b815290606090829081906103979030906004840161218f565b03817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa90811561044f5782916103f7575b50600680546001600160a01b0319166001600160a01b039290921691909117905580f35b90506060813d606011610447575b81610412606093836120fb565b810103126104435761043c604061042883612137565b926104356020820161214b565b50016124d4565b505f6103d3565b5080fd5b3d9150610405565b6040513d84823e3d90fd5b6354348f0360e01b8252600482fd5b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102615780600319360112610261576003546040516001600160a01b039091168152602090f35b5034610261576104e636612074565b508060a06040516104f6816120cc565b828152826020820152826040820152826060820152826080820152015260018060a01b037f000000000000000000000000000000000000000000000000000000000000000016300361031e5760c09060015463ffffffff604051610559816120cc565b308152816020820194817f0000000000000000000000000000000000000000000000000000000000000000168652604083019081526060830190828660a01c16825262ffffff60a0608086019585898c1c168752019660e01c16865282604051973089525116602088015260018060a01b039051166040870152511660608501525116608083015260018060801b0390511660a0820152f35b503461026157806003193601126102615750602060017f0000000000000000000000000000000000000000000000000000000000000000161515604051908152f35b50346102615760203660031901126102615761064e6120a8565b81546001600160a01b0316330361045a576001805463ffffffff60a01b191660a09290921b63ffffffff60a01b1691909117905580f35b5061068f36612074565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169036601719013560601c8203610c12576106d16122e8565b604051637c1e845d60e11b81526060816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115610b0d5760019160ff918691610be0575b501603610bd15761020081360312610ad4576040519061020082018281106001600160401b03821117610bbd5760405261075d81611fe0565b825261076b60208201611fe0565b602083015260408101356040830152606081013560608301526080810135608083015260a081013560a083015260c081013560c083015260e08101916107b083611fe0565b60e08201526107c26101008301611fe0565b6101008201526107d561012083016120bb565b6101208201526107e861014083016120bb565b6101408201526107fb61016083016120bb565b61016082015261018082013562ffffff81168103610b93576101808201526108266101a08301611fe0565b6101a08201526101c082019283356001600160401b038111610bb95761084f90369085016122a2565b6101c08301526101e0830135916001600160401b038311610bb9576101e061087b8794369087016122a2565b9101526001600160a01b0390610890906121a9565b1603610baa5761089f816121a9565b60405163140f34a160e01b8152602081600481885afa908115610b9f578691610b61575b506001600160a01b03908116911603610b4f576108e082826124a2565b6001600160e01b031991359182169160048210610b2f575b50506001600160e01b03191663fd59771360e01b01610b2057839161091c916124a2565b80600494929411610ad45783019260408185036003190112610ad45760048101356001600160a01b0381169490859003610b1c576024820135916001600160401b038311610b185761097192016004016122a2565b813b15610ad4576040516369ffb4bd60e11b8152600481018590528381602481865afa908115610b0d578491610af8575b5050602081519101519063ffffffff60e01b82169160048210610ad8575b5050813b15610ad457829060246040518094819363191915ed60e11b835263ffffffff60e01b1660048301525afa801561044f57610abf575b5050604051637d003b1d60e11b815236604919013560601c600482015290602090829060249082905afa90811561044f578291610a85575b5015610a765760408051610a466020826120fb565b8281526020825193849282845280519283918282870152018585015e828201840152601f01601f19168101030190f35b6399a56be160e01b8152600490fd5b90506020813d602011610ab7575b81610aa0602093836120fb565b8101031261044357610ab1906124d4565b5f610a31565b3d9150610a93565b81610ac9916120fb565b61044357815f6109f9565b8280fd5b6001600160e01b031960049290920360031b82901b161690505f806109c0565b81610b02916120fb565b610ad457825f6109a2565b6040513d86823e3d90fd5b8480fd5b8380fd5b631b7c276360e11b8452600484fd5b6001600160e01b031960049290920360031b82901b161690505f806108f8565b60016251280360e11b03198452600484fd5b90506020813d602011610b97575b81610b7c602093836120fb565b81010312610b9357610b8d90612137565b5f6108c3565b8580fd5b3d9150610b6f565b6040513d88823e3d90fd5b6377b7067560e11b8452600484fd5b8680fd5b634e487b7160e01b85526041600452602485fd5b6338961af360e21b8352600483fd5b610c02915060603d606011610c0b575b610bfa81836120fb565b81019061215c565b9150505f610724565b503d610bf0565b6329d0bf2f60e21b8352600483fd5b5034610261578060031936011261026157602063ffffffff60015460c01c16604051908152f35b503461026157806003193601126102615760206040516127108152f35b503461026157602036600319011261026157610c7f611fb4565b81546001600160a01b0316330361045a576001600160a01b03168015610cb657600380546001600160a01b03191691909117905580f35b632da4d62560e21b8252600482fd5b5034610261578060031936011261026157602063ffffffff60065460a01c16604051908152f35b503461026157602036600319011261026157610d06611fb4565b63ffffffff60065460a01c1615159081610d32575b50610d235780f35b63651c592360e11b8152600490fd5b6001600160a01b03168252506007602052604081205460ff16155f610d1b565b503461026157602036600319011261026157610d6c611fb4565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003610e065781546001600160a01b03169033829003610df757600180546001600160a01b0319166001600160a01b03929092169182179055907f1c4bb4e3cab7b72da7eb9f0ae62554dda85dc7fb907c946ad2776095b95ac1ad8380a380f35b6354348f0360e01b8352600483fd5b63acbcffa760e01b8252600482fd5b50346102615760203660031901126102615760043562ffffff811681036104435781546001600160a01b0316330361045a576001805462ffffff60e01b191660e09290921b62ffffff60e01b1691909117905580f35b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b5034610261578060031936011261026157602063ffffffff60085416604051908152f35b503461026157602036600319011261026157610eee6120a8565b81546001600160a01b0316330361045a576001805463ffffffff60c01b191660c09290921b63ffffffff60c01b1691909117905580f35b50346102615780600319360112610261576006546040516001600160a01b039091168152602090f35b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435781546001600160a01b0316330361045a57808252600960205260ff604083205416610f9d575080f35b8152600960205260408120805460ff1916905560085463ffffffff610fc3818316612290565b169063ffffffff19161760085580f35b50346102615760203660031901126102615760209060ff906040906001600160a01b03610ffe611fb4565b168152600784522054166040519015158152f35b50346102615760203660031901126102615761102c611fb4565b81546001600160a01b0316330361045a576001600160a01b03168082526007602052604082205460ff161561105f575080f35b8152600760205260408120805460ff1916600117905560065463ffffffff60a01b61109360a083901c63ffffffff166121bd565b60a01b169063ffffffff60a01b19161760065580f35b5034610261576020366003190112610261576110c3611fb4565b81546001600160a01b0316330361045a576001600160a01b03168082526007602052604082205460ff166110f5575080f35b8152600760205260408120805460ff1916905560065463ffffffff60a01b61109360a083901c63ffffffff16612290565b5034610261578060031936011261026157602063ffffffff60015460a01c16604051908152f35b50346102615760209061115f36612074565b50604051908152f35b5034610261578060031936011261026157602060405163ffffffff7f0000000000000000000000000000000000000000000000000000000000000000168152f35b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435760408260ff9260209452600984522054166040519015158152f35b5034610261576020366003190112610261578054600435906001600160a01b0316330361045a5761271081116112205760025580f35b63150708ef60e21b8252600482fd5b503461026157602036600319011261026157611249611fb4565b81546001600160a01b0316330361045a576001600160a01b03168015610cb657600480546001600160a01b03191691909117905580f35b503461026157806003193601126102615750602060027f0000000000000000000000000000000000000000000000000000000000000000161515604051908152f35b50346102615780600319360112610261576102a0906112df6121e8565b506112e86121e8565b506112f16121e8565b9060017f0000000000000000000000000000000000000000000000000000000000000000161515825260027f0000000000000000000000000000000000000000000000000000000000000000161515602083015260047f0000000000000000000000000000000000000000000000000000000000000000161515604083015260087f0000000000000000000000000000000000000000000000000000000000000000161515606083015260107f000000000000000000000000000000000000000000000000000000000000000016151560808301525060207f000000000000000000000000000000000000000000000000000000000000000016151560a082015260407f000000000000000000000000000000000000000000000000000000000000000016151560c082015260807f000000000000000000000000000000000000000000000000000000000000000016151560e08201526101007f00000000000000000000000000000000000000000000000000000000000000001615156101008201526102007f00000000000000000000000000000000000000000000000000000000000000001615156101208201526104007f00000000000000000000000000000000000000000000000000000000000000001615156101408201526108007f00000000000000000000000000000000000000000000000000000000000000001615156101608201526110007f00000000000000000000000000000000000000000000000000000000000000001615156101808201526120007f00000000000000000000000000000000000000000000000000000000000000001615156101a08201526140007f00000000000000000000000000000000000000000000000000000000000000001615156101c08201526180007f00000000000000000000000000000000000000000000000000000000000000001615156101e0820152620100007f0000000000000000000000000000000000000000000000000000000000000000161515610200820152620200007f0000000000000000000000000000000000000000000000000000000000000000161515610220820152620400007f0000000000000000000000000000000000000000000000000000000000000000161515610240820152620800007f0000000000000000000000000000000000000000000000000000000000000000161515610260820152621000007f00000000000000000000000000000000000000000000000000000000000000001615156102808201526102806040519180511515835260208101511515602084015260408101511515604084015260608101511515606084015260808101511515608084015260a0810151151560a084015260c0810151151560c084015260e0810151151560e0840152610100810151151561010084015261012081015115156101208401526101408101511515610140840152610160810151151561016084015261018081015115156101808401526101a081015115156101a08401526101c081015115156101c08401526101e081015115156101e0840152610200810151151561020084015261022081015115156102208401526102408101511515610240840152610260810151151561026084015201511515610280820152f35b506117b536612021565b505036601719013560601c7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316819003610c12576117fd60c083016121a9565b6001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169391168084149081156118fe575b81156118f4575b506118e5576001600160a01b03906118579060e0016121a9565b16036118d657606060049161186a6122e8565b604051637c1e845d60e11b815292839182905afa90811561044f5760ff8392600592600495916118b4575b5016036118a85763d623472560e01b8152fd5b6338961af360e21b8152fd5b6118cd915060603d606011610c0b57610bfa81836120fb565b9150505f611895565b632cf9711760e11b8252600482fd5b63af24067760e01b8452600484fd5b905030145f61183d565b8381149150611836565b5034610261576020366003190112610261576004356001600160401b038111610443576101a06003198236030112610443576020906101446040519101358152f35b5034610261578060031936011261026157600254600354600454604080519384526001600160a01b039283166020850152911690820152606090f35b5034610261578060031936011261026157546040516001600160a01b039091168152602090f35b50346102615780600319360112610261576040517f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03168152602090f35b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435763ffffffff6008541615159081611a41575b50611a325780f35b631cd4b64760e21b8152600490fd5b8252506009602052604081205460ff16155f611a2a565b50346102615760203660031901126102615760043563ffffffff60e01b81168091036104435781546001600160a01b0316330361045a57808252600960205260ff60408320541615611aa8575080f35b8152600960205260408120805460ff1916600117905560085463ffffffff610fc38183166121bd565b50611adb36612021565b505036601719013560601c7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316819003610c1257611b2360c083016121a9565b6001600160a01b037f00000000000000000000000000000000000000000000000000000000000000008116939116808414908115611bd7575b8115611bcd575b506118e5576001600160a01b0390611b7d9060e0016121a9565b16036118d6576060600491611b906122e8565b604051637c1e845d60e11b815292839182905afa90811561044f5760ff8392600392600495916118b4575016036118a85763d623472560e01b8152fd5b905030145f611b63565b8381149150611b5c565b5034611cfe575f366003190112611cfe577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03163003611d10576001546001600160a01b0381169033829003611d02575f80546001600160a01b0319808216851790925591166001556001600160a01b03908116907f000000000000000000000000000000000000000000000000000000000000000016803b15611cfe575f60405180926309b20a3f60e11b8252818381611ca789896004840161218f565b03925af18015611cf357611cde575b507f5f56bee8cffbe9a78652a74a60705edede02af10b0bbb888ca44b79a0d42ce808380a380f35b611ceb9193505f906120fb565b5f915f611cb6565b6040513d5f823e3d90fd5b5f80fd5b6282b42960e81b5f5260045ffd5b63acbcffa760e01b5f5260045ffd5b34611cfe575f366003190112611cfe57602062ffffff60015460e01c16604051908152f35b34611cfe576080366003190112611cfe5760043580151503611cfe57611d68611fca565b506064356001600160401b038111611cfe57611d88903690600401611ff4565b505036601719013560601c7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031603611e6257611dca6122e8565b604051637c1e845d60e11b81526060816004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa908115611cf35760069160ff915f91611e40575b501603611e3157611e2f604435612368565b005b6338961af360e21b5f5260045ffd5b611e59915060603d606011610c0b57610bfa81836120fb565b91505083611e1d565b6329d0bf2f60e21b5f5260045ffd5b34611cfe575f366003190112611cfe576020807f0000000000000000000000000000000000000000000000000000000000000000161515604051908152f35b34611cfe575f366003190112611cfe576005546040516001600160a01b039091168152602090f35b34611cfe575f366003190112611cfe576004546040516001600160a01b039091168152602090f35b34611cfe576040366003190112611cfe57611f19611fb4565b906024356001600160401b038111611cfe57611f39903690600401611ff4565b60065490939192906001600160a01b03163303611fa5575f8185829683968337810182815203925af13d15611fa0573d611f728161211c565b90611f8060405192836120fb565b81525f60203d92013e5b15611f9157005b635516a7db60e11b5f5260045ffd5b611f8a565b63b243097360e01b5f5260045ffd5b600435906001600160a01b0382168203611cfe57565b602435906001600160a01b0382168203611cfe57565b35906001600160a01b0382168203611cfe57565b9181601f84011215611cfe578235916001600160401b038311611cfe5760208381860195010111611cfe57565b906040600319830112611cfe576004356001600160401b038111611cfe576101a08184036003190112611cfe5760040191602435906001600160401b038211611cfe5761207091600401611ff4565b9091565b6020600319820112611cfe57600435906001600160401b038211611cfe57610200908290036003190112611cfe5760040190565b6004359063ffffffff82168203611cfe57565b359063ffffffff82168203611cfe57565b60c081019081106001600160401b038211176120e757604052565b634e487b7160e01b5f52604160045260245ffd5b90601f801991011681019081106001600160401b038211176120e757604052565b6001600160401b0381116120e757601f01601f191660200190565b51906001600160a01b0382168203611cfe57565b519063ffffffff82168203611cfe57565b90816060910312611cfe5761217081612137565b91604061217f6020840161214b565b92015160ff81168103611cfe5790565b6001600160a01b0391821681529116602082015260400190565b356001600160a01b0381168103611cfe5790565b63ffffffff1663ffffffff81146121d45760010190565b634e487b7160e01b5f52601160045260245ffd5b604051906102a082018281106001600160401b038211176120e7576040525f610280838281528260208201528260408201528260608201528260808201528260a08201528260c08201528260e08201528261010082015282610120820152826101408201528261016082015282610180820152826101a0820152826101c0820152826101e0820152826102008201528261022082015282610240820152826102608201520152565b63ffffffff1680156121d4575f190190565b81601f82011215611cfe578035906122b98261211c565b926122c760405194856120fb565b82845260208383010111611cfe57815f926020809301838601378301015290565b307f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031614612359577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316330361234a57565b630ff3d34d60e41b5f5260045ffd5b63188e60cd60e11b5f5260045ffd5b801561249f57604051636036ba5360e01b8152906060826004817f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03165afa8015611cf3575f5f935f9261244f575b5080830290838204036121d457612710900480612440575b808303918383116121d4577f55e296174f36ba9a31749a5aa57250d20c2d72f19774c393762cddd0847e949392826060938603612431575b6040805196875260208701919091528501526001600160a01b03908116941692a3565b61243b82846124e1565b61240e565b61244a81856124e1565b6123d6565b935050506060823d606011612497575b8161246c606093836120fb565b81010312611cfe5781519161248f604061248860208401612137565b9201612137565b90925f6123be565b3d915061245f565b50565b903590601e1981360301821215611cfe57018035906001600160401b038211611cfe57602001918136038313611cfe57565b51908115158203611cfe57565b5f80809338935af1156124f057565b63b12d13eb5f526004601cfdfea164736f6c634300081c000a",
991
+ "sourceMap": "611:11636:97:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;;;;559:31:17;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;;;;;1575:31;611:11636;;;;;;;;;;;;;;;;;;;;2381:7:21;-1:-1:-1;;;;;611:11636:97;2372:4:21;2364:24;2360:65;;611:11636:97;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;2360:65:21;-1:-1:-1;;;2397:28:21;;611:11636:97;;2397:28:21;611:11636:97;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;5561:48;611:11636;;-1:-1:-1;;;;;;611:11636:97;-1:-1:-1;;;;;611:11636:97;;;;;;;-1:-1:-1;;;12163:75:97;;611:11636;12163:75;;611:11636;;;;12163:75;;12232:4;;611:11636;12163:75;;;:::i;:::-;;611:11636;12170:5;-1:-1:-1;;;;;611:11636:97;12163:75;;;;;;;;;;;611:11636;-1:-1:-1;12134:104:97;611:11636;;-1:-1:-1;;;;;;611:11636:97;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;12163:75;;;;;;;;;;;;;;;;;:::i;:::-;;;611:11636;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;:::i;:::-;;12163:75;;;611:11636;;;;12163:75;;;-1:-1:-1;12163:75:97;;;611:11636;;;;;;;;;4087:53;-1:-1:-1;;;4124:16:97;;611:11636;4124:16;;611:11636;;;;;;;;;;;;;;;523:30:17;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;;;;1613:47;611:11636;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2381:7:21;611:11636:97;2372:4:21;2364:24;2360:65;;611:11636:97;;11179:14;611:11636;;;;;;;:::i;:::-;2372:4:21;611:11636:97;;5845:289:21;611:11636:97;5845:289:21;;5913:11;;;611:11636:97;;;;5845:289:21;;611:11636:97;;;;5845:289:21;;611:11636:97;;;;;;;;;;;5845:289:21;;611:11636:97;;;;;;;;5845:289:21;611:11636:97;;;;;;;;;2372:4:21;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5262:11:21;611:11636:97;;5262:11:21;5260:64:34;:69;;611:11636:97;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;5047:32;611:11636;;-1:-1:-1;;;;611:11636:97;;;;;;-1:-1:-1;;;611:11636:97;;;;;;;;;;;;;;:::i;:::-;1898:7:21;-1:-1:-1;;;;;611:11636:97;;;-1:-1:-1;;2978:90:17;;611:11636:97;2978:90:17;1898:21:21;;1894:62;;896:83:17;;:::i;:::-;611:11636:97;;-1:-1:-1;;;2209:20:21;;611:11636:97;;;;2216:5:21;-1:-1:-1;;;;;611:11636:97;2209:20:21;;;;;;;2806:21;611:11636:97;;;;2209:20:21;;;611:11636:97;;;2243:26:21;2239:63;;611:11636:97;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;:::i;:::-;;;;;;;;;;:::i;:::-;;;;;;;;;;:::i;:::-;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;:::i;:::-;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;611:11636:97;7826:11;;;:::i;:::-;611:11636;7826:22;7822:54;;7949:11;;;:::i;:::-;611:11636;;-1:-1:-1;;;7964:57:97;;611:11636;;;;7964:57;;;;;;;;;;;;611:11636;-1:-1:-1;;;;;;611:11636:97;;;;;7949:72;7945:104;;8127:11;;;;:::i;:::-;-1:-1:-1;;;;;;611:11636:97;;;;;;;;;;;;-1:-1:-1;;;;;;;;611:11636:97;-1:-1:-1;;;8120:70:97;8116:130;;8317:11;;;;;:::i;:::-;611:11636;;;;;;;;8306:45;;;611:11636;;;;-1:-1:-1;;611:11636:97;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;:::i;:::-;8411:63;;;;;611:11636;;-1:-1:-1;;;8411:63:97;;611:11636;8411:63;;611:11636;;;8411:63;611:11636;;;8411:63;;;;;;;;;;;;611:11636;8602:23;611:11636;;;;;;;;;;;;;;;;;;;;8547:79;;;;;;;611:11636;;;;;;;;;;;;8547:79;;611:11636;;;;;8547:79;;611:11636;8547:79;;;;;;;;611:11636;-1:-1:-1;;611:11636:97;;-1:-1:-1;;;8728:60:97;;611:11636;-1:-1:-1;;7503:90:17;;611:11636:97;7503:90:17;611:11636:97;8728:60;;611:11636;;;;;;;;;;8728:60;;;;;;;;;;;611:11636;8727:61;;8723:104;;611:11636;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;8723:104;-1:-1:-1;;;8797:30:97;;611:11636;;8797:30;8728:60;;;611:11636;8728:60;;611:11636;8728:60;;;;;;611:11636;8728:60;;;:::i;:::-;;;611:11636;;;;;;;:::i;:::-;8728:60;;;;;;-1:-1:-1;8728:60:97;;8547:79;;;;;:::i;:::-;611:11636;;8547:79;;;;;611:11636;;;;-1:-1:-1;;;;;;611:11636:97;;;;;;;;;;;;;-1:-1:-1;611:11636:97;;;;8411:63;;;;;:::i;:::-;611:11636;;8411:63;;;;;611:11636;;;;;;;;;;;;;;;;;8116:130;-1:-1:-1;;;8213:22:97;;611:11636;8213:22;;611:11636;-1:-1:-1;;;;;;611:11636:97;;;;;;;;;;;;;-1:-1:-1;611:11636:97;;;;7945:104;-1:-1:-1;;;;;;8030:19:97;;611:11636;8030:19;;7964:57;;;611:11636;7964:57;;611:11636;7964:57;;;;;;611:11636;7964:57;;;:::i;:::-;;;611:11636;;;;;;;:::i;:::-;7964:57;;;611:11636;;;;7964:57;;;-1:-1:-1;7964:57:97;;;611:11636;;;;;;;;;7822:54;-1:-1:-1;;;7857:19:97;;611:11636;7857:19;;611:11636;;;;;-1:-1:-1;;;611:11636:97;;;;;;;;2239:63:21;-1:-1:-1;;;2278:24:21;;611:11636:97;2278:24:21;;2209:20;;;;611:11636:97;2209:20:21;611:11636:97;2209:20:21;;;;;;;;:::i;:::-;;;;;:::i;:::-;;;;;;;;;;;;1894:62;-1:-1:-1;;;1928:28:21;;611:11636:97;1928:28:21;;611:11636:97;;;;;;;;;;;;;;;11288:12;611:11636;;;;;;;;;;;;;;;;;;;;;;;;;;1295:6;611:11636;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;-1:-1:-1;;;;;611:11636:97;4490:47;;4486:93;;4589:68;611:11636;;-1:-1:-1;;;;;;611:11636:97;;;;;;;;;4486:93;-1:-1:-1;;;4546:33:97;;611:11636;4845:33;4546;611:11636;;;;;;;;;;;;;;;1807:41;611:11636;;;;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;6695:23;611:11636;;;;6695:27;;:55;;;;611:11636;6691:98;;;611:11636;;6691:98;-1:-1:-1;;;6759:30:97;;611:11636;;6759:30;6695:55;-1:-1:-1;;;;;611:11636:97;;;-1:-1:-1;6727:15:97;611:11636;;;;;;;;6726:24;-1:-1:-1;6695:55:97;;611:11636;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;2381:7:21;-1:-1:-1;;;;;611:11636:97;2372:4:21;2364:24;2360:65;;611:11636:97;;-1:-1:-1;;;;;611:11636:97;;7734:10:21;:24;;;7730:90;;611:11636:97;;;-1:-1:-1;;;;;;611:11636:97;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;7877:64:21;;;;611:11636:97;;7730:90:21;-1:-1:-1;;;7781:28:21;;611:11636:97;4124:16;7781:28:21;2360:65;-1:-1:-1;;;2397:28:21;;611:11636:97;2397:28:21;;611:11636:97;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;5297:44;611:11636;;-1:-1:-1;;;;611:11636:97;;;;;;-1:-1:-1;;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;;1237:43:21;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;;;;;;1929:39;611:11636;;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;5166:28;611:11636;;-1:-1:-1;;;;611:11636:97;;;;;;-1:-1:-1;;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;1763:37;611:11636;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;611:11636;;;6221:16;611:11636;;;;;;;;6217:128;;611:11636;;;6217:128;611:11636;;6221:16;611:11636;;;;;;;-1:-1:-1;;611:11636:97;;;6311:23;611:11636;;6311:23;611:11636;;;6311:23;:::i;:::-;611:11636;;;;;;6311:23;611:11636;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;:::i;:::-;;;;1854:68;611:11636;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;-1:-1:-1;;;;;611:11636:97;;;;6880:15;611:11636;;;;;;;;6879:24;6875:124;;611:11636;;;6875:124;611:11636;;6880:15;611:11636;;;;;;;-1:-1:-1;;611:11636:97;6945:4;611:11636;;;6963:25;611:11636;-1:-1:-1;;;6963:25:97;611:11636;;;;;;6963:25;:::i;:::-;611:11636;;;;;;;;;;6963:25;611:11636;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;-1:-1:-1;;;;;611:11636:97;;;;7093:15;611:11636;;;;;;;;7089:124;;611:11636;;;7089:124;611:11636;;7093:15;611:11636;;;;;;;-1:-1:-1;;611:11636:97;;;7177:25;611:11636;-1:-1:-1;;;7177:25:97;611:11636;;;;;;7177:25;:::i;611:11636::-;;;;;;;;;;;;;;;11179:14;611:11636;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;1158:35:21;611:11636:97;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;1974:66;611:11636;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;1295:6;4251:35;;4247:65;;4322:36;611:11636;;;4247:65;-1:-1:-1;;;4295:17:97;;611:11636;4295:17;;611:11636;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;-1:-1:-1;;;;;611:11636:97;4789:47;;4785:93;;611:11636;;;-1:-1:-1;;;;;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;5420:11:21;611:11636:97;;5420:11:21;5459:64:34;:69;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;:::i;:::-;;;;:::i;:::-;3526:44:34;611:11636:97;6489:11:21;5260:64:34;:69;;611:11636:97;;;6489:11:21;5459:64:34;:69;;3580:31;;;611:11636:97;;6489:11:21;5650:57:34;:62;;611:11636:97;3668:24:34;;611:11636:97;;6489:11:21;5848:65:34;:70;;3739:32;;;611:11636:97;;6489:11:21;6052:63:34;:68;;3824:30;;;611:11636:97;6489:11:21;3580:31:34;6489:11:21;6246:56:34;:61;;3905:23;;;611:11636:97;;6489:11:21;6438:60:34;:65;;3977:27;;;611:11636:97;3824:30:34;6489:11:21;6637:61:34;:66;;611:11636:97;4054:28:34;;611:11636:97;;6489:11:21;6827:55:34;:60;;611:11636:97;4133:22:34;;611:11636:97;;6489:11:21;7012:55:34;:60;;4204:22;;;611:11636:97;;6489:11:21;7205:58:34;:63;;4276:25;;;611:11636:97;;6489:11:21;7403:60:34;:65;;4353:27;;;611:11636:97;;6489:11:21;7610:61:34;:66;;4434:28;;;611:11636:97;;6489:11:21;7792:63:34;:68;;4517:30;;;611:11636:97;;6489:11:21;7965:61:34;:66;;4598:28;;;611:11636:97;;6489:11:21;8135:62:34;:67;;4675:29;;;611:11636:97;;6489:11:21;8309:57:34;:62;;611:11636:97;4752:24:34;;611:11636:97;;6489:11:21;8474:58:34;:63;;4827:25;;;611:11636:97;;6489:11:21;8635:54:34;:59;;4899:21;;;611:11636:97;;6489:11:21;8808:69:34;8807:76;;4962:36;;;611:11636:97;;6489:11:21;8993:65:34;8992:72;;5055:32;;;611:11636:97;5055:32:34;611:11636:97;;;;;;;;;3580:31:34;;;611:11636:97;;;3580:31:34;611:11636:97;;;;3668:24:34;;611:11636:97;;;;;;;3739:32:34;;;611:11636:97;;;3739:32:34;611:11636:97;;;3824:30:34;;;611:11636:97;;;3824:30:34;611:11636:97;;;3905:23:34;;;611:11636:97;;;3905:23:34;611:11636:97;;;3977:27:34;;;611:11636:97;;;3977:27:34;611:11636:97;;;;4054:28:34;;611:11636:97;;;;;;;;4133:22:34;;611:11636:97;;;;;;;4204:22:34;;;611:11636:97;;;4204:22:34;611:11636:97;;;4276:25:34;;;611:11636:97;;;4276:25:34;611:11636:97;;;4353:27:34;;;611:11636:97;;;4353:27:34;611:11636:97;;;4434:28:34;;;611:11636:97;;;4434:28:34;611:11636:97;;;4517:30:34;;;611:11636:97;;;4517:30:34;611:11636:97;;;4598:28:34;;;611:11636:97;;;4598:28:34;611:11636:97;;;4675:29:34;;;611:11636:97;;;4675:29:34;611:11636:97;;;;4752:24:34;;611:11636:97;;;;;;;4827:25:34;;;611:11636:97;;;4827:25:34;611:11636:97;;;4899:21:34;;;611:11636:97;;;4899:21:34;611:11636:97;;;4962:36:34;;;611:11636:97;;;4962:36:34;611:11636:97;;;5055:32:34;611:11636:97;;;5055:32:34;611:11636:97;;;;;;;;;:::i;:::-;-1:-1:-1;;611:11636:97;-1:-1:-1;;2978:90:17;;;;1898:7:21;-1:-1:-1;;;;;611:11636:97;1898:21:21;;;1894:62;;1076:15:17;;;;;:::i;:::-;-1:-1:-1;;;;;1123:5:17;611:11636:97;;;;;1105:23:17;;;;:55;;;;611:11636:97;1105:90:17;;;;611:11636:97;1101:155:17;;;-1:-1:-1;;;;;611:11636:97;1351:16:17;;611:11636:97;1351:16:17;;:::i;:::-;611:11636:97;1351:30:17;1347:96;;2978:90;611:11636:97;896:83:17;;;:::i;:::-;611:11636:97;;-1:-1:-1;;;2209:20:21;;611:11636:97;;;;;2209:20:21;;;;;;;611:11636:97;;;4303:25:21;611:11636:97;;;2209:20:21;;;611:11636:97;;;2243:26:21;2239:63;;-1:-1:-1;;;4492:28:20;;;2239:63:21;-1:-1:-1;;;2278:24:21;;;2209:20;;;;2978:90:17;2209:20:21;2978:90:17;2209:20:21;;;;;;;:::i;:::-;;;;;;;1347:96:17;-1:-1:-1;;;1404:28:17;;611:11636:97;1404:28:17;;1101:155;-1:-1:-1;;;1218:27:17;;611:11636:97;1218:27:17;;1105:90;1190:4;;;1164:31;1105:90;;;:55;1132:28;;;;-1:-1:-1;1105:55:17;;611:11636:97;;;;;;;-1:-1:-1;;611:11636:97;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;11064:18;611:11636;;11064:18;;611:11636;;;;;;;;;;;;;;;;;11700:16;611:11636;11718:32;611:11636;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;1199:32:21;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;;;;;;;;5835:21;611:11636;;5835:25;;:56;;;;611:11636;5831:86;;;611:11636;;5831:86;-1:-1:-1;;;5900:17:97;;611:11636;;5900:17;5835:56;611:11636;;-1:-1:-1;5865:16:97;611:11636;;;;;;;;5864:27;-1:-1:-1;5835:56:97;;611:11636;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;4091:10;:24;4087:53;;611:11636;;;6007:16;611:11636;;;;;;;;6006:27;6002:128;;611:11636;;;6002:128;611:11636;;6007:16;611:11636;;;;;;;-1:-1:-1;;611:11636:97;6078:4;611:11636;;;6096:23;611:11636;;6096:23;611:11636;;;6096:23;:::i;611:11636::-;;;;;:::i;:::-;-1:-1:-1;;611:11636:97;-1:-1:-1;;2978:90:17;;;;1898:7:21;-1:-1:-1;;;;;611:11636:97;1898:21:21;;;1894:62;;1076:15:17;;;;;:::i;:::-;-1:-1:-1;;;;;1123:5:17;611:11636:97;;;;;1105:23:17;;;;:55;;;;611:11636:97;1105:90:17;;;;611:11636:97;1101:155:17;;;-1:-1:-1;;;;;611:11636:97;1351:16:17;;611:11636:97;1351:16:17;;:::i;:::-;611:11636:97;1351:30:17;1347:96;;2978:90;611:11636:97;896:83:17;;;:::i;:::-;611:11636:97;;-1:-1:-1;;;2209:20:21;;611:11636:97;;;;;2209:20:21;;;;;;;611:11636:97;;;3608:24:21;611:11636:97;;;2209:20:21;;;611:11636:97;;2243:26:21;2239:63;;-1:-1:-1;;;4492:28:20;;;1105:90:17;1190:4;;;1164:31;1105:90;;;:55;1132:28;;;;-1:-1:-1;1105:55:17;;611:11636:97;;;;;;;-1:-1:-1;;611:11636:97;;;;2381:7:21;-1:-1:-1;;;;;611:11636:97;2372:4:21;2364:24;2360:65;;8152:17;611:11636:97;-1:-1:-1;;;;;611:11636:97;;;8183:10:21;:27;;;8179:91;;611:11636:97;;;-1:-1:-1;;;;;;611:11636:97;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;8415:18:21;611:11636:97;8396:90:21;;;;;611:11636:97;;;;;;;;8396:90:21;;;;;;;;611:11636:97;8396:90:21;;;:::i;:::-;;;;;;;;;;;611:11636:97;8502:64:21;;;;;611:11636:97;;8396:90:21;;;;;611:11636:97;8396:90:21;;:::i;:::-;611:11636:97;8396:90:21;;;;;611:11636:97;;;;;;;;;8396:90:21;611:11636:97;;;8179:91:21;8233:26;;;611:11636:97;8233:26:21;611:11636:97;;8233:26:21;2360:65;2397:28;;;611:11636:97;2397:28:21;611:11636:97;;2397:28:21;611:11636:97;;;;;;-1:-1:-1;;611:11636:97;;;;;;11403:20;611:11636;;;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;:::i;:::-;-1:-1:-1;;611:11636:97;-1:-1:-1;;2978:90:17;;611:11636:97;2978:90:17;1898:7:21;-1:-1:-1;;;;;611:11636:97;1898:21:21;1894:62;;896:83:17;;:::i;:::-;611:11636:97;;-1:-1:-1;;;2209:20:21;;611:11636:97;;;;2216:5:21;-1:-1:-1;;;;;611:11636:97;2209:20:21;;;;;;;4916:28;611:11636:97;;;;2209:20:21;;;611:11636:97;;;2243:26:21;2239:63;;611:11636:97;;;;:::i;:::-;;2239:63:21;2278:24;;;611:11636:97;2278:24:21;611:11636:97;;2278:24:21;2209:20;;;;611:11636:97;2209:20:21;611:11636:97;2209:20:21;;;;;;;:::i;:::-;;;;;;;1894:62;1928:28;;;611:11636:97;1928:28:21;611:11636:97;;1928:28:21;611:11636:97;;;;;;-1:-1:-1;;611:11636:97;;;;;5112:11:21;;6246:56:34;:61;;611:11636:97;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;1720:37;611:11636;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;:::i;:::-;10377:22;611:11636;;;;;;-1:-1:-1;;;;;611:11636:97;10363:10;:36;10359:70;;611:11636;;;;;;;;;;;;;;10523:21;;;;611:11636;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;10558:8;10554:41;;611:11636;10554:41;10575:20;;;611:11636;10575:20;611:11636;;10575:20;611:11636;;;10359:70;10408:21;;;611:11636;10408:21;611:11636;;10408:21;611:11636;;;;-1:-1:-1;;;;;611:11636:97;;;;;;:::o;:::-;;;;-1:-1:-1;;;;;611:11636:97;;;;;;:::o;:::-;;;-1:-1:-1;;;;;611:11636:97;;;;;;:::o;:::-;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;;:::o;:::-;;;-1:-1:-1;;611:11636:97;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;:::i;:::-;;;:::o;:::-;;-1:-1:-1;;611:11636:97;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;-1:-1:-1;;611:11636:97;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;:::o;:::-;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;:::o;:::-;;;;-1:-1:-1;611:11636:97;;;;;-1:-1:-1;611:11636:97;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;:::o;:::-;-1:-1:-1;;;;;611:11636:97;;;;;;-1:-1:-1;;611:11636:97;;;;:::o;:::-;;;-1:-1:-1;;;;;611:11636:97;;;;;;:::o;:::-;;;;;;;;;;:::o;:::-;;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;:::o;:::-;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;:::o;:::-;;-1:-1:-1;;;;;611:11636:97;;;;;;;:::o;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;-1:-1:-1;611:11636:97;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;:::-;;;;;;;-1:-1:-1;;611:11636:97;;:::o;:::-;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;:::i;:::-;;;;;;;;;;;;;-1:-1:-1;611:11636:97;;;;;;;;;;;;;;:::o;1466:247:17:-;1535:4;1544:6;-1:-1:-1;;;;;611:11636:97;1527:23:17;1523:95;;1645:5;-1:-1:-1;;;;;611:11636:97;1631:10:17;:19;1627:80;;1466:247::o;1627:80::-;1673:23;;;;;;;;1523:95;1573:34;;;;;;;;9069:843:97;9187:14;;9183:27;;611:11636;;-1:-1:-1;;;9302:59:97;;611:11636;9302:59;611:11636;9302:59;611:11636;9326:7;-1:-1:-1;;;;;611:11636:97;9302:59;;;;;;9200:1;;;;9302:59;;;9069:843;611:11636;;;;;;;;;;;1295:6;611:11636;;9515:21;9511:91;;9069:843;611:11636;;;;;;;;;9816:89;9713:21;;9302:59;9713:21;;;9709:91;;9069:843;611:11636;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;9816:89;9069:843::o;9709:91::-;9782:17;;;;:::i;:::-;9709:91;;9511;9584:17;;;;:::i;:::-;9511:91;;9302:59;;;;;;;;;;;;;;;;;;;:::i;:::-;;;611:11636;;;;;;;;;;;;;;:::i;:::-;;;;:::i;:::-;9302:59;;;;;;;;-1:-1:-1;9302:59:97;;9183:27;9203:7;:::o;611:11636::-;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;611:11636:97;;;;;;;;;;;;;;:::o;:::-;;;;;;;;;;:::o;4031:342:4:-;4146:221;4031:342;;;4146:221;;;;;;;4031:342::o;4146:221::-;;;;;;",
992
+ "linkReferences": {},
993
+ "immutableReferences": {
994
+ "11876": [
995
+ { "start": 923, "length": 32 },
996
+ { "start": 1151, "length": 32 },
997
+ { "start": 1766, "length": 32 },
998
+ { "start": 6151, "length": 32 },
999
+ { "start": 6957, "length": 32 },
1000
+ { "start": 7647, "length": 32 },
1001
+ { "start": 8986, "length": 32 }
1002
+ ],
1003
+ "11878": [
1004
+ { "start": 634, "length": 32 },
1005
+ { "start": 8939, "length": 32 }
1006
+ ],
1007
+ "13404": [
1008
+ { "start": 1381, "length": 32 },
1009
+ { "start": 1546, "length": 32 },
1010
+ { "start": 4485, "length": 32 },
1011
+ { "start": 4760, "length": 32 },
1012
+ { "start": 4854, "length": 32 },
1013
+ { "start": 4894, "length": 32 },
1014
+ { "start": 4937, "length": 32 },
1015
+ { "start": 4980, "length": 32 },
1016
+ { "start": 5023, "length": 32 },
1017
+ { "start": 5067, "length": 32 },
1018
+ { "start": 5110, "length": 32 },
1019
+ { "start": 5153, "length": 32 },
1020
+ { "start": 5197, "length": 32 },
1021
+ { "start": 5242, "length": 32 },
1022
+ { "start": 5287, "length": 32 },
1023
+ { "start": 5332, "length": 32 },
1024
+ { "start": 5377, "length": 32 },
1025
+ { "start": 5422, "length": 32 },
1026
+ { "start": 5467, "length": 32 },
1027
+ { "start": 5512, "length": 32 },
1028
+ { "start": 5558, "length": 32 },
1029
+ { "start": 5604, "length": 32 },
1030
+ { "start": 5650, "length": 32 },
1031
+ { "start": 5696, "length": 32 },
1032
+ { "start": 5742, "length": 32 },
1033
+ { "start": 7814, "length": 32 }
1034
+ ],
1035
+ "13406": [
1036
+ { "start": 730, "length": 32 },
1037
+ { "start": 1308, "length": 32 },
1038
+ { "start": 1681, "length": 32 },
1039
+ { "start": 3438, "length": 32 },
1040
+ { "start": 6082, "length": 32 },
1041
+ { "start": 6595, "length": 32 },
1042
+ { "start": 6888, "length": 32 },
1043
+ { "start": 7156, "length": 32 },
1044
+ { "start": 7573, "length": 32 },
1045
+ { "start": 9092, "length": 32 }
1046
+ ],
1047
+ "13408": [
1048
+ { "start": 3713, "length": 32 },
1049
+ { "start": 7263, "length": 32 }
1050
+ ]
1051
+ }
1052
+ },
1053
+ "methodIdentifiers": {
1054
+ "ATLAS()": "e982ae92",
1055
+ "ATLAS_VERIFICATION()": "bf230cfb",
1056
+ "CALL_CONFIG()": "8d212978",
1057
+ "CONTROL()": "4953ecc7",
1058
+ "OEV_SHARE_SCALE()": "db934b14",
1059
+ "SOURCE()": "f230b4c2",
1060
+ "acceptGovernance()": "238efcbc",
1061
+ "addAllowedSelector(bytes4)": "2c30e21a",
1062
+ "addOracleToWhitelist(address)": "9df86b25",
1063
+ "allocateValueCall(bool,address,uint256,bytes)": "1e61c250",
1064
+ "allowedSelectors(bytes4)": "85f168eb",
1065
+ "allowedSelectorsCount()": "bf186331",
1066
+ "authorizedExecutionEnv()": "b2213bd2",
1067
+ "authorizedUserOpSigner()": "140f34a1",
1068
+ "getBidFormat((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))": "8ed54772",
1069
+ "getBidValue((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes))": "6d25fc9a",
1070
+ "getBundlerSurchargeRate()": "228ed68a",
1071
+ "getCallConfig()": "6e1ccfc4",
1072
+ "getDAppConfig((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))": "e514a79d",
1073
+ "getDAppGasLimit()": "de25244e",
1074
+ "getDAppSignatory()": "ee418488",
1075
+ "getSharesAndDestinations()": "6036ba53",
1076
+ "getSolverGasLimit()": "99218be5",
1077
+ "governance()": "5aa6e675",
1078
+ "oevAllocationDestinationFastlane()": "e91d443e",
1079
+ "oevAllocationDestinationProtocol()": "0a8acefb",
1080
+ "oevShareFastlane()": "ef079ff3",
1081
+ "oracleWhitelist(address)": "a465ff12",
1082
+ "pendingGovernance()": "f39c38a0",
1083
+ "postSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)": "6d4d6b2e",
1084
+ "preOpsCall((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))": "dfb90761",
1085
+ "preSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)": "283ee1cf",
1086
+ "removeAllowedSelector(bytes4)": "ab071018",
1087
+ "removeOracleFromWhitelist(address)": "99f7c902",
1088
+ "requireSequentialDAppNonces()": "72d91684",
1089
+ "requireSequentialUserNonces()": "e2c0c30f",
1090
+ "setAuthorizedUserOpSigner(address)": "ed51475a",
1091
+ "setBundlerSurchargeRate(uint24)": "cf417778",
1092
+ "setDAppGasLimit(uint32)": "b76ea2c3",
1093
+ "setOevAllocationDestinationFastlane(address)": "d736a95e",
1094
+ "setOevAllocationDestinationProtocol(address)": "7470bb1d",
1095
+ "setOevShareFastlane(uint256)": "77cc05d4",
1096
+ "setSolverGasLimit(uint32)": "e2c04d0f",
1097
+ "transferGovernance(address)": "d38bfff4",
1098
+ "update(address,bytes)": "02a688ed",
1099
+ "userDelegated()": "1e151167",
1100
+ "verifyAllowedSelector(bytes4)": "32322bda",
1101
+ "verifyOracleWhitelist(address)": "d3ff697a",
1102
+ "whitelistedOraclesCount()": "d45611f9"
1103
+ },
1104
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.28+commit.7893614a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"atlas\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"oevShareFastlane_\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"oevAllocationDestinationFastlane_\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"oevAllocationDestinationProtocol_\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AlteredControl\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BothPreOpsAndUserReturnDataCannotBeTracked\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BothUserAndDAppNoncesCannotBeSequential\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"BundlerIsNotAuthorizedSender\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidControl\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidExecutionEnv\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidOevAllocationDestination\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidOevShare\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSelector\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSolver\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidUserEntryCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidUserOpDapp\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidUserOpFrom\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvertBidValueCannotBeExPostBids\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"MustBeDelegatecalled\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NoDelegatecall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotImplemented\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyAtlas\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyGovernance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyGovernance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OnlyWhitelistedOracleAllowed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"OracleUpdateFailed\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Unauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"WrongPhase\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousGovernance\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newGovernance\",\"type\":\"address\"}],\"name\":\"GovernanceTransferStarted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousGovernance\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newGovernance\",\"type\":\"address\"}],\"name\":\"GovernanceTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"fastlaneOevDestination\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"protocolOevDestination\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"totalOev\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oevFastlane\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oevProtocol\",\"type\":\"uint256\"}],\"name\":\"OevAllocated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"ATLAS\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"ATLAS_VERIFICATION\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"CALL_CONFIG\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"CONTROL\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"OEV_SHARE_SCALE\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"SOURCE\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"acceptGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"addAllowedSelector\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"}],\"name\":\"addOracleToWhitelist\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bool\",\"name\":\"solved\",\"type\":\"bool\"},{\"internalType\":\"address\",\"name\":\"bidToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"bidAmount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"allocateValueCall\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"allowedSelectors\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"isAllowed\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"allowedSelectorsCount\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"authorizedExecutionEnv\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"authorizedUserOpSigner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFeePerGas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"dapp\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"control\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"callConfig\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"dappGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"solverGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint24\",\"name\":\"bundlerSurchargeRate\",\"type\":\"uint24\"},{\"internalType\":\"address\",\"name\":\"sessionKey\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"internalType\":\"struct UserOperation\",\"name\":\"\",\"type\":\"tuple\"}],\"name\":\"getBidFormat\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"bidToken\",\"type\":\"address\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFeePerGas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"solver\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"control\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"userOpHash\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"bidToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"bidAmount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"internalType\":\"struct SolverOperation\",\"name\":\"solverOp\",\"type\":\"tuple\"}],\"name\":\"getBidValue\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getBundlerSurchargeRate\",\"outputs\":[{\"internalType\":\"uint24\",\"name\":\"\",\"type\":\"uint24\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getCallConfig\",\"outputs\":[{\"components\":[{\"internalType\":\"bool\",\"name\":\"userNoncesSequential\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"dappNoncesSequential\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"requirePreOps\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"trackPreOpsReturnData\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"trackUserReturnData\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"delegateUser\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"requirePreSolver\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"requirePostSolver\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"zeroSolvers\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"reuseUserOp\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"userAuctioneer\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"solverAuctioneer\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"unknownAuctioneer\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"verifyCallChainHash\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"forwardReturnData\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"requireFulfillment\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"trustedOpHash\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"invertBidValue\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"exPostBids\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"multipleSuccessfulSolvers\",\"type\":\"bool\"},{\"internalType\":\"bool\",\"name\":\"checkMetacallGasLimit\",\"type\":\"bool\"}],\"internalType\":\"struct CallConfig\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFeePerGas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"dapp\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"control\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"callConfig\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"dappGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"solverGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint24\",\"name\":\"bundlerSurchargeRate\",\"type\":\"uint24\"},{\"internalType\":\"address\",\"name\":\"sessionKey\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"internalType\":\"struct UserOperation\",\"name\":\"userOp\",\"type\":\"tuple\"}],\"name\":\"getDAppConfig\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"callConfig\",\"type\":\"uint32\"},{\"internalType\":\"address\",\"name\":\"bidToken\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"solverGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"dappGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint128\",\"name\":\"bundlerSurchargeRate\",\"type\":\"uint128\"}],\"internalType\":\"struct DAppConfig\",\"name\":\"dConfig\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getDAppGasLimit\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getDAppSignatory\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getSharesAndDestinations\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"oevShareFastlane_\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"oevAllocationDestinationFastlane_\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"oevAllocationDestinationProtocol_\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getSolverGasLimit\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"governance\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"oevAllocationDestinationFastlane\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"oevAllocationDestinationProtocol\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"oevShareFastlane\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"}],\"name\":\"oracleWhitelist\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"isWhitelisted\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"pendingGovernance\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFeePerGas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"solver\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"control\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"userOpHash\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"bidToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"bidAmount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"internalType\":\"struct SolverOperation\",\"name\":\"solverOp\",\"type\":\"tuple\"},{\"internalType\":\"bytes\",\"name\":\"returnData\",\"type\":\"bytes\"}],\"name\":\"postSolverCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFeePerGas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"nonce\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"dapp\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"control\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"callConfig\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"dappGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"solverGasLimit\",\"type\":\"uint32\"},{\"internalType\":\"uint24\",\"name\":\"bundlerSurchargeRate\",\"type\":\"uint24\"},{\"internalType\":\"address\",\"name\":\"sessionKey\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"internalType\":\"struct UserOperation\",\"name\":\"userOp\",\"type\":\"tuple\"}],\"name\":\"preOpsCall\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"from\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"to\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"gas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"maxFeePerGas\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"deadline\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"solver\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"control\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"userOpHash\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"bidToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"bidAmount\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"internalType\":\"struct SolverOperation\",\"name\":\"solverOp\",\"type\":\"tuple\"},{\"internalType\":\"bytes\",\"name\":\"returnData\",\"type\":\"bytes\"}],\"name\":\"preSolverCall\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"removeAllowedSelector\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"}],\"name\":\"removeOracleFromWhitelist\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"requireSequentialDAppNonces\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"isSequential\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"requireSequentialUserNonces\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"isSequential\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"authorizedUserOpSigner_\",\"type\":\"address\"}],\"name\":\"setAuthorizedUserOpSigner\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint24\",\"name\":\"bundlerSurchargeRate_\",\"type\":\"uint24\"}],\"name\":\"setBundlerSurchargeRate\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"dappGasLimit_\",\"type\":\"uint32\"}],\"name\":\"setDAppGasLimit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"oevAllocationDestinationFastlane_\",\"type\":\"address\"}],\"name\":\"setOevAllocationDestinationFastlane\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"oevAllocationDestinationProtocol_\",\"type\":\"address\"}],\"name\":\"setOevAllocationDestinationProtocol\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"oevShareFastlane_\",\"type\":\"uint256\"}],\"name\":\"setOevShareFastlane\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint32\",\"name\":\"solverGasLimit_\",\"type\":\"uint32\"}],\"name\":\"setSolverGasLimit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newGovernance\",\"type\":\"address\"}],\"name\":\"transferGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"callData\",\"type\":\"bytes\"}],\"name\":\"update\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"userDelegated\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"delegated\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"verifyAllowedSelector\",\"outputs\":[],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"oracle\",\"type\":\"address\"}],\"name\":\"verifyOracleWhitelist\",\"outputs\":[],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"whitelistedOraclesCount\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"allocateValueCall(bool,address,uint256,bytes)\":{\"params\":{\"bidAmount\":\"The winning bid amount.\",\"bidToken\":\"The address of the token used for the winning SolverOperation's bid.\",\"data\":\"Data returned from the previous call phase.\"}},\"getCallConfig()\":{\"returns\":{\"_0\":\"The CallConfig struct of this DAppControl contract.\"}},\"getDAppConfig((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))\":{\"params\":{\"userOp\":\"The UserOperation struct.\"},\"returns\":{\"dConfig\":\"The DAppConfig struct of this DAppControl contract.\"}},\"getDAppSignatory()\":{\"returns\":{\"_0\":\"The address of the current governance account of this DAppControl contract.\"}},\"postSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)\":{\"details\":\"Should revert if any DApp-specific checks fail to indicate non-fulfillment.\",\"params\":{\"returnData\":\"Data returned from the previous call phase.\",\"solverOp\":\"The SolverOperation struct that was executed just before this hook was called.\"}},\"preOpsCall((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))\":{\"params\":{\"userOp\":\"The UserOperation struct.\"},\"returns\":{\"_0\":\"data Data to be passed to the next call phase.\"}},\"preSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)\":{\"details\":\"Should revert if any DApp-specific checks fail to indicate non-fulfillment.\",\"params\":{\"returnData\":\"Data returned from the previous call phase.\",\"solverOp\":\"The SolverOperation to be executed after this hook has been called.\"}},\"transferGovernance(address)\":{\"params\":{\"newGovernance\":\"The address of the new governance.\"}},\"update(address,bytes)\":{\"params\":{\"callData\":\"The call data to update the oracle with\",\"oracle\":\"The oracle to update\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"acceptGovernance()\":{\"notice\":\"Accepts the transfer of governance to a new address. Only callable by the new governance address.\"},\"allocateValueCall(bool,address,uint256,bytes)\":{\"notice\":\"The allocateValueCall hook which is called after a successful SolverOperation.\"},\"getCallConfig()\":{\"notice\":\"Returns the CallConfig struct of this DAppControl contract.\"},\"getDAppConfig((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))\":{\"notice\":\"Returns the DAppConfig struct of this DAppControl contract.\"},\"getDAppSignatory()\":{\"notice\":\"Returns the current governance address of this DAppControl contract.\"},\"postSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)\":{\"notice\":\"The postSolverCall hook which may be called after the SolverOperation has been executed.\"},\"preOpsCall((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))\":{\"notice\":\"The preOpsCall hook which may be called before the UserOperation is executed.\"},\"preSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)\":{\"notice\":\"The preSolverCall hook which may be called before the SolverOperation is executed.\"},\"transferGovernance(address)\":{\"notice\":\"Starts the transfer of governance to a new address. Only callable by the current governance address.\"},\"update(address,bytes)\":{\"notice\":\"Updates the oracle with the new values\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"src/ChainlinkOevDAppControl.sol\":\"ChainlinkOevDAppControl\"},\"evmVersion\":\"cancun\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":50},\"remappings\":[\":@atlas-test/=lib/atlas/test/\",\":@atlas/=lib/atlas/src/contracts/\",\":@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/\",\":@openzeppelin/contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/\",\":atlas/=lib/atlas/\",\":ds-test/=lib/atlas/lib/forge-std/lib/ds-test/src/\",\":erc4626-tests/=lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/\",\":eth-gas-reporter/=lib/atlas/node_modules/eth-gas-reporter/\",\":forge-std/=lib/openzeppelin-contracts-upgradeable/lib/forge-std/src/\",\":halmos-cheatcodes/=lib/openzeppelin-contracts-upgradeable/lib/halmos-cheatcodes/src/\",\":hardhat/=lib/atlas/node_modules/hardhat/\",\":nitro-contracts/=lib/atlas/lib/nitro-contracts/\",\":openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/\",\":openzeppelin-contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/\",\":solady/=lib/atlas/lib/solady/src/\"],\"viaIR\":true},\"sources\":{\"lib/atlas/lib/solady/src/utils/SafeTransferLib.sol\":{\"keccak256\":\"0x583f47701d9b47bb3ef80fcabbbd62fbb58a01733b7a57e19658b4b02468883a\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2523bfac005e21ef9963fdb3c08b2c61824e2b5ce2f53d1a1828b01ed995217c\",\"dweb:/ipfs/QmbBjVG9tZyeZSQH4m5GUzNBwo2iuvLoZYbmhT4gxnJc4J\"]},\"lib/atlas/src/contracts/common/ExecutionBase.sol\":{\"keccak256\":\"0xeba969085473d9929b882eca679f9a0edd7ccb9e6c67610dccd7dfdeccd67974\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://de0c8837b3118963130af0c30cfdf5d6c886ad7ef26b1873d750085ae4f2f006\",\"dweb:/ipfs/QmYxohD2ixCev5f3RPc2waWmhSHh5AuxhXfjNoQxUQmLCs\"]},\"lib/atlas/src/contracts/dapp/ControlTemplate.sol\":{\"keccak256\":\"0x12db0bec76b9a992e0c92a536dc2779202b377c0a27dd4b6ce250664d1f8b307\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://c8ab5f6a1522a68c2de758345b59185f24ef34587b794499ae232f9d20821495\",\"dweb:/ipfs/QmRVuD8uRuTW1jsWAjWGxb7pNFS37FqaUpikAoqhq7bfkd\"]},\"lib/atlas/src/contracts/dapp/DAppControl.sol\":{\"keccak256\":\"0x6e7caab36611dda6a118bc26461730417c1c3a31b0ce1d0a0b3976dc6e894fb8\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://69142352b354223c275306b7558dcd244323996e81a6790b4da3dc0574527ff8\",\"dweb:/ipfs/Qmc1ZRJXqGPWmuC9ikqU8zEJ8TqEVNTmspCVHL4fpvgpE8\"]},\"lib/atlas/src/contracts/interfaces/IAtlas.sol\":{\"keccak256\":\"0x94be8e7b8054e883a8920bd10ba2c706ef53321734affc7dc8197c77ceafc77b\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://33c982575cbea86190998da95112d07e355f848da9a9816f037d051a3cff1d23\",\"dweb:/ipfs/QmaARyAeJzf7nsmihGnVPL1WbnYwLbmHoxX4SzH1GCCpiE\"]},\"lib/atlas/src/contracts/interfaces/IAtlasVerification.sol\":{\"keccak256\":\"0x19b118bde6e8468fb7ed847fe89d0edf90d399f9b9e674eda0d4f90c875bea5e\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://274a948ddc389934ecb5dcfc189f0325b81a26091a9663a7aa78ce2568fd4d7c\",\"dweb:/ipfs/QmP3ZLaPniPaYiAHCeDwqC28V7LEnbrQbPZ6RG5pPMK3z7\"]},\"lib/atlas/src/contracts/interfaces/IDAppControl.sol\":{\"keccak256\":\"0xd2463482a6a58b89915d0fa972a2dbd64f07ac97f30e4a500c26312225e1fae5\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://9f9543621332e60536cfa609b2d95af5c439372823b037fa2dd6c57edefa8a51\",\"dweb:/ipfs/QmV6zAjhUo8Q2VgSMzZUjnJYmiXhjwdp6qYSPv7a4jfDEW\"]},\"lib/atlas/src/contracts/libraries/CallBits.sol\":{\"keccak256\":\"0x9f4a851c098543392e044def5f25f709ee8bfd89e460a8fcfb56629ce3379978\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://a9c9962db5cde46e7a7e2c2edb70f487213dcf9ed92c0568cc1a10855bb8c6bf\",\"dweb:/ipfs/QmQJfsMkbBFHERTwdsUoy4MTCW9jmmaTQhRoNihfVgstn8\"]},\"lib/atlas/src/contracts/libraries/SafetyBits.sol\":{\"keccak256\":\"0x579701a3ac71c084de2473db5d68e73e6d7b397caf28cf7d4db2467c84836ab3\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://0dde4a71ca074ed66438ad30f5ecad91d64229e455e7fc614ad32172eb2b3252\",\"dweb:/ipfs/QmVyNrXbah69WGVtPUvZiHos6xiXfPLeEZyctMFM4uh4vQ\"]},\"lib/atlas/src/contracts/types/AtlasErrors.sol\":{\"keccak256\":\"0xae3e1f271b6bbdbfde8fb7752d9bdf9a1171819920c335ab83b330a1ec679fa2\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://850a4665bba060d88d2b2fe9265d4182e3aaf3f6eb3e1be4567f57b9ccf5fba4\",\"dweb:/ipfs/QmT5ADm3v1UXPLc13GUSvHDyvfVwQjnBYhEoGzf4a2eXb1\"]},\"lib/atlas/src/contracts/types/AtlasEvents.sol\":{\"keccak256\":\"0x0ff572a2dc87468cc4281e80ee2dadd67f021808ef087b56b29137cc0e0d90e0\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://c4d309f14343a485ab2f47df7ee4dc7b52cb01380996bb1d71de3d71423dfac0\",\"dweb:/ipfs/QmcKuphm9uBaHeVRP8ADyvLo4hBbgT5angzRSN4F9M6CCS\"]},\"lib/atlas/src/contracts/types/ConfigTypes.sol\":{\"keccak256\":\"0xf78fae04ca1549d75975c716945774f27e7baffe163d997ddaa0a45b0beeb5b7\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://1ffa60be157b704ed13bd369bb2bf47501698f48e251875389796afdc6cddb2c\",\"dweb:/ipfs/QmTTPwUYwtSoWCNvGsDZUFFrXrLpxRh9Kfns1MmgUtvnPX\"]},\"lib/atlas/src/contracts/types/DAppOperation.sol\":{\"keccak256\":\"0xc1cab215e5e08d8af06642a29efaa48b1b68f1b6bd780b17397fc400b9c9f97f\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://269813c5494b938ec75feb111ce8cf5b4f61afb81f0ce5692519f8389bbe2528\",\"dweb:/ipfs/QmXgdGKBF225hewT5JRhRoPXGfTGVPkivdWqmNbVuzP8PZ\"]},\"lib/atlas/src/contracts/types/LockTypes.sol\":{\"keccak256\":\"0x613c11a9c1edf8b674cd42510538dde3f40dbadd61a2df4c69692501d6f47742\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://434bd4fc94701ecd9324b6559b2f7ce5a4ecdd49a4347dd0296f8a161234d0d6\",\"dweb:/ipfs/QmRU3ULXn8UuYUs63bQfkVEazvuGpd5e3ycbkNcA1D1AgL\"]},\"lib/atlas/src/contracts/types/SolverOperation.sol\":{\"keccak256\":\"0x9ff5d8a9951d8bacd9a3db9f11292fdd28c2cc1c8075f458f1988aeca7b502cb\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://8ce43eb53b92e05c7e4d7c48d4cc3bf24a6776fea5e1538e75f4599f36b3bfc2\",\"dweb:/ipfs/QmaJVeMXBB6MCG3bHmUHK6JvFfKUsS2aMBEyZ5Eo9jHX7c\"]},\"lib/atlas/src/contracts/types/UserOperation.sol\":{\"keccak256\":\"0x5993496a05dc701bf41cbd2616d95f29868a4097f86ee7d8d8170b4ea9f6cff2\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://7b3d2920a2a8650e331fdb9a179c416aba3dcf90cf12b4f9becb4fa7bce67980\",\"dweb:/ipfs/QmR1gqFP1UwYfDBu6CF38XKihC4Pq1BQqMokTRhYHx899m\"]},\"lib/atlas/src/contracts/types/ValidCalls.sol\":{\"keccak256\":\"0x73bac23f29b12b5ab20bb48be4a798d38cc6013a7da9d708e27848cf15550998\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://1032091e316c35873b09ba7242acc7cfcea624bce0a47e124a0a4226e04ec578\",\"dweb:/ipfs/QmaWMxxkAcL64fsK29sE8PDjbM7pXXE8jxzomG3qGgS9Hh\"]},\"lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xe06a3f08a987af6ad2e1c1e774405d4fe08f1694b67517438b467cecf0da0ef7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://df6f0c459663c9858b6cba2cda1d14a7d05a985bed6d2de72bd8e78c25ee79db\",\"dweb:/ipfs/QmeTTxZ7qVk9rjEv2R4CpCwdf8UMCcRqDNMvzNxHc3Fnn9\"]},\"src/ChainlinkOevDAppControl.sol\":{\"keccak256\":\"0xf9bfaf46e0144c365349927e3d7f3b4de7f98e93d33cdcc94987399cf5de4e55\",\"license\":\"BUSL-1.1\",\"urls\":[\"bzz-raw://2fca4c8a284f65425045439e3c806516ffab2b78ea34fd57441dee6ac94077ab\",\"dweb:/ipfs/QmNc6nVHtdmvs3jNfqSHHUrZztJt2V97PKVEGvobs3QkAU\"]}},\"version\":1}",
1105
+ "metadata": {
1106
+ "compiler": { "version": "0.8.28+commit.7893614a" },
1107
+ "language": "Solidity",
1108
+ "output": {
1109
+ "abi": [
1110
+ {
1111
+ "inputs": [
1112
+ { "internalType": "address", "name": "atlas", "type": "address" },
1113
+ {
1114
+ "internalType": "uint256",
1115
+ "name": "oevShareFastlane_",
1116
+ "type": "uint256"
1117
+ },
1118
+ {
1119
+ "internalType": "address",
1120
+ "name": "oevAllocationDestinationFastlane_",
1121
+ "type": "address"
1122
+ },
1123
+ {
1124
+ "internalType": "address",
1125
+ "name": "oevAllocationDestinationProtocol_",
1126
+ "type": "address"
1127
+ }
1128
+ ],
1129
+ "stateMutability": "nonpayable",
1130
+ "type": "constructor"
1131
+ },
1132
+ { "inputs": [], "type": "error", "name": "AlteredControl" },
1133
+ {
1134
+ "inputs": [],
1135
+ "type": "error",
1136
+ "name": "BothPreOpsAndUserReturnDataCannotBeTracked"
1137
+ },
1138
+ {
1139
+ "inputs": [],
1140
+ "type": "error",
1141
+ "name": "BothUserAndDAppNoncesCannotBeSequential"
1142
+ },
1143
+ {
1144
+ "inputs": [],
1145
+ "type": "error",
1146
+ "name": "BundlerIsNotAuthorizedSender"
1147
+ },
1148
+ { "inputs": [], "type": "error", "name": "InvalidControl" },
1149
+ { "inputs": [], "type": "error", "name": "InvalidExecutionEnv" },
1150
+ {
1151
+ "inputs": [],
1152
+ "type": "error",
1153
+ "name": "InvalidOevAllocationDestination"
1154
+ },
1155
+ { "inputs": [], "type": "error", "name": "InvalidOevShare" },
1156
+ { "inputs": [], "type": "error", "name": "InvalidSelector" },
1157
+ { "inputs": [], "type": "error", "name": "InvalidSolver" },
1158
+ { "inputs": [], "type": "error", "name": "InvalidUserEntryCall" },
1159
+ { "inputs": [], "type": "error", "name": "InvalidUserOpDapp" },
1160
+ { "inputs": [], "type": "error", "name": "InvalidUserOpFrom" },
1161
+ {
1162
+ "inputs": [],
1163
+ "type": "error",
1164
+ "name": "InvertBidValueCannotBeExPostBids"
1165
+ },
1166
+ { "inputs": [], "type": "error", "name": "MustBeDelegatecalled" },
1167
+ { "inputs": [], "type": "error", "name": "NoDelegatecall" },
1168
+ { "inputs": [], "type": "error", "name": "NotImplemented" },
1169
+ { "inputs": [], "type": "error", "name": "OnlyAtlas" },
1170
+ { "inputs": [], "type": "error", "name": "OnlyGovernance" },
1171
+ { "inputs": [], "type": "error", "name": "OnlyGovernance" },
1172
+ {
1173
+ "inputs": [],
1174
+ "type": "error",
1175
+ "name": "OnlyWhitelistedOracleAllowed"
1176
+ },
1177
+ { "inputs": [], "type": "error", "name": "OracleUpdateFailed" },
1178
+ { "inputs": [], "type": "error", "name": "Unauthorized" },
1179
+ { "inputs": [], "type": "error", "name": "WrongPhase" },
1180
+ {
1181
+ "inputs": [
1182
+ {
1183
+ "internalType": "address",
1184
+ "name": "previousGovernance",
1185
+ "type": "address",
1186
+ "indexed": true
1187
+ },
1188
+ {
1189
+ "internalType": "address",
1190
+ "name": "newGovernance",
1191
+ "type": "address",
1192
+ "indexed": true
1193
+ }
1194
+ ],
1195
+ "type": "event",
1196
+ "name": "GovernanceTransferStarted",
1197
+ "anonymous": false
1198
+ },
1199
+ {
1200
+ "inputs": [
1201
+ {
1202
+ "internalType": "address",
1203
+ "name": "previousGovernance",
1204
+ "type": "address",
1205
+ "indexed": true
1206
+ },
1207
+ {
1208
+ "internalType": "address",
1209
+ "name": "newGovernance",
1210
+ "type": "address",
1211
+ "indexed": true
1212
+ }
1213
+ ],
1214
+ "type": "event",
1215
+ "name": "GovernanceTransferred",
1216
+ "anonymous": false
1217
+ },
1218
+ {
1219
+ "inputs": [
1220
+ {
1221
+ "internalType": "address",
1222
+ "name": "fastlaneOevDestination",
1223
+ "type": "address",
1224
+ "indexed": true
1225
+ },
1226
+ {
1227
+ "internalType": "address",
1228
+ "name": "protocolOevDestination",
1229
+ "type": "address",
1230
+ "indexed": true
1231
+ },
1232
+ {
1233
+ "internalType": "uint256",
1234
+ "name": "totalOev",
1235
+ "type": "uint256",
1236
+ "indexed": false
1237
+ },
1238
+ {
1239
+ "internalType": "uint256",
1240
+ "name": "oevFastlane",
1241
+ "type": "uint256",
1242
+ "indexed": false
1243
+ },
1244
+ {
1245
+ "internalType": "uint256",
1246
+ "name": "oevProtocol",
1247
+ "type": "uint256",
1248
+ "indexed": false
1249
+ }
1250
+ ],
1251
+ "type": "event",
1252
+ "name": "OevAllocated",
1253
+ "anonymous": false
1254
+ },
1255
+ {
1256
+ "inputs": [],
1257
+ "stateMutability": "view",
1258
+ "type": "function",
1259
+ "name": "ATLAS",
1260
+ "outputs": [
1261
+ { "internalType": "address", "name": "", "type": "address" }
1262
+ ]
1263
+ },
1264
+ {
1265
+ "inputs": [],
1266
+ "stateMutability": "view",
1267
+ "type": "function",
1268
+ "name": "ATLAS_VERIFICATION",
1269
+ "outputs": [
1270
+ { "internalType": "address", "name": "", "type": "address" }
1271
+ ]
1272
+ },
1273
+ {
1274
+ "inputs": [],
1275
+ "stateMutability": "view",
1276
+ "type": "function",
1277
+ "name": "CALL_CONFIG",
1278
+ "outputs": [
1279
+ { "internalType": "uint32", "name": "", "type": "uint32" }
1280
+ ]
1281
+ },
1282
+ {
1283
+ "inputs": [],
1284
+ "stateMutability": "view",
1285
+ "type": "function",
1286
+ "name": "CONTROL",
1287
+ "outputs": [
1288
+ { "internalType": "address", "name": "", "type": "address" }
1289
+ ]
1290
+ },
1291
+ {
1292
+ "inputs": [],
1293
+ "stateMutability": "view",
1294
+ "type": "function",
1295
+ "name": "OEV_SHARE_SCALE",
1296
+ "outputs": [
1297
+ { "internalType": "uint256", "name": "", "type": "uint256" }
1298
+ ]
1299
+ },
1300
+ {
1301
+ "inputs": [],
1302
+ "stateMutability": "view",
1303
+ "type": "function",
1304
+ "name": "SOURCE",
1305
+ "outputs": [
1306
+ { "internalType": "address", "name": "", "type": "address" }
1307
+ ]
1308
+ },
1309
+ {
1310
+ "inputs": [],
1311
+ "stateMutability": "nonpayable",
1312
+ "type": "function",
1313
+ "name": "acceptGovernance"
1314
+ },
1315
+ {
1316
+ "inputs": [
1317
+ { "internalType": "bytes4", "name": "selector", "type": "bytes4" }
1318
+ ],
1319
+ "stateMutability": "nonpayable",
1320
+ "type": "function",
1321
+ "name": "addAllowedSelector"
1322
+ },
1323
+ {
1324
+ "inputs": [
1325
+ { "internalType": "address", "name": "oracle", "type": "address" }
1326
+ ],
1327
+ "stateMutability": "nonpayable",
1328
+ "type": "function",
1329
+ "name": "addOracleToWhitelist"
1330
+ },
1331
+ {
1332
+ "inputs": [
1333
+ { "internalType": "bool", "name": "solved", "type": "bool" },
1334
+ {
1335
+ "internalType": "address",
1336
+ "name": "bidToken",
1337
+ "type": "address"
1338
+ },
1339
+ {
1340
+ "internalType": "uint256",
1341
+ "name": "bidAmount",
1342
+ "type": "uint256"
1343
+ },
1344
+ { "internalType": "bytes", "name": "data", "type": "bytes" }
1345
+ ],
1346
+ "stateMutability": "nonpayable",
1347
+ "type": "function",
1348
+ "name": "allocateValueCall"
1349
+ },
1350
+ {
1351
+ "inputs": [
1352
+ { "internalType": "bytes4", "name": "selector", "type": "bytes4" }
1353
+ ],
1354
+ "stateMutability": "view",
1355
+ "type": "function",
1356
+ "name": "allowedSelectors",
1357
+ "outputs": [
1358
+ { "internalType": "bool", "name": "isAllowed", "type": "bool" }
1359
+ ]
1360
+ },
1361
+ {
1362
+ "inputs": [],
1363
+ "stateMutability": "view",
1364
+ "type": "function",
1365
+ "name": "allowedSelectorsCount",
1366
+ "outputs": [
1367
+ { "internalType": "uint32", "name": "", "type": "uint32" }
1368
+ ]
1369
+ },
1370
+ {
1371
+ "inputs": [],
1372
+ "stateMutability": "view",
1373
+ "type": "function",
1374
+ "name": "authorizedExecutionEnv",
1375
+ "outputs": [
1376
+ { "internalType": "address", "name": "", "type": "address" }
1377
+ ]
1378
+ },
1379
+ {
1380
+ "inputs": [],
1381
+ "stateMutability": "view",
1382
+ "type": "function",
1383
+ "name": "authorizedUserOpSigner",
1384
+ "outputs": [
1385
+ { "internalType": "address", "name": "", "type": "address" }
1386
+ ]
1387
+ },
1388
+ {
1389
+ "inputs": [
1390
+ {
1391
+ "internalType": "struct UserOperation",
1392
+ "name": "",
1393
+ "type": "tuple",
1394
+ "components": [
1395
+ {
1396
+ "internalType": "address",
1397
+ "name": "from",
1398
+ "type": "address"
1399
+ },
1400
+ { "internalType": "address", "name": "to", "type": "address" },
1401
+ {
1402
+ "internalType": "uint256",
1403
+ "name": "value",
1404
+ "type": "uint256"
1405
+ },
1406
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
1407
+ {
1408
+ "internalType": "uint256",
1409
+ "name": "maxFeePerGas",
1410
+ "type": "uint256"
1411
+ },
1412
+ {
1413
+ "internalType": "uint256",
1414
+ "name": "nonce",
1415
+ "type": "uint256"
1416
+ },
1417
+ {
1418
+ "internalType": "uint256",
1419
+ "name": "deadline",
1420
+ "type": "uint256"
1421
+ },
1422
+ {
1423
+ "internalType": "address",
1424
+ "name": "dapp",
1425
+ "type": "address"
1426
+ },
1427
+ {
1428
+ "internalType": "address",
1429
+ "name": "control",
1430
+ "type": "address"
1431
+ },
1432
+ {
1433
+ "internalType": "uint32",
1434
+ "name": "callConfig",
1435
+ "type": "uint32"
1436
+ },
1437
+ {
1438
+ "internalType": "uint32",
1439
+ "name": "dappGasLimit",
1440
+ "type": "uint32"
1441
+ },
1442
+ {
1443
+ "internalType": "uint32",
1444
+ "name": "solverGasLimit",
1445
+ "type": "uint32"
1446
+ },
1447
+ {
1448
+ "internalType": "uint24",
1449
+ "name": "bundlerSurchargeRate",
1450
+ "type": "uint24"
1451
+ },
1452
+ {
1453
+ "internalType": "address",
1454
+ "name": "sessionKey",
1455
+ "type": "address"
1456
+ },
1457
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
1458
+ {
1459
+ "internalType": "bytes",
1460
+ "name": "signature",
1461
+ "type": "bytes"
1462
+ }
1463
+ ]
1464
+ }
1465
+ ],
1466
+ "stateMutability": "pure",
1467
+ "type": "function",
1468
+ "name": "getBidFormat",
1469
+ "outputs": [
1470
+ { "internalType": "address", "name": "bidToken", "type": "address" }
1471
+ ]
1472
+ },
1473
+ {
1474
+ "inputs": [
1475
+ {
1476
+ "internalType": "struct SolverOperation",
1477
+ "name": "solverOp",
1478
+ "type": "tuple",
1479
+ "components": [
1480
+ {
1481
+ "internalType": "address",
1482
+ "name": "from",
1483
+ "type": "address"
1484
+ },
1485
+ { "internalType": "address", "name": "to", "type": "address" },
1486
+ {
1487
+ "internalType": "uint256",
1488
+ "name": "value",
1489
+ "type": "uint256"
1490
+ },
1491
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
1492
+ {
1493
+ "internalType": "uint256",
1494
+ "name": "maxFeePerGas",
1495
+ "type": "uint256"
1496
+ },
1497
+ {
1498
+ "internalType": "uint256",
1499
+ "name": "deadline",
1500
+ "type": "uint256"
1501
+ },
1502
+ {
1503
+ "internalType": "address",
1504
+ "name": "solver",
1505
+ "type": "address"
1506
+ },
1507
+ {
1508
+ "internalType": "address",
1509
+ "name": "control",
1510
+ "type": "address"
1511
+ },
1512
+ {
1513
+ "internalType": "bytes32",
1514
+ "name": "userOpHash",
1515
+ "type": "bytes32"
1516
+ },
1517
+ {
1518
+ "internalType": "address",
1519
+ "name": "bidToken",
1520
+ "type": "address"
1521
+ },
1522
+ {
1523
+ "internalType": "uint256",
1524
+ "name": "bidAmount",
1525
+ "type": "uint256"
1526
+ },
1527
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
1528
+ {
1529
+ "internalType": "bytes",
1530
+ "name": "signature",
1531
+ "type": "bytes"
1532
+ }
1533
+ ]
1534
+ }
1535
+ ],
1536
+ "stateMutability": "pure",
1537
+ "type": "function",
1538
+ "name": "getBidValue",
1539
+ "outputs": [
1540
+ { "internalType": "uint256", "name": "", "type": "uint256" }
1541
+ ]
1542
+ },
1543
+ {
1544
+ "inputs": [],
1545
+ "stateMutability": "view",
1546
+ "type": "function",
1547
+ "name": "getBundlerSurchargeRate",
1548
+ "outputs": [
1549
+ { "internalType": "uint24", "name": "", "type": "uint24" }
1550
+ ]
1551
+ },
1552
+ {
1553
+ "inputs": [],
1554
+ "stateMutability": "view",
1555
+ "type": "function",
1556
+ "name": "getCallConfig",
1557
+ "outputs": [
1558
+ {
1559
+ "internalType": "struct CallConfig",
1560
+ "name": "",
1561
+ "type": "tuple",
1562
+ "components": [
1563
+ {
1564
+ "internalType": "bool",
1565
+ "name": "userNoncesSequential",
1566
+ "type": "bool"
1567
+ },
1568
+ {
1569
+ "internalType": "bool",
1570
+ "name": "dappNoncesSequential",
1571
+ "type": "bool"
1572
+ },
1573
+ {
1574
+ "internalType": "bool",
1575
+ "name": "requirePreOps",
1576
+ "type": "bool"
1577
+ },
1578
+ {
1579
+ "internalType": "bool",
1580
+ "name": "trackPreOpsReturnData",
1581
+ "type": "bool"
1582
+ },
1583
+ {
1584
+ "internalType": "bool",
1585
+ "name": "trackUserReturnData",
1586
+ "type": "bool"
1587
+ },
1588
+ {
1589
+ "internalType": "bool",
1590
+ "name": "delegateUser",
1591
+ "type": "bool"
1592
+ },
1593
+ {
1594
+ "internalType": "bool",
1595
+ "name": "requirePreSolver",
1596
+ "type": "bool"
1597
+ },
1598
+ {
1599
+ "internalType": "bool",
1600
+ "name": "requirePostSolver",
1601
+ "type": "bool"
1602
+ },
1603
+ {
1604
+ "internalType": "bool",
1605
+ "name": "zeroSolvers",
1606
+ "type": "bool"
1607
+ },
1608
+ {
1609
+ "internalType": "bool",
1610
+ "name": "reuseUserOp",
1611
+ "type": "bool"
1612
+ },
1613
+ {
1614
+ "internalType": "bool",
1615
+ "name": "userAuctioneer",
1616
+ "type": "bool"
1617
+ },
1618
+ {
1619
+ "internalType": "bool",
1620
+ "name": "solverAuctioneer",
1621
+ "type": "bool"
1622
+ },
1623
+ {
1624
+ "internalType": "bool",
1625
+ "name": "unknownAuctioneer",
1626
+ "type": "bool"
1627
+ },
1628
+ {
1629
+ "internalType": "bool",
1630
+ "name": "verifyCallChainHash",
1631
+ "type": "bool"
1632
+ },
1633
+ {
1634
+ "internalType": "bool",
1635
+ "name": "forwardReturnData",
1636
+ "type": "bool"
1637
+ },
1638
+ {
1639
+ "internalType": "bool",
1640
+ "name": "requireFulfillment",
1641
+ "type": "bool"
1642
+ },
1643
+ {
1644
+ "internalType": "bool",
1645
+ "name": "trustedOpHash",
1646
+ "type": "bool"
1647
+ },
1648
+ {
1649
+ "internalType": "bool",
1650
+ "name": "invertBidValue",
1651
+ "type": "bool"
1652
+ },
1653
+ {
1654
+ "internalType": "bool",
1655
+ "name": "exPostBids",
1656
+ "type": "bool"
1657
+ },
1658
+ {
1659
+ "internalType": "bool",
1660
+ "name": "multipleSuccessfulSolvers",
1661
+ "type": "bool"
1662
+ },
1663
+ {
1664
+ "internalType": "bool",
1665
+ "name": "checkMetacallGasLimit",
1666
+ "type": "bool"
1667
+ }
1668
+ ]
1669
+ }
1670
+ ]
1671
+ },
1672
+ {
1673
+ "inputs": [
1674
+ {
1675
+ "internalType": "struct UserOperation",
1676
+ "name": "userOp",
1677
+ "type": "tuple",
1678
+ "components": [
1679
+ {
1680
+ "internalType": "address",
1681
+ "name": "from",
1682
+ "type": "address"
1683
+ },
1684
+ { "internalType": "address", "name": "to", "type": "address" },
1685
+ {
1686
+ "internalType": "uint256",
1687
+ "name": "value",
1688
+ "type": "uint256"
1689
+ },
1690
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
1691
+ {
1692
+ "internalType": "uint256",
1693
+ "name": "maxFeePerGas",
1694
+ "type": "uint256"
1695
+ },
1696
+ {
1697
+ "internalType": "uint256",
1698
+ "name": "nonce",
1699
+ "type": "uint256"
1700
+ },
1701
+ {
1702
+ "internalType": "uint256",
1703
+ "name": "deadline",
1704
+ "type": "uint256"
1705
+ },
1706
+ {
1707
+ "internalType": "address",
1708
+ "name": "dapp",
1709
+ "type": "address"
1710
+ },
1711
+ {
1712
+ "internalType": "address",
1713
+ "name": "control",
1714
+ "type": "address"
1715
+ },
1716
+ {
1717
+ "internalType": "uint32",
1718
+ "name": "callConfig",
1719
+ "type": "uint32"
1720
+ },
1721
+ {
1722
+ "internalType": "uint32",
1723
+ "name": "dappGasLimit",
1724
+ "type": "uint32"
1725
+ },
1726
+ {
1727
+ "internalType": "uint32",
1728
+ "name": "solverGasLimit",
1729
+ "type": "uint32"
1730
+ },
1731
+ {
1732
+ "internalType": "uint24",
1733
+ "name": "bundlerSurchargeRate",
1734
+ "type": "uint24"
1735
+ },
1736
+ {
1737
+ "internalType": "address",
1738
+ "name": "sessionKey",
1739
+ "type": "address"
1740
+ },
1741
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
1742
+ {
1743
+ "internalType": "bytes",
1744
+ "name": "signature",
1745
+ "type": "bytes"
1746
+ }
1747
+ ]
1748
+ }
1749
+ ],
1750
+ "stateMutability": "view",
1751
+ "type": "function",
1752
+ "name": "getDAppConfig",
1753
+ "outputs": [
1754
+ {
1755
+ "internalType": "struct DAppConfig",
1756
+ "name": "dConfig",
1757
+ "type": "tuple",
1758
+ "components": [
1759
+ { "internalType": "address", "name": "to", "type": "address" },
1760
+ {
1761
+ "internalType": "uint32",
1762
+ "name": "callConfig",
1763
+ "type": "uint32"
1764
+ },
1765
+ {
1766
+ "internalType": "address",
1767
+ "name": "bidToken",
1768
+ "type": "address"
1769
+ },
1770
+ {
1771
+ "internalType": "uint32",
1772
+ "name": "solverGasLimit",
1773
+ "type": "uint32"
1774
+ },
1775
+ {
1776
+ "internalType": "uint32",
1777
+ "name": "dappGasLimit",
1778
+ "type": "uint32"
1779
+ },
1780
+ {
1781
+ "internalType": "uint128",
1782
+ "name": "bundlerSurchargeRate",
1783
+ "type": "uint128"
1784
+ }
1785
+ ]
1786
+ }
1787
+ ]
1788
+ },
1789
+ {
1790
+ "inputs": [],
1791
+ "stateMutability": "view",
1792
+ "type": "function",
1793
+ "name": "getDAppGasLimit",
1794
+ "outputs": [
1795
+ { "internalType": "uint32", "name": "", "type": "uint32" }
1796
+ ]
1797
+ },
1798
+ {
1799
+ "inputs": [],
1800
+ "stateMutability": "view",
1801
+ "type": "function",
1802
+ "name": "getDAppSignatory",
1803
+ "outputs": [
1804
+ { "internalType": "address", "name": "", "type": "address" }
1805
+ ]
1806
+ },
1807
+ {
1808
+ "inputs": [],
1809
+ "stateMutability": "view",
1810
+ "type": "function",
1811
+ "name": "getSharesAndDestinations",
1812
+ "outputs": [
1813
+ {
1814
+ "internalType": "uint256",
1815
+ "name": "oevShareFastlane_",
1816
+ "type": "uint256"
1817
+ },
1818
+ {
1819
+ "internalType": "address",
1820
+ "name": "oevAllocationDestinationFastlane_",
1821
+ "type": "address"
1822
+ },
1823
+ {
1824
+ "internalType": "address",
1825
+ "name": "oevAllocationDestinationProtocol_",
1826
+ "type": "address"
1827
+ }
1828
+ ]
1829
+ },
1830
+ {
1831
+ "inputs": [],
1832
+ "stateMutability": "view",
1833
+ "type": "function",
1834
+ "name": "getSolverGasLimit",
1835
+ "outputs": [
1836
+ { "internalType": "uint32", "name": "", "type": "uint32" }
1837
+ ]
1838
+ },
1839
+ {
1840
+ "inputs": [],
1841
+ "stateMutability": "view",
1842
+ "type": "function",
1843
+ "name": "governance",
1844
+ "outputs": [
1845
+ { "internalType": "address", "name": "", "type": "address" }
1846
+ ]
1847
+ },
1848
+ {
1849
+ "inputs": [],
1850
+ "stateMutability": "view",
1851
+ "type": "function",
1852
+ "name": "oevAllocationDestinationFastlane",
1853
+ "outputs": [
1854
+ { "internalType": "address", "name": "", "type": "address" }
1855
+ ]
1856
+ },
1857
+ {
1858
+ "inputs": [],
1859
+ "stateMutability": "view",
1860
+ "type": "function",
1861
+ "name": "oevAllocationDestinationProtocol",
1862
+ "outputs": [
1863
+ { "internalType": "address", "name": "", "type": "address" }
1864
+ ]
1865
+ },
1866
+ {
1867
+ "inputs": [],
1868
+ "stateMutability": "view",
1869
+ "type": "function",
1870
+ "name": "oevShareFastlane",
1871
+ "outputs": [
1872
+ { "internalType": "uint256", "name": "", "type": "uint256" }
1873
+ ]
1874
+ },
1875
+ {
1876
+ "inputs": [
1877
+ { "internalType": "address", "name": "oracle", "type": "address" }
1878
+ ],
1879
+ "stateMutability": "view",
1880
+ "type": "function",
1881
+ "name": "oracleWhitelist",
1882
+ "outputs": [
1883
+ { "internalType": "bool", "name": "isWhitelisted", "type": "bool" }
1884
+ ]
1885
+ },
1886
+ {
1887
+ "inputs": [],
1888
+ "stateMutability": "view",
1889
+ "type": "function",
1890
+ "name": "pendingGovernance",
1891
+ "outputs": [
1892
+ { "internalType": "address", "name": "", "type": "address" }
1893
+ ]
1894
+ },
1895
+ {
1896
+ "inputs": [
1897
+ {
1898
+ "internalType": "struct SolverOperation",
1899
+ "name": "solverOp",
1900
+ "type": "tuple",
1901
+ "components": [
1902
+ {
1903
+ "internalType": "address",
1904
+ "name": "from",
1905
+ "type": "address"
1906
+ },
1907
+ { "internalType": "address", "name": "to", "type": "address" },
1908
+ {
1909
+ "internalType": "uint256",
1910
+ "name": "value",
1911
+ "type": "uint256"
1912
+ },
1913
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
1914
+ {
1915
+ "internalType": "uint256",
1916
+ "name": "maxFeePerGas",
1917
+ "type": "uint256"
1918
+ },
1919
+ {
1920
+ "internalType": "uint256",
1921
+ "name": "deadline",
1922
+ "type": "uint256"
1923
+ },
1924
+ {
1925
+ "internalType": "address",
1926
+ "name": "solver",
1927
+ "type": "address"
1928
+ },
1929
+ {
1930
+ "internalType": "address",
1931
+ "name": "control",
1932
+ "type": "address"
1933
+ },
1934
+ {
1935
+ "internalType": "bytes32",
1936
+ "name": "userOpHash",
1937
+ "type": "bytes32"
1938
+ },
1939
+ {
1940
+ "internalType": "address",
1941
+ "name": "bidToken",
1942
+ "type": "address"
1943
+ },
1944
+ {
1945
+ "internalType": "uint256",
1946
+ "name": "bidAmount",
1947
+ "type": "uint256"
1948
+ },
1949
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
1950
+ {
1951
+ "internalType": "bytes",
1952
+ "name": "signature",
1953
+ "type": "bytes"
1954
+ }
1955
+ ]
1956
+ },
1957
+ { "internalType": "bytes", "name": "returnData", "type": "bytes" }
1958
+ ],
1959
+ "stateMutability": "payable",
1960
+ "type": "function",
1961
+ "name": "postSolverCall"
1962
+ },
1963
+ {
1964
+ "inputs": [
1965
+ {
1966
+ "internalType": "struct UserOperation",
1967
+ "name": "userOp",
1968
+ "type": "tuple",
1969
+ "components": [
1970
+ {
1971
+ "internalType": "address",
1972
+ "name": "from",
1973
+ "type": "address"
1974
+ },
1975
+ { "internalType": "address", "name": "to", "type": "address" },
1976
+ {
1977
+ "internalType": "uint256",
1978
+ "name": "value",
1979
+ "type": "uint256"
1980
+ },
1981
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
1982
+ {
1983
+ "internalType": "uint256",
1984
+ "name": "maxFeePerGas",
1985
+ "type": "uint256"
1986
+ },
1987
+ {
1988
+ "internalType": "uint256",
1989
+ "name": "nonce",
1990
+ "type": "uint256"
1991
+ },
1992
+ {
1993
+ "internalType": "uint256",
1994
+ "name": "deadline",
1995
+ "type": "uint256"
1996
+ },
1997
+ {
1998
+ "internalType": "address",
1999
+ "name": "dapp",
2000
+ "type": "address"
2001
+ },
2002
+ {
2003
+ "internalType": "address",
2004
+ "name": "control",
2005
+ "type": "address"
2006
+ },
2007
+ {
2008
+ "internalType": "uint32",
2009
+ "name": "callConfig",
2010
+ "type": "uint32"
2011
+ },
2012
+ {
2013
+ "internalType": "uint32",
2014
+ "name": "dappGasLimit",
2015
+ "type": "uint32"
2016
+ },
2017
+ {
2018
+ "internalType": "uint32",
2019
+ "name": "solverGasLimit",
2020
+ "type": "uint32"
2021
+ },
2022
+ {
2023
+ "internalType": "uint24",
2024
+ "name": "bundlerSurchargeRate",
2025
+ "type": "uint24"
2026
+ },
2027
+ {
2028
+ "internalType": "address",
2029
+ "name": "sessionKey",
2030
+ "type": "address"
2031
+ },
2032
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
2033
+ {
2034
+ "internalType": "bytes",
2035
+ "name": "signature",
2036
+ "type": "bytes"
2037
+ }
2038
+ ]
2039
+ }
2040
+ ],
2041
+ "stateMutability": "payable",
2042
+ "type": "function",
2043
+ "name": "preOpsCall",
2044
+ "outputs": [{ "internalType": "bytes", "name": "", "type": "bytes" }]
2045
+ },
2046
+ {
2047
+ "inputs": [
2048
+ {
2049
+ "internalType": "struct SolverOperation",
2050
+ "name": "solverOp",
2051
+ "type": "tuple",
2052
+ "components": [
2053
+ {
2054
+ "internalType": "address",
2055
+ "name": "from",
2056
+ "type": "address"
2057
+ },
2058
+ { "internalType": "address", "name": "to", "type": "address" },
2059
+ {
2060
+ "internalType": "uint256",
2061
+ "name": "value",
2062
+ "type": "uint256"
2063
+ },
2064
+ { "internalType": "uint256", "name": "gas", "type": "uint256" },
2065
+ {
2066
+ "internalType": "uint256",
2067
+ "name": "maxFeePerGas",
2068
+ "type": "uint256"
2069
+ },
2070
+ {
2071
+ "internalType": "uint256",
2072
+ "name": "deadline",
2073
+ "type": "uint256"
2074
+ },
2075
+ {
2076
+ "internalType": "address",
2077
+ "name": "solver",
2078
+ "type": "address"
2079
+ },
2080
+ {
2081
+ "internalType": "address",
2082
+ "name": "control",
2083
+ "type": "address"
2084
+ },
2085
+ {
2086
+ "internalType": "bytes32",
2087
+ "name": "userOpHash",
2088
+ "type": "bytes32"
2089
+ },
2090
+ {
2091
+ "internalType": "address",
2092
+ "name": "bidToken",
2093
+ "type": "address"
2094
+ },
2095
+ {
2096
+ "internalType": "uint256",
2097
+ "name": "bidAmount",
2098
+ "type": "uint256"
2099
+ },
2100
+ { "internalType": "bytes", "name": "data", "type": "bytes" },
2101
+ {
2102
+ "internalType": "bytes",
2103
+ "name": "signature",
2104
+ "type": "bytes"
2105
+ }
2106
+ ]
2107
+ },
2108
+ { "internalType": "bytes", "name": "returnData", "type": "bytes" }
2109
+ ],
2110
+ "stateMutability": "payable",
2111
+ "type": "function",
2112
+ "name": "preSolverCall"
2113
+ },
2114
+ {
2115
+ "inputs": [
2116
+ { "internalType": "bytes4", "name": "selector", "type": "bytes4" }
2117
+ ],
2118
+ "stateMutability": "nonpayable",
2119
+ "type": "function",
2120
+ "name": "removeAllowedSelector"
2121
+ },
2122
+ {
2123
+ "inputs": [
2124
+ { "internalType": "address", "name": "oracle", "type": "address" }
2125
+ ],
2126
+ "stateMutability": "nonpayable",
2127
+ "type": "function",
2128
+ "name": "removeOracleFromWhitelist"
2129
+ },
2130
+ {
2131
+ "inputs": [],
2132
+ "stateMutability": "view",
2133
+ "type": "function",
2134
+ "name": "requireSequentialDAppNonces",
2135
+ "outputs": [
2136
+ { "internalType": "bool", "name": "isSequential", "type": "bool" }
2137
+ ]
2138
+ },
2139
+ {
2140
+ "inputs": [],
2141
+ "stateMutability": "view",
2142
+ "type": "function",
2143
+ "name": "requireSequentialUserNonces",
2144
+ "outputs": [
2145
+ { "internalType": "bool", "name": "isSequential", "type": "bool" }
2146
+ ]
2147
+ },
2148
+ {
2149
+ "inputs": [
2150
+ {
2151
+ "internalType": "address",
2152
+ "name": "authorizedUserOpSigner_",
2153
+ "type": "address"
2154
+ }
2155
+ ],
2156
+ "stateMutability": "nonpayable",
2157
+ "type": "function",
2158
+ "name": "setAuthorizedUserOpSigner"
2159
+ },
2160
+ {
2161
+ "inputs": [
2162
+ {
2163
+ "internalType": "uint24",
2164
+ "name": "bundlerSurchargeRate_",
2165
+ "type": "uint24"
2166
+ }
2167
+ ],
2168
+ "stateMutability": "nonpayable",
2169
+ "type": "function",
2170
+ "name": "setBundlerSurchargeRate"
2171
+ },
2172
+ {
2173
+ "inputs": [
2174
+ {
2175
+ "internalType": "uint32",
2176
+ "name": "dappGasLimit_",
2177
+ "type": "uint32"
2178
+ }
2179
+ ],
2180
+ "stateMutability": "nonpayable",
2181
+ "type": "function",
2182
+ "name": "setDAppGasLimit"
2183
+ },
2184
+ {
2185
+ "inputs": [
2186
+ {
2187
+ "internalType": "address",
2188
+ "name": "oevAllocationDestinationFastlane_",
2189
+ "type": "address"
2190
+ }
2191
+ ],
2192
+ "stateMutability": "nonpayable",
2193
+ "type": "function",
2194
+ "name": "setOevAllocationDestinationFastlane"
2195
+ },
2196
+ {
2197
+ "inputs": [
2198
+ {
2199
+ "internalType": "address",
2200
+ "name": "oevAllocationDestinationProtocol_",
2201
+ "type": "address"
2202
+ }
2203
+ ],
2204
+ "stateMutability": "nonpayable",
2205
+ "type": "function",
2206
+ "name": "setOevAllocationDestinationProtocol"
2207
+ },
2208
+ {
2209
+ "inputs": [
2210
+ {
2211
+ "internalType": "uint256",
2212
+ "name": "oevShareFastlane_",
2213
+ "type": "uint256"
2214
+ }
2215
+ ],
2216
+ "stateMutability": "nonpayable",
2217
+ "type": "function",
2218
+ "name": "setOevShareFastlane"
2219
+ },
2220
+ {
2221
+ "inputs": [
2222
+ {
2223
+ "internalType": "uint32",
2224
+ "name": "solverGasLimit_",
2225
+ "type": "uint32"
2226
+ }
2227
+ ],
2228
+ "stateMutability": "nonpayable",
2229
+ "type": "function",
2230
+ "name": "setSolverGasLimit"
2231
+ },
2232
+ {
2233
+ "inputs": [
2234
+ {
2235
+ "internalType": "address",
2236
+ "name": "newGovernance",
2237
+ "type": "address"
2238
+ }
2239
+ ],
2240
+ "stateMutability": "nonpayable",
2241
+ "type": "function",
2242
+ "name": "transferGovernance"
2243
+ },
2244
+ {
2245
+ "inputs": [
2246
+ { "internalType": "address", "name": "oracle", "type": "address" },
2247
+ { "internalType": "bytes", "name": "callData", "type": "bytes" }
2248
+ ],
2249
+ "stateMutability": "nonpayable",
2250
+ "type": "function",
2251
+ "name": "update"
2252
+ },
2253
+ {
2254
+ "inputs": [],
2255
+ "stateMutability": "view",
2256
+ "type": "function",
2257
+ "name": "userDelegated",
2258
+ "outputs": [
2259
+ { "internalType": "bool", "name": "delegated", "type": "bool" }
2260
+ ]
2261
+ },
2262
+ {
2263
+ "inputs": [
2264
+ { "internalType": "bytes4", "name": "selector", "type": "bytes4" }
2265
+ ],
2266
+ "stateMutability": "view",
2267
+ "type": "function",
2268
+ "name": "verifyAllowedSelector"
2269
+ },
2270
+ {
2271
+ "inputs": [
2272
+ { "internalType": "address", "name": "oracle", "type": "address" }
2273
+ ],
2274
+ "stateMutability": "view",
2275
+ "type": "function",
2276
+ "name": "verifyOracleWhitelist"
2277
+ },
2278
+ {
2279
+ "inputs": [],
2280
+ "stateMutability": "view",
2281
+ "type": "function",
2282
+ "name": "whitelistedOraclesCount",
2283
+ "outputs": [
2284
+ { "internalType": "uint32", "name": "", "type": "uint32" }
2285
+ ]
2286
+ }
2287
+ ],
2288
+ "devdoc": {
2289
+ "kind": "dev",
2290
+ "methods": {
2291
+ "allocateValueCall(bool,address,uint256,bytes)": {
2292
+ "params": {
2293
+ "bidAmount": "The winning bid amount.",
2294
+ "bidToken": "The address of the token used for the winning SolverOperation's bid.",
2295
+ "data": "Data returned from the previous call phase."
2296
+ }
2297
+ },
2298
+ "getCallConfig()": {
2299
+ "returns": {
2300
+ "_0": "The CallConfig struct of this DAppControl contract."
2301
+ }
2302
+ },
2303
+ "getDAppConfig((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))": {
2304
+ "params": { "userOp": "The UserOperation struct." },
2305
+ "returns": {
2306
+ "dConfig": "The DAppConfig struct of this DAppControl contract."
2307
+ }
2308
+ },
2309
+ "getDAppSignatory()": {
2310
+ "returns": {
2311
+ "_0": "The address of the current governance account of this DAppControl contract."
2312
+ }
2313
+ },
2314
+ "postSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)": {
2315
+ "details": "Should revert if any DApp-specific checks fail to indicate non-fulfillment.",
2316
+ "params": {
2317
+ "returnData": "Data returned from the previous call phase.",
2318
+ "solverOp": "The SolverOperation struct that was executed just before this hook was called."
2319
+ }
2320
+ },
2321
+ "preOpsCall((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))": {
2322
+ "params": { "userOp": "The UserOperation struct." },
2323
+ "returns": {
2324
+ "_0": "data Data to be passed to the next call phase."
2325
+ }
2326
+ },
2327
+ "preSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)": {
2328
+ "details": "Should revert if any DApp-specific checks fail to indicate non-fulfillment.",
2329
+ "params": {
2330
+ "returnData": "Data returned from the previous call phase.",
2331
+ "solverOp": "The SolverOperation to be executed after this hook has been called."
2332
+ }
2333
+ },
2334
+ "transferGovernance(address)": {
2335
+ "params": { "newGovernance": "The address of the new governance." }
2336
+ },
2337
+ "update(address,bytes)": {
2338
+ "params": {
2339
+ "callData": "The call data to update the oracle with",
2340
+ "oracle": "The oracle to update"
2341
+ }
2342
+ }
2343
+ },
2344
+ "version": 1
2345
+ },
2346
+ "userdoc": {
2347
+ "kind": "user",
2348
+ "methods": {
2349
+ "acceptGovernance()": {
2350
+ "notice": "Accepts the transfer of governance to a new address. Only callable by the new governance address."
2351
+ },
2352
+ "allocateValueCall(bool,address,uint256,bytes)": {
2353
+ "notice": "The allocateValueCall hook which is called after a successful SolverOperation."
2354
+ },
2355
+ "getCallConfig()": {
2356
+ "notice": "Returns the CallConfig struct of this DAppControl contract."
2357
+ },
2358
+ "getDAppConfig((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))": {
2359
+ "notice": "Returns the DAppConfig struct of this DAppControl contract."
2360
+ },
2361
+ "getDAppSignatory()": {
2362
+ "notice": "Returns the current governance address of this DAppControl contract."
2363
+ },
2364
+ "postSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)": {
2365
+ "notice": "The postSolverCall hook which may be called after the SolverOperation has been executed."
2366
+ },
2367
+ "preOpsCall((address,address,uint256,uint256,uint256,uint256,uint256,address,address,uint32,uint32,uint32,uint24,address,bytes,bytes))": {
2368
+ "notice": "The preOpsCall hook which may be called before the UserOperation is executed."
2369
+ },
2370
+ "preSolverCall((address,address,uint256,uint256,uint256,uint256,address,address,bytes32,address,uint256,bytes,bytes),bytes)": {
2371
+ "notice": "The preSolverCall hook which may be called before the SolverOperation is executed."
2372
+ },
2373
+ "transferGovernance(address)": {
2374
+ "notice": "Starts the transfer of governance to a new address. Only callable by the current governance address."
2375
+ },
2376
+ "update(address,bytes)": {
2377
+ "notice": "Updates the oracle with the new values"
2378
+ }
2379
+ },
2380
+ "version": 1
2381
+ }
2382
+ },
2383
+ "settings": {
2384
+ "remappings": [
2385
+ "@atlas-test/=lib/atlas/test/",
2386
+ "@atlas/=lib/atlas/src/contracts/",
2387
+ "@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
2388
+ "@openzeppelin/contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/",
2389
+ "atlas/=lib/atlas/",
2390
+ "ds-test/=lib/atlas/lib/forge-std/lib/ds-test/src/",
2391
+ "erc4626-tests/=lib/openzeppelin-contracts-upgradeable/lib/erc4626-tests/",
2392
+ "eth-gas-reporter/=lib/atlas/node_modules/eth-gas-reporter/",
2393
+ "forge-std/=lib/openzeppelin-contracts-upgradeable/lib/forge-std/src/",
2394
+ "halmos-cheatcodes/=lib/openzeppelin-contracts-upgradeable/lib/halmos-cheatcodes/src/",
2395
+ "hardhat/=lib/atlas/node_modules/hardhat/",
2396
+ "nitro-contracts/=lib/atlas/lib/nitro-contracts/",
2397
+ "openzeppelin-contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/",
2398
+ "openzeppelin-contracts/=lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/",
2399
+ "solady/=lib/atlas/lib/solady/src/"
2400
+ ],
2401
+ "optimizer": { "enabled": true, "runs": 50 },
2402
+ "metadata": { "bytecodeHash": "none" },
2403
+ "compilationTarget": {
2404
+ "src/ChainlinkOevDAppControl.sol": "ChainlinkOevDAppControl"
2405
+ },
2406
+ "evmVersion": "cancun",
2407
+ "libraries": {},
2408
+ "viaIR": true
2409
+ },
2410
+ "sources": {
2411
+ "lib/atlas/lib/solady/src/utils/SafeTransferLib.sol": {
2412
+ "keccak256": "0x583f47701d9b47bb3ef80fcabbbd62fbb58a01733b7a57e19658b4b02468883a",
2413
+ "urls": [
2414
+ "bzz-raw://2523bfac005e21ef9963fdb3c08b2c61824e2b5ce2f53d1a1828b01ed995217c",
2415
+ "dweb:/ipfs/QmbBjVG9tZyeZSQH4m5GUzNBwo2iuvLoZYbmhT4gxnJc4J"
2416
+ ],
2417
+ "license": "MIT"
2418
+ },
2419
+ "lib/atlas/src/contracts/common/ExecutionBase.sol": {
2420
+ "keccak256": "0xeba969085473d9929b882eca679f9a0edd7ccb9e6c67610dccd7dfdeccd67974",
2421
+ "urls": [
2422
+ "bzz-raw://de0c8837b3118963130af0c30cfdf5d6c886ad7ef26b1873d750085ae4f2f006",
2423
+ "dweb:/ipfs/QmYxohD2ixCev5f3RPc2waWmhSHh5AuxhXfjNoQxUQmLCs"
2424
+ ],
2425
+ "license": "BUSL-1.1"
2426
+ },
2427
+ "lib/atlas/src/contracts/dapp/ControlTemplate.sol": {
2428
+ "keccak256": "0x12db0bec76b9a992e0c92a536dc2779202b377c0a27dd4b6ce250664d1f8b307",
2429
+ "urls": [
2430
+ "bzz-raw://c8ab5f6a1522a68c2de758345b59185f24ef34587b794499ae232f9d20821495",
2431
+ "dweb:/ipfs/QmRVuD8uRuTW1jsWAjWGxb7pNFS37FqaUpikAoqhq7bfkd"
2432
+ ],
2433
+ "license": "BUSL-1.1"
2434
+ },
2435
+ "lib/atlas/src/contracts/dapp/DAppControl.sol": {
2436
+ "keccak256": "0x6e7caab36611dda6a118bc26461730417c1c3a31b0ce1d0a0b3976dc6e894fb8",
2437
+ "urls": [
2438
+ "bzz-raw://69142352b354223c275306b7558dcd244323996e81a6790b4da3dc0574527ff8",
2439
+ "dweb:/ipfs/Qmc1ZRJXqGPWmuC9ikqU8zEJ8TqEVNTmspCVHL4fpvgpE8"
2440
+ ],
2441
+ "license": "BUSL-1.1"
2442
+ },
2443
+ "lib/atlas/src/contracts/interfaces/IAtlas.sol": {
2444
+ "keccak256": "0x94be8e7b8054e883a8920bd10ba2c706ef53321734affc7dc8197c77ceafc77b",
2445
+ "urls": [
2446
+ "bzz-raw://33c982575cbea86190998da95112d07e355f848da9a9816f037d051a3cff1d23",
2447
+ "dweb:/ipfs/QmaARyAeJzf7nsmihGnVPL1WbnYwLbmHoxX4SzH1GCCpiE"
2448
+ ],
2449
+ "license": "BUSL-1.1"
2450
+ },
2451
+ "lib/atlas/src/contracts/interfaces/IAtlasVerification.sol": {
2452
+ "keccak256": "0x19b118bde6e8468fb7ed847fe89d0edf90d399f9b9e674eda0d4f90c875bea5e",
2453
+ "urls": [
2454
+ "bzz-raw://274a948ddc389934ecb5dcfc189f0325b81a26091a9663a7aa78ce2568fd4d7c",
2455
+ "dweb:/ipfs/QmP3ZLaPniPaYiAHCeDwqC28V7LEnbrQbPZ6RG5pPMK3z7"
2456
+ ],
2457
+ "license": "BUSL-1.1"
2458
+ },
2459
+ "lib/atlas/src/contracts/interfaces/IDAppControl.sol": {
2460
+ "keccak256": "0xd2463482a6a58b89915d0fa972a2dbd64f07ac97f30e4a500c26312225e1fae5",
2461
+ "urls": [
2462
+ "bzz-raw://9f9543621332e60536cfa609b2d95af5c439372823b037fa2dd6c57edefa8a51",
2463
+ "dweb:/ipfs/QmV6zAjhUo8Q2VgSMzZUjnJYmiXhjwdp6qYSPv7a4jfDEW"
2464
+ ],
2465
+ "license": "BUSL-1.1"
2466
+ },
2467
+ "lib/atlas/src/contracts/libraries/CallBits.sol": {
2468
+ "keccak256": "0x9f4a851c098543392e044def5f25f709ee8bfd89e460a8fcfb56629ce3379978",
2469
+ "urls": [
2470
+ "bzz-raw://a9c9962db5cde46e7a7e2c2edb70f487213dcf9ed92c0568cc1a10855bb8c6bf",
2471
+ "dweb:/ipfs/QmQJfsMkbBFHERTwdsUoy4MTCW9jmmaTQhRoNihfVgstn8"
2472
+ ],
2473
+ "license": "BUSL-1.1"
2474
+ },
2475
+ "lib/atlas/src/contracts/libraries/SafetyBits.sol": {
2476
+ "keccak256": "0x579701a3ac71c084de2473db5d68e73e6d7b397caf28cf7d4db2467c84836ab3",
2477
+ "urls": [
2478
+ "bzz-raw://0dde4a71ca074ed66438ad30f5ecad91d64229e455e7fc614ad32172eb2b3252",
2479
+ "dweb:/ipfs/QmVyNrXbah69WGVtPUvZiHos6xiXfPLeEZyctMFM4uh4vQ"
2480
+ ],
2481
+ "license": "BUSL-1.1"
2482
+ },
2483
+ "lib/atlas/src/contracts/types/AtlasErrors.sol": {
2484
+ "keccak256": "0xae3e1f271b6bbdbfde8fb7752d9bdf9a1171819920c335ab83b330a1ec679fa2",
2485
+ "urls": [
2486
+ "bzz-raw://850a4665bba060d88d2b2fe9265d4182e3aaf3f6eb3e1be4567f57b9ccf5fba4",
2487
+ "dweb:/ipfs/QmT5ADm3v1UXPLc13GUSvHDyvfVwQjnBYhEoGzf4a2eXb1"
2488
+ ],
2489
+ "license": "BUSL-1.1"
2490
+ },
2491
+ "lib/atlas/src/contracts/types/AtlasEvents.sol": {
2492
+ "keccak256": "0x0ff572a2dc87468cc4281e80ee2dadd67f021808ef087b56b29137cc0e0d90e0",
2493
+ "urls": [
2494
+ "bzz-raw://c4d309f14343a485ab2f47df7ee4dc7b52cb01380996bb1d71de3d71423dfac0",
2495
+ "dweb:/ipfs/QmcKuphm9uBaHeVRP8ADyvLo4hBbgT5angzRSN4F9M6CCS"
2496
+ ],
2497
+ "license": "BUSL-1.1"
2498
+ },
2499
+ "lib/atlas/src/contracts/types/ConfigTypes.sol": {
2500
+ "keccak256": "0xf78fae04ca1549d75975c716945774f27e7baffe163d997ddaa0a45b0beeb5b7",
2501
+ "urls": [
2502
+ "bzz-raw://1ffa60be157b704ed13bd369bb2bf47501698f48e251875389796afdc6cddb2c",
2503
+ "dweb:/ipfs/QmTTPwUYwtSoWCNvGsDZUFFrXrLpxRh9Kfns1MmgUtvnPX"
2504
+ ],
2505
+ "license": "BUSL-1.1"
2506
+ },
2507
+ "lib/atlas/src/contracts/types/DAppOperation.sol": {
2508
+ "keccak256": "0xc1cab215e5e08d8af06642a29efaa48b1b68f1b6bd780b17397fc400b9c9f97f",
2509
+ "urls": [
2510
+ "bzz-raw://269813c5494b938ec75feb111ce8cf5b4f61afb81f0ce5692519f8389bbe2528",
2511
+ "dweb:/ipfs/QmXgdGKBF225hewT5JRhRoPXGfTGVPkivdWqmNbVuzP8PZ"
2512
+ ],
2513
+ "license": "BUSL-1.1"
2514
+ },
2515
+ "lib/atlas/src/contracts/types/LockTypes.sol": {
2516
+ "keccak256": "0x613c11a9c1edf8b674cd42510538dde3f40dbadd61a2df4c69692501d6f47742",
2517
+ "urls": [
2518
+ "bzz-raw://434bd4fc94701ecd9324b6559b2f7ce5a4ecdd49a4347dd0296f8a161234d0d6",
2519
+ "dweb:/ipfs/QmRU3ULXn8UuYUs63bQfkVEazvuGpd5e3ycbkNcA1D1AgL"
2520
+ ],
2521
+ "license": "BUSL-1.1"
2522
+ },
2523
+ "lib/atlas/src/contracts/types/SolverOperation.sol": {
2524
+ "keccak256": "0x9ff5d8a9951d8bacd9a3db9f11292fdd28c2cc1c8075f458f1988aeca7b502cb",
2525
+ "urls": [
2526
+ "bzz-raw://8ce43eb53b92e05c7e4d7c48d4cc3bf24a6776fea5e1538e75f4599f36b3bfc2",
2527
+ "dweb:/ipfs/QmaJVeMXBB6MCG3bHmUHK6JvFfKUsS2aMBEyZ5Eo9jHX7c"
2528
+ ],
2529
+ "license": "BUSL-1.1"
2530
+ },
2531
+ "lib/atlas/src/contracts/types/UserOperation.sol": {
2532
+ "keccak256": "0x5993496a05dc701bf41cbd2616d95f29868a4097f86ee7d8d8170b4ea9f6cff2",
2533
+ "urls": [
2534
+ "bzz-raw://7b3d2920a2a8650e331fdb9a179c416aba3dcf90cf12b4f9becb4fa7bce67980",
2535
+ "dweb:/ipfs/QmR1gqFP1UwYfDBu6CF38XKihC4Pq1BQqMokTRhYHx899m"
2536
+ ],
2537
+ "license": "BUSL-1.1"
2538
+ },
2539
+ "lib/atlas/src/contracts/types/ValidCalls.sol": {
2540
+ "keccak256": "0x73bac23f29b12b5ab20bb48be4a798d38cc6013a7da9d708e27848cf15550998",
2541
+ "urls": [
2542
+ "bzz-raw://1032091e316c35873b09ba7242acc7cfcea624bce0a47e124a0a4226e04ec578",
2543
+ "dweb:/ipfs/QmaWMxxkAcL64fsK29sE8PDjbM7pXXE8jxzomG3qGgS9Hh"
2544
+ ],
2545
+ "license": "BUSL-1.1"
2546
+ },
2547
+ "lib/openzeppelin-contracts-upgradeable/lib/openzeppelin-contracts/contracts/token/ERC20/IERC20.sol": {
2548
+ "keccak256": "0xe06a3f08a987af6ad2e1c1e774405d4fe08f1694b67517438b467cecf0da0ef7",
2549
+ "urls": [
2550
+ "bzz-raw://df6f0c459663c9858b6cba2cda1d14a7d05a985bed6d2de72bd8e78c25ee79db",
2551
+ "dweb:/ipfs/QmeTTxZ7qVk9rjEv2R4CpCwdf8UMCcRqDNMvzNxHc3Fnn9"
2552
+ ],
2553
+ "license": "MIT"
2554
+ },
2555
+ "src/ChainlinkOevDAppControl.sol": {
2556
+ "keccak256": "0xf9bfaf46e0144c365349927e3d7f3b4de7f98e93d33cdcc94987399cf5de4e55",
2557
+ "urls": [
2558
+ "bzz-raw://2fca4c8a284f65425045439e3c806516ffab2b78ea34fd57441dee6ac94077ab",
2559
+ "dweb:/ipfs/QmNc6nVHtdmvs3jNfqSHHUrZztJt2V97PKVEGvobs3QkAU"
2560
+ ],
2561
+ "license": "BUSL-1.1"
2562
+ }
2563
+ },
2564
+ "version": 1
2565
+ },
2566
+ "id": 97,
2567
+ "gauntletMetadata": {
2568
+ "contractVersion": "atlas-chainlink-external@b2fff099e666031960922bd8481319e1a7e815ab",
2569
+ "solcVersion": "v0.8.28+commit.7893614a"
2570
+ }
2571
+ }