@pendle/core-v2 5.8.0-bera → 5.8.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/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.dbg.json +1 -1
- package/build/artifacts/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol/SDKErrorsDirectory.json +1218 -10
- package/contracts/offchain-helpers/errors/SDKErrorsDirectory.sol +210 -0
- package/deployments/80094-core.json +1 -1
- package/deployments/merkle-distribution/2025-02-27.json +29930 -0
- package/package.json +1 -1
- package/typechain-types/SDKErrorsDirectory.ts +57 -0
- package/typechain-types/factories/SDKErrorsDirectory__factory.ts +3907 -0
|
@@ -8,11 +8,36 @@
|
|
|
8
8
|
"name": "ADDRESS_NULL",
|
|
9
9
|
"type": "error"
|
|
10
10
|
},
|
|
11
|
+
{
|
|
12
|
+
"inputs": [],
|
|
13
|
+
"name": "AERC20_ALREADY_REGISTERED",
|
|
14
|
+
"type": "error"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"inputs": [],
|
|
18
|
+
"name": "AERC20_NOT_REGISTERED",
|
|
19
|
+
"type": "error"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [],
|
|
23
|
+
"name": "AMOUNT_IN_NOT_EQUAL_OR_LOWER_THAN_BALANCE",
|
|
24
|
+
"type": "error"
|
|
25
|
+
},
|
|
11
26
|
{
|
|
12
27
|
"inputs": [],
|
|
13
28
|
"name": "AMOUNT_NULL",
|
|
14
29
|
"type": "error"
|
|
15
30
|
},
|
|
31
|
+
{
|
|
32
|
+
"inputs": [],
|
|
33
|
+
"name": "ARRAY_LENGTH_MISMATCH",
|
|
34
|
+
"type": "error"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"inputs": [],
|
|
38
|
+
"name": "ASSETS_RECEIVED_OUT_OF_SLIPPAGE",
|
|
39
|
+
"type": "error"
|
|
40
|
+
},
|
|
16
41
|
{
|
|
17
42
|
"inputs": [],
|
|
18
43
|
"name": "AboveInflationLimit",
|
|
@@ -164,6 +189,11 @@
|
|
|
164
189
|
"name": "ArrayOutOfBounds",
|
|
165
190
|
"type": "error"
|
|
166
191
|
},
|
|
192
|
+
{
|
|
193
|
+
"inputs": [],
|
|
194
|
+
"name": "AstherusYieldProxyActivitiesOnGoing",
|
|
195
|
+
"type": "error"
|
|
196
|
+
},
|
|
167
197
|
{
|
|
168
198
|
"inputs": [
|
|
169
199
|
{
|
|
@@ -180,6 +210,26 @@
|
|
|
180
210
|
"name": "BDInvalidEpoch",
|
|
181
211
|
"type": "error"
|
|
182
212
|
},
|
|
213
|
+
{
|
|
214
|
+
"inputs": [],
|
|
215
|
+
"name": "BLACKLISTED_ROUTE_ID",
|
|
216
|
+
"type": "error"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"inputs": [],
|
|
220
|
+
"name": "BLACKLISTED_SELECTOR",
|
|
221
|
+
"type": "error"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"inputs": [],
|
|
225
|
+
"name": "BLOCK_CHAIN_ID_OUT_OF_BOUNDS",
|
|
226
|
+
"type": "error"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"inputs": [],
|
|
230
|
+
"name": "BRIDGE_TOKENS_PENDING",
|
|
231
|
+
"type": "error"
|
|
232
|
+
},
|
|
183
233
|
{
|
|
184
234
|
"inputs": [],
|
|
185
235
|
"name": "BelowMin",
|
|
@@ -359,6 +409,61 @@
|
|
|
359
409
|
"name": "BytesZero",
|
|
360
410
|
"type": "error"
|
|
361
411
|
},
|
|
412
|
+
{
|
|
413
|
+
"inputs": [],
|
|
414
|
+
"name": "CALLER_NOT_ENDPOINT",
|
|
415
|
+
"type": "error"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"inputs": [],
|
|
419
|
+
"name": "CALLER_NOT_MAILBOX",
|
|
420
|
+
"type": "error"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"inputs": [],
|
|
424
|
+
"name": "CALLER_NOT_RELAYER",
|
|
425
|
+
"type": "error"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"inputs": [],
|
|
429
|
+
"name": "CANNOT_DECODE_FINAL_SWAP_OUTPUT_TOKEN",
|
|
430
|
+
"type": "error"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"inputs": [],
|
|
434
|
+
"name": "CANNOT_FORWARD_4646_TOKEN",
|
|
435
|
+
"type": "error"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"inputs": [],
|
|
439
|
+
"name": "CANNOT_REVOKE_LAST_ADMIN",
|
|
440
|
+
"type": "error"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"inputs": [],
|
|
444
|
+
"name": "CANNOT_REVOKE_NON_BROADCASTABLE_ROLES",
|
|
445
|
+
"type": "error"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"inputs": [],
|
|
449
|
+
"name": "CANNOT_UPDATE_WITHDRAW_TX_DATA",
|
|
450
|
+
"type": "error"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"inputs": [],
|
|
454
|
+
"name": "CHAINLINK_INCOMPLETE_ROUND",
|
|
455
|
+
"type": "error"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"inputs": [],
|
|
459
|
+
"name": "CHAINLINK_MALFUNCTION",
|
|
460
|
+
"type": "error"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"inputs": [],
|
|
464
|
+
"name": "CHAINLINK_UNSUPPORTED_DECIMAL",
|
|
465
|
+
"type": "error"
|
|
466
|
+
},
|
|
362
467
|
{
|
|
363
468
|
"inputs": [
|
|
364
469
|
{
|
|
@@ -391,11 +496,133 @@
|
|
|
391
496
|
"name": "CooldownNotComplete",
|
|
392
497
|
"type": "error"
|
|
393
498
|
},
|
|
499
|
+
{
|
|
500
|
+
"inputs": [],
|
|
501
|
+
"name": "DECREASED_ALLOWANCE_BELOW_ZERO",
|
|
502
|
+
"type": "error"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"inputs": [],
|
|
506
|
+
"name": "DELAY_NOT_SET",
|
|
507
|
+
"type": "error"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"inputs": [],
|
|
511
|
+
"name": "DIFFERENT_PAYLOAD_UPDATE_AMOUNTS_LENGTH",
|
|
512
|
+
"type": "error"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"inputs": [],
|
|
516
|
+
"name": "DIFFERENT_PAYLOAD_UPDATE_TX_DATA_LENGTH",
|
|
517
|
+
"type": "error"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"inputs": [],
|
|
521
|
+
"name": "DIFFERENT_TOKENS",
|
|
522
|
+
"type": "error"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"inputs": [],
|
|
526
|
+
"name": "DIRECT_DEPOSIT_SWAP_FAILED",
|
|
527
|
+
"type": "error"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"inputs": [],
|
|
531
|
+
"name": "DIRECT_WITHDRAW_INVALID_LIQ_REQUEST",
|
|
532
|
+
"type": "error"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"inputs": [],
|
|
536
|
+
"name": "DISABLED",
|
|
537
|
+
"type": "error"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"inputs": [],
|
|
541
|
+
"name": "DISPUTE_TIME_ELAPSED",
|
|
542
|
+
"type": "error"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"inputs": [],
|
|
546
|
+
"name": "DST_SWAP_ALREADY_PROCESSED",
|
|
547
|
+
"type": "error"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"inputs": [],
|
|
551
|
+
"name": "DUPLICATE_FINAL_SUPERFORM_IDS",
|
|
552
|
+
"type": "error"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"inputs": [],
|
|
556
|
+
"name": "DUPLICATE_INDEX",
|
|
557
|
+
"type": "error"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"inputs": [],
|
|
561
|
+
"name": "DUPLICATE_PAYLOAD",
|
|
562
|
+
"type": "error"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"inputs": [],
|
|
566
|
+
"name": "DUPLICATE_SUPERFORM_IDS_REBALANCE_FROM",
|
|
567
|
+
"type": "error"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
"inputs": [],
|
|
571
|
+
"name": "DYNAMIC_URI_FROZEN",
|
|
572
|
+
"type": "error"
|
|
573
|
+
},
|
|
394
574
|
{
|
|
395
575
|
"inputs": [],
|
|
396
576
|
"name": "Deadline",
|
|
397
577
|
"type": "error"
|
|
398
578
|
},
|
|
579
|
+
{
|
|
580
|
+
"inputs": [],
|
|
581
|
+
"name": "ECDSAInvalidSignature",
|
|
582
|
+
"type": "error"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"inputs": [
|
|
586
|
+
{
|
|
587
|
+
"internalType": "uint256",
|
|
588
|
+
"name": "length",
|
|
589
|
+
"type": "uint256"
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"name": "ECDSAInvalidSignatureLength",
|
|
593
|
+
"type": "error"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"inputs": [
|
|
597
|
+
{
|
|
598
|
+
"internalType": "bytes32",
|
|
599
|
+
"name": "s",
|
|
600
|
+
"type": "bytes32"
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"name": "ECDSAInvalidSignatureS",
|
|
604
|
+
"type": "error"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"inputs": [],
|
|
608
|
+
"name": "EMERGENCY_WITHDRAW_NOT_QUEUED",
|
|
609
|
+
"type": "error"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"inputs": [],
|
|
613
|
+
"name": "EMERGENCY_WITHDRAW_PROCESSED_ALREADY",
|
|
614
|
+
"type": "error"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"inputs": [],
|
|
618
|
+
"name": "EMPTY_AMOUNTS_REBALANCE_FROM",
|
|
619
|
+
"type": "error"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"inputs": [],
|
|
623
|
+
"name": "EMPTY_FINAL_SUPERFORM_IDS",
|
|
624
|
+
"type": "error"
|
|
625
|
+
},
|
|
399
626
|
{
|
|
400
627
|
"inputs": [
|
|
401
628
|
{
|
|
@@ -498,6 +725,49 @@
|
|
|
498
725
|
"name": "ERC1155MissingApprovalForAll",
|
|
499
726
|
"type": "error"
|
|
500
727
|
},
|
|
728
|
+
{
|
|
729
|
+
"inputs": [],
|
|
730
|
+
"name": "ERC165_UNSUPPORTED",
|
|
731
|
+
"type": "error"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"inputs": [
|
|
735
|
+
{
|
|
736
|
+
"internalType": "address",
|
|
737
|
+
"name": "admin",
|
|
738
|
+
"type": "address"
|
|
739
|
+
}
|
|
740
|
+
],
|
|
741
|
+
"name": "ERC1967InvalidAdmin",
|
|
742
|
+
"type": "error"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"inputs": [
|
|
746
|
+
{
|
|
747
|
+
"internalType": "address",
|
|
748
|
+
"name": "beacon",
|
|
749
|
+
"type": "address"
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
"name": "ERC1967InvalidBeacon",
|
|
753
|
+
"type": "error"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"inputs": [
|
|
757
|
+
{
|
|
758
|
+
"internalType": "address",
|
|
759
|
+
"name": "implementation",
|
|
760
|
+
"type": "address"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"name": "ERC1967InvalidImplementation",
|
|
764
|
+
"type": "error"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"inputs": [],
|
|
768
|
+
"name": "ERC1967NonPayable",
|
|
769
|
+
"type": "error"
|
|
770
|
+
},
|
|
501
771
|
{
|
|
502
772
|
"inputs": [
|
|
503
773
|
{
|
|
@@ -584,6 +854,33 @@
|
|
|
584
854
|
"name": "ERC20InvalidSpender",
|
|
585
855
|
"type": "error"
|
|
586
856
|
},
|
|
857
|
+
{
|
|
858
|
+
"inputs": [
|
|
859
|
+
{
|
|
860
|
+
"internalType": "uint256",
|
|
861
|
+
"name": "deadline",
|
|
862
|
+
"type": "uint256"
|
|
863
|
+
}
|
|
864
|
+
],
|
|
865
|
+
"name": "ERC2612ExpiredSignature",
|
|
866
|
+
"type": "error"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"inputs": [
|
|
870
|
+
{
|
|
871
|
+
"internalType": "address",
|
|
872
|
+
"name": "signer",
|
|
873
|
+
"type": "address"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"internalType": "address",
|
|
877
|
+
"name": "owner",
|
|
878
|
+
"type": "address"
|
|
879
|
+
}
|
|
880
|
+
],
|
|
881
|
+
"name": "ERC2612InvalidSigner",
|
|
882
|
+
"type": "error"
|
|
883
|
+
},
|
|
587
884
|
{
|
|
588
885
|
"inputs": [],
|
|
589
886
|
"name": "ERC4626ExceededMaxDeposit",
|
|
@@ -717,11 +1014,21 @@
|
|
|
717
1014
|
"name": "EndOfEpoch",
|
|
718
1015
|
"type": "error"
|
|
719
1016
|
},
|
|
1017
|
+
{
|
|
1018
|
+
"inputs": [],
|
|
1019
|
+
"name": "EnforcedPause",
|
|
1020
|
+
"type": "error"
|
|
1021
|
+
},
|
|
720
1022
|
{
|
|
721
1023
|
"inputs": [],
|
|
722
1024
|
"name": "ErrorNotEnoughAllowance",
|
|
723
1025
|
"type": "error"
|
|
724
1026
|
},
|
|
1027
|
+
{
|
|
1028
|
+
"inputs": [],
|
|
1029
|
+
"name": "ExpectedPause",
|
|
1030
|
+
"type": "error"
|
|
1031
|
+
},
|
|
725
1032
|
{
|
|
726
1033
|
"inputs": [],
|
|
727
1034
|
"name": "Expired",
|
|
@@ -740,19 +1047,40 @@
|
|
|
740
1047
|
},
|
|
741
1048
|
{
|
|
742
1049
|
"inputs": [],
|
|
743
|
-
"name": "
|
|
1050
|
+
"name": "FAILED_DST_SWAP_ALREADY_UPDATED",
|
|
744
1051
|
"type": "error"
|
|
745
1052
|
},
|
|
746
1053
|
{
|
|
747
1054
|
"inputs": [
|
|
748
1055
|
{
|
|
749
|
-
"internalType": "
|
|
750
|
-
"name": "
|
|
751
|
-
"type": "
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
1056
|
+
"internalType": "address",
|
|
1057
|
+
"name": "token",
|
|
1058
|
+
"type": "address"
|
|
1059
|
+
}
|
|
1060
|
+
],
|
|
1061
|
+
"name": "FAILED_TO_EXECUTE_TXDATA",
|
|
1062
|
+
"type": "error"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"inputs": [],
|
|
1066
|
+
"name": "FAILED_TO_SEND_NATIVE",
|
|
1067
|
+
"type": "error"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"inputs": [],
|
|
1071
|
+
"name": "FDEpochLengthMismatch",
|
|
1072
|
+
"type": "error"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"inputs": [
|
|
1076
|
+
{
|
|
1077
|
+
"internalType": "uint256",
|
|
1078
|
+
"name": "lastFunded",
|
|
1079
|
+
"type": "uint256"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
"internalType": "uint256",
|
|
1083
|
+
"name": "currentWTime",
|
|
756
1084
|
"type": "uint256"
|
|
757
1085
|
}
|
|
758
1086
|
],
|
|
@@ -840,6 +1168,26 @@
|
|
|
840
1168
|
"name": "FDTotalAmountFundedNotMatch",
|
|
841
1169
|
"type": "error"
|
|
842
1170
|
},
|
|
1171
|
+
{
|
|
1172
|
+
"inputs": [],
|
|
1173
|
+
"name": "FORM_DOES_NOT_EXIST",
|
|
1174
|
+
"type": "error"
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"inputs": [],
|
|
1178
|
+
"name": "FORM_IMPLEMENTATION_ALREADY_EXISTS",
|
|
1179
|
+
"type": "error"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"inputs": [],
|
|
1183
|
+
"name": "FORM_IMPLEMENTATION_ID_ALREADY_EXISTS",
|
|
1184
|
+
"type": "error"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"inputs": [],
|
|
1188
|
+
"name": "FORM_INTERFACE_UNSUPPORTED",
|
|
1189
|
+
"type": "error"
|
|
1190
|
+
},
|
|
843
1191
|
{
|
|
844
1192
|
"inputs": [],
|
|
845
1193
|
"name": "FailToAdd",
|
|
@@ -913,11 +1261,277 @@
|
|
|
913
1261
|
"name": "GnsTokenPriceZero",
|
|
914
1262
|
"type": "error"
|
|
915
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
"inputs": [],
|
|
1266
|
+
"name": "ID_NOT_MINTED_YET",
|
|
1267
|
+
"type": "error"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"inputs": [],
|
|
1271
|
+
"name": "INDEX_OUT_OF_BOUNDS",
|
|
1272
|
+
"type": "error"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"inputs": [],
|
|
1276
|
+
"name": "INSUFFICIENT_ALLOWANCE_FOR_DEPOSIT",
|
|
1277
|
+
"type": "error"
|
|
1278
|
+
},
|
|
916
1279
|
{
|
|
917
1280
|
"inputs": [],
|
|
918
1281
|
"name": "INSUFFICIENT_BALANCE",
|
|
919
1282
|
"type": "error"
|
|
920
1283
|
},
|
|
1284
|
+
{
|
|
1285
|
+
"inputs": [],
|
|
1286
|
+
"name": "INSUFFICIENT_NATIVE_AMOUNT",
|
|
1287
|
+
"type": "error"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"inputs": [],
|
|
1291
|
+
"name": "INSUFFICIENT_QUORUM",
|
|
1292
|
+
"type": "error"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"inputs": [],
|
|
1296
|
+
"name": "INVALID_ACTION",
|
|
1297
|
+
"type": "error"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"inputs": [],
|
|
1301
|
+
"name": "INVALID_BRIDGE_ID",
|
|
1302
|
+
"type": "error"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"inputs": [],
|
|
1306
|
+
"name": "INVALID_BROADCAST_FEE",
|
|
1307
|
+
"type": "error"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"inputs": [],
|
|
1311
|
+
"name": "INVALID_BROADCAST_FINALITY",
|
|
1312
|
+
"type": "error"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"inputs": [],
|
|
1316
|
+
"name": "INVALID_BROADCAST_PAYLOAD",
|
|
1317
|
+
"type": "error"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
"inputs": [],
|
|
1321
|
+
"name": "INVALID_CHAIN_ID",
|
|
1322
|
+
"type": "error"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"inputs": [],
|
|
1326
|
+
"name": "INVALID_DEPOSIT_LIQ_DST_CHAIN_ID",
|
|
1327
|
+
"type": "error"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
"inputs": [],
|
|
1331
|
+
"name": "INVALID_DEPOSIT_SELECTOR",
|
|
1332
|
+
"type": "error"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"inputs": [],
|
|
1336
|
+
"name": "INVALID_DEPOSIT_TOKEN",
|
|
1337
|
+
"type": "error"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"inputs": [],
|
|
1341
|
+
"name": "INVALID_DST_SWAPPER_FAILED_SWAP",
|
|
1342
|
+
"type": "error"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"inputs": [],
|
|
1346
|
+
"name": "INVALID_DST_SWAPPER_FAILED_SWAP_NO_NATIVE_BALANCE",
|
|
1347
|
+
"type": "error"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
"inputs": [],
|
|
1351
|
+
"name": "INVALID_DST_SWAPPER_FAILED_SWAP_NO_TOKEN_BALANCE",
|
|
1352
|
+
"type": "error"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"inputs": [],
|
|
1356
|
+
"name": "INVALID_DST_SWAP_AMOUNT",
|
|
1357
|
+
"type": "error"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"inputs": [],
|
|
1361
|
+
"name": "INVALID_FEE",
|
|
1362
|
+
"type": "error"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"inputs": [],
|
|
1366
|
+
"name": "INVALID_FORM_ID",
|
|
1367
|
+
"type": "error"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
"inputs": [],
|
|
1371
|
+
"name": "INVALID_FORM_REGISTRY_ID",
|
|
1372
|
+
"type": "error"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"inputs": [],
|
|
1376
|
+
"name": "INVALID_GLOBAL_SLIPPAGE",
|
|
1377
|
+
"type": "error"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"inputs": [],
|
|
1381
|
+
"name": "INVALID_INDEX",
|
|
1382
|
+
"type": "error"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"inputs": [],
|
|
1386
|
+
"name": "INVALID_INTERIM_TOKEN",
|
|
1387
|
+
"type": "error"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"inputs": [],
|
|
1391
|
+
"name": "INVALID_INTERNAL_CALL",
|
|
1392
|
+
"type": "error"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"inputs": [],
|
|
1396
|
+
"name": "INVALID_MESSAGE_TYPE",
|
|
1397
|
+
"type": "error"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"inputs": [],
|
|
1401
|
+
"name": "INVALID_NATIVE_TOKEN_PRICE",
|
|
1402
|
+
"type": "error"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"inputs": [],
|
|
1406
|
+
"name": "INVALID_PAYLOAD",
|
|
1407
|
+
"type": "error"
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
"inputs": [],
|
|
1411
|
+
"name": "INVALID_PAYLOAD_HASH",
|
|
1412
|
+
"type": "error"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"inputs": [],
|
|
1416
|
+
"name": "INVALID_PAYLOAD_ID",
|
|
1417
|
+
"type": "error"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"inputs": [],
|
|
1421
|
+
"name": "INVALID_PAYLOAD_STATUS",
|
|
1422
|
+
"type": "error"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"inputs": [],
|
|
1426
|
+
"name": "INVALID_PAYLOAD_TYPE",
|
|
1427
|
+
"type": "error"
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
"inputs": [],
|
|
1431
|
+
"name": "INVALID_PAYLOAD_UPDATE_REQUEST",
|
|
1432
|
+
"type": "error"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"inputs": [],
|
|
1436
|
+
"name": "INVALID_PROOF_BRIDGE_ID",
|
|
1437
|
+
"type": "error"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"inputs": [],
|
|
1441
|
+
"name": "INVALID_PROOF_BRIDGE_IDS",
|
|
1442
|
+
"type": "error"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"inputs": [],
|
|
1446
|
+
"name": "INVALID_REBALANCE_FROM_SELECTOR",
|
|
1447
|
+
"type": "error"
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"inputs": [],
|
|
1451
|
+
"name": "INVALID_REBALANCE_SELECTOR",
|
|
1452
|
+
"type": "error"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"inputs": [],
|
|
1456
|
+
"name": "INVALID_REGISTRY_ID",
|
|
1457
|
+
"type": "error"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
"inputs": [],
|
|
1461
|
+
"name": "INVALID_RESCUE_DATA",
|
|
1462
|
+
"type": "error"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"inputs": [],
|
|
1466
|
+
"name": "INVALID_RETRY_FEE",
|
|
1467
|
+
"type": "error"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"inputs": [
|
|
1471
|
+
{
|
|
1472
|
+
"internalType": "uint256",
|
|
1473
|
+
"name": "superformId",
|
|
1474
|
+
"type": "uint256"
|
|
1475
|
+
}
|
|
1476
|
+
],
|
|
1477
|
+
"name": "INVALID_SP_FULL_REBALANCE",
|
|
1478
|
+
"type": "error"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"inputs": [],
|
|
1482
|
+
"name": "INVALID_SRC_SENDER",
|
|
1483
|
+
"type": "error"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"inputs": [],
|
|
1487
|
+
"name": "INVALID_SUPERFORMS_DATA",
|
|
1488
|
+
"type": "error"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"inputs": [],
|
|
1492
|
+
"name": "INVALID_SUPERFORM_ID_REBALANCE_FROM",
|
|
1493
|
+
"type": "error"
|
|
1494
|
+
},
|
|
1495
|
+
{
|
|
1496
|
+
"inputs": [],
|
|
1497
|
+
"name": "INVALID_SWAP_OUTPUT",
|
|
1498
|
+
"type": "error"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"inputs": [],
|
|
1502
|
+
"name": "INVALID_TIMELOCK_DELAY",
|
|
1503
|
+
"type": "error"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
"inputs": [],
|
|
1507
|
+
"name": "INVALID_TXDATA_CHAIN_ID",
|
|
1508
|
+
"type": "error"
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
"inputs": [],
|
|
1512
|
+
"name": "INVALID_TXDATA_NO_DESTINATIONCALL_ALLOWED",
|
|
1513
|
+
"type": "error"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"inputs": [],
|
|
1517
|
+
"name": "INVALID_TXDATA_RECEIVER",
|
|
1518
|
+
"type": "error"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
"inputs": [],
|
|
1522
|
+
"name": "INVALID_TXDATA_TOKEN",
|
|
1523
|
+
"type": "error"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"inputs": [],
|
|
1527
|
+
"name": "INVALID_UPDATE_FINAL_TOKEN",
|
|
1528
|
+
"type": "error"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"inputs": [],
|
|
1532
|
+
"name": "INVALID_WEIGHTS",
|
|
1533
|
+
"type": "error"
|
|
1534
|
+
},
|
|
921
1535
|
{
|
|
922
1536
|
"inputs": [],
|
|
923
1537
|
"name": "IXERC20_NotHighEnoughLimits",
|
|
@@ -965,6 +1579,22 @@
|
|
|
965
1579
|
"name": "InsufficientLpAmount",
|
|
966
1580
|
"type": "error"
|
|
967
1581
|
},
|
|
1582
|
+
{
|
|
1583
|
+
"inputs": [
|
|
1584
|
+
{
|
|
1585
|
+
"internalType": "address",
|
|
1586
|
+
"name": "account",
|
|
1587
|
+
"type": "address"
|
|
1588
|
+
},
|
|
1589
|
+
{
|
|
1590
|
+
"internalType": "uint256",
|
|
1591
|
+
"name": "currentNonce",
|
|
1592
|
+
"type": "uint256"
|
|
1593
|
+
}
|
|
1594
|
+
],
|
|
1595
|
+
"name": "InvalidAccountNonce",
|
|
1596
|
+
"type": "error"
|
|
1597
|
+
},
|
|
968
1598
|
{
|
|
969
1599
|
"inputs": [],
|
|
970
1600
|
"name": "InvalidAmountToDeposit",
|
|
@@ -986,16 +1616,31 @@
|
|
|
986
1616
|
"name": "InvalidDelay",
|
|
987
1617
|
"type": "error"
|
|
988
1618
|
},
|
|
1619
|
+
{
|
|
1620
|
+
"inputs": [],
|
|
1621
|
+
"name": "InvalidDelegate",
|
|
1622
|
+
"type": "error"
|
|
1623
|
+
},
|
|
989
1624
|
{
|
|
990
1625
|
"inputs": [],
|
|
991
1626
|
"name": "InvalidDepositAmount",
|
|
992
1627
|
"type": "error"
|
|
993
1628
|
},
|
|
1629
|
+
{
|
|
1630
|
+
"inputs": [],
|
|
1631
|
+
"name": "InvalidEndpointCall",
|
|
1632
|
+
"type": "error"
|
|
1633
|
+
},
|
|
994
1634
|
{
|
|
995
1635
|
"inputs": [],
|
|
996
1636
|
"name": "InvalidFarm",
|
|
997
1637
|
"type": "error"
|
|
998
1638
|
},
|
|
1639
|
+
{
|
|
1640
|
+
"inputs": [],
|
|
1641
|
+
"name": "InvalidInitialization",
|
|
1642
|
+
"type": "error"
|
|
1643
|
+
},
|
|
999
1644
|
{
|
|
1000
1645
|
"inputs": [],
|
|
1001
1646
|
"name": "InvalidInput",
|
|
@@ -1006,6 +1651,11 @@
|
|
|
1006
1651
|
"name": "InvalidLength",
|
|
1007
1652
|
"type": "error"
|
|
1008
1653
|
},
|
|
1654
|
+
{
|
|
1655
|
+
"inputs": [],
|
|
1656
|
+
"name": "InvalidLocalDecimals",
|
|
1657
|
+
"type": "error"
|
|
1658
|
+
},
|
|
1009
1659
|
{
|
|
1010
1660
|
"inputs": [],
|
|
1011
1661
|
"name": "InvalidMerkleProof",
|
|
@@ -1075,6 +1725,11 @@
|
|
|
1075
1725
|
"name": "InvalidRoundId",
|
|
1076
1726
|
"type": "error"
|
|
1077
1727
|
},
|
|
1728
|
+
{
|
|
1729
|
+
"inputs": [],
|
|
1730
|
+
"name": "InvalidShortString",
|
|
1731
|
+
"type": "error"
|
|
1732
|
+
},
|
|
1078
1733
|
{
|
|
1079
1734
|
"inputs": [],
|
|
1080
1735
|
"name": "InvalidState",
|
|
@@ -1153,6 +1808,16 @@
|
|
|
1153
1808
|
"name": "KarakVaultAssetLimitExceeded",
|
|
1154
1809
|
"type": "error"
|
|
1155
1810
|
},
|
|
1811
|
+
{
|
|
1812
|
+
"inputs": [],
|
|
1813
|
+
"name": "LENGTH_MISMATCH",
|
|
1814
|
+
"type": "error"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"inputs": [],
|
|
1818
|
+
"name": "LOCKED",
|
|
1819
|
+
"type": "error"
|
|
1820
|
+
},
|
|
1156
1821
|
{
|
|
1157
1822
|
"inputs": [],
|
|
1158
1823
|
"name": "LimitOverflow",
|
|
@@ -1179,6 +1844,11 @@
|
|
|
1179
1844
|
"name": "LombardStakeLimitExceed",
|
|
1180
1845
|
"type": "error"
|
|
1181
1846
|
},
|
|
1847
|
+
{
|
|
1848
|
+
"inputs": [],
|
|
1849
|
+
"name": "LzTokenUnavailable",
|
|
1850
|
+
"type": "error"
|
|
1851
|
+
},
|
|
1182
1852
|
{
|
|
1183
1853
|
"inputs": [
|
|
1184
1854
|
{
|
|
@@ -1190,6 +1860,11 @@
|
|
|
1190
1860
|
"name": "MFNotPendleMarket",
|
|
1191
1861
|
"type": "error"
|
|
1192
1862
|
},
|
|
1863
|
+
{
|
|
1864
|
+
"inputs": [],
|
|
1865
|
+
"name": "MSG_VALUE_NOT_ZERO",
|
|
1866
|
+
"type": "error"
|
|
1867
|
+
},
|
|
1193
1868
|
{
|
|
1194
1869
|
"inputs": [
|
|
1195
1870
|
{
|
|
@@ -1475,6 +2150,28 @@
|
|
|
1475
2150
|
"name": "MinimumStakeAmountNotReached",
|
|
1476
2151
|
"type": "error"
|
|
1477
2152
|
},
|
|
2153
|
+
{
|
|
2154
|
+
"inputs": [
|
|
2155
|
+
{
|
|
2156
|
+
"internalType": "uint256",
|
|
2157
|
+
"name": "errorCode",
|
|
2158
|
+
"type": "uint256"
|
|
2159
|
+
}
|
|
2160
|
+
],
|
|
2161
|
+
"name": "MoonwellMintError",
|
|
2162
|
+
"type": "error"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"inputs": [
|
|
2166
|
+
{
|
|
2167
|
+
"internalType": "uint256",
|
|
2168
|
+
"name": "errorCode",
|
|
2169
|
+
"type": "uint256"
|
|
2170
|
+
}
|
|
2171
|
+
],
|
|
2172
|
+
"name": "MoonwellRedeemError",
|
|
2173
|
+
"type": "error"
|
|
2174
|
+
},
|
|
1478
2175
|
{
|
|
1479
2176
|
"inputs": [
|
|
1480
2177
|
{
|
|
@@ -1502,6 +2199,162 @@
|
|
|
1502
2199
|
"name": "MsgNotFromSendEndpoint",
|
|
1503
2200
|
"type": "error"
|
|
1504
2201
|
},
|
|
2202
|
+
{
|
|
2203
|
+
"inputs": [],
|
|
2204
|
+
"name": "NEGATIVE_SLIPPAGE",
|
|
2205
|
+
"type": "error"
|
|
2206
|
+
},
|
|
2207
|
+
{
|
|
2208
|
+
"inputs": [],
|
|
2209
|
+
"name": "NOT_ALLOWED_BROADCASTER",
|
|
2210
|
+
"type": "error"
|
|
2211
|
+
},
|
|
2212
|
+
{
|
|
2213
|
+
"inputs": [],
|
|
2214
|
+
"name": "NOT_AMB_IMPLEMENTATION",
|
|
2215
|
+
"type": "error"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"inputs": [],
|
|
2219
|
+
"name": "NOT_BLACKLISTED_ROUTE_ID",
|
|
2220
|
+
"type": "error"
|
|
2221
|
+
},
|
|
2222
|
+
{
|
|
2223
|
+
"inputs": [],
|
|
2224
|
+
"name": "NOT_BLACKLISTED_SELECTOR",
|
|
2225
|
+
"type": "error"
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"inputs": [],
|
|
2229
|
+
"name": "NOT_BROADCAST_AMB_IMPLEMENTATION",
|
|
2230
|
+
"type": "error"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"inputs": [],
|
|
2234
|
+
"name": "NOT_BROADCAST_REGISTRY",
|
|
2235
|
+
"type": "error"
|
|
2236
|
+
},
|
|
2237
|
+
{
|
|
2238
|
+
"inputs": [],
|
|
2239
|
+
"name": "NOT_CORE_STATE_REGISTRY",
|
|
2240
|
+
"type": "error"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"inputs": [],
|
|
2244
|
+
"name": "NOT_EMERGENCY_ADMIN",
|
|
2245
|
+
"type": "error"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"inputs": [],
|
|
2249
|
+
"name": "NOT_EMERGENCY_QUEUE",
|
|
2250
|
+
"type": "error"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
"inputs": [],
|
|
2254
|
+
"name": "NOT_IMPLEMENTED",
|
|
2255
|
+
"type": "error"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"inputs": [],
|
|
2259
|
+
"name": "NOT_MINTER",
|
|
2260
|
+
"type": "error"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"inputs": [],
|
|
2264
|
+
"name": "NOT_MINTER_STATE_REGISTRY_ROLE",
|
|
2265
|
+
"type": "error"
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"inputs": [],
|
|
2269
|
+
"name": "NOT_PAYMASTER",
|
|
2270
|
+
"type": "error"
|
|
2271
|
+
},
|
|
2272
|
+
{
|
|
2273
|
+
"inputs": [],
|
|
2274
|
+
"name": "NOT_PAYMENT_ADMIN",
|
|
2275
|
+
"type": "error"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"inputs": [],
|
|
2279
|
+
"name": "NOT_PENDING_MANAGEMENT",
|
|
2280
|
+
"type": "error"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"inputs": [
|
|
2284
|
+
{
|
|
2285
|
+
"internalType": "bytes32",
|
|
2286
|
+
"name": "role",
|
|
2287
|
+
"type": "bytes32"
|
|
2288
|
+
}
|
|
2289
|
+
],
|
|
2290
|
+
"name": "NOT_PRIVILEGED_CALLER",
|
|
2291
|
+
"type": "error"
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"inputs": [],
|
|
2295
|
+
"name": "NOT_PROTOCOL_ADMIN",
|
|
2296
|
+
"type": "error"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"inputs": [],
|
|
2300
|
+
"name": "NOT_STATE_REGISTRY",
|
|
2301
|
+
"type": "error"
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"inputs": [],
|
|
2305
|
+
"name": "NOT_SUPERFORM",
|
|
2306
|
+
"type": "error"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"inputs": [],
|
|
2310
|
+
"name": "NOT_SUPERFORM_FACTORY",
|
|
2311
|
+
"type": "error"
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"inputs": [],
|
|
2315
|
+
"name": "NOT_SUPERFORM_ROUTER",
|
|
2316
|
+
"type": "error"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"inputs": [],
|
|
2320
|
+
"name": "NOT_SUPER_REGISTRY",
|
|
2321
|
+
"type": "error"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"inputs": [],
|
|
2325
|
+
"name": "NOT_SUPER_VAULTS_STRATEGIST",
|
|
2326
|
+
"type": "error"
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"inputs": [],
|
|
2330
|
+
"name": "NOT_TIMELOCK_STATE_REGISTRY",
|
|
2331
|
+
"type": "error"
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"inputs": [],
|
|
2335
|
+
"name": "NOT_TIMELOCK_SUPERFORM",
|
|
2336
|
+
"type": "error"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"inputs": [],
|
|
2340
|
+
"name": "NOT_VALID_DISPUTER",
|
|
2341
|
+
"type": "error"
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"inputs": [],
|
|
2345
|
+
"name": "NOT_VAULT_MANAGER",
|
|
2346
|
+
"type": "error"
|
|
2347
|
+
},
|
|
2348
|
+
{
|
|
2349
|
+
"inputs": [],
|
|
2350
|
+
"name": "NO_TXDATA_PRESENT",
|
|
2351
|
+
"type": "error"
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"inputs": [],
|
|
2355
|
+
"name": "NO_VALID_KYC_TOKEN",
|
|
2356
|
+
"type": "error"
|
|
2357
|
+
},
|
|
1505
2358
|
{
|
|
1506
2359
|
"inputs": [],
|
|
1507
2360
|
"name": "NoActiveDiscount",
|
|
@@ -1512,6 +2365,17 @@
|
|
|
1512
2365
|
"name": "NoDiscount",
|
|
1513
2366
|
"type": "error"
|
|
1514
2367
|
},
|
|
2368
|
+
{
|
|
2369
|
+
"inputs": [
|
|
2370
|
+
{
|
|
2371
|
+
"internalType": "uint32",
|
|
2372
|
+
"name": "eid",
|
|
2373
|
+
"type": "uint32"
|
|
2374
|
+
}
|
|
2375
|
+
],
|
|
2376
|
+
"name": "NoPeer",
|
|
2377
|
+
"type": "error"
|
|
2378
|
+
},
|
|
1515
2379
|
{
|
|
1516
2380
|
"inputs": [],
|
|
1517
2381
|
"name": "NonZeroValue",
|
|
@@ -1532,6 +2396,17 @@
|
|
|
1532
2396
|
"name": "NotEnoughLiquidity",
|
|
1533
2397
|
"type": "error"
|
|
1534
2398
|
},
|
|
2399
|
+
{
|
|
2400
|
+
"inputs": [
|
|
2401
|
+
{
|
|
2402
|
+
"internalType": "uint256",
|
|
2403
|
+
"name": "msgValue",
|
|
2404
|
+
"type": "uint256"
|
|
2405
|
+
}
|
|
2406
|
+
],
|
|
2407
|
+
"name": "NotEnoughNative",
|
|
2408
|
+
"type": "error"
|
|
2409
|
+
},
|
|
1535
2410
|
{
|
|
1536
2411
|
"inputs": [
|
|
1537
2412
|
{
|
|
@@ -1548,6 +2423,11 @@
|
|
|
1548
2423
|
"name": "NotFromTrustedRemote",
|
|
1549
2424
|
"type": "error"
|
|
1550
2425
|
},
|
|
2426
|
+
{
|
|
2427
|
+
"inputs": [],
|
|
2428
|
+
"name": "NotInitializing",
|
|
2429
|
+
"type": "error"
|
|
2430
|
+
},
|
|
1551
2431
|
{
|
|
1552
2432
|
"inputs": [],
|
|
1553
2433
|
"name": "NotOwner",
|
|
@@ -1573,6 +2453,22 @@
|
|
|
1573
2453
|
"name": "OnlyManager",
|
|
1574
2454
|
"type": "error"
|
|
1575
2455
|
},
|
|
2456
|
+
{
|
|
2457
|
+
"inputs": [
|
|
2458
|
+
{
|
|
2459
|
+
"internalType": "uint32",
|
|
2460
|
+
"name": "eid",
|
|
2461
|
+
"type": "uint32"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"internalType": "bytes32",
|
|
2465
|
+
"name": "sender",
|
|
2466
|
+
"type": "bytes32"
|
|
2467
|
+
}
|
|
2468
|
+
],
|
|
2469
|
+
"name": "OnlyPeer",
|
|
2470
|
+
"type": "error"
|
|
2471
|
+
},
|
|
1576
2472
|
{
|
|
1577
2473
|
"inputs": [],
|
|
1578
2474
|
"name": "OnlyPnlFeed",
|
|
@@ -1677,6 +2573,53 @@
|
|
|
1677
2573
|
"name": "OwnableInvalidOwner",
|
|
1678
2574
|
"type": "error"
|
|
1679
2575
|
},
|
|
2576
|
+
{
|
|
2577
|
+
"inputs": [
|
|
2578
|
+
{
|
|
2579
|
+
"internalType": "address",
|
|
2580
|
+
"name": "account",
|
|
2581
|
+
"type": "address"
|
|
2582
|
+
}
|
|
2583
|
+
],
|
|
2584
|
+
"name": "OwnableUnauthorizedAccount",
|
|
2585
|
+
"type": "error"
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"inputs": [],
|
|
2589
|
+
"name": "PAUSED",
|
|
2590
|
+
"type": "error"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"inputs": [],
|
|
2594
|
+
"name": "PAYLOAD_ALREADY_PROCESSED",
|
|
2595
|
+
"type": "error"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"inputs": [],
|
|
2599
|
+
"name": "PAYLOAD_ALREADY_UPDATED",
|
|
2600
|
+
"type": "error"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"inputs": [],
|
|
2604
|
+
"name": "PAYLOAD_NOT_UPDATED",
|
|
2605
|
+
"type": "error"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"inputs": [
|
|
2609
|
+
{
|
|
2610
|
+
"internalType": "address",
|
|
2611
|
+
"name": "rewardToken",
|
|
2612
|
+
"type": "address"
|
|
2613
|
+
},
|
|
2614
|
+
{
|
|
2615
|
+
"internalType": "uint256",
|
|
2616
|
+
"name": "amount",
|
|
2617
|
+
"type": "uint256"
|
|
2618
|
+
}
|
|
2619
|
+
],
|
|
2620
|
+
"name": "PendingRewardNonZero",
|
|
2621
|
+
"type": "error"
|
|
2622
|
+
},
|
|
1680
2623
|
{
|
|
1681
2624
|
"inputs": [],
|
|
1682
2625
|
"name": "PendingWithdrawal",
|
|
@@ -1702,6 +2645,86 @@
|
|
|
1702
2645
|
"name": "PriceZero",
|
|
1703
2646
|
"type": "error"
|
|
1704
2647
|
},
|
|
2648
|
+
{
|
|
2649
|
+
"inputs": [],
|
|
2650
|
+
"name": "REBALANCE_FROM_ID_NOT_FOUND_IN_FINAL_IDS",
|
|
2651
|
+
"type": "error"
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"inputs": [],
|
|
2655
|
+
"name": "REBALANCE_MULTI_POSITIONS_DIFFERENT_AMOUNTS",
|
|
2656
|
+
"type": "error"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"inputs": [],
|
|
2660
|
+
"name": "REBALANCE_MULTI_POSITIONS_DIFFERENT_CHAIN",
|
|
2661
|
+
"type": "error"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"inputs": [],
|
|
2665
|
+
"name": "REBALANCE_MULTI_POSITIONS_DIFFERENT_TOKEN",
|
|
2666
|
+
"type": "error"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"inputs": [],
|
|
2670
|
+
"name": "REBALANCE_MULTI_POSITIONS_UNEXPECTED_RECEIVER_ADDRESS",
|
|
2671
|
+
"type": "error"
|
|
2672
|
+
},
|
|
2673
|
+
{
|
|
2674
|
+
"inputs": [],
|
|
2675
|
+
"name": "REBALANCE_SINGLE_POSITIONS_DIFFERENT_AMOUNT",
|
|
2676
|
+
"type": "error"
|
|
2677
|
+
},
|
|
2678
|
+
{
|
|
2679
|
+
"inputs": [],
|
|
2680
|
+
"name": "REBALANCE_SINGLE_POSITIONS_DIFFERENT_CHAIN",
|
|
2681
|
+
"type": "error"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"inputs": [],
|
|
2685
|
+
"name": "REBALANCE_SINGLE_POSITIONS_DIFFERENT_TOKEN",
|
|
2686
|
+
"type": "error"
|
|
2687
|
+
},
|
|
2688
|
+
{
|
|
2689
|
+
"inputs": [],
|
|
2690
|
+
"name": "REBALANCE_SINGLE_POSITIONS_UNEXPECTED_RECEIVER_ADDRESS",
|
|
2691
|
+
"type": "error"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"inputs": [],
|
|
2695
|
+
"name": "REBALANCE_XCHAIN_INVALID_RECEIVER_ADDRESS",
|
|
2696
|
+
"type": "error"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"inputs": [],
|
|
2700
|
+
"name": "RECEIVER_ADDRESS_NOT_SET",
|
|
2701
|
+
"type": "error"
|
|
2702
|
+
},
|
|
2703
|
+
{
|
|
2704
|
+
"inputs": [],
|
|
2705
|
+
"name": "REFUND_CHAIN_ID_NOT_SET",
|
|
2706
|
+
"type": "error"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
"inputs": [],
|
|
2710
|
+
"name": "RELAYER_NOT_SET",
|
|
2711
|
+
"type": "error"
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
"inputs": [],
|
|
2715
|
+
"name": "RESCUE_ALREADY_PROPOSED",
|
|
2716
|
+
"type": "error"
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"inputs": [],
|
|
2720
|
+
"name": "RESCUE_LOCKED",
|
|
2721
|
+
"type": "error"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"inputs": [],
|
|
2725
|
+
"name": "ROLE_NOT_ASSIGNED",
|
|
2726
|
+
"type": "error"
|
|
2727
|
+
},
|
|
1705
2728
|
{
|
|
1706
2729
|
"inputs": [],
|
|
1707
2730
|
"name": "RangeNotFound",
|
|
@@ -1999,6 +3022,47 @@
|
|
|
1999
3022
|
"name": "SAInsufficientTokenIn",
|
|
2000
3023
|
"type": "error"
|
|
2001
3024
|
},
|
|
3025
|
+
{
|
|
3026
|
+
"inputs": [],
|
|
3027
|
+
"name": "SLIPPAGE_OUT_OF_BOUNDS",
|
|
3028
|
+
"type": "error"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"inputs": [],
|
|
3032
|
+
"name": "SRC_SENDER_MISMATCH",
|
|
3033
|
+
"type": "error"
|
|
3034
|
+
},
|
|
3035
|
+
{
|
|
3036
|
+
"inputs": [],
|
|
3037
|
+
"name": "SRC_TX_TYPE_MISMATCH",
|
|
3038
|
+
"type": "error"
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"inputs": [
|
|
3042
|
+
{
|
|
3043
|
+
"internalType": "uint256",
|
|
3044
|
+
"name": "superformId",
|
|
3045
|
+
"type": "uint256"
|
|
3046
|
+
}
|
|
3047
|
+
],
|
|
3048
|
+
"name": "SUPERFORM_DOES_NOT_EXIST",
|
|
3049
|
+
"type": "error"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"inputs": [],
|
|
3053
|
+
"name": "SUPERFORM_DOES_NOT_SUPPORT_ASSET",
|
|
3054
|
+
"type": "error"
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"inputs": [],
|
|
3058
|
+
"name": "SUPERFORM_ID_NONEXISTENT",
|
|
3059
|
+
"type": "error"
|
|
3060
|
+
},
|
|
3061
|
+
{
|
|
3062
|
+
"inputs": [],
|
|
3063
|
+
"name": "SUPERFORM_NOT_WHITELISTED",
|
|
3064
|
+
"type": "error"
|
|
3065
|
+
},
|
|
2002
3066
|
{
|
|
2003
3067
|
"inputs": [
|
|
2004
3068
|
{
|
|
@@ -2238,6 +3302,22 @@
|
|
|
2238
3302
|
"name": "SimulationResults",
|
|
2239
3303
|
"type": "error"
|
|
2240
3304
|
},
|
|
3305
|
+
{
|
|
3306
|
+
"inputs": [
|
|
3307
|
+
{
|
|
3308
|
+
"internalType": "uint256",
|
|
3309
|
+
"name": "amountLD",
|
|
3310
|
+
"type": "uint256"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"internalType": "uint256",
|
|
3314
|
+
"name": "minAmountLD",
|
|
3315
|
+
"type": "uint256"
|
|
3316
|
+
}
|
|
3317
|
+
],
|
|
3318
|
+
"name": "SlippageExceeded",
|
|
3319
|
+
"type": "error"
|
|
3320
|
+
},
|
|
2241
3321
|
{
|
|
2242
3322
|
"inputs": [
|
|
2243
3323
|
{
|
|
@@ -2275,6 +3355,33 @@
|
|
|
2275
3355
|
"name": "StakeNotFound",
|
|
2276
3356
|
"type": "error"
|
|
2277
3357
|
},
|
|
3358
|
+
{
|
|
3359
|
+
"inputs": [
|
|
3360
|
+
{
|
|
3361
|
+
"internalType": "string",
|
|
3362
|
+
"name": "str",
|
|
3363
|
+
"type": "string"
|
|
3364
|
+
}
|
|
3365
|
+
],
|
|
3366
|
+
"name": "StringTooLong",
|
|
3367
|
+
"type": "error"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"inputs": [
|
|
3371
|
+
{
|
|
3372
|
+
"internalType": "uint256",
|
|
3373
|
+
"name": "value",
|
|
3374
|
+
"type": "uint256"
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"internalType": "uint256",
|
|
3378
|
+
"name": "length",
|
|
3379
|
+
"type": "uint256"
|
|
3380
|
+
}
|
|
3381
|
+
],
|
|
3382
|
+
"name": "StringsInsufficientHexLength",
|
|
3383
|
+
"type": "error"
|
|
3384
|
+
},
|
|
2278
3385
|
{
|
|
2279
3386
|
"inputs": [
|
|
2280
3387
|
{
|
|
@@ -2302,6 +3409,21 @@
|
|
|
2302
3409
|
"name": "TOKEN_NOT_ALLOWED",
|
|
2303
3410
|
"type": "error"
|
|
2304
3411
|
},
|
|
3412
|
+
{
|
|
3413
|
+
"inputs": [],
|
|
3414
|
+
"name": "TOLERANCE_EXCEEDED",
|
|
3415
|
+
"type": "error"
|
|
3416
|
+
},
|
|
3417
|
+
{
|
|
3418
|
+
"inputs": [],
|
|
3419
|
+
"name": "TRANSFER_TO_ADDRESS_ZERO",
|
|
3420
|
+
"type": "error"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"inputs": [],
|
|
3424
|
+
"name": "TX_HISTORY_NOT_FOUND",
|
|
3425
|
+
"type": "error"
|
|
3426
|
+
},
|
|
2305
3427
|
{
|
|
2306
3428
|
"inputs": [],
|
|
2307
3429
|
"name": "TellerWithMultiAssetSupport__AssetNotSupported",
|
|
@@ -2328,6 +3450,22 @@
|
|
|
2328
3450
|
"name": "TwapDurationTooLarge",
|
|
2329
3451
|
"type": "error"
|
|
2330
3452
|
},
|
|
3453
|
+
{
|
|
3454
|
+
"inputs": [],
|
|
3455
|
+
"name": "UUPSUnauthorizedCallContext",
|
|
3456
|
+
"type": "error"
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"inputs": [
|
|
3460
|
+
{
|
|
3461
|
+
"internalType": "bytes32",
|
|
3462
|
+
"name": "slot",
|
|
3463
|
+
"type": "bytes32"
|
|
3464
|
+
}
|
|
3465
|
+
],
|
|
3466
|
+
"name": "UUPSUnsupportedProxiableUUID",
|
|
3467
|
+
"type": "error"
|
|
3468
|
+
},
|
|
2331
3469
|
{
|
|
2332
3470
|
"inputs": [
|
|
2333
3471
|
{
|
|
@@ -2370,6 +3508,16 @@
|
|
|
2370
3508
|
"name": "UnsupportedSelector",
|
|
2371
3509
|
"type": "error"
|
|
2372
3510
|
},
|
|
3511
|
+
{
|
|
3512
|
+
"inputs": [],
|
|
3513
|
+
"name": "VAULT_FORM_IMPLEMENTATION_COMBINATION_EXISTS",
|
|
3514
|
+
"type": "error"
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"inputs": [],
|
|
3518
|
+
"name": "VAULT_IMPLEMENTATION_FAILED",
|
|
3519
|
+
"type": "error"
|
|
3520
|
+
},
|
|
2373
3521
|
{
|
|
2374
3522
|
"inputs": [
|
|
2375
3523
|
{
|
|
@@ -2525,6 +3673,21 @@
|
|
|
2525
3673
|
"name": "VenusError",
|
|
2526
3674
|
"type": "error"
|
|
2527
3675
|
},
|
|
3676
|
+
{
|
|
3677
|
+
"inputs": [],
|
|
3678
|
+
"name": "WITHDRAW_TOKEN_NOT_UPDATED",
|
|
3679
|
+
"type": "error"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"inputs": [],
|
|
3683
|
+
"name": "WITHDRAW_TX_DATA_NOT_UPDATED",
|
|
3684
|
+
"type": "error"
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"inputs": [],
|
|
3688
|
+
"name": "WITHDRAW_ZERO_COLLATERAL",
|
|
3689
|
+
"type": "error"
|
|
3690
|
+
},
|
|
2528
3691
|
{
|
|
2529
3692
|
"inputs": [],
|
|
2530
3693
|
"name": "WOMBAT_COV_RATIO_LIMIT_EXCEEDED",
|
|
@@ -2540,6 +3703,11 @@
|
|
|
2540
3703
|
"name": "WrongValues",
|
|
2541
3704
|
"type": "error"
|
|
2542
3705
|
},
|
|
3706
|
+
{
|
|
3707
|
+
"inputs": [],
|
|
3708
|
+
"name": "XCHAIN_WITHDRAW_INVALID_LIQ_REQUEST",
|
|
3709
|
+
"type": "error"
|
|
3710
|
+
},
|
|
2543
3711
|
{
|
|
2544
3712
|
"inputs": [],
|
|
2545
3713
|
"name": "YCExpired",
|
|
@@ -2633,14 +3801,54 @@
|
|
|
2633
3801
|
"name": "YieldContractInsufficientSy",
|
|
2634
3802
|
"type": "error"
|
|
2635
3803
|
},
|
|
3804
|
+
{
|
|
3805
|
+
"inputs": [],
|
|
3806
|
+
"name": "ZERO_ADDRESS",
|
|
3807
|
+
"type": "error"
|
|
3808
|
+
},
|
|
3809
|
+
{
|
|
3810
|
+
"inputs": [],
|
|
3811
|
+
"name": "ZERO_AMB_ID_LENGTH",
|
|
3812
|
+
"type": "error"
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"inputs": [],
|
|
3816
|
+
"name": "ZERO_AMOUNT",
|
|
3817
|
+
"type": "error"
|
|
3818
|
+
},
|
|
3819
|
+
{
|
|
3820
|
+
"inputs": [],
|
|
3821
|
+
"name": "ZERO_FINAL_TOKEN",
|
|
3822
|
+
"type": "error"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"inputs": [],
|
|
3826
|
+
"name": "ZERO_ID",
|
|
3827
|
+
"type": "error"
|
|
3828
|
+
},
|
|
3829
|
+
{
|
|
3830
|
+
"inputs": [],
|
|
3831
|
+
"name": "ZERO_INPUT_VALUE",
|
|
3832
|
+
"type": "error"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"inputs": [],
|
|
3836
|
+
"name": "ZERO_PAYLOAD_HASH",
|
|
3837
|
+
"type": "error"
|
|
3838
|
+
},
|
|
3839
|
+
{
|
|
3840
|
+
"inputs": [],
|
|
3841
|
+
"name": "ZERO_SUPERFORMS",
|
|
3842
|
+
"type": "error"
|
|
3843
|
+
},
|
|
2636
3844
|
{
|
|
2637
3845
|
"inputs": [],
|
|
2638
3846
|
"name": "ZeroAddress",
|
|
2639
3847
|
"type": "error"
|
|
2640
3848
|
}
|
|
2641
3849
|
],
|
|
2642
|
-
"bytecode": "
|
|
2643
|
-
"deployedBytecode": "
|
|
3850
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018add7b86cb2141d742b8850f678a88cf87d1d0a4f4eba86dade75d5ea59227064736f6c63430008170033",
|
|
3851
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122018add7b86cb2141d742b8850f678a88cf87d1d0a4f4eba86dade75d5ea59227064736f6c63430008170033",
|
|
2644
3852
|
"linkReferences": {},
|
|
2645
3853
|
"deployedLinkReferences": {}
|
|
2646
3854
|
}
|