@axonfi/sdk 0.3.7 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/README.md +22 -0
  2. package/dist/abis/AxonRegistry.d.ts +294 -0
  3. package/dist/abis/AxonRegistry.d.ts.map +1 -0
  4. package/dist/abis/AxonRegistry.js +381 -0
  5. package/dist/abis/AxonRegistry.js.map +1 -0
  6. package/dist/abis/AxonVault.d.ts +1577 -0
  7. package/dist/abis/AxonVault.d.ts.map +1 -0
  8. package/dist/abis/AxonVault.js +2026 -0
  9. package/dist/abis/AxonVault.js.map +1 -0
  10. package/dist/abis/AxonVaultFactory.d.ts +207 -0
  11. package/dist/abis/AxonVaultFactory.d.ts.map +1 -0
  12. package/dist/abis/AxonVaultFactory.js +269 -0
  13. package/dist/abis/AxonVaultFactory.js.map +1 -0
  14. package/dist/amounts.d.ts +37 -0
  15. package/dist/amounts.d.ts.map +1 -0
  16. package/dist/amounts.js +72 -0
  17. package/dist/amounts.js.map +1 -0
  18. package/dist/amounts.spec.d.ts +2 -0
  19. package/dist/amounts.spec.d.ts.map +1 -0
  20. package/dist/amounts.spec.js +92 -0
  21. package/dist/amounts.spec.js.map +1 -0
  22. package/dist/client.d.ts +196 -0
  23. package/dist/client.d.ts.map +1 -0
  24. package/dist/client.js +621 -0
  25. package/dist/client.js.map +1 -0
  26. package/dist/client.spec.d.ts +2 -0
  27. package/dist/client.spec.d.ts.map +1 -0
  28. package/dist/client.spec.js +437 -0
  29. package/dist/client.spec.js.map +1 -0
  30. package/dist/constants.d.ts +110 -0
  31. package/dist/constants.d.ts.map +1 -0
  32. package/dist/constants.js +172 -0
  33. package/dist/constants.js.map +1 -0
  34. package/dist/constants.spec.d.ts +2 -0
  35. package/dist/constants.spec.d.ts.map +1 -0
  36. package/dist/constants.spec.js +95 -0
  37. package/dist/constants.spec.js.map +1 -0
  38. package/dist/eip3009.d.ts +45 -0
  39. package/dist/eip3009.d.ts.map +1 -0
  40. package/dist/eip3009.js +85 -0
  41. package/dist/eip3009.js.map +1 -0
  42. package/dist/index.d.ts +21 -3020
  43. package/dist/index.d.ts.map +1 -0
  44. package/dist/index.js +27 -3903
  45. package/dist/index.js.map +1 -1
  46. package/dist/keystore.d.ts +60 -0
  47. package/dist/keystore.d.ts.map +1 -0
  48. package/dist/keystore.js +182 -0
  49. package/dist/keystore.js.map +1 -0
  50. package/dist/keystore.spec.d.ts +2 -0
  51. package/dist/keystore.spec.d.ts.map +1 -0
  52. package/dist/keystore.spec.js +71 -0
  53. package/dist/keystore.spec.js.map +1 -0
  54. package/dist/permit2.d.ts +45 -0
  55. package/dist/permit2.d.ts.map +1 -0
  56. package/dist/permit2.js +81 -0
  57. package/dist/permit2.js.map +1 -0
  58. package/dist/signer.d.ts +35 -0
  59. package/dist/signer.d.ts.map +1 -0
  60. package/dist/signer.js +132 -0
  61. package/dist/signer.js.map +1 -0
  62. package/dist/signer.spec.d.ts +2 -0
  63. package/dist/signer.spec.d.ts.map +1 -0
  64. package/dist/signer.spec.js +94 -0
  65. package/dist/signer.spec.js.map +1 -0
  66. package/dist/tokens.d.ts +215 -0
  67. package/dist/tokens.d.ts.map +1 -0
  68. package/dist/tokens.js +247 -0
  69. package/dist/tokens.js.map +1 -0
  70. package/dist/types.d.ts +302 -0
  71. package/dist/types.d.ts.map +1 -0
  72. package/dist/types.js +2 -0
  73. package/dist/types.js.map +1 -0
  74. package/dist/utils.d.ts +8 -0
  75. package/dist/utils.d.ts.map +1 -0
  76. package/dist/utils.js +29 -0
  77. package/dist/utils.js.map +1 -0
  78. package/dist/vault.d.ts +60 -0
  79. package/dist/vault.d.ts.map +1 -0
  80. package/dist/vault.js +267 -0
  81. package/dist/vault.js.map +1 -0
  82. package/dist/vault.spec.d.ts +2 -0
  83. package/dist/vault.spec.d.ts.map +1 -0
  84. package/dist/vault.spec.js +162 -0
  85. package/dist/vault.spec.js.map +1 -0
  86. package/dist/x402.d.ts +88 -0
  87. package/dist/x402.d.ts.map +1 -0
  88. package/dist/x402.js +124 -0
  89. package/dist/x402.js.map +1 -0
  90. package/dist/x402.spec.d.ts +2 -0
  91. package/dist/x402.spec.d.ts.map +1 -0
  92. package/dist/x402.spec.js +411 -0
  93. package/dist/x402.spec.js.map +1 -0
  94. package/package.json +1 -1
  95. package/dist/index.cjs +0 -3954
  96. package/dist/index.cjs.map +0 -1
  97. package/dist/index.d.cts +0 -3020
