bfun-configs 0.0.2 → 0.0.4

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xc1885ba1fEB3432C1721436EDaba861830Fd84D4)
2
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xCCEcCAC9df42d9D10A82c8e2dD97cAdA713808bB)
3
3
  */
4
4
  export declare const bFunFactoryABI: readonly [{
5
5
  readonly stateMutability: "nonpayable";
@@ -48,17 +48,17 @@ export declare const bFunFactoryABI: readonly [{
48
48
  readonly name: "FailedCall";
49
49
  }];
50
50
  /**
51
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xc1885ba1fEB3432C1721436EDaba861830Fd84D4)
51
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xCCEcCAC9df42d9D10A82c8e2dD97cAdA713808bB)
52
52
  */
53
53
  export declare const bFunFactoryAddress: {
54
- readonly 97: "0xc1885ba1fEB3432C1721436EDaba861830Fd84D4";
54
+ readonly 97: "0xCCEcCAC9df42d9D10A82c8e2dD97cAdA713808bB";
55
55
  };
56
56
  /**
57
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xc1885ba1fEB3432C1721436EDaba861830Fd84D4)
57
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xCCEcCAC9df42d9D10A82c8e2dD97cAdA713808bB)
58
58
  */
59
59
  export declare const bFunFactoryConfig: {
60
60
  readonly address: {
61
- readonly 97: "0xc1885ba1fEB3432C1721436EDaba861830Fd84D4";
61
+ readonly 97: "0xCCEcCAC9df42d9D10A82c8e2dD97cAdA713808bB";
62
62
  };
63
63
  readonly abi: readonly [{
64
64
  readonly stateMutability: "nonpayable";
@@ -108,7 +108,7 @@ export declare const bFunFactoryConfig: {
108
108
  }];
109
109
  };
110
110
  /**
111
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xa5Ea1D166c396CB1eE7CE0eA99F5e9F7807f2b06)
111
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x5DdDd8866E776f3411FFddA9B1271e5baBB6487A)
112
112
  */
113
113
  export declare const bFunFactoryImplABI: readonly [{
114
114
  readonly stateMutability: "nonpayable";
@@ -338,6 +338,14 @@ export declare const bFunFactoryImplABI: readonly [{
338
338
  readonly name: "payoutRecipient";
339
339
  readonly internalType: "address";
340
340
  readonly type: "address";
341
+ }, {
342
+ readonly name: "marketVaultFactory";
343
+ readonly internalType: "address";
344
+ readonly type: "address";
345
+ }, {
346
+ readonly name: "marketVaultData";
347
+ readonly internalType: "bytes";
348
+ readonly type: "bytes";
341
349
  }, {
342
350
  readonly name: "collateralToken";
343
351
  readonly internalType: "address";
@@ -374,10 +382,6 @@ export declare const bFunFactoryImplABI: readonly [{
374
382
  readonly name: "antiFarmerDuration";
375
383
  readonly internalType: "uint64";
376
384
  readonly type: "uint64";
377
- }, {
378
- readonly name: "processorFeeRate";
379
- readonly internalType: "uint16";
380
- readonly type: "uint16";
381
385
  }, {
382
386
  readonly name: "processorMarketBps";
383
387
  readonly internalType: "uint16";
@@ -441,6 +445,14 @@ export declare const bFunFactoryImplABI: readonly [{
441
445
  readonly name: "payoutRecipient";
442
446
  readonly internalType: "address";
443
447
  readonly type: "address";
448
+ }, {
449
+ readonly name: "marketVaultFactory";
450
+ readonly internalType: "address";
451
+ readonly type: "address";
452
+ }, {
453
+ readonly name: "marketVaultData";
454
+ readonly internalType: "bytes";
455
+ readonly type: "bytes";
444
456
  }, {
445
457
  readonly name: "collateralToken";
446
458
  readonly internalType: "address";
@@ -477,10 +489,6 @@ export declare const bFunFactoryImplABI: readonly [{
477
489
  readonly name: "antiFarmerDuration";
478
490
  readonly internalType: "uint64";
479
491
  readonly type: "uint64";
480
- }, {
481
- readonly name: "processorFeeRate";
482
- readonly internalType: "uint16";
483
- readonly type: "uint16";
484
492
  }, {
485
493
  readonly name: "processorMarketBps";
486
494
  readonly internalType: "uint16";
@@ -702,6 +710,20 @@ export declare const bFunFactoryImplABI: readonly [{
702
710
  readonly internalType: "bool";
703
711
  readonly type: "bool";
704
712
  }];
713
+ }, {
714
+ readonly stateMutability: "view";
715
+ readonly type: "function";
716
+ readonly inputs: readonly [{
717
+ readonly name: "";
718
+ readonly internalType: "address";
719
+ readonly type: "address";
720
+ }];
721
+ readonly name: "marketVaultFactoryEnabled";
722
+ readonly outputs: readonly [{
723
+ readonly name: "";
724
+ readonly internalType: "bool";
725
+ readonly type: "bool";
726
+ }];
705
727
  }, {
706
728
  readonly stateMutability: "nonpayable";
707
729
  readonly type: "function";
@@ -766,6 +788,26 @@ export declare const bFunFactoryImplABI: readonly [{
766
788
  readonly internalType: "uint8";
767
789
  readonly type: "uint8";
768
790
  }];
791
+ }, {
792
+ readonly stateMutability: "view";
793
+ readonly type: "function";
794
+ readonly inputs: readonly [];
795
+ readonly name: "processorFeeRateCurve";
796
+ readonly outputs: readonly [{
797
+ readonly name: "";
798
+ readonly internalType: "uint16";
799
+ readonly type: "uint16";
800
+ }];
801
+ }, {
802
+ readonly stateMutability: "view";
803
+ readonly type: "function";
804
+ readonly inputs: readonly [];
805
+ readonly name: "processorFeeRateDex";
806
+ readonly outputs: readonly [{
807
+ readonly name: "";
808
+ readonly internalType: "uint16";
809
+ readonly type: "uint16";
810
+ }];
769
811
  }, {
770
812
  readonly stateMutability: "view";
771
813
  readonly type: "function";
@@ -983,6 +1025,20 @@ export declare const bFunFactoryImplABI: readonly [{
983
1025
  }];
984
1026
  readonly name: "setIsSignatureEnabled";
985
1027
  readonly outputs: readonly [];
1028
+ }, {
1029
+ readonly stateMutability: "nonpayable";
1030
+ readonly type: "function";
1031
+ readonly inputs: readonly [{
1032
+ readonly name: "";
1033
+ readonly internalType: "address";
1034
+ readonly type: "address";
1035
+ }, {
1036
+ readonly name: "";
1037
+ readonly internalType: "bool";
1038
+ readonly type: "bool";
1039
+ }];
1040
+ readonly name: "setMarketVaultFactoryEnabled";
1041
+ readonly outputs: readonly [];
986
1042
  }, {
987
1043
  readonly stateMutability: "nonpayable";
988
1044
  readonly type: "function";
@@ -1013,6 +1069,20 @@ export declare const bFunFactoryImplABI: readonly [{
1013
1069
  }];
1014
1070
  readonly name: "setPreferredV3FeeProfile";
1015
1071
  readonly outputs: readonly [];
1072
+ }, {
1073
+ readonly stateMutability: "nonpayable";
1074
+ readonly type: "function";
1075
+ readonly inputs: readonly [{
1076
+ readonly name: "";
1077
+ readonly internalType: "uint16";
1078
+ readonly type: "uint16";
1079
+ }, {
1080
+ readonly name: "";
1081
+ readonly internalType: "uint16";
1082
+ readonly type: "uint16";
1083
+ }];
1084
+ readonly name: "setProcessorFeeRates";
1085
+ readonly outputs: readonly [];
1016
1086
  }, {
1017
1087
  readonly stateMutability: "nonpayable";
1018
1088
  readonly type: "function";
@@ -1292,17 +1362,17 @@ export declare const bFunFactoryImplABI: readonly [{
1292
1362
  readonly name: "UnsupportedSelector";
1293
1363
  }];
1294
1364
  /**
1295
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xa5Ea1D166c396CB1eE7CE0eA99F5e9F7807f2b06)
1365
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x5DdDd8866E776f3411FFddA9B1271e5baBB6487A)
1296
1366
  */
1297
1367
  export declare const bFunFactoryImplAddress: {
1298
- readonly 97: "0xa5Ea1D166c396CB1eE7CE0eA99F5e9F7807f2b06";
1368
+ readonly 97: "0x5DdDd8866E776f3411FFddA9B1271e5baBB6487A";
1299
1369
  };
1300
1370
  /**
1301
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xa5Ea1D166c396CB1eE7CE0eA99F5e9F7807f2b06)
1371
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x5DdDd8866E776f3411FFddA9B1271e5baBB6487A)
1302
1372
  */
1303
1373
  export declare const bFunFactoryImplConfig: {
1304
1374
  readonly address: {
1305
- readonly 97: "0xa5Ea1D166c396CB1eE7CE0eA99F5e9F7807f2b06";
1375
+ readonly 97: "0x5DdDd8866E776f3411FFddA9B1271e5baBB6487A";
1306
1376
  };
1307
1377
  readonly abi: readonly [{
1308
1378
  readonly stateMutability: "nonpayable";
@@ -1532,6 +1602,14 @@ export declare const bFunFactoryImplConfig: {
1532
1602
  readonly name: "payoutRecipient";
1533
1603
  readonly internalType: "address";
1534
1604
  readonly type: "address";
1605
+ }, {
1606
+ readonly name: "marketVaultFactory";
1607
+ readonly internalType: "address";
1608
+ readonly type: "address";
1609
+ }, {
1610
+ readonly name: "marketVaultData";
1611
+ readonly internalType: "bytes";
1612
+ readonly type: "bytes";
1535
1613
  }, {
1536
1614
  readonly name: "collateralToken";
1537
1615
  readonly internalType: "address";
@@ -1568,10 +1646,6 @@ export declare const bFunFactoryImplConfig: {
1568
1646
  readonly name: "antiFarmerDuration";
1569
1647
  readonly internalType: "uint64";
1570
1648
  readonly type: "uint64";
1571
- }, {
1572
- readonly name: "processorFeeRate";
1573
- readonly internalType: "uint16";
1574
- readonly type: "uint16";
1575
1649
  }, {
1576
1650
  readonly name: "processorMarketBps";
1577
1651
  readonly internalType: "uint16";
@@ -1635,6 +1709,14 @@ export declare const bFunFactoryImplConfig: {
1635
1709
  readonly name: "payoutRecipient";
1636
1710
  readonly internalType: "address";
1637
1711
  readonly type: "address";
1712
+ }, {
1713
+ readonly name: "marketVaultFactory";
1714
+ readonly internalType: "address";
1715
+ readonly type: "address";
1716
+ }, {
1717
+ readonly name: "marketVaultData";
1718
+ readonly internalType: "bytes";
1719
+ readonly type: "bytes";
1638
1720
  }, {
1639
1721
  readonly name: "collateralToken";
1640
1722
  readonly internalType: "address";
@@ -1671,10 +1753,6 @@ export declare const bFunFactoryImplConfig: {
1671
1753
  readonly name: "antiFarmerDuration";
1672
1754
  readonly internalType: "uint64";
1673
1755
  readonly type: "uint64";
1674
- }, {
1675
- readonly name: "processorFeeRate";
1676
- readonly internalType: "uint16";
1677
- readonly type: "uint16";
1678
1756
  }, {
1679
1757
  readonly name: "processorMarketBps";
1680
1758
  readonly internalType: "uint16";
@@ -1896,6 +1974,20 @@ export declare const bFunFactoryImplConfig: {
1896
1974
  readonly internalType: "bool";
1897
1975
  readonly type: "bool";
1898
1976
  }];
1977
+ }, {
1978
+ readonly stateMutability: "view";
1979
+ readonly type: "function";
1980
+ readonly inputs: readonly [{
1981
+ readonly name: "";
1982
+ readonly internalType: "address";
1983
+ readonly type: "address";
1984
+ }];
1985
+ readonly name: "marketVaultFactoryEnabled";
1986
+ readonly outputs: readonly [{
1987
+ readonly name: "";
1988
+ readonly internalType: "bool";
1989
+ readonly type: "bool";
1990
+ }];
1899
1991
  }, {
1900
1992
  readonly stateMutability: "nonpayable";
1901
1993
  readonly type: "function";
@@ -1960,6 +2052,26 @@ export declare const bFunFactoryImplConfig: {
1960
2052
  readonly internalType: "uint8";
1961
2053
  readonly type: "uint8";
1962
2054
  }];
2055
+ }, {
2056
+ readonly stateMutability: "view";
2057
+ readonly type: "function";
2058
+ readonly inputs: readonly [];
2059
+ readonly name: "processorFeeRateCurve";
2060
+ readonly outputs: readonly [{
2061
+ readonly name: "";
2062
+ readonly internalType: "uint16";
2063
+ readonly type: "uint16";
2064
+ }];
2065
+ }, {
2066
+ readonly stateMutability: "view";
2067
+ readonly type: "function";
2068
+ readonly inputs: readonly [];
2069
+ readonly name: "processorFeeRateDex";
2070
+ readonly outputs: readonly [{
2071
+ readonly name: "";
2072
+ readonly internalType: "uint16";
2073
+ readonly type: "uint16";
2074
+ }];
1963
2075
  }, {
1964
2076
  readonly stateMutability: "view";
1965
2077
  readonly type: "function";
@@ -2177,6 +2289,20 @@ export declare const bFunFactoryImplConfig: {
2177
2289
  }];
2178
2290
  readonly name: "setIsSignatureEnabled";
2179
2291
  readonly outputs: readonly [];
2292
+ }, {
2293
+ readonly stateMutability: "nonpayable";
2294
+ readonly type: "function";
2295
+ readonly inputs: readonly [{
2296
+ readonly name: "";
2297
+ readonly internalType: "address";
2298
+ readonly type: "address";
2299
+ }, {
2300
+ readonly name: "";
2301
+ readonly internalType: "bool";
2302
+ readonly type: "bool";
2303
+ }];
2304
+ readonly name: "setMarketVaultFactoryEnabled";
2305
+ readonly outputs: readonly [];
2180
2306
  }, {
2181
2307
  readonly stateMutability: "nonpayable";
2182
2308
  readonly type: "function";
@@ -2207,6 +2333,20 @@ export declare const bFunFactoryImplConfig: {
2207
2333
  }];
2208
2334
  readonly name: "setPreferredV3FeeProfile";
2209
2335
  readonly outputs: readonly [];
2336
+ }, {
2337
+ readonly stateMutability: "nonpayable";
2338
+ readonly type: "function";
2339
+ readonly inputs: readonly [{
2340
+ readonly name: "";
2341
+ readonly internalType: "uint16";
2342
+ readonly type: "uint16";
2343
+ }, {
2344
+ readonly name: "";
2345
+ readonly internalType: "uint16";
2346
+ readonly type: "uint16";
2347
+ }];
2348
+ readonly name: "setProcessorFeeRates";
2349
+ readonly outputs: readonly [];
2210
2350
  }, {
2211
2351
  readonly stateMutability: "nonpayable";
2212
2352
  readonly type: "function";
@@ -2487,7 +2627,7 @@ export declare const bFunFactoryImplConfig: {
2487
2627
  }];
2488
2628
  };
2489
2629
  /**
2490
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x88f4fEF1280cd2C8aae48E43fB45fEEc6FF92Ded)
2630
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x9412A2BeA863BBACBC7304751CF4Bb3170D3B8Cd)
2491
2631
  */
2492
2632
  export declare const bFunFactoryTradeHelperABI: readonly [{
2493
2633
  readonly stateMutability: "nonpayable";
@@ -2532,6 +2672,50 @@ export declare const bFunFactoryTradeHelperABI: readonly [{
2532
2672
  readonly internalType: "uint256";
2533
2673
  readonly type: "uint256";
2534
2674
  }];
2675
+ }, {
2676
+ readonly stateMutability: "payable";
2677
+ readonly type: "function";
2678
+ readonly inputs: readonly [{
2679
+ readonly name: "token";
2680
+ readonly internalType: "address";
2681
+ readonly type: "address";
2682
+ }, {
2683
+ readonly name: "funds";
2684
+ readonly internalType: "uint256";
2685
+ readonly type: "uint256";
2686
+ }, {
2687
+ readonly name: "minTokenOut";
2688
+ readonly internalType: "uint256";
2689
+ readonly type: "uint256";
2690
+ }];
2691
+ readonly name: "dexBuyWithEth";
2692
+ readonly outputs: readonly [{
2693
+ readonly name: "tokenOut";
2694
+ readonly internalType: "uint256";
2695
+ readonly type: "uint256";
2696
+ }];
2697
+ }, {
2698
+ readonly stateMutability: "nonpayable";
2699
+ readonly type: "function";
2700
+ readonly inputs: readonly [{
2701
+ readonly name: "token";
2702
+ readonly internalType: "address";
2703
+ readonly type: "address";
2704
+ }, {
2705
+ readonly name: "tokenAmountIn";
2706
+ readonly internalType: "uint256";
2707
+ readonly type: "uint256";
2708
+ }, {
2709
+ readonly name: "minEthOut";
2710
+ readonly internalType: "uint256";
2711
+ readonly type: "uint256";
2712
+ }];
2713
+ readonly name: "dexSellForEth";
2714
+ readonly outputs: readonly [{
2715
+ readonly name: "ethOut";
2716
+ readonly internalType: "uint256";
2717
+ readonly type: "uint256";
2718
+ }];
2535
2719
  }, {
2536
2720
  readonly stateMutability: "view";
2537
2721
  readonly type: "function";
@@ -2602,6 +2786,28 @@ export declare const bFunFactoryTradeHelperABI: readonly [{
2602
2786
  readonly internalType: "uint256";
2603
2787
  readonly type: "uint256";
2604
2788
  }];
2789
+ }, {
2790
+ readonly stateMutability: "view";
2791
+ readonly type: "function";
2792
+ readonly inputs: readonly [{
2793
+ readonly name: "tokenIn";
2794
+ readonly internalType: "address";
2795
+ readonly type: "address";
2796
+ }, {
2797
+ readonly name: "tokenOut";
2798
+ readonly internalType: "address";
2799
+ readonly type: "address";
2800
+ }, {
2801
+ readonly name: "amountIn";
2802
+ readonly internalType: "uint256";
2803
+ readonly type: "uint256";
2804
+ }];
2805
+ readonly name: "quoteDexExactInput";
2806
+ readonly outputs: readonly [{
2807
+ readonly name: "amountOutReceivedExpected";
2808
+ readonly internalType: "uint256";
2809
+ readonly type: "uint256";
2810
+ }];
2605
2811
  }, {
2606
2812
  readonly stateMutability: "nonpayable";
2607
2813
  readonly type: "function";
@@ -2829,6 +3035,10 @@ export declare const bFunFactoryTradeHelperABI: readonly [{
2829
3035
  readonly type: "address";
2830
3036
  }];
2831
3037
  readonly name: "AddressEmptyCode";
3038
+ }, {
3039
+ readonly type: "error";
3040
+ readonly inputs: readonly [];
3041
+ readonly name: "DexSlippageCheckFailed";
2832
3042
  }, {
2833
3043
  readonly type: "error";
2834
3044
  readonly inputs: readonly [{
@@ -2865,6 +3075,14 @@ export declare const bFunFactoryTradeHelperABI: readonly [{
2865
3075
  readonly type: "error";
2866
3076
  readonly inputs: readonly [];
2867
3077
  readonly name: "InvalidInitialization";
3078
+ }, {
3079
+ readonly type: "error";
3080
+ readonly inputs: readonly [];
3081
+ readonly name: "InvalidQuotePair";
3082
+ }, {
3083
+ readonly type: "error";
3084
+ readonly inputs: readonly [];
3085
+ readonly name: "NotDexStage";
2868
3086
  }, {
2869
3087
  readonly type: "error";
2870
3088
  readonly inputs: readonly [];
@@ -2909,19 +3127,23 @@ export declare const bFunFactoryTradeHelperABI: readonly [{
2909
3127
  readonly type: "bytes32";
2910
3128
  }];
2911
3129
  readonly name: "UUPSUnsupportedProxiableUUID";
3130
+ }, {
3131
+ readonly type: "error";
3132
+ readonly inputs: readonly [];
3133
+ readonly name: "V2SwapRouterNotSet";
2912
3134
  }];
2913
3135
  /**
2914
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x88f4fEF1280cd2C8aae48E43fB45fEEc6FF92Ded)
3136
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x9412A2BeA863BBACBC7304751CF4Bb3170D3B8Cd)
2915
3137
  */
2916
3138
  export declare const bFunFactoryTradeHelperAddress: {
2917
- readonly 97: "0x88f4fEF1280cd2C8aae48E43fB45fEEc6FF92Ded";
3139
+ readonly 97: "0x9412A2BeA863BBACBC7304751CF4Bb3170D3B8Cd";
2918
3140
  };
2919
3141
  /**
2920
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x88f4fEF1280cd2C8aae48E43fB45fEEc6FF92Ded)
3142
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x9412A2BeA863BBACBC7304751CF4Bb3170D3B8Cd)
2921
3143
  */
2922
3144
  export declare const bFunFactoryTradeHelperConfig: {
2923
3145
  readonly address: {
2924
- readonly 97: "0x88f4fEF1280cd2C8aae48E43fB45fEEc6FF92Ded";
3146
+ readonly 97: "0x9412A2BeA863BBACBC7304751CF4Bb3170D3B8Cd";
2925
3147
  };
2926
3148
  readonly abi: readonly [{
2927
3149
  readonly stateMutability: "nonpayable";
@@ -2967,28 +3189,72 @@ export declare const bFunFactoryTradeHelperConfig: {
2967
3189
  readonly type: "uint256";
2968
3190
  }];
2969
3191
  }, {
2970
- readonly stateMutability: "view";
3192
+ readonly stateMutability: "payable";
2971
3193
  readonly type: "function";
2972
- readonly inputs: readonly [];
2973
- readonly name: "factory";
2974
- readonly outputs: readonly [{
2975
- readonly name: "";
2976
- readonly internalType: "contract IBFunFactoryImpl";
3194
+ readonly inputs: readonly [{
3195
+ readonly name: "token";
3196
+ readonly internalType: "address";
2977
3197
  readonly type: "address";
3198
+ }, {
3199
+ readonly name: "funds";
3200
+ readonly internalType: "uint256";
3201
+ readonly type: "uint256";
3202
+ }, {
3203
+ readonly name: "minTokenOut";
3204
+ readonly internalType: "uint256";
3205
+ readonly type: "uint256";
3206
+ }];
3207
+ readonly name: "dexBuyWithEth";
3208
+ readonly outputs: readonly [{
3209
+ readonly name: "tokenOut";
3210
+ readonly internalType: "uint256";
3211
+ readonly type: "uint256";
2978
3212
  }];
2979
3213
  }, {
2980
3214
  readonly stateMutability: "nonpayable";
2981
3215
  readonly type: "function";
2982
3216
  readonly inputs: readonly [{
2983
- readonly name: "owner_";
3217
+ readonly name: "token";
2984
3218
  readonly internalType: "address";
2985
3219
  readonly type: "address";
2986
3220
  }, {
2987
- readonly name: "factory_";
2988
- readonly internalType: "address";
2989
- readonly type: "address";
3221
+ readonly name: "tokenAmountIn";
3222
+ readonly internalType: "uint256";
3223
+ readonly type: "uint256";
2990
3224
  }, {
2991
- readonly name: "tokenSwap_";
3225
+ readonly name: "minEthOut";
3226
+ readonly internalType: "uint256";
3227
+ readonly type: "uint256";
3228
+ }];
3229
+ readonly name: "dexSellForEth";
3230
+ readonly outputs: readonly [{
3231
+ readonly name: "ethOut";
3232
+ readonly internalType: "uint256";
3233
+ readonly type: "uint256";
3234
+ }];
3235
+ }, {
3236
+ readonly stateMutability: "view";
3237
+ readonly type: "function";
3238
+ readonly inputs: readonly [];
3239
+ readonly name: "factory";
3240
+ readonly outputs: readonly [{
3241
+ readonly name: "";
3242
+ readonly internalType: "contract IBFunFactoryImpl";
3243
+ readonly type: "address";
3244
+ }];
3245
+ }, {
3246
+ readonly stateMutability: "nonpayable";
3247
+ readonly type: "function";
3248
+ readonly inputs: readonly [{
3249
+ readonly name: "owner_";
3250
+ readonly internalType: "address";
3251
+ readonly type: "address";
3252
+ }, {
3253
+ readonly name: "factory_";
3254
+ readonly internalType: "address";
3255
+ readonly type: "address";
3256
+ }, {
3257
+ readonly name: "tokenSwap_";
2992
3258
  readonly internalType: "address";
2993
3259
  readonly type: "address";
2994
3260
  }];
@@ -3036,6 +3302,28 @@ export declare const bFunFactoryTradeHelperConfig: {
3036
3302
  readonly internalType: "uint256";
3037
3303
  readonly type: "uint256";
3038
3304
  }];
3305
+ }, {
3306
+ readonly stateMutability: "view";
3307
+ readonly type: "function";
3308
+ readonly inputs: readonly [{
3309
+ readonly name: "tokenIn";
3310
+ readonly internalType: "address";
3311
+ readonly type: "address";
3312
+ }, {
3313
+ readonly name: "tokenOut";
3314
+ readonly internalType: "address";
3315
+ readonly type: "address";
3316
+ }, {
3317
+ readonly name: "amountIn";
3318
+ readonly internalType: "uint256";
3319
+ readonly type: "uint256";
3320
+ }];
3321
+ readonly name: "quoteDexExactInput";
3322
+ readonly outputs: readonly [{
3323
+ readonly name: "amountOutReceivedExpected";
3324
+ readonly internalType: "uint256";
3325
+ readonly type: "uint256";
3326
+ }];
3039
3327
  }, {
3040
3328
  readonly stateMutability: "nonpayable";
3041
3329
  readonly type: "function";
@@ -3263,6 +3551,10 @@ export declare const bFunFactoryTradeHelperConfig: {
3263
3551
  readonly type: "address";
3264
3552
  }];
3265
3553
  readonly name: "AddressEmptyCode";
3554
+ }, {
3555
+ readonly type: "error";
3556
+ readonly inputs: readonly [];
3557
+ readonly name: "DexSlippageCheckFailed";
3266
3558
  }, {
3267
3559
  readonly type: "error";
3268
3560
  readonly inputs: readonly [{
@@ -3299,6 +3591,14 @@ export declare const bFunFactoryTradeHelperConfig: {
3299
3591
  readonly type: "error";
3300
3592
  readonly inputs: readonly [];
3301
3593
  readonly name: "InvalidInitialization";
3594
+ }, {
3595
+ readonly type: "error";
3596
+ readonly inputs: readonly [];
3597
+ readonly name: "InvalidQuotePair";
3598
+ }, {
3599
+ readonly type: "error";
3600
+ readonly inputs: readonly [];
3601
+ readonly name: "NotDexStage";
3302
3602
  }, {
3303
3603
  readonly type: "error";
3304
3604
  readonly inputs: readonly [];
@@ -3343,10 +3643,14 @@ export declare const bFunFactoryTradeHelperConfig: {
3343
3643
  readonly type: "bytes32";
3344
3644
  }];
3345
3645
  readonly name: "UUPSUnsupportedProxiableUUID";
3646
+ }, {
3647
+ readonly type: "error";
3648
+ readonly inputs: readonly [];
3649
+ readonly name: "V2SwapRouterNotSet";
3346
3650
  }];
3347
3651
  };
3348
3652
  /**
3349
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x42a3331678a8a1eC7a39a1Be932a303CAd5655F6)
3653
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x1a51c05e11f05b5F4312638eB6E11D50521EAa6e)
3350
3654
  */
3351
3655
  export declare const bFunLockVaultABI: readonly [{
3352
3656
  readonly stateMutability: "nonpayable";
@@ -3659,17 +3963,17 @@ export declare const bFunLockVaultABI: readonly [{
3659
3963
  readonly name: "Unauthorized";
3660
3964
  }];
3661
3965
  /**
3662
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x42a3331678a8a1eC7a39a1Be932a303CAd5655F6)
3966
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x1a51c05e11f05b5F4312638eB6E11D50521EAa6e)
3663
3967
  */
3664
3968
  export declare const bFunLockVaultAddress: {
3665
- readonly 97: "0x42a3331678a8a1eC7a39a1Be932a303CAd5655F6";
3969
+ readonly 97: "0x1a51c05e11f05b5F4312638eB6E11D50521EAa6e";
3666
3970
  };
3667
3971
  /**
3668
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x42a3331678a8a1eC7a39a1Be932a303CAd5655F6)
3972
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x1a51c05e11f05b5F4312638eB6E11D50521EAa6e)
3669
3973
  */
3670
3974
  export declare const bFunLockVaultConfig: {
3671
3975
  readonly address: {
3672
- readonly 97: "0x42a3331678a8a1eC7a39a1Be932a303CAd5655F6";
3976
+ readonly 97: "0x1a51c05e11f05b5F4312638eB6E11D50521EAa6e";
3673
3977
  };
3674
3978
  readonly abi: readonly [{
3675
3979
  readonly stateMutability: "nonpayable";
@@ -3983,7 +4287,7 @@ export declare const bFunLockVaultConfig: {
3983
4287
  }];
3984
4288
  };
3985
4289
  /**
3986
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x3b02d095B23366781c12CDcf1FDE992192bcD90c)
4290
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xA9DBa6EA7C3d610663ed567fd73a72B91075FdeA)
3987
4291
  */
3988
4292
  export declare const bFunMultiDexRouterABI: readonly [{
3989
4293
  readonly stateMutability: "nonpayable";
@@ -4078,19 +4382,31 @@ export declare const bFunMultiDexRouterABI: readonly [{
4078
4382
  readonly internalType: "address";
4079
4383
  readonly type: "address";
4080
4384
  }];
4385
+ }, {
4386
+ readonly type: "error";
4387
+ readonly inputs: readonly [];
4388
+ readonly name: "InvalidDexId";
4389
+ }, {
4390
+ readonly type: "error";
4391
+ readonly inputs: readonly [];
4392
+ readonly name: "InvalidPreferredDexId";
4393
+ }, {
4394
+ readonly type: "error";
4395
+ readonly inputs: readonly [];
4396
+ readonly name: "PreferredDexNotAvailable";
4081
4397
  }];
4082
4398
  /**
4083
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x3b02d095B23366781c12CDcf1FDE992192bcD90c)
4399
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xA9DBa6EA7C3d610663ed567fd73a72B91075FdeA)
4084
4400
  */
4085
4401
  export declare const bFunMultiDexRouterAddress: {
4086
- readonly 97: "0x3b02d095B23366781c12CDcf1FDE992192bcD90c";
4402
+ readonly 97: "0xA9DBa6EA7C3d610663ed567fd73a72B91075FdeA";
4087
4403
  };
4088
4404
  /**
4089
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x3b02d095B23366781c12CDcf1FDE992192bcD90c)
4405
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xA9DBa6EA7C3d610663ed567fd73a72B91075FdeA)
4090
4406
  */
4091
4407
  export declare const bFunMultiDexRouterConfig: {
4092
4408
  readonly address: {
4093
- readonly 97: "0x3b02d095B23366781c12CDcf1FDE992192bcD90c";
4409
+ readonly 97: "0xA9DBa6EA7C3d610663ed567fd73a72B91075FdeA";
4094
4410
  };
4095
4411
  readonly abi: readonly [{
4096
4412
  readonly stateMutability: "nonpayable";
@@ -4185,10 +4501,22 @@ export declare const bFunMultiDexRouterConfig: {
4185
4501
  readonly internalType: "address";
4186
4502
  readonly type: "address";
4187
4503
  }];
4504
+ }, {
4505
+ readonly type: "error";
4506
+ readonly inputs: readonly [];
4507
+ readonly name: "InvalidDexId";
4508
+ }, {
4509
+ readonly type: "error";
4510
+ readonly inputs: readonly [];
4511
+ readonly name: "InvalidPreferredDexId";
4512
+ }, {
4513
+ readonly type: "error";
4514
+ readonly inputs: readonly [];
4515
+ readonly name: "PreferredDexNotAvailable";
4188
4516
  }];
4189
4517
  };
4190
4518
  /**
4191
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDfA946ace0A265cB0F465eEe78223AdaBD0c7705)
4519
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x98cc63B68FacC9Cd8a7ED237e5620Ae920839584)
4192
4520
  */
4193
4521
  export declare const bFunTaxTokenABI: readonly [{
4194
4522
  readonly stateMutability: "nonpayable";
@@ -4242,6 +4570,16 @@ export declare const bFunTaxTokenABI: readonly [{
4242
4570
  readonly internalType: "uint64";
4243
4571
  readonly type: "uint64";
4244
4572
  }];
4573
+ }, {
4574
+ readonly stateMutability: "view";
4575
+ readonly type: "function";
4576
+ readonly inputs: readonly [];
4577
+ readonly name: "antiFarmerExpirationTime";
4578
+ readonly outputs: readonly [{
4579
+ readonly name: "";
4580
+ readonly internalType: "uint256";
4581
+ readonly type: "uint256";
4582
+ }];
4245
4583
  }, {
4246
4584
  readonly stateMutability: "nonpayable";
4247
4585
  readonly type: "function";
@@ -4354,6 +4692,32 @@ export declare const bFunTaxTokenABI: readonly [{
4354
4692
  readonly inputs: readonly [];
4355
4693
  readonly name: "finalizeMigration";
4356
4694
  readonly outputs: readonly [];
4695
+ }, {
4696
+ readonly stateMutability: "view";
4697
+ readonly type: "function";
4698
+ readonly inputs: readonly [];
4699
+ readonly name: "getPoolStateData";
4700
+ readonly outputs: readonly [{
4701
+ readonly name: "currentState";
4702
+ readonly internalType: "enum IBFunTaxToken.PoolState";
4703
+ readonly type: "uint8";
4704
+ }, {
4705
+ readonly name: "currentTaxRate";
4706
+ readonly internalType: "uint16";
4707
+ readonly type: "uint16";
4708
+ }, {
4709
+ readonly name: "currentLiquidationThreshold";
4710
+ readonly internalType: "uint256";
4711
+ readonly type: "uint256";
4712
+ }, {
4713
+ readonly name: "currentTaxExpirationTime";
4714
+ readonly internalType: "uint256";
4715
+ readonly type: "uint256";
4716
+ }, {
4717
+ readonly name: "currentAntiFarmerExpirationTime";
4718
+ readonly internalType: "uint256";
4719
+ readonly type: "uint256";
4720
+ }];
4357
4721
  }, {
4358
4722
  readonly stateMutability: "nonpayable";
4359
4723
  readonly type: "function";
@@ -4422,6 +4786,16 @@ export declare const bFunTaxTokenABI: readonly [{
4422
4786
  }];
4423
4787
  readonly name: "initialize";
4424
4788
  readonly outputs: readonly [];
4789
+ }, {
4790
+ readonly stateMutability: "view";
4791
+ readonly type: "function";
4792
+ readonly inputs: readonly [];
4793
+ readonly name: "liquidationThreshold";
4794
+ readonly outputs: readonly [{
4795
+ readonly name: "";
4796
+ readonly internalType: "uint256";
4797
+ readonly type: "uint256";
4798
+ }];
4425
4799
  }, {
4426
4800
  readonly stateMutability: "view";
4427
4801
  readonly type: "function";
@@ -4532,6 +4906,16 @@ export declare const bFunTaxTokenABI: readonly [{
4532
4906
  readonly internalType: "uint64";
4533
4907
  readonly type: "uint64";
4534
4908
  }];
4909
+ }, {
4910
+ readonly stateMutability: "view";
4911
+ readonly type: "function";
4912
+ readonly inputs: readonly [];
4913
+ readonly name: "taxExpirationTime";
4914
+ readonly outputs: readonly [{
4915
+ readonly name: "";
4916
+ readonly internalType: "uint256";
4917
+ readonly type: "uint256";
4918
+ }];
4535
4919
  }, {
4536
4920
  readonly stateMutability: "view";
4537
4921
  readonly type: "function";
@@ -4887,17 +5271,17 @@ export declare const bFunTaxTokenABI: readonly [{
4887
5271
  readonly name: "TransfersRestricted";
4888
5272
  }];
4889
5273
  /**
4890
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDfA946ace0A265cB0F465eEe78223AdaBD0c7705)
5274
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x98cc63B68FacC9Cd8a7ED237e5620Ae920839584)
4891
5275
  */
4892
5276
  export declare const bFunTaxTokenAddress: {
4893
- readonly 97: "0xDfA946ace0A265cB0F465eEe78223AdaBD0c7705";
5277
+ readonly 97: "0x98cc63B68FacC9Cd8a7ED237e5620Ae920839584";
4894
5278
  };
4895
5279
  /**
4896
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDfA946ace0A265cB0F465eEe78223AdaBD0c7705)
5280
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x98cc63B68FacC9Cd8a7ED237e5620Ae920839584)
4897
5281
  */
4898
5282
  export declare const bFunTaxTokenConfig: {
4899
5283
  readonly address: {
4900
- readonly 97: "0xDfA946ace0A265cB0F465eEe78223AdaBD0c7705";
5284
+ readonly 97: "0x98cc63B68FacC9Cd8a7ED237e5620Ae920839584";
4901
5285
  };
4902
5286
  readonly abi: readonly [{
4903
5287
  readonly stateMutability: "nonpayable";
@@ -4951,6 +5335,16 @@ export declare const bFunTaxTokenConfig: {
4951
5335
  readonly internalType: "uint64";
4952
5336
  readonly type: "uint64";
4953
5337
  }];
5338
+ }, {
5339
+ readonly stateMutability: "view";
5340
+ readonly type: "function";
5341
+ readonly inputs: readonly [];
5342
+ readonly name: "antiFarmerExpirationTime";
5343
+ readonly outputs: readonly [{
5344
+ readonly name: "";
5345
+ readonly internalType: "uint256";
5346
+ readonly type: "uint256";
5347
+ }];
4954
5348
  }, {
4955
5349
  readonly stateMutability: "nonpayable";
4956
5350
  readonly type: "function";
@@ -5063,6 +5457,32 @@ export declare const bFunTaxTokenConfig: {
5063
5457
  readonly inputs: readonly [];
5064
5458
  readonly name: "finalizeMigration";
5065
5459
  readonly outputs: readonly [];
5460
+ }, {
5461
+ readonly stateMutability: "view";
5462
+ readonly type: "function";
5463
+ readonly inputs: readonly [];
5464
+ readonly name: "getPoolStateData";
5465
+ readonly outputs: readonly [{
5466
+ readonly name: "currentState";
5467
+ readonly internalType: "enum IBFunTaxToken.PoolState";
5468
+ readonly type: "uint8";
5469
+ }, {
5470
+ readonly name: "currentTaxRate";
5471
+ readonly internalType: "uint16";
5472
+ readonly type: "uint16";
5473
+ }, {
5474
+ readonly name: "currentLiquidationThreshold";
5475
+ readonly internalType: "uint256";
5476
+ readonly type: "uint256";
5477
+ }, {
5478
+ readonly name: "currentTaxExpirationTime";
5479
+ readonly internalType: "uint256";
5480
+ readonly type: "uint256";
5481
+ }, {
5482
+ readonly name: "currentAntiFarmerExpirationTime";
5483
+ readonly internalType: "uint256";
5484
+ readonly type: "uint256";
5485
+ }];
5066
5486
  }, {
5067
5487
  readonly stateMutability: "nonpayable";
5068
5488
  readonly type: "function";
@@ -5131,6 +5551,16 @@ export declare const bFunTaxTokenConfig: {
5131
5551
  }];
5132
5552
  readonly name: "initialize";
5133
5553
  readonly outputs: readonly [];
5554
+ }, {
5555
+ readonly stateMutability: "view";
5556
+ readonly type: "function";
5557
+ readonly inputs: readonly [];
5558
+ readonly name: "liquidationThreshold";
5559
+ readonly outputs: readonly [{
5560
+ readonly name: "";
5561
+ readonly internalType: "uint256";
5562
+ readonly type: "uint256";
5563
+ }];
5134
5564
  }, {
5135
5565
  readonly stateMutability: "view";
5136
5566
  readonly type: "function";
@@ -5241,6 +5671,16 @@ export declare const bFunTaxTokenConfig: {
5241
5671
  readonly internalType: "uint64";
5242
5672
  readonly type: "uint64";
5243
5673
  }];
5674
+ }, {
5675
+ readonly stateMutability: "view";
5676
+ readonly type: "function";
5677
+ readonly inputs: readonly [];
5678
+ readonly name: "taxExpirationTime";
5679
+ readonly outputs: readonly [{
5680
+ readonly name: "";
5681
+ readonly internalType: "uint256";
5682
+ readonly type: "uint256";
5683
+ }];
5244
5684
  }, {
5245
5685
  readonly stateMutability: "view";
5246
5686
  readonly type: "function";
@@ -5597,7 +6037,7 @@ export declare const bFunTaxTokenConfig: {
5597
6037
  }];
5598
6038
  };
5599
6039
  /**
5600
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xd0ad143482dC4EEe8fB54fD4d7e1d1cf61DCf26c)
6040
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x764025cb46049c2aFaf135a3293443804E63Cb29)
5601
6041
  */
5602
6042
  export declare const bFunTokenABI: readonly [{
5603
6043
  readonly stateMutability: "nonpayable";
@@ -6090,17 +6530,17 @@ export declare const bFunTokenABI: readonly [{
6090
6530
  readonly name: "TransfersRestricted";
6091
6531
  }];
6092
6532
  /**
6093
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xd0ad143482dC4EEe8fB54fD4d7e1d1cf61DCf26c)
6533
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x764025cb46049c2aFaf135a3293443804E63Cb29)
6094
6534
  */
6095
6535
  export declare const bFunTokenAddress: {
6096
- readonly 97: "0xd0ad143482dC4EEe8fB54fD4d7e1d1cf61DCf26c";
6536
+ readonly 97: "0x764025cb46049c2aFaf135a3293443804E63Cb29";
6097
6537
  };
6098
6538
  /**
6099
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xd0ad143482dC4EEe8fB54fD4d7e1d1cf61DCf26c)
6539
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x764025cb46049c2aFaf135a3293443804E63Cb29)
6100
6540
  */
6101
6541
  export declare const bFunTokenConfig: {
6102
6542
  readonly address: {
6103
- readonly 97: "0xd0ad143482dC4EEe8fB54fD4d7e1d1cf61DCf26c";
6543
+ readonly 97: "0x764025cb46049c2aFaf135a3293443804E63Cb29";
6104
6544
  };
6105
6545
  readonly abi: readonly [{
6106
6546
  readonly stateMutability: "nonpayable";
@@ -6594,7 +7034,7 @@ export declare const bFunTokenConfig: {
6594
7034
  }];
6595
7035
  };
6596
7036
  /**
6597
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xE708491cEEff7139673A02E97B7f5C42216AE675)
7037
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x0d80B6Ad8A7E2746D7100A6A3BBBB2e7C22E50b3)
6598
7038
  */
6599
7039
  export declare const bFunTokenSwapABI: readonly [{
6600
7040
  readonly stateMutability: "nonpayable";
@@ -7268,17 +7708,17 @@ export declare const bFunTokenSwapABI: readonly [{
7268
7708
  readonly name: "UnsupportedDexType";
7269
7709
  }];
7270
7710
  /**
7271
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xE708491cEEff7139673A02E97B7f5C42216AE675)
7711
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x0d80B6Ad8A7E2746D7100A6A3BBBB2e7C22E50b3)
7272
7712
  */
7273
7713
  export declare const bFunTokenSwapAddress: {
7274
- readonly 97: "0xE708491cEEff7139673A02E97B7f5C42216AE675";
7714
+ readonly 97: "0x0d80B6Ad8A7E2746D7100A6A3BBBB2e7C22E50b3";
7275
7715
  };
7276
7716
  /**
7277
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xE708491cEEff7139673A02E97B7f5C42216AE675)
7717
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x0d80B6Ad8A7E2746D7100A6A3BBBB2e7C22E50b3)
7278
7718
  */
7279
7719
  export declare const bFunTokenSwapConfig: {
7280
7720
  readonly address: {
7281
- readonly 97: "0xE708491cEEff7139673A02E97B7f5C42216AE675";
7721
+ readonly 97: "0x0d80B6Ad8A7E2746D7100A6A3BBBB2e7C22E50b3";
7282
7722
  };
7283
7723
  readonly abi: readonly [{
7284
7724
  readonly stateMutability: "nonpayable";
@@ -7953,7 +8393,7 @@ export declare const bFunTokenSwapConfig: {
7953
8393
  }];
7954
8394
  };
7955
8395
  /**
7956
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xa8661b32453C13093c57abf0f3a714199dC00779)
8396
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xccC2B475DaF14DeB0af4A8D4e5cf69780d9d0a88)
7957
8397
  */
7958
8398
  export declare const bondingCurveABI: readonly [{
7959
8399
  readonly stateMutability: "nonpayable";
@@ -9000,17 +9440,17 @@ export declare const bondingCurveABI: readonly [{
9000
9440
  readonly name: "TransfersRestricted";
9001
9441
  }];
9002
9442
  /**
9003
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xa8661b32453C13093c57abf0f3a714199dC00779)
9443
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xccC2B475DaF14DeB0af4A8D4e5cf69780d9d0a88)
9004
9444
  */
9005
9445
  export declare const bondingCurveAddress: {
9006
- readonly 97: "0xa8661b32453C13093c57abf0f3a714199dC00779";
9446
+ readonly 97: "0xccC2B475DaF14DeB0af4A8D4e5cf69780d9d0a88";
9007
9447
  };
9008
9448
  /**
9009
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xa8661b32453C13093c57abf0f3a714199dC00779)
9449
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xccC2B475DaF14DeB0af4A8D4e5cf69780d9d0a88)
9010
9450
  */
9011
9451
  export declare const bondingCurveConfig: {
9012
9452
  readonly address: {
9013
- readonly 97: "0xa8661b32453C13093c57abf0f3a714199dC00779";
9453
+ readonly 97: "0xccC2B475DaF14DeB0af4A8D4e5cf69780d9d0a88";
9014
9454
  };
9015
9455
  readonly abi: readonly [{
9016
9456
  readonly stateMutability: "nonpayable";
@@ -10058,7 +10498,7 @@ export declare const bondingCurveConfig: {
10058
10498
  }];
10059
10499
  };
10060
10500
  /**
10061
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDF34DA74e94bc840435a3C2a4Ff87EF825cD3180)
10501
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xe3Be77cee0787625146C061cdE0d24381f4e6F8E)
10062
10502
  */
10063
10503
  export declare const dividendABI: readonly [{
10064
10504
  readonly stateMutability: "nonpayable";
@@ -10602,17 +11042,17 @@ export declare const dividendABI: readonly [{
10602
11042
  readonly name: "SafeERC20FailedOperation";
10603
11043
  }];
10604
11044
  /**
10605
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDF34DA74e94bc840435a3C2a4Ff87EF825cD3180)
11045
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xe3Be77cee0787625146C061cdE0d24381f4e6F8E)
10606
11046
  */
10607
11047
  export declare const dividendAddress: {
10608
- readonly 97: "0xDF34DA74e94bc840435a3C2a4Ff87EF825cD3180";
11048
+ readonly 97: "0xe3Be77cee0787625146C061cdE0d24381f4e6F8E";
10609
11049
  };
10610
11050
  /**
10611
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDF34DA74e94bc840435a3C2a4Ff87EF825cD3180)
11051
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xe3Be77cee0787625146C061cdE0d24381f4e6F8E)
10612
11052
  */
10613
11053
  export declare const dividendConfig: {
10614
11054
  readonly address: {
10615
- readonly 97: "0xDF34DA74e94bc840435a3C2a4Ff87EF825cD3180";
11055
+ readonly 97: "0xe3Be77cee0787625146C061cdE0d24381f4e6F8E";
10616
11056
  };
10617
11057
  readonly abi: readonly [{
10618
11058
  readonly stateMutability: "nonpayable";
@@ -11157,7 +11597,7 @@ export declare const dividendConfig: {
11157
11597
  }];
11158
11598
  };
11159
11599
  /**
11160
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xA8fB77A2101083FaeBf38719267Df8945dC20c74)
11600
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDe9289767114349c68Ef725983294b24122e2A84)
11161
11601
  */
11162
11602
  export declare const protocolRewardsABI: readonly [{
11163
11603
  readonly stateMutability: "payable";
@@ -11550,17 +11990,17 @@ export declare const protocolRewardsABI: readonly [{
11550
11990
  readonly name: "TRANSFER_FAILED";
11551
11991
  }];
11552
11992
  /**
11553
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xA8fB77A2101083FaeBf38719267Df8945dC20c74)
11993
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDe9289767114349c68Ef725983294b24122e2A84)
11554
11994
  */
11555
11995
  export declare const protocolRewardsAddress: {
11556
- readonly 97: "0xA8fB77A2101083FaeBf38719267Df8945dC20c74";
11996
+ readonly 97: "0xDe9289767114349c68Ef725983294b24122e2A84";
11557
11997
  };
11558
11998
  /**
11559
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xA8fB77A2101083FaeBf38719267Df8945dC20c74)
11999
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xDe9289767114349c68Ef725983294b24122e2A84)
11560
12000
  */
11561
12001
  export declare const protocolRewardsConfig: {
11562
12002
  readonly address: {
11563
- readonly 97: "0xA8fB77A2101083FaeBf38719267Df8945dC20c74";
12003
+ readonly 97: "0xDe9289767114349c68Ef725983294b24122e2A84";
11564
12004
  };
11565
12005
  readonly abi: readonly [{
11566
12006
  readonly stateMutability: "payable";
@@ -11954,104 +12394,533 @@ export declare const protocolRewardsConfig: {
11954
12394
  }];
11955
12395
  };
11956
12396
  /**
11957
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xE6bD2f42d7D9019f88033AE5d901AE173954A490)
12397
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x98B0aaEBD70dc4330662200984Ce1B27D3C8181B)
11958
12398
  */
11959
- export declare const taxProcessorABI: readonly [{
12399
+ export declare const splitVaultFactoryABI: readonly [{
11960
12400
  readonly stateMutability: "nonpayable";
11961
12401
  readonly type: "constructor";
11962
12402
  readonly inputs: readonly [{
11963
- readonly name: "weth_";
12403
+ readonly name: "factory_";
11964
12404
  readonly internalType: "address";
11965
12405
  readonly type: "address";
11966
12406
  }, {
11967
- readonly name: "factory_";
12407
+ readonly name: "vaultImplementation_";
12408
+ readonly internalType: "address";
12409
+ readonly type: "address";
12410
+ }, {
12411
+ readonly name: "owner_";
11968
12412
  readonly internalType: "address";
11969
12413
  readonly type: "address";
11970
12414
  }];
11971
- }, {
11972
- readonly stateMutability: "payable";
11973
- readonly type: "receive";
11974
12415
  }, {
11975
12416
  readonly stateMutability: "view";
11976
12417
  readonly type: "function";
11977
12418
  readonly inputs: readonly [];
11978
- readonly name: "deflationBps";
12419
+ readonly name: "factory";
11979
12420
  readonly outputs: readonly [{
11980
12421
  readonly name: "";
11981
- readonly internalType: "uint16";
11982
- readonly type: "uint16";
12422
+ readonly internalType: "address";
12423
+ readonly type: "address";
11983
12424
  }];
11984
12425
  }, {
11985
- readonly stateMutability: "nonpayable";
11986
- readonly type: "function";
11987
- readonly inputs: readonly [];
11988
- readonly name: "dispatch";
11989
- readonly outputs: readonly [];
11990
- }, {
11991
- readonly stateMutability: "view";
12426
+ readonly stateMutability: "pure";
11992
12427
  readonly type: "function";
11993
- readonly inputs: readonly [];
11994
- readonly name: "dividendAddress";
11995
- readonly outputs: readonly [{
11996
- readonly name: "";
12428
+ readonly inputs: readonly [{
12429
+ readonly name: "quoteToken";
11997
12430
  readonly internalType: "address";
11998
12431
  readonly type: "address";
11999
12432
  }];
12000
- }, {
12001
- readonly stateMutability: "view";
12002
- readonly type: "function";
12003
- readonly inputs: readonly [];
12004
- readonly name: "dividendBps";
12433
+ readonly name: "isQuoteTokenSupported";
12005
12434
  readonly outputs: readonly [{
12006
- readonly name: "";
12007
- readonly internalType: "uint16";
12008
- readonly type: "uint16";
12435
+ readonly name: "supported";
12436
+ readonly internalType: "bool";
12437
+ readonly type: "bool";
12009
12438
  }];
12010
12439
  }, {
12011
12440
  readonly stateMutability: "view";
12012
12441
  readonly type: "function";
12013
12442
  readonly inputs: readonly [];
12014
- readonly name: "dividendQuoteBalance";
12443
+ readonly name: "maxGasLimitPerUser";
12015
12444
  readonly outputs: readonly [{
12016
12445
  readonly name: "";
12017
12446
  readonly internalType: "uint256";
12018
12447
  readonly type: "uint256";
12019
12448
  }];
12020
12449
  }, {
12021
- readonly stateMutability: "view";
12450
+ readonly stateMutability: "nonpayable";
12022
12451
  readonly type: "function";
12023
- readonly inputs: readonly [];
12024
- readonly name: "factory";
12025
- readonly outputs: readonly [{
12452
+ readonly inputs: readonly [{
12453
+ readonly name: "taxToken";
12454
+ readonly internalType: "address";
12455
+ readonly type: "address";
12456
+ }, {
12457
+ readonly name: "quoteToken";
12458
+ readonly internalType: "address";
12459
+ readonly type: "address";
12460
+ }, {
12026
12461
  readonly name: "";
12027
12462
  readonly internalType: "address";
12028
12463
  readonly type: "address";
12464
+ }, {
12465
+ readonly name: "vaultData";
12466
+ readonly internalType: "bytes";
12467
+ readonly type: "bytes";
12468
+ }];
12469
+ readonly name: "newVault";
12470
+ readonly outputs: readonly [{
12471
+ readonly name: "vault";
12472
+ readonly internalType: "address";
12473
+ readonly type: "address";
12029
12474
  }];
12030
12475
  }, {
12031
12476
  readonly stateMutability: "view";
12032
12477
  readonly type: "function";
12033
12478
  readonly inputs: readonly [];
12034
- readonly name: "factoryImmutable";
12479
+ readonly name: "owner";
12035
12480
  readonly outputs: readonly [{
12036
12481
  readonly name: "";
12037
12482
  readonly internalType: "address";
12038
12483
  readonly type: "address";
12039
12484
  }];
12040
12485
  }, {
12041
- readonly stateMutability: "view";
12486
+ readonly stateMutability: "nonpayable";
12042
12487
  readonly type: "function";
12043
12488
  readonly inputs: readonly [];
12044
- readonly name: "feeQuoteBalance";
12045
- readonly outputs: readonly [{
12046
- readonly name: "";
12489
+ readonly name: "renounceOwnership";
12490
+ readonly outputs: readonly [];
12491
+ }, {
12492
+ readonly stateMutability: "nonpayable";
12493
+ readonly type: "function";
12494
+ readonly inputs: readonly [{
12495
+ readonly name: "newLimit";
12047
12496
  readonly internalType: "uint256";
12048
12497
  readonly type: "uint256";
12049
12498
  }];
12499
+ readonly name: "setMaxGasLimitPerUser";
12500
+ readonly outputs: readonly [];
12501
+ }, {
12502
+ readonly stateMutability: "nonpayable";
12503
+ readonly type: "function";
12504
+ readonly inputs: readonly [{
12505
+ readonly name: "newOwner";
12506
+ readonly internalType: "address";
12507
+ readonly type: "address";
12508
+ }];
12509
+ readonly name: "transferOwnership";
12510
+ readonly outputs: readonly [];
12050
12511
  }, {
12051
12512
  readonly stateMutability: "view";
12052
12513
  readonly type: "function";
12053
12514
  readonly inputs: readonly [];
12054
- readonly name: "feeRate";
12515
+ readonly name: "vaultImplementation";
12516
+ readonly outputs: readonly [{
12517
+ readonly name: "";
12518
+ readonly internalType: "address";
12519
+ readonly type: "address";
12520
+ }];
12521
+ }, {
12522
+ readonly type: "event";
12523
+ readonly anonymous: false;
12524
+ readonly inputs: readonly [{
12525
+ readonly name: "previousOwner";
12526
+ readonly internalType: "address";
12527
+ readonly type: "address";
12528
+ readonly indexed: true;
12529
+ }, {
12530
+ readonly name: "newOwner";
12531
+ readonly internalType: "address";
12532
+ readonly type: "address";
12533
+ readonly indexed: true;
12534
+ }];
12535
+ readonly name: "OwnershipTransferred";
12536
+ }, {
12537
+ readonly type: "event";
12538
+ readonly anonymous: false;
12539
+ readonly inputs: readonly [{
12540
+ readonly name: "oldLimit";
12541
+ readonly internalType: "uint256";
12542
+ readonly type: "uint256";
12543
+ readonly indexed: false;
12544
+ }, {
12545
+ readonly name: "newLimit";
12546
+ readonly internalType: "uint256";
12547
+ readonly type: "uint256";
12548
+ readonly indexed: false;
12549
+ }];
12550
+ readonly name: "SplitVaultMaxGasLimitPerUserUpdated";
12551
+ }, {
12552
+ readonly type: "error";
12553
+ readonly inputs: readonly [];
12554
+ readonly name: "FailedDeployment";
12555
+ }, {
12556
+ readonly type: "error";
12557
+ readonly inputs: readonly [{
12558
+ readonly name: "balance";
12559
+ readonly internalType: "uint256";
12560
+ readonly type: "uint256";
12561
+ }, {
12562
+ readonly name: "needed";
12563
+ readonly internalType: "uint256";
12564
+ readonly type: "uint256";
12565
+ }];
12566
+ readonly name: "InsufficientBalance";
12567
+ }, {
12568
+ readonly type: "error";
12569
+ readonly inputs: readonly [];
12570
+ readonly name: "InvalidGasLimit";
12571
+ }, {
12572
+ readonly type: "error";
12573
+ readonly inputs: readonly [];
12574
+ readonly name: "InvalidQuoteToken";
12575
+ }, {
12576
+ readonly type: "error";
12577
+ readonly inputs: readonly [];
12578
+ readonly name: "OnlyVaultPortal";
12579
+ }, {
12580
+ readonly type: "error";
12581
+ readonly inputs: readonly [{
12582
+ readonly name: "owner";
12583
+ readonly internalType: "address";
12584
+ readonly type: "address";
12585
+ }];
12586
+ readonly name: "OwnableInvalidOwner";
12587
+ }, {
12588
+ readonly type: "error";
12589
+ readonly inputs: readonly [{
12590
+ readonly name: "account";
12591
+ readonly internalType: "address";
12592
+ readonly type: "address";
12593
+ }];
12594
+ readonly name: "OwnableUnauthorizedAccount";
12595
+ }, {
12596
+ readonly type: "error";
12597
+ readonly inputs: readonly [];
12598
+ readonly name: "ZeroAddress";
12599
+ }];
12600
+ /**
12601
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x98B0aaEBD70dc4330662200984Ce1B27D3C8181B)
12602
+ */
12603
+ export declare const splitVaultFactoryAddress: {
12604
+ readonly 97: "0x98B0aaEBD70dc4330662200984Ce1B27D3C8181B";
12605
+ };
12606
+ /**
12607
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0x98B0aaEBD70dc4330662200984Ce1B27D3C8181B)
12608
+ */
12609
+ export declare const splitVaultFactoryConfig: {
12610
+ readonly address: {
12611
+ readonly 97: "0x98B0aaEBD70dc4330662200984Ce1B27D3C8181B";
12612
+ };
12613
+ readonly abi: readonly [{
12614
+ readonly stateMutability: "nonpayable";
12615
+ readonly type: "constructor";
12616
+ readonly inputs: readonly [{
12617
+ readonly name: "factory_";
12618
+ readonly internalType: "address";
12619
+ readonly type: "address";
12620
+ }, {
12621
+ readonly name: "vaultImplementation_";
12622
+ readonly internalType: "address";
12623
+ readonly type: "address";
12624
+ }, {
12625
+ readonly name: "owner_";
12626
+ readonly internalType: "address";
12627
+ readonly type: "address";
12628
+ }];
12629
+ }, {
12630
+ readonly stateMutability: "view";
12631
+ readonly type: "function";
12632
+ readonly inputs: readonly [];
12633
+ readonly name: "factory";
12634
+ readonly outputs: readonly [{
12635
+ readonly name: "";
12636
+ readonly internalType: "address";
12637
+ readonly type: "address";
12638
+ }];
12639
+ }, {
12640
+ readonly stateMutability: "pure";
12641
+ readonly type: "function";
12642
+ readonly inputs: readonly [{
12643
+ readonly name: "quoteToken";
12644
+ readonly internalType: "address";
12645
+ readonly type: "address";
12646
+ }];
12647
+ readonly name: "isQuoteTokenSupported";
12648
+ readonly outputs: readonly [{
12649
+ readonly name: "supported";
12650
+ readonly internalType: "bool";
12651
+ readonly type: "bool";
12652
+ }];
12653
+ }, {
12654
+ readonly stateMutability: "view";
12655
+ readonly type: "function";
12656
+ readonly inputs: readonly [];
12657
+ readonly name: "maxGasLimitPerUser";
12658
+ readonly outputs: readonly [{
12659
+ readonly name: "";
12660
+ readonly internalType: "uint256";
12661
+ readonly type: "uint256";
12662
+ }];
12663
+ }, {
12664
+ readonly stateMutability: "nonpayable";
12665
+ readonly type: "function";
12666
+ readonly inputs: readonly [{
12667
+ readonly name: "taxToken";
12668
+ readonly internalType: "address";
12669
+ readonly type: "address";
12670
+ }, {
12671
+ readonly name: "quoteToken";
12672
+ readonly internalType: "address";
12673
+ readonly type: "address";
12674
+ }, {
12675
+ readonly name: "";
12676
+ readonly internalType: "address";
12677
+ readonly type: "address";
12678
+ }, {
12679
+ readonly name: "vaultData";
12680
+ readonly internalType: "bytes";
12681
+ readonly type: "bytes";
12682
+ }];
12683
+ readonly name: "newVault";
12684
+ readonly outputs: readonly [{
12685
+ readonly name: "vault";
12686
+ readonly internalType: "address";
12687
+ readonly type: "address";
12688
+ }];
12689
+ }, {
12690
+ readonly stateMutability: "view";
12691
+ readonly type: "function";
12692
+ readonly inputs: readonly [];
12693
+ readonly name: "owner";
12694
+ readonly outputs: readonly [{
12695
+ readonly name: "";
12696
+ readonly internalType: "address";
12697
+ readonly type: "address";
12698
+ }];
12699
+ }, {
12700
+ readonly stateMutability: "nonpayable";
12701
+ readonly type: "function";
12702
+ readonly inputs: readonly [];
12703
+ readonly name: "renounceOwnership";
12704
+ readonly outputs: readonly [];
12705
+ }, {
12706
+ readonly stateMutability: "nonpayable";
12707
+ readonly type: "function";
12708
+ readonly inputs: readonly [{
12709
+ readonly name: "newLimit";
12710
+ readonly internalType: "uint256";
12711
+ readonly type: "uint256";
12712
+ }];
12713
+ readonly name: "setMaxGasLimitPerUser";
12714
+ readonly outputs: readonly [];
12715
+ }, {
12716
+ readonly stateMutability: "nonpayable";
12717
+ readonly type: "function";
12718
+ readonly inputs: readonly [{
12719
+ readonly name: "newOwner";
12720
+ readonly internalType: "address";
12721
+ readonly type: "address";
12722
+ }];
12723
+ readonly name: "transferOwnership";
12724
+ readonly outputs: readonly [];
12725
+ }, {
12726
+ readonly stateMutability: "view";
12727
+ readonly type: "function";
12728
+ readonly inputs: readonly [];
12729
+ readonly name: "vaultImplementation";
12730
+ readonly outputs: readonly [{
12731
+ readonly name: "";
12732
+ readonly internalType: "address";
12733
+ readonly type: "address";
12734
+ }];
12735
+ }, {
12736
+ readonly type: "event";
12737
+ readonly anonymous: false;
12738
+ readonly inputs: readonly [{
12739
+ readonly name: "previousOwner";
12740
+ readonly internalType: "address";
12741
+ readonly type: "address";
12742
+ readonly indexed: true;
12743
+ }, {
12744
+ readonly name: "newOwner";
12745
+ readonly internalType: "address";
12746
+ readonly type: "address";
12747
+ readonly indexed: true;
12748
+ }];
12749
+ readonly name: "OwnershipTransferred";
12750
+ }, {
12751
+ readonly type: "event";
12752
+ readonly anonymous: false;
12753
+ readonly inputs: readonly [{
12754
+ readonly name: "oldLimit";
12755
+ readonly internalType: "uint256";
12756
+ readonly type: "uint256";
12757
+ readonly indexed: false;
12758
+ }, {
12759
+ readonly name: "newLimit";
12760
+ readonly internalType: "uint256";
12761
+ readonly type: "uint256";
12762
+ readonly indexed: false;
12763
+ }];
12764
+ readonly name: "SplitVaultMaxGasLimitPerUserUpdated";
12765
+ }, {
12766
+ readonly type: "error";
12767
+ readonly inputs: readonly [];
12768
+ readonly name: "FailedDeployment";
12769
+ }, {
12770
+ readonly type: "error";
12771
+ readonly inputs: readonly [{
12772
+ readonly name: "balance";
12773
+ readonly internalType: "uint256";
12774
+ readonly type: "uint256";
12775
+ }, {
12776
+ readonly name: "needed";
12777
+ readonly internalType: "uint256";
12778
+ readonly type: "uint256";
12779
+ }];
12780
+ readonly name: "InsufficientBalance";
12781
+ }, {
12782
+ readonly type: "error";
12783
+ readonly inputs: readonly [];
12784
+ readonly name: "InvalidGasLimit";
12785
+ }, {
12786
+ readonly type: "error";
12787
+ readonly inputs: readonly [];
12788
+ readonly name: "InvalidQuoteToken";
12789
+ }, {
12790
+ readonly type: "error";
12791
+ readonly inputs: readonly [];
12792
+ readonly name: "OnlyVaultPortal";
12793
+ }, {
12794
+ readonly type: "error";
12795
+ readonly inputs: readonly [{
12796
+ readonly name: "owner";
12797
+ readonly internalType: "address";
12798
+ readonly type: "address";
12799
+ }];
12800
+ readonly name: "OwnableInvalidOwner";
12801
+ }, {
12802
+ readonly type: "error";
12803
+ readonly inputs: readonly [{
12804
+ readonly name: "account";
12805
+ readonly internalType: "address";
12806
+ readonly type: "address";
12807
+ }];
12808
+ readonly name: "OwnableUnauthorizedAccount";
12809
+ }, {
12810
+ readonly type: "error";
12811
+ readonly inputs: readonly [];
12812
+ readonly name: "ZeroAddress";
12813
+ }];
12814
+ };
12815
+ /**
12816
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xdbc49341E18c15374BA0db902C2dB21cA804848B)
12817
+ */
12818
+ export declare const taxProcessorABI: readonly [{
12819
+ readonly stateMutability: "nonpayable";
12820
+ readonly type: "constructor";
12821
+ readonly inputs: readonly [{
12822
+ readonly name: "weth_";
12823
+ readonly internalType: "address";
12824
+ readonly type: "address";
12825
+ }, {
12826
+ readonly name: "factory_";
12827
+ readonly internalType: "address";
12828
+ readonly type: "address";
12829
+ }];
12830
+ }, {
12831
+ readonly stateMutability: "payable";
12832
+ readonly type: "receive";
12833
+ }, {
12834
+ readonly stateMutability: "view";
12835
+ readonly type: "function";
12836
+ readonly inputs: readonly [];
12837
+ readonly name: "deflationBps";
12838
+ readonly outputs: readonly [{
12839
+ readonly name: "";
12840
+ readonly internalType: "uint16";
12841
+ readonly type: "uint16";
12842
+ }];
12843
+ }, {
12844
+ readonly stateMutability: "nonpayable";
12845
+ readonly type: "function";
12846
+ readonly inputs: readonly [];
12847
+ readonly name: "dispatch";
12848
+ readonly outputs: readonly [];
12849
+ }, {
12850
+ readonly stateMutability: "view";
12851
+ readonly type: "function";
12852
+ readonly inputs: readonly [];
12853
+ readonly name: "dividendAddress";
12854
+ readonly outputs: readonly [{
12855
+ readonly name: "";
12856
+ readonly internalType: "address";
12857
+ readonly type: "address";
12858
+ }];
12859
+ }, {
12860
+ readonly stateMutability: "view";
12861
+ readonly type: "function";
12862
+ readonly inputs: readonly [];
12863
+ readonly name: "dividendBps";
12864
+ readonly outputs: readonly [{
12865
+ readonly name: "";
12866
+ readonly internalType: "uint16";
12867
+ readonly type: "uint16";
12868
+ }];
12869
+ }, {
12870
+ readonly stateMutability: "view";
12871
+ readonly type: "function";
12872
+ readonly inputs: readonly [];
12873
+ readonly name: "dividendQuoteBalance";
12874
+ readonly outputs: readonly [{
12875
+ readonly name: "";
12876
+ readonly internalType: "uint256";
12877
+ readonly type: "uint256";
12878
+ }];
12879
+ }, {
12880
+ readonly stateMutability: "view";
12881
+ readonly type: "function";
12882
+ readonly inputs: readonly [];
12883
+ readonly name: "factory";
12884
+ readonly outputs: readonly [{
12885
+ readonly name: "";
12886
+ readonly internalType: "address";
12887
+ readonly type: "address";
12888
+ }];
12889
+ }, {
12890
+ readonly stateMutability: "view";
12891
+ readonly type: "function";
12892
+ readonly inputs: readonly [];
12893
+ readonly name: "factoryImmutable";
12894
+ readonly outputs: readonly [{
12895
+ readonly name: "";
12896
+ readonly internalType: "address";
12897
+ readonly type: "address";
12898
+ }];
12899
+ }, {
12900
+ readonly stateMutability: "view";
12901
+ readonly type: "function";
12902
+ readonly inputs: readonly [];
12903
+ readonly name: "feeQuoteBalance";
12904
+ readonly outputs: readonly [{
12905
+ readonly name: "";
12906
+ readonly internalType: "uint256";
12907
+ readonly type: "uint256";
12908
+ }];
12909
+ }, {
12910
+ readonly stateMutability: "view";
12911
+ readonly type: "function";
12912
+ readonly inputs: readonly [];
12913
+ readonly name: "feeRateCurve";
12914
+ readonly outputs: readonly [{
12915
+ readonly name: "";
12916
+ readonly internalType: "uint16";
12917
+ readonly type: "uint16";
12918
+ }];
12919
+ }, {
12920
+ readonly stateMutability: "view";
12921
+ readonly type: "function";
12922
+ readonly inputs: readonly [];
12923
+ readonly name: "feeRateDex";
12055
12924
  readonly outputs: readonly [{
12056
12925
  readonly name: "";
12057
12926
  readonly internalType: "uint16";
@@ -12103,7 +12972,11 @@ export declare const taxProcessorABI: readonly [{
12103
12972
  readonly internalType: "address";
12104
12973
  readonly type: "address";
12105
12974
  }, {
12106
- readonly name: "feeRate";
12975
+ readonly name: "feeRateCurve";
12976
+ readonly internalType: "uint16";
12977
+ readonly type: "uint16";
12978
+ }, {
12979
+ readonly name: "feeRateDex";
12107
12980
  readonly internalType: "uint16";
12108
12981
  readonly type: "uint16";
12109
12982
  }, {
@@ -12472,17 +13345,17 @@ export declare const taxProcessorABI: readonly [{
12472
13345
  readonly name: "SafeERC20FailedOperation";
12473
13346
  }];
12474
13347
  /**
12475
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xE6bD2f42d7D9019f88033AE5d901AE173954A490)
13348
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xdbc49341E18c15374BA0db902C2dB21cA804848B)
12476
13349
  */
12477
13350
  export declare const taxProcessorAddress: {
12478
- readonly 97: "0xE6bD2f42d7D9019f88033AE5d901AE173954A490";
13351
+ readonly 97: "0xdbc49341E18c15374BA0db902C2dB21cA804848B";
12479
13352
  };
12480
13353
  /**
12481
- * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xE6bD2f42d7D9019f88033AE5d901AE173954A490)
13354
+ * [__View Contract on Binance Smart Chain Testnet Bsc Scan__](https://testnet.bscscan.com/address/0xdbc49341E18c15374BA0db902C2dB21cA804848B)
12482
13355
  */
12483
13356
  export declare const taxProcessorConfig: {
12484
13357
  readonly address: {
12485
- readonly 97: "0xE6bD2f42d7D9019f88033AE5d901AE173954A490";
13358
+ readonly 97: "0xdbc49341E18c15374BA0db902C2dB21cA804848B";
12486
13359
  };
12487
13360
  readonly abi: readonly [{
12488
13361
  readonly stateMutability: "nonpayable";
@@ -12579,7 +13452,17 @@ export declare const taxProcessorConfig: {
12579
13452
  readonly stateMutability: "view";
12580
13453
  readonly type: "function";
12581
13454
  readonly inputs: readonly [];
12582
- readonly name: "feeRate";
13455
+ readonly name: "feeRateCurve";
13456
+ readonly outputs: readonly [{
13457
+ readonly name: "";
13458
+ readonly internalType: "uint16";
13459
+ readonly type: "uint16";
13460
+ }];
13461
+ }, {
13462
+ readonly stateMutability: "view";
13463
+ readonly type: "function";
13464
+ readonly inputs: readonly [];
13465
+ readonly name: "feeRateDex";
12583
13466
  readonly outputs: readonly [{
12584
13467
  readonly name: "";
12585
13468
  readonly internalType: "uint16";
@@ -12631,7 +13514,11 @@ export declare const taxProcessorConfig: {
12631
13514
  readonly internalType: "address";
12632
13515
  readonly type: "address";
12633
13516
  }, {
12634
- readonly name: "feeRate";
13517
+ readonly name: "feeRateCurve";
13518
+ readonly internalType: "uint16";
13519
+ readonly type: "uint16";
13520
+ }, {
13521
+ readonly name: "feeRateDex";
12635
13522
  readonly internalType: "uint16";
12636
13523
  readonly type: "uint16";
12637
13524
  }, {