@zoralabs/protocol-deployments 0.3.11-DEV.6 → 0.3.11

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.
@@ -1075,636 +1075,6 @@ export const callerAndCommenterConfig = {
1075
1075
  abi: callerAndCommenterABI,
1076
1076
  } as const
1077
1077
 
1078
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1079
- // Cointag
1080
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1081
-
1082
- export const cointagABI = [
1083
- {
1084
- type: 'constructor',
1085
- inputs: [
1086
- { name: '_protocolRewards', internalType: 'address', type: 'address' },
1087
- { name: '_weth', internalType: 'address', type: 'address' },
1088
- ],
1089
- stateMutability: 'nonpayable',
1090
- },
1091
- { type: 'receive', stateMutability: 'payable' },
1092
- {
1093
- type: 'function',
1094
- inputs: [],
1095
- name: 'PERCENTAGE_BASIS',
1096
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1097
- stateMutability: 'view',
1098
- },
1099
- {
1100
- type: 'function',
1101
- inputs: [],
1102
- name: 'REQUIRED_OBSERVATION_CARDINALITY',
1103
- outputs: [{ name: '', internalType: 'uint16', type: 'uint16' }],
1104
- stateMutability: 'view',
1105
- },
1106
- {
1107
- type: 'function',
1108
- inputs: [],
1109
- name: 'SLIPPAGE',
1110
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1111
- stateMutability: 'view',
1112
- },
1113
- {
1114
- type: 'function',
1115
- inputs: [],
1116
- name: 'TIME_WEIGHTED_PRICE_PERIOD',
1117
- outputs: [{ name: '', internalType: 'uint32', type: 'uint32' }],
1118
- stateMutability: 'view',
1119
- },
1120
- {
1121
- type: 'function',
1122
- inputs: [],
1123
- name: 'contractVersion',
1124
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
1125
- stateMutability: 'pure',
1126
- },
1127
- {
1128
- type: 'function',
1129
- inputs: [],
1130
- name: 'creatorRewardRecipient',
1131
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1132
- stateMutability: 'view',
1133
- },
1134
- {
1135
- type: 'function',
1136
- inputs: [],
1137
- name: 'ensureObservationCardinality',
1138
- outputs: [],
1139
- stateMutability: 'nonpayable',
1140
- },
1141
- {
1142
- type: 'function',
1143
- inputs: [],
1144
- name: 'erc20',
1145
- outputs: [
1146
- { name: '', internalType: 'contract IBurnableERC20', type: 'address' },
1147
- ],
1148
- stateMutability: 'view',
1149
- },
1150
- {
1151
- type: 'function',
1152
- inputs: [],
1153
- name: 'hasEnoughObservationCardinality',
1154
- outputs: [
1155
- { name: '', internalType: 'bool', type: 'bool' },
1156
- { name: '', internalType: 'uint256', type: 'uint256' },
1157
- ],
1158
- stateMutability: 'view',
1159
- },
1160
- {
1161
- type: 'function',
1162
- inputs: [
1163
- {
1164
- name: '_creatorRewardRecipient',
1165
- internalType: 'address',
1166
- type: 'address',
1167
- },
1168
- { name: '_pool', internalType: 'address', type: 'address' },
1169
- {
1170
- name: '_percentageToBuyBurn',
1171
- internalType: 'uint256',
1172
- type: 'uint256',
1173
- },
1174
- ],
1175
- name: 'initialize',
1176
- outputs: [],
1177
- stateMutability: 'nonpayable',
1178
- },
1179
- {
1180
- type: 'function',
1181
- inputs: [],
1182
- name: 'percentageToBuyBurn',
1183
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1184
- stateMutability: 'view',
1185
- },
1186
- {
1187
- type: 'function',
1188
- inputs: [],
1189
- name: 'pool',
1190
- outputs: [
1191
- { name: '', internalType: 'contract IUniswapV3Pool', type: 'address' },
1192
- ],
1193
- stateMutability: 'view',
1194
- },
1195
- {
1196
- type: 'function',
1197
- inputs: [],
1198
- name: 'protocolRewards',
1199
- outputs: [
1200
- { name: '', internalType: 'contract IProtocolRewards', type: 'address' },
1201
- ],
1202
- stateMutability: 'view',
1203
- },
1204
- {
1205
- type: 'function',
1206
- inputs: [],
1207
- name: 'pull',
1208
- outputs: [],
1209
- stateMutability: 'nonpayable',
1210
- },
1211
- {
1212
- type: 'function',
1213
- inputs: [
1214
- { name: 'amount0Delta', internalType: 'int256', type: 'int256' },
1215
- { name: 'amount1Delta', internalType: 'int256', type: 'int256' },
1216
- { name: '', internalType: 'bytes', type: 'bytes' },
1217
- ],
1218
- name: 'uniswapV3SwapCallback',
1219
- outputs: [],
1220
- stateMutability: 'nonpayable',
1221
- },
1222
- {
1223
- type: 'function',
1224
- inputs: [],
1225
- name: 'weth',
1226
- outputs: [{ name: '', internalType: 'contract IWETH', type: 'address' }],
1227
- stateMutability: 'view',
1228
- },
1229
- {
1230
- type: 'event',
1231
- anonymous: false,
1232
- inputs: [
1233
- {
1234
- name: 'amountERc20Received',
1235
- internalType: 'uint256',
1236
- type: 'uint256',
1237
- indexed: false,
1238
- },
1239
- {
1240
- name: 'amountERc20Burned',
1241
- internalType: 'uint256',
1242
- type: 'uint256',
1243
- indexed: false,
1244
- },
1245
- {
1246
- name: 'amountEthSpent',
1247
- internalType: 'uint256',
1248
- type: 'uint256',
1249
- indexed: false,
1250
- },
1251
- {
1252
- name: 'amountEthToCreator',
1253
- internalType: 'uint256',
1254
- type: 'uint256',
1255
- indexed: false,
1256
- },
1257
- {
1258
- name: 'totalEthReceived',
1259
- internalType: 'uint256',
1260
- type: 'uint256',
1261
- indexed: false,
1262
- },
1263
- {
1264
- name: 'buyFailureError',
1265
- internalType: 'bytes',
1266
- type: 'bytes',
1267
- indexed: false,
1268
- },
1269
- {
1270
- name: 'burnFailureError',
1271
- internalType: 'bytes',
1272
- type: 'bytes',
1273
- indexed: false,
1274
- },
1275
- ],
1276
- name: 'BuyBurn',
1277
- },
1278
- {
1279
- type: 'event',
1280
- anonymous: false,
1281
- inputs: [
1282
- {
1283
- name: 'version',
1284
- internalType: 'uint64',
1285
- type: 'uint64',
1286
- indexed: false,
1287
- },
1288
- ],
1289
- name: 'Initialized',
1290
- },
1291
- {
1292
- type: 'event',
1293
- anonymous: false,
1294
- inputs: [
1295
- {
1296
- name: 'creatorRewardRecipient',
1297
- internalType: 'address',
1298
- type: 'address',
1299
- indexed: false,
1300
- },
1301
- {
1302
- name: 'erc20',
1303
- internalType: 'address',
1304
- type: 'address',
1305
- indexed: false,
1306
- },
1307
- {
1308
- name: 'pool',
1309
- internalType: 'address',
1310
- type: 'address',
1311
- indexed: false,
1312
- },
1313
- {
1314
- name: 'percentageToBuyBurn',
1315
- internalType: 'uint256',
1316
- type: 'uint256',
1317
- indexed: false,
1318
- },
1319
- ],
1320
- name: 'Initialized',
1321
- },
1322
- {
1323
- type: 'error',
1324
- inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
1325
- name: 'AddressEmptyCode',
1326
- },
1327
- {
1328
- type: 'error',
1329
- inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
1330
- name: 'AddressInsufficientBalance',
1331
- },
1332
- {
1333
- type: 'error',
1334
- inputs: [
1335
- { name: 'amountOut', internalType: 'uint256', type: 'uint256' },
1336
- { name: 'amountOutMinimum', internalType: 'uint256', type: 'uint256' },
1337
- ],
1338
- name: 'AmountOutLessThanMinimum',
1339
- },
1340
- { type: 'error', inputs: [], name: 'FailedInnerCall' },
1341
- { type: 'error', inputs: [], name: 'InvalidInitialization' },
1342
- {
1343
- type: 'error',
1344
- inputs: [
1345
- { name: 'requiredCardinality', internalType: 'uint256', type: 'uint256' },
1346
- { name: 'currentCardinality', internalType: 'uint256', type: 'uint256' },
1347
- ],
1348
- name: 'NotEnoughObservationCardinality',
1349
- },
1350
- { type: 'error', inputs: [], name: 'NotInitializing' },
1351
- { type: 'error', inputs: [], name: 'OnlyPool' },
1352
- { type: 'error', inputs: [], name: 'OnlyProtocolRewardsOrWeth' },
1353
- {
1354
- type: 'error',
1355
- inputs: [{ name: 'token', internalType: 'address', type: 'address' }],
1356
- name: 'SafeERC20FailedOperation',
1357
- },
1358
- ] as const
1359
-
1360
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1361
- // CointagFactory
1362
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1363
-
1364
- /**
1365
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
1366
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
1367
- */
1368
- export const cointagFactoryABI = [
1369
- {
1370
- type: 'constructor',
1371
- inputs: [
1372
- { name: '_protocolRewards', internalType: 'address', type: 'address' },
1373
- { name: '_weth', internalType: 'address', type: 'address' },
1374
- {
1375
- name: '_cointagImplementation',
1376
- internalType: 'address',
1377
- type: 'address',
1378
- },
1379
- ],
1380
- stateMutability: 'nonpayable',
1381
- },
1382
- {
1383
- type: 'function',
1384
- inputs: [],
1385
- name: 'UPGRADE_INTERFACE_VERSION',
1386
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
1387
- stateMutability: 'view',
1388
- },
1389
- {
1390
- type: 'function',
1391
- inputs: [],
1392
- name: 'acceptOwnership',
1393
- outputs: [],
1394
- stateMutability: 'nonpayable',
1395
- },
1396
- {
1397
- type: 'function',
1398
- inputs: [],
1399
- name: 'cointagImplementation',
1400
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1401
- stateMutability: 'view',
1402
- },
1403
- {
1404
- type: 'function',
1405
- inputs: [],
1406
- name: 'contractName',
1407
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
1408
- stateMutability: 'pure',
1409
- },
1410
- {
1411
- type: 'function',
1412
- inputs: [],
1413
- name: 'contractURI',
1414
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
1415
- stateMutability: 'pure',
1416
- },
1417
- {
1418
- type: 'function',
1419
- inputs: [],
1420
- name: 'contractVersion',
1421
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
1422
- stateMutability: 'pure',
1423
- },
1424
- {
1425
- type: 'function',
1426
- inputs: [
1427
- {
1428
- name: '_creatorRewardRecipient',
1429
- internalType: 'address',
1430
- type: 'address',
1431
- },
1432
- { name: '_pool', internalType: 'address', type: 'address' },
1433
- {
1434
- name: '_percentageToBuyBurn',
1435
- internalType: 'uint256',
1436
- type: 'uint256',
1437
- },
1438
- { name: 'saltSource', internalType: 'bytes', type: 'bytes' },
1439
- ],
1440
- name: 'getCointagAddress',
1441
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1442
- stateMutability: 'view',
1443
- },
1444
- {
1445
- type: 'function',
1446
- inputs: [
1447
- {
1448
- name: '_creatorRewardRecipient',
1449
- internalType: 'address',
1450
- type: 'address',
1451
- },
1452
- { name: '_pool', internalType: 'address', type: 'address' },
1453
- {
1454
- name: '_percentageToBuyBurn',
1455
- internalType: 'uint256',
1456
- type: 'uint256',
1457
- },
1458
- { name: 'saltSource', internalType: 'bytes', type: 'bytes' },
1459
- ],
1460
- name: 'getOrCreateCointag',
1461
- outputs: [{ name: '', internalType: 'contract Cointag', type: 'address' }],
1462
- stateMutability: 'nonpayable',
1463
- },
1464
- {
1465
- type: 'function',
1466
- inputs: [],
1467
- name: 'implementation',
1468
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1469
- stateMutability: 'view',
1470
- },
1471
- {
1472
- type: 'function',
1473
- inputs: [
1474
- { name: '_defaultOwner', internalType: 'address', type: 'address' },
1475
- ],
1476
- name: 'initialize',
1477
- outputs: [],
1478
- stateMutability: 'nonpayable',
1479
- },
1480
- {
1481
- type: 'function',
1482
- inputs: [],
1483
- name: 'owner',
1484
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1485
- stateMutability: 'view',
1486
- },
1487
- {
1488
- type: 'function',
1489
- inputs: [],
1490
- name: 'pendingOwner',
1491
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1492
- stateMutability: 'view',
1493
- },
1494
- {
1495
- type: 'function',
1496
- inputs: [],
1497
- name: 'protocolRewards',
1498
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1499
- stateMutability: 'view',
1500
- },
1501
- {
1502
- type: 'function',
1503
- inputs: [],
1504
- name: 'proxiableUUID',
1505
- outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1506
- stateMutability: 'view',
1507
- },
1508
- {
1509
- type: 'function',
1510
- inputs: [],
1511
- name: 'renounceOwnership',
1512
- outputs: [],
1513
- stateMutability: 'nonpayable',
1514
- },
1515
- {
1516
- type: 'function',
1517
- inputs: [{ name: 'newOwner', internalType: 'address', type: 'address' }],
1518
- name: 'transferOwnership',
1519
- outputs: [],
1520
- stateMutability: 'nonpayable',
1521
- },
1522
- {
1523
- type: 'function',
1524
- inputs: [
1525
- { name: 'newImplementation', internalType: 'address', type: 'address' },
1526
- { name: 'data', internalType: 'bytes', type: 'bytes' },
1527
- ],
1528
- name: 'upgradeToAndCall',
1529
- outputs: [],
1530
- stateMutability: 'payable',
1531
- },
1532
- {
1533
- type: 'function',
1534
- inputs: [],
1535
- name: 'weth',
1536
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
1537
- stateMutability: 'view',
1538
- },
1539
- {
1540
- type: 'event',
1541
- anonymous: false,
1542
- inputs: [
1543
- {
1544
- name: 'version',
1545
- internalType: 'uint64',
1546
- type: 'uint64',
1547
- indexed: false,
1548
- },
1549
- ],
1550
- name: 'Initialized',
1551
- },
1552
- {
1553
- type: 'event',
1554
- anonymous: false,
1555
- inputs: [
1556
- {
1557
- name: 'previousOwner',
1558
- internalType: 'address',
1559
- type: 'address',
1560
- indexed: true,
1561
- },
1562
- {
1563
- name: 'newOwner',
1564
- internalType: 'address',
1565
- type: 'address',
1566
- indexed: true,
1567
- },
1568
- ],
1569
- name: 'OwnershipTransferStarted',
1570
- },
1571
- {
1572
- type: 'event',
1573
- anonymous: false,
1574
- inputs: [
1575
- {
1576
- name: 'previousOwner',
1577
- internalType: 'address',
1578
- type: 'address',
1579
- indexed: true,
1580
- },
1581
- {
1582
- name: 'newOwner',
1583
- internalType: 'address',
1584
- type: 'address',
1585
- indexed: true,
1586
- },
1587
- ],
1588
- name: 'OwnershipTransferred',
1589
- },
1590
- {
1591
- type: 'event',
1592
- anonymous: false,
1593
- inputs: [
1594
- {
1595
- name: 'cointag',
1596
- internalType: 'address',
1597
- type: 'address',
1598
- indexed: true,
1599
- },
1600
- {
1601
- name: 'creatorRewardRecipient',
1602
- internalType: 'address',
1603
- type: 'address',
1604
- indexed: true,
1605
- },
1606
- {
1607
- name: 'erc20',
1608
- internalType: 'address',
1609
- type: 'address',
1610
- indexed: true,
1611
- },
1612
- {
1613
- name: 'pool',
1614
- internalType: 'address',
1615
- type: 'address',
1616
- indexed: false,
1617
- },
1618
- {
1619
- name: 'percentageToBuyBurn',
1620
- internalType: 'uint256',
1621
- type: 'uint256',
1622
- indexed: false,
1623
- },
1624
- {
1625
- name: 'saltSource',
1626
- internalType: 'bytes',
1627
- type: 'bytes',
1628
- indexed: false,
1629
- },
1630
- ],
1631
- name: 'SetupNewCointag',
1632
- },
1633
- {
1634
- type: 'event',
1635
- anonymous: false,
1636
- inputs: [
1637
- {
1638
- name: 'implementation',
1639
- internalType: 'address',
1640
- type: 'address',
1641
- indexed: true,
1642
- },
1643
- ],
1644
- name: 'Upgraded',
1645
- },
1646
- {
1647
- type: 'error',
1648
- inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
1649
- name: 'AddressEmptyCode',
1650
- },
1651
- { type: 'error', inputs: [], name: 'AddressZero' },
1652
- { type: 'error', inputs: [], name: 'ERC1167FailedCreateClone' },
1653
- {
1654
- type: 'error',
1655
- inputs: [
1656
- { name: 'implementation', internalType: 'address', type: 'address' },
1657
- ],
1658
- name: 'ERC1967InvalidImplementation',
1659
- },
1660
- { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
1661
- { type: 'error', inputs: [], name: 'FailedInnerCall' },
1662
- { type: 'error', inputs: [], name: 'InvalidInitialization' },
1663
- { type: 'error', inputs: [], name: 'NotInitializing' },
1664
- {
1665
- type: 'error',
1666
- inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
1667
- name: 'OwnableInvalidOwner',
1668
- },
1669
- {
1670
- type: 'error',
1671
- inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
1672
- name: 'OwnableUnauthorizedAccount',
1673
- },
1674
- { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
1675
- {
1676
- type: 'error',
1677
- inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
1678
- name: 'UUPSUnsupportedProxiableUUID',
1679
- },
1680
- {
1681
- type: 'error',
1682
- inputs: [
1683
- { name: 'currentName', internalType: 'string', type: 'string' },
1684
- { name: 'newName', internalType: 'string', type: 'string' },
1685
- ],
1686
- name: 'UpgradeToMismatchedContractName',
1687
- },
1688
- ] as const
1689
-
1690
- /**
1691
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
1692
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
1693
- */
1694
- export const cointagFactoryAddress = {
1695
- 8453: '0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8',
1696
- 84532: '0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8',
1697
- } as const
1698
-
1699
- /**
1700
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
1701
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
1702
- */
1703
- export const cointagFactoryConfig = {
1704
- address: cointagFactoryAddress,
1705
- abi: cointagFactoryABI,
1706
- } as const
1707
-
1708
1078
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1709
1079
  // Comments
1710
1080
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -4511,123 +3881,6 @@ export const iSponsoredSparksSpenderActionABI = [
4511
3881
  },
4512
3882
  ] as const
4513
3883
 
4514
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4515
- // IUniswapV3Pool
4516
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4517
-
4518
- export const iUniswapV3PoolABI = [
4519
- {
4520
- type: 'function',
4521
- inputs: [],
4522
- name: 'fee',
4523
- outputs: [{ name: '', internalType: 'uint24', type: 'uint24' }],
4524
- stateMutability: 'view',
4525
- },
4526
- {
4527
- type: 'function',
4528
- inputs: [],
4529
- name: 'feeGrowthGlobal0X128',
4530
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4531
- stateMutability: 'view',
4532
- },
4533
- {
4534
- type: 'function',
4535
- inputs: [],
4536
- name: 'feeGrowthGlobal1X128',
4537
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4538
- stateMutability: 'view',
4539
- },
4540
- {
4541
- type: 'function',
4542
- inputs: [
4543
- {
4544
- name: 'observationCardinalityNext',
4545
- internalType: 'uint16',
4546
- type: 'uint16',
4547
- },
4548
- ],
4549
- name: 'increaseObservationCardinalityNext',
4550
- outputs: [],
4551
- stateMutability: 'nonpayable',
4552
- },
4553
- {
4554
- type: 'function',
4555
- inputs: [
4556
- { name: 'secondsAgos', internalType: 'uint32[]', type: 'uint32[]' },
4557
- ],
4558
- name: 'observe',
4559
- outputs: [
4560
- { name: 'tickCumulatives', internalType: 'int56[]', type: 'int56[]' },
4561
- {
4562
- name: 'secondsPerLiquidityCumulativeX128s',
4563
- internalType: 'uint160[]',
4564
- type: 'uint160[]',
4565
- },
4566
- ],
4567
- stateMutability: 'view',
4568
- },
4569
- {
4570
- type: 'function',
4571
- inputs: [],
4572
- name: 'slot0',
4573
- outputs: [
4574
- {
4575
- name: 'slot0',
4576
- internalType: 'struct IUniswapV3Pool.Slot0',
4577
- type: 'tuple',
4578
- components: [
4579
- { name: 'sqrtPriceX96', internalType: 'uint160', type: 'uint160' },
4580
- { name: 'tick', internalType: 'int24', type: 'int24' },
4581
- { name: 'observationIndex', internalType: 'uint16', type: 'uint16' },
4582
- {
4583
- name: 'observationCardinality',
4584
- internalType: 'uint16',
4585
- type: 'uint16',
4586
- },
4587
- {
4588
- name: 'observationCardinalityNext',
4589
- internalType: 'uint16',
4590
- type: 'uint16',
4591
- },
4592
- { name: 'feeProtocol', internalType: 'uint8', type: 'uint8' },
4593
- { name: 'unlocked', internalType: 'bool', type: 'bool' },
4594
- ],
4595
- },
4596
- ],
4597
- stateMutability: 'view',
4598
- },
4599
- {
4600
- type: 'function',
4601
- inputs: [
4602
- { name: 'recipient', internalType: 'address', type: 'address' },
4603
- { name: 'zeroForOne', internalType: 'bool', type: 'bool' },
4604
- { name: 'amountSpecified', internalType: 'int256', type: 'int256' },
4605
- { name: 'sqrtPriceLimitX96', internalType: 'uint160', type: 'uint160' },
4606
- { name: 'data', internalType: 'bytes', type: 'bytes' },
4607
- ],
4608
- name: 'swap',
4609
- outputs: [
4610
- { name: 'amount0', internalType: 'int256', type: 'int256' },
4611
- { name: 'amount1', internalType: 'int256', type: 'int256' },
4612
- ],
4613
- stateMutability: 'nonpayable',
4614
- },
4615
- {
4616
- type: 'function',
4617
- inputs: [],
4618
- name: 'token0',
4619
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
4620
- stateMutability: 'view',
4621
- },
4622
- {
4623
- type: 'function',
4624
- inputs: [],
4625
- name: 'token1',
4626
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
4627
- stateMutability: 'view',
4628
- },
4629
- ] as const
4630
-
4631
3884
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4632
3885
  // IUnwrapAndForwardAction
4633
3886
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -5878,138 +5131,6 @@ export const sponsoredSparksSpenderConfig = {
5878
5131
  abi: sponsoredSparksSpenderABI,
5879
5132
  } as const
5880
5133
 
5881
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5882
- // UniswapV3SwapRouter
5883
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5884
-
5885
- /**
5886
- * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5887
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5888
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
5889
- * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5890
- * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
5891
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
5892
- * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
5893
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
5894
- * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
5895
- * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
5896
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
5897
- */
5898
- export const uniswapV3SwapRouterABI = [
5899
- {
5900
- type: 'function',
5901
- inputs: [
5902
- {
5903
- name: 'params',
5904
- internalType: 'struct ISwapRouter.ExactInputSingleParams',
5905
- type: 'tuple',
5906
- components: [
5907
- { name: 'tokenIn', internalType: 'address', type: 'address' },
5908
- { name: 'tokenOut', internalType: 'address', type: 'address' },
5909
- { name: 'fee', internalType: 'uint24', type: 'uint24' },
5910
- { name: 'recipient', internalType: 'address', type: 'address' },
5911
- { name: 'amountIn', internalType: 'uint256', type: 'uint256' },
5912
- {
5913
- name: 'amountOutMinimum',
5914
- internalType: 'uint256',
5915
- type: 'uint256',
5916
- },
5917
- {
5918
- name: 'sqrtPriceLimitX96',
5919
- internalType: 'uint160',
5920
- type: 'uint160',
5921
- },
5922
- ],
5923
- },
5924
- ],
5925
- name: 'exactInputSingle',
5926
- outputs: [{ name: 'amountOut', internalType: 'uint256', type: 'uint256' }],
5927
- stateMutability: 'payable',
5928
- },
5929
- {
5930
- type: 'function',
5931
- inputs: [
5932
- {
5933
- name: 'params',
5934
- internalType: 'struct ISwapRouter.ExactOutputSingleParams',
5935
- type: 'tuple',
5936
- components: [
5937
- { name: 'tokenIn', internalType: 'address', type: 'address' },
5938
- { name: 'tokenOut', internalType: 'address', type: 'address' },
5939
- { name: 'fee', internalType: 'uint24', type: 'uint24' },
5940
- { name: 'recipient', internalType: 'address', type: 'address' },
5941
- { name: 'amountOut', internalType: 'uint256', type: 'uint256' },
5942
- { name: 'amountInMaximum', internalType: 'uint256', type: 'uint256' },
5943
- {
5944
- name: 'sqrtPriceLimitX96',
5945
- internalType: 'uint160',
5946
- type: 'uint160',
5947
- },
5948
- ],
5949
- },
5950
- ],
5951
- name: 'exactOutputSingle',
5952
- outputs: [{ name: 'amountIn', internalType: 'uint256', type: 'uint256' }],
5953
- stateMutability: 'payable',
5954
- },
5955
- {
5956
- type: 'function',
5957
- inputs: [
5958
- { name: 'amount0Delta', internalType: 'int256', type: 'int256' },
5959
- { name: 'amount1Delta', internalType: 'int256', type: 'int256' },
5960
- { name: 'data', internalType: 'bytes', type: 'bytes' },
5961
- ],
5962
- name: 'uniswapV3SwapCallback',
5963
- outputs: [],
5964
- stateMutability: 'nonpayable',
5965
- },
5966
- ] as const
5967
-
5968
- /**
5969
- * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5970
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5971
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
5972
- * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5973
- * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
5974
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
5975
- * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
5976
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
5977
- * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
5978
- * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
5979
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
5980
- */
5981
- export const uniswapV3SwapRouterAddress = {
5982
- 1: '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45',
5983
- 10: '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45',
5984
- 8453: '0x2626664c2603336E57B271c5C0b26F421741e481',
5985
- 42161: '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45',
5986
- 81457: '0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66',
5987
- 84532: '0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4',
5988
- 421614: '0x101F443B4d1b059569D643917553c771E1b9663E',
5989
- 7777777: '0x7De04c96BE5159c3b5CeffC82aa176dc81281557',
5990
- 11155111: '0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E',
5991
- 11155420: '0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4',
5992
- 999999999: '0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a',
5993
- } as const
5994
-
5995
- /**
5996
- * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5997
- * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5998
- * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
5999
- * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
6000
- * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
6001
- * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
6002
- * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
6003
- * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
6004
- * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
6005
- * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
6006
- * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
6007
- */
6008
- export const uniswapV3SwapRouterConfig = {
6009
- address: uniswapV3SwapRouterAddress,
6010
- abi: uniswapV3SwapRouterABI,
6011
- } as const
6012
-
6013
5134
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
6014
5135
  // UpgradeGate
6015
5136
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////