@zoralabs/protocol-deployments 0.1.5-DEV.2 → 0.1.5-DEV.3
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/dist/generated/wagmi.d.ts +604 -108
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +193 -88
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +193 -88
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/generated/1155.ts +3 -3
- package/src/generated/mints.ts +2 -2
- package/src/generated/wagmi.ts +191 -86
|
@@ -1146,6 +1146,10 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1146
1146
|
readonly name: "_protocolRewards";
|
|
1147
1147
|
readonly internalType: "address";
|
|
1148
1148
|
readonly type: "address";
|
|
1149
|
+
}, {
|
|
1150
|
+
readonly name: "_mints";
|
|
1151
|
+
readonly internalType: "address";
|
|
1152
|
+
readonly type: "address";
|
|
1149
1153
|
}];
|
|
1150
1154
|
}, {
|
|
1151
1155
|
readonly stateMutability: "payable";
|
|
@@ -1250,28 +1254,6 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1250
1254
|
}];
|
|
1251
1255
|
readonly name: "adminMint";
|
|
1252
1256
|
readonly outputs: readonly [];
|
|
1253
|
-
}, {
|
|
1254
|
-
readonly stateMutability: "nonpayable";
|
|
1255
|
-
readonly type: "function";
|
|
1256
|
-
readonly inputs: readonly [{
|
|
1257
|
-
readonly name: "recipient";
|
|
1258
|
-
readonly internalType: "address";
|
|
1259
|
-
readonly type: "address";
|
|
1260
|
-
}, {
|
|
1261
|
-
readonly name: "tokenIds";
|
|
1262
|
-
readonly internalType: "uint256[]";
|
|
1263
|
-
readonly type: "uint256[]";
|
|
1264
|
-
}, {
|
|
1265
|
-
readonly name: "quantities";
|
|
1266
|
-
readonly internalType: "uint256[]";
|
|
1267
|
-
readonly type: "uint256[]";
|
|
1268
|
-
}, {
|
|
1269
|
-
readonly name: "data";
|
|
1270
|
-
readonly internalType: "bytes";
|
|
1271
|
-
readonly type: "bytes";
|
|
1272
|
-
}];
|
|
1273
|
-
readonly name: "adminMintBatch";
|
|
1274
|
-
readonly outputs: readonly [];
|
|
1275
1257
|
}, {
|
|
1276
1258
|
readonly stateMutability: "view";
|
|
1277
1259
|
readonly type: "function";
|
|
@@ -1372,77 +1354,11 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1372
1354
|
readonly stateMutability: "pure";
|
|
1373
1355
|
readonly type: "function";
|
|
1374
1356
|
readonly inputs: readonly [{
|
|
1375
|
-
readonly name: "
|
|
1376
|
-
readonly internalType: "uint256";
|
|
1377
|
-
readonly type: "uint256";
|
|
1378
|
-
}];
|
|
1379
|
-
readonly name: "computeFreeMintRewards";
|
|
1380
|
-
readonly outputs: readonly [{
|
|
1381
|
-
readonly name: "";
|
|
1382
|
-
readonly internalType: "struct RewardsSettings";
|
|
1383
|
-
readonly type: "tuple";
|
|
1384
|
-
readonly components: readonly [{
|
|
1385
|
-
readonly name: "creatorReward";
|
|
1386
|
-
readonly internalType: "uint256";
|
|
1387
|
-
readonly type: "uint256";
|
|
1388
|
-
}, {
|
|
1389
|
-
readonly name: "createReferralReward";
|
|
1390
|
-
readonly internalType: "uint256";
|
|
1391
|
-
readonly type: "uint256";
|
|
1392
|
-
}, {
|
|
1393
|
-
readonly name: "mintReferralReward";
|
|
1394
|
-
readonly internalType: "uint256";
|
|
1395
|
-
readonly type: "uint256";
|
|
1396
|
-
}, {
|
|
1397
|
-
readonly name: "firstMinterReward";
|
|
1398
|
-
readonly internalType: "uint256";
|
|
1399
|
-
readonly type: "uint256";
|
|
1400
|
-
}, {
|
|
1401
|
-
readonly name: "zoraReward";
|
|
1402
|
-
readonly internalType: "uint256";
|
|
1403
|
-
readonly type: "uint256";
|
|
1404
|
-
}];
|
|
1405
|
-
}];
|
|
1406
|
-
}, {
|
|
1407
|
-
readonly stateMutability: "pure";
|
|
1408
|
-
readonly type: "function";
|
|
1409
|
-
readonly inputs: readonly [{
|
|
1410
|
-
readonly name: "numTokens";
|
|
1357
|
+
readonly name: "mintPrice";
|
|
1411
1358
|
readonly internalType: "uint256";
|
|
1412
1359
|
readonly type: "uint256";
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
readonly outputs: readonly [{
|
|
1416
|
-
readonly name: "";
|
|
1417
|
-
readonly internalType: "struct RewardsSettings";
|
|
1418
|
-
readonly type: "tuple";
|
|
1419
|
-
readonly components: readonly [{
|
|
1420
|
-
readonly name: "creatorReward";
|
|
1421
|
-
readonly internalType: "uint256";
|
|
1422
|
-
readonly type: "uint256";
|
|
1423
|
-
}, {
|
|
1424
|
-
readonly name: "createReferralReward";
|
|
1425
|
-
readonly internalType: "uint256";
|
|
1426
|
-
readonly type: "uint256";
|
|
1427
|
-
}, {
|
|
1428
|
-
readonly name: "mintReferralReward";
|
|
1429
|
-
readonly internalType: "uint256";
|
|
1430
|
-
readonly type: "uint256";
|
|
1431
|
-
}, {
|
|
1432
|
-
readonly name: "firstMinterReward";
|
|
1433
|
-
readonly internalType: "uint256";
|
|
1434
|
-
readonly type: "uint256";
|
|
1435
|
-
}, {
|
|
1436
|
-
readonly name: "zoraReward";
|
|
1437
|
-
readonly internalType: "uint256";
|
|
1438
|
-
readonly type: "uint256";
|
|
1439
|
-
}];
|
|
1440
|
-
}];
|
|
1441
|
-
}, {
|
|
1442
|
-
readonly stateMutability: "pure";
|
|
1443
|
-
readonly type: "function";
|
|
1444
|
-
readonly inputs: readonly [{
|
|
1445
|
-
readonly name: "numTokens";
|
|
1360
|
+
}, {
|
|
1361
|
+
readonly name: "quantity";
|
|
1446
1362
|
readonly internalType: "uint256";
|
|
1447
1363
|
readonly type: "uint256";
|
|
1448
1364
|
}];
|
|
@@ -1546,7 +1462,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1546
1462
|
readonly internalType: "bytes";
|
|
1547
1463
|
readonly type: "bytes";
|
|
1548
1464
|
}, {
|
|
1549
|
-
readonly name: "
|
|
1465
|
+
readonly name: "firstMinter";
|
|
1550
1466
|
readonly internalType: "address";
|
|
1551
1467
|
readonly type: "address";
|
|
1552
1468
|
}, {
|
|
@@ -1800,7 +1716,7 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1800
1716
|
readonly name: "mint";
|
|
1801
1717
|
readonly outputs: readonly [];
|
|
1802
1718
|
}, {
|
|
1803
|
-
readonly stateMutability: "
|
|
1719
|
+
readonly stateMutability: "view";
|
|
1804
1720
|
readonly type: "function";
|
|
1805
1721
|
readonly inputs: readonly [];
|
|
1806
1722
|
readonly name: "mintFee";
|
|
@@ -1809,6 +1725,40 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1809
1725
|
readonly internalType: "uint256";
|
|
1810
1726
|
readonly type: "uint256";
|
|
1811
1727
|
}];
|
|
1728
|
+
}, {
|
|
1729
|
+
readonly stateMutability: "payable";
|
|
1730
|
+
readonly type: "function";
|
|
1731
|
+
readonly inputs: readonly [{
|
|
1732
|
+
readonly name: "mintTokenIds";
|
|
1733
|
+
readonly internalType: "uint256[]";
|
|
1734
|
+
readonly type: "uint256[]";
|
|
1735
|
+
}, {
|
|
1736
|
+
readonly name: "quantities";
|
|
1737
|
+
readonly internalType: "uint256[]";
|
|
1738
|
+
readonly type: "uint256[]";
|
|
1739
|
+
}, {
|
|
1740
|
+
readonly name: "minter";
|
|
1741
|
+
readonly internalType: "contract IMinter1155";
|
|
1742
|
+
readonly type: "address";
|
|
1743
|
+
}, {
|
|
1744
|
+
readonly name: "tokenId";
|
|
1745
|
+
readonly internalType: "uint256";
|
|
1746
|
+
readonly type: "uint256";
|
|
1747
|
+
}, {
|
|
1748
|
+
readonly name: "rewardsRecipients";
|
|
1749
|
+
readonly internalType: "address[]";
|
|
1750
|
+
readonly type: "address[]";
|
|
1751
|
+
}, {
|
|
1752
|
+
readonly name: "minterArguments";
|
|
1753
|
+
readonly internalType: "bytes";
|
|
1754
|
+
readonly type: "bytes";
|
|
1755
|
+
}];
|
|
1756
|
+
readonly name: "mintWithMints";
|
|
1757
|
+
readonly outputs: readonly [{
|
|
1758
|
+
readonly name: "quantityMinted";
|
|
1759
|
+
readonly internalType: "uint256";
|
|
1760
|
+
readonly type: "uint256";
|
|
1761
|
+
}];
|
|
1812
1762
|
}, {
|
|
1813
1763
|
readonly stateMutability: "payable";
|
|
1814
1764
|
readonly type: "function";
|
|
@@ -1869,6 +1819,66 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
1869
1819
|
readonly internalType: "uint256";
|
|
1870
1820
|
readonly type: "uint256";
|
|
1871
1821
|
}];
|
|
1822
|
+
}, {
|
|
1823
|
+
readonly stateMutability: "pure";
|
|
1824
|
+
readonly type: "function";
|
|
1825
|
+
readonly inputs: readonly [{
|
|
1826
|
+
readonly name: "";
|
|
1827
|
+
readonly internalType: "address";
|
|
1828
|
+
readonly type: "address";
|
|
1829
|
+
}, {
|
|
1830
|
+
readonly name: "";
|
|
1831
|
+
readonly internalType: "address";
|
|
1832
|
+
readonly type: "address";
|
|
1833
|
+
}, {
|
|
1834
|
+
readonly name: "";
|
|
1835
|
+
readonly internalType: "uint256[]";
|
|
1836
|
+
readonly type: "uint256[]";
|
|
1837
|
+
}, {
|
|
1838
|
+
readonly name: "";
|
|
1839
|
+
readonly internalType: "uint256[]";
|
|
1840
|
+
readonly type: "uint256[]";
|
|
1841
|
+
}, {
|
|
1842
|
+
readonly name: "";
|
|
1843
|
+
readonly internalType: "bytes";
|
|
1844
|
+
readonly type: "bytes";
|
|
1845
|
+
}];
|
|
1846
|
+
readonly name: "onERC1155BatchReceived";
|
|
1847
|
+
readonly outputs: readonly [{
|
|
1848
|
+
readonly name: "";
|
|
1849
|
+
readonly internalType: "bytes4";
|
|
1850
|
+
readonly type: "bytes4";
|
|
1851
|
+
}];
|
|
1852
|
+
}, {
|
|
1853
|
+
readonly stateMutability: "pure";
|
|
1854
|
+
readonly type: "function";
|
|
1855
|
+
readonly inputs: readonly [{
|
|
1856
|
+
readonly name: "";
|
|
1857
|
+
readonly internalType: "address";
|
|
1858
|
+
readonly type: "address";
|
|
1859
|
+
}, {
|
|
1860
|
+
readonly name: "";
|
|
1861
|
+
readonly internalType: "address";
|
|
1862
|
+
readonly type: "address";
|
|
1863
|
+
}, {
|
|
1864
|
+
readonly name: "";
|
|
1865
|
+
readonly internalType: "uint256";
|
|
1866
|
+
readonly type: "uint256";
|
|
1867
|
+
}, {
|
|
1868
|
+
readonly name: "";
|
|
1869
|
+
readonly internalType: "uint256";
|
|
1870
|
+
readonly type: "uint256";
|
|
1871
|
+
}, {
|
|
1872
|
+
readonly name: "";
|
|
1873
|
+
readonly internalType: "bytes";
|
|
1874
|
+
readonly type: "bytes";
|
|
1875
|
+
}];
|
|
1876
|
+
readonly name: "onERC1155Received";
|
|
1877
|
+
readonly outputs: readonly [{
|
|
1878
|
+
readonly name: "";
|
|
1879
|
+
readonly internalType: "bytes4";
|
|
1880
|
+
readonly type: "bytes4";
|
|
1881
|
+
}];
|
|
1872
1882
|
}, {
|
|
1873
1883
|
readonly stateMutability: "view";
|
|
1874
1884
|
readonly type: "function";
|
|
@@ -2964,6 +2974,10 @@ export declare const zoraCreator1155ImplABI: readonly [{
|
|
|
2964
2974
|
readonly type: "uint256";
|
|
2965
2975
|
}];
|
|
2966
2976
|
readonly name: "NoRendererForToken";
|
|
2977
|
+
}, {
|
|
2978
|
+
readonly type: "error";
|
|
2979
|
+
readonly inputs: readonly [];
|
|
2980
|
+
readonly name: "NonEthRedemption";
|
|
2967
2981
|
}, {
|
|
2968
2982
|
readonly type: "error";
|
|
2969
2983
|
readonly inputs: readonly [];
|
|
@@ -4400,6 +4414,10 @@ export declare const zoraCreator1155PremintExecutorImplABI: readonly [{
|
|
|
4400
4414
|
readonly type: "error";
|
|
4401
4415
|
readonly inputs: readonly [];
|
|
4402
4416
|
readonly name: "NewOwnerNeedsToBeAdmin";
|
|
4417
|
+
}, {
|
|
4418
|
+
readonly type: "error";
|
|
4419
|
+
readonly inputs: readonly [];
|
|
4420
|
+
readonly name: "NonEthRedemption";
|
|
4403
4421
|
}, {
|
|
4404
4422
|
readonly type: "error";
|
|
4405
4423
|
readonly inputs: readonly [];
|
|
@@ -5890,6 +5908,10 @@ export declare const zoraCreator1155PremintExecutorImplConfig: {
|
|
|
5890
5908
|
readonly type: "error";
|
|
5891
5909
|
readonly inputs: readonly [];
|
|
5892
5910
|
readonly name: "NewOwnerNeedsToBeAdmin";
|
|
5911
|
+
}, {
|
|
5912
|
+
readonly type: "error";
|
|
5913
|
+
readonly inputs: readonly [];
|
|
5914
|
+
readonly name: "NonEthRedemption";
|
|
5893
5915
|
}, {
|
|
5894
5916
|
readonly type: "error";
|
|
5895
5917
|
readonly inputs: readonly [];
|
|
@@ -7932,7 +7954,7 @@ export declare const zoraCreatorRedeemMinterFactoryConfig: {
|
|
|
7932
7954
|
}];
|
|
7933
7955
|
};
|
|
7934
7956
|
/**
|
|
7935
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
7957
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F)
|
|
7936
7958
|
*/
|
|
7937
7959
|
export declare const zoraMints1155ABI: readonly [{
|
|
7938
7960
|
readonly stateMutability: "nonpayable";
|
|
@@ -8071,6 +8093,40 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8071
8093
|
}];
|
|
8072
8094
|
readonly name: "createToken";
|
|
8073
8095
|
readonly outputs: readonly [];
|
|
8096
|
+
}, {
|
|
8097
|
+
readonly stateMutability: "view";
|
|
8098
|
+
readonly type: "function";
|
|
8099
|
+
readonly inputs: readonly [];
|
|
8100
|
+
readonly name: "eip712Domain";
|
|
8101
|
+
readonly outputs: readonly [{
|
|
8102
|
+
readonly name: "fields";
|
|
8103
|
+
readonly internalType: "bytes1";
|
|
8104
|
+
readonly type: "bytes1";
|
|
8105
|
+
}, {
|
|
8106
|
+
readonly name: "name";
|
|
8107
|
+
readonly internalType: "string";
|
|
8108
|
+
readonly type: "string";
|
|
8109
|
+
}, {
|
|
8110
|
+
readonly name: "version";
|
|
8111
|
+
readonly internalType: "string";
|
|
8112
|
+
readonly type: "string";
|
|
8113
|
+
}, {
|
|
8114
|
+
readonly name: "chainId";
|
|
8115
|
+
readonly internalType: "uint256";
|
|
8116
|
+
readonly type: "uint256";
|
|
8117
|
+
}, {
|
|
8118
|
+
readonly name: "verifyingContract";
|
|
8119
|
+
readonly internalType: "address";
|
|
8120
|
+
readonly type: "address";
|
|
8121
|
+
}, {
|
|
8122
|
+
readonly name: "salt";
|
|
8123
|
+
readonly internalType: "bytes32";
|
|
8124
|
+
readonly type: "bytes32";
|
|
8125
|
+
}, {
|
|
8126
|
+
readonly name: "extensions";
|
|
8127
|
+
readonly internalType: "uint256[]";
|
|
8128
|
+
readonly type: "uint256[]";
|
|
8129
|
+
}];
|
|
8074
8130
|
}, {
|
|
8075
8131
|
readonly stateMutability: "view";
|
|
8076
8132
|
readonly type: "function";
|
|
@@ -8114,6 +8170,49 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8114
8170
|
readonly type: "address";
|
|
8115
8171
|
}];
|
|
8116
8172
|
}];
|
|
8173
|
+
}, {
|
|
8174
|
+
readonly stateMutability: "view";
|
|
8175
|
+
readonly type: "function";
|
|
8176
|
+
readonly inputs: readonly [{
|
|
8177
|
+
readonly name: "permit";
|
|
8178
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
8179
|
+
readonly type: "tuple";
|
|
8180
|
+
readonly components: readonly [{
|
|
8181
|
+
readonly name: "owner";
|
|
8182
|
+
readonly internalType: "address";
|
|
8183
|
+
readonly type: "address";
|
|
8184
|
+
}, {
|
|
8185
|
+
readonly name: "tokenIds";
|
|
8186
|
+
readonly internalType: "uint256[]";
|
|
8187
|
+
readonly type: "uint256[]";
|
|
8188
|
+
}, {
|
|
8189
|
+
readonly name: "quantities";
|
|
8190
|
+
readonly internalType: "uint256[]";
|
|
8191
|
+
readonly type: "uint256[]";
|
|
8192
|
+
}, {
|
|
8193
|
+
readonly name: "safeTransferData";
|
|
8194
|
+
readonly internalType: "bytes";
|
|
8195
|
+
readonly type: "bytes";
|
|
8196
|
+
}, {
|
|
8197
|
+
readonly name: "call";
|
|
8198
|
+
readonly internalType: "bytes";
|
|
8199
|
+
readonly type: "bytes";
|
|
8200
|
+
}, {
|
|
8201
|
+
readonly name: "deadline";
|
|
8202
|
+
readonly internalType: "uint256";
|
|
8203
|
+
readonly type: "uint256";
|
|
8204
|
+
}];
|
|
8205
|
+
}, {
|
|
8206
|
+
readonly name: "nonce";
|
|
8207
|
+
readonly internalType: "uint256";
|
|
8208
|
+
readonly type: "uint256";
|
|
8209
|
+
}];
|
|
8210
|
+
readonly name: "hashPermit";
|
|
8211
|
+
readonly outputs: readonly [{
|
|
8212
|
+
readonly name: "";
|
|
8213
|
+
readonly internalType: "bytes32";
|
|
8214
|
+
readonly type: "bytes32";
|
|
8215
|
+
}];
|
|
8117
8216
|
}, {
|
|
8118
8217
|
readonly stateMutability: "view";
|
|
8119
8218
|
readonly type: "function";
|
|
@@ -8143,13 +8242,56 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8143
8242
|
readonly type: "bytes4";
|
|
8144
8243
|
}];
|
|
8145
8244
|
}, {
|
|
8146
|
-
readonly stateMutability: "
|
|
8245
|
+
readonly stateMutability: "view";
|
|
8147
8246
|
readonly type: "function";
|
|
8148
8247
|
readonly inputs: readonly [{
|
|
8149
|
-
readonly name: "
|
|
8150
|
-
readonly internalType: "
|
|
8151
|
-
readonly type: "
|
|
8152
|
-
|
|
8248
|
+
readonly name: "permit";
|
|
8249
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
8250
|
+
readonly type: "tuple";
|
|
8251
|
+
readonly components: readonly [{
|
|
8252
|
+
readonly name: "owner";
|
|
8253
|
+
readonly internalType: "address";
|
|
8254
|
+
readonly type: "address";
|
|
8255
|
+
}, {
|
|
8256
|
+
readonly name: "tokenIds";
|
|
8257
|
+
readonly internalType: "uint256[]";
|
|
8258
|
+
readonly type: "uint256[]";
|
|
8259
|
+
}, {
|
|
8260
|
+
readonly name: "quantities";
|
|
8261
|
+
readonly internalType: "uint256[]";
|
|
8262
|
+
readonly type: "uint256[]";
|
|
8263
|
+
}, {
|
|
8264
|
+
readonly name: "safeTransferData";
|
|
8265
|
+
readonly internalType: "bytes";
|
|
8266
|
+
readonly type: "bytes";
|
|
8267
|
+
}, {
|
|
8268
|
+
readonly name: "call";
|
|
8269
|
+
readonly internalType: "bytes";
|
|
8270
|
+
readonly type: "bytes";
|
|
8271
|
+
}, {
|
|
8272
|
+
readonly name: "deadline";
|
|
8273
|
+
readonly internalType: "uint256";
|
|
8274
|
+
readonly type: "uint256";
|
|
8275
|
+
}];
|
|
8276
|
+
}, {
|
|
8277
|
+
readonly name: "signature";
|
|
8278
|
+
readonly internalType: "bytes";
|
|
8279
|
+
readonly type: "bytes";
|
|
8280
|
+
}];
|
|
8281
|
+
readonly name: "isValidSignature";
|
|
8282
|
+
readonly outputs: readonly [{
|
|
8283
|
+
readonly name: "";
|
|
8284
|
+
readonly internalType: "bool";
|
|
8285
|
+
readonly type: "bool";
|
|
8286
|
+
}];
|
|
8287
|
+
}, {
|
|
8288
|
+
readonly stateMutability: "nonpayable";
|
|
8289
|
+
readonly type: "function";
|
|
8290
|
+
readonly inputs: readonly [{
|
|
8291
|
+
readonly name: "tokenId";
|
|
8292
|
+
readonly internalType: "uint256";
|
|
8293
|
+
readonly type: "uint256";
|
|
8294
|
+
}, {
|
|
8153
8295
|
readonly name: "tokenAddress";
|
|
8154
8296
|
readonly internalType: "address";
|
|
8155
8297
|
readonly type: "address";
|
|
@@ -8200,6 +8342,20 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8200
8342
|
readonly internalType: "string";
|
|
8201
8343
|
readonly type: "string";
|
|
8202
8344
|
}];
|
|
8345
|
+
}, {
|
|
8346
|
+
readonly stateMutability: "view";
|
|
8347
|
+
readonly type: "function";
|
|
8348
|
+
readonly inputs: readonly [{
|
|
8349
|
+
readonly name: "owner";
|
|
8350
|
+
readonly internalType: "address";
|
|
8351
|
+
readonly type: "address";
|
|
8352
|
+
}];
|
|
8353
|
+
readonly name: "nonces";
|
|
8354
|
+
readonly outputs: readonly [{
|
|
8355
|
+
readonly name: "";
|
|
8356
|
+
readonly internalType: "uint256";
|
|
8357
|
+
readonly type: "uint256";
|
|
8358
|
+
}];
|
|
8203
8359
|
}, {
|
|
8204
8360
|
readonly stateMutability: "nonpayable";
|
|
8205
8361
|
readonly type: "function";
|
|
@@ -8228,6 +8384,49 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8228
8384
|
}];
|
|
8229
8385
|
readonly name: "notifyUpdatedTokenURI";
|
|
8230
8386
|
readonly outputs: readonly [];
|
|
8387
|
+
}, {
|
|
8388
|
+
readonly stateMutability: "nonpayable";
|
|
8389
|
+
readonly type: "function";
|
|
8390
|
+
readonly inputs: readonly [{
|
|
8391
|
+
readonly name: "permit";
|
|
8392
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
8393
|
+
readonly type: "tuple";
|
|
8394
|
+
readonly components: readonly [{
|
|
8395
|
+
readonly name: "owner";
|
|
8396
|
+
readonly internalType: "address";
|
|
8397
|
+
readonly type: "address";
|
|
8398
|
+
}, {
|
|
8399
|
+
readonly name: "tokenIds";
|
|
8400
|
+
readonly internalType: "uint256[]";
|
|
8401
|
+
readonly type: "uint256[]";
|
|
8402
|
+
}, {
|
|
8403
|
+
readonly name: "quantities";
|
|
8404
|
+
readonly internalType: "uint256[]";
|
|
8405
|
+
readonly type: "uint256[]";
|
|
8406
|
+
}, {
|
|
8407
|
+
readonly name: "safeTransferData";
|
|
8408
|
+
readonly internalType: "bytes";
|
|
8409
|
+
readonly type: "bytes";
|
|
8410
|
+
}, {
|
|
8411
|
+
readonly name: "call";
|
|
8412
|
+
readonly internalType: "bytes";
|
|
8413
|
+
readonly type: "bytes";
|
|
8414
|
+
}, {
|
|
8415
|
+
readonly name: "deadline";
|
|
8416
|
+
readonly internalType: "uint256";
|
|
8417
|
+
readonly type: "uint256";
|
|
8418
|
+
}];
|
|
8419
|
+
}, {
|
|
8420
|
+
readonly name: "signature";
|
|
8421
|
+
readonly internalType: "bytes";
|
|
8422
|
+
readonly type: "bytes";
|
|
8423
|
+
}];
|
|
8424
|
+
readonly name: "permitTransferBatchToManagerAndCall";
|
|
8425
|
+
readonly outputs: readonly [{
|
|
8426
|
+
readonly name: "callReturn";
|
|
8427
|
+
readonly internalType: "bytes";
|
|
8428
|
+
readonly type: "bytes";
|
|
8429
|
+
}];
|
|
8231
8430
|
}, {
|
|
8232
8431
|
readonly stateMutability: "nonpayable";
|
|
8233
8432
|
readonly type: "function";
|
|
@@ -8493,6 +8692,11 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8493
8692
|
readonly anonymous: false;
|
|
8494
8693
|
readonly inputs: readonly [];
|
|
8495
8694
|
readonly name: "ContractURIUpdated";
|
|
8695
|
+
}, {
|
|
8696
|
+
readonly type: "event";
|
|
8697
|
+
readonly anonymous: false;
|
|
8698
|
+
readonly inputs: readonly [];
|
|
8699
|
+
readonly name: "EIP712DomainChanged";
|
|
8496
8700
|
}, {
|
|
8497
8701
|
readonly type: "event";
|
|
8498
8702
|
readonly anonymous: false;
|
|
@@ -8780,6 +8984,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8780
8984
|
readonly type: "error";
|
|
8781
8985
|
readonly inputs: readonly [];
|
|
8782
8986
|
readonly name: "ERC20TransferSlippage";
|
|
8987
|
+
}, {
|
|
8988
|
+
readonly type: "error";
|
|
8989
|
+
readonly inputs: readonly [{
|
|
8990
|
+
readonly name: "deadline";
|
|
8991
|
+
readonly internalType: "uint256";
|
|
8992
|
+
readonly type: "uint256";
|
|
8993
|
+
}];
|
|
8994
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
8783
8995
|
}, {
|
|
8784
8996
|
readonly type: "error";
|
|
8785
8997
|
readonly inputs: readonly [];
|
|
@@ -8788,10 +9000,30 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8788
9000
|
readonly type: "error";
|
|
8789
9001
|
readonly inputs: readonly [];
|
|
8790
9002
|
readonly name: "IncorrectAmountSent";
|
|
9003
|
+
}, {
|
|
9004
|
+
readonly type: "error";
|
|
9005
|
+
readonly inputs: readonly [{
|
|
9006
|
+
readonly name: "account";
|
|
9007
|
+
readonly internalType: "address";
|
|
9008
|
+
readonly type: "address";
|
|
9009
|
+
}, {
|
|
9010
|
+
readonly name: "currentNonce";
|
|
9011
|
+
readonly internalType: "uint256";
|
|
9012
|
+
readonly type: "uint256";
|
|
9013
|
+
}];
|
|
9014
|
+
readonly name: "InvalidAccountNonce";
|
|
8791
9015
|
}, {
|
|
8792
9016
|
readonly type: "error";
|
|
8793
9017
|
readonly inputs: readonly [];
|
|
8794
9018
|
readonly name: "InvalidRecipient";
|
|
9019
|
+
}, {
|
|
9020
|
+
readonly type: "error";
|
|
9021
|
+
readonly inputs: readonly [];
|
|
9022
|
+
readonly name: "InvalidShortString";
|
|
9023
|
+
}, {
|
|
9024
|
+
readonly type: "error";
|
|
9025
|
+
readonly inputs: readonly [];
|
|
9026
|
+
readonly name: "InvalidSignature";
|
|
8795
9027
|
}, {
|
|
8796
9028
|
readonly type: "error";
|
|
8797
9029
|
readonly inputs: readonly [];
|
|
@@ -8800,6 +9032,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8800
9032
|
readonly type: "error";
|
|
8801
9033
|
readonly inputs: readonly [];
|
|
8802
9034
|
readonly name: "NoUriForNonexistentToken";
|
|
9035
|
+
}, {
|
|
9036
|
+
readonly type: "error";
|
|
9037
|
+
readonly inputs: readonly [{
|
|
9038
|
+
readonly name: "str";
|
|
9039
|
+
readonly internalType: "string";
|
|
9040
|
+
readonly type: "string";
|
|
9041
|
+
}];
|
|
9042
|
+
readonly name: "StringTooLong";
|
|
8803
9043
|
}, {
|
|
8804
9044
|
readonly type: "error";
|
|
8805
9045
|
readonly inputs: readonly [];
|
|
@@ -8826,17 +9066,17 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8826
9066
|
readonly name: "TokenNotMintable";
|
|
8827
9067
|
}];
|
|
8828
9068
|
/**
|
|
8829
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9069
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F)
|
|
8830
9070
|
*/
|
|
8831
9071
|
export declare const zoraMints1155Address: {
|
|
8832
|
-
readonly 999999999: "
|
|
9072
|
+
readonly 999999999: "0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F";
|
|
8833
9073
|
};
|
|
8834
9074
|
/**
|
|
8835
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9075
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F)
|
|
8836
9076
|
*/
|
|
8837
9077
|
export declare const zoraMints1155Config: {
|
|
8838
9078
|
readonly address: {
|
|
8839
|
-
readonly 999999999: "
|
|
9079
|
+
readonly 999999999: "0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F";
|
|
8840
9080
|
};
|
|
8841
9081
|
readonly abi: readonly [{
|
|
8842
9082
|
readonly stateMutability: "nonpayable";
|
|
@@ -8975,6 +9215,40 @@ export declare const zoraMints1155Config: {
|
|
|
8975
9215
|
}];
|
|
8976
9216
|
readonly name: "createToken";
|
|
8977
9217
|
readonly outputs: readonly [];
|
|
9218
|
+
}, {
|
|
9219
|
+
readonly stateMutability: "view";
|
|
9220
|
+
readonly type: "function";
|
|
9221
|
+
readonly inputs: readonly [];
|
|
9222
|
+
readonly name: "eip712Domain";
|
|
9223
|
+
readonly outputs: readonly [{
|
|
9224
|
+
readonly name: "fields";
|
|
9225
|
+
readonly internalType: "bytes1";
|
|
9226
|
+
readonly type: "bytes1";
|
|
9227
|
+
}, {
|
|
9228
|
+
readonly name: "name";
|
|
9229
|
+
readonly internalType: "string";
|
|
9230
|
+
readonly type: "string";
|
|
9231
|
+
}, {
|
|
9232
|
+
readonly name: "version";
|
|
9233
|
+
readonly internalType: "string";
|
|
9234
|
+
readonly type: "string";
|
|
9235
|
+
}, {
|
|
9236
|
+
readonly name: "chainId";
|
|
9237
|
+
readonly internalType: "uint256";
|
|
9238
|
+
readonly type: "uint256";
|
|
9239
|
+
}, {
|
|
9240
|
+
readonly name: "verifyingContract";
|
|
9241
|
+
readonly internalType: "address";
|
|
9242
|
+
readonly type: "address";
|
|
9243
|
+
}, {
|
|
9244
|
+
readonly name: "salt";
|
|
9245
|
+
readonly internalType: "bytes32";
|
|
9246
|
+
readonly type: "bytes32";
|
|
9247
|
+
}, {
|
|
9248
|
+
readonly name: "extensions";
|
|
9249
|
+
readonly internalType: "uint256[]";
|
|
9250
|
+
readonly type: "uint256[]";
|
|
9251
|
+
}];
|
|
8978
9252
|
}, {
|
|
8979
9253
|
readonly stateMutability: "view";
|
|
8980
9254
|
readonly type: "function";
|
|
@@ -9018,6 +9292,49 @@ export declare const zoraMints1155Config: {
|
|
|
9018
9292
|
readonly type: "address";
|
|
9019
9293
|
}];
|
|
9020
9294
|
}];
|
|
9295
|
+
}, {
|
|
9296
|
+
readonly stateMutability: "view";
|
|
9297
|
+
readonly type: "function";
|
|
9298
|
+
readonly inputs: readonly [{
|
|
9299
|
+
readonly name: "permit";
|
|
9300
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
9301
|
+
readonly type: "tuple";
|
|
9302
|
+
readonly components: readonly [{
|
|
9303
|
+
readonly name: "owner";
|
|
9304
|
+
readonly internalType: "address";
|
|
9305
|
+
readonly type: "address";
|
|
9306
|
+
}, {
|
|
9307
|
+
readonly name: "tokenIds";
|
|
9308
|
+
readonly internalType: "uint256[]";
|
|
9309
|
+
readonly type: "uint256[]";
|
|
9310
|
+
}, {
|
|
9311
|
+
readonly name: "quantities";
|
|
9312
|
+
readonly internalType: "uint256[]";
|
|
9313
|
+
readonly type: "uint256[]";
|
|
9314
|
+
}, {
|
|
9315
|
+
readonly name: "safeTransferData";
|
|
9316
|
+
readonly internalType: "bytes";
|
|
9317
|
+
readonly type: "bytes";
|
|
9318
|
+
}, {
|
|
9319
|
+
readonly name: "call";
|
|
9320
|
+
readonly internalType: "bytes";
|
|
9321
|
+
readonly type: "bytes";
|
|
9322
|
+
}, {
|
|
9323
|
+
readonly name: "deadline";
|
|
9324
|
+
readonly internalType: "uint256";
|
|
9325
|
+
readonly type: "uint256";
|
|
9326
|
+
}];
|
|
9327
|
+
}, {
|
|
9328
|
+
readonly name: "nonce";
|
|
9329
|
+
readonly internalType: "uint256";
|
|
9330
|
+
readonly type: "uint256";
|
|
9331
|
+
}];
|
|
9332
|
+
readonly name: "hashPermit";
|
|
9333
|
+
readonly outputs: readonly [{
|
|
9334
|
+
readonly name: "";
|
|
9335
|
+
readonly internalType: "bytes32";
|
|
9336
|
+
readonly type: "bytes32";
|
|
9337
|
+
}];
|
|
9021
9338
|
}, {
|
|
9022
9339
|
readonly stateMutability: "view";
|
|
9023
9340
|
readonly type: "function";
|
|
@@ -9046,6 +9363,49 @@ export declare const zoraMints1155Config: {
|
|
|
9046
9363
|
readonly internalType: "bytes4";
|
|
9047
9364
|
readonly type: "bytes4";
|
|
9048
9365
|
}];
|
|
9366
|
+
}, {
|
|
9367
|
+
readonly stateMutability: "view";
|
|
9368
|
+
readonly type: "function";
|
|
9369
|
+
readonly inputs: readonly [{
|
|
9370
|
+
readonly name: "permit";
|
|
9371
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
9372
|
+
readonly type: "tuple";
|
|
9373
|
+
readonly components: readonly [{
|
|
9374
|
+
readonly name: "owner";
|
|
9375
|
+
readonly internalType: "address";
|
|
9376
|
+
readonly type: "address";
|
|
9377
|
+
}, {
|
|
9378
|
+
readonly name: "tokenIds";
|
|
9379
|
+
readonly internalType: "uint256[]";
|
|
9380
|
+
readonly type: "uint256[]";
|
|
9381
|
+
}, {
|
|
9382
|
+
readonly name: "quantities";
|
|
9383
|
+
readonly internalType: "uint256[]";
|
|
9384
|
+
readonly type: "uint256[]";
|
|
9385
|
+
}, {
|
|
9386
|
+
readonly name: "safeTransferData";
|
|
9387
|
+
readonly internalType: "bytes";
|
|
9388
|
+
readonly type: "bytes";
|
|
9389
|
+
}, {
|
|
9390
|
+
readonly name: "call";
|
|
9391
|
+
readonly internalType: "bytes";
|
|
9392
|
+
readonly type: "bytes";
|
|
9393
|
+
}, {
|
|
9394
|
+
readonly name: "deadline";
|
|
9395
|
+
readonly internalType: "uint256";
|
|
9396
|
+
readonly type: "uint256";
|
|
9397
|
+
}];
|
|
9398
|
+
}, {
|
|
9399
|
+
readonly name: "signature";
|
|
9400
|
+
readonly internalType: "bytes";
|
|
9401
|
+
readonly type: "bytes";
|
|
9402
|
+
}];
|
|
9403
|
+
readonly name: "isValidSignature";
|
|
9404
|
+
readonly outputs: readonly [{
|
|
9405
|
+
readonly name: "";
|
|
9406
|
+
readonly internalType: "bool";
|
|
9407
|
+
readonly type: "bool";
|
|
9408
|
+
}];
|
|
9049
9409
|
}, {
|
|
9050
9410
|
readonly stateMutability: "nonpayable";
|
|
9051
9411
|
readonly type: "function";
|
|
@@ -9104,6 +9464,20 @@ export declare const zoraMints1155Config: {
|
|
|
9104
9464
|
readonly internalType: "string";
|
|
9105
9465
|
readonly type: "string";
|
|
9106
9466
|
}];
|
|
9467
|
+
}, {
|
|
9468
|
+
readonly stateMutability: "view";
|
|
9469
|
+
readonly type: "function";
|
|
9470
|
+
readonly inputs: readonly [{
|
|
9471
|
+
readonly name: "owner";
|
|
9472
|
+
readonly internalType: "address";
|
|
9473
|
+
readonly type: "address";
|
|
9474
|
+
}];
|
|
9475
|
+
readonly name: "nonces";
|
|
9476
|
+
readonly outputs: readonly [{
|
|
9477
|
+
readonly name: "";
|
|
9478
|
+
readonly internalType: "uint256";
|
|
9479
|
+
readonly type: "uint256";
|
|
9480
|
+
}];
|
|
9107
9481
|
}, {
|
|
9108
9482
|
readonly stateMutability: "nonpayable";
|
|
9109
9483
|
readonly type: "function";
|
|
@@ -9132,6 +9506,49 @@ export declare const zoraMints1155Config: {
|
|
|
9132
9506
|
}];
|
|
9133
9507
|
readonly name: "notifyUpdatedTokenURI";
|
|
9134
9508
|
readonly outputs: readonly [];
|
|
9509
|
+
}, {
|
|
9510
|
+
readonly stateMutability: "nonpayable";
|
|
9511
|
+
readonly type: "function";
|
|
9512
|
+
readonly inputs: readonly [{
|
|
9513
|
+
readonly name: "permit";
|
|
9514
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
9515
|
+
readonly type: "tuple";
|
|
9516
|
+
readonly components: readonly [{
|
|
9517
|
+
readonly name: "owner";
|
|
9518
|
+
readonly internalType: "address";
|
|
9519
|
+
readonly type: "address";
|
|
9520
|
+
}, {
|
|
9521
|
+
readonly name: "tokenIds";
|
|
9522
|
+
readonly internalType: "uint256[]";
|
|
9523
|
+
readonly type: "uint256[]";
|
|
9524
|
+
}, {
|
|
9525
|
+
readonly name: "quantities";
|
|
9526
|
+
readonly internalType: "uint256[]";
|
|
9527
|
+
readonly type: "uint256[]";
|
|
9528
|
+
}, {
|
|
9529
|
+
readonly name: "safeTransferData";
|
|
9530
|
+
readonly internalType: "bytes";
|
|
9531
|
+
readonly type: "bytes";
|
|
9532
|
+
}, {
|
|
9533
|
+
readonly name: "call";
|
|
9534
|
+
readonly internalType: "bytes";
|
|
9535
|
+
readonly type: "bytes";
|
|
9536
|
+
}, {
|
|
9537
|
+
readonly name: "deadline";
|
|
9538
|
+
readonly internalType: "uint256";
|
|
9539
|
+
readonly type: "uint256";
|
|
9540
|
+
}];
|
|
9541
|
+
}, {
|
|
9542
|
+
readonly name: "signature";
|
|
9543
|
+
readonly internalType: "bytes";
|
|
9544
|
+
readonly type: "bytes";
|
|
9545
|
+
}];
|
|
9546
|
+
readonly name: "permitTransferBatchToManagerAndCall";
|
|
9547
|
+
readonly outputs: readonly [{
|
|
9548
|
+
readonly name: "callReturn";
|
|
9549
|
+
readonly internalType: "bytes";
|
|
9550
|
+
readonly type: "bytes";
|
|
9551
|
+
}];
|
|
9135
9552
|
}, {
|
|
9136
9553
|
readonly stateMutability: "nonpayable";
|
|
9137
9554
|
readonly type: "function";
|
|
@@ -9397,6 +9814,11 @@ export declare const zoraMints1155Config: {
|
|
|
9397
9814
|
readonly anonymous: false;
|
|
9398
9815
|
readonly inputs: readonly [];
|
|
9399
9816
|
readonly name: "ContractURIUpdated";
|
|
9817
|
+
}, {
|
|
9818
|
+
readonly type: "event";
|
|
9819
|
+
readonly anonymous: false;
|
|
9820
|
+
readonly inputs: readonly [];
|
|
9821
|
+
readonly name: "EIP712DomainChanged";
|
|
9400
9822
|
}, {
|
|
9401
9823
|
readonly type: "event";
|
|
9402
9824
|
readonly anonymous: false;
|
|
@@ -9684,6 +10106,14 @@ export declare const zoraMints1155Config: {
|
|
|
9684
10106
|
readonly type: "error";
|
|
9685
10107
|
readonly inputs: readonly [];
|
|
9686
10108
|
readonly name: "ERC20TransferSlippage";
|
|
10109
|
+
}, {
|
|
10110
|
+
readonly type: "error";
|
|
10111
|
+
readonly inputs: readonly [{
|
|
10112
|
+
readonly name: "deadline";
|
|
10113
|
+
readonly internalType: "uint256";
|
|
10114
|
+
readonly type: "uint256";
|
|
10115
|
+
}];
|
|
10116
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
9687
10117
|
}, {
|
|
9688
10118
|
readonly type: "error";
|
|
9689
10119
|
readonly inputs: readonly [];
|
|
@@ -9692,10 +10122,30 @@ export declare const zoraMints1155Config: {
|
|
|
9692
10122
|
readonly type: "error";
|
|
9693
10123
|
readonly inputs: readonly [];
|
|
9694
10124
|
readonly name: "IncorrectAmountSent";
|
|
10125
|
+
}, {
|
|
10126
|
+
readonly type: "error";
|
|
10127
|
+
readonly inputs: readonly [{
|
|
10128
|
+
readonly name: "account";
|
|
10129
|
+
readonly internalType: "address";
|
|
10130
|
+
readonly type: "address";
|
|
10131
|
+
}, {
|
|
10132
|
+
readonly name: "currentNonce";
|
|
10133
|
+
readonly internalType: "uint256";
|
|
10134
|
+
readonly type: "uint256";
|
|
10135
|
+
}];
|
|
10136
|
+
readonly name: "InvalidAccountNonce";
|
|
9695
10137
|
}, {
|
|
9696
10138
|
readonly type: "error";
|
|
9697
10139
|
readonly inputs: readonly [];
|
|
9698
10140
|
readonly name: "InvalidRecipient";
|
|
10141
|
+
}, {
|
|
10142
|
+
readonly type: "error";
|
|
10143
|
+
readonly inputs: readonly [];
|
|
10144
|
+
readonly name: "InvalidShortString";
|
|
10145
|
+
}, {
|
|
10146
|
+
readonly type: "error";
|
|
10147
|
+
readonly inputs: readonly [];
|
|
10148
|
+
readonly name: "InvalidSignature";
|
|
9699
10149
|
}, {
|
|
9700
10150
|
readonly type: "error";
|
|
9701
10151
|
readonly inputs: readonly [];
|
|
@@ -9704,6 +10154,14 @@ export declare const zoraMints1155Config: {
|
|
|
9704
10154
|
readonly type: "error";
|
|
9705
10155
|
readonly inputs: readonly [];
|
|
9706
10156
|
readonly name: "NoUriForNonexistentToken";
|
|
10157
|
+
}, {
|
|
10158
|
+
readonly type: "error";
|
|
10159
|
+
readonly inputs: readonly [{
|
|
10160
|
+
readonly name: "str";
|
|
10161
|
+
readonly internalType: "string";
|
|
10162
|
+
readonly type: "string";
|
|
10163
|
+
}];
|
|
10164
|
+
readonly name: "StringTooLong";
|
|
9707
10165
|
}, {
|
|
9708
10166
|
readonly type: "error";
|
|
9709
10167
|
readonly inputs: readonly [];
|
|
@@ -9731,7 +10189,7 @@ export declare const zoraMints1155Config: {
|
|
|
9731
10189
|
}];
|
|
9732
10190
|
};
|
|
9733
10191
|
/**
|
|
9734
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
10192
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
|
|
9735
10193
|
*/
|
|
9736
10194
|
export declare const zoraMintsManagerImplABI: readonly [{
|
|
9737
10195
|
readonly stateMutability: "nonpayable";
|
|
@@ -10007,6 +10465,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10007
10465
|
readonly internalType: "address";
|
|
10008
10466
|
readonly type: "address";
|
|
10009
10467
|
}];
|
|
10468
|
+
}, {
|
|
10469
|
+
readonly name: "defaultMintable";
|
|
10470
|
+
readonly internalType: "bool";
|
|
10471
|
+
readonly type: "bool";
|
|
10010
10472
|
}];
|
|
10011
10473
|
readonly name: "createToken";
|
|
10012
10474
|
readonly outputs: readonly [];
|
|
@@ -10315,6 +10777,21 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10315
10777
|
readonly indexed: true;
|
|
10316
10778
|
}];
|
|
10317
10779
|
readonly name: "Collected";
|
|
10780
|
+
}, {
|
|
10781
|
+
readonly type: "event";
|
|
10782
|
+
readonly anonymous: false;
|
|
10783
|
+
readonly inputs: readonly [{
|
|
10784
|
+
readonly name: "tokenAddress";
|
|
10785
|
+
readonly internalType: "address";
|
|
10786
|
+
readonly type: "address";
|
|
10787
|
+
readonly indexed: false;
|
|
10788
|
+
}, {
|
|
10789
|
+
readonly name: "tokenId";
|
|
10790
|
+
readonly internalType: "uint256";
|
|
10791
|
+
readonly type: "uint256";
|
|
10792
|
+
readonly indexed: false;
|
|
10793
|
+
}];
|
|
10794
|
+
readonly name: "DefaultMintableTokenSet";
|
|
10318
10795
|
}, {
|
|
10319
10796
|
readonly type: "event";
|
|
10320
10797
|
readonly anonymous: false;
|
|
@@ -10836,17 +11313,17 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10836
11313
|
readonly name: "premintSignerContractNotAContract";
|
|
10837
11314
|
}];
|
|
10838
11315
|
/**
|
|
10839
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11316
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
|
|
10840
11317
|
*/
|
|
10841
11318
|
export declare const zoraMintsManagerImplAddress: {
|
|
10842
|
-
readonly 999999999: "
|
|
11319
|
+
readonly 999999999: "0x7777777d61b747bB131cEA42Fb849e5F0d8C0483";
|
|
10843
11320
|
};
|
|
10844
11321
|
/**
|
|
10845
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11322
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777d61b747bB131cEA42Fb849e5F0d8C0483)
|
|
10846
11323
|
*/
|
|
10847
11324
|
export declare const zoraMintsManagerImplConfig: {
|
|
10848
11325
|
readonly address: {
|
|
10849
|
-
readonly 999999999: "
|
|
11326
|
+
readonly 999999999: "0x7777777d61b747bB131cEA42Fb849e5F0d8C0483";
|
|
10850
11327
|
};
|
|
10851
11328
|
readonly abi: readonly [{
|
|
10852
11329
|
readonly stateMutability: "nonpayable";
|
|
@@ -11122,6 +11599,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11122
11599
|
readonly internalType: "address";
|
|
11123
11600
|
readonly type: "address";
|
|
11124
11601
|
}];
|
|
11602
|
+
}, {
|
|
11603
|
+
readonly name: "defaultMintable";
|
|
11604
|
+
readonly internalType: "bool";
|
|
11605
|
+
readonly type: "bool";
|
|
11125
11606
|
}];
|
|
11126
11607
|
readonly name: "createToken";
|
|
11127
11608
|
readonly outputs: readonly [];
|
|
@@ -11430,6 +11911,21 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11430
11911
|
readonly indexed: true;
|
|
11431
11912
|
}];
|
|
11432
11913
|
readonly name: "Collected";
|
|
11914
|
+
}, {
|
|
11915
|
+
readonly type: "event";
|
|
11916
|
+
readonly anonymous: false;
|
|
11917
|
+
readonly inputs: readonly [{
|
|
11918
|
+
readonly name: "tokenAddress";
|
|
11919
|
+
readonly internalType: "address";
|
|
11920
|
+
readonly type: "address";
|
|
11921
|
+
readonly indexed: false;
|
|
11922
|
+
}, {
|
|
11923
|
+
readonly name: "tokenId";
|
|
11924
|
+
readonly internalType: "uint256";
|
|
11925
|
+
readonly type: "uint256";
|
|
11926
|
+
readonly indexed: false;
|
|
11927
|
+
}];
|
|
11928
|
+
readonly name: "DefaultMintableTokenSet";
|
|
11433
11929
|
}, {
|
|
11434
11930
|
readonly type: "event";
|
|
11435
11931
|
readonly anonymous: false;
|