@zoralabs/protocol-deployments 0.1.5-DEV.2 → 0.1.5-DEV.4
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 +602 -204
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +195 -145
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +195 -145
- 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 +193 -143
|
@@ -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/0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131)
|
|
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";
|
|
@@ -8496,13 +8695,8 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8496
8695
|
}, {
|
|
8497
8696
|
readonly type: "event";
|
|
8498
8697
|
readonly anonymous: false;
|
|
8499
|
-
readonly inputs: readonly [
|
|
8500
|
-
|
|
8501
|
-
readonly internalType: "uint256";
|
|
8502
|
-
readonly type: "uint256";
|
|
8503
|
-
readonly indexed: true;
|
|
8504
|
-
}];
|
|
8505
|
-
readonly name: "EthMintableTokenSet";
|
|
8698
|
+
readonly inputs: readonly [];
|
|
8699
|
+
readonly name: "EIP712DomainChanged";
|
|
8506
8700
|
}, {
|
|
8507
8701
|
readonly type: "event";
|
|
8508
8702
|
readonly anonymous: false;
|
|
@@ -8512,53 +8706,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8512
8706
|
readonly type: "uint256";
|
|
8513
8707
|
readonly indexed: true;
|
|
8514
8708
|
}, {
|
|
8515
|
-
readonly name: "
|
|
8709
|
+
readonly name: "price";
|
|
8516
8710
|
readonly internalType: "uint256";
|
|
8517
8711
|
readonly type: "uint256";
|
|
8518
8712
|
readonly indexed: true;
|
|
8519
|
-
}];
|
|
8520
|
-
readonly name: "EthTokenCreated";
|
|
8521
|
-
}, {
|
|
8522
|
-
readonly type: "event";
|
|
8523
|
-
readonly anonymous: false;
|
|
8524
|
-
readonly inputs: readonly [{
|
|
8525
|
-
readonly name: "tokenIds";
|
|
8526
|
-
readonly internalType: "uint256[]";
|
|
8527
|
-
readonly type: "uint256[]";
|
|
8528
|
-
readonly indexed: false;
|
|
8529
|
-
}, {
|
|
8530
|
-
readonly name: "quantities";
|
|
8531
|
-
readonly internalType: "uint256[]";
|
|
8532
|
-
readonly type: "uint256[]";
|
|
8533
|
-
readonly indexed: false;
|
|
8534
8713
|
}, {
|
|
8535
|
-
readonly name: "
|
|
8714
|
+
readonly name: "tokenAddress";
|
|
8536
8715
|
readonly internalType: "address";
|
|
8537
8716
|
readonly type: "address";
|
|
8538
|
-
readonly indexed: false;
|
|
8539
|
-
}];
|
|
8540
|
-
readonly name: "RedeemedBatch";
|
|
8541
|
-
}, {
|
|
8542
|
-
readonly type: "event";
|
|
8543
|
-
readonly anonymous: false;
|
|
8544
|
-
readonly inputs: readonly [{
|
|
8545
|
-
readonly name: "tokenId";
|
|
8546
|
-
readonly internalType: "uint256";
|
|
8547
|
-
readonly type: "uint256";
|
|
8548
|
-
readonly indexed: true;
|
|
8549
|
-
}, {
|
|
8550
|
-
readonly name: "tokenConfig";
|
|
8551
|
-
readonly internalType: "struct TokenConfig";
|
|
8552
|
-
readonly type: "tuple";
|
|
8553
|
-
readonly components: readonly [{
|
|
8554
|
-
readonly name: "price";
|
|
8555
|
-
readonly internalType: "uint256";
|
|
8556
|
-
readonly type: "uint256";
|
|
8557
|
-
}, {
|
|
8558
|
-
readonly name: "tokenAddress";
|
|
8559
|
-
readonly internalType: "address";
|
|
8560
|
-
readonly type: "address";
|
|
8561
|
-
}];
|
|
8562
8717
|
readonly indexed: true;
|
|
8563
8718
|
}];
|
|
8564
8719
|
readonly name: "TokenCreated";
|
|
@@ -8780,6 +8935,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8780
8935
|
readonly type: "error";
|
|
8781
8936
|
readonly inputs: readonly [];
|
|
8782
8937
|
readonly name: "ERC20TransferSlippage";
|
|
8938
|
+
}, {
|
|
8939
|
+
readonly type: "error";
|
|
8940
|
+
readonly inputs: readonly [{
|
|
8941
|
+
readonly name: "deadline";
|
|
8942
|
+
readonly internalType: "uint256";
|
|
8943
|
+
readonly type: "uint256";
|
|
8944
|
+
}];
|
|
8945
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
8783
8946
|
}, {
|
|
8784
8947
|
readonly type: "error";
|
|
8785
8948
|
readonly inputs: readonly [];
|
|
@@ -8788,10 +8951,30 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8788
8951
|
readonly type: "error";
|
|
8789
8952
|
readonly inputs: readonly [];
|
|
8790
8953
|
readonly name: "IncorrectAmountSent";
|
|
8954
|
+
}, {
|
|
8955
|
+
readonly type: "error";
|
|
8956
|
+
readonly inputs: readonly [{
|
|
8957
|
+
readonly name: "account";
|
|
8958
|
+
readonly internalType: "address";
|
|
8959
|
+
readonly type: "address";
|
|
8960
|
+
}, {
|
|
8961
|
+
readonly name: "currentNonce";
|
|
8962
|
+
readonly internalType: "uint256";
|
|
8963
|
+
readonly type: "uint256";
|
|
8964
|
+
}];
|
|
8965
|
+
readonly name: "InvalidAccountNonce";
|
|
8791
8966
|
}, {
|
|
8792
8967
|
readonly type: "error";
|
|
8793
8968
|
readonly inputs: readonly [];
|
|
8794
8969
|
readonly name: "InvalidRecipient";
|
|
8970
|
+
}, {
|
|
8971
|
+
readonly type: "error";
|
|
8972
|
+
readonly inputs: readonly [];
|
|
8973
|
+
readonly name: "InvalidShortString";
|
|
8974
|
+
}, {
|
|
8975
|
+
readonly type: "error";
|
|
8976
|
+
readonly inputs: readonly [];
|
|
8977
|
+
readonly name: "InvalidSignature";
|
|
8795
8978
|
}, {
|
|
8796
8979
|
readonly type: "error";
|
|
8797
8980
|
readonly inputs: readonly [];
|
|
@@ -8800,6 +8983,14 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8800
8983
|
readonly type: "error";
|
|
8801
8984
|
readonly inputs: readonly [];
|
|
8802
8985
|
readonly name: "NoUriForNonexistentToken";
|
|
8986
|
+
}, {
|
|
8987
|
+
readonly type: "error";
|
|
8988
|
+
readonly inputs: readonly [{
|
|
8989
|
+
readonly name: "str";
|
|
8990
|
+
readonly internalType: "string";
|
|
8991
|
+
readonly type: "string";
|
|
8992
|
+
}];
|
|
8993
|
+
readonly name: "StringTooLong";
|
|
8803
8994
|
}, {
|
|
8804
8995
|
readonly type: "error";
|
|
8805
8996
|
readonly inputs: readonly [];
|
|
@@ -8826,17 +9017,17 @@ export declare const zoraMints1155ABI: readonly [{
|
|
|
8826
9017
|
readonly name: "TokenNotMintable";
|
|
8827
9018
|
}];
|
|
8828
9019
|
/**
|
|
8829
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9020
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131)
|
|
8830
9021
|
*/
|
|
8831
9022
|
export declare const zoraMints1155Address: {
|
|
8832
|
-
readonly 999999999: "
|
|
9023
|
+
readonly 999999999: "0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131";
|
|
8833
9024
|
};
|
|
8834
9025
|
/**
|
|
8835
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
9026
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131)
|
|
8836
9027
|
*/
|
|
8837
9028
|
export declare const zoraMints1155Config: {
|
|
8838
9029
|
readonly address: {
|
|
8839
|
-
readonly 999999999: "
|
|
9030
|
+
readonly 999999999: "0x7777777b3Ba1Ca5C68E197DD17546c2d08Ce0131";
|
|
8840
9031
|
};
|
|
8841
9032
|
readonly abi: readonly [{
|
|
8842
9033
|
readonly stateMutability: "nonpayable";
|
|
@@ -8975,6 +9166,40 @@ export declare const zoraMints1155Config: {
|
|
|
8975
9166
|
}];
|
|
8976
9167
|
readonly name: "createToken";
|
|
8977
9168
|
readonly outputs: readonly [];
|
|
9169
|
+
}, {
|
|
9170
|
+
readonly stateMutability: "view";
|
|
9171
|
+
readonly type: "function";
|
|
9172
|
+
readonly inputs: readonly [];
|
|
9173
|
+
readonly name: "eip712Domain";
|
|
9174
|
+
readonly outputs: readonly [{
|
|
9175
|
+
readonly name: "fields";
|
|
9176
|
+
readonly internalType: "bytes1";
|
|
9177
|
+
readonly type: "bytes1";
|
|
9178
|
+
}, {
|
|
9179
|
+
readonly name: "name";
|
|
9180
|
+
readonly internalType: "string";
|
|
9181
|
+
readonly type: "string";
|
|
9182
|
+
}, {
|
|
9183
|
+
readonly name: "version";
|
|
9184
|
+
readonly internalType: "string";
|
|
9185
|
+
readonly type: "string";
|
|
9186
|
+
}, {
|
|
9187
|
+
readonly name: "chainId";
|
|
9188
|
+
readonly internalType: "uint256";
|
|
9189
|
+
readonly type: "uint256";
|
|
9190
|
+
}, {
|
|
9191
|
+
readonly name: "verifyingContract";
|
|
9192
|
+
readonly internalType: "address";
|
|
9193
|
+
readonly type: "address";
|
|
9194
|
+
}, {
|
|
9195
|
+
readonly name: "salt";
|
|
9196
|
+
readonly internalType: "bytes32";
|
|
9197
|
+
readonly type: "bytes32";
|
|
9198
|
+
}, {
|
|
9199
|
+
readonly name: "extensions";
|
|
9200
|
+
readonly internalType: "uint256[]";
|
|
9201
|
+
readonly type: "uint256[]";
|
|
9202
|
+
}];
|
|
8978
9203
|
}, {
|
|
8979
9204
|
readonly stateMutability: "view";
|
|
8980
9205
|
readonly type: "function";
|
|
@@ -9018,6 +9243,49 @@ export declare const zoraMints1155Config: {
|
|
|
9018
9243
|
readonly type: "address";
|
|
9019
9244
|
}];
|
|
9020
9245
|
}];
|
|
9246
|
+
}, {
|
|
9247
|
+
readonly stateMutability: "view";
|
|
9248
|
+
readonly type: "function";
|
|
9249
|
+
readonly inputs: readonly [{
|
|
9250
|
+
readonly name: "permit";
|
|
9251
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
9252
|
+
readonly type: "tuple";
|
|
9253
|
+
readonly components: readonly [{
|
|
9254
|
+
readonly name: "owner";
|
|
9255
|
+
readonly internalType: "address";
|
|
9256
|
+
readonly type: "address";
|
|
9257
|
+
}, {
|
|
9258
|
+
readonly name: "tokenIds";
|
|
9259
|
+
readonly internalType: "uint256[]";
|
|
9260
|
+
readonly type: "uint256[]";
|
|
9261
|
+
}, {
|
|
9262
|
+
readonly name: "quantities";
|
|
9263
|
+
readonly internalType: "uint256[]";
|
|
9264
|
+
readonly type: "uint256[]";
|
|
9265
|
+
}, {
|
|
9266
|
+
readonly name: "safeTransferData";
|
|
9267
|
+
readonly internalType: "bytes";
|
|
9268
|
+
readonly type: "bytes";
|
|
9269
|
+
}, {
|
|
9270
|
+
readonly name: "call";
|
|
9271
|
+
readonly internalType: "bytes";
|
|
9272
|
+
readonly type: "bytes";
|
|
9273
|
+
}, {
|
|
9274
|
+
readonly name: "deadline";
|
|
9275
|
+
readonly internalType: "uint256";
|
|
9276
|
+
readonly type: "uint256";
|
|
9277
|
+
}];
|
|
9278
|
+
}, {
|
|
9279
|
+
readonly name: "nonce";
|
|
9280
|
+
readonly internalType: "uint256";
|
|
9281
|
+
readonly type: "uint256";
|
|
9282
|
+
}];
|
|
9283
|
+
readonly name: "hashPermit";
|
|
9284
|
+
readonly outputs: readonly [{
|
|
9285
|
+
readonly name: "";
|
|
9286
|
+
readonly internalType: "bytes32";
|
|
9287
|
+
readonly type: "bytes32";
|
|
9288
|
+
}];
|
|
9021
9289
|
}, {
|
|
9022
9290
|
readonly stateMutability: "view";
|
|
9023
9291
|
readonly type: "function";
|
|
@@ -9046,6 +9314,49 @@ export declare const zoraMints1155Config: {
|
|
|
9046
9314
|
readonly internalType: "bytes4";
|
|
9047
9315
|
readonly type: "bytes4";
|
|
9048
9316
|
}];
|
|
9317
|
+
}, {
|
|
9318
|
+
readonly stateMutability: "view";
|
|
9319
|
+
readonly type: "function";
|
|
9320
|
+
readonly inputs: readonly [{
|
|
9321
|
+
readonly name: "permit";
|
|
9322
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
9323
|
+
readonly type: "tuple";
|
|
9324
|
+
readonly components: readonly [{
|
|
9325
|
+
readonly name: "owner";
|
|
9326
|
+
readonly internalType: "address";
|
|
9327
|
+
readonly type: "address";
|
|
9328
|
+
}, {
|
|
9329
|
+
readonly name: "tokenIds";
|
|
9330
|
+
readonly internalType: "uint256[]";
|
|
9331
|
+
readonly type: "uint256[]";
|
|
9332
|
+
}, {
|
|
9333
|
+
readonly name: "quantities";
|
|
9334
|
+
readonly internalType: "uint256[]";
|
|
9335
|
+
readonly type: "uint256[]";
|
|
9336
|
+
}, {
|
|
9337
|
+
readonly name: "safeTransferData";
|
|
9338
|
+
readonly internalType: "bytes";
|
|
9339
|
+
readonly type: "bytes";
|
|
9340
|
+
}, {
|
|
9341
|
+
readonly name: "call";
|
|
9342
|
+
readonly internalType: "bytes";
|
|
9343
|
+
readonly type: "bytes";
|
|
9344
|
+
}, {
|
|
9345
|
+
readonly name: "deadline";
|
|
9346
|
+
readonly internalType: "uint256";
|
|
9347
|
+
readonly type: "uint256";
|
|
9348
|
+
}];
|
|
9349
|
+
}, {
|
|
9350
|
+
readonly name: "signature";
|
|
9351
|
+
readonly internalType: "bytes";
|
|
9352
|
+
readonly type: "bytes";
|
|
9353
|
+
}];
|
|
9354
|
+
readonly name: "isValidSignature";
|
|
9355
|
+
readonly outputs: readonly [{
|
|
9356
|
+
readonly name: "";
|
|
9357
|
+
readonly internalType: "bool";
|
|
9358
|
+
readonly type: "bool";
|
|
9359
|
+
}];
|
|
9049
9360
|
}, {
|
|
9050
9361
|
readonly stateMutability: "nonpayable";
|
|
9051
9362
|
readonly type: "function";
|
|
@@ -9104,6 +9415,20 @@ export declare const zoraMints1155Config: {
|
|
|
9104
9415
|
readonly internalType: "string";
|
|
9105
9416
|
readonly type: "string";
|
|
9106
9417
|
}];
|
|
9418
|
+
}, {
|
|
9419
|
+
readonly stateMutability: "view";
|
|
9420
|
+
readonly type: "function";
|
|
9421
|
+
readonly inputs: readonly [{
|
|
9422
|
+
readonly name: "owner";
|
|
9423
|
+
readonly internalType: "address";
|
|
9424
|
+
readonly type: "address";
|
|
9425
|
+
}];
|
|
9426
|
+
readonly name: "nonces";
|
|
9427
|
+
readonly outputs: readonly [{
|
|
9428
|
+
readonly name: "";
|
|
9429
|
+
readonly internalType: "uint256";
|
|
9430
|
+
readonly type: "uint256";
|
|
9431
|
+
}];
|
|
9107
9432
|
}, {
|
|
9108
9433
|
readonly stateMutability: "nonpayable";
|
|
9109
9434
|
readonly type: "function";
|
|
@@ -9132,6 +9457,49 @@ export declare const zoraMints1155Config: {
|
|
|
9132
9457
|
}];
|
|
9133
9458
|
readonly name: "notifyUpdatedTokenURI";
|
|
9134
9459
|
readonly outputs: readonly [];
|
|
9460
|
+
}, {
|
|
9461
|
+
readonly stateMutability: "nonpayable";
|
|
9462
|
+
readonly type: "function";
|
|
9463
|
+
readonly inputs: readonly [{
|
|
9464
|
+
readonly name: "permit";
|
|
9465
|
+
readonly internalType: "struct IZoraMints1155Managed.Permit";
|
|
9466
|
+
readonly type: "tuple";
|
|
9467
|
+
readonly components: readonly [{
|
|
9468
|
+
readonly name: "owner";
|
|
9469
|
+
readonly internalType: "address";
|
|
9470
|
+
readonly type: "address";
|
|
9471
|
+
}, {
|
|
9472
|
+
readonly name: "tokenIds";
|
|
9473
|
+
readonly internalType: "uint256[]";
|
|
9474
|
+
readonly type: "uint256[]";
|
|
9475
|
+
}, {
|
|
9476
|
+
readonly name: "quantities";
|
|
9477
|
+
readonly internalType: "uint256[]";
|
|
9478
|
+
readonly type: "uint256[]";
|
|
9479
|
+
}, {
|
|
9480
|
+
readonly name: "safeTransferData";
|
|
9481
|
+
readonly internalType: "bytes";
|
|
9482
|
+
readonly type: "bytes";
|
|
9483
|
+
}, {
|
|
9484
|
+
readonly name: "call";
|
|
9485
|
+
readonly internalType: "bytes";
|
|
9486
|
+
readonly type: "bytes";
|
|
9487
|
+
}, {
|
|
9488
|
+
readonly name: "deadline";
|
|
9489
|
+
readonly internalType: "uint256";
|
|
9490
|
+
readonly type: "uint256";
|
|
9491
|
+
}];
|
|
9492
|
+
}, {
|
|
9493
|
+
readonly name: "signature";
|
|
9494
|
+
readonly internalType: "bytes";
|
|
9495
|
+
readonly type: "bytes";
|
|
9496
|
+
}];
|
|
9497
|
+
readonly name: "permitTransferBatchToManagerAndCall";
|
|
9498
|
+
readonly outputs: readonly [{
|
|
9499
|
+
readonly name: "callReturn";
|
|
9500
|
+
readonly internalType: "bytes";
|
|
9501
|
+
readonly type: "bytes";
|
|
9502
|
+
}];
|
|
9135
9503
|
}, {
|
|
9136
9504
|
readonly stateMutability: "nonpayable";
|
|
9137
9505
|
readonly type: "function";
|
|
@@ -9400,13 +9768,8 @@ export declare const zoraMints1155Config: {
|
|
|
9400
9768
|
}, {
|
|
9401
9769
|
readonly type: "event";
|
|
9402
9770
|
readonly anonymous: false;
|
|
9403
|
-
readonly inputs: readonly [
|
|
9404
|
-
|
|
9405
|
-
readonly internalType: "uint256";
|
|
9406
|
-
readonly type: "uint256";
|
|
9407
|
-
readonly indexed: true;
|
|
9408
|
-
}];
|
|
9409
|
-
readonly name: "EthMintableTokenSet";
|
|
9771
|
+
readonly inputs: readonly [];
|
|
9772
|
+
readonly name: "EIP712DomainChanged";
|
|
9410
9773
|
}, {
|
|
9411
9774
|
readonly type: "event";
|
|
9412
9775
|
readonly anonymous: false;
|
|
@@ -9416,53 +9779,14 @@ export declare const zoraMints1155Config: {
|
|
|
9416
9779
|
readonly type: "uint256";
|
|
9417
9780
|
readonly indexed: true;
|
|
9418
9781
|
}, {
|
|
9419
|
-
readonly name: "
|
|
9782
|
+
readonly name: "price";
|
|
9420
9783
|
readonly internalType: "uint256";
|
|
9421
9784
|
readonly type: "uint256";
|
|
9422
9785
|
readonly indexed: true;
|
|
9423
|
-
}];
|
|
9424
|
-
readonly name: "EthTokenCreated";
|
|
9425
|
-
}, {
|
|
9426
|
-
readonly type: "event";
|
|
9427
|
-
readonly anonymous: false;
|
|
9428
|
-
readonly inputs: readonly [{
|
|
9429
|
-
readonly name: "tokenIds";
|
|
9430
|
-
readonly internalType: "uint256[]";
|
|
9431
|
-
readonly type: "uint256[]";
|
|
9432
|
-
readonly indexed: false;
|
|
9433
|
-
}, {
|
|
9434
|
-
readonly name: "quantities";
|
|
9435
|
-
readonly internalType: "uint256[]";
|
|
9436
|
-
readonly type: "uint256[]";
|
|
9437
|
-
readonly indexed: false;
|
|
9438
9786
|
}, {
|
|
9439
|
-
readonly name: "
|
|
9787
|
+
readonly name: "tokenAddress";
|
|
9440
9788
|
readonly internalType: "address";
|
|
9441
9789
|
readonly type: "address";
|
|
9442
|
-
readonly indexed: false;
|
|
9443
|
-
}];
|
|
9444
|
-
readonly name: "RedeemedBatch";
|
|
9445
|
-
}, {
|
|
9446
|
-
readonly type: "event";
|
|
9447
|
-
readonly anonymous: false;
|
|
9448
|
-
readonly inputs: readonly [{
|
|
9449
|
-
readonly name: "tokenId";
|
|
9450
|
-
readonly internalType: "uint256";
|
|
9451
|
-
readonly type: "uint256";
|
|
9452
|
-
readonly indexed: true;
|
|
9453
|
-
}, {
|
|
9454
|
-
readonly name: "tokenConfig";
|
|
9455
|
-
readonly internalType: "struct TokenConfig";
|
|
9456
|
-
readonly type: "tuple";
|
|
9457
|
-
readonly components: readonly [{
|
|
9458
|
-
readonly name: "price";
|
|
9459
|
-
readonly internalType: "uint256";
|
|
9460
|
-
readonly type: "uint256";
|
|
9461
|
-
}, {
|
|
9462
|
-
readonly name: "tokenAddress";
|
|
9463
|
-
readonly internalType: "address";
|
|
9464
|
-
readonly type: "address";
|
|
9465
|
-
}];
|
|
9466
9790
|
readonly indexed: true;
|
|
9467
9791
|
}];
|
|
9468
9792
|
readonly name: "TokenCreated";
|
|
@@ -9684,6 +10008,14 @@ export declare const zoraMints1155Config: {
|
|
|
9684
10008
|
readonly type: "error";
|
|
9685
10009
|
readonly inputs: readonly [];
|
|
9686
10010
|
readonly name: "ERC20TransferSlippage";
|
|
10011
|
+
}, {
|
|
10012
|
+
readonly type: "error";
|
|
10013
|
+
readonly inputs: readonly [{
|
|
10014
|
+
readonly name: "deadline";
|
|
10015
|
+
readonly internalType: "uint256";
|
|
10016
|
+
readonly type: "uint256";
|
|
10017
|
+
}];
|
|
10018
|
+
readonly name: "ERC2612ExpiredSignature";
|
|
9687
10019
|
}, {
|
|
9688
10020
|
readonly type: "error";
|
|
9689
10021
|
readonly inputs: readonly [];
|
|
@@ -9692,10 +10024,30 @@ export declare const zoraMints1155Config: {
|
|
|
9692
10024
|
readonly type: "error";
|
|
9693
10025
|
readonly inputs: readonly [];
|
|
9694
10026
|
readonly name: "IncorrectAmountSent";
|
|
10027
|
+
}, {
|
|
10028
|
+
readonly type: "error";
|
|
10029
|
+
readonly inputs: readonly [{
|
|
10030
|
+
readonly name: "account";
|
|
10031
|
+
readonly internalType: "address";
|
|
10032
|
+
readonly type: "address";
|
|
10033
|
+
}, {
|
|
10034
|
+
readonly name: "currentNonce";
|
|
10035
|
+
readonly internalType: "uint256";
|
|
10036
|
+
readonly type: "uint256";
|
|
10037
|
+
}];
|
|
10038
|
+
readonly name: "InvalidAccountNonce";
|
|
9695
10039
|
}, {
|
|
9696
10040
|
readonly type: "error";
|
|
9697
10041
|
readonly inputs: readonly [];
|
|
9698
10042
|
readonly name: "InvalidRecipient";
|
|
10043
|
+
}, {
|
|
10044
|
+
readonly type: "error";
|
|
10045
|
+
readonly inputs: readonly [];
|
|
10046
|
+
readonly name: "InvalidShortString";
|
|
10047
|
+
}, {
|
|
10048
|
+
readonly type: "error";
|
|
10049
|
+
readonly inputs: readonly [];
|
|
10050
|
+
readonly name: "InvalidSignature";
|
|
9699
10051
|
}, {
|
|
9700
10052
|
readonly type: "error";
|
|
9701
10053
|
readonly inputs: readonly [];
|
|
@@ -9704,6 +10056,14 @@ export declare const zoraMints1155Config: {
|
|
|
9704
10056
|
readonly type: "error";
|
|
9705
10057
|
readonly inputs: readonly [];
|
|
9706
10058
|
readonly name: "NoUriForNonexistentToken";
|
|
10059
|
+
}, {
|
|
10060
|
+
readonly type: "error";
|
|
10061
|
+
readonly inputs: readonly [{
|
|
10062
|
+
readonly name: "str";
|
|
10063
|
+
readonly internalType: "string";
|
|
10064
|
+
readonly type: "string";
|
|
10065
|
+
}];
|
|
10066
|
+
readonly name: "StringTooLong";
|
|
9707
10067
|
}, {
|
|
9708
10068
|
readonly type: "error";
|
|
9709
10069
|
readonly inputs: readonly [];
|
|
@@ -9731,7 +10091,7 @@ export declare const zoraMints1155Config: {
|
|
|
9731
10091
|
}];
|
|
9732
10092
|
};
|
|
9733
10093
|
/**
|
|
9734
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
10094
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
|
|
9735
10095
|
*/
|
|
9736
10096
|
export declare const zoraMintsManagerImplABI: readonly [{
|
|
9737
10097
|
readonly stateMutability: "nonpayable";
|
|
@@ -10007,6 +10367,10 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10007
10367
|
readonly internalType: "address";
|
|
10008
10368
|
readonly type: "address";
|
|
10009
10369
|
}];
|
|
10370
|
+
}, {
|
|
10371
|
+
readonly name: "defaultMintable";
|
|
10372
|
+
readonly internalType: "bool";
|
|
10373
|
+
readonly type: "bool";
|
|
10010
10374
|
}];
|
|
10011
10375
|
readonly name: "createToken";
|
|
10012
10376
|
readonly outputs: readonly [];
|
|
@@ -10315,6 +10679,21 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10315
10679
|
readonly indexed: true;
|
|
10316
10680
|
}];
|
|
10317
10681
|
readonly name: "Collected";
|
|
10682
|
+
}, {
|
|
10683
|
+
readonly type: "event";
|
|
10684
|
+
readonly anonymous: false;
|
|
10685
|
+
readonly inputs: readonly [{
|
|
10686
|
+
readonly name: "tokenAddress";
|
|
10687
|
+
readonly internalType: "address";
|
|
10688
|
+
readonly type: "address";
|
|
10689
|
+
readonly indexed: false;
|
|
10690
|
+
}, {
|
|
10691
|
+
readonly name: "tokenId";
|
|
10692
|
+
readonly internalType: "uint256";
|
|
10693
|
+
readonly type: "uint256";
|
|
10694
|
+
readonly indexed: false;
|
|
10695
|
+
}];
|
|
10696
|
+
readonly name: "DefaultMintableTokenSet";
|
|
10318
10697
|
}, {
|
|
10319
10698
|
readonly type: "event";
|
|
10320
10699
|
readonly anonymous: false;
|
|
@@ -10836,17 +11215,17 @@ export declare const zoraMintsManagerImplABI: readonly [{
|
|
|
10836
11215
|
readonly name: "premintSignerContractNotAContract";
|
|
10837
11216
|
}];
|
|
10838
11217
|
/**
|
|
10839
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11218
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
|
|
10840
11219
|
*/
|
|
10841
11220
|
export declare const zoraMintsManagerImplAddress: {
|
|
10842
|
-
readonly 999999999: "
|
|
11221
|
+
readonly 999999999: "0x7777777B4115B4030d41E6D2A13d7b37188b3117";
|
|
10843
11222
|
};
|
|
10844
11223
|
/**
|
|
10845
|
-
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/
|
|
11224
|
+
* [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777B4115B4030d41E6D2A13d7b37188b3117)
|
|
10846
11225
|
*/
|
|
10847
11226
|
export declare const zoraMintsManagerImplConfig: {
|
|
10848
11227
|
readonly address: {
|
|
10849
|
-
readonly 999999999: "
|
|
11228
|
+
readonly 999999999: "0x7777777B4115B4030d41E6D2A13d7b37188b3117";
|
|
10850
11229
|
};
|
|
10851
11230
|
readonly abi: readonly [{
|
|
10852
11231
|
readonly stateMutability: "nonpayable";
|
|
@@ -11122,6 +11501,10 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11122
11501
|
readonly internalType: "address";
|
|
11123
11502
|
readonly type: "address";
|
|
11124
11503
|
}];
|
|
11504
|
+
}, {
|
|
11505
|
+
readonly name: "defaultMintable";
|
|
11506
|
+
readonly internalType: "bool";
|
|
11507
|
+
readonly type: "bool";
|
|
11125
11508
|
}];
|
|
11126
11509
|
readonly name: "createToken";
|
|
11127
11510
|
readonly outputs: readonly [];
|
|
@@ -11430,6 +11813,21 @@ export declare const zoraMintsManagerImplConfig: {
|
|
|
11430
11813
|
readonly indexed: true;
|
|
11431
11814
|
}];
|
|
11432
11815
|
readonly name: "Collected";
|
|
11816
|
+
}, {
|
|
11817
|
+
readonly type: "event";
|
|
11818
|
+
readonly anonymous: false;
|
|
11819
|
+
readonly inputs: readonly [{
|
|
11820
|
+
readonly name: "tokenAddress";
|
|
11821
|
+
readonly internalType: "address";
|
|
11822
|
+
readonly type: "address";
|
|
11823
|
+
readonly indexed: false;
|
|
11824
|
+
}, {
|
|
11825
|
+
readonly name: "tokenId";
|
|
11826
|
+
readonly internalType: "uint256";
|
|
11827
|
+
readonly type: "uint256";
|
|
11828
|
+
readonly indexed: false;
|
|
11829
|
+
}];
|
|
11830
|
+
readonly name: "DefaultMintableTokenSet";
|
|
11433
11831
|
}, {
|
|
11434
11832
|
readonly type: "event";
|
|
11435
11833
|
readonly anonymous: false;
|