@@ -0,0 +1,2026 @@
1
+ export const AxonVaultAbi = [
2
+ {
3
+ "type": "constructor",
4
+ "inputs": [
5
+ {
6
+ "name": "_owner",
7
+ "type": "address",
8
+ "internalType": "address"
9
+ },
10
+ {
11
+ "name": "_axonRegistry",
12
+ "type": "address",
13
+ "internalType": "address"
14
+ }
15
+ ],
16
+ "stateMutability": "nonpayable"
17
+ },
18
+ {
19
+ "type": "receive",
20
+ "stateMutability": "payable"
21
+ },
22
+ {
23
+ "type": "function",
24
+ "name": "DOMAIN_SEPARATOR",
25
+ "inputs": [],
26
+ "outputs": [
27
+ {
28
+ "name": "",
29
+ "type": "bytes32",
30
+ "internalType": "bytes32"
31
+ }
32
+ ],
33
+ "stateMutability": "view"
34
+ },
35
+ {
36
+ "type": "function",
37
+ "name": "MAX_SPENDING_LIMITS",
38
+ "inputs": [],
39
+ "outputs": [
40
+ {
41
+ "name": "",
42
+ "type": "uint8",
43
+ "internalType": "uint8"
44
+ }
45
+ ],
46
+ "stateMutability": "view"
47
+ },
48
+ {
49
+ "type": "function",
50
+ "name": "NATIVE_ETH",
51
+ "inputs": [],
52
+ "outputs": [
53
+ {
54
+ "name": "",
55
+ "type": "address",
56
+ "internalType": "address"
57
+ }
58
+ ],
59
+ "stateMutability": "view"
60
+ },
61
+ {
62
+ "type": "function",
63
+ "name": "VERSION",
64
+ "inputs": [],
65
+ "outputs": [
66
+ {
67
+ "name": "",
68
+ "type": "uint16",
69
+ "internalType": "uint16"
70
+ }
71
+ ],
72
+ "stateMutability": "view"
73
+ },
74
+ {
75
+ "type": "function",
76
+ "name": "acceptOwnership",
77
+ "inputs": [],
78
+ "outputs": [],
79
+ "stateMutability": "nonpayable"
80
+ },
81
+ {
82
+ "type": "function",
83
+ "name": "addBot",
84
+ "inputs": [
85
+ {
86
+ "name": "bot",
87
+ "type": "address",
88
+ "internalType": "address"
89
+ },
90
+ {
91
+ "name": "params",
92
+ "type": "tuple",
93
+ "internalType": "struct AxonVault.BotConfigParams",
94
+ "components": [
95
+ {
96
+ "name": "maxPerTxAmount",
97
+ "type": "uint256",
98
+ "internalType": "uint256"
99
+ },
100
+ {
101
+ "name": "maxRebalanceAmount",
102
+ "type": "uint256",
103
+ "internalType": "uint256"
104
+ },
105
+ {
106
+ "name": "spendingLimits",
107
+ "type": "tuple[]",
108
+ "internalType": "struct AxonVault.SpendingLimit[]",
109
+ "components": [
110
+ {
111
+ "name": "amount",
112
+ "type": "uint256",
113
+ "internalType": "uint256"
114
+ },
115
+ {
116
+ "name": "maxCount",
117
+ "type": "uint256",
118
+ "internalType": "uint256"
119
+ },
120
+ {
121
+ "name": "windowSeconds",
122
+ "type": "uint256",
123
+ "internalType": "uint256"
124
+ }
125
+ ]
126
+ },
127
+ {
128
+ "name": "aiTriggerThreshold",
129
+ "type": "uint256",
130
+ "internalType": "uint256"
131
+ },
132
+ {
133
+ "name": "requireAiVerification",
134
+ "type": "bool",
135
+ "internalType": "bool"
136
+ }
137
+ ]
138
+ }
139
+ ],
140
+ "outputs": [],
141
+ "stateMutability": "nonpayable"
142
+ },
143
+ {
144
+ "type": "function",
145
+ "name": "addBotDestination",
146
+ "inputs": [
147
+ {
148
+ "name": "bot",
149
+ "type": "address",
150
+ "internalType": "address"
151
+ },
152
+ {
153
+ "name": "destination",
154
+ "type": "address",
155
+ "internalType": "address"
156
+ }
157
+ ],
158
+ "outputs": [],
159
+ "stateMutability": "nonpayable"
160
+ },
161
+ {
162
+ "type": "function",
163
+ "name": "addGlobalBlacklist",
164
+ "inputs": [
165
+ {
166
+ "name": "destination",
167
+ "type": "address",
168
+ "internalType": "address"
169
+ }
170
+ ],
171
+ "outputs": [],
172
+ "stateMutability": "nonpayable"
173
+ },
174
+ {
175
+ "type": "function",
176
+ "name": "addGlobalDestination",
177
+ "inputs": [
178
+ {
179
+ "name": "destination",
180
+ "type": "address",
181
+ "internalType": "address"
182
+ }
183
+ ],
184
+ "outputs": [],
185
+ "stateMutability": "nonpayable"
186
+ },
187
+ {
188
+ "type": "function",
189
+ "name": "addProtocol",
190
+ "inputs": [
191
+ {
192
+ "name": "protocol",
193
+ "type": "address",
194
+ "internalType": "address"
195
+ }
196
+ ],
197
+ "outputs": [],
198
+ "stateMutability": "nonpayable"
199
+ },
200
+ {
201
+ "type": "function",
202
+ "name": "addRebalanceTokens",
203
+ "inputs": [
204
+ {
205
+ "name": "tokens",
206
+ "type": "address[]",
207
+ "internalType": "address[]"
208
+ }
209
+ ],
210
+ "outputs": [],
211
+ "stateMutability": "nonpayable"
212
+ },
213
+ {
214
+ "type": "function",
215
+ "name": "approvedProtocolCount",
216
+ "inputs": [],
217
+ "outputs": [
218
+ {
219
+ "name": "",
220
+ "type": "uint256",
221
+ "internalType": "uint256"
222
+ }
223
+ ],
224
+ "stateMutability": "view"
225
+ },
226
+ {
227
+ "type": "function",
228
+ "name": "approvedProtocols",
229
+ "inputs": [
230
+ {
231
+ "name": "",
232
+ "type": "address",
233
+ "internalType": "address"
234
+ }
235
+ ],
236
+ "outputs": [
237
+ {
238
+ "name": "",
239
+ "type": "bool",
240
+ "internalType": "bool"
241
+ }
242
+ ],
243
+ "stateMutability": "view"
244
+ },
245
+ {
246
+ "type": "function",
247
+ "name": "axonRegistry",
248
+ "inputs": [],
249
+ "outputs": [
250
+ {
251
+ "name": "",
252
+ "type": "address",
253
+ "internalType": "address"
254
+ }
255
+ ],
256
+ "stateMutability": "view"
257
+ },
258
+ {
259
+ "type": "function",
260
+ "name": "botAddedByOperator",
261
+ "inputs": [
262
+ {
263
+ "name": "",
264
+ "type": "address",
265
+ "internalType": "address"
266
+ }
267
+ ],
268
+ "outputs": [
269
+ {
270
+ "name": "",
271
+ "type": "bool",
272
+ "internalType": "bool"
273
+ }
274
+ ],
275
+ "stateMutability": "view"
276
+ },
277
+ {
278
+ "type": "function",
279
+ "name": "botDestinationCount",
280
+ "inputs": [
281
+ {
282
+ "name": "",
283
+ "type": "address",
284
+ "internalType": "address"
285
+ }
286
+ ],
287
+ "outputs": [
288
+ {
289
+ "name": "",
290
+ "type": "uint256",
291
+ "internalType": "uint256"
292
+ }
293
+ ],
294
+ "stateMutability": "view"
295
+ },
296
+ {
297
+ "type": "function",
298
+ "name": "botDestinationWhitelist",
299
+ "inputs": [
300
+ {
301
+ "name": "",
302
+ "type": "address",
303
+ "internalType": "address"
304
+ },
305
+ {
306
+ "name": "",
307
+ "type": "address",
308
+ "internalType": "address"
309
+ }
310
+ ],
311
+ "outputs": [
312
+ {
313
+ "name": "",
314
+ "type": "bool",
315
+ "internalType": "bool"
316
+ }
317
+ ],
318
+ "stateMutability": "view"
319
+ },
320
+ {
321
+ "type": "function",
322
+ "name": "deposit",
323
+ "inputs": [
324
+ {
325
+ "name": "token",
326
+ "type": "address",
327
+ "internalType": "address"
328
+ },
329
+ {
330
+ "name": "amount",
331
+ "type": "uint256",
332
+ "internalType": "uint256"
333
+ },
334
+ {
335
+ "name": "ref",
336
+ "type": "bytes32",
337
+ "internalType": "bytes32"
338
+ }
339
+ ],
340
+ "outputs": [],
341
+ "stateMutability": "payable"
342
+ },
343
+ {
344
+ "type": "function",
345
+ "name": "eip712Domain",
346
+ "inputs": [],
347
+ "outputs": [
348
+ {
349
+ "name": "fields",
350
+ "type": "bytes1",
351
+ "internalType": "bytes1"
352
+ },
353
+ {
354
+ "name": "name",
355
+ "type": "string",
356
+ "internalType": "string"
357
+ },
358
+ {
359
+ "name": "version",
360
+ "type": "string",
361
+ "internalType": "string"
362
+ },
363
+ {
364
+ "name": "chainId",
365
+ "type": "uint256",
366
+ "internalType": "uint256"
367
+ },
368
+ {
369
+ "name": "verifyingContract",
370
+ "type": "address",
371
+ "internalType": "address"
372
+ },
373
+ {
374
+ "name": "salt",
375
+ "type": "bytes32",
376
+ "internalType": "bytes32"
377
+ },
378
+ {
379
+ "name": "extensions",
380
+ "type": "uint256[]",
381
+ "internalType": "uint256[]"
382
+ }
383
+ ],
384
+ "stateMutability": "view"
385
+ },
386
+ {
387
+ "type": "function",
388
+ "name": "executePayment",
389
+ "inputs": [
390
+ {
391
+ "name": "intent",
392
+ "type": "tuple",
393
+ "internalType": "struct AxonVault.PaymentIntent",
394
+ "components": [
395
+ {
396
+ "name": "bot",
397
+ "type": "address",
398
+ "internalType": "address"
399
+ },
400
+ {
401
+ "name": "to",
402
+ "type": "address",
403
+ "internalType": "address"
404
+ },
405
+ {
406
+ "name": "token",
407
+ "type": "address",
408
+ "internalType": "address"
409
+ },
410
+ {
411
+ "name": "amount",
412
+ "type": "uint256",
413
+ "internalType": "uint256"
414
+ },
415
+ {
416
+ "name": "deadline",
417
+ "type": "uint256",
418
+ "internalType": "uint256"
419
+ },
420
+ {
421
+ "name": "ref",
422
+ "type": "bytes32",
423
+ "internalType": "bytes32"
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "name": "signature",
429
+ "type": "bytes",
430
+ "internalType": "bytes"
431
+ },
432
+ {
433
+ "name": "fromToken",
434
+ "type": "address",
435
+ "internalType": "address"
436
+ },
437
+ {
438
+ "name": "maxFromAmount",
439
+ "type": "uint256",
440
+ "internalType": "uint256"
441
+ },
442
+ {
443
+ "name": "swapRouter",
444
+ "type": "address",
445
+ "internalType": "address"
446
+ },
447
+ {
448
+ "name": "swapCalldata",
449
+ "type": "bytes",
450
+ "internalType": "bytes"
451
+ }
452
+ ],
453
+ "outputs": [],
454
+ "stateMutability": "nonpayable"
455
+ },
456
+ {
457
+ "type": "function",
458
+ "name": "executeProtocol",
459
+ "inputs": [
460
+ {
461
+ "name": "intent",
462
+ "type": "tuple",
463
+ "internalType": "struct AxonVault.ExecuteIntent",
464
+ "components": [
465
+ {
466
+ "name": "bot",
467
+ "type": "address",
468
+ "internalType": "address"
469
+ },
470
+ {
471
+ "name": "protocol",
472
+ "type": "address",
473
+ "internalType": "address"
474
+ },
475
+ {
476
+ "name": "calldataHash",
477
+ "type": "bytes32",
478
+ "internalType": "bytes32"
479
+ },
480
+ {
481
+ "name": "token",
482
+ "type": "address",
483
+ "internalType": "address"
484
+ },
485
+ {
486
+ "name": "amount",
487
+ "type": "uint256",
488
+ "internalType": "uint256"
489
+ },
490
+ {
491
+ "name": "deadline",
492
+ "type": "uint256",
493
+ "internalType": "uint256"
494
+ },
495
+ {
496
+ "name": "ref",
497
+ "type": "bytes32",
498
+ "internalType": "bytes32"
499
+ }
500
+ ]
501
+ },
502
+ {
503
+ "name": "signature",
504
+ "type": "bytes",
505
+ "internalType": "bytes"
506
+ },
507
+ {
508
+ "name": "callData",
509
+ "type": "bytes",
510
+ "internalType": "bytes"
511
+ },
512
+ {
513
+ "name": "fromToken",
514
+ "type": "address",
515
+ "internalType": "address"
516
+ },
517
+ {
518
+ "name": "maxFromAmount",
519
+ "type": "uint256",
520
+ "internalType": "uint256"
521
+ },
522
+ {
523
+ "name": "swapRouter",
524
+ "type": "address",
525
+ "internalType": "address"
526
+ },
527
+ {
528
+ "name": "swapCalldata",
529
+ "type": "bytes",
530
+ "internalType": "bytes"
531
+ }
532
+ ],
533
+ "outputs": [
534
+ {
535
+ "name": "",
536
+ "type": "bytes",
537
+ "internalType": "bytes"
538
+ }
539
+ ],
540
+ "stateMutability": "nonpayable"
541
+ },
542
+ {
543
+ "type": "function",
544
+ "name": "executeSwap",
545
+ "inputs": [
546
+ {
547
+ "name": "intent",
548
+ "type": "tuple",
549
+ "internalType": "struct AxonVault.SwapIntent",
550
+ "components": [
551
+ {
552
+ "name": "bot",
553
+ "type": "address",
554
+ "internalType": "address"
555
+ },
556
+ {
557
+ "name": "toToken",
558
+ "type": "address",
559
+ "internalType": "address"
560
+ },
561
+ {
562
+ "name": "minToAmount",
563
+ "type": "uint256",
564
+ "internalType": "uint256"
565
+ },
566
+ {
567
+ "name": "deadline",
568
+ "type": "uint256",
569
+ "internalType": "uint256"
570
+ },
571
+ {
572
+ "name": "ref",
573
+ "type": "bytes32",
574
+ "internalType": "bytes32"
575
+ }
576
+ ]
577
+ },
578
+ {
579
+ "name": "signature",
580
+ "type": "bytes",
581
+ "internalType": "bytes"
582
+ },
583
+ {
584
+ "name": "fromToken",
585
+ "type": "address",
586
+ "internalType": "address"
587
+ },
588
+ {
589
+ "name": "maxFromAmount",
590
+ "type": "uint256",
591
+ "internalType": "uint256"
592
+ },
593
+ {
594
+ "name": "swapRouter",
595
+ "type": "address",
596
+ "internalType": "address"
597
+ },
598
+ {
599
+ "name": "swapCalldata",
600
+ "type": "bytes",
601
+ "internalType": "bytes"
602
+ }
603
+ ],
604
+ "outputs": [],
605
+ "stateMutability": "nonpayable"
606
+ },
607
+ {
608
+ "type": "function",
609
+ "name": "getBotConfig",
610
+ "inputs": [
611
+ {
612
+ "name": "bot",
613
+ "type": "address",
614
+ "internalType": "address"
615
+ }
616
+ ],
617
+ "outputs": [
618
+ {
619
+ "name": "",
620
+ "type": "tuple",
621
+ "internalType": "struct AxonVault.BotConfig",
622
+ "components": [
623
+ {
624
+ "name": "isActive",
625
+ "type": "bool",
626
+ "internalType": "bool"
627
+ },
628
+ {
629
+ "name": "registeredAt",
630
+ "type": "uint256",
631
+ "internalType": "uint256"
632
+ },
633
+ {
634
+ "name": "maxPerTxAmount",
635
+ "type": "uint256",
636
+ "internalType": "uint256"
637
+ },
638
+ {
639
+ "name": "maxRebalanceAmount",
640
+ "type": "uint256",
641
+ "internalType": "uint256"
642
+ },
643
+ {
644
+ "name": "spendingLimits",
645
+ "type": "tuple[]",
646
+ "internalType": "struct AxonVault.SpendingLimit[]",
647
+ "components": [
648
+ {
649
+ "name": "amount",
650
+ "type": "uint256",
651
+ "internalType": "uint256"
652
+ },
653
+ {
654
+ "name": "maxCount",
655
+ "type": "uint256",
656
+ "internalType": "uint256"
657
+ },
658
+ {
659
+ "name": "windowSeconds",
660
+ "type": "uint256",
661
+ "internalType": "uint256"
662
+ }
663
+ ]
664
+ },
665
+ {
666
+ "name": "aiTriggerThreshold",
667
+ "type": "uint256",
668
+ "internalType": "uint256"
669
+ },
670
+ {
671
+ "name": "requireAiVerification",
672
+ "type": "bool",
673
+ "internalType": "bool"
674
+ }
675
+ ]
676
+ }
677
+ ],
678
+ "stateMutability": "view"
679
+ },
680
+ {
681
+ "type": "function",
682
+ "name": "globalBlacklistCount",
683
+ "inputs": [],
684
+ "outputs": [
685
+ {
686
+ "name": "",
687
+ "type": "uint256",
688
+ "internalType": "uint256"
689
+ }
690
+ ],
691
+ "stateMutability": "view"
692
+ },
693
+ {
694
+ "type": "function",
695
+ "name": "globalDestinationBlacklist",
696
+ "inputs": [
697
+ {
698
+ "name": "",
699
+ "type": "address",
700
+ "internalType": "address"
701
+ }
702
+ ],
703
+ "outputs": [
704
+ {
705
+ "name": "",
706
+ "type": "bool",
707
+ "internalType": "bool"
708
+ }
709
+ ],
710
+ "stateMutability": "view"
711
+ },
712
+ {
713
+ "type": "function",
714
+ "name": "globalDestinationCount",
715
+ "inputs": [],
716
+ "outputs": [
717
+ {
718
+ "name": "",
719
+ "type": "uint256",
720
+ "internalType": "uint256"
721
+ }
722
+ ],
723
+ "stateMutability": "view"
724
+ },
725
+ {
726
+ "type": "function",
727
+ "name": "globalDestinationWhitelist",
728
+ "inputs": [
729
+ {
730
+ "name": "",
731
+ "type": "address",
732
+ "internalType": "address"
733
+ }
734
+ ],
735
+ "outputs": [
736
+ {
737
+ "name": "",
738
+ "type": "bool",
739
+ "internalType": "bool"
740
+ }
741
+ ],
742
+ "stateMutability": "view"
743
+ },
744
+ {
745
+ "type": "function",
746
+ "name": "isBotActive",
747
+ "inputs": [
748
+ {
749
+ "name": "bot",
750
+ "type": "address",
751
+ "internalType": "address"
752
+ }
753
+ ],
754
+ "outputs": [
755
+ {
756
+ "name": "",
757
+ "type": "bool",
758
+ "internalType": "bool"
759
+ }
760
+ ],
761
+ "stateMutability": "view"
762
+ },
763
+ {
764
+ "type": "function",
765
+ "name": "isProtocolApproved",
766
+ "inputs": [
767
+ {
768
+ "name": "protocol",
769
+ "type": "address",
770
+ "internalType": "address"
771
+ }
772
+ ],
773
+ "outputs": [
774
+ {
775
+ "name": "",
776
+ "type": "bool",
777
+ "internalType": "bool"
778
+ }
779
+ ],
780
+ "stateMutability": "view"
781
+ },
782
+ {
783
+ "type": "function",
784
+ "name": "operator",
785
+ "inputs": [],
786
+ "outputs": [
787
+ {
788
+ "name": "",
789
+ "type": "address",
790
+ "internalType": "address"
791
+ }
792
+ ],
793
+ "stateMutability": "view"
794
+ },
795
+ {
796
+ "type": "function",
797
+ "name": "operatorBotCount",
798
+ "inputs": [],
799
+ "outputs": [
800
+ {
801
+ "name": "",
802
+ "type": "uint256",
803
+ "internalType": "uint256"
804
+ }
805
+ ],
806
+ "stateMutability": "view"
807
+ },
808
+ {
809
+ "type": "function",
810
+ "name": "operatorCeilings",
811
+ "inputs": [],
812
+ "outputs": [
813
+ {
814
+ "name": "maxPerTxAmount",
815
+ "type": "uint256",
816
+ "internalType": "uint256"
817
+ },
818
+ {
819
+ "name": "maxBotDailyLimit",
820
+ "type": "uint256",
821
+ "internalType": "uint256"
822
+ },
823
+ {
824
+ "name": "maxOperatorBots",
825
+ "type": "uint256",
826
+ "internalType": "uint256"
827
+ },
828
+ {
829
+ "name": "vaultDailyAggregate",
830
+ "type": "uint256",
831
+ "internalType": "uint256"
832
+ },
833
+ {
834
+ "name": "minAiTriggerFloor",
835
+ "type": "uint256",
836
+ "internalType": "uint256"
837
+ }
838
+ ],
839
+ "stateMutability": "view"
840
+ },
841
+ {
842
+ "type": "function",
843
+ "name": "operatorMaxDrainPerDay",
844
+ "inputs": [],
845
+ "outputs": [
846
+ {
847
+ "name": "",
848
+ "type": "uint256",
849
+ "internalType": "uint256"
850
+ }
851
+ ],
852
+ "stateMutability": "view"
853
+ },
854
+ {
855
+ "type": "function",
856
+ "name": "owner",
857
+ "inputs": [],
858
+ "outputs": [
859
+ {
860
+ "name": "",
861
+ "type": "address",
862
+ "internalType": "address"
863
+ }
864
+ ],
865
+ "stateMutability": "view"
866
+ },
867
+ {
868
+ "type": "function",
869
+ "name": "pause",
870
+ "inputs": [],
871
+ "outputs": [],
872
+ "stateMutability": "nonpayable"
873
+ },
874
+ {
875
+ "type": "function",
876
+ "name": "paused",
877
+ "inputs": [],
878
+ "outputs": [
879
+ {
880
+ "name": "",
881
+ "type": "bool",
882
+ "internalType": "bool"
883
+ }
884
+ ],
885
+ "stateMutability": "view"
886
+ },
887
+ {
888
+ "type": "function",
889
+ "name": "pendingOwner",
890
+ "inputs": [],
891
+ "outputs": [
892
+ {
893
+ "name": "",
894
+ "type": "address",
895
+ "internalType": "address"
896
+ }
897
+ ],
898
+ "stateMutability": "view"
899
+ },
900
+ {
901
+ "type": "function",
902
+ "name": "rebalanceTokenCount",
903
+ "inputs": [],
904
+ "outputs": [
905
+ {
906
+ "name": "",
907
+ "type": "uint256",
908
+ "internalType": "uint256"
909
+ }
910
+ ],
911
+ "stateMutability": "view"
912
+ },
913
+ {
914
+ "type": "function",
915
+ "name": "rebalanceTokenWhitelist",
916
+ "inputs": [
917
+ {
918
+ "name": "",
919
+ "type": "address",
920
+ "internalType": "address"
921
+ }
922
+ ],
923
+ "outputs": [
924
+ {
925
+ "name": "",
926
+ "type": "bool",
927
+ "internalType": "bool"
928
+ }
929
+ ],
930
+ "stateMutability": "view"
931
+ },
932
+ {
933
+ "type": "function",
934
+ "name": "removeBot",
935
+ "inputs": [
936
+ {
937
+ "name": "bot",
938
+ "type": "address",
939
+ "internalType": "address"
940
+ }
941
+ ],
942
+ "outputs": [],
943
+ "stateMutability": "nonpayable"
944
+ },
945
+ {
946
+ "type": "function",
947
+ "name": "removeBotDestination",
948
+ "inputs": [
949
+ {
950
+ "name": "bot",
951
+ "type": "address",
952
+ "internalType": "address"
953
+ },
954
+ {
955
+ "name": "destination",
956
+ "type": "address",
957
+ "internalType": "address"
958
+ }
959
+ ],
960
+ "outputs": [],
961
+ "stateMutability": "nonpayable"
962
+ },
963
+ {
964
+ "type": "function",
965
+ "name": "removeGlobalBlacklist",
966
+ "inputs": [
967
+ {
968
+ "name": "destination",
969
+ "type": "address",
970
+ "internalType": "address"
971
+ }
972
+ ],
973
+ "outputs": [],
974
+ "stateMutability": "nonpayable"
975
+ },
976
+ {
977
+ "type": "function",
978
+ "name": "removeGlobalDestination",
979
+ "inputs": [
980
+ {
981
+ "name": "destination",
982
+ "type": "address",
983
+ "internalType": "address"
984
+ }
985
+ ],
986
+ "outputs": [],
987
+ "stateMutability": "nonpayable"
988
+ },
989
+ {
990
+ "type": "function",
991
+ "name": "removeProtocol",
992
+ "inputs": [
993
+ {
994
+ "name": "protocol",
995
+ "type": "address",
996
+ "internalType": "address"
997
+ }
998
+ ],
999
+ "outputs": [],
1000
+ "stateMutability": "nonpayable"
1001
+ },
1002
+ {
1003
+ "type": "function",
1004
+ "name": "removeRebalanceTokens",
1005
+ "inputs": [
1006
+ {
1007
+ "name": "tokens",
1008
+ "type": "address[]",
1009
+ "internalType": "address[]"
1010
+ }
1011
+ ],
1012
+ "outputs": [],
1013
+ "stateMutability": "nonpayable"
1014
+ },
1015
+ {
1016
+ "type": "function",
1017
+ "name": "renounceOwnership",
1018
+ "inputs": [],
1019
+ "outputs": [],
1020
+ "stateMutability": "nonpayable"
1021
+ },
1022
+ {
1023
+ "type": "function",
1024
+ "name": "setOperator",
1025
+ "inputs": [
1026
+ {
1027
+ "name": "_operator",
1028
+ "type": "address",
1029
+ "internalType": "address"
1030
+ }
1031
+ ],
1032
+ "outputs": [],
1033
+ "stateMutability": "nonpayable"
1034
+ },
1035
+ {
1036
+ "type": "function",
1037
+ "name": "setOperatorCeilings",
1038
+ "inputs": [
1039
+ {
1040
+ "name": "ceilings",
1041
+ "type": "tuple",
1042
+ "internalType": "struct AxonVault.OperatorCeilings",
1043
+ "components": [
1044
+ {
1045
+ "name": "maxPerTxAmount",
1046
+ "type": "uint256",
1047
+ "internalType": "uint256"
1048
+ },
1049
+ {
1050
+ "name": "maxBotDailyLimit",
1051
+ "type": "uint256",
1052
+ "internalType": "uint256"
1053
+ },
1054
+ {
1055
+ "name": "maxOperatorBots",
1056
+ "type": "uint256",
1057
+ "internalType": "uint256"
1058
+ },
1059
+ {
1060
+ "name": "vaultDailyAggregate",
1061
+ "type": "uint256",
1062
+ "internalType": "uint256"
1063
+ },
1064
+ {
1065
+ "name": "minAiTriggerFloor",
1066
+ "type": "uint256",
1067
+ "internalType": "uint256"
1068
+ }
1069
+ ]
1070
+ }
1071
+ ],
1072
+ "outputs": [],
1073
+ "stateMutability": "nonpayable"
1074
+ },
1075
+ {
1076
+ "type": "function",
1077
+ "name": "transferOwnership",
1078
+ "inputs": [
1079
+ {
1080
+ "name": "newOwner",
1081
+ "type": "address",
1082
+ "internalType": "address"
1083
+ }
1084
+ ],
1085
+ "outputs": [],
1086
+ "stateMutability": "nonpayable"
1087
+ },
1088
+ {
1089
+ "type": "function",
1090
+ "name": "unpause",
1091
+ "inputs": [],
1092
+ "outputs": [],
1093
+ "stateMutability": "nonpayable"
1094
+ },
1095
+ {
1096
+ "type": "function",
1097
+ "name": "updateBotConfig",
1098
+ "inputs": [
1099
+ {
1100
+ "name": "bot",
1101
+ "type": "address",
1102
+ "internalType": "address"
1103
+ },
1104
+ {
1105
+ "name": "params",
1106
+ "type": "tuple",
1107
+ "internalType": "struct AxonVault.BotConfigParams",
1108
+ "components": [
1109
+ {
1110
+ "name": "maxPerTxAmount",
1111
+ "type": "uint256",
1112
+ "internalType": "uint256"
1113
+ },
1114
+ {
1115
+ "name": "maxRebalanceAmount",
1116
+ "type": "uint256",
1117
+ "internalType": "uint256"
1118
+ },
1119
+ {
1120
+ "name": "spendingLimits",
1121
+ "type": "tuple[]",
1122
+ "internalType": "struct AxonVault.SpendingLimit[]",
1123
+ "components": [
1124
+ {
1125
+ "name": "amount",
1126
+ "type": "uint256",
1127
+ "internalType": "uint256"
1128
+ },
1129
+ {
1130
+ "name": "maxCount",
1131
+ "type": "uint256",
1132
+ "internalType": "uint256"
1133
+ },
1134
+ {
1135
+ "name": "windowSeconds",
1136
+ "type": "uint256",
1137
+ "internalType": "uint256"
1138
+ }
1139
+ ]
1140
+ },
1141
+ {
1142
+ "name": "aiTriggerThreshold",
1143
+ "type": "uint256",
1144
+ "internalType": "uint256"
1145
+ },
1146
+ {
1147
+ "name": "requireAiVerification",
1148
+ "type": "bool",
1149
+ "internalType": "bool"
1150
+ }
1151
+ ]
1152
+ }
1153
+ ],
1154
+ "outputs": [],
1155
+ "stateMutability": "nonpayable"
1156
+ },
1157
+ {
1158
+ "type": "function",
1159
+ "name": "usedIntents",
1160
+ "inputs": [
1161
+ {
1162
+ "name": "",
1163
+ "type": "bytes32",
1164
+ "internalType": "bytes32"
1165
+ }
1166
+ ],
1167
+ "outputs": [
1168
+ {
1169
+ "name": "",
1170
+ "type": "bool",
1171
+ "internalType": "bool"
1172
+ }
1173
+ ],
1174
+ "stateMutability": "view"
1175
+ },
1176
+ {
1177
+ "type": "function",
1178
+ "name": "withdraw",
1179
+ "inputs": [
1180
+ {
1181
+ "name": "token",
1182
+ "type": "address",
1183
+ "internalType": "address"
1184
+ },
1185
+ {
1186
+ "name": "amount",
1187
+ "type": "uint256",
1188
+ "internalType": "uint256"
1189
+ },
1190
+ {
1191
+ "name": "to",
1192
+ "type": "address",
1193
+ "internalType": "address"
1194
+ }
1195
+ ],
1196
+ "outputs": [],
1197
+ "stateMutability": "nonpayable"
1198
+ },
1199
+ {
1200
+ "type": "event",
1201
+ "name": "BotAdded",
1202
+ "inputs": [
1203
+ {
1204
+ "name": "bot",
1205
+ "type": "address",
1206
+ "indexed": true,
1207
+ "internalType": "address"
1208
+ },
1209
+ {
1210
+ "name": "addedBy",
1211
+ "type": "address",
1212
+ "indexed": true,
1213
+ "internalType": "address"
1214
+ }
1215
+ ],
1216
+ "anonymous": false
1217
+ },
1218
+ {
1219
+ "type": "event",
1220
+ "name": "BotConfigUpdated",
1221
+ "inputs": [
1222
+ {
1223
+ "name": "bot",
1224
+ "type": "address",
1225
+ "indexed": true,
1226
+ "internalType": "address"
1227
+ },
1228
+ {
1229
+ "name": "updatedBy",
1230
+ "type": "address",
1231
+ "indexed": true,
1232
+ "internalType": "address"
1233
+ }
1234
+ ],
1235
+ "anonymous": false
1236
+ },
1237
+ {
1238
+ "type": "event",
1239
+ "name": "BotDestinationAdded",
1240
+ "inputs": [
1241
+ {
1242
+ "name": "bot",
1243
+ "type": "address",
1244
+ "indexed": true,
1245
+ "internalType": "address"
1246
+ },
1247
+ {
1248
+ "name": "destination",
1249
+ "type": "address",
1250
+ "indexed": true,
1251
+ "internalType": "address"
1252
+ }
1253
+ ],
1254
+ "anonymous": false
1255
+ },
1256
+ {
1257
+ "type": "event",
1258
+ "name": "BotDestinationRemoved",
1259
+ "inputs": [
1260
+ {
1261
+ "name": "bot",
1262
+ "type": "address",
1263
+ "indexed": true,
1264
+ "internalType": "address"
1265
+ },
1266
+ {
1267
+ "name": "destination",
1268
+ "type": "address",
1269
+ "indexed": true,
1270
+ "internalType": "address"
1271
+ }
1272
+ ],
1273
+ "anonymous": false
1274
+ },
1275
+ {
1276
+ "type": "event",
1277
+ "name": "BotRemoved",
1278
+ "inputs": [
1279
+ {
1280
+ "name": "bot",
1281
+ "type": "address",
1282
+ "indexed": true,
1283
+ "internalType": "address"
1284
+ },
1285
+ {
1286
+ "name": "removedBy",
1287
+ "type": "address",
1288
+ "indexed": true,
1289
+ "internalType": "address"
1290
+ }
1291
+ ],
1292
+ "anonymous": false
1293
+ },
1294
+ {
1295
+ "type": "event",
1296
+ "name": "Deposited",
1297
+ "inputs": [
1298
+ {
1299
+ "name": "from",
1300
+ "type": "address",
1301
+ "indexed": true,
1302
+ "internalType": "address"
1303
+ },
1304
+ {
1305
+ "name": "token",
1306
+ "type": "address",
1307
+ "indexed": true,
1308
+ "internalType": "address"
1309
+ },
1310
+ {
1311
+ "name": "amount",
1312
+ "type": "uint256",
1313
+ "indexed": false,
1314
+ "internalType": "uint256"
1315
+ },
1316
+ {
1317
+ "name": "ref",
1318
+ "type": "bytes32",
1319
+ "indexed": false,
1320
+ "internalType": "bytes32"
1321
+ }
1322
+ ],
1323
+ "anonymous": false
1324
+ },
1325
+ {
1326
+ "type": "event",
1327
+ "name": "EIP712DomainChanged",
1328
+ "inputs": [],
1329
+ "anonymous": false
1330
+ },
1331
+ {
1332
+ "type": "event",
1333
+ "name": "GlobalBlacklistAdded",
1334
+ "inputs": [
1335
+ {
1336
+ "name": "destination",
1337
+ "type": "address",
1338
+ "indexed": true,
1339
+ "internalType": "address"
1340
+ }
1341
+ ],
1342
+ "anonymous": false
1343
+ },
1344
+ {
1345
+ "type": "event",
1346
+ "name": "GlobalBlacklistRemoved",
1347
+ "inputs": [
1348
+ {
1349
+ "name": "destination",
1350
+ "type": "address",
1351
+ "indexed": true,
1352
+ "internalType": "address"
1353
+ }
1354
+ ],
1355
+ "anonymous": false
1356
+ },
1357
+ {
1358
+ "type": "event",
1359
+ "name": "GlobalDestinationAdded",
1360
+ "inputs": [
1361
+ {
1362
+ "name": "destination",
1363
+ "type": "address",
1364
+ "indexed": true,
1365
+ "internalType": "address"
1366
+ }
1367
+ ],
1368
+ "anonymous": false
1369
+ },
1370
+ {
1371
+ "type": "event",
1372
+ "name": "GlobalDestinationRemoved",
1373
+ "inputs": [
1374
+ {
1375
+ "name": "destination",
1376
+ "type": "address",
1377
+ "indexed": true,
1378
+ "internalType": "address"
1379
+ }
1380
+ ],
1381
+ "anonymous": false
1382
+ },
1383
+ {
1384
+ "type": "event",
1385
+ "name": "OperatorCeilingsUpdated",
1386
+ "inputs": [
1387
+ {
1388
+ "name": "ceilings",
1389
+ "type": "tuple",
1390
+ "indexed": false,
1391
+ "internalType": "struct AxonVault.OperatorCeilings",
1392
+ "components": [
1393
+ {
1394
+ "name": "maxPerTxAmount",
1395
+ "type": "uint256",
1396
+ "internalType": "uint256"
1397
+ },
1398
+ {
1399
+ "name": "maxBotDailyLimit",
1400
+ "type": "uint256",
1401
+ "internalType": "uint256"
1402
+ },
1403
+ {
1404
+ "name": "maxOperatorBots",
1405
+ "type": "uint256",
1406
+ "internalType": "uint256"
1407
+ },
1408
+ {
1409
+ "name": "vaultDailyAggregate",
1410
+ "type": "uint256",
1411
+ "internalType": "uint256"
1412
+ },
1413
+ {
1414
+ "name": "minAiTriggerFloor",
1415
+ "type": "uint256",
1416
+ "internalType": "uint256"
1417
+ }
1418
+ ]
1419
+ }
1420
+ ],
1421
+ "anonymous": false
1422
+ },
1423
+ {
1424
+ "type": "event",
1425
+ "name": "OperatorSet",
1426
+ "inputs": [
1427
+ {
1428
+ "name": "oldOperator",
1429
+ "type": "address",
1430
+ "indexed": true,
1431
+ "internalType": "address"
1432
+ },
1433
+ {
1434
+ "name": "newOperator",
1435
+ "type": "address",
1436
+ "indexed": true,
1437
+ "internalType": "address"
1438
+ }
1439
+ ],
1440
+ "anonymous": false
1441
+ },
1442
+ {
1443
+ "type": "event",
1444
+ "name": "OwnershipTransferStarted",
1445
+ "inputs": [
1446
+ {
1447
+ "name": "previousOwner",
1448
+ "type": "address",
1449
+ "indexed": true,
1450
+ "internalType": "address"
1451
+ },
1452
+ {
1453
+ "name": "newOwner",
1454
+ "type": "address",
1455
+ "indexed": true,
1456
+ "internalType": "address"
1457
+ }
1458
+ ],
1459
+ "anonymous": false
1460
+ },
1461
+ {
1462
+ "type": "event",
1463
+ "name": "OwnershipTransferred",
1464
+ "inputs": [
1465
+ {
1466
+ "name": "previousOwner",
1467
+ "type": "address",
1468
+ "indexed": true,
1469
+ "internalType": "address"
1470
+ },
1471
+ {
1472
+ "name": "newOwner",
1473
+ "type": "address",
1474
+ "indexed": true,
1475
+ "internalType": "address"
1476
+ }
1477
+ ],
1478
+ "anonymous": false
1479
+ },
1480
+ {
1481
+ "type": "event",
1482
+ "name": "Paused",
1483
+ "inputs": [
1484
+ {
1485
+ "name": "account",
1486
+ "type": "address",
1487
+ "indexed": false,
1488
+ "internalType": "address"
1489
+ }
1490
+ ],
1491
+ "anonymous": false
1492
+ },
1493
+ {
1494
+ "type": "event",
1495
+ "name": "PaymentExecuted",
1496
+ "inputs": [
1497
+ {
1498
+ "name": "bot",
1499
+ "type": "address",
1500
+ "indexed": true,
1501
+ "internalType": "address"
1502
+ },
1503
+ {
1504
+ "name": "to",
1505
+ "type": "address",
1506
+ "indexed": true,
1507
+ "internalType": "address"
1508
+ },
1509
+ {
1510
+ "name": "token",
1511
+ "type": "address",
1512
+ "indexed": true,
1513
+ "internalType": "address"
1514
+ },
1515
+ {
1516
+ "name": "amount",
1517
+ "type": "uint256",
1518
+ "indexed": false,
1519
+ "internalType": "uint256"
1520
+ },
1521
+ {
1522
+ "name": "ref",
1523
+ "type": "bytes32",
1524
+ "indexed": false,
1525
+ "internalType": "bytes32"
1526
+ }
1527
+ ],
1528
+ "anonymous": false
1529
+ },
1530
+ {
1531
+ "type": "event",
1532
+ "name": "ProtocolAdded",
1533
+ "inputs": [
1534
+ {
1535
+ "name": "protocol",
1536
+ "type": "address",
1537
+ "indexed": true,
1538
+ "internalType": "address"
1539
+ }
1540
+ ],
1541
+ "anonymous": false
1542
+ },
1543
+ {
1544
+ "type": "event",
1545
+ "name": "ProtocolExecuted",
1546
+ "inputs": [
1547
+ {
1548
+ "name": "bot",
1549
+ "type": "address",
1550
+ "indexed": true,
1551
+ "internalType": "address"
1552
+ },
1553
+ {
1554
+ "name": "protocol",
1555
+ "type": "address",
1556
+ "indexed": true,
1557
+ "internalType": "address"
1558
+ },
1559
+ {
1560
+ "name": "token",
1561
+ "type": "address",
1562
+ "indexed": false,
1563
+ "internalType": "address"
1564
+ },
1565
+ {
1566
+ "name": "amount",
1567
+ "type": "uint256",
1568
+ "indexed": false,
1569
+ "internalType": "uint256"
1570
+ },
1571
+ {
1572
+ "name": "ref",
1573
+ "type": "bytes32",
1574
+ "indexed": false,
1575
+ "internalType": "bytes32"
1576
+ }
1577
+ ],
1578
+ "anonymous": false
1579
+ },
1580
+ {
1581
+ "type": "event",
1582
+ "name": "ProtocolRemoved",
1583
+ "inputs": [
1584
+ {
1585
+ "name": "protocol",
1586
+ "type": "address",
1587
+ "indexed": true,
1588
+ "internalType": "address"
1589
+ }
1590
+ ],
1591
+ "anonymous": false
1592
+ },
1593
+ {
1594
+ "type": "event",
1595
+ "name": "RebalanceTokenAdded",
1596
+ "inputs": [
1597
+ {
1598
+ "name": "token",
1599
+ "type": "address",
1600
+ "indexed": true,
1601
+ "internalType": "address"
1602
+ }
1603
+ ],
1604
+ "anonymous": false
1605
+ },
1606
+ {
1607
+ "type": "event",
1608
+ "name": "RebalanceTokenRemoved",
1609
+ "inputs": [
1610
+ {
1611
+ "name": "token",
1612
+ "type": "address",
1613
+ "indexed": true,
1614
+ "internalType": "address"
1615
+ }
1616
+ ],
1617
+ "anonymous": false
1618
+ },
1619
+ {
1620
+ "type": "event",
1621
+ "name": "SwapExecuted",
1622
+ "inputs": [
1623
+ {
1624
+ "name": "bot",
1625
+ "type": "address",
1626
+ "indexed": true,
1627
+ "internalType": "address"
1628
+ },
1629
+ {
1630
+ "name": "fromToken",
1631
+ "type": "address",
1632
+ "indexed": false,
1633
+ "internalType": "address"
1634
+ },
1635
+ {
1636
+ "name": "toToken",
1637
+ "type": "address",
1638
+ "indexed": false,
1639
+ "internalType": "address"
1640
+ },
1641
+ {
1642
+ "name": "fromAmount",
1643
+ "type": "uint256",
1644
+ "indexed": false,
1645
+ "internalType": "uint256"
1646
+ },
1647
+ {
1648
+ "name": "toAmount",
1649
+ "type": "uint256",
1650
+ "indexed": false,
1651
+ "internalType": "uint256"
1652
+ },
1653
+ {
1654
+ "name": "ref",
1655
+ "type": "bytes32",
1656
+ "indexed": false,
1657
+ "internalType": "bytes32"
1658
+ }
1659
+ ],
1660
+ "anonymous": false
1661
+ },
1662
+ {
1663
+ "type": "event",
1664
+ "name": "SwapPaymentExecuted",
1665
+ "inputs": [
1666
+ {
1667
+ "name": "bot",
1668
+ "type": "address",
1669
+ "indexed": true,
1670
+ "internalType": "address"
1671
+ },
1672
+ {
1673
+ "name": "to",
1674
+ "type": "address",
1675
+ "indexed": true,
1676
+ "internalType": "address"
1677
+ },
1678
+ {
1679
+ "name": "fromToken",
1680
+ "type": "address",
1681
+ "indexed": false,
1682
+ "internalType": "address"
1683
+ },
1684
+ {
1685
+ "name": "toToken",
1686
+ "type": "address",
1687
+ "indexed": false,
1688
+ "internalType": "address"
1689
+ },
1690
+ {
1691
+ "name": "fromAmount",
1692
+ "type": "uint256",
1693
+ "indexed": false,
1694
+ "internalType": "uint256"
1695
+ },
1696
+ {
1697
+ "name": "toAmount",
1698
+ "type": "uint256",
1699
+ "indexed": false,
1700
+ "internalType": "uint256"
1701
+ },
1702
+ {
1703
+ "name": "ref",
1704
+ "type": "bytes32",
1705
+ "indexed": false,
1706
+ "internalType": "bytes32"
1707
+ }
1708
+ ],
1709
+ "anonymous": false
1710
+ },
1711
+ {
1712
+ "type": "event",
1713
+ "name": "Unpaused",
1714
+ "inputs": [
1715
+ {
1716
+ "name": "account",
1717
+ "type": "address",
1718
+ "indexed": false,
1719
+ "internalType": "address"
1720
+ }
1721
+ ],
1722
+ "anonymous": false
1723
+ },
1724
+ {
1725
+ "type": "event",
1726
+ "name": "Withdrawn",
1727
+ "inputs": [
1728
+ {
1729
+ "name": "token",
1730
+ "type": "address",
1731
+ "indexed": true,
1732
+ "internalType": "address"
1733
+ },
1734
+ {
1735
+ "name": "amount",
1736
+ "type": "uint256",
1737
+ "indexed": false,
1738
+ "internalType": "uint256"
1739
+ },
1740
+ {
1741
+ "name": "to",
1742
+ "type": "address",
1743
+ "indexed": true,
1744
+ "internalType": "address"
1745
+ }
1746
+ ],
1747
+ "anonymous": false
1748
+ },
1749
+ {
1750
+ "type": "error",
1751
+ "name": "AlreadyApprovedProtocol",
1752
+ "inputs": []
1753
+ },
1754
+ {
1755
+ "type": "error",
1756
+ "name": "AmountMismatch",
1757
+ "inputs": []
1758
+ },
1759
+ {
1760
+ "type": "error",
1761
+ "name": "BotAlreadyExists",
1762
+ "inputs": []
1763
+ },
1764
+ {
1765
+ "type": "error",
1766
+ "name": "BotDoesNotExist",
1767
+ "inputs": []
1768
+ },
1769
+ {
1770
+ "type": "error",
1771
+ "name": "BotNotActive",
1772
+ "inputs": []
1773
+ },
1774
+ {
1775
+ "type": "error",
1776
+ "name": "CalldataHashMismatch",
1777
+ "inputs": []
1778
+ },
1779
+ {
1780
+ "type": "error",
1781
+ "name": "DeadlineExpired",
1782
+ "inputs": []
1783
+ },
1784
+ {
1785
+ "type": "error",
1786
+ "name": "DestinationBlacklisted",
1787
+ "inputs": []
1788
+ },
1789
+ {
1790
+ "type": "error",
1791
+ "name": "DestinationNotWhitelisted",
1792
+ "inputs": []
1793
+ },
1794
+ {
1795
+ "type": "error",
1796
+ "name": "ECDSAInvalidSignature",
1797
+ "inputs": []
1798
+ },
1799
+ {
1800
+ "type": "error",
1801
+ "name": "ECDSAInvalidSignatureLength",
1802
+ "inputs": [
1803
+ {
1804
+ "name": "length",
1805
+ "type": "uint256",
1806
+ "internalType": "uint256"
1807
+ }
1808
+ ]
1809
+ },
1810
+ {
1811
+ "type": "error",
1812
+ "name": "ECDSAInvalidSignatureS",
1813
+ "inputs": [
1814
+ {
1815
+ "name": "s",
1816
+ "type": "bytes32",
1817
+ "internalType": "bytes32"
1818
+ }
1819
+ ]
1820
+ },
1821
+ {
1822
+ "type": "error",
1823
+ "name": "EnforcedPause",
1824
+ "inputs": []
1825
+ },
1826
+ {
1827
+ "type": "error",
1828
+ "name": "ExceedsOperatorCeiling",
1829
+ "inputs": []
1830
+ },
1831
+ {
1832
+ "type": "error",
1833
+ "name": "ExpectedPause",
1834
+ "inputs": []
1835
+ },
1836
+ {
1837
+ "type": "error",
1838
+ "name": "InsufficientBalance",
1839
+ "inputs": []
1840
+ },
1841
+ {
1842
+ "type": "error",
1843
+ "name": "IntentAlreadyUsed",
1844
+ "inputs": []
1845
+ },
1846
+ {
1847
+ "type": "error",
1848
+ "name": "InvalidShortString",
1849
+ "inputs": []
1850
+ },
1851
+ {
1852
+ "type": "error",
1853
+ "name": "InvalidSignature",
1854
+ "inputs": []
1855
+ },
1856
+ {
1857
+ "type": "error",
1858
+ "name": "MaxPerTxExceeded",
1859
+ "inputs": []
1860
+ },
1861
+ {
1862
+ "type": "error",
1863
+ "name": "MaxRebalanceAmountExceeded",
1864
+ "inputs": []
1865
+ },
1866
+ {
1867
+ "type": "error",
1868
+ "name": "NativeTransferFailed",
1869
+ "inputs": []
1870
+ },
1871
+ {
1872
+ "type": "error",
1873
+ "name": "NotAuthorized",
1874
+ "inputs": []
1875
+ },
1876
+ {
1877
+ "type": "error",
1878
+ "name": "NotAuthorizedRelayer",
1879
+ "inputs": []
1880
+ },
1881
+ {
1882
+ "type": "error",
1883
+ "name": "OperatorBotLimitReached",
1884
+ "inputs": []
1885
+ },
1886
+ {
1887
+ "type": "error",
1888
+ "name": "OperatorCannotBeOwner",
1889
+ "inputs": []
1890
+ },
1891
+ {
1892
+ "type": "error",
1893
+ "name": "OracleNotConfigured",
1894
+ "inputs": []
1895
+ },
1896
+ {
1897
+ "type": "error",
1898
+ "name": "OracleUnavailable",
1899
+ "inputs": []
1900
+ },
1901
+ {
1902
+ "type": "error",
1903
+ "name": "OwnableInvalidOwner",
1904
+ "inputs": [
1905
+ {
1906
+ "name": "owner",
1907
+ "type": "address",
1908
+ "internalType": "address"
1909
+ }
1910
+ ]
1911
+ },
1912
+ {
1913
+ "type": "error",
1914
+ "name": "OwnableUnauthorizedAccount",
1915
+ "inputs": [
1916
+ {
1917
+ "name": "account",
1918
+ "type": "address",
1919
+ "internalType": "address"
1920
+ }
1921
+ ]
1922
+ },
1923
+ {
1924
+ "type": "error",
1925
+ "name": "OwnerCannotBeBot",
1926
+ "inputs": []
1927
+ },
1928
+ {
1929
+ "type": "error",
1930
+ "name": "PaymentToZeroAddress",
1931
+ "inputs": []
1932
+ },
1933
+ {
1934
+ "type": "error",
1935
+ "name": "ProtocolCallFailed",
1936
+ "inputs": []
1937
+ },
1938
+ {
1939
+ "type": "error",
1940
+ "name": "ProtocolNotApproved",
1941
+ "inputs": []
1942
+ },
1943
+ {
1944
+ "type": "error",
1945
+ "name": "ProtocolNotInList",
1946
+ "inputs": []
1947
+ },
1948
+ {
1949
+ "type": "error",
1950
+ "name": "RebalanceTokenNotAllowed",
1951
+ "inputs": []
1952
+ },
1953
+ {
1954
+ "type": "error",
1955
+ "name": "ReentrancyGuardReentrantCall",
1956
+ "inputs": []
1957
+ },
1958
+ {
1959
+ "type": "error",
1960
+ "name": "RouterNotApproved",
1961
+ "inputs": []
1962
+ },
1963
+ {
1964
+ "type": "error",
1965
+ "name": "SafeERC20FailedOperation",
1966
+ "inputs": [
1967
+ {
1968
+ "name": "token",
1969
+ "type": "address",
1970
+ "internalType": "address"
1971
+ }
1972
+ ]
1973
+ },
1974
+ {
1975
+ "type": "error",
1976
+ "name": "SameTokenSwap",
1977
+ "inputs": []
1978
+ },
1979
+ {
1980
+ "type": "error",
1981
+ "name": "SelfPayment",
1982
+ "inputs": []
1983
+ },
1984
+ {
1985
+ "type": "error",
1986
+ "name": "StringTooLong",
1987
+ "inputs": [
1988
+ {
1989
+ "name": "str",
1990
+ "type": "string",
1991
+ "internalType": "string"
1992
+ }
1993
+ ]
1994
+ },
1995
+ {
1996
+ "type": "error",
1997
+ "name": "SwapFailed",
1998
+ "inputs": []
1999
+ },
2000
+ {
2001
+ "type": "error",
2002
+ "name": "SwapOutputInsufficient",
2003
+ "inputs": []
2004
+ },
2005
+ {
2006
+ "type": "error",
2007
+ "name": "TooManySpendingLimits",
2008
+ "inputs": []
2009
+ },
2010
+ {
2011
+ "type": "error",
2012
+ "name": "UnexpectedETH",
2013
+ "inputs": []
2014
+ },
2015
+ {
2016
+ "type": "error",
2017
+ "name": "ZeroAddress",
2018
+ "inputs": []
2019
+ },
2020
+ {
2021
+ "type": "error",
2022
+ "name": "ZeroAmount",
2023
+ "inputs": []
2024
+ }
2025
+ ];
2026
+ //# sourceMappingURL=AxonVault.js.map