@polymarket/relayer-client 3.0.0 → 4.1.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.
package/dist/abis/safe.js CHANGED
@@ -1,1138 +1,1138 @@
1
1
  export const safeAbi = [
2
2
  {
3
- "anonymous": false,
4
- "inputs": [
5
- {
6
- "indexed": false,
7
- "internalType": "address",
8
- "name": "owner",
9
- "type": "address"
10
- }
3
+ anonymous: false,
4
+ inputs: [
5
+ {
6
+ indexed: false,
7
+ internalType: "address",
8
+ name: "owner",
9
+ type: "address",
10
+ },
11
11
  ],
12
- "name": "AddedOwner",
13
- "type": "event"
12
+ name: "AddedOwner",
13
+ type: "event",
14
14
  },
15
15
  {
16
- "anonymous": false,
17
- "inputs": [
16
+ anonymous: false,
17
+ inputs: [
18
18
  {
19
- "indexed": true,
20
- "internalType": "bytes32",
21
- "name": "approvedHash",
22
- "type": "bytes32"
19
+ indexed: true,
20
+ internalType: "bytes32",
21
+ name: "approvedHash",
22
+ type: "bytes32",
23
23
  },
24
24
  {
25
- "indexed": true,
26
- "internalType": "address",
27
- "name": "owner",
28
- "type": "address"
29
- }
25
+ indexed: true,
26
+ internalType: "address",
27
+ name: "owner",
28
+ type: "address",
29
+ },
30
30
  ],
31
- "name": "ApproveHash",
32
- "type": "event"
31
+ name: "ApproveHash",
32
+ type: "event",
33
33
  },
34
34
  {
35
- "anonymous": false,
36
- "inputs": [
37
- {
38
- "indexed": false,
39
- "internalType": "address",
40
- "name": "handler",
41
- "type": "address"
42
- }
35
+ anonymous: false,
36
+ inputs: [
37
+ {
38
+ indexed: false,
39
+ internalType: "address",
40
+ name: "handler",
41
+ type: "address",
42
+ },
43
43
  ],
44
- "name": "ChangedFallbackHandler",
45
- "type": "event"
44
+ name: "ChangedFallbackHandler",
45
+ type: "event",
46
46
  },
47
47
  {
48
- "anonymous": false,
49
- "inputs": [
50
- {
51
- "indexed": false,
52
- "internalType": "address",
53
- "name": "guard",
54
- "type": "address"
55
- }
48
+ anonymous: false,
49
+ inputs: [
50
+ {
51
+ indexed: false,
52
+ internalType: "address",
53
+ name: "guard",
54
+ type: "address",
55
+ },
56
56
  ],
57
- "name": "ChangedGuard",
58
- "type": "event"
57
+ name: "ChangedGuard",
58
+ type: "event",
59
59
  },
60
60
  {
61
- "anonymous": false,
62
- "inputs": [
63
- {
64
- "indexed": false,
65
- "internalType": "uint256",
66
- "name": "threshold",
67
- "type": "uint256"
68
- }
61
+ anonymous: false,
62
+ inputs: [
63
+ {
64
+ indexed: false,
65
+ internalType: "uint256",
66
+ name: "threshold",
67
+ type: "uint256",
68
+ },
69
69
  ],
70
- "name": "ChangedThreshold",
71
- "type": "event"
70
+ name: "ChangedThreshold",
71
+ type: "event",
72
72
  },
73
73
  {
74
- "anonymous": false,
75
- "inputs": [
76
- {
77
- "indexed": false,
78
- "internalType": "address",
79
- "name": "module",
80
- "type": "address"
81
- }
74
+ anonymous: false,
75
+ inputs: [
76
+ {
77
+ indexed: false,
78
+ internalType: "address",
79
+ name: "module",
80
+ type: "address",
81
+ },
82
82
  ],
83
- "name": "DisabledModule",
84
- "type": "event"
83
+ name: "DisabledModule",
84
+ type: "event",
85
85
  },
86
86
  {
87
- "anonymous": false,
88
- "inputs": [
89
- {
90
- "indexed": false,
91
- "internalType": "address",
92
- "name": "module",
93
- "type": "address"
94
- }
87
+ anonymous: false,
88
+ inputs: [
89
+ {
90
+ indexed: false,
91
+ internalType: "address",
92
+ name: "module",
93
+ type: "address",
94
+ },
95
95
  ],
96
- "name": "EnabledModule",
97
- "type": "event"
96
+ name: "EnabledModule",
97
+ type: "event",
98
98
  },
99
99
  {
100
- "anonymous": false,
101
- "inputs": [
100
+ anonymous: false,
101
+ inputs: [
102
102
  {
103
- "indexed": false,
104
- "internalType": "bytes32",
105
- "name": "txHash",
106
- "type": "bytes32"
103
+ indexed: false,
104
+ internalType: "bytes32",
105
+ name: "txHash",
106
+ type: "bytes32",
107
107
  },
108
108
  {
109
- "indexed": false,
110
- "internalType": "uint256",
111
- "name": "payment",
112
- "type": "uint256"
113
- }
109
+ indexed: false,
110
+ internalType: "uint256",
111
+ name: "payment",
112
+ type: "uint256",
113
+ },
114
114
  ],
115
- "name": "ExecutionFailure",
116
- "type": "event"
115
+ name: "ExecutionFailure",
116
+ type: "event",
117
117
  },
118
118
  {
119
- "anonymous": false,
120
- "inputs": [
121
- {
122
- "indexed": true,
123
- "internalType": "address",
124
- "name": "module",
125
- "type": "address"
126
- }
119
+ anonymous: false,
120
+ inputs: [
121
+ {
122
+ indexed: true,
123
+ internalType: "address",
124
+ name: "module",
125
+ type: "address",
126
+ },
127
127
  ],
128
- "name": "ExecutionFromModuleFailure",
129
- "type": "event"
128
+ name: "ExecutionFromModuleFailure",
129
+ type: "event",
130
130
  },
131
131
  {
132
- "anonymous": false,
133
- "inputs": [
134
- {
135
- "indexed": true,
136
- "internalType": "address",
137
- "name": "module",
138
- "type": "address"
139
- }
132
+ anonymous: false,
133
+ inputs: [
134
+ {
135
+ indexed: true,
136
+ internalType: "address",
137
+ name: "module",
138
+ type: "address",
139
+ },
140
140
  ],
141
- "name": "ExecutionFromModuleSuccess",
142
- "type": "event"
141
+ name: "ExecutionFromModuleSuccess",
142
+ type: "event",
143
143
  },
144
144
  {
145
- "anonymous": false,
146
- "inputs": [
145
+ anonymous: false,
146
+ inputs: [
147
147
  {
148
- "indexed": false,
149
- "internalType": "bytes32",
150
- "name": "txHash",
151
- "type": "bytes32"
148
+ indexed: false,
149
+ internalType: "bytes32",
150
+ name: "txHash",
151
+ type: "bytes32",
152
152
  },
153
153
  {
154
- "indexed": false,
155
- "internalType": "uint256",
156
- "name": "payment",
157
- "type": "uint256"
158
- }
154
+ indexed: false,
155
+ internalType: "uint256",
156
+ name: "payment",
157
+ type: "uint256",
158
+ },
159
159
  ],
160
- "name": "ExecutionSuccess",
161
- "type": "event"
160
+ name: "ExecutionSuccess",
161
+ type: "event",
162
162
  },
163
163
  {
164
- "anonymous": false,
165
- "inputs": [
166
- {
167
- "indexed": false,
168
- "internalType": "address",
169
- "name": "owner",
170
- "type": "address"
171
- }
164
+ anonymous: false,
165
+ inputs: [
166
+ {
167
+ indexed: false,
168
+ internalType: "address",
169
+ name: "owner",
170
+ type: "address",
171
+ },
172
172
  ],
173
- "name": "RemovedOwner",
174
- "type": "event"
173
+ name: "RemovedOwner",
174
+ type: "event",
175
175
  },
176
176
  {
177
- "anonymous": false,
178
- "inputs": [
177
+ anonymous: false,
178
+ inputs: [
179
179
  {
180
- "indexed": false,
181
- "internalType": "address",
182
- "name": "module",
183
- "type": "address"
180
+ indexed: false,
181
+ internalType: "address",
182
+ name: "module",
183
+ type: "address",
184
184
  },
185
185
  {
186
- "indexed": false,
187
- "internalType": "address",
188
- "name": "to",
189
- "type": "address"
186
+ indexed: false,
187
+ internalType: "address",
188
+ name: "to",
189
+ type: "address",
190
190
  },
191
191
  {
192
- "indexed": false,
193
- "internalType": "uint256",
194
- "name": "value",
195
- "type": "uint256"
192
+ indexed: false,
193
+ internalType: "uint256",
194
+ name: "value",
195
+ type: "uint256",
196
196
  },
197
197
  {
198
- "indexed": false,
199
- "internalType": "bytes",
200
- "name": "data",
201
- "type": "bytes"
198
+ indexed: false,
199
+ internalType: "bytes",
200
+ name: "data",
201
+ type: "bytes",
202
202
  },
203
203
  {
204
- "indexed": false,
205
- "internalType": "enum Enum.Operation",
206
- "name": "operation",
207
- "type": "uint8"
208
- }
204
+ indexed: false,
205
+ internalType: "enum Enum.Operation",
206
+ name: "operation",
207
+ type: "uint8",
208
+ },
209
209
  ],
210
- "name": "SafeModuleTransaction",
211
- "type": "event"
210
+ name: "SafeModuleTransaction",
211
+ type: "event",
212
212
  },
213
213
  {
214
- "anonymous": false,
215
- "inputs": [
214
+ anonymous: false,
215
+ inputs: [
216
216
  {
217
- "indexed": false,
218
- "internalType": "address",
219
- "name": "to",
220
- "type": "address"
217
+ indexed: false,
218
+ internalType: "address",
219
+ name: "to",
220
+ type: "address",
221
221
  },
222
222
  {
223
- "indexed": false,
224
- "internalType": "uint256",
225
- "name": "value",
226
- "type": "uint256"
223
+ indexed: false,
224
+ internalType: "uint256",
225
+ name: "value",
226
+ type: "uint256",
227
227
  },
228
228
  {
229
- "indexed": false,
230
- "internalType": "bytes",
231
- "name": "data",
232
- "type": "bytes"
229
+ indexed: false,
230
+ internalType: "bytes",
231
+ name: "data",
232
+ type: "bytes",
233
233
  },
234
234
  {
235
- "indexed": false,
236
- "internalType": "enum Enum.Operation",
237
- "name": "operation",
238
- "type": "uint8"
235
+ indexed: false,
236
+ internalType: "enum Enum.Operation",
237
+ name: "operation",
238
+ type: "uint8",
239
239
  },
240
240
  {
241
- "indexed": false,
242
- "internalType": "uint256",
243
- "name": "safeTxGas",
244
- "type": "uint256"
241
+ indexed: false,
242
+ internalType: "uint256",
243
+ name: "safeTxGas",
244
+ type: "uint256",
245
245
  },
246
246
  {
247
- "indexed": false,
248
- "internalType": "uint256",
249
- "name": "baseGas",
250
- "type": "uint256"
247
+ indexed: false,
248
+ internalType: "uint256",
249
+ name: "baseGas",
250
+ type: "uint256",
251
251
  },
252
252
  {
253
- "indexed": false,
254
- "internalType": "uint256",
255
- "name": "gasPrice",
256
- "type": "uint256"
253
+ indexed: false,
254
+ internalType: "uint256",
255
+ name: "gasPrice",
256
+ type: "uint256",
257
257
  },
258
258
  {
259
- "indexed": false,
260
- "internalType": "address",
261
- "name": "gasToken",
262
- "type": "address"
259
+ indexed: false,
260
+ internalType: "address",
261
+ name: "gasToken",
262
+ type: "address",
263
263
  },
264
264
  {
265
- "indexed": false,
266
- "internalType": "address payable",
267
- "name": "refundReceiver",
268
- "type": "address"
265
+ indexed: false,
266
+ internalType: "address payable",
267
+ name: "refundReceiver",
268
+ type: "address",
269
269
  },
270
270
  {
271
- "indexed": false,
272
- "internalType": "bytes",
273
- "name": "signatures",
274
- "type": "bytes"
271
+ indexed: false,
272
+ internalType: "bytes",
273
+ name: "signatures",
274
+ type: "bytes",
275
275
  },
276
276
  {
277
- "indexed": false,
278
- "internalType": "bytes",
279
- "name": "additionalInfo",
280
- "type": "bytes"
281
- }
277
+ indexed: false,
278
+ internalType: "bytes",
279
+ name: "additionalInfo",
280
+ type: "bytes",
281
+ },
282
282
  ],
283
- "name": "SafeMultiSigTransaction",
284
- "type": "event"
283
+ name: "SafeMultiSigTransaction",
284
+ type: "event",
285
285
  },
286
286
  {
287
- "anonymous": false,
288
- "inputs": [
287
+ anonymous: false,
288
+ inputs: [
289
289
  {
290
- "indexed": true,
291
- "internalType": "address",
292
- "name": "sender",
293
- "type": "address"
290
+ indexed: true,
291
+ internalType: "address",
292
+ name: "sender",
293
+ type: "address",
294
294
  },
295
295
  {
296
- "indexed": false,
297
- "internalType": "uint256",
298
- "name": "value",
299
- "type": "uint256"
300
- }
296
+ indexed: false,
297
+ internalType: "uint256",
298
+ name: "value",
299
+ type: "uint256",
300
+ },
301
301
  ],
302
- "name": "SafeReceived",
303
- "type": "event"
302
+ name: "SafeReceived",
303
+ type: "event",
304
304
  },
305
305
  {
306
- "anonymous": false,
307
- "inputs": [
306
+ anonymous: false,
307
+ inputs: [
308
308
  {
309
- "indexed": true,
310
- "internalType": "address",
311
- "name": "initiator",
312
- "type": "address"
309
+ indexed: true,
310
+ internalType: "address",
311
+ name: "initiator",
312
+ type: "address",
313
313
  },
314
314
  {
315
- "indexed": false,
316
- "internalType": "address[]",
317
- "name": "owners",
318
- "type": "address[]"
315
+ indexed: false,
316
+ internalType: "address[]",
317
+ name: "owners",
318
+ type: "address[]",
319
319
  },
320
320
  {
321
- "indexed": false,
322
- "internalType": "uint256",
323
- "name": "threshold",
324
- "type": "uint256"
321
+ indexed: false,
322
+ internalType: "uint256",
323
+ name: "threshold",
324
+ type: "uint256",
325
325
  },
326
326
  {
327
- "indexed": false,
328
- "internalType": "address",
329
- "name": "initializer",
330
- "type": "address"
327
+ indexed: false,
328
+ internalType: "address",
329
+ name: "initializer",
330
+ type: "address",
331
331
  },
332
332
  {
333
- "indexed": false,
334
- "internalType": "address",
335
- "name": "fallbackHandler",
336
- "type": "address"
337
- }
333
+ indexed: false,
334
+ internalType: "address",
335
+ name: "fallbackHandler",
336
+ type: "address",
337
+ },
338
338
  ],
339
- "name": "SafeSetup",
340
- "type": "event"
339
+ name: "SafeSetup",
340
+ type: "event",
341
341
  },
342
342
  {
343
- "anonymous": false,
344
- "inputs": [
345
- {
346
- "indexed": true,
347
- "internalType": "bytes32",
348
- "name": "msgHash",
349
- "type": "bytes32"
350
- }
343
+ anonymous: false,
344
+ inputs: [
345
+ {
346
+ indexed: true,
347
+ internalType: "bytes32",
348
+ name: "msgHash",
349
+ type: "bytes32",
350
+ },
351
351
  ],
352
- "name": "SignMsg",
353
- "type": "event"
352
+ name: "SignMsg",
353
+ type: "event",
354
354
  },
355
355
  {
356
- "stateMutability": "nonpayable",
357
- "type": "fallback"
356
+ stateMutability: "nonpayable",
357
+ type: "fallback",
358
358
  },
359
359
  {
360
- "inputs": [],
361
- "name": "VERSION",
362
- "outputs": [
363
- {
364
- "internalType": "string",
365
- "name": "",
366
- "type": "string"
367
- }
360
+ inputs: [],
361
+ name: "VERSION",
362
+ outputs: [
363
+ {
364
+ internalType: "string",
365
+ name: "",
366
+ type: "string",
367
+ },
368
368
  ],
369
- "stateMutability": "view",
370
- "type": "function"
369
+ stateMutability: "view",
370
+ type: "function",
371
371
  },
372
372
  {
373
- "inputs": [
373
+ inputs: [
374
374
  {
375
- "internalType": "address",
376
- "name": "owner",
377
- "type": "address"
375
+ internalType: "address",
376
+ name: "owner",
377
+ type: "address",
378
378
  },
379
379
  {
380
- "internalType": "uint256",
381
- "name": "_threshold",
382
- "type": "uint256"
383
- }
380
+ internalType: "uint256",
381
+ name: "_threshold",
382
+ type: "uint256",
383
+ },
384
384
  ],
385
- "name": "addOwnerWithThreshold",
386
- "outputs": [],
387
- "stateMutability": "nonpayable",
388
- "type": "function"
385
+ name: "addOwnerWithThreshold",
386
+ outputs: [],
387
+ stateMutability: "nonpayable",
388
+ type: "function",
389
389
  },
390
390
  {
391
- "inputs": [
391
+ inputs: [
392
392
  {
393
- "internalType": "bytes32",
394
- "name": "hashToApprove",
395
- "type": "bytes32"
396
- }
393
+ internalType: "bytes32",
394
+ name: "hashToApprove",
395
+ type: "bytes32",
396
+ },
397
397
  ],
398
- "name": "approveHash",
399
- "outputs": [],
400
- "stateMutability": "nonpayable",
401
- "type": "function"
398
+ name: "approveHash",
399
+ outputs: [],
400
+ stateMutability: "nonpayable",
401
+ type: "function",
402
402
  },
403
403
  {
404
- "inputs": [
404
+ inputs: [
405
405
  {
406
- "internalType": "address",
407
- "name": "",
408
- "type": "address"
406
+ internalType: "address",
407
+ name: "",
408
+ type: "address",
409
409
  },
410
410
  {
411
- "internalType": "bytes32",
412
- "name": "",
413
- "type": "bytes32"
414
- }
411
+ internalType: "bytes32",
412
+ name: "",
413
+ type: "bytes32",
414
+ },
415
415
  ],
416
- "name": "approvedHashes",
417
- "outputs": [
416
+ name: "approvedHashes",
417
+ outputs: [
418
418
  {
419
- "internalType": "uint256",
420
- "name": "",
421
- "type": "uint256"
422
- }
419
+ internalType: "uint256",
420
+ name: "",
421
+ type: "uint256",
422
+ },
423
423
  ],
424
- "stateMutability": "view",
425
- "type": "function"
424
+ stateMutability: "view",
425
+ type: "function",
426
426
  },
427
427
  {
428
- "inputs": [
428
+ inputs: [
429
429
  {
430
- "internalType": "uint256",
431
- "name": "_threshold",
432
- "type": "uint256"
433
- }
430
+ internalType: "uint256",
431
+ name: "_threshold",
432
+ type: "uint256",
433
+ },
434
434
  ],
435
- "name": "changeThreshold",
436
- "outputs": [],
437
- "stateMutability": "nonpayable",
438
- "type": "function"
435
+ name: "changeThreshold",
436
+ outputs: [],
437
+ stateMutability: "nonpayable",
438
+ type: "function",
439
439
  },
440
440
  {
441
- "inputs": [
441
+ inputs: [
442
442
  {
443
- "internalType": "bytes32",
444
- "name": "dataHash",
445
- "type": "bytes32"
443
+ internalType: "bytes32",
444
+ name: "dataHash",
445
+ type: "bytes32",
446
446
  },
447
447
  {
448
- "internalType": "bytes",
449
- "name": "data",
450
- "type": "bytes"
448
+ internalType: "bytes",
449
+ name: "data",
450
+ type: "bytes",
451
451
  },
452
452
  {
453
- "internalType": "bytes",
454
- "name": "signatures",
455
- "type": "bytes"
453
+ internalType: "bytes",
454
+ name: "signatures",
455
+ type: "bytes",
456
456
  },
457
457
  {
458
- "internalType": "uint256",
459
- "name": "requiredSignatures",
460
- "type": "uint256"
461
- }
458
+ internalType: "uint256",
459
+ name: "requiredSignatures",
460
+ type: "uint256",
461
+ },
462
462
  ],
463
- "name": "checkNSignatures",
464
- "outputs": [],
465
- "stateMutability": "view",
466
- "type": "function"
463
+ name: "checkNSignatures",
464
+ outputs: [],
465
+ stateMutability: "view",
466
+ type: "function",
467
467
  },
468
468
  {
469
- "inputs": [
469
+ inputs: [
470
470
  {
471
- "internalType": "bytes32",
472
- "name": "dataHash",
473
- "type": "bytes32"
471
+ internalType: "bytes32",
472
+ name: "dataHash",
473
+ type: "bytes32",
474
474
  },
475
475
  {
476
- "internalType": "bytes",
477
- "name": "data",
478
- "type": "bytes"
476
+ internalType: "bytes",
477
+ name: "data",
478
+ type: "bytes",
479
479
  },
480
480
  {
481
- "internalType": "bytes",
482
- "name": "signatures",
483
- "type": "bytes"
484
- }
481
+ internalType: "bytes",
482
+ name: "signatures",
483
+ type: "bytes",
484
+ },
485
485
  ],
486
- "name": "checkSignatures",
487
- "outputs": [],
488
- "stateMutability": "view",
489
- "type": "function"
486
+ name: "checkSignatures",
487
+ outputs: [],
488
+ stateMutability: "view",
489
+ type: "function",
490
490
  },
491
491
  {
492
- "inputs": [
492
+ inputs: [
493
493
  {
494
- "internalType": "address",
495
- "name": "prevModule",
496
- "type": "address"
494
+ internalType: "address",
495
+ name: "prevModule",
496
+ type: "address",
497
497
  },
498
498
  {
499
- "internalType": "address",
500
- "name": "module",
501
- "type": "address"
502
- }
499
+ internalType: "address",
500
+ name: "module",
501
+ type: "address",
502
+ },
503
503
  ],
504
- "name": "disableModule",
505
- "outputs": [],
506
- "stateMutability": "nonpayable",
507
- "type": "function"
504
+ name: "disableModule",
505
+ outputs: [],
506
+ stateMutability: "nonpayable",
507
+ type: "function",
508
508
  },
509
509
  {
510
- "inputs": [],
511
- "name": "domainSeparator",
512
- "outputs": [
513
- {
514
- "internalType": "bytes32",
515
- "name": "",
516
- "type": "bytes32"
517
- }
510
+ inputs: [],
511
+ name: "domainSeparator",
512
+ outputs: [
513
+ {
514
+ internalType: "bytes32",
515
+ name: "",
516
+ type: "bytes32",
517
+ },
518
518
  ],
519
- "stateMutability": "view",
520
- "type": "function"
519
+ stateMutability: "view",
520
+ type: "function",
521
521
  },
522
522
  {
523
- "inputs": [
523
+ inputs: [
524
524
  {
525
- "internalType": "address",
526
- "name": "module",
527
- "type": "address"
528
- }
525
+ internalType: "address",
526
+ name: "module",
527
+ type: "address",
528
+ },
529
529
  ],
530
- "name": "enableModule",
531
- "outputs": [],
532
- "stateMutability": "nonpayable",
533
- "type": "function"
530
+ name: "enableModule",
531
+ outputs: [],
532
+ stateMutability: "nonpayable",
533
+ type: "function",
534
534
  },
535
535
  {
536
- "inputs": [
536
+ inputs: [
537
537
  {
538
- "internalType": "address",
539
- "name": "to",
540
- "type": "address"
538
+ internalType: "address",
539
+ name: "to",
540
+ type: "address",
541
541
  },
542
542
  {
543
- "internalType": "uint256",
544
- "name": "value",
545
- "type": "uint256"
543
+ internalType: "uint256",
544
+ name: "value",
545
+ type: "uint256",
546
546
  },
547
547
  {
548
- "internalType": "bytes",
549
- "name": "data",
550
- "type": "bytes"
548
+ internalType: "bytes",
549
+ name: "data",
550
+ type: "bytes",
551
551
  },
552
552
  {
553
- "internalType": "enum Enum.Operation",
554
- "name": "operation",
555
- "type": "uint8"
553
+ internalType: "enum Enum.Operation",
554
+ name: "operation",
555
+ type: "uint8",
556
556
  },
557
557
  {
558
- "internalType": "uint256",
559
- "name": "safeTxGas",
560
- "type": "uint256"
558
+ internalType: "uint256",
559
+ name: "safeTxGas",
560
+ type: "uint256",
561
561
  },
562
562
  {
563
- "internalType": "uint256",
564
- "name": "baseGas",
565
- "type": "uint256"
563
+ internalType: "uint256",
564
+ name: "baseGas",
565
+ type: "uint256",
566
566
  },
567
567
  {
568
- "internalType": "uint256",
569
- "name": "gasPrice",
570
- "type": "uint256"
568
+ internalType: "uint256",
569
+ name: "gasPrice",
570
+ type: "uint256",
571
571
  },
572
572
  {
573
- "internalType": "address",
574
- "name": "gasToken",
575
- "type": "address"
573
+ internalType: "address",
574
+ name: "gasToken",
575
+ type: "address",
576
576
  },
577
577
  {
578
- "internalType": "address",
579
- "name": "refundReceiver",
580
- "type": "address"
578
+ internalType: "address",
579
+ name: "refundReceiver",
580
+ type: "address",
581
581
  },
582
582
  {
583
- "internalType": "uint256",
584
- "name": "_nonce",
585
- "type": "uint256"
586
- }
583
+ internalType: "uint256",
584
+ name: "_nonce",
585
+ type: "uint256",
586
+ },
587
587
  ],
588
- "name": "encodeTransactionData",
589
- "outputs": [
588
+ name: "encodeTransactionData",
589
+ outputs: [
590
590
  {
591
- "internalType": "bytes",
592
- "name": "",
593
- "type": "bytes"
594
- }
591
+ internalType: "bytes",
592
+ name: "",
593
+ type: "bytes",
594
+ },
595
595
  ],
596
- "stateMutability": "view",
597
- "type": "function"
596
+ stateMutability: "view",
597
+ type: "function",
598
598
  },
599
599
  {
600
- "inputs": [
600
+ inputs: [
601
601
  {
602
- "internalType": "address",
603
- "name": "to",
604
- "type": "address"
602
+ internalType: "address",
603
+ name: "to",
604
+ type: "address",
605
605
  },
606
606
  {
607
- "internalType": "uint256",
608
- "name": "value",
609
- "type": "uint256"
607
+ internalType: "uint256",
608
+ name: "value",
609
+ type: "uint256",
610
610
  },
611
611
  {
612
- "internalType": "bytes",
613
- "name": "data",
614
- "type": "bytes"
612
+ internalType: "bytes",
613
+ name: "data",
614
+ type: "bytes",
615
615
  },
616
616
  {
617
- "internalType": "enum Enum.Operation",
618
- "name": "operation",
619
- "type": "uint8"
617
+ internalType: "enum Enum.Operation",
618
+ name: "operation",
619
+ type: "uint8",
620
620
  },
621
621
  {
622
- "internalType": "uint256",
623
- "name": "safeTxGas",
624
- "type": "uint256"
622
+ internalType: "uint256",
623
+ name: "safeTxGas",
624
+ type: "uint256",
625
625
  },
626
626
  {
627
- "internalType": "uint256",
628
- "name": "baseGas",
629
- "type": "uint256"
627
+ internalType: "uint256",
628
+ name: "baseGas",
629
+ type: "uint256",
630
630
  },
631
631
  {
632
- "internalType": "uint256",
633
- "name": "gasPrice",
634
- "type": "uint256"
632
+ internalType: "uint256",
633
+ name: "gasPrice",
634
+ type: "uint256",
635
635
  },
636
636
  {
637
- "internalType": "address",
638
- "name": "gasToken",
639
- "type": "address"
637
+ internalType: "address",
638
+ name: "gasToken",
639
+ type: "address",
640
640
  },
641
641
  {
642
- "internalType": "address payable",
643
- "name": "refundReceiver",
644
- "type": "address"
642
+ internalType: "address payable",
643
+ name: "refundReceiver",
644
+ type: "address",
645
645
  },
646
646
  {
647
- "internalType": "bytes",
648
- "name": "signatures",
649
- "type": "bytes"
650
- }
647
+ internalType: "bytes",
648
+ name: "signatures",
649
+ type: "bytes",
650
+ },
651
651
  ],
652
- "name": "execTransaction",
653
- "outputs": [
652
+ name: "execTransaction",
653
+ outputs: [
654
654
  {
655
- "internalType": "bool",
656
- "name": "",
657
- "type": "bool"
658
- }
655
+ internalType: "bool",
656
+ name: "",
657
+ type: "bool",
658
+ },
659
659
  ],
660
- "stateMutability": "payable",
661
- "type": "function"
660
+ stateMutability: "payable",
661
+ type: "function",
662
662
  },
663
663
  {
664
- "inputs": [
664
+ inputs: [
665
665
  {
666
- "internalType": "address",
667
- "name": "to",
668
- "type": "address"
666
+ internalType: "address",
667
+ name: "to",
668
+ type: "address",
669
669
  },
670
670
  {
671
- "internalType": "uint256",
672
- "name": "value",
673
- "type": "uint256"
671
+ internalType: "uint256",
672
+ name: "value",
673
+ type: "uint256",
674
674
  },
675
675
  {
676
- "internalType": "bytes",
677
- "name": "data",
678
- "type": "bytes"
676
+ internalType: "bytes",
677
+ name: "data",
678
+ type: "bytes",
679
679
  },
680
680
  {
681
- "internalType": "enum Enum.Operation",
682
- "name": "operation",
683
- "type": "uint8"
684
- }
681
+ internalType: "enum Enum.Operation",
682
+ name: "operation",
683
+ type: "uint8",
684
+ },
685
685
  ],
686
- "name": "execTransactionFromModule",
687
- "outputs": [
686
+ name: "execTransactionFromModule",
687
+ outputs: [
688
688
  {
689
- "internalType": "bool",
690
- "name": "success",
691
- "type": "bool"
692
- }
689
+ internalType: "bool",
690
+ name: "success",
691
+ type: "bool",
692
+ },
693
693
  ],
694
- "stateMutability": "nonpayable",
695
- "type": "function"
694
+ stateMutability: "nonpayable",
695
+ type: "function",
696
696
  },
697
697
  {
698
- "inputs": [
698
+ inputs: [
699
699
  {
700
- "internalType": "address",
701
- "name": "to",
702
- "type": "address"
700
+ internalType: "address",
701
+ name: "to",
702
+ type: "address",
703
703
  },
704
704
  {
705
- "internalType": "uint256",
706
- "name": "value",
707
- "type": "uint256"
705
+ internalType: "uint256",
706
+ name: "value",
707
+ type: "uint256",
708
708
  },
709
709
  {
710
- "internalType": "bytes",
711
- "name": "data",
712
- "type": "bytes"
710
+ internalType: "bytes",
711
+ name: "data",
712
+ type: "bytes",
713
713
  },
714
714
  {
715
- "internalType": "enum Enum.Operation",
716
- "name": "operation",
717
- "type": "uint8"
718
- }
715
+ internalType: "enum Enum.Operation",
716
+ name: "operation",
717
+ type: "uint8",
718
+ },
719
719
  ],
720
- "name": "execTransactionFromModuleReturnData",
721
- "outputs": [
720
+ name: "execTransactionFromModuleReturnData",
721
+ outputs: [
722
722
  {
723
- "internalType": "bool",
724
- "name": "success",
725
- "type": "bool"
723
+ internalType: "bool",
724
+ name: "success",
725
+ type: "bool",
726
726
  },
727
727
  {
728
- "internalType": "bytes",
729
- "name": "returnData",
730
- "type": "bytes"
731
- }
728
+ internalType: "bytes",
729
+ name: "returnData",
730
+ type: "bytes",
731
+ },
732
732
  ],
733
- "stateMutability": "nonpayable",
734
- "type": "function"
733
+ stateMutability: "nonpayable",
734
+ type: "function",
735
735
  },
736
736
  {
737
- "inputs": [],
738
- "name": "getChainId",
739
- "outputs": [
740
- {
741
- "internalType": "uint256",
742
- "name": "",
743
- "type": "uint256"
744
- }
737
+ inputs: [],
738
+ name: "getChainId",
739
+ outputs: [
740
+ {
741
+ internalType: "uint256",
742
+ name: "",
743
+ type: "uint256",
744
+ },
745
745
  ],
746
- "stateMutability": "view",
747
- "type": "function"
746
+ stateMutability: "view",
747
+ type: "function",
748
748
  },
749
749
  {
750
- "inputs": [
750
+ inputs: [
751
751
  {
752
- "internalType": "address",
753
- "name": "start",
754
- "type": "address"
752
+ internalType: "address",
753
+ name: "start",
754
+ type: "address",
755
755
  },
756
756
  {
757
- "internalType": "uint256",
758
- "name": "pageSize",
759
- "type": "uint256"
760
- }
757
+ internalType: "uint256",
758
+ name: "pageSize",
759
+ type: "uint256",
760
+ },
761
761
  ],
762
- "name": "getModulesPaginated",
763
- "outputs": [
762
+ name: "getModulesPaginated",
763
+ outputs: [
764
764
  {
765
- "internalType": "address[]",
766
- "name": "array",
767
- "type": "address[]"
765
+ internalType: "address[]",
766
+ name: "array",
767
+ type: "address[]",
768
768
  },
769
769
  {
770
- "internalType": "address",
771
- "name": "next",
772
- "type": "address"
773
- }
770
+ internalType: "address",
771
+ name: "next",
772
+ type: "address",
773
+ },
774
774
  ],
775
- "stateMutability": "view",
776
- "type": "function"
775
+ stateMutability: "view",
776
+ type: "function",
777
777
  },
778
778
  {
779
- "inputs": [],
780
- "name": "getOwners",
781
- "outputs": [
782
- {
783
- "internalType": "address[]",
784
- "name": "",
785
- "type": "address[]"
786
- }
779
+ inputs: [],
780
+ name: "getOwners",
781
+ outputs: [
782
+ {
783
+ internalType: "address[]",
784
+ name: "",
785
+ type: "address[]",
786
+ },
787
787
  ],
788
- "stateMutability": "view",
789
- "type": "function"
788
+ stateMutability: "view",
789
+ type: "function",
790
790
  },
791
791
  {
792
- "inputs": [
792
+ inputs: [
793
793
  {
794
- "internalType": "uint256",
795
- "name": "offset",
796
- "type": "uint256"
794
+ internalType: "uint256",
795
+ name: "offset",
796
+ type: "uint256",
797
797
  },
798
798
  {
799
- "internalType": "uint256",
800
- "name": "length",
801
- "type": "uint256"
802
- }
799
+ internalType: "uint256",
800
+ name: "length",
801
+ type: "uint256",
802
+ },
803
803
  ],
804
- "name": "getStorageAt",
805
- "outputs": [
804
+ name: "getStorageAt",
805
+ outputs: [
806
806
  {
807
- "internalType": "bytes",
808
- "name": "",
809
- "type": "bytes"
810
- }
807
+ internalType: "bytes",
808
+ name: "",
809
+ type: "bytes",
810
+ },
811
811
  ],
812
- "stateMutability": "view",
813
- "type": "function"
812
+ stateMutability: "view",
813
+ type: "function",
814
814
  },
815
815
  {
816
- "inputs": [],
817
- "name": "getThreshold",
818
- "outputs": [
819
- {
820
- "internalType": "uint256",
821
- "name": "",
822
- "type": "uint256"
823
- }
816
+ inputs: [],
817
+ name: "getThreshold",
818
+ outputs: [
819
+ {
820
+ internalType: "uint256",
821
+ name: "",
822
+ type: "uint256",
823
+ },
824
824
  ],
825
- "stateMutability": "view",
826
- "type": "function"
825
+ stateMutability: "view",
826
+ type: "function",
827
827
  },
828
828
  {
829
- "inputs": [
829
+ inputs: [
830
830
  {
831
- "internalType": "address",
832
- "name": "to",
833
- "type": "address"
831
+ internalType: "address",
832
+ name: "to",
833
+ type: "address",
834
834
  },
835
835
  {
836
- "internalType": "uint256",
837
- "name": "value",
838
- "type": "uint256"
836
+ internalType: "uint256",
837
+ name: "value",
838
+ type: "uint256",
839
839
  },
840
840
  {
841
- "internalType": "bytes",
842
- "name": "data",
843
- "type": "bytes"
841
+ internalType: "bytes",
842
+ name: "data",
843
+ type: "bytes",
844
844
  },
845
845
  {
846
- "internalType": "enum Enum.Operation",
847
- "name": "operation",
848
- "type": "uint8"
846
+ internalType: "enum Enum.Operation",
847
+ name: "operation",
848
+ type: "uint8",
849
849
  },
850
850
  {
851
- "internalType": "uint256",
852
- "name": "safeTxGas",
853
- "type": "uint256"
851
+ internalType: "uint256",
852
+ name: "safeTxGas",
853
+ type: "uint256",
854
854
  },
855
855
  {
856
- "internalType": "uint256",
857
- "name": "baseGas",
858
- "type": "uint256"
856
+ internalType: "uint256",
857
+ name: "baseGas",
858
+ type: "uint256",
859
859
  },
860
860
  {
861
- "internalType": "uint256",
862
- "name": "gasPrice",
863
- "type": "uint256"
861
+ internalType: "uint256",
862
+ name: "gasPrice",
863
+ type: "uint256",
864
864
  },
865
865
  {
866
- "internalType": "address",
867
- "name": "gasToken",
868
- "type": "address"
866
+ internalType: "address",
867
+ name: "gasToken",
868
+ type: "address",
869
869
  },
870
870
  {
871
- "internalType": "address",
872
- "name": "refundReceiver",
873
- "type": "address"
871
+ internalType: "address",
872
+ name: "refundReceiver",
873
+ type: "address",
874
874
  },
875
875
  {
876
- "internalType": "uint256",
877
- "name": "_nonce",
878
- "type": "uint256"
879
- }
876
+ internalType: "uint256",
877
+ name: "_nonce",
878
+ type: "uint256",
879
+ },
880
880
  ],
881
- "name": "getTransactionHash",
882
- "outputs": [
881
+ name: "getTransactionHash",
882
+ outputs: [
883
883
  {
884
- "internalType": "bytes32",
885
- "name": "",
886
- "type": "bytes32"
887
- }
884
+ internalType: "bytes32",
885
+ name: "",
886
+ type: "bytes32",
887
+ },
888
888
  ],
889
- "stateMutability": "view",
890
- "type": "function"
889
+ stateMutability: "view",
890
+ type: "function",
891
891
  },
892
892
  {
893
- "inputs": [
893
+ inputs: [
894
894
  {
895
- "internalType": "address",
896
- "name": "module",
897
- "type": "address"
898
- }
895
+ internalType: "address",
896
+ name: "module",
897
+ type: "address",
898
+ },
899
899
  ],
900
- "name": "isModuleEnabled",
901
- "outputs": [
900
+ name: "isModuleEnabled",
901
+ outputs: [
902
902
  {
903
- "internalType": "bool",
904
- "name": "",
905
- "type": "bool"
906
- }
903
+ internalType: "bool",
904
+ name: "",
905
+ type: "bool",
906
+ },
907
907
  ],
908
- "stateMutability": "view",
909
- "type": "function"
908
+ stateMutability: "view",
909
+ type: "function",
910
910
  },
911
911
  {
912
- "inputs": [
912
+ inputs: [
913
913
  {
914
- "internalType": "address",
915
- "name": "owner",
916
- "type": "address"
917
- }
914
+ internalType: "address",
915
+ name: "owner",
916
+ type: "address",
917
+ },
918
918
  ],
919
- "name": "isOwner",
920
- "outputs": [
919
+ name: "isOwner",
920
+ outputs: [
921
921
  {
922
- "internalType": "bool",
923
- "name": "",
924
- "type": "bool"
925
- }
922
+ internalType: "bool",
923
+ name: "",
924
+ type: "bool",
925
+ },
926
926
  ],
927
- "stateMutability": "view",
928
- "type": "function"
927
+ stateMutability: "view",
928
+ type: "function",
929
929
  },
930
930
  {
931
- "inputs": [],
932
- "name": "nonce",
933
- "outputs": [
934
- {
935
- "internalType": "uint256",
936
- "name": "",
937
- "type": "uint256"
938
- }
931
+ inputs: [],
932
+ name: "nonce",
933
+ outputs: [
934
+ {
935
+ internalType: "uint256",
936
+ name: "",
937
+ type: "uint256",
938
+ },
939
939
  ],
940
- "stateMutability": "view",
941
- "type": "function"
940
+ stateMutability: "view",
941
+ type: "function",
942
942
  },
943
943
  {
944
- "inputs": [
944
+ inputs: [
945
945
  {
946
- "internalType": "address",
947
- "name": "prevOwner",
948
- "type": "address"
946
+ internalType: "address",
947
+ name: "prevOwner",
948
+ type: "address",
949
949
  },
950
950
  {
951
- "internalType": "address",
952
- "name": "owner",
953
- "type": "address"
951
+ internalType: "address",
952
+ name: "owner",
953
+ type: "address",
954
954
  },
955
955
  {
956
- "internalType": "uint256",
957
- "name": "_threshold",
958
- "type": "uint256"
959
- }
956
+ internalType: "uint256",
957
+ name: "_threshold",
958
+ type: "uint256",
959
+ },
960
960
  ],
961
- "name": "removeOwner",
962
- "outputs": [],
963
- "stateMutability": "nonpayable",
964
- "type": "function"
961
+ name: "removeOwner",
962
+ outputs: [],
963
+ stateMutability: "nonpayable",
964
+ type: "function",
965
965
  },
966
966
  {
967
- "inputs": [
967
+ inputs: [
968
968
  {
969
- "internalType": "address",
970
- "name": "to",
971
- "type": "address"
969
+ internalType: "address",
970
+ name: "to",
971
+ type: "address",
972
972
  },
973
973
  {
974
- "internalType": "uint256",
975
- "name": "value",
976
- "type": "uint256"
974
+ internalType: "uint256",
975
+ name: "value",
976
+ type: "uint256",
977
977
  },
978
978
  {
979
- "internalType": "bytes",
980
- "name": "data",
981
- "type": "bytes"
979
+ internalType: "bytes",
980
+ name: "data",
981
+ type: "bytes",
982
982
  },
983
983
  {
984
- "internalType": "enum Enum.Operation",
985
- "name": "operation",
986
- "type": "uint8"
987
- }
984
+ internalType: "enum Enum.Operation",
985
+ name: "operation",
986
+ type: "uint8",
987
+ },
988
988
  ],
989
- "name": "requiredTxGas",
990
- "outputs": [
989
+ name: "requiredTxGas",
990
+ outputs: [
991
991
  {
992
- "internalType": "uint256",
993
- "name": "",
994
- "type": "uint256"
995
- }
992
+ internalType: "uint256",
993
+ name: "",
994
+ type: "uint256",
995
+ },
996
996
  ],
997
- "stateMutability": "nonpayable",
998
- "type": "function"
997
+ stateMutability: "nonpayable",
998
+ type: "function",
999
999
  },
1000
1000
  {
1001
- "inputs": [
1001
+ inputs: [
1002
1002
  {
1003
- "internalType": "address",
1004
- "name": "handler",
1005
- "type": "address"
1006
- }
1003
+ internalType: "address",
1004
+ name: "handler",
1005
+ type: "address",
1006
+ },
1007
1007
  ],
1008
- "name": "setFallbackHandler",
1009
- "outputs": [],
1010
- "stateMutability": "nonpayable",
1011
- "type": "function"
1008
+ name: "setFallbackHandler",
1009
+ outputs: [],
1010
+ stateMutability: "nonpayable",
1011
+ type: "function",
1012
1012
  },
1013
1013
  {
1014
- "inputs": [
1014
+ inputs: [
1015
1015
  {
1016
- "internalType": "address",
1017
- "name": "guard",
1018
- "type": "address"
1019
- }
1016
+ internalType: "address",
1017
+ name: "guard",
1018
+ type: "address",
1019
+ },
1020
1020
  ],
1021
- "name": "setGuard",
1022
- "outputs": [],
1023
- "stateMutability": "nonpayable",
1024
- "type": "function"
1021
+ name: "setGuard",
1022
+ outputs: [],
1023
+ stateMutability: "nonpayable",
1024
+ type: "function",
1025
1025
  },
1026
1026
  {
1027
- "inputs": [
1027
+ inputs: [
1028
1028
  {
1029
- "internalType": "address[]",
1030
- "name": "_owners",
1031
- "type": "address[]"
1029
+ internalType: "address[]",
1030
+ name: "_owners",
1031
+ type: "address[]",
1032
1032
  },
1033
1033
  {
1034
- "internalType": "uint256",
1035
- "name": "_threshold",
1036
- "type": "uint256"
1034
+ internalType: "uint256",
1035
+ name: "_threshold",
1036
+ type: "uint256",
1037
1037
  },
1038
1038
  {
1039
- "internalType": "address",
1040
- "name": "to",
1041
- "type": "address"
1039
+ internalType: "address",
1040
+ name: "to",
1041
+ type: "address",
1042
1042
  },
1043
1043
  {
1044
- "internalType": "bytes",
1045
- "name": "data",
1046
- "type": "bytes"
1044
+ internalType: "bytes",
1045
+ name: "data",
1046
+ type: "bytes",
1047
1047
  },
1048
1048
  {
1049
- "internalType": "address",
1050
- "name": "fallbackHandler",
1051
- "type": "address"
1049
+ internalType: "address",
1050
+ name: "fallbackHandler",
1051
+ type: "address",
1052
1052
  },
1053
1053
  {
1054
- "internalType": "address",
1055
- "name": "paymentToken",
1056
- "type": "address"
1054
+ internalType: "address",
1055
+ name: "paymentToken",
1056
+ type: "address",
1057
1057
  },
1058
1058
  {
1059
- "internalType": "uint256",
1060
- "name": "payment",
1061
- "type": "uint256"
1059
+ internalType: "uint256",
1060
+ name: "payment",
1061
+ type: "uint256",
1062
1062
  },
1063
1063
  {
1064
- "internalType": "address payable",
1065
- "name": "paymentReceiver",
1066
- "type": "address"
1067
- }
1064
+ internalType: "address payable",
1065
+ name: "paymentReceiver",
1066
+ type: "address",
1067
+ },
1068
1068
  ],
1069
- "name": "setup",
1070
- "outputs": [],
1071
- "stateMutability": "nonpayable",
1072
- "type": "function"
1069
+ name: "setup",
1070
+ outputs: [],
1071
+ stateMutability: "nonpayable",
1072
+ type: "function",
1073
1073
  },
1074
1074
  {
1075
- "inputs": [
1075
+ inputs: [
1076
1076
  {
1077
- "internalType": "bytes32",
1078
- "name": "",
1079
- "type": "bytes32"
1080
- }
1077
+ internalType: "bytes32",
1078
+ name: "",
1079
+ type: "bytes32",
1080
+ },
1081
1081
  ],
1082
- "name": "signedMessages",
1083
- "outputs": [
1082
+ name: "signedMessages",
1083
+ outputs: [
1084
1084
  {
1085
- "internalType": "uint256",
1086
- "name": "",
1087
- "type": "uint256"
1088
- }
1085
+ internalType: "uint256",
1086
+ name: "",
1087
+ type: "uint256",
1088
+ },
1089
1089
  ],
1090
- "stateMutability": "view",
1091
- "type": "function"
1090
+ stateMutability: "view",
1091
+ type: "function",
1092
1092
  },
1093
1093
  {
1094
- "inputs": [
1094
+ inputs: [
1095
1095
  {
1096
- "internalType": "address",
1097
- "name": "targetContract",
1098
- "type": "address"
1096
+ internalType: "address",
1097
+ name: "targetContract",
1098
+ type: "address",
1099
1099
  },
1100
1100
  {
1101
- "internalType": "bytes",
1102
- "name": "calldataPayload",
1103
- "type": "bytes"
1104
- }
1101
+ internalType: "bytes",
1102
+ name: "calldataPayload",
1103
+ type: "bytes",
1104
+ },
1105
1105
  ],
1106
- "name": "simulateAndRevert",
1107
- "outputs": [],
1108
- "stateMutability": "nonpayable",
1109
- "type": "function"
1106
+ name: "simulateAndRevert",
1107
+ outputs: [],
1108
+ stateMutability: "nonpayable",
1109
+ type: "function",
1110
1110
  },
1111
1111
  {
1112
- "inputs": [
1112
+ inputs: [
1113
1113
  {
1114
- "internalType": "address",
1115
- "name": "prevOwner",
1116
- "type": "address"
1114
+ internalType: "address",
1115
+ name: "prevOwner",
1116
+ type: "address",
1117
1117
  },
1118
1118
  {
1119
- "internalType": "address",
1120
- "name": "oldOwner",
1121
- "type": "address"
1119
+ internalType: "address",
1120
+ name: "oldOwner",
1121
+ type: "address",
1122
1122
  },
1123
1123
  {
1124
- "internalType": "address",
1125
- "name": "newOwner",
1126
- "type": "address"
1127
- }
1124
+ internalType: "address",
1125
+ name: "newOwner",
1126
+ type: "address",
1127
+ },
1128
1128
  ],
1129
- "name": "swapOwner",
1130
- "outputs": [],
1131
- "stateMutability": "nonpayable",
1132
- "type": "function"
1129
+ name: "swapOwner",
1130
+ outputs: [],
1131
+ stateMutability: "nonpayable",
1132
+ type: "function",
1133
1133
  },
1134
1134
  {
1135
- "stateMutability": "payable",
1136
- "type": "receive"
1137
- }
1135
+ stateMutability: "payable",
1136
+ type: "receive",
1137
+ },
1138
1138
  ];