@zoralabs/protocol-deployments 0.3.11 → 0.4.0-DEV.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1075,6 +1075,674 @@ 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/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1366
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1367
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1368
+ */
1369
+ export const cointagFactoryABI = [
1370
+ {
1371
+ type: 'constructor',
1372
+ inputs: [
1373
+ {
1374
+ name: '_cointagImplementation',
1375
+ internalType: 'address',
1376
+ type: 'address',
1377
+ },
1378
+ ],
1379
+ stateMutability: 'nonpayable',
1380
+ },
1381
+ {
1382
+ type: 'function',
1383
+ inputs: [],
1384
+ name: 'UPGRADE_INTERFACE_VERSION',
1385
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1386
+ stateMutability: 'view',
1387
+ },
1388
+ {
1389
+ type: 'function',
1390
+ inputs: [],
1391
+ name: 'acceptOwnership',
1392
+ outputs: [],
1393
+ stateMutability: 'nonpayable',
1394
+ },
1395
+ {
1396
+ type: 'function',
1397
+ inputs: [],
1398
+ name: 'cointagImplementation',
1399
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1400
+ stateMutability: 'view',
1401
+ },
1402
+ {
1403
+ type: 'function',
1404
+ inputs: [],
1405
+ name: 'contractName',
1406
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1407
+ stateMutability: 'pure',
1408
+ },
1409
+ {
1410
+ type: 'function',
1411
+ inputs: [],
1412
+ name: 'contractURI',
1413
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1414
+ stateMutability: 'pure',
1415
+ },
1416
+ {
1417
+ type: 'function',
1418
+ inputs: [],
1419
+ name: 'contractVersion',
1420
+ outputs: [{ name: '', internalType: 'string', type: 'string' }],
1421
+ stateMutability: 'pure',
1422
+ },
1423
+ {
1424
+ type: 'function',
1425
+ inputs: [
1426
+ {
1427
+ name: '_creatorRewardRecipient',
1428
+ internalType: 'address',
1429
+ type: 'address',
1430
+ },
1431
+ { name: '_pool', internalType: 'address', type: 'address' },
1432
+ {
1433
+ name: '_percentageToBuyBurn',
1434
+ internalType: 'uint256',
1435
+ type: 'uint256',
1436
+ },
1437
+ { name: 'saltSource', internalType: 'bytes', type: 'bytes' },
1438
+ ],
1439
+ name: 'getCointagAddress',
1440
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1441
+ stateMutability: 'view',
1442
+ },
1443
+ {
1444
+ type: 'function',
1445
+ inputs: [
1446
+ { name: '_implementation', internalType: 'address', type: 'address' },
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: 'getCointagAddressForImpl',
1461
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1462
+ stateMutability: 'view',
1463
+ },
1464
+ {
1465
+ type: 'function',
1466
+ inputs: [
1467
+ {
1468
+ name: '_creatorRewardRecipient',
1469
+ internalType: 'address',
1470
+ type: 'address',
1471
+ },
1472
+ { name: '_pool', internalType: 'address', type: 'address' },
1473
+ {
1474
+ name: '_percentageToBuyBurn',
1475
+ internalType: 'uint256',
1476
+ type: 'uint256',
1477
+ },
1478
+ { name: 'saltSource', internalType: 'bytes', type: 'bytes' },
1479
+ ],
1480
+ name: 'getOrCreateCointag',
1481
+ outputs: [{ name: '', internalType: 'contract ICointag', type: 'address' }],
1482
+ stateMutability: 'nonpayable',
1483
+ },
1484
+ {
1485
+ type: 'function',
1486
+ inputs: [
1487
+ {
1488
+ name: '_creatorRewardRecipient',
1489
+ internalType: 'address',
1490
+ type: 'address',
1491
+ },
1492
+ { name: '_pool', internalType: 'address', type: 'address' },
1493
+ {
1494
+ name: '_percentageToBuyBurn',
1495
+ internalType: 'uint256',
1496
+ type: 'uint256',
1497
+ },
1498
+ { name: 'saltSource', internalType: 'bytes', type: 'bytes' },
1499
+ { name: 'expectedAddress', internalType: 'address', type: 'address' },
1500
+ ],
1501
+ name: 'getOrCreateCointagAtExpectedAddress',
1502
+ outputs: [{ name: '', internalType: 'contract ICointag', type: 'address' }],
1503
+ stateMutability: 'nonpayable',
1504
+ },
1505
+ {
1506
+ type: 'function',
1507
+ inputs: [],
1508
+ name: 'implementation',
1509
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1510
+ stateMutability: 'view',
1511
+ },
1512
+ {
1513
+ type: 'function',
1514
+ inputs: [
1515
+ { name: '_defaultOwner', internalType: 'address', type: 'address' },
1516
+ ],
1517
+ name: 'initialize',
1518
+ outputs: [],
1519
+ stateMutability: 'nonpayable',
1520
+ },
1521
+ {
1522
+ type: 'function',
1523
+ inputs: [],
1524
+ name: 'owner',
1525
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1526
+ stateMutability: 'view',
1527
+ },
1528
+ {
1529
+ type: 'function',
1530
+ inputs: [],
1531
+ name: 'pendingOwner',
1532
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
1533
+ stateMutability: 'view',
1534
+ },
1535
+ {
1536
+ type: 'function',
1537
+ inputs: [],
1538
+ name: 'proxiableUUID',
1539
+ outputs: [{ name: '', internalType: 'bytes32', type: 'bytes32' }],
1540
+ stateMutability: 'view',
1541
+ },
1542
+ {
1543
+ type: 'function',
1544
+ inputs: [],
1545
+ name: 'renounceOwnership',
1546
+ outputs: [],
1547
+ stateMutability: 'nonpayable',
1548
+ },
1549
+ {
1550
+ type: 'function',
1551
+ inputs: [{ name: 'newOwner', internalType: 'address', type: 'address' }],
1552
+ name: 'transferOwnership',
1553
+ outputs: [],
1554
+ stateMutability: 'nonpayable',
1555
+ },
1556
+ {
1557
+ type: 'function',
1558
+ inputs: [
1559
+ { name: 'newImplementation', internalType: 'address', type: 'address' },
1560
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
1561
+ ],
1562
+ name: 'upgradeToAndCall',
1563
+ outputs: [],
1564
+ stateMutability: 'payable',
1565
+ },
1566
+ {
1567
+ type: 'event',
1568
+ anonymous: false,
1569
+ inputs: [
1570
+ {
1571
+ name: 'version',
1572
+ internalType: 'uint64',
1573
+ type: 'uint64',
1574
+ indexed: false,
1575
+ },
1576
+ ],
1577
+ name: 'Initialized',
1578
+ },
1579
+ {
1580
+ type: 'event',
1581
+ anonymous: false,
1582
+ inputs: [
1583
+ {
1584
+ name: 'previousOwner',
1585
+ internalType: 'address',
1586
+ type: 'address',
1587
+ indexed: true,
1588
+ },
1589
+ {
1590
+ name: 'newOwner',
1591
+ internalType: 'address',
1592
+ type: 'address',
1593
+ indexed: true,
1594
+ },
1595
+ ],
1596
+ name: 'OwnershipTransferStarted',
1597
+ },
1598
+ {
1599
+ type: 'event',
1600
+ anonymous: false,
1601
+ inputs: [
1602
+ {
1603
+ name: 'previousOwner',
1604
+ internalType: 'address',
1605
+ type: 'address',
1606
+ indexed: true,
1607
+ },
1608
+ {
1609
+ name: 'newOwner',
1610
+ internalType: 'address',
1611
+ type: 'address',
1612
+ indexed: true,
1613
+ },
1614
+ ],
1615
+ name: 'OwnershipTransferred',
1616
+ },
1617
+ {
1618
+ type: 'event',
1619
+ anonymous: false,
1620
+ inputs: [
1621
+ {
1622
+ name: 'cointag',
1623
+ internalType: 'address',
1624
+ type: 'address',
1625
+ indexed: true,
1626
+ },
1627
+ {
1628
+ name: 'creatorRewardRecipient',
1629
+ internalType: 'address',
1630
+ type: 'address',
1631
+ indexed: true,
1632
+ },
1633
+ {
1634
+ name: 'erc20',
1635
+ internalType: 'address',
1636
+ type: 'address',
1637
+ indexed: true,
1638
+ },
1639
+ {
1640
+ name: 'pool',
1641
+ internalType: 'address',
1642
+ type: 'address',
1643
+ indexed: false,
1644
+ },
1645
+ {
1646
+ name: 'percentageToBuyBurn',
1647
+ internalType: 'uint256',
1648
+ type: 'uint256',
1649
+ indexed: false,
1650
+ },
1651
+ {
1652
+ name: 'saltSource',
1653
+ internalType: 'bytes',
1654
+ type: 'bytes',
1655
+ indexed: false,
1656
+ },
1657
+ ],
1658
+ name: 'SetupNewCointag',
1659
+ },
1660
+ {
1661
+ type: 'event',
1662
+ anonymous: false,
1663
+ inputs: [
1664
+ {
1665
+ name: 'implementation',
1666
+ internalType: 'address',
1667
+ type: 'address',
1668
+ indexed: true,
1669
+ },
1670
+ ],
1671
+ name: 'Upgraded',
1672
+ },
1673
+ {
1674
+ type: 'error',
1675
+ inputs: [{ name: 'target', internalType: 'address', type: 'address' }],
1676
+ name: 'AddressEmptyCode',
1677
+ },
1678
+ { type: 'error', inputs: [], name: 'AddressZero' },
1679
+ { type: 'error', inputs: [], name: 'ERC1167FailedCreateClone' },
1680
+ {
1681
+ type: 'error',
1682
+ inputs: [
1683
+ { name: 'implementation', internalType: 'address', type: 'address' },
1684
+ ],
1685
+ name: 'ERC1967InvalidImplementation',
1686
+ },
1687
+ { type: 'error', inputs: [], name: 'ERC1967NonPayable' },
1688
+ { type: 'error', inputs: [], name: 'FailedInnerCall' },
1689
+ { type: 'error', inputs: [], name: 'InvalidInitialization' },
1690
+ { type: 'error', inputs: [], name: 'NotInitializing' },
1691
+ {
1692
+ type: 'error',
1693
+ inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
1694
+ name: 'OwnableInvalidOwner',
1695
+ },
1696
+ {
1697
+ type: 'error',
1698
+ inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
1699
+ name: 'OwnableUnauthorizedAccount',
1700
+ },
1701
+ { type: 'error', inputs: [], name: 'UUPSUnauthorizedCallContext' },
1702
+ {
1703
+ type: 'error',
1704
+ inputs: [{ name: 'slot', internalType: 'bytes32', type: 'bytes32' }],
1705
+ name: 'UUPSUnsupportedProxiableUUID',
1706
+ },
1707
+ {
1708
+ type: 'error',
1709
+ inputs: [
1710
+ { name: 'expected', internalType: 'address', type: 'address' },
1711
+ { name: 'actual', internalType: 'address', type: 'address' },
1712
+ ],
1713
+ name: 'UnexpectedCointagAddress',
1714
+ },
1715
+ {
1716
+ type: 'error',
1717
+ inputs: [
1718
+ { name: 'currentName', internalType: 'string', type: 'string' },
1719
+ { name: 'newName', internalType: 'string', type: 'string' },
1720
+ ],
1721
+ name: 'UpgradeToMismatchedContractName',
1722
+ },
1723
+ ] as const
1724
+
1725
+ /**
1726
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1727
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1728
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1729
+ */
1730
+ export const cointagFactoryAddress = {
1731
+ 8453: '0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F',
1732
+ 84532: '0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F',
1733
+ 7777777: '0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F',
1734
+ } as const
1735
+
1736
+ /**
1737
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1738
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1739
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
1740
+ */
1741
+ export const cointagFactoryConfig = {
1742
+ address: cointagFactoryAddress,
1743
+ abi: cointagFactoryABI,
1744
+ } as const
1745
+
1078
1746
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
1079
1747
  // Comments
1080
1748
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -3881,6 +4549,123 @@ export const iSponsoredSparksSpenderActionABI = [
3881
4549
  },
3882
4550
  ] as const
3883
4551
 
4552
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4553
+ // IUniswapV3Pool
4554
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
4555
+
4556
+ export const iUniswapV3PoolABI = [
4557
+ {
4558
+ type: 'function',
4559
+ inputs: [],
4560
+ name: 'fee',
4561
+ outputs: [{ name: '', internalType: 'uint24', type: 'uint24' }],
4562
+ stateMutability: 'view',
4563
+ },
4564
+ {
4565
+ type: 'function',
4566
+ inputs: [],
4567
+ name: 'feeGrowthGlobal0X128',
4568
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4569
+ stateMutability: 'view',
4570
+ },
4571
+ {
4572
+ type: 'function',
4573
+ inputs: [],
4574
+ name: 'feeGrowthGlobal1X128',
4575
+ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4576
+ stateMutability: 'view',
4577
+ },
4578
+ {
4579
+ type: 'function',
4580
+ inputs: [
4581
+ {
4582
+ name: 'observationCardinalityNext',
4583
+ internalType: 'uint16',
4584
+ type: 'uint16',
4585
+ },
4586
+ ],
4587
+ name: 'increaseObservationCardinalityNext',
4588
+ outputs: [],
4589
+ stateMutability: 'nonpayable',
4590
+ },
4591
+ {
4592
+ type: 'function',
4593
+ inputs: [
4594
+ { name: 'secondsAgos', internalType: 'uint32[]', type: 'uint32[]' },
4595
+ ],
4596
+ name: 'observe',
4597
+ outputs: [
4598
+ { name: 'tickCumulatives', internalType: 'int56[]', type: 'int56[]' },
4599
+ {
4600
+ name: 'secondsPerLiquidityCumulativeX128s',
4601
+ internalType: 'uint160[]',
4602
+ type: 'uint160[]',
4603
+ },
4604
+ ],
4605
+ stateMutability: 'view',
4606
+ },
4607
+ {
4608
+ type: 'function',
4609
+ inputs: [],
4610
+ name: 'slot0',
4611
+ outputs: [
4612
+ {
4613
+ name: 'slot0',
4614
+ internalType: 'struct IUniswapV3Pool.Slot0',
4615
+ type: 'tuple',
4616
+ components: [
4617
+ { name: 'sqrtPriceX96', internalType: 'uint160', type: 'uint160' },
4618
+ { name: 'tick', internalType: 'int24', type: 'int24' },
4619
+ { name: 'observationIndex', internalType: 'uint16', type: 'uint16' },
4620
+ {
4621
+ name: 'observationCardinality',
4622
+ internalType: 'uint16',
4623
+ type: 'uint16',
4624
+ },
4625
+ {
4626
+ name: 'observationCardinalityNext',
4627
+ internalType: 'uint16',
4628
+ type: 'uint16',
4629
+ },
4630
+ { name: 'feeProtocol', internalType: 'uint8', type: 'uint8' },
4631
+ { name: 'unlocked', internalType: 'bool', type: 'bool' },
4632
+ ],
4633
+ },
4634
+ ],
4635
+ stateMutability: 'view',
4636
+ },
4637
+ {
4638
+ type: 'function',
4639
+ inputs: [
4640
+ { name: 'recipient', internalType: 'address', type: 'address' },
4641
+ { name: 'zeroForOne', internalType: 'bool', type: 'bool' },
4642
+ { name: 'amountSpecified', internalType: 'int256', type: 'int256' },
4643
+ { name: 'sqrtPriceLimitX96', internalType: 'uint160', type: 'uint160' },
4644
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
4645
+ ],
4646
+ name: 'swap',
4647
+ outputs: [
4648
+ { name: 'amount0', internalType: 'int256', type: 'int256' },
4649
+ { name: 'amount1', internalType: 'int256', type: 'int256' },
4650
+ ],
4651
+ stateMutability: 'nonpayable',
4652
+ },
4653
+ {
4654
+ type: 'function',
4655
+ inputs: [],
4656
+ name: 'token0',
4657
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
4658
+ stateMutability: 'view',
4659
+ },
4660
+ {
4661
+ type: 'function',
4662
+ inputs: [],
4663
+ name: 'token1',
4664
+ outputs: [{ name: '', internalType: 'address', type: 'address' }],
4665
+ stateMutability: 'view',
4666
+ },
4667
+ ] as const
4668
+
3884
4669
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3885
4670
  // IUnwrapAndForwardAction
3886
4671
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -5131,6 +5916,138 @@ export const sponsoredSparksSpenderConfig = {
5131
5916
  abi: sponsoredSparksSpenderABI,
5132
5917
  } as const
5133
5918
 
5919
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5920
+ // UniswapV3SwapRouter
5921
+ //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5922
+
5923
+ /**
5924
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5925
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5926
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
5927
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
5928
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
5929
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
5930
+ * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
5931
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
5932
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
5933
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
5934
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
5935
+ */
5936
+ export const uniswapV3SwapRouterABI = [
5937
+ {
5938
+ type: 'function',
5939
+ inputs: [
5940
+ {
5941
+ name: 'params',
5942
+ internalType: 'struct ISwapRouter.ExactInputSingleParams',
5943
+ type: 'tuple',
5944
+ components: [
5945
+ { name: 'tokenIn', internalType: 'address', type: 'address' },
5946
+ { name: 'tokenOut', internalType: 'address', type: 'address' },
5947
+ { name: 'fee', internalType: 'uint24', type: 'uint24' },
5948
+ { name: 'recipient', internalType: 'address', type: 'address' },
5949
+ { name: 'amountIn', internalType: 'uint256', type: 'uint256' },
5950
+ {
5951
+ name: 'amountOutMinimum',
5952
+ internalType: 'uint256',
5953
+ type: 'uint256',
5954
+ },
5955
+ {
5956
+ name: 'sqrtPriceLimitX96',
5957
+ internalType: 'uint160',
5958
+ type: 'uint160',
5959
+ },
5960
+ ],
5961
+ },
5962
+ ],
5963
+ name: 'exactInputSingle',
5964
+ outputs: [{ name: 'amountOut', internalType: 'uint256', type: 'uint256' }],
5965
+ stateMutability: 'payable',
5966
+ },
5967
+ {
5968
+ type: 'function',
5969
+ inputs: [
5970
+ {
5971
+ name: 'params',
5972
+ internalType: 'struct ISwapRouter.ExactOutputSingleParams',
5973
+ type: 'tuple',
5974
+ components: [
5975
+ { name: 'tokenIn', internalType: 'address', type: 'address' },
5976
+ { name: 'tokenOut', internalType: 'address', type: 'address' },
5977
+ { name: 'fee', internalType: 'uint24', type: 'uint24' },
5978
+ { name: 'recipient', internalType: 'address', type: 'address' },
5979
+ { name: 'amountOut', internalType: 'uint256', type: 'uint256' },
5980
+ { name: 'amountInMaximum', internalType: 'uint256', type: 'uint256' },
5981
+ {
5982
+ name: 'sqrtPriceLimitX96',
5983
+ internalType: 'uint160',
5984
+ type: 'uint160',
5985
+ },
5986
+ ],
5987
+ },
5988
+ ],
5989
+ name: 'exactOutputSingle',
5990
+ outputs: [{ name: 'amountIn', internalType: 'uint256', type: 'uint256' }],
5991
+ stateMutability: 'payable',
5992
+ },
5993
+ {
5994
+ type: 'function',
5995
+ inputs: [
5996
+ { name: 'amount0Delta', internalType: 'int256', type: 'int256' },
5997
+ { name: 'amount1Delta', internalType: 'int256', type: 'int256' },
5998
+ { name: 'data', internalType: 'bytes', type: 'bytes' },
5999
+ ],
6000
+ name: 'uniswapV3SwapCallback',
6001
+ outputs: [],
6002
+ stateMutability: 'nonpayable',
6003
+ },
6004
+ ] as const
6005
+
6006
+ /**
6007
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
6008
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
6009
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
6010
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
6011
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
6012
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
6013
+ * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
6014
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
6015
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
6016
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
6017
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
6018
+ */
6019
+ export const uniswapV3SwapRouterAddress = {
6020
+ 1: '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45',
6021
+ 10: '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45',
6022
+ 8453: '0x2626664c2603336E57B271c5C0b26F421741e481',
6023
+ 42161: '0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45',
6024
+ 81457: '0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66',
6025
+ 84532: '0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4',
6026
+ 421614: '0x101F443B4d1b059569D643917553c771E1b9663E',
6027
+ 7777777: '0x7De04c96BE5159c3b5CeffC82aa176dc81281557',
6028
+ 11155111: '0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E',
6029
+ 11155420: '0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4',
6030
+ 999999999: '0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a',
6031
+ } as const
6032
+
6033
+ /**
6034
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
6035
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
6036
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
6037
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
6038
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
6039
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
6040
+ * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
6041
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
6042
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
6043
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
6044
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
6045
+ */
6046
+ export const uniswapV3SwapRouterConfig = {
6047
+ address: uniswapV3SwapRouterAddress,
6048
+ abi: uniswapV3SwapRouterABI,
6049
+ } as const
6050
+
5134
6051
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
5135
6052
  // UpgradeGate
5136
6053
  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////