basememe-v4-contracts-configs 0.0.5 → 0.0.6
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/chainConfigs.d.ts +128 -128
- package/index.js +335 -57
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/wagmiGenerated.d.ts +707 -39
- package/wagmiGenerated.d.ts.map +1 -1
package/wagmiGenerated.d.ts
CHANGED
|
@@ -114,7 +114,7 @@ export declare const basememeFactoryConfig: {
|
|
|
114
114
|
};
|
|
115
115
|
/**
|
|
116
116
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x0000000000000000000000000000000000000000)
|
|
117
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
117
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xA77f20116d3386b46105ea2623c50ffF53594ec7)
|
|
118
118
|
*/
|
|
119
119
|
export declare const basememeFactoryImplABI: readonly [{
|
|
120
120
|
readonly stateMutability: "nonpayable";
|
|
@@ -161,6 +161,28 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
161
161
|
}];
|
|
162
162
|
readonly name: "buyExactIn";
|
|
163
163
|
readonly outputs: readonly [];
|
|
164
|
+
}, {
|
|
165
|
+
readonly stateMutability: "payable";
|
|
166
|
+
readonly type: "function";
|
|
167
|
+
readonly inputs: readonly [{
|
|
168
|
+
readonly name: "_token";
|
|
169
|
+
readonly internalType: "address";
|
|
170
|
+
readonly type: "address";
|
|
171
|
+
}, {
|
|
172
|
+
readonly name: "_amountOutMin";
|
|
173
|
+
readonly internalType: "uint256";
|
|
174
|
+
readonly type: "uint256";
|
|
175
|
+
}, {
|
|
176
|
+
readonly name: "_tradeReferrer";
|
|
177
|
+
readonly internalType: "address";
|
|
178
|
+
readonly type: "address";
|
|
179
|
+
}, {
|
|
180
|
+
readonly name: "_to";
|
|
181
|
+
readonly internalType: "address";
|
|
182
|
+
readonly type: "address";
|
|
183
|
+
}];
|
|
184
|
+
readonly name: "buyExactInTo";
|
|
185
|
+
readonly outputs: readonly [];
|
|
164
186
|
}, {
|
|
165
187
|
readonly stateMutability: "payable";
|
|
166
188
|
readonly type: "function";
|
|
@@ -183,6 +205,32 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
183
205
|
}];
|
|
184
206
|
readonly name: "buyExactInWithCollateral";
|
|
185
207
|
readonly outputs: readonly [];
|
|
208
|
+
}, {
|
|
209
|
+
readonly stateMutability: "payable";
|
|
210
|
+
readonly type: "function";
|
|
211
|
+
readonly inputs: readonly [{
|
|
212
|
+
readonly name: "_token";
|
|
213
|
+
readonly internalType: "address";
|
|
214
|
+
readonly type: "address";
|
|
215
|
+
}, {
|
|
216
|
+
readonly name: "_collateralAmountIn";
|
|
217
|
+
readonly internalType: "uint256";
|
|
218
|
+
readonly type: "uint256";
|
|
219
|
+
}, {
|
|
220
|
+
readonly name: "_amountOutMin";
|
|
221
|
+
readonly internalType: "uint256";
|
|
222
|
+
readonly type: "uint256";
|
|
223
|
+
}, {
|
|
224
|
+
readonly name: "_tradeReferrer";
|
|
225
|
+
readonly internalType: "address";
|
|
226
|
+
readonly type: "address";
|
|
227
|
+
}, {
|
|
228
|
+
readonly name: "_to";
|
|
229
|
+
readonly internalType: "address";
|
|
230
|
+
readonly type: "address";
|
|
231
|
+
}];
|
|
232
|
+
readonly name: "buyExactInWithCollateralTo";
|
|
233
|
+
readonly outputs: readonly [];
|
|
186
234
|
}, {
|
|
187
235
|
readonly stateMutability: "payable";
|
|
188
236
|
readonly type: "function";
|
|
@@ -205,6 +253,32 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
205
253
|
}];
|
|
206
254
|
readonly name: "buyExactOut";
|
|
207
255
|
readonly outputs: readonly [];
|
|
256
|
+
}, {
|
|
257
|
+
readonly stateMutability: "payable";
|
|
258
|
+
readonly type: "function";
|
|
259
|
+
readonly inputs: readonly [{
|
|
260
|
+
readonly name: "_token";
|
|
261
|
+
readonly internalType: "address";
|
|
262
|
+
readonly type: "address";
|
|
263
|
+
}, {
|
|
264
|
+
readonly name: "_tokenAmount";
|
|
265
|
+
readonly internalType: "uint256";
|
|
266
|
+
readonly type: "uint256";
|
|
267
|
+
}, {
|
|
268
|
+
readonly name: "_maxCollateralAmount";
|
|
269
|
+
readonly internalType: "uint256";
|
|
270
|
+
readonly type: "uint256";
|
|
271
|
+
}, {
|
|
272
|
+
readonly name: "_tradeReferrer";
|
|
273
|
+
readonly internalType: "address";
|
|
274
|
+
readonly type: "address";
|
|
275
|
+
}, {
|
|
276
|
+
readonly name: "_to";
|
|
277
|
+
readonly internalType: "address";
|
|
278
|
+
readonly type: "address";
|
|
279
|
+
}];
|
|
280
|
+
readonly name: "buyExactOutTo";
|
|
281
|
+
readonly outputs: readonly [];
|
|
208
282
|
}, {
|
|
209
283
|
readonly stateMutability: "view";
|
|
210
284
|
readonly type: "function";
|
|
@@ -225,20 +299,6 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
225
299
|
readonly internalType: "bytes";
|
|
226
300
|
readonly type: "bytes";
|
|
227
301
|
}];
|
|
228
|
-
}, {
|
|
229
|
-
readonly stateMutability: "view";
|
|
230
|
-
readonly type: "function";
|
|
231
|
-
readonly inputs: readonly [{
|
|
232
|
-
readonly name: "";
|
|
233
|
-
readonly internalType: "address";
|
|
234
|
-
readonly type: "address";
|
|
235
|
-
}];
|
|
236
|
-
readonly name: "collateralConfigSet";
|
|
237
|
-
readonly outputs: readonly [{
|
|
238
|
-
readonly name: "";
|
|
239
|
-
readonly internalType: "bool";
|
|
240
|
-
readonly type: "bool";
|
|
241
|
-
}];
|
|
242
302
|
}, {
|
|
243
303
|
readonly stateMutability: "view";
|
|
244
304
|
readonly type: "function";
|
|
@@ -314,6 +374,20 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
314
374
|
readonly internalType: "uint8";
|
|
315
375
|
readonly type: "uint8";
|
|
316
376
|
}];
|
|
377
|
+
}, {
|
|
378
|
+
readonly stateMutability: "view";
|
|
379
|
+
readonly type: "function";
|
|
380
|
+
readonly inputs: readonly [{
|
|
381
|
+
readonly name: "";
|
|
382
|
+
readonly internalType: "address";
|
|
383
|
+
readonly type: "address";
|
|
384
|
+
}];
|
|
385
|
+
readonly name: "collateralEnabled";
|
|
386
|
+
readonly outputs: readonly [{
|
|
387
|
+
readonly name: "";
|
|
388
|
+
readonly internalType: "bool";
|
|
389
|
+
readonly type: "bool";
|
|
390
|
+
}];
|
|
317
391
|
}, {
|
|
318
392
|
readonly stateMutability: "pure";
|
|
319
393
|
readonly type: "function";
|
|
@@ -650,6 +724,20 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
650
724
|
readonly internalType: "bool";
|
|
651
725
|
readonly type: "bool";
|
|
652
726
|
}];
|
|
727
|
+
}, {
|
|
728
|
+
readonly stateMutability: "view";
|
|
729
|
+
readonly type: "function";
|
|
730
|
+
readonly inputs: readonly [{
|
|
731
|
+
readonly name: "";
|
|
732
|
+
readonly internalType: "address";
|
|
733
|
+
readonly type: "address";
|
|
734
|
+
}];
|
|
735
|
+
readonly name: "isTrustedCaller";
|
|
736
|
+
readonly outputs: readonly [{
|
|
737
|
+
readonly name: "";
|
|
738
|
+
readonly internalType: "bool";
|
|
739
|
+
readonly type: "bool";
|
|
740
|
+
}];
|
|
653
741
|
}, {
|
|
654
742
|
readonly stateMutability: "nonpayable";
|
|
655
743
|
readonly type: "function";
|
|
@@ -736,6 +824,32 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
736
824
|
}];
|
|
737
825
|
readonly name: "sellExactIn";
|
|
738
826
|
readonly outputs: readonly [];
|
|
827
|
+
}, {
|
|
828
|
+
readonly stateMutability: "nonpayable";
|
|
829
|
+
readonly type: "function";
|
|
830
|
+
readonly inputs: readonly [{
|
|
831
|
+
readonly name: "_token";
|
|
832
|
+
readonly internalType: "address";
|
|
833
|
+
readonly type: "address";
|
|
834
|
+
}, {
|
|
835
|
+
readonly name: "_from";
|
|
836
|
+
readonly internalType: "address";
|
|
837
|
+
readonly type: "address";
|
|
838
|
+
}, {
|
|
839
|
+
readonly name: "_tokenAmount";
|
|
840
|
+
readonly internalType: "uint256";
|
|
841
|
+
readonly type: "uint256";
|
|
842
|
+
}, {
|
|
843
|
+
readonly name: "_amountCollateralMin";
|
|
844
|
+
readonly internalType: "uint256";
|
|
845
|
+
readonly type: "uint256";
|
|
846
|
+
}, {
|
|
847
|
+
readonly name: "_tradeReferrer";
|
|
848
|
+
readonly internalType: "address";
|
|
849
|
+
readonly type: "address";
|
|
850
|
+
}];
|
|
851
|
+
readonly name: "sellExactInFrom";
|
|
852
|
+
readonly outputs: readonly [];
|
|
739
853
|
}, {
|
|
740
854
|
readonly stateMutability: "nonpayable";
|
|
741
855
|
readonly type: "function";
|
|
@@ -758,6 +872,32 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
758
872
|
}];
|
|
759
873
|
readonly name: "sellExactOut";
|
|
760
874
|
readonly outputs: readonly [];
|
|
875
|
+
}, {
|
|
876
|
+
readonly stateMutability: "nonpayable";
|
|
877
|
+
readonly type: "function";
|
|
878
|
+
readonly inputs: readonly [{
|
|
879
|
+
readonly name: "_token";
|
|
880
|
+
readonly internalType: "address";
|
|
881
|
+
readonly type: "address";
|
|
882
|
+
}, {
|
|
883
|
+
readonly name: "_from";
|
|
884
|
+
readonly internalType: "address";
|
|
885
|
+
readonly type: "address";
|
|
886
|
+
}, {
|
|
887
|
+
readonly name: "_tokenAmountMax";
|
|
888
|
+
readonly internalType: "uint256";
|
|
889
|
+
readonly type: "uint256";
|
|
890
|
+
}, {
|
|
891
|
+
readonly name: "_amountCollateral";
|
|
892
|
+
readonly internalType: "uint256";
|
|
893
|
+
readonly type: "uint256";
|
|
894
|
+
}, {
|
|
895
|
+
readonly name: "_tradeReferrer";
|
|
896
|
+
readonly internalType: "address";
|
|
897
|
+
readonly type: "address";
|
|
898
|
+
}];
|
|
899
|
+
readonly name: "sellExactOutFrom";
|
|
900
|
+
readonly outputs: readonly [];
|
|
761
901
|
}, {
|
|
762
902
|
readonly stateMutability: "nonpayable";
|
|
763
903
|
readonly type: "function";
|
|
@@ -843,6 +983,20 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
843
983
|
}];
|
|
844
984
|
readonly name: "setCollateralConfig";
|
|
845
985
|
readonly outputs: readonly [];
|
|
986
|
+
}, {
|
|
987
|
+
readonly stateMutability: "nonpayable";
|
|
988
|
+
readonly type: "function";
|
|
989
|
+
readonly inputs: readonly [{
|
|
990
|
+
readonly name: "_collateralToken";
|
|
991
|
+
readonly internalType: "address";
|
|
992
|
+
readonly type: "address";
|
|
993
|
+
}, {
|
|
994
|
+
readonly name: "enabled";
|
|
995
|
+
readonly internalType: "bool";
|
|
996
|
+
readonly type: "bool";
|
|
997
|
+
}];
|
|
998
|
+
readonly name: "setCollateralEnabled";
|
|
999
|
+
readonly outputs: readonly [];
|
|
846
1000
|
}, {
|
|
847
1001
|
readonly stateMutability: "nonpayable";
|
|
848
1002
|
readonly type: "function";
|
|
@@ -863,6 +1017,20 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
863
1017
|
}];
|
|
864
1018
|
readonly name: "setSigner";
|
|
865
1019
|
readonly outputs: readonly [];
|
|
1020
|
+
}, {
|
|
1021
|
+
readonly stateMutability: "nonpayable";
|
|
1022
|
+
readonly type: "function";
|
|
1023
|
+
readonly inputs: readonly [{
|
|
1024
|
+
readonly name: "caller";
|
|
1025
|
+
readonly internalType: "address";
|
|
1026
|
+
readonly type: "address";
|
|
1027
|
+
}, {
|
|
1028
|
+
readonly name: "allowed";
|
|
1029
|
+
readonly internalType: "bool";
|
|
1030
|
+
readonly type: "bool";
|
|
1031
|
+
}];
|
|
1032
|
+
readonly name: "setTrustedCaller";
|
|
1033
|
+
readonly outputs: readonly [];
|
|
866
1034
|
}, {
|
|
867
1035
|
readonly stateMutability: "nonpayable";
|
|
868
1036
|
readonly type: "function";
|
|
@@ -999,6 +1167,41 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
999
1167
|
readonly indexed: false;
|
|
1000
1168
|
}];
|
|
1001
1169
|
readonly name: "Buy";
|
|
1170
|
+
}, {
|
|
1171
|
+
readonly type: "event";
|
|
1172
|
+
readonly anonymous: false;
|
|
1173
|
+
readonly inputs: readonly [{
|
|
1174
|
+
readonly name: "caller";
|
|
1175
|
+
readonly internalType: "address";
|
|
1176
|
+
readonly type: "address";
|
|
1177
|
+
readonly indexed: true;
|
|
1178
|
+
}, {
|
|
1179
|
+
readonly name: "recipient";
|
|
1180
|
+
readonly internalType: "address";
|
|
1181
|
+
readonly type: "address";
|
|
1182
|
+
readonly indexed: true;
|
|
1183
|
+
}, {
|
|
1184
|
+
readonly name: "token";
|
|
1185
|
+
readonly internalType: "address";
|
|
1186
|
+
readonly type: "address";
|
|
1187
|
+
readonly indexed: true;
|
|
1188
|
+
}];
|
|
1189
|
+
readonly name: "BuyRecipient";
|
|
1190
|
+
}, {
|
|
1191
|
+
readonly type: "event";
|
|
1192
|
+
readonly anonymous: false;
|
|
1193
|
+
readonly inputs: readonly [{
|
|
1194
|
+
readonly name: "collateralToken";
|
|
1195
|
+
readonly internalType: "address";
|
|
1196
|
+
readonly type: "address";
|
|
1197
|
+
readonly indexed: true;
|
|
1198
|
+
}, {
|
|
1199
|
+
readonly name: "enabled";
|
|
1200
|
+
readonly internalType: "bool";
|
|
1201
|
+
readonly type: "bool";
|
|
1202
|
+
readonly indexed: false;
|
|
1203
|
+
}];
|
|
1204
|
+
readonly name: "CollateralEnabledUpdated";
|
|
1002
1205
|
}, {
|
|
1003
1206
|
readonly type: "event";
|
|
1004
1207
|
readonly anonymous: false;
|
|
@@ -1119,6 +1322,86 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
1119
1322
|
readonly indexed: false;
|
|
1120
1323
|
}];
|
|
1121
1324
|
readonly name: "NewBasememeToken";
|
|
1325
|
+
}, {
|
|
1326
|
+
readonly type: "event";
|
|
1327
|
+
readonly anonymous: false;
|
|
1328
|
+
readonly inputs: readonly [{
|
|
1329
|
+
readonly name: "addr";
|
|
1330
|
+
readonly internalType: "address";
|
|
1331
|
+
readonly type: "address";
|
|
1332
|
+
readonly indexed: true;
|
|
1333
|
+
}, {
|
|
1334
|
+
readonly name: "bondingCurve";
|
|
1335
|
+
readonly internalType: "address";
|
|
1336
|
+
readonly type: "address";
|
|
1337
|
+
readonly indexed: true;
|
|
1338
|
+
}, {
|
|
1339
|
+
readonly name: "initialTokenSupply";
|
|
1340
|
+
readonly internalType: "uint256";
|
|
1341
|
+
readonly type: "uint256";
|
|
1342
|
+
readonly indexed: false;
|
|
1343
|
+
}, {
|
|
1344
|
+
readonly name: "virtualCollateralReservesInitial";
|
|
1345
|
+
readonly internalType: "uint256";
|
|
1346
|
+
readonly type: "uint256";
|
|
1347
|
+
readonly indexed: false;
|
|
1348
|
+
}, {
|
|
1349
|
+
readonly name: "virtualTokenReservesInitial";
|
|
1350
|
+
readonly internalType: "uint256";
|
|
1351
|
+
readonly type: "uint256";
|
|
1352
|
+
readonly indexed: false;
|
|
1353
|
+
}, {
|
|
1354
|
+
readonly name: "feeBPS";
|
|
1355
|
+
readonly internalType: "uint256";
|
|
1356
|
+
readonly type: "uint256";
|
|
1357
|
+
readonly indexed: false;
|
|
1358
|
+
}, {
|
|
1359
|
+
readonly name: "mcLowerLimit";
|
|
1360
|
+
readonly internalType: "uint256";
|
|
1361
|
+
readonly type: "uint256";
|
|
1362
|
+
readonly indexed: false;
|
|
1363
|
+
}, {
|
|
1364
|
+
readonly name: "mcUpperLimit";
|
|
1365
|
+
readonly internalType: "uint256";
|
|
1366
|
+
readonly type: "uint256";
|
|
1367
|
+
readonly indexed: false;
|
|
1368
|
+
}, {
|
|
1369
|
+
readonly name: "tokensMigrationThreshold";
|
|
1370
|
+
readonly internalType: "uint256";
|
|
1371
|
+
readonly type: "uint256";
|
|
1372
|
+
readonly indexed: false;
|
|
1373
|
+
}, {
|
|
1374
|
+
readonly name: "fixedMigrationFee";
|
|
1375
|
+
readonly internalType: "uint256";
|
|
1376
|
+
readonly type: "uint256";
|
|
1377
|
+
readonly indexed: false;
|
|
1378
|
+
}, {
|
|
1379
|
+
readonly name: "poolCreationFee";
|
|
1380
|
+
readonly internalType: "uint256";
|
|
1381
|
+
readonly type: "uint256";
|
|
1382
|
+
readonly indexed: false;
|
|
1383
|
+
}, {
|
|
1384
|
+
readonly name: "firstBuyFee";
|
|
1385
|
+
readonly internalType: "uint256";
|
|
1386
|
+
readonly type: "uint256";
|
|
1387
|
+
readonly indexed: false;
|
|
1388
|
+
}, {
|
|
1389
|
+
readonly name: "targetCollectionAmount";
|
|
1390
|
+
readonly internalType: "uint256";
|
|
1391
|
+
readonly type: "uint256";
|
|
1392
|
+
readonly indexed: false;
|
|
1393
|
+
}, {
|
|
1394
|
+
readonly name: "collateralToken";
|
|
1395
|
+
readonly internalType: "address";
|
|
1396
|
+
readonly type: "address";
|
|
1397
|
+
readonly indexed: false;
|
|
1398
|
+
}, {
|
|
1399
|
+
readonly name: "v4LpFee";
|
|
1400
|
+
readonly internalType: "uint24";
|
|
1401
|
+
readonly type: "uint24";
|
|
1402
|
+
readonly indexed: false;
|
|
1403
|
+
}];
|
|
1404
|
+
readonly name: "NewBasememeTokenCurveParams";
|
|
1122
1405
|
}, {
|
|
1123
1406
|
readonly type: "event";
|
|
1124
1407
|
readonly anonymous: false;
|
|
@@ -1189,6 +1472,41 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
1189
1472
|
readonly indexed: false;
|
|
1190
1473
|
}];
|
|
1191
1474
|
readonly name: "Sell";
|
|
1475
|
+
}, {
|
|
1476
|
+
readonly type: "event";
|
|
1477
|
+
readonly anonymous: false;
|
|
1478
|
+
readonly inputs: readonly [{
|
|
1479
|
+
readonly name: "caller";
|
|
1480
|
+
readonly internalType: "address";
|
|
1481
|
+
readonly type: "address";
|
|
1482
|
+
readonly indexed: true;
|
|
1483
|
+
}, {
|
|
1484
|
+
readonly name: "recipient";
|
|
1485
|
+
readonly internalType: "address";
|
|
1486
|
+
readonly type: "address";
|
|
1487
|
+
readonly indexed: true;
|
|
1488
|
+
}, {
|
|
1489
|
+
readonly name: "token";
|
|
1490
|
+
readonly internalType: "address";
|
|
1491
|
+
readonly type: "address";
|
|
1492
|
+
readonly indexed: true;
|
|
1493
|
+
}];
|
|
1494
|
+
readonly name: "SellRecipient";
|
|
1495
|
+
}, {
|
|
1496
|
+
readonly type: "event";
|
|
1497
|
+
readonly anonymous: false;
|
|
1498
|
+
readonly inputs: readonly [{
|
|
1499
|
+
readonly name: "caller";
|
|
1500
|
+
readonly internalType: "address";
|
|
1501
|
+
readonly type: "address";
|
|
1502
|
+
readonly indexed: true;
|
|
1503
|
+
}, {
|
|
1504
|
+
readonly name: "allowed";
|
|
1505
|
+
readonly internalType: "bool";
|
|
1506
|
+
readonly type: "bool";
|
|
1507
|
+
readonly indexed: false;
|
|
1508
|
+
}];
|
|
1509
|
+
readonly name: "TrustedCallerUpdated";
|
|
1192
1510
|
}, {
|
|
1193
1511
|
readonly type: "event";
|
|
1194
1512
|
readonly anonymous: false;
|
|
@@ -1287,6 +1605,10 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
1287
1605
|
readonly type: "error";
|
|
1288
1606
|
readonly inputs: readonly [];
|
|
1289
1607
|
readonly name: "BuyExactInUnsupportedForErc20Collateral";
|
|
1608
|
+
}, {
|
|
1609
|
+
readonly type: "error";
|
|
1610
|
+
readonly inputs: readonly [];
|
|
1611
|
+
readonly name: "CollateralDisabled";
|
|
1290
1612
|
}, {
|
|
1291
1613
|
readonly type: "error";
|
|
1292
1614
|
readonly inputs: readonly [];
|
|
@@ -1383,6 +1705,10 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
1383
1705
|
readonly type: "error";
|
|
1384
1706
|
readonly inputs: readonly [];
|
|
1385
1707
|
readonly name: "NotReadyForMigration";
|
|
1708
|
+
}, {
|
|
1709
|
+
readonly type: "error";
|
|
1710
|
+
readonly inputs: readonly [];
|
|
1711
|
+
readonly name: "NotTrustedCaller";
|
|
1386
1712
|
}, {
|
|
1387
1713
|
readonly type: "error";
|
|
1388
1714
|
readonly inputs: readonly [{
|
|
@@ -1450,20 +1776,20 @@ export declare const basememeFactoryImplABI: readonly [{
|
|
|
1450
1776
|
}];
|
|
1451
1777
|
/**
|
|
1452
1778
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x0000000000000000000000000000000000000000)
|
|
1453
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
1779
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xA77f20116d3386b46105ea2623c50ffF53594ec7)
|
|
1454
1780
|
*/
|
|
1455
1781
|
export declare const basememeFactoryImplAddress: {
|
|
1456
1782
|
readonly 8453: "0x0000000000000000000000000000000000000000";
|
|
1457
|
-
readonly 84532: "
|
|
1783
|
+
readonly 84532: "0xA77f20116d3386b46105ea2623c50ffF53594ec7";
|
|
1458
1784
|
};
|
|
1459
1785
|
/**
|
|
1460
1786
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x0000000000000000000000000000000000000000)
|
|
1461
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
1787
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0xA77f20116d3386b46105ea2623c50ffF53594ec7)
|
|
1462
1788
|
*/
|
|
1463
1789
|
export declare const basememeFactoryImplConfig: {
|
|
1464
1790
|
readonly address: {
|
|
1465
1791
|
readonly 8453: "0x0000000000000000000000000000000000000000";
|
|
1466
|
-
readonly 84532: "
|
|
1792
|
+
readonly 84532: "0xA77f20116d3386b46105ea2623c50ffF53594ec7";
|
|
1467
1793
|
};
|
|
1468
1794
|
readonly abi: readonly [{
|
|
1469
1795
|
readonly stateMutability: "nonpayable";
|
|
@@ -1510,6 +1836,28 @@ export declare const basememeFactoryImplConfig: {
|
|
|
1510
1836
|
}];
|
|
1511
1837
|
readonly name: "buyExactIn";
|
|
1512
1838
|
readonly outputs: readonly [];
|
|
1839
|
+
}, {
|
|
1840
|
+
readonly stateMutability: "payable";
|
|
1841
|
+
readonly type: "function";
|
|
1842
|
+
readonly inputs: readonly [{
|
|
1843
|
+
readonly name: "_token";
|
|
1844
|
+
readonly internalType: "address";
|
|
1845
|
+
readonly type: "address";
|
|
1846
|
+
}, {
|
|
1847
|
+
readonly name: "_amountOutMin";
|
|
1848
|
+
readonly internalType: "uint256";
|
|
1849
|
+
readonly type: "uint256";
|
|
1850
|
+
}, {
|
|
1851
|
+
readonly name: "_tradeReferrer";
|
|
1852
|
+
readonly internalType: "address";
|
|
1853
|
+
readonly type: "address";
|
|
1854
|
+
}, {
|
|
1855
|
+
readonly name: "_to";
|
|
1856
|
+
readonly internalType: "address";
|
|
1857
|
+
readonly type: "address";
|
|
1858
|
+
}];
|
|
1859
|
+
readonly name: "buyExactInTo";
|
|
1860
|
+
readonly outputs: readonly [];
|
|
1513
1861
|
}, {
|
|
1514
1862
|
readonly stateMutability: "payable";
|
|
1515
1863
|
readonly type: "function";
|
|
@@ -1532,6 +1880,32 @@ export declare const basememeFactoryImplConfig: {
|
|
|
1532
1880
|
}];
|
|
1533
1881
|
readonly name: "buyExactInWithCollateral";
|
|
1534
1882
|
readonly outputs: readonly [];
|
|
1883
|
+
}, {
|
|
1884
|
+
readonly stateMutability: "payable";
|
|
1885
|
+
readonly type: "function";
|
|
1886
|
+
readonly inputs: readonly [{
|
|
1887
|
+
readonly name: "_token";
|
|
1888
|
+
readonly internalType: "address";
|
|
1889
|
+
readonly type: "address";
|
|
1890
|
+
}, {
|
|
1891
|
+
readonly name: "_collateralAmountIn";
|
|
1892
|
+
readonly internalType: "uint256";
|
|
1893
|
+
readonly type: "uint256";
|
|
1894
|
+
}, {
|
|
1895
|
+
readonly name: "_amountOutMin";
|
|
1896
|
+
readonly internalType: "uint256";
|
|
1897
|
+
readonly type: "uint256";
|
|
1898
|
+
}, {
|
|
1899
|
+
readonly name: "_tradeReferrer";
|
|
1900
|
+
readonly internalType: "address";
|
|
1901
|
+
readonly type: "address";
|
|
1902
|
+
}, {
|
|
1903
|
+
readonly name: "_to";
|
|
1904
|
+
readonly internalType: "address";
|
|
1905
|
+
readonly type: "address";
|
|
1906
|
+
}];
|
|
1907
|
+
readonly name: "buyExactInWithCollateralTo";
|
|
1908
|
+
readonly outputs: readonly [];
|
|
1535
1909
|
}, {
|
|
1536
1910
|
readonly stateMutability: "payable";
|
|
1537
1911
|
readonly type: "function";
|
|
@@ -1554,6 +1928,32 @@ export declare const basememeFactoryImplConfig: {
|
|
|
1554
1928
|
}];
|
|
1555
1929
|
readonly name: "buyExactOut";
|
|
1556
1930
|
readonly outputs: readonly [];
|
|
1931
|
+
}, {
|
|
1932
|
+
readonly stateMutability: "payable";
|
|
1933
|
+
readonly type: "function";
|
|
1934
|
+
readonly inputs: readonly [{
|
|
1935
|
+
readonly name: "_token";
|
|
1936
|
+
readonly internalType: "address";
|
|
1937
|
+
readonly type: "address";
|
|
1938
|
+
}, {
|
|
1939
|
+
readonly name: "_tokenAmount";
|
|
1940
|
+
readonly internalType: "uint256";
|
|
1941
|
+
readonly type: "uint256";
|
|
1942
|
+
}, {
|
|
1943
|
+
readonly name: "_maxCollateralAmount";
|
|
1944
|
+
readonly internalType: "uint256";
|
|
1945
|
+
readonly type: "uint256";
|
|
1946
|
+
}, {
|
|
1947
|
+
readonly name: "_tradeReferrer";
|
|
1948
|
+
readonly internalType: "address";
|
|
1949
|
+
readonly type: "address";
|
|
1950
|
+
}, {
|
|
1951
|
+
readonly name: "_to";
|
|
1952
|
+
readonly internalType: "address";
|
|
1953
|
+
readonly type: "address";
|
|
1954
|
+
}];
|
|
1955
|
+
readonly name: "buyExactOutTo";
|
|
1956
|
+
readonly outputs: readonly [];
|
|
1557
1957
|
}, {
|
|
1558
1958
|
readonly stateMutability: "view";
|
|
1559
1959
|
readonly type: "function";
|
|
@@ -1572,21 +1972,7 @@ export declare const basememeFactoryImplConfig: {
|
|
|
1572
1972
|
readonly outputs: readonly [{
|
|
1573
1973
|
readonly name: "";
|
|
1574
1974
|
readonly internalType: "bytes";
|
|
1575
|
-
readonly type: "bytes";
|
|
1576
|
-
}];
|
|
1577
|
-
}, {
|
|
1578
|
-
readonly stateMutability: "view";
|
|
1579
|
-
readonly type: "function";
|
|
1580
|
-
readonly inputs: readonly [{
|
|
1581
|
-
readonly name: "";
|
|
1582
|
-
readonly internalType: "address";
|
|
1583
|
-
readonly type: "address";
|
|
1584
|
-
}];
|
|
1585
|
-
readonly name: "collateralConfigSet";
|
|
1586
|
-
readonly outputs: readonly [{
|
|
1587
|
-
readonly name: "";
|
|
1588
|
-
readonly internalType: "bool";
|
|
1589
|
-
readonly type: "bool";
|
|
1975
|
+
readonly type: "bytes";
|
|
1590
1976
|
}];
|
|
1591
1977
|
}, {
|
|
1592
1978
|
readonly stateMutability: "view";
|
|
@@ -1663,6 +2049,20 @@ export declare const basememeFactoryImplConfig: {
|
|
|
1663
2049
|
readonly internalType: "uint8";
|
|
1664
2050
|
readonly type: "uint8";
|
|
1665
2051
|
}];
|
|
2052
|
+
}, {
|
|
2053
|
+
readonly stateMutability: "view";
|
|
2054
|
+
readonly type: "function";
|
|
2055
|
+
readonly inputs: readonly [{
|
|
2056
|
+
readonly name: "";
|
|
2057
|
+
readonly internalType: "address";
|
|
2058
|
+
readonly type: "address";
|
|
2059
|
+
}];
|
|
2060
|
+
readonly name: "collateralEnabled";
|
|
2061
|
+
readonly outputs: readonly [{
|
|
2062
|
+
readonly name: "";
|
|
2063
|
+
readonly internalType: "bool";
|
|
2064
|
+
readonly type: "bool";
|
|
2065
|
+
}];
|
|
1666
2066
|
}, {
|
|
1667
2067
|
readonly stateMutability: "pure";
|
|
1668
2068
|
readonly type: "function";
|
|
@@ -1999,6 +2399,20 @@ export declare const basememeFactoryImplConfig: {
|
|
|
1999
2399
|
readonly internalType: "bool";
|
|
2000
2400
|
readonly type: "bool";
|
|
2001
2401
|
}];
|
|
2402
|
+
}, {
|
|
2403
|
+
readonly stateMutability: "view";
|
|
2404
|
+
readonly type: "function";
|
|
2405
|
+
readonly inputs: readonly [{
|
|
2406
|
+
readonly name: "";
|
|
2407
|
+
readonly internalType: "address";
|
|
2408
|
+
readonly type: "address";
|
|
2409
|
+
}];
|
|
2410
|
+
readonly name: "isTrustedCaller";
|
|
2411
|
+
readonly outputs: readonly [{
|
|
2412
|
+
readonly name: "";
|
|
2413
|
+
readonly internalType: "bool";
|
|
2414
|
+
readonly type: "bool";
|
|
2415
|
+
}];
|
|
2002
2416
|
}, {
|
|
2003
2417
|
readonly stateMutability: "nonpayable";
|
|
2004
2418
|
readonly type: "function";
|
|
@@ -2085,6 +2499,32 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2085
2499
|
}];
|
|
2086
2500
|
readonly name: "sellExactIn";
|
|
2087
2501
|
readonly outputs: readonly [];
|
|
2502
|
+
}, {
|
|
2503
|
+
readonly stateMutability: "nonpayable";
|
|
2504
|
+
readonly type: "function";
|
|
2505
|
+
readonly inputs: readonly [{
|
|
2506
|
+
readonly name: "_token";
|
|
2507
|
+
readonly internalType: "address";
|
|
2508
|
+
readonly type: "address";
|
|
2509
|
+
}, {
|
|
2510
|
+
readonly name: "_from";
|
|
2511
|
+
readonly internalType: "address";
|
|
2512
|
+
readonly type: "address";
|
|
2513
|
+
}, {
|
|
2514
|
+
readonly name: "_tokenAmount";
|
|
2515
|
+
readonly internalType: "uint256";
|
|
2516
|
+
readonly type: "uint256";
|
|
2517
|
+
}, {
|
|
2518
|
+
readonly name: "_amountCollateralMin";
|
|
2519
|
+
readonly internalType: "uint256";
|
|
2520
|
+
readonly type: "uint256";
|
|
2521
|
+
}, {
|
|
2522
|
+
readonly name: "_tradeReferrer";
|
|
2523
|
+
readonly internalType: "address";
|
|
2524
|
+
readonly type: "address";
|
|
2525
|
+
}];
|
|
2526
|
+
readonly name: "sellExactInFrom";
|
|
2527
|
+
readonly outputs: readonly [];
|
|
2088
2528
|
}, {
|
|
2089
2529
|
readonly stateMutability: "nonpayable";
|
|
2090
2530
|
readonly type: "function";
|
|
@@ -2107,6 +2547,32 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2107
2547
|
}];
|
|
2108
2548
|
readonly name: "sellExactOut";
|
|
2109
2549
|
readonly outputs: readonly [];
|
|
2550
|
+
}, {
|
|
2551
|
+
readonly stateMutability: "nonpayable";
|
|
2552
|
+
readonly type: "function";
|
|
2553
|
+
readonly inputs: readonly [{
|
|
2554
|
+
readonly name: "_token";
|
|
2555
|
+
readonly internalType: "address";
|
|
2556
|
+
readonly type: "address";
|
|
2557
|
+
}, {
|
|
2558
|
+
readonly name: "_from";
|
|
2559
|
+
readonly internalType: "address";
|
|
2560
|
+
readonly type: "address";
|
|
2561
|
+
}, {
|
|
2562
|
+
readonly name: "_tokenAmountMax";
|
|
2563
|
+
readonly internalType: "uint256";
|
|
2564
|
+
readonly type: "uint256";
|
|
2565
|
+
}, {
|
|
2566
|
+
readonly name: "_amountCollateral";
|
|
2567
|
+
readonly internalType: "uint256";
|
|
2568
|
+
readonly type: "uint256";
|
|
2569
|
+
}, {
|
|
2570
|
+
readonly name: "_tradeReferrer";
|
|
2571
|
+
readonly internalType: "address";
|
|
2572
|
+
readonly type: "address";
|
|
2573
|
+
}];
|
|
2574
|
+
readonly name: "sellExactOutFrom";
|
|
2575
|
+
readonly outputs: readonly [];
|
|
2110
2576
|
}, {
|
|
2111
2577
|
readonly stateMutability: "nonpayable";
|
|
2112
2578
|
readonly type: "function";
|
|
@@ -2192,6 +2658,20 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2192
2658
|
}];
|
|
2193
2659
|
readonly name: "setCollateralConfig";
|
|
2194
2660
|
readonly outputs: readonly [];
|
|
2661
|
+
}, {
|
|
2662
|
+
readonly stateMutability: "nonpayable";
|
|
2663
|
+
readonly type: "function";
|
|
2664
|
+
readonly inputs: readonly [{
|
|
2665
|
+
readonly name: "_collateralToken";
|
|
2666
|
+
readonly internalType: "address";
|
|
2667
|
+
readonly type: "address";
|
|
2668
|
+
}, {
|
|
2669
|
+
readonly name: "enabled";
|
|
2670
|
+
readonly internalType: "bool";
|
|
2671
|
+
readonly type: "bool";
|
|
2672
|
+
}];
|
|
2673
|
+
readonly name: "setCollateralEnabled";
|
|
2674
|
+
readonly outputs: readonly [];
|
|
2195
2675
|
}, {
|
|
2196
2676
|
readonly stateMutability: "nonpayable";
|
|
2197
2677
|
readonly type: "function";
|
|
@@ -2212,6 +2692,20 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2212
2692
|
}];
|
|
2213
2693
|
readonly name: "setSigner";
|
|
2214
2694
|
readonly outputs: readonly [];
|
|
2695
|
+
}, {
|
|
2696
|
+
readonly stateMutability: "nonpayable";
|
|
2697
|
+
readonly type: "function";
|
|
2698
|
+
readonly inputs: readonly [{
|
|
2699
|
+
readonly name: "caller";
|
|
2700
|
+
readonly internalType: "address";
|
|
2701
|
+
readonly type: "address";
|
|
2702
|
+
}, {
|
|
2703
|
+
readonly name: "allowed";
|
|
2704
|
+
readonly internalType: "bool";
|
|
2705
|
+
readonly type: "bool";
|
|
2706
|
+
}];
|
|
2707
|
+
readonly name: "setTrustedCaller";
|
|
2708
|
+
readonly outputs: readonly [];
|
|
2215
2709
|
}, {
|
|
2216
2710
|
readonly stateMutability: "nonpayable";
|
|
2217
2711
|
readonly type: "function";
|
|
@@ -2348,6 +2842,41 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2348
2842
|
readonly indexed: false;
|
|
2349
2843
|
}];
|
|
2350
2844
|
readonly name: "Buy";
|
|
2845
|
+
}, {
|
|
2846
|
+
readonly type: "event";
|
|
2847
|
+
readonly anonymous: false;
|
|
2848
|
+
readonly inputs: readonly [{
|
|
2849
|
+
readonly name: "caller";
|
|
2850
|
+
readonly internalType: "address";
|
|
2851
|
+
readonly type: "address";
|
|
2852
|
+
readonly indexed: true;
|
|
2853
|
+
}, {
|
|
2854
|
+
readonly name: "recipient";
|
|
2855
|
+
readonly internalType: "address";
|
|
2856
|
+
readonly type: "address";
|
|
2857
|
+
readonly indexed: true;
|
|
2858
|
+
}, {
|
|
2859
|
+
readonly name: "token";
|
|
2860
|
+
readonly internalType: "address";
|
|
2861
|
+
readonly type: "address";
|
|
2862
|
+
readonly indexed: true;
|
|
2863
|
+
}];
|
|
2864
|
+
readonly name: "BuyRecipient";
|
|
2865
|
+
}, {
|
|
2866
|
+
readonly type: "event";
|
|
2867
|
+
readonly anonymous: false;
|
|
2868
|
+
readonly inputs: readonly [{
|
|
2869
|
+
readonly name: "collateralToken";
|
|
2870
|
+
readonly internalType: "address";
|
|
2871
|
+
readonly type: "address";
|
|
2872
|
+
readonly indexed: true;
|
|
2873
|
+
}, {
|
|
2874
|
+
readonly name: "enabled";
|
|
2875
|
+
readonly internalType: "bool";
|
|
2876
|
+
readonly type: "bool";
|
|
2877
|
+
readonly indexed: false;
|
|
2878
|
+
}];
|
|
2879
|
+
readonly name: "CollateralEnabledUpdated";
|
|
2351
2880
|
}, {
|
|
2352
2881
|
readonly type: "event";
|
|
2353
2882
|
readonly anonymous: false;
|
|
@@ -2468,6 +2997,86 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2468
2997
|
readonly indexed: false;
|
|
2469
2998
|
}];
|
|
2470
2999
|
readonly name: "NewBasememeToken";
|
|
3000
|
+
}, {
|
|
3001
|
+
readonly type: "event";
|
|
3002
|
+
readonly anonymous: false;
|
|
3003
|
+
readonly inputs: readonly [{
|
|
3004
|
+
readonly name: "addr";
|
|
3005
|
+
readonly internalType: "address";
|
|
3006
|
+
readonly type: "address";
|
|
3007
|
+
readonly indexed: true;
|
|
3008
|
+
}, {
|
|
3009
|
+
readonly name: "bondingCurve";
|
|
3010
|
+
readonly internalType: "address";
|
|
3011
|
+
readonly type: "address";
|
|
3012
|
+
readonly indexed: true;
|
|
3013
|
+
}, {
|
|
3014
|
+
readonly name: "initialTokenSupply";
|
|
3015
|
+
readonly internalType: "uint256";
|
|
3016
|
+
readonly type: "uint256";
|
|
3017
|
+
readonly indexed: false;
|
|
3018
|
+
}, {
|
|
3019
|
+
readonly name: "virtualCollateralReservesInitial";
|
|
3020
|
+
readonly internalType: "uint256";
|
|
3021
|
+
readonly type: "uint256";
|
|
3022
|
+
readonly indexed: false;
|
|
3023
|
+
}, {
|
|
3024
|
+
readonly name: "virtualTokenReservesInitial";
|
|
3025
|
+
readonly internalType: "uint256";
|
|
3026
|
+
readonly type: "uint256";
|
|
3027
|
+
readonly indexed: false;
|
|
3028
|
+
}, {
|
|
3029
|
+
readonly name: "feeBPS";
|
|
3030
|
+
readonly internalType: "uint256";
|
|
3031
|
+
readonly type: "uint256";
|
|
3032
|
+
readonly indexed: false;
|
|
3033
|
+
}, {
|
|
3034
|
+
readonly name: "mcLowerLimit";
|
|
3035
|
+
readonly internalType: "uint256";
|
|
3036
|
+
readonly type: "uint256";
|
|
3037
|
+
readonly indexed: false;
|
|
3038
|
+
}, {
|
|
3039
|
+
readonly name: "mcUpperLimit";
|
|
3040
|
+
readonly internalType: "uint256";
|
|
3041
|
+
readonly type: "uint256";
|
|
3042
|
+
readonly indexed: false;
|
|
3043
|
+
}, {
|
|
3044
|
+
readonly name: "tokensMigrationThreshold";
|
|
3045
|
+
readonly internalType: "uint256";
|
|
3046
|
+
readonly type: "uint256";
|
|
3047
|
+
readonly indexed: false;
|
|
3048
|
+
}, {
|
|
3049
|
+
readonly name: "fixedMigrationFee";
|
|
3050
|
+
readonly internalType: "uint256";
|
|
3051
|
+
readonly type: "uint256";
|
|
3052
|
+
readonly indexed: false;
|
|
3053
|
+
}, {
|
|
3054
|
+
readonly name: "poolCreationFee";
|
|
3055
|
+
readonly internalType: "uint256";
|
|
3056
|
+
readonly type: "uint256";
|
|
3057
|
+
readonly indexed: false;
|
|
3058
|
+
}, {
|
|
3059
|
+
readonly name: "firstBuyFee";
|
|
3060
|
+
readonly internalType: "uint256";
|
|
3061
|
+
readonly type: "uint256";
|
|
3062
|
+
readonly indexed: false;
|
|
3063
|
+
}, {
|
|
3064
|
+
readonly name: "targetCollectionAmount";
|
|
3065
|
+
readonly internalType: "uint256";
|
|
3066
|
+
readonly type: "uint256";
|
|
3067
|
+
readonly indexed: false;
|
|
3068
|
+
}, {
|
|
3069
|
+
readonly name: "collateralToken";
|
|
3070
|
+
readonly internalType: "address";
|
|
3071
|
+
readonly type: "address";
|
|
3072
|
+
readonly indexed: false;
|
|
3073
|
+
}, {
|
|
3074
|
+
readonly name: "v4LpFee";
|
|
3075
|
+
readonly internalType: "uint24";
|
|
3076
|
+
readonly type: "uint24";
|
|
3077
|
+
readonly indexed: false;
|
|
3078
|
+
}];
|
|
3079
|
+
readonly name: "NewBasememeTokenCurveParams";
|
|
2471
3080
|
}, {
|
|
2472
3081
|
readonly type: "event";
|
|
2473
3082
|
readonly anonymous: false;
|
|
@@ -2538,6 +3147,41 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2538
3147
|
readonly indexed: false;
|
|
2539
3148
|
}];
|
|
2540
3149
|
readonly name: "Sell";
|
|
3150
|
+
}, {
|
|
3151
|
+
readonly type: "event";
|
|
3152
|
+
readonly anonymous: false;
|
|
3153
|
+
readonly inputs: readonly [{
|
|
3154
|
+
readonly name: "caller";
|
|
3155
|
+
readonly internalType: "address";
|
|
3156
|
+
readonly type: "address";
|
|
3157
|
+
readonly indexed: true;
|
|
3158
|
+
}, {
|
|
3159
|
+
readonly name: "recipient";
|
|
3160
|
+
readonly internalType: "address";
|
|
3161
|
+
readonly type: "address";
|
|
3162
|
+
readonly indexed: true;
|
|
3163
|
+
}, {
|
|
3164
|
+
readonly name: "token";
|
|
3165
|
+
readonly internalType: "address";
|
|
3166
|
+
readonly type: "address";
|
|
3167
|
+
readonly indexed: true;
|
|
3168
|
+
}];
|
|
3169
|
+
readonly name: "SellRecipient";
|
|
3170
|
+
}, {
|
|
3171
|
+
readonly type: "event";
|
|
3172
|
+
readonly anonymous: false;
|
|
3173
|
+
readonly inputs: readonly [{
|
|
3174
|
+
readonly name: "caller";
|
|
3175
|
+
readonly internalType: "address";
|
|
3176
|
+
readonly type: "address";
|
|
3177
|
+
readonly indexed: true;
|
|
3178
|
+
}, {
|
|
3179
|
+
readonly name: "allowed";
|
|
3180
|
+
readonly internalType: "bool";
|
|
3181
|
+
readonly type: "bool";
|
|
3182
|
+
readonly indexed: false;
|
|
3183
|
+
}];
|
|
3184
|
+
readonly name: "TrustedCallerUpdated";
|
|
2541
3185
|
}, {
|
|
2542
3186
|
readonly type: "event";
|
|
2543
3187
|
readonly anonymous: false;
|
|
@@ -2636,6 +3280,10 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2636
3280
|
readonly type: "error";
|
|
2637
3281
|
readonly inputs: readonly [];
|
|
2638
3282
|
readonly name: "BuyExactInUnsupportedForErc20Collateral";
|
|
3283
|
+
}, {
|
|
3284
|
+
readonly type: "error";
|
|
3285
|
+
readonly inputs: readonly [];
|
|
3286
|
+
readonly name: "CollateralDisabled";
|
|
2639
3287
|
}, {
|
|
2640
3288
|
readonly type: "error";
|
|
2641
3289
|
readonly inputs: readonly [];
|
|
@@ -2732,6 +3380,10 @@ export declare const basememeFactoryImplConfig: {
|
|
|
2732
3380
|
readonly type: "error";
|
|
2733
3381
|
readonly inputs: readonly [];
|
|
2734
3382
|
readonly name: "NotReadyForMigration";
|
|
3383
|
+
}, {
|
|
3384
|
+
readonly type: "error";
|
|
3385
|
+
readonly inputs: readonly [];
|
|
3386
|
+
readonly name: "NotTrustedCaller";
|
|
2735
3387
|
}, {
|
|
2736
3388
|
readonly type: "error";
|
|
2737
3389
|
readonly inputs: readonly [{
|
|
@@ -3802,7 +4454,7 @@ export declare const basememeTokenConfig: {
|
|
|
3802
4454
|
};
|
|
3803
4455
|
/**
|
|
3804
4456
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x0000000000000000000000000000000000000000)
|
|
3805
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
4457
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x227F6D11D054a1F606dBC9D555fa58538208cc3c)
|
|
3806
4458
|
*/
|
|
3807
4459
|
export declare const bondingCurveABI: readonly [{
|
|
3808
4460
|
readonly stateMutability: "nonpayable";
|
|
@@ -4929,6 +5581,14 @@ export declare const bondingCurveABI: readonly [{
|
|
|
4929
5581
|
readonly type: "error";
|
|
4930
5582
|
readonly inputs: readonly [];
|
|
4931
5583
|
readonly name: "AmountOutZero";
|
|
5584
|
+
}, {
|
|
5585
|
+
readonly type: "error";
|
|
5586
|
+
readonly inputs: readonly [{
|
|
5587
|
+
readonly name: "recommendedTokenOut";
|
|
5588
|
+
readonly internalType: "uint256";
|
|
5589
|
+
readonly type: "uint256";
|
|
5590
|
+
}];
|
|
5591
|
+
readonly name: "CollectionTargetExceeded";
|
|
4932
5592
|
}, {
|
|
4933
5593
|
readonly type: "error";
|
|
4934
5594
|
readonly inputs: readonly [];
|
|
@@ -5144,20 +5804,20 @@ export declare const bondingCurveABI: readonly [{
|
|
|
5144
5804
|
}];
|
|
5145
5805
|
/**
|
|
5146
5806
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x0000000000000000000000000000000000000000)
|
|
5147
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
5807
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x227F6D11D054a1F606dBC9D555fa58538208cc3c)
|
|
5148
5808
|
*/
|
|
5149
5809
|
export declare const bondingCurveAddress: {
|
|
5150
5810
|
readonly 8453: "0x0000000000000000000000000000000000000000";
|
|
5151
|
-
readonly 84532: "
|
|
5811
|
+
readonly 84532: "0x227F6D11D054a1F606dBC9D555fa58538208cc3c";
|
|
5152
5812
|
};
|
|
5153
5813
|
/**
|
|
5154
5814
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x0000000000000000000000000000000000000000)
|
|
5155
|
-
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/
|
|
5815
|
+
* - [__View Contract on Base Sepolia Blockscout__](https://base-sepolia.blockscout.com/address/0x227F6D11D054a1F606dBC9D555fa58538208cc3c)
|
|
5156
5816
|
*/
|
|
5157
5817
|
export declare const bondingCurveConfig: {
|
|
5158
5818
|
readonly address: {
|
|
5159
5819
|
readonly 8453: "0x0000000000000000000000000000000000000000";
|
|
5160
|
-
readonly 84532: "
|
|
5820
|
+
readonly 84532: "0x227F6D11D054a1F606dBC9D555fa58538208cc3c";
|
|
5161
5821
|
};
|
|
5162
5822
|
readonly abi: readonly [{
|
|
5163
5823
|
readonly stateMutability: "nonpayable";
|
|
@@ -6284,6 +6944,14 @@ export declare const bondingCurveConfig: {
|
|
|
6284
6944
|
readonly type: "error";
|
|
6285
6945
|
readonly inputs: readonly [];
|
|
6286
6946
|
readonly name: "AmountOutZero";
|
|
6947
|
+
}, {
|
|
6948
|
+
readonly type: "error";
|
|
6949
|
+
readonly inputs: readonly [{
|
|
6950
|
+
readonly name: "recommendedTokenOut";
|
|
6951
|
+
readonly internalType: "uint256";
|
|
6952
|
+
readonly type: "uint256";
|
|
6953
|
+
}];
|
|
6954
|
+
readonly name: "CollectionTargetExceeded";
|
|
6287
6955
|
}, {
|
|
6288
6956
|
readonly type: "error";
|
|
6289
6957
|
readonly inputs: readonly [];
|