@zoralabs/protocol-deployments 0.6.0 → 0.6.2
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/.turbo/turbo-build.log +19 -19
- package/CHANGELOG.md +12 -0
- package/dist/{_esm-AN6HMJZC.js → _esm-3RFC2XVO.js} +3 -3
- package/dist/_esm-3RFC2XVO.js.map +1 -0
- package/dist/encoding.d.ts +2 -2
- package/dist/generated/wagmi.d.ts +445 -499
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +298 -216
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +298 -216
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/wagmi.ts +301 -219
- package/dist/_esm-AN6HMJZC.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -192,7 +192,7 @@ var buySupplyWithSwapRouterHookABI = [
|
|
|
192
192
|
}
|
|
193
193
|
];
|
|
194
194
|
var buySupplyWithSwapRouterHookAddress = {
|
|
195
|
-
8453: "
|
|
195
|
+
8453: "0xc90e349360C43a0217CEF289f231C66D4748960F",
|
|
196
196
|
84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE"
|
|
197
197
|
};
|
|
198
198
|
var buySupplyWithSwapRouterHookConfig = {
|
|
@@ -1195,7 +1195,6 @@ var callerAndCommenterABI = [
|
|
|
1195
1195
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
1196
1196
|
{ type: "error", inputs: [], name: "NotSmartWallet" },
|
|
1197
1197
|
{ type: "error", inputs: [], name: "NotSmartWalletOwner" },
|
|
1198
|
-
{ type: "error", inputs: [], name: "NotTokenHolderOrAdmin" },
|
|
1199
1198
|
{ type: "error", inputs: [], name: "OnlySparksContract" },
|
|
1200
1199
|
{ type: "error", inputs: [], name: "TransferFailed" },
|
|
1201
1200
|
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
@@ -1230,23 +1229,6 @@ var callerAndCommenterConfig = {
|
|
|
1230
1229
|
abi: callerAndCommenterABI
|
|
1231
1230
|
};
|
|
1232
1231
|
var coinABI = [
|
|
1233
|
-
{
|
|
1234
|
-
type: "constructor",
|
|
1235
|
-
inputs: [
|
|
1236
|
-
{
|
|
1237
|
-
name: "protocolRewardRecipient_",
|
|
1238
|
-
internalType: "address",
|
|
1239
|
-
type: "address"
|
|
1240
|
-
},
|
|
1241
|
-
{ name: "protocolRewards_", internalType: "address", type: "address" },
|
|
1242
|
-
{ name: "weth_", internalType: "address", type: "address" },
|
|
1243
|
-
{ name: "v3Factory_", internalType: "address", type: "address" },
|
|
1244
|
-
{ name: "swapRouter_", internalType: "address", type: "address" },
|
|
1245
|
-
{ name: "airlock_", internalType: "address", type: "address" }
|
|
1246
|
-
],
|
|
1247
|
-
stateMutability: "nonpayable"
|
|
1248
|
-
},
|
|
1249
|
-
{ type: "receive", stateMutability: "payable" },
|
|
1250
1232
|
{
|
|
1251
1233
|
type: "function",
|
|
1252
1234
|
inputs: [],
|
|
@@ -1254,13 +1236,6 @@ var coinABI = [
|
|
|
1254
1236
|
outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
|
|
1255
1237
|
stateMutability: "view"
|
|
1256
1238
|
},
|
|
1257
|
-
{
|
|
1258
|
-
type: "function",
|
|
1259
|
-
inputs: [],
|
|
1260
|
-
name: "WETH",
|
|
1261
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
1262
|
-
stateMutability: "view"
|
|
1263
|
-
},
|
|
1264
1239
|
{
|
|
1265
1240
|
type: "function",
|
|
1266
1241
|
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
@@ -1318,29 +1293,6 @@ var coinABI = [
|
|
|
1318
1293
|
outputs: [],
|
|
1319
1294
|
stateMutability: "nonpayable"
|
|
1320
1295
|
},
|
|
1321
|
-
{
|
|
1322
|
-
type: "function",
|
|
1323
|
-
inputs: [
|
|
1324
|
-
{ name: "recipient", internalType: "address", type: "address" },
|
|
1325
|
-
{ name: "orderSize", internalType: "uint256", type: "uint256" },
|
|
1326
|
-
{ name: "minAmountOut", internalType: "uint256", type: "uint256" },
|
|
1327
|
-
{ name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" },
|
|
1328
|
-
{ name: "tradeReferrer", internalType: "address", type: "address" }
|
|
1329
|
-
],
|
|
1330
|
-
name: "buy",
|
|
1331
|
-
outputs: [
|
|
1332
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1333
|
-
{ name: "", internalType: "uint256", type: "uint256" }
|
|
1334
|
-
],
|
|
1335
|
-
stateMutability: "payable"
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
type: "function",
|
|
1339
|
-
inputs: [{ name: "pushEthRewards", internalType: "bool", type: "bool" }],
|
|
1340
|
-
name: "claimSecondaryRewards",
|
|
1341
|
-
outputs: [],
|
|
1342
|
-
stateMutability: "nonpayable"
|
|
1343
|
-
},
|
|
1344
1296
|
{
|
|
1345
1297
|
type: "function",
|
|
1346
1298
|
inputs: [],
|
|
@@ -1391,6 +1343,48 @@ var coinABI = [
|
|
|
1391
1343
|
],
|
|
1392
1344
|
stateMutability: "view"
|
|
1393
1345
|
},
|
|
1346
|
+
{
|
|
1347
|
+
type: "function",
|
|
1348
|
+
inputs: [
|
|
1349
|
+
{
|
|
1350
|
+
name: "coinVersionLookup",
|
|
1351
|
+
internalType: "contract IDeployedCoinVersionLookup",
|
|
1352
|
+
type: "address"
|
|
1353
|
+
}
|
|
1354
|
+
],
|
|
1355
|
+
name: "getPayoutSwapPath",
|
|
1356
|
+
outputs: [
|
|
1357
|
+
{
|
|
1358
|
+
name: "payoutSwapPath",
|
|
1359
|
+
internalType: "struct IHasSwapPath.PayoutSwapPath",
|
|
1360
|
+
type: "tuple",
|
|
1361
|
+
components: [
|
|
1362
|
+
{
|
|
1363
|
+
name: "path",
|
|
1364
|
+
internalType: "struct PathKey[]",
|
|
1365
|
+
type: "tuple[]",
|
|
1366
|
+
components: [
|
|
1367
|
+
{
|
|
1368
|
+
name: "intermediateCurrency",
|
|
1369
|
+
internalType: "Currency",
|
|
1370
|
+
type: "address"
|
|
1371
|
+
},
|
|
1372
|
+
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
1373
|
+
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
1374
|
+
{
|
|
1375
|
+
name: "hooks",
|
|
1376
|
+
internalType: "contract IHooks",
|
|
1377
|
+
type: "address"
|
|
1378
|
+
},
|
|
1379
|
+
{ name: "hookData", internalType: "bytes", type: "bytes" }
|
|
1380
|
+
]
|
|
1381
|
+
},
|
|
1382
|
+
{ name: "currencyIn", internalType: "Currency", type: "address" }
|
|
1383
|
+
]
|
|
1384
|
+
}
|
|
1385
|
+
],
|
|
1386
|
+
stateMutability: "view"
|
|
1387
|
+
},
|
|
1394
1388
|
{
|
|
1395
1389
|
type: "function",
|
|
1396
1390
|
inputs: [],
|
|
@@ -1422,6 +1416,33 @@ var coinABI = [
|
|
|
1422
1416
|
],
|
|
1423
1417
|
stateMutability: "view"
|
|
1424
1418
|
},
|
|
1419
|
+
{
|
|
1420
|
+
type: "function",
|
|
1421
|
+
inputs: [],
|
|
1422
|
+
name: "getPoolKey",
|
|
1423
|
+
outputs: [
|
|
1424
|
+
{
|
|
1425
|
+
name: "",
|
|
1426
|
+
internalType: "struct PoolKey",
|
|
1427
|
+
type: "tuple",
|
|
1428
|
+
components: [
|
|
1429
|
+
{ name: "currency0", internalType: "Currency", type: "address" },
|
|
1430
|
+
{ name: "currency1", internalType: "Currency", type: "address" },
|
|
1431
|
+
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
1432
|
+
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
1433
|
+
{ name: "hooks", internalType: "contract IHooks", type: "address" }
|
|
1434
|
+
]
|
|
1435
|
+
}
|
|
1436
|
+
],
|
|
1437
|
+
stateMutability: "view"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
type: "function",
|
|
1441
|
+
inputs: [],
|
|
1442
|
+
name: "hooks",
|
|
1443
|
+
outputs: [{ name: "", internalType: "contract IHooks", type: "address" }],
|
|
1444
|
+
stateMutability: "view"
|
|
1445
|
+
},
|
|
1425
1446
|
{
|
|
1426
1447
|
type: "function",
|
|
1427
1448
|
inputs: [
|
|
@@ -1432,7 +1453,19 @@ var coinABI = [
|
|
|
1432
1453
|
{ name: "symbol_", internalType: "string", type: "string" },
|
|
1433
1454
|
{ name: "platformReferrer_", internalType: "address", type: "address" },
|
|
1434
1455
|
{ name: "currency_", internalType: "address", type: "address" },
|
|
1435
|
-
{
|
|
1456
|
+
{
|
|
1457
|
+
name: "poolKey_",
|
|
1458
|
+
internalType: "struct PoolKey",
|
|
1459
|
+
type: "tuple",
|
|
1460
|
+
components: [
|
|
1461
|
+
{ name: "currency0", internalType: "Currency", type: "address" },
|
|
1462
|
+
{ name: "currency1", internalType: "Currency", type: "address" },
|
|
1463
|
+
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
1464
|
+
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
1465
|
+
{ name: "hooks", internalType: "contract IHooks", type: "address" }
|
|
1466
|
+
]
|
|
1467
|
+
},
|
|
1468
|
+
{ name: "sqrtPriceX96", internalType: "uint160", type: "uint160" },
|
|
1436
1469
|
{
|
|
1437
1470
|
name: "poolConfiguration_",
|
|
1438
1471
|
internalType: "struct PoolConfiguration",
|
|
@@ -1455,16 +1488,6 @@ var coinABI = [
|
|
|
1455
1488
|
type: "uint256[]"
|
|
1456
1489
|
}
|
|
1457
1490
|
]
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
name: "positions_",
|
|
1461
|
-
internalType: "struct LpPosition[]",
|
|
1462
|
-
type: "tuple[]",
|
|
1463
|
-
components: [
|
|
1464
|
-
{ name: "tickLower", internalType: "int24", type: "int24" },
|
|
1465
|
-
{ name: "tickUpper", internalType: "int24", type: "int24" },
|
|
1466
|
-
{ name: "liquidity", internalType: "uint128", type: "uint128" }
|
|
1467
|
-
]
|
|
1468
1491
|
}
|
|
1469
1492
|
],
|
|
1470
1493
|
name: "initialize",
|
|
@@ -1480,17 +1503,26 @@ var coinABI = [
|
|
|
1480
1503
|
},
|
|
1481
1504
|
{
|
|
1482
1505
|
type: "function",
|
|
1483
|
-
inputs: [
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1506
|
+
inputs: [
|
|
1507
|
+
{ name: "newHook", internalType: "address", type: "address" },
|
|
1508
|
+
{ name: "additionalData", internalType: "bytes", type: "bytes" }
|
|
1509
|
+
],
|
|
1510
|
+
name: "migrateLiquidity",
|
|
1511
|
+
outputs: [
|
|
1512
|
+
{
|
|
1513
|
+
name: "newPoolKey",
|
|
1514
|
+
internalType: "struct PoolKey",
|
|
1515
|
+
type: "tuple",
|
|
1516
|
+
components: [
|
|
1517
|
+
{ name: "currency0", internalType: "Currency", type: "address" },
|
|
1518
|
+
{ name: "currency1", internalType: "Currency", type: "address" },
|
|
1519
|
+
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
1520
|
+
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
1521
|
+
{ name: "hooks", internalType: "contract IHooks", type: "address" }
|
|
1522
|
+
]
|
|
1523
|
+
}
|
|
1524
|
+
],
|
|
1525
|
+
stateMutability: "nonpayable"
|
|
1494
1526
|
},
|
|
1495
1527
|
{
|
|
1496
1528
|
type: "function",
|
|
@@ -1545,30 +1577,9 @@ var coinABI = [
|
|
|
1545
1577
|
{
|
|
1546
1578
|
type: "function",
|
|
1547
1579
|
inputs: [],
|
|
1548
|
-
name: "
|
|
1549
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
1550
|
-
stateMutability: "view"
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
type: "function",
|
|
1554
|
-
inputs: [],
|
|
1555
|
-
name: "poolConfiguration",
|
|
1556
|
-
outputs: [
|
|
1557
|
-
{ name: "version", internalType: "uint8", type: "uint8" },
|
|
1558
|
-
{ name: "numPositions", internalType: "uint16", type: "uint16" },
|
|
1559
|
-
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
1560
|
-
{ name: "tickSpacing", internalType: "int24", type: "int24" }
|
|
1561
|
-
],
|
|
1562
|
-
stateMutability: "view"
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
type: "function",
|
|
1566
|
-
inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
1567
|
-
name: "positions",
|
|
1580
|
+
name: "poolManager",
|
|
1568
1581
|
outputs: [
|
|
1569
|
-
{ name: "
|
|
1570
|
-
{ name: "tickUpper", internalType: "int24", type: "int24" },
|
|
1571
|
-
{ name: "liquidity", internalType: "uint128", type: "uint128" }
|
|
1582
|
+
{ name: "", internalType: "contract IPoolManager", type: "address" }
|
|
1572
1583
|
],
|
|
1573
1584
|
stateMutability: "view"
|
|
1574
1585
|
},
|
|
@@ -1609,22 +1620,6 @@ var coinABI = [
|
|
|
1609
1620
|
outputs: [],
|
|
1610
1621
|
stateMutability: "nonpayable"
|
|
1611
1622
|
},
|
|
1612
|
-
{
|
|
1613
|
-
type: "function",
|
|
1614
|
-
inputs: [
|
|
1615
|
-
{ name: "recipient", internalType: "address", type: "address" },
|
|
1616
|
-
{ name: "orderSize", internalType: "uint256", type: "uint256" },
|
|
1617
|
-
{ name: "minAmountOut", internalType: "uint256", type: "uint256" },
|
|
1618
|
-
{ name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" },
|
|
1619
|
-
{ name: "tradeReferrer", internalType: "address", type: "address" }
|
|
1620
|
-
],
|
|
1621
|
-
name: "sell",
|
|
1622
|
-
outputs: [
|
|
1623
|
-
{ name: "", internalType: "uint256", type: "uint256" },
|
|
1624
|
-
{ name: "", internalType: "uint256", type: "uint256" }
|
|
1625
|
-
],
|
|
1626
|
-
stateMutability: "nonpayable"
|
|
1627
|
-
},
|
|
1628
1623
|
{
|
|
1629
1624
|
type: "function",
|
|
1630
1625
|
inputs: [{ name: "newURI", internalType: "string", type: "string" }],
|
|
@@ -1656,13 +1651,6 @@ var coinABI = [
|
|
|
1656
1651
|
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
1657
1652
|
name: "supportsInterface",
|
|
1658
1653
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1659
|
-
stateMutability: "pure"
|
|
1660
|
-
},
|
|
1661
|
-
{
|
|
1662
|
-
type: "function",
|
|
1663
|
-
inputs: [],
|
|
1664
|
-
name: "swapRouter",
|
|
1665
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
1666
1654
|
stateMutability: "view"
|
|
1667
1655
|
},
|
|
1668
1656
|
{
|
|
@@ -1707,24 +1695,6 @@ var coinABI = [
|
|
|
1707
1695
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
1708
1696
|
stateMutability: "nonpayable"
|
|
1709
1697
|
},
|
|
1710
|
-
{
|
|
1711
|
-
type: "function",
|
|
1712
|
-
inputs: [
|
|
1713
|
-
{ name: "amount0Owed", internalType: "uint256", type: "uint256" },
|
|
1714
|
-
{ name: "amount1Owed", internalType: "uint256", type: "uint256" },
|
|
1715
|
-
{ name: "", internalType: "bytes", type: "bytes" }
|
|
1716
|
-
],
|
|
1717
|
-
name: "uniswapV3MintCallback",
|
|
1718
|
-
outputs: [],
|
|
1719
|
-
stateMutability: "nonpayable"
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
type: "function",
|
|
1723
|
-
inputs: [],
|
|
1724
|
-
name: "v3Factory",
|
|
1725
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
1726
|
-
stateMutability: "view"
|
|
1727
|
-
},
|
|
1728
1698
|
{
|
|
1729
1699
|
type: "event",
|
|
1730
1700
|
anonymous: false,
|
|
@@ -2081,6 +2051,51 @@ var coinABI = [
|
|
|
2081
2051
|
],
|
|
2082
2052
|
name: "Initialized"
|
|
2083
2053
|
},
|
|
2054
|
+
{
|
|
2055
|
+
type: "event",
|
|
2056
|
+
anonymous: false,
|
|
2057
|
+
inputs: [
|
|
2058
|
+
{
|
|
2059
|
+
name: "fromPoolKey",
|
|
2060
|
+
internalType: "struct PoolKey",
|
|
2061
|
+
type: "tuple",
|
|
2062
|
+
components: [
|
|
2063
|
+
{ name: "currency0", internalType: "Currency", type: "address" },
|
|
2064
|
+
{ name: "currency1", internalType: "Currency", type: "address" },
|
|
2065
|
+
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
2066
|
+
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
2067
|
+
{ name: "hooks", internalType: "contract IHooks", type: "address" }
|
|
2068
|
+
],
|
|
2069
|
+
indexed: false
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
name: "fromPoolKeyHash",
|
|
2073
|
+
internalType: "bytes32",
|
|
2074
|
+
type: "bytes32",
|
|
2075
|
+
indexed: false
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
name: "toPoolKey",
|
|
2079
|
+
internalType: "struct PoolKey",
|
|
2080
|
+
type: "tuple",
|
|
2081
|
+
components: [
|
|
2082
|
+
{ name: "currency0", internalType: "Currency", type: "address" },
|
|
2083
|
+
{ name: "currency1", internalType: "Currency", type: "address" },
|
|
2084
|
+
{ name: "fee", internalType: "uint24", type: "uint24" },
|
|
2085
|
+
{ name: "tickSpacing", internalType: "int24", type: "int24" },
|
|
2086
|
+
{ name: "hooks", internalType: "contract IHooks", type: "address" }
|
|
2087
|
+
],
|
|
2088
|
+
indexed: false
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
name: "toPoolKeyHash",
|
|
2092
|
+
internalType: "bytes32",
|
|
2093
|
+
type: "bytes32",
|
|
2094
|
+
indexed: false
|
|
2095
|
+
}
|
|
2096
|
+
],
|
|
2097
|
+
name: "LiquidityMigrated"
|
|
2098
|
+
},
|
|
2084
2099
|
{
|
|
2085
2100
|
type: "event",
|
|
2086
2101
|
anonymous: false,
|
|
@@ -2146,17 +2161,6 @@ var coinABI = [
|
|
|
2146
2161
|
],
|
|
2147
2162
|
name: "Transfer"
|
|
2148
2163
|
},
|
|
2149
|
-
{
|
|
2150
|
-
type: "error",
|
|
2151
|
-
inputs: [{ name: "target", internalType: "address", type: "address" }],
|
|
2152
|
-
name: "AddressEmptyCode"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
type: "error",
|
|
2156
|
-
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
2157
|
-
name: "AddressInsufficientBalance"
|
|
2158
|
-
},
|
|
2159
|
-
{ type: "error", inputs: [], name: "AddressZero" },
|
|
2160
2164
|
{ type: "error", inputs: [], name: "AddressZero" },
|
|
2161
2165
|
{ type: "error", inputs: [], name: "AlreadyOwner" },
|
|
2162
2166
|
{ type: "error", inputs: [], name: "CannotMintZeroLiquidity" },
|
|
@@ -2232,7 +2236,6 @@ var coinABI = [
|
|
|
2232
2236
|
{ type: "error", inputs: [], name: "EthAmountTooSmall" },
|
|
2233
2237
|
{ type: "error", inputs: [], name: "EthTransferFailed" },
|
|
2234
2238
|
{ type: "error", inputs: [], name: "EthTransferInvalid" },
|
|
2235
|
-
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
2236
2239
|
{ type: "error", inputs: [], name: "InitialOrderSizeTooLarge" },
|
|
2237
2240
|
{ type: "error", inputs: [], name: "InsufficientFunds" },
|
|
2238
2241
|
{ type: "error", inputs: [], name: "InsufficientLiquidity" },
|
|
@@ -2268,6 +2271,7 @@ var coinABI = [
|
|
|
2268
2271
|
],
|
|
2269
2272
|
name: "MaxShareToBeSoldExceeded"
|
|
2270
2273
|
},
|
|
2274
|
+
{ type: "error", inputs: [], name: "NameIsRequired" },
|
|
2271
2275
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
2272
2276
|
{ type: "error", inputs: [], name: "NotOwner" },
|
|
2273
2277
|
{ type: "error", inputs: [], name: "NumDiscoveryPositionsOutOfRange" },
|
|
@@ -2284,11 +2288,6 @@ var coinABI = [
|
|
|
2284
2288
|
{ type: "error", inputs: [], name: "OnlyWeth" },
|
|
2285
2289
|
{ type: "error", inputs: [], name: "OwnerCannotBeAddressZero" },
|
|
2286
2290
|
{ type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
|
|
2287
|
-
{
|
|
2288
|
-
type: "error",
|
|
2289
|
-
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
2290
|
-
name: "SafeERC20FailedOperation"
|
|
2291
|
-
},
|
|
2292
2291
|
{ type: "error", inputs: [], name: "SlippageBoundsExceeded" },
|
|
2293
2292
|
{ type: "error", inputs: [], name: "UseRevokeOwnershipToRemoveSelf" }
|
|
2294
2293
|
];
|
|
@@ -2296,7 +2295,6 @@ var coinFactoryABI = [
|
|
|
2296
2295
|
{
|
|
2297
2296
|
type: "constructor",
|
|
2298
2297
|
inputs: [
|
|
2299
|
-
{ name: "_coinImpl", internalType: "address", type: "address" },
|
|
2300
2298
|
{ name: "_coinV4Impl", internalType: "address", type: "address" },
|
|
2301
2299
|
{ name: "_creatorCoinImpl", internalType: "address", type: "address" },
|
|
2302
2300
|
{ name: "_contentCoinHook", internalType: "address", type: "address" },
|
|
@@ -2311,6 +2309,13 @@ var coinFactoryABI = [
|
|
|
2311
2309
|
outputs: [{ name: "", internalType: "string", type: "string" }],
|
|
2312
2310
|
stateMutability: "view"
|
|
2313
2311
|
},
|
|
2312
|
+
{
|
|
2313
|
+
type: "function",
|
|
2314
|
+
inputs: [],
|
|
2315
|
+
name: "acceptOwnership",
|
|
2316
|
+
outputs: [],
|
|
2317
|
+
stateMutability: "nonpayable"
|
|
2318
|
+
},
|
|
2314
2319
|
{
|
|
2315
2320
|
type: "function",
|
|
2316
2321
|
inputs: [
|
|
@@ -2325,13 +2330,6 @@ var coinFactoryABI = [
|
|
|
2325
2330
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2326
2331
|
stateMutability: "view"
|
|
2327
2332
|
},
|
|
2328
|
-
{
|
|
2329
|
-
type: "function",
|
|
2330
|
-
inputs: [],
|
|
2331
|
-
name: "coinImpl",
|
|
2332
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2333
|
-
stateMutability: "view"
|
|
2334
|
-
},
|
|
2335
2333
|
{
|
|
2336
2334
|
type: "function",
|
|
2337
2335
|
inputs: [],
|
|
@@ -2425,7 +2423,7 @@ var coinFactoryABI = [
|
|
|
2425
2423
|
{ name: "symbol", internalType: "string", type: "string" },
|
|
2426
2424
|
{ name: "poolConfig", internalType: "bytes", type: "bytes" },
|
|
2427
2425
|
{ name: "platformReferrer", internalType: "address", type: "address" },
|
|
2428
|
-
{ name: "
|
|
2426
|
+
{ name: "", internalType: "uint256", type: "uint256" }
|
|
2429
2427
|
],
|
|
2430
2428
|
name: "deploy",
|
|
2431
2429
|
outputs: [
|
|
@@ -2500,6 +2498,13 @@ var coinFactoryABI = [
|
|
|
2500
2498
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2501
2499
|
stateMutability: "view"
|
|
2502
2500
|
},
|
|
2501
|
+
{
|
|
2502
|
+
type: "function",
|
|
2503
|
+
inputs: [],
|
|
2504
|
+
name: "pendingOwner",
|
|
2505
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
2506
|
+
stateMutability: "view"
|
|
2507
|
+
},
|
|
2503
2508
|
{
|
|
2504
2509
|
type: "function",
|
|
2505
2510
|
inputs: [],
|
|
@@ -2741,6 +2746,25 @@ var coinFactoryABI = [
|
|
|
2741
2746
|
],
|
|
2742
2747
|
name: "Initialized"
|
|
2743
2748
|
},
|
|
2749
|
+
{
|
|
2750
|
+
type: "event",
|
|
2751
|
+
anonymous: false,
|
|
2752
|
+
inputs: [
|
|
2753
|
+
{
|
|
2754
|
+
name: "previousOwner",
|
|
2755
|
+
internalType: "address",
|
|
2756
|
+
type: "address",
|
|
2757
|
+
indexed: true
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
name: "newOwner",
|
|
2761
|
+
internalType: "address",
|
|
2762
|
+
type: "address",
|
|
2763
|
+
indexed: true
|
|
2764
|
+
}
|
|
2765
|
+
],
|
|
2766
|
+
name: "OwnershipTransferStarted"
|
|
2767
|
+
},
|
|
2744
2768
|
{
|
|
2745
2769
|
type: "event",
|
|
2746
2770
|
anonymous: false,
|
|
@@ -2778,13 +2802,7 @@ var coinFactoryABI = [
|
|
|
2778
2802
|
inputs: [{ name: "target", internalType: "address", type: "address" }],
|
|
2779
2803
|
name: "AddressEmptyCode"
|
|
2780
2804
|
},
|
|
2781
|
-
{
|
|
2782
|
-
type: "error",
|
|
2783
|
-
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
2784
|
-
name: "AddressInsufficientBalance"
|
|
2785
|
-
},
|
|
2786
2805
|
{ type: "error", inputs: [], name: "ArrayLengthMismatch" },
|
|
2787
|
-
{ type: "error", inputs: [], name: "CannotMintZeroLiquidity" },
|
|
2788
2806
|
{ type: "error", inputs: [], name: "ConfigTickLowerMustBeLessThanTickUpper" },
|
|
2789
2807
|
{ type: "error", inputs: [], name: "Deprecated" },
|
|
2790
2808
|
{ type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
|
|
@@ -2796,7 +2814,6 @@ var coinFactoryABI = [
|
|
|
2796
2814
|
name: "ERC1967InvalidImplementation"
|
|
2797
2815
|
},
|
|
2798
2816
|
{ type: "error", inputs: [], name: "ERC1967NonPayable" },
|
|
2799
|
-
{ type: "error", inputs: [], name: "ERC20TransferAmountMismatch" },
|
|
2800
2817
|
{ type: "error", inputs: [], name: "EthTransferInvalid" },
|
|
2801
2818
|
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
2802
2819
|
{ type: "error", inputs: [], name: "InvalidConfig" },
|
|
@@ -2811,14 +2828,6 @@ var coinFactoryABI = [
|
|
|
2811
2828
|
],
|
|
2812
2829
|
name: "InvalidTickRangeMisordered"
|
|
2813
2830
|
},
|
|
2814
|
-
{
|
|
2815
|
-
type: "error",
|
|
2816
|
-
inputs: [
|
|
2817
|
-
{ name: "tickLower", internalType: "int24", type: "int24" },
|
|
2818
|
-
{ name: "tickUpper", internalType: "int24", type: "int24" }
|
|
2819
|
-
],
|
|
2820
|
-
name: "InvalidTickRangeMisordered"
|
|
2821
|
-
},
|
|
2822
2831
|
{
|
|
2823
2832
|
type: "error",
|
|
2824
2833
|
inputs: [
|
|
@@ -2840,11 +2849,6 @@ var coinFactoryABI = [
|
|
|
2840
2849
|
name: "OwnableUnauthorizedAccount"
|
|
2841
2850
|
},
|
|
2842
2851
|
{ type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
|
|
2843
|
-
{
|
|
2844
|
-
type: "error",
|
|
2845
|
-
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
2846
|
-
name: "SafeERC20FailedOperation"
|
|
2847
|
-
},
|
|
2848
2852
|
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
2849
2853
|
{
|
|
2850
2854
|
type: "error",
|
|
@@ -2875,17 +2879,17 @@ var coinV4ABI = [
|
|
|
2875
2879
|
type: "constructor",
|
|
2876
2880
|
inputs: [
|
|
2877
2881
|
{
|
|
2878
|
-
name: "
|
|
2882
|
+
name: "_protocolRewardRecipient",
|
|
2879
2883
|
internalType: "address",
|
|
2880
2884
|
type: "address"
|
|
2881
2885
|
},
|
|
2882
|
-
{ name: "
|
|
2886
|
+
{ name: "_protocolRewards", internalType: "address", type: "address" },
|
|
2883
2887
|
{
|
|
2884
|
-
name: "
|
|
2888
|
+
name: "_poolManager",
|
|
2885
2889
|
internalType: "contract IPoolManager",
|
|
2886
2890
|
type: "address"
|
|
2887
2891
|
},
|
|
2888
|
-
{ name: "
|
|
2892
|
+
{ name: "_airlock", internalType: "address", type: "address" }
|
|
2889
2893
|
],
|
|
2890
2894
|
stateMutability: "nonpayable"
|
|
2891
2895
|
},
|
|
@@ -2953,6 +2957,13 @@ var coinV4ABI = [
|
|
|
2953
2957
|
outputs: [],
|
|
2954
2958
|
stateMutability: "nonpayable"
|
|
2955
2959
|
},
|
|
2960
|
+
{
|
|
2961
|
+
type: "function",
|
|
2962
|
+
inputs: [],
|
|
2963
|
+
name: "claimVesting",
|
|
2964
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
2965
|
+
stateMutability: "nonpayable"
|
|
2966
|
+
},
|
|
2956
2967
|
{
|
|
2957
2968
|
type: "function",
|
|
2958
2969
|
inputs: [],
|
|
@@ -3003,6 +3014,13 @@ var coinV4ABI = [
|
|
|
3003
3014
|
],
|
|
3004
3015
|
stateMutability: "view"
|
|
3005
3016
|
},
|
|
3017
|
+
{
|
|
3018
|
+
type: "function",
|
|
3019
|
+
inputs: [],
|
|
3020
|
+
name: "getClaimableAmount",
|
|
3021
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3022
|
+
stateMutability: "view"
|
|
3023
|
+
},
|
|
3006
3024
|
{
|
|
3007
3025
|
type: "function",
|
|
3008
3026
|
inputs: [
|
|
@@ -3311,7 +3329,7 @@ var coinV4ABI = [
|
|
|
3311
3329
|
inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
|
|
3312
3330
|
name: "supportsInterface",
|
|
3313
3331
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3314
|
-
stateMutability: "
|
|
3332
|
+
stateMutability: "view"
|
|
3315
3333
|
},
|
|
3316
3334
|
{
|
|
3317
3335
|
type: "function",
|
|
@@ -3327,6 +3345,13 @@ var coinV4ABI = [
|
|
|
3327
3345
|
outputs: [{ name: "", internalType: "string", type: "string" }],
|
|
3328
3346
|
stateMutability: "view"
|
|
3329
3347
|
},
|
|
3348
|
+
{
|
|
3349
|
+
type: "function",
|
|
3350
|
+
inputs: [],
|
|
3351
|
+
name: "totalClaimed",
|
|
3352
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3353
|
+
stateMutability: "view"
|
|
3354
|
+
},
|
|
3330
3355
|
{
|
|
3331
3356
|
type: "function",
|
|
3332
3357
|
inputs: [],
|
|
@@ -3355,6 +3380,20 @@ var coinV4ABI = [
|
|
|
3355
3380
|
outputs: [{ name: "", internalType: "bool", type: "bool" }],
|
|
3356
3381
|
stateMutability: "nonpayable"
|
|
3357
3382
|
},
|
|
3383
|
+
{
|
|
3384
|
+
type: "function",
|
|
3385
|
+
inputs: [],
|
|
3386
|
+
name: "vestingEndTime",
|
|
3387
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3388
|
+
stateMutability: "view"
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
type: "function",
|
|
3392
|
+
inputs: [],
|
|
3393
|
+
name: "vestingStartTime",
|
|
3394
|
+
outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
|
|
3395
|
+
stateMutability: "view"
|
|
3396
|
+
},
|
|
3358
3397
|
{
|
|
3359
3398
|
type: "event",
|
|
3360
3399
|
anonymous: false,
|
|
@@ -3697,6 +3736,43 @@ var coinV4ABI = [
|
|
|
3697
3736
|
name: "ContractMetadataUpdated"
|
|
3698
3737
|
},
|
|
3699
3738
|
{ type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
|
|
3739
|
+
{
|
|
3740
|
+
type: "event",
|
|
3741
|
+
anonymous: false,
|
|
3742
|
+
inputs: [
|
|
3743
|
+
{
|
|
3744
|
+
name: "recipient",
|
|
3745
|
+
internalType: "address",
|
|
3746
|
+
type: "address",
|
|
3747
|
+
indexed: true
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
name: "claimAmount",
|
|
3751
|
+
internalType: "uint256",
|
|
3752
|
+
type: "uint256",
|
|
3753
|
+
indexed: false
|
|
3754
|
+
},
|
|
3755
|
+
{
|
|
3756
|
+
name: "totalClaimed",
|
|
3757
|
+
internalType: "uint256",
|
|
3758
|
+
type: "uint256",
|
|
3759
|
+
indexed: false
|
|
3760
|
+
},
|
|
3761
|
+
{
|
|
3762
|
+
name: "vestingStartTime",
|
|
3763
|
+
internalType: "uint256",
|
|
3764
|
+
type: "uint256",
|
|
3765
|
+
indexed: false
|
|
3766
|
+
},
|
|
3767
|
+
{
|
|
3768
|
+
name: "vestingEndTime",
|
|
3769
|
+
internalType: "uint256",
|
|
3770
|
+
type: "uint256",
|
|
3771
|
+
indexed: false
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
name: "CreatorVestingClaimed"
|
|
3775
|
+
},
|
|
3700
3776
|
{ type: "event", anonymous: false, inputs: [], name: "EIP712DomainChanged" },
|
|
3701
3777
|
{
|
|
3702
3778
|
type: "event",
|
|
@@ -3907,6 +3983,7 @@ var coinV4ABI = [
|
|
|
3907
3983
|
],
|
|
3908
3984
|
name: "InvalidAccountNonce"
|
|
3909
3985
|
},
|
|
3986
|
+
{ type: "error", inputs: [], name: "InvalidCurrency" },
|
|
3910
3987
|
{ type: "error", inputs: [], name: "InvalidCurrencyLowerTick" },
|
|
3911
3988
|
{ type: "error", inputs: [], name: "InvalidInitialization" },
|
|
3912
3989
|
{ type: "error", inputs: [], name: "InvalidMarketType" },
|
|
@@ -3931,6 +4008,7 @@ var coinV4ABI = [
|
|
|
3931
4008
|
],
|
|
3932
4009
|
name: "MaxShareToBeSoldExceeded"
|
|
3933
4010
|
},
|
|
4011
|
+
{ type: "error", inputs: [], name: "NameIsRequired" },
|
|
3934
4012
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
3935
4013
|
{ type: "error", inputs: [], name: "NotOwner" },
|
|
3936
4014
|
{ type: "error", inputs: [], name: "NumDiscoveryPositionsOutOfRange" },
|
|
@@ -5691,7 +5769,6 @@ var commentsABI = [
|
|
|
5691
5769
|
{ type: "error", inputs: [], name: "NotInitializing" },
|
|
5692
5770
|
{ type: "error", inputs: [], name: "NotSmartWallet" },
|
|
5693
5771
|
{ type: "error", inputs: [], name: "NotSmartWalletOwner" },
|
|
5694
|
-
{ type: "error", inputs: [], name: "NotTokenHolderOrAdmin" },
|
|
5695
5772
|
{ type: "error", inputs: [], name: "OnlySparksContract" },
|
|
5696
5773
|
{ type: "error", inputs: [], name: "TransferFailed" },
|
|
5697
5774
|
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
@@ -5822,7 +5899,6 @@ var devCoinFactoryABI = [
|
|
|
5822
5899
|
{
|
|
5823
5900
|
type: "constructor",
|
|
5824
5901
|
inputs: [
|
|
5825
|
-
{ name: "_coinImpl", internalType: "address", type: "address" },
|
|
5826
5902
|
{ name: "_coinV4Impl", internalType: "address", type: "address" },
|
|
5827
5903
|
{ name: "_creatorCoinImpl", internalType: "address", type: "address" },
|
|
5828
5904
|
{ name: "_contentCoinHook", internalType: "address", type: "address" },
|
|
@@ -5837,6 +5913,13 @@ var devCoinFactoryABI = [
|
|
|
5837
5913
|
outputs: [{ name: "", internalType: "string", type: "string" }],
|
|
5838
5914
|
stateMutability: "view"
|
|
5839
5915
|
},
|
|
5916
|
+
{
|
|
5917
|
+
type: "function",
|
|
5918
|
+
inputs: [],
|
|
5919
|
+
name: "acceptOwnership",
|
|
5920
|
+
outputs: [],
|
|
5921
|
+
stateMutability: "nonpayable"
|
|
5922
|
+
},
|
|
5840
5923
|
{
|
|
5841
5924
|
type: "function",
|
|
5842
5925
|
inputs: [
|
|
@@ -5851,13 +5934,6 @@ var devCoinFactoryABI = [
|
|
|
5851
5934
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5852
5935
|
stateMutability: "view"
|
|
5853
5936
|
},
|
|
5854
|
-
{
|
|
5855
|
-
type: "function",
|
|
5856
|
-
inputs: [],
|
|
5857
|
-
name: "coinImpl",
|
|
5858
|
-
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
5859
|
-
stateMutability: "view"
|
|
5860
|
-
},
|
|
5861
5937
|
{
|
|
5862
5938
|
type: "function",
|
|
5863
5939
|
inputs: [],
|
|
@@ -5951,7 +6027,7 @@ var devCoinFactoryABI = [
|
|
|
5951
6027
|
{ name: "symbol", internalType: "string", type: "string" },
|
|
5952
6028
|
{ name: "poolConfig", internalType: "bytes", type: "bytes" },
|
|
5953
6029
|
{ name: "platformReferrer", internalType: "address", type: "address" },
|
|
5954
|
-
{ name: "
|
|
6030
|
+
{ name: "", internalType: "uint256", type: "uint256" }
|
|
5955
6031
|
],
|
|
5956
6032
|
name: "deploy",
|
|
5957
6033
|
outputs: [
|
|
@@ -6026,6 +6102,13 @@ var devCoinFactoryABI = [
|
|
|
6026
6102
|
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
6027
6103
|
stateMutability: "view"
|
|
6028
6104
|
},
|
|
6105
|
+
{
|
|
6106
|
+
type: "function",
|
|
6107
|
+
inputs: [],
|
|
6108
|
+
name: "pendingOwner",
|
|
6109
|
+
outputs: [{ name: "", internalType: "address", type: "address" }],
|
|
6110
|
+
stateMutability: "view"
|
|
6111
|
+
},
|
|
6029
6112
|
{
|
|
6030
6113
|
type: "function",
|
|
6031
6114
|
inputs: [],
|
|
@@ -6267,6 +6350,25 @@ var devCoinFactoryABI = [
|
|
|
6267
6350
|
],
|
|
6268
6351
|
name: "Initialized"
|
|
6269
6352
|
},
|
|
6353
|
+
{
|
|
6354
|
+
type: "event",
|
|
6355
|
+
anonymous: false,
|
|
6356
|
+
inputs: [
|
|
6357
|
+
{
|
|
6358
|
+
name: "previousOwner",
|
|
6359
|
+
internalType: "address",
|
|
6360
|
+
type: "address",
|
|
6361
|
+
indexed: true
|
|
6362
|
+
},
|
|
6363
|
+
{
|
|
6364
|
+
name: "newOwner",
|
|
6365
|
+
internalType: "address",
|
|
6366
|
+
type: "address",
|
|
6367
|
+
indexed: true
|
|
6368
|
+
}
|
|
6369
|
+
],
|
|
6370
|
+
name: "OwnershipTransferStarted"
|
|
6371
|
+
},
|
|
6270
6372
|
{
|
|
6271
6373
|
type: "event",
|
|
6272
6374
|
anonymous: false,
|
|
@@ -6304,13 +6406,7 @@ var devCoinFactoryABI = [
|
|
|
6304
6406
|
inputs: [{ name: "target", internalType: "address", type: "address" }],
|
|
6305
6407
|
name: "AddressEmptyCode"
|
|
6306
6408
|
},
|
|
6307
|
-
{
|
|
6308
|
-
type: "error",
|
|
6309
|
-
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
6310
|
-
name: "AddressInsufficientBalance"
|
|
6311
|
-
},
|
|
6312
6409
|
{ type: "error", inputs: [], name: "ArrayLengthMismatch" },
|
|
6313
|
-
{ type: "error", inputs: [], name: "CannotMintZeroLiquidity" },
|
|
6314
6410
|
{ type: "error", inputs: [], name: "ConfigTickLowerMustBeLessThanTickUpper" },
|
|
6315
6411
|
{ type: "error", inputs: [], name: "Deprecated" },
|
|
6316
6412
|
{ type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
|
|
@@ -6322,7 +6418,6 @@ var devCoinFactoryABI = [
|
|
|
6322
6418
|
name: "ERC1967InvalidImplementation"
|
|
6323
6419
|
},
|
|
6324
6420
|
{ type: "error", inputs: [], name: "ERC1967NonPayable" },
|
|
6325
|
-
{ type: "error", inputs: [], name: "ERC20TransferAmountMismatch" },
|
|
6326
6421
|
{ type: "error", inputs: [], name: "EthTransferInvalid" },
|
|
6327
6422
|
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
6328
6423
|
{ type: "error", inputs: [], name: "InvalidConfig" },
|
|
@@ -6337,14 +6432,6 @@ var devCoinFactoryABI = [
|
|
|
6337
6432
|
],
|
|
6338
6433
|
name: "InvalidTickRangeMisordered"
|
|
6339
6434
|
},
|
|
6340
|
-
{
|
|
6341
|
-
type: "error",
|
|
6342
|
-
inputs: [
|
|
6343
|
-
{ name: "tickLower", internalType: "int24", type: "int24" },
|
|
6344
|
-
{ name: "tickUpper", internalType: "int24", type: "int24" }
|
|
6345
|
-
],
|
|
6346
|
-
name: "InvalidTickRangeMisordered"
|
|
6347
|
-
},
|
|
6348
6435
|
{
|
|
6349
6436
|
type: "error",
|
|
6350
6437
|
inputs: [
|
|
@@ -6366,11 +6453,6 @@ var devCoinFactoryABI = [
|
|
|
6366
6453
|
name: "OwnableUnauthorizedAccount"
|
|
6367
6454
|
},
|
|
6368
6455
|
{ type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
|
|
6369
|
-
{
|
|
6370
|
-
type: "error",
|
|
6371
|
-
inputs: [{ name: "token", internalType: "address", type: "address" }],
|
|
6372
|
-
name: "SafeERC20FailedOperation"
|
|
6373
|
-
},
|
|
6374
6456
|
{ type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
|
|
6375
6457
|
{
|
|
6376
6458
|
type: "error",
|