@zoralabs/protocol-deployments 0.1.1-MINT.0 → 0.1.1

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.
@@ -4,7 +4,6 @@
4
4
 
5
5
  /**
6
6
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
7
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
8
7
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
9
8
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
10
9
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
@@ -490,7 +489,6 @@ export const zoraCreator1155FactoryImplABI = [
490
489
 
491
490
  /**
492
491
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
493
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
494
492
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
495
493
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
496
494
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
@@ -502,20 +500,20 @@ export const zoraCreator1155FactoryImplABI = [
502
500
  */
503
501
  export const zoraCreator1155FactoryImplAddress = {
504
502
  1: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
505
- 5: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
506
503
  10: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
507
504
  999: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
508
505
  8453: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
509
506
  42161: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
507
+ 81457: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
510
508
  421614: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
511
509
  7777777: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
512
510
  11155111: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
511
+ 168587773: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
513
512
  999999999: '0x777777C338d93e2C7adf08D102d45CA7CC4Ed021',
514
513
  } as const
515
514
 
516
515
  /**
517
516
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
518
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
519
517
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
520
518
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
521
519
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777C338d93e2C7adf08D102d45CA7CC4Ed021)
@@ -542,7 +540,6 @@ export const zoraCreator1155ImplABI = [
542
540
  { name: '_mintFeeRecipient', internalType: 'address', type: 'address' },
543
541
  { name: '_upgradeGate', internalType: 'address', type: 'address' },
544
542
  { name: '_protocolRewards', internalType: 'address', type: 'address' },
545
- { name: '_mints', internalType: 'address', type: 'address' },
546
543
  ],
547
544
  },
548
545
  { stateMutability: 'payable', type: 'receive' },
@@ -691,12 +688,12 @@ export const zoraCreator1155ImplABI = [
691
688
  {
692
689
  stateMutability: 'pure',
693
690
  type: 'function',
694
- inputs: [{ name: 'totalReward', internalType: 'uint256', type: 'uint256' }],
691
+ inputs: [{ name: 'numTokens', internalType: 'uint256', type: 'uint256' }],
695
692
  name: 'computeFreeMintRewards',
696
693
  outputs: [
697
694
  {
698
695
  name: '',
699
- internalType: 'struct IRewardSplits.RewardsSettings',
696
+ internalType: 'struct RewardsSettings',
700
697
  type: 'tuple',
701
698
  components: [
702
699
  { name: 'creatorReward', internalType: 'uint256', type: 'uint256' },
@@ -723,12 +720,12 @@ export const zoraCreator1155ImplABI = [
723
720
  {
724
721
  stateMutability: 'pure',
725
722
  type: 'function',
726
- inputs: [{ name: 'totalReward', internalType: 'uint256', type: 'uint256' }],
723
+ inputs: [{ name: 'numTokens', internalType: 'uint256', type: 'uint256' }],
727
724
  name: 'computePaidMintRewards',
728
725
  outputs: [
729
726
  {
730
727
  name: '',
731
- internalType: 'struct IRewardSplits.RewardsSettings',
728
+ internalType: 'struct RewardsSettings',
732
729
  type: 'tuple',
733
730
  components: [
734
731
  { name: 'creatorReward', internalType: 'uint256', type: 'uint256' },
@@ -755,20 +752,7 @@ export const zoraCreator1155ImplABI = [
755
752
  {
756
753
  stateMutability: 'pure',
757
754
  type: 'function',
758
- inputs: [
759
- { name: 'totalReward', internalType: 'uint256', type: 'uint256' },
760
- { name: 'rewardPct', internalType: 'uint256', type: 'uint256' },
761
- ],
762
- name: 'computeRewardsPct',
763
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
764
- },
765
- {
766
- stateMutability: 'pure',
767
- type: 'function',
768
- inputs: [
769
- { name: 'mintPrice', internalType: 'uint256', type: 'uint256' },
770
- { name: 'quantity', internalType: 'uint256', type: 'uint256' },
771
- ],
755
+ inputs: [{ name: 'numTokens', internalType: 'uint256', type: 'uint256' }],
772
756
  name: 'computeTotalReward',
773
757
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
774
758
  },
@@ -919,16 +903,6 @@ export const zoraCreator1155ImplABI = [
919
903
  },
920
904
  ],
921
905
  },
922
- {
923
- stateMutability: 'view',
924
- type: 'function',
925
- inputs: [
926
- { name: 'mintTokenIds', internalType: 'uint256[]', type: 'uint256[]' },
927
- { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
928
- ],
929
- name: 'getTotalMintsQuantity',
930
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
931
- },
932
906
  {
933
907
  stateMutability: 'view',
934
908
  type: 'function',
@@ -1016,30 +990,12 @@ export const zoraCreator1155ImplABI = [
1016
990
  outputs: [],
1017
991
  },
1018
992
  {
1019
- stateMutability: 'view',
993
+ stateMutability: 'pure',
1020
994
  type: 'function',
1021
995
  inputs: [],
1022
996
  name: 'mintFee',
1023
997
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1024
998
  },
1025
- {
1026
- stateMutability: 'payable',
1027
- type: 'function',
1028
- inputs: [
1029
- { name: 'mintTokenIds', internalType: 'uint256[]', type: 'uint256[]' },
1030
- { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
1031
- { name: 'minter', internalType: 'contract IMinter1155', type: 'address' },
1032
- { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
1033
- {
1034
- name: 'rewardsRecipients',
1035
- internalType: 'address[]',
1036
- type: 'address[]',
1037
- },
1038
- { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
1039
- ],
1040
- name: 'mintWithMints',
1041
- outputs: [],
1042
- },
1043
999
  {
1044
1000
  stateMutability: 'payable',
1045
1001
  type: 'function',
@@ -1074,19 +1030,6 @@ export const zoraCreator1155ImplABI = [
1074
1030
  name: 'nextTokenId',
1075
1031
  outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
1076
1032
  },
1077
- {
1078
- stateMutability: 'pure',
1079
- type: 'function',
1080
- inputs: [
1081
- { name: '', internalType: 'address', type: 'address' },
1082
- { name: '', internalType: 'address', type: 'address' },
1083
- { name: '', internalType: 'uint256', type: 'uint256' },
1084
- { name: '', internalType: 'uint256', type: 'uint256' },
1085
- { name: '', internalType: 'bytes', type: 'bytes' },
1086
- ],
1087
- name: 'onERC1155Received',
1088
- outputs: [{ name: '', internalType: 'bytes4', type: 'bytes4' }],
1089
- },
1090
1033
  {
1091
1034
  stateMutability: 'view',
1092
1035
  type: 'function',
@@ -1910,8 +1853,17 @@ export const zoraCreator1155ImplABI = [
1910
1853
  name: 'InvalidMerkleProof',
1911
1854
  },
1912
1855
  { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
1913
- { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
1914
- { type: 'error', inputs: [], name: 'InvalidSignature' },
1856
+ {
1857
+ type: 'error',
1858
+ inputs: [
1859
+ {
1860
+ name: 'recoverError',
1861
+ internalType: 'enum ECDSAUpgradeable.RecoverError',
1862
+ type: 'uint8',
1863
+ },
1864
+ ],
1865
+ name: 'InvalidSignature',
1866
+ },
1915
1867
  { type: 'error', inputs: [], name: 'InvalidSignatureVersion' },
1916
1868
  {
1917
1869
  type: 'error',
@@ -1920,7 +1872,6 @@ export const zoraCreator1155ImplABI = [
1920
1872
  },
1921
1873
  { type: 'error', inputs: [], name: 'MintNotYetStarted' },
1922
1874
  { type: 'error', inputs: [], name: 'Mint_InsolventSaleTransfer' },
1923
- { type: 'error', inputs: [], name: 'Mint_InvalidMintArrayLength' },
1924
1875
  { type: 'error', inputs: [], name: 'Mint_TokenIDMintNotAllowed' },
1925
1876
  { type: 'error', inputs: [], name: 'Mint_UnknownCommand' },
1926
1877
  { type: 'error', inputs: [], name: 'Mint_ValueTransferFail' },
@@ -2004,7 +1955,6 @@ export const zoraCreator1155ImplABI = [
2004
1955
 
2005
1956
  /**
2006
1957
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
2007
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
2008
1958
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
2009
1959
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
2010
1960
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
@@ -2259,7 +2209,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2259
2209
  { name: 'quantityToMint', internalType: 'uint256', type: 'uint256' },
2260
2210
  {
2261
2211
  name: 'mintArguments',
2262
- internalType: 'struct MintArguments',
2212
+ internalType: 'struct IZoraCreator1155PremintExecutor.MintArguments',
2263
2213
  type: 'tuple',
2264
2214
  components: [
2265
2215
  { name: 'mintRecipient', internalType: 'address', type: 'address' },
@@ -2276,7 +2226,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2276
2226
  outputs: [
2277
2227
  {
2278
2228
  name: 'result',
2279
- internalType: 'struct PremintResult',
2229
+ internalType: 'struct IZoraCreator1155PremintExecutor.PremintResult',
2280
2230
  type: 'tuple',
2281
2231
  components: [
2282
2232
  { name: 'contractAddress', internalType: 'address', type: 'address' },
@@ -2347,7 +2297,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2347
2297
  { name: 'quantityToMint', internalType: 'uint256', type: 'uint256' },
2348
2298
  {
2349
2299
  name: 'mintArguments',
2350
- internalType: 'struct MintArguments',
2300
+ internalType: 'struct IZoraCreator1155PremintExecutor.MintArguments',
2351
2301
  type: 'tuple',
2352
2302
  components: [
2353
2303
  { name: 'mintRecipient', internalType: 'address', type: 'address' },
@@ -2364,7 +2314,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2364
2314
  outputs: [
2365
2315
  {
2366
2316
  name: 'result',
2367
- internalType: 'struct PremintResult',
2317
+ internalType: 'struct IZoraCreator1155PremintExecutor.PremintResult',
2368
2318
  type: 'tuple',
2369
2319
  components: [
2370
2320
  { name: 'contractAddress', internalType: 'address', type: 'address' },
@@ -2435,7 +2385,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2435
2385
  { name: 'quantityToMint', internalType: 'uint256', type: 'uint256' },
2436
2386
  {
2437
2387
  name: 'mintArguments',
2438
- internalType: 'struct MintArguments',
2388
+ internalType: 'struct IZoraCreator1155PremintExecutor.MintArguments',
2439
2389
  type: 'tuple',
2440
2390
  components: [
2441
2391
  { name: 'mintRecipient', internalType: 'address', type: 'address' },
@@ -2453,78 +2403,7 @@ export const zoraCreator1155PremintExecutorImplABI = [
2453
2403
  outputs: [
2454
2404
  {
2455
2405
  name: 'result',
2456
- internalType: 'struct PremintResult',
2457
- type: 'tuple',
2458
- components: [
2459
- { name: 'contractAddress', internalType: 'address', type: 'address' },
2460
- { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
2461
- { name: 'createdNewContract', internalType: 'bool', type: 'bool' },
2462
- ],
2463
- },
2464
- ],
2465
- },
2466
- {
2467
- stateMutability: 'payable',
2468
- type: 'function',
2469
- inputs: [
2470
- { name: 'mintTokenIds', internalType: 'uint256[]', type: 'uint256[]' },
2471
- {
2472
- name: 'mintTokenIdQuantities',
2473
- internalType: 'uint256[]',
2474
- type: 'uint256[]',
2475
- },
2476
- {
2477
- name: 'contractConfig',
2478
- internalType: 'struct ContractCreationConfig',
2479
- type: 'tuple',
2480
- components: [
2481
- { name: 'contractAdmin', internalType: 'address', type: 'address' },
2482
- { name: 'contractURI', internalType: 'string', type: 'string' },
2483
- { name: 'contractName', internalType: 'string', type: 'string' },
2484
- ],
2485
- },
2486
- {
2487
- name: 'encodedPremintConfig',
2488
- internalType: 'struct EncodedPremintConfig',
2489
- type: 'tuple',
2490
- components: [
2491
- { name: 'premintConfig', internalType: 'bytes', type: 'bytes' },
2492
- {
2493
- name: 'premintConfigVersion',
2494
- internalType: 'bytes32',
2495
- type: 'bytes32',
2496
- },
2497
- { name: 'uid', internalType: 'uint32', type: 'uint32' },
2498
- {
2499
- name: 'fixedPriceMinter',
2500
- internalType: 'address',
2501
- type: 'address',
2502
- },
2503
- ],
2504
- },
2505
- { name: 'signature', internalType: 'bytes', type: 'bytes' },
2506
- {
2507
- name: 'mintArguments',
2508
- internalType: 'struct MintArguments',
2509
- type: 'tuple',
2510
- components: [
2511
- { name: 'mintRecipient', internalType: 'address', type: 'address' },
2512
- { name: 'mintComment', internalType: 'string', type: 'string' },
2513
- {
2514
- name: 'mintRewardsRecipients',
2515
- internalType: 'address[]',
2516
- type: 'address[]',
2517
- },
2518
- ],
2519
- },
2520
- { name: 'minter', internalType: 'address', type: 'address' },
2521
- { name: 'signerContract', internalType: 'address', type: 'address' },
2522
- ],
2523
- name: 'premintWithMints',
2524
- outputs: [
2525
- {
2526
- name: 'result',
2527
- internalType: 'struct PremintResult',
2406
+ internalType: 'struct IZoraCreator1155PremintExecutor.PremintResult',
2528
2407
  type: 'tuple',
2529
2408
  components: [
2530
2409
  { name: 'contractAddress', internalType: 'address', type: 'address' },
@@ -2922,7 +2801,17 @@ export const zoraCreator1155PremintExecutorImplABI = [
2922
2801
  name: 'InvalidMerkleProof',
2923
2802
  },
2924
2803
  { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
2925
- { type: 'error', inputs: [], name: 'InvalidSignature' },
2804
+ {
2805
+ type: 'error',
2806
+ inputs: [
2807
+ {
2808
+ name: 'recoverError',
2809
+ internalType: 'enum ECDSAUpgradeable.RecoverError',
2810
+ type: 'uint8',
2811
+ },
2812
+ ],
2813
+ name: 'InvalidSignature',
2814
+ },
2926
2815
  { type: 'error', inputs: [], name: 'InvalidSignatureVersion' },
2927
2816
  {
2928
2817
  type: 'error',
@@ -2931,7 +2820,6 @@ export const zoraCreator1155PremintExecutorImplABI = [
2931
2820
  },
2932
2821
  { type: 'error', inputs: [], name: 'MintNotYetStarted' },
2933
2822
  { type: 'error', inputs: [], name: 'Mint_InsolventSaleTransfer' },
2934
- { type: 'error', inputs: [], name: 'Mint_InvalidMintArrayLength' },
2935
2823
  { type: 'error', inputs: [], name: 'Mint_TokenIDMintNotAllowed' },
2936
2824
  { type: 'error', inputs: [], name: 'Mint_UnknownCommand' },
2937
2825
  { type: 'error', inputs: [], name: 'Mint_ValueTransferFail' },
@@ -3012,7 +2900,6 @@ export const zoraCreator1155PremintExecutorImplABI = [
3012
2900
 
3013
2901
  /**
3014
2902
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3015
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3016
2903
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3017
2904
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3018
2905
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
@@ -3024,20 +2911,20 @@ export const zoraCreator1155PremintExecutorImplABI = [
3024
2911
  */
3025
2912
  export const zoraCreator1155PremintExecutorImplAddress = {
3026
2913
  1: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3027
- 5: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3028
2914
  10: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3029
2915
  999: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3030
2916
  8453: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3031
2917
  42161: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
2918
+ 81457: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3032
2919
  421614: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3033
2920
  7777777: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3034
2921
  11155111: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
2922
+ 168587773: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3035
2923
  999999999: '0x7777773606e7e46C8Ba8B98C08f5cD218e31d340',
3036
2924
  } as const
3037
2925
 
3038
2926
  /**
3039
2927
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3040
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3041
2928
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3042
2929
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
3043
2930
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777773606e7e46C8Ba8B98C08f5cD218e31d340)
@@ -3058,7 +2945,6 @@ export const zoraCreator1155PremintExecutorImplConfig = {
3058
2945
 
3059
2946
  /**
3060
2947
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3061
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3062
2948
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
3063
2949
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3064
2950
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
@@ -3303,7 +3189,6 @@ export const zoraCreatorFixedPriceSaleStrategyABI = [
3303
3189
 
3304
3190
  /**
3305
3191
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3306
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3307
3192
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
3308
3193
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3309
3194
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
@@ -3315,20 +3200,20 @@ export const zoraCreatorFixedPriceSaleStrategyABI = [
3315
3200
  */
3316
3201
  export const zoraCreatorFixedPriceSaleStrategyAddress = {
3317
3202
  1: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
3318
- 5: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
3319
3203
  10: '0x3678862f04290E565cCA2EF163BAeb92Bb76790C',
3320
3204
  999: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
3321
3205
  8453: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
3322
3206
  42161: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
3207
+ 81457: '0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0',
3323
3208
  421614: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
3324
3209
  7777777: '0x04E2516A2c207E84a1839755675dfd8eF6302F0a',
3325
3210
  11155111: '0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21',
3211
+ 168587773: '0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0',
3326
3212
  999999999: '0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A',
3327
3213
  } as const
3328
3214
 
3329
3215
  /**
3330
3216
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3331
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3332
3217
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x3678862f04290E565cCA2EF163BAeb92Bb76790C)
3333
3218
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
3334
3219
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x04E2516A2c207E84a1839755675dfd8eF6302F0a)
@@ -3349,7 +3234,6 @@ export const zoraCreatorFixedPriceSaleStrategyConfig = {
3349
3234
 
3350
3235
  /**
3351
3236
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3352
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3353
3237
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
3354
3238
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3355
3239
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
@@ -3561,7 +3445,6 @@ export const zoraCreatorMerkleMinterStrategyABI = [
3561
3445
 
3562
3446
  /**
3563
3447
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3564
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3565
3448
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
3566
3449
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3567
3450
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
@@ -3573,20 +3456,20 @@ export const zoraCreatorMerkleMinterStrategyABI = [
3573
3456
  */
3574
3457
  export const zoraCreatorMerkleMinterStrategyAddress = {
3575
3458
  1: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
3576
- 5: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
3577
3459
  10: '0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8',
3578
3460
  999: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
3579
3461
  8453: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
3580
3462
  42161: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
3463
+ 81457: '0xB9C997FcC46a27331CC986cc2416ee99C1d506c3',
3581
3464
  421614: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
3582
3465
  7777777: '0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7',
3583
3466
  11155111: '0xe770E6f19aecF8ef3145A50087999b5556aB3610',
3467
+ 168587773: '0xB9C997FcC46a27331CC986cc2416ee99C1d506c3',
3584
3468
  999999999: '0x5e5fD4b758076BAD940db0284b711A67E8a3B88c',
3585
3469
  } as const
3586
3470
 
3587
3471
  /**
3588
3472
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3589
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3590
3473
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8)
3591
3474
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
3592
3475
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7)
@@ -3607,7 +3490,6 @@ export const zoraCreatorMerkleMinterStrategyConfig = {
3607
3490
 
3608
3491
  /**
3609
3492
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
3610
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
3611
3493
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
3612
3494
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3613
3495
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
@@ -3768,7 +3650,6 @@ export const zoraCreatorRedeemMinterFactoryABI = [
3768
3650
 
3769
3651
  /**
3770
3652
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
3771
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
3772
3653
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
3773
3654
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3774
3655
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
@@ -3780,20 +3661,20 @@ export const zoraCreatorRedeemMinterFactoryABI = [
3780
3661
  */
3781
3662
  export const zoraCreatorRedeemMinterFactoryAddress = {
3782
3663
  1: '0x78964965cF77850224513a367f899435C5B69174',
3783
- 5: '0x78964965cF77850224513a367f899435C5B69174',
3784
3664
  10: '0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2',
3785
3665
  999: '0x78964965cF77850224513a367f899435C5B69174',
3786
3666
  8453: '0x78964965cF77850224513a367f899435C5B69174',
3787
3667
  42161: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
3668
+ 81457: '0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614',
3788
3669
  421614: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
3789
3670
  7777777: '0x78964965cF77850224513a367f899435C5B69174',
3790
3671
  11155111: '0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D',
3672
+ 168587773: '0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614',
3791
3673
  999999999: '0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6',
3792
3674
  } as const
3793
3675
 
3794
3676
  /**
3795
3677
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
3796
- * - [__View Contract on Goerli Etherscan__](https://goerli.etherscan.io/address/0x78964965cF77850224513a367f899435C5B69174)
3797
3678
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://explorer.optimism.io/address/0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2)
3798
3679
  * - [__View Contract on Zora Goerli Testnet Explorer__](https://testnet.explorer.zora.energy/address/0x78964965cF77850224513a367f899435C5B69174)
3799
3680
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x78964965cF77850224513a367f899435C5B69174)
@@ -3807,802 +3688,3 @@ export const zoraCreatorRedeemMinterFactoryConfig = {
3807
3688
  address: zoraCreatorRedeemMinterFactoryAddress,
3808
3689
  abi: zoraCreatorRedeemMinterFactoryABI,
3809
3690
  } as const
3810
-
3811
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3812
- // ZoraMints
3813
- //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
3814
-
3815
- /**
3816
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773dE7607C8d2eF571ba03ab22a7df64CEA)
3817
- */
3818
- export const zoraMintsABI = [
3819
- {
3820
- stateMutability: 'nonpayable',
3821
- type: 'constructor',
3822
- inputs: [
3823
- {
3824
- name: '_premintExecutor',
3825
- internalType: 'contract IPremintWithMints',
3826
- type: 'address',
3827
- },
3828
- ],
3829
- },
3830
- {
3831
- stateMutability: 'nonpayable',
3832
- type: 'function',
3833
- inputs: [],
3834
- name: 'acceptOwnership',
3835
- outputs: [],
3836
- },
3837
- {
3838
- stateMutability: 'view',
3839
- type: 'function',
3840
- inputs: [
3841
- { name: 'account', internalType: 'address', type: 'address' },
3842
- { name: 'id', internalType: 'uint256', type: 'uint256' },
3843
- ],
3844
- name: 'balanceOf',
3845
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3846
- },
3847
- {
3848
- stateMutability: 'view',
3849
- type: 'function',
3850
- inputs: [
3851
- { name: 'accounts', internalType: 'address[]', type: 'address[]' },
3852
- { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
3853
- ],
3854
- name: 'balanceOfBatch',
3855
- outputs: [{ name: '', internalType: 'uint256[]', type: 'uint256[]' }],
3856
- },
3857
- {
3858
- stateMutability: 'payable',
3859
- type: 'function',
3860
- inputs: [
3861
- { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
3862
- { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
3863
- {
3864
- name: 'zoraCreator1155Contract',
3865
- internalType: 'contract IMintWithMints',
3866
- type: 'address',
3867
- },
3868
- { name: 'minter', internalType: 'contract IMinter1155', type: 'address' },
3869
- {
3870
- name: 'zoraCreator1155TokenId',
3871
- internalType: 'uint256',
3872
- type: 'uint256',
3873
- },
3874
- {
3875
- name: 'rewardsRecipients',
3876
- internalType: 'address[]',
3877
- type: 'address[]',
3878
- },
3879
- { name: 'minterArguments', internalType: 'bytes', type: 'bytes' },
3880
- ],
3881
- name: 'collect',
3882
- outputs: [],
3883
- },
3884
- {
3885
- stateMutability: 'payable',
3886
- type: 'function',
3887
- inputs: [
3888
- { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
3889
- { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
3890
- {
3891
- name: 'contractConfig',
3892
- internalType: 'struct ContractCreationConfig',
3893
- type: 'tuple',
3894
- components: [
3895
- { name: 'contractAdmin', internalType: 'address', type: 'address' },
3896
- { name: 'contractURI', internalType: 'string', type: 'string' },
3897
- { name: 'contractName', internalType: 'string', type: 'string' },
3898
- ],
3899
- },
3900
- {
3901
- name: 'premintConfig',
3902
- internalType: 'struct PremintConfigV2',
3903
- type: 'tuple',
3904
- components: [
3905
- {
3906
- name: 'tokenConfig',
3907
- internalType: 'struct TokenCreationConfigV2',
3908
- type: 'tuple',
3909
- components: [
3910
- { name: 'tokenURI', internalType: 'string', type: 'string' },
3911
- { name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
3912
- {
3913
- name: 'maxTokensPerAddress',
3914
- internalType: 'uint64',
3915
- type: 'uint64',
3916
- },
3917
- { name: 'pricePerToken', internalType: 'uint96', type: 'uint96' },
3918
- { name: 'mintStart', internalType: 'uint64', type: 'uint64' },
3919
- { name: 'mintDuration', internalType: 'uint64', type: 'uint64' },
3920
- { name: 'royaltyBPS', internalType: 'uint32', type: 'uint32' },
3921
- {
3922
- name: 'payoutRecipient',
3923
- internalType: 'address',
3924
- type: 'address',
3925
- },
3926
- {
3927
- name: 'fixedPriceMinter',
3928
- internalType: 'address',
3929
- type: 'address',
3930
- },
3931
- {
3932
- name: 'createReferral',
3933
- internalType: 'address',
3934
- type: 'address',
3935
- },
3936
- ],
3937
- },
3938
- { name: 'uid', internalType: 'uint32', type: 'uint32' },
3939
- { name: 'version', internalType: 'uint32', type: 'uint32' },
3940
- { name: 'deleted', internalType: 'bool', type: 'bool' },
3941
- ],
3942
- },
3943
- { name: 'signature', internalType: 'bytes', type: 'bytes' },
3944
- {
3945
- name: 'mintArguments',
3946
- internalType: 'struct MintArguments',
3947
- type: 'tuple',
3948
- components: [
3949
- { name: 'mintRecipient', internalType: 'address', type: 'address' },
3950
- { name: 'mintComment', internalType: 'string', type: 'string' },
3951
- {
3952
- name: 'mintRewardsRecipients',
3953
- internalType: 'address[]',
3954
- type: 'address[]',
3955
- },
3956
- ],
3957
- },
3958
- { name: 'signerContract', internalType: 'address', type: 'address' },
3959
- ],
3960
- name: 'collectPremintV2',
3961
- outputs: [],
3962
- },
3963
- {
3964
- stateMutability: 'pure',
3965
- type: 'function',
3966
- inputs: [],
3967
- name: 'contractVersion',
3968
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
3969
- },
3970
- {
3971
- stateMutability: 'nonpayable',
3972
- type: 'function',
3973
- inputs: [
3974
- { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
3975
- { name: 'pricePerToken', internalType: 'uint256', type: 'uint256' },
3976
- { name: 'defaultMintable', internalType: 'bool', type: 'bool' },
3977
- ],
3978
- name: 'createEthToken',
3979
- outputs: [],
3980
- },
3981
- {
3982
- stateMutability: 'view',
3983
- type: 'function',
3984
- inputs: [],
3985
- name: 'getEthPrice',
3986
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
3987
- },
3988
- {
3989
- stateMutability: 'view',
3990
- type: 'function',
3991
- inputs: [],
3992
- name: 'implementation',
3993
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
3994
- },
3995
- {
3996
- stateMutability: 'nonpayable',
3997
- type: 'function',
3998
- inputs: [
3999
- { name: 'initialOwner', internalType: 'address', type: 'address' },
4000
- { name: 'initialEthTokenId', internalType: 'uint256', type: 'uint256' },
4001
- {
4002
- name: 'initialEthTokenPrice',
4003
- internalType: 'uint256',
4004
- type: 'uint256',
4005
- },
4006
- ],
4007
- name: 'initialize',
4008
- outputs: [],
4009
- },
4010
- {
4011
- stateMutability: 'view',
4012
- type: 'function',
4013
- inputs: [
4014
- { name: 'account', internalType: 'address', type: 'address' },
4015
- { name: 'operator', internalType: 'address', type: 'address' },
4016
- ],
4017
- name: 'isApprovedForAll',
4018
- outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4019
- },
4020
- {
4021
- stateMutability: 'payable',
4022
- type: 'function',
4023
- inputs: [
4024
- { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4025
- { name: 'recipient', internalType: 'address', type: 'address' },
4026
- ],
4027
- name: 'mintWithEth',
4028
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4029
- },
4030
- {
4031
- stateMutability: 'view',
4032
- type: 'function',
4033
- inputs: [],
4034
- name: 'mintableEthToken',
4035
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4036
- },
4037
- {
4038
- stateMutability: 'pure',
4039
- type: 'function',
4040
- inputs: [],
4041
- name: 'name',
4042
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
4043
- },
4044
- {
4045
- stateMutability: 'view',
4046
- type: 'function',
4047
- inputs: [],
4048
- name: 'owner',
4049
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
4050
- },
4051
- {
4052
- stateMutability: 'view',
4053
- type: 'function',
4054
- inputs: [],
4055
- name: 'pendingOwner',
4056
- outputs: [{ name: '', internalType: 'address', type: 'address' }],
4057
- },
4058
- {
4059
- stateMutability: 'view',
4060
- type: 'function',
4061
- inputs: [],
4062
- name: 'premintExecutor',
4063
- outputs: [
4064
- { name: '', internalType: 'contract IPremintWithMints', type: 'address' },
4065
- ],
4066
- },
4067
- {
4068
- stateMutability: 'nonpayable',
4069
- type: 'function',
4070
- inputs: [
4071
- { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4072
- { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4073
- { name: 'recipient', internalType: 'address', type: 'address' },
4074
- ],
4075
- name: 'redeem',
4076
- outputs: [
4077
- { name: 'valueRedeemed', internalType: 'uint256', type: 'uint256' },
4078
- ],
4079
- },
4080
- {
4081
- stateMutability: 'nonpayable',
4082
- type: 'function',
4083
- inputs: [
4084
- { name: 'tokenIds', internalType: 'uint256[]', type: 'uint256[]' },
4085
- { name: 'quantities', internalType: 'uint256[]', type: 'uint256[]' },
4086
- { name: 'recipient', internalType: 'address', type: 'address' },
4087
- ],
4088
- name: 'redeemBatch',
4089
- outputs: [
4090
- { name: 'valueRedeemed', internalType: 'uint256', type: 'uint256' },
4091
- ],
4092
- },
4093
- {
4094
- stateMutability: 'nonpayable',
4095
- type: 'function',
4096
- inputs: [],
4097
- name: 'renounceOwnership',
4098
- outputs: [],
4099
- },
4100
- {
4101
- stateMutability: 'nonpayable',
4102
- type: 'function',
4103
- inputs: [
4104
- { name: 'from', internalType: 'address', type: 'address' },
4105
- { name: 'to', internalType: 'address', type: 'address' },
4106
- { name: 'ids', internalType: 'uint256[]', type: 'uint256[]' },
4107
- { name: 'values', internalType: 'uint256[]', type: 'uint256[]' },
4108
- { name: 'data', internalType: 'bytes', type: 'bytes' },
4109
- ],
4110
- name: 'safeBatchTransferFrom',
4111
- outputs: [],
4112
- },
4113
- {
4114
- stateMutability: 'nonpayable',
4115
- type: 'function',
4116
- inputs: [
4117
- { name: 'from', internalType: 'address', type: 'address' },
4118
- { name: 'to', internalType: 'address', type: 'address' },
4119
- { name: 'id', internalType: 'uint256', type: 'uint256' },
4120
- { name: 'value', internalType: 'uint256', type: 'uint256' },
4121
- { name: 'data', internalType: 'bytes', type: 'bytes' },
4122
- ],
4123
- name: 'safeTransferFrom',
4124
- outputs: [],
4125
- },
4126
- {
4127
- stateMutability: 'nonpayable',
4128
- type: 'function',
4129
- inputs: [
4130
- { name: 'operator', internalType: 'address', type: 'address' },
4131
- { name: 'approved', internalType: 'bool', type: 'bool' },
4132
- ],
4133
- name: 'setApprovalForAll',
4134
- outputs: [],
4135
- },
4136
- {
4137
- stateMutability: 'nonpayable',
4138
- type: 'function',
4139
- inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4140
- name: 'setMintableEthToken',
4141
- outputs: [],
4142
- },
4143
- {
4144
- stateMutability: 'view',
4145
- type: 'function',
4146
- inputs: [{ name: 'interfaceId', internalType: 'bytes4', type: 'bytes4' }],
4147
- name: 'supportsInterface',
4148
- outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4149
- },
4150
- {
4151
- stateMutability: 'pure',
4152
- type: 'function',
4153
- inputs: [],
4154
- name: 'symbol',
4155
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
4156
- },
4157
- {
4158
- stateMutability: 'view',
4159
- type: 'function',
4160
- inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4161
- name: 'tokenCreated',
4162
- outputs: [{ name: '', internalType: 'bool', type: 'bool' }],
4163
- },
4164
- {
4165
- stateMutability: 'view',
4166
- type: 'function',
4167
- inputs: [{ name: 'tokenId', internalType: 'uint256', type: 'uint256' }],
4168
- name: 'tokenPrice',
4169
- outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4170
- },
4171
- {
4172
- stateMutability: 'nonpayable',
4173
- type: 'function',
4174
- inputs: [{ name: 'newOwner', internalType: 'address', type: 'address' }],
4175
- name: 'transferOwnership',
4176
- outputs: [],
4177
- },
4178
- {
4179
- stateMutability: 'view',
4180
- type: 'function',
4181
- inputs: [{ name: '', internalType: 'uint256', type: 'uint256' }],
4182
- name: 'uri',
4183
- outputs: [{ name: '', internalType: 'string', type: 'string' }],
4184
- },
4185
- {
4186
- type: 'event',
4187
- anonymous: false,
4188
- inputs: [
4189
- {
4190
- name: 'account',
4191
- internalType: 'address',
4192
- type: 'address',
4193
- indexed: true,
4194
- },
4195
- {
4196
- name: 'operator',
4197
- internalType: 'address',
4198
- type: 'address',
4199
- indexed: true,
4200
- },
4201
- { name: 'approved', internalType: 'bool', type: 'bool', indexed: false },
4202
- ],
4203
- name: 'ApprovalForAll',
4204
- },
4205
- {
4206
- type: 'event',
4207
- anonymous: false,
4208
- inputs: [
4209
- {
4210
- name: 'tokenIds',
4211
- internalType: 'uint256[]',
4212
- type: 'uint256[]',
4213
- indexed: true,
4214
- },
4215
- {
4216
- name: 'quantities',
4217
- internalType: 'uint256[]',
4218
- type: 'uint256[]',
4219
- indexed: false,
4220
- },
4221
- {
4222
- name: 'zoraCreator1155Contract',
4223
- internalType: 'address',
4224
- type: 'address',
4225
- indexed: true,
4226
- },
4227
- {
4228
- name: 'zoraCreator1155TokenId',
4229
- internalType: 'uint256',
4230
- type: 'uint256',
4231
- indexed: true,
4232
- },
4233
- ],
4234
- name: 'Collected',
4235
- },
4236
- {
4237
- type: 'event',
4238
- anonymous: false,
4239
- inputs: [
4240
- {
4241
- name: 'tokenId',
4242
- internalType: 'uint256',
4243
- type: 'uint256',
4244
- indexed: true,
4245
- },
4246
- ],
4247
- name: 'EthMintableTokenSet',
4248
- },
4249
- {
4250
- type: 'event',
4251
- anonymous: false,
4252
- inputs: [
4253
- {
4254
- name: 'tokenId',
4255
- internalType: 'uint256',
4256
- type: 'uint256',
4257
- indexed: true,
4258
- },
4259
- {
4260
- name: 'pricePerToken',
4261
- internalType: 'uint256',
4262
- type: 'uint256',
4263
- indexed: true,
4264
- },
4265
- ],
4266
- name: 'EthTokenCreated',
4267
- },
4268
- {
4269
- type: 'event',
4270
- anonymous: false,
4271
- inputs: [
4272
- {
4273
- name: 'version',
4274
- internalType: 'uint64',
4275
- type: 'uint64',
4276
- indexed: false,
4277
- },
4278
- ],
4279
- name: 'Initialized',
4280
- },
4281
- {
4282
- type: 'event',
4283
- anonymous: false,
4284
- inputs: [
4285
- {
4286
- name: 'previousOwner',
4287
- internalType: 'address',
4288
- type: 'address',
4289
- indexed: true,
4290
- },
4291
- {
4292
- name: 'newOwner',
4293
- internalType: 'address',
4294
- type: 'address',
4295
- indexed: true,
4296
- },
4297
- ],
4298
- name: 'OwnershipTransferStarted',
4299
- },
4300
- {
4301
- type: 'event',
4302
- anonymous: false,
4303
- inputs: [
4304
- {
4305
- name: 'previousOwner',
4306
- internalType: 'address',
4307
- type: 'address',
4308
- indexed: true,
4309
- },
4310
- {
4311
- name: 'newOwner',
4312
- internalType: 'address',
4313
- type: 'address',
4314
- indexed: true,
4315
- },
4316
- ],
4317
- name: 'OwnershipTransferred',
4318
- },
4319
- {
4320
- type: 'event',
4321
- anonymous: false,
4322
- inputs: [
4323
- {
4324
- name: 'tokenIds',
4325
- internalType: 'uint256[]',
4326
- type: 'uint256[]',
4327
- indexed: false,
4328
- },
4329
- {
4330
- name: 'quantities',
4331
- internalType: 'uint256[]',
4332
- type: 'uint256[]',
4333
- indexed: false,
4334
- },
4335
- {
4336
- name: 'recipient',
4337
- internalType: 'address',
4338
- type: 'address',
4339
- indexed: false,
4340
- },
4341
- ],
4342
- name: 'RedeemedBatch',
4343
- },
4344
- {
4345
- type: 'event',
4346
- anonymous: false,
4347
- inputs: [
4348
- {
4349
- name: 'operator',
4350
- internalType: 'address',
4351
- type: 'address',
4352
- indexed: true,
4353
- },
4354
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
4355
- { name: 'to', internalType: 'address', type: 'address', indexed: true },
4356
- {
4357
- name: 'ids',
4358
- internalType: 'uint256[]',
4359
- type: 'uint256[]',
4360
- indexed: false,
4361
- },
4362
- {
4363
- name: 'values',
4364
- internalType: 'uint256[]',
4365
- type: 'uint256[]',
4366
- indexed: false,
4367
- },
4368
- ],
4369
- name: 'TransferBatch',
4370
- },
4371
- {
4372
- type: 'event',
4373
- anonymous: false,
4374
- inputs: [
4375
- {
4376
- name: 'operator',
4377
- internalType: 'address',
4378
- type: 'address',
4379
- indexed: true,
4380
- },
4381
- { name: 'from', internalType: 'address', type: 'address', indexed: true },
4382
- { name: 'to', internalType: 'address', type: 'address', indexed: true },
4383
- { name: 'id', internalType: 'uint256', type: 'uint256', indexed: false },
4384
- {
4385
- name: 'value',
4386
- internalType: 'uint256',
4387
- type: 'uint256',
4388
- indexed: false,
4389
- },
4390
- ],
4391
- name: 'TransferSingle',
4392
- },
4393
- {
4394
- type: 'event',
4395
- anonymous: false,
4396
- inputs: [
4397
- { name: 'value', internalType: 'string', type: 'string', indexed: false },
4398
- { name: 'id', internalType: 'uint256', type: 'uint256', indexed: true },
4399
- ],
4400
- name: 'URI',
4401
- },
4402
- {
4403
- type: 'error',
4404
- inputs: [
4405
- { name: 'operator', internalType: 'address', type: 'address' },
4406
- { name: 'user', internalType: 'address', type: 'address' },
4407
- ],
4408
- name: 'Burn_NotOwnerOrApproved',
4409
- },
4410
- {
4411
- type: 'error',
4412
- inputs: [{ name: 'reason', internalType: 'bytes', type: 'bytes' }],
4413
- name: 'CallFailed',
4414
- },
4415
- { type: 'error', inputs: [], name: 'Call_TokenIdMismatch' },
4416
- { type: 'error', inputs: [], name: 'CallerNotZoraCreator1155' },
4417
- {
4418
- type: 'error',
4419
- inputs: [
4420
- { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4421
- { name: 'quantity', internalType: 'uint256', type: 'uint256' },
4422
- { name: 'totalMinted', internalType: 'uint256', type: 'uint256' },
4423
- { name: 'maxSupply', internalType: 'uint256', type: 'uint256' },
4424
- ],
4425
- name: 'CannotMintMoreTokens',
4426
- },
4427
- {
4428
- type: 'error',
4429
- inputs: [
4430
- { name: 'proposedAddress', internalType: 'address', type: 'address' },
4431
- ],
4432
- name: 'Config_TransferHookNotSupported',
4433
- },
4434
- {
4435
- type: 'error',
4436
- inputs: [
4437
- { name: 'sender', internalType: 'address', type: 'address' },
4438
- { name: 'balance', internalType: 'uint256', type: 'uint256' },
4439
- { name: 'needed', internalType: 'uint256', type: 'uint256' },
4440
- { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4441
- ],
4442
- name: 'ERC1155InsufficientBalance',
4443
- },
4444
- {
4445
- type: 'error',
4446
- inputs: [{ name: 'approver', internalType: 'address', type: 'address' }],
4447
- name: 'ERC1155InvalidApprover',
4448
- },
4449
- {
4450
- type: 'error',
4451
- inputs: [
4452
- { name: 'idsLength', internalType: 'uint256', type: 'uint256' },
4453
- { name: 'valuesLength', internalType: 'uint256', type: 'uint256' },
4454
- ],
4455
- name: 'ERC1155InvalidArrayLength',
4456
- },
4457
- {
4458
- type: 'error',
4459
- inputs: [{ name: 'operator', internalType: 'address', type: 'address' }],
4460
- name: 'ERC1155InvalidOperator',
4461
- },
4462
- {
4463
- type: 'error',
4464
- inputs: [{ name: 'receiver', internalType: 'address', type: 'address' }],
4465
- name: 'ERC1155InvalidReceiver',
4466
- },
4467
- {
4468
- type: 'error',
4469
- inputs: [{ name: 'sender', internalType: 'address', type: 'address' }],
4470
- name: 'ERC1155InvalidSender',
4471
- },
4472
- {
4473
- type: 'error',
4474
- inputs: [
4475
- { name: 'operator', internalType: 'address', type: 'address' },
4476
- { name: 'owner', internalType: 'address', type: 'address' },
4477
- ],
4478
- name: 'ERC1155MissingApprovalForAll',
4479
- },
4480
- { type: 'error', inputs: [], name: 'ERC1155_MINT_TO_ZERO_ADDRESS' },
4481
- {
4482
- type: 'error',
4483
- inputs: [
4484
- { name: 'recipient', internalType: 'address', type: 'address' },
4485
- { name: 'amount', internalType: 'uint256', type: 'uint256' },
4486
- ],
4487
- name: 'ETHWithdrawFailed',
4488
- },
4489
- {
4490
- type: 'error',
4491
- inputs: [
4492
- { name: 'amount', internalType: 'uint256', type: 'uint256' },
4493
- { name: 'contractValue', internalType: 'uint256', type: 'uint256' },
4494
- ],
4495
- name: 'FundsWithdrawInsolvent',
4496
- },
4497
- { type: 'error', inputs: [], name: 'IncorrectAmountSent' },
4498
- { type: 'error', inputs: [], name: 'InvalidInitialization' },
4499
- {
4500
- type: 'error',
4501
- inputs: [
4502
- { name: 'mintTo', internalType: 'address', type: 'address' },
4503
- { name: 'merkleProof', internalType: 'bytes32[]', type: 'bytes32[]' },
4504
- { name: 'merkleRoot', internalType: 'bytes32', type: 'bytes32' },
4505
- ],
4506
- name: 'InvalidMerkleProof',
4507
- },
4508
- { type: 'error', inputs: [], name: 'InvalidMintSchedule' },
4509
- { type: 'error', inputs: [], name: 'InvalidSignature' },
4510
- { type: 'error', inputs: [], name: 'InvalidSignatureVersion' },
4511
- {
4512
- type: 'error',
4513
- inputs: [{ name: 'magicValue', internalType: 'bytes4', type: 'bytes4' }],
4514
- name: 'InvalidSigner',
4515
- },
4516
- { type: 'error', inputs: [], name: 'InvalidTokenPrice' },
4517
- { type: 'error', inputs: [], name: 'MintNotYetStarted' },
4518
- { type: 'error', inputs: [], name: 'Mint_InsolventSaleTransfer' },
4519
- { type: 'error', inputs: [], name: 'Mint_InvalidMintArrayLength' },
4520
- { type: 'error', inputs: [], name: 'Mint_TokenIDMintNotAllowed' },
4521
- { type: 'error', inputs: [], name: 'Mint_UnknownCommand' },
4522
- { type: 'error', inputs: [], name: 'Mint_ValueTransferFail' },
4523
- { type: 'error', inputs: [], name: 'MinterContractAlreadyExists' },
4524
- { type: 'error', inputs: [], name: 'MinterContractDoesNotExist' },
4525
- { type: 'error', inputs: [], name: 'NewOwnerNeedsToBeAdmin' },
4526
- { type: 'error', inputs: [], name: 'NotInitializing' },
4527
- {
4528
- type: 'error',
4529
- inputs: [{ name: 'owner', internalType: 'address', type: 'address' }],
4530
- name: 'OwnableInvalidOwner',
4531
- },
4532
- {
4533
- type: 'error',
4534
- inputs: [{ name: 'account', internalType: 'address', type: 'address' }],
4535
- name: 'OwnableUnauthorizedAccount',
4536
- },
4537
- { type: 'error', inputs: [], name: 'PremintDeleted' },
4538
- {
4539
- type: 'error',
4540
- inputs: [
4541
- { name: 'caller', internalType: 'address', type: 'address' },
4542
- { name: 'recipient', internalType: 'address', type: 'address' },
4543
- { name: 'amount', internalType: 'uint256', type: 'uint256' },
4544
- ],
4545
- name: 'ProtocolRewardsWithdrawFailed',
4546
- },
4547
- { type: 'error', inputs: [], name: 'Renderer_NotValidRendererContract' },
4548
- { type: 'error', inputs: [], name: 'SaleEnded' },
4549
- { type: 'error', inputs: [], name: 'SaleHasNotStarted' },
4550
- {
4551
- type: 'error',
4552
- inputs: [
4553
- { name: 'targetContract', internalType: 'address', type: 'address' },
4554
- ],
4555
- name: 'Sale_CannotCallNonSalesContract',
4556
- },
4557
- { type: 'error', inputs: [], name: 'TokenAlreadyCreated' },
4558
- { type: 'error', inputs: [], name: 'TokenDoesNotExist' },
4559
- {
4560
- type: 'error',
4561
- inputs: [
4562
- { name: 'expected', internalType: 'uint256', type: 'uint256' },
4563
- { name: 'actual', internalType: 'uint256', type: 'uint256' },
4564
- ],
4565
- name: 'TokenIdMismatch',
4566
- },
4567
- { type: 'error', inputs: [], name: 'TransferFailed' },
4568
- {
4569
- type: 'error',
4570
- inputs: [
4571
- { name: 'user', internalType: 'address', type: 'address' },
4572
- { name: 'limit', internalType: 'uint256', type: 'uint256' },
4573
- { name: 'requestedAmount', internalType: 'uint256', type: 'uint256' },
4574
- ],
4575
- name: 'UserExceedsMintLimit',
4576
- },
4577
- {
4578
- type: 'error',
4579
- inputs: [
4580
- { name: 'user', internalType: 'address', type: 'address' },
4581
- { name: 'tokenId', internalType: 'uint256', type: 'uint256' },
4582
- { name: 'role', internalType: 'uint256', type: 'uint256' },
4583
- ],
4584
- name: 'UserMissingRoleForToken',
4585
- },
4586
- { type: 'error', inputs: [], name: 'WrongValueSent' },
4587
- {
4588
- type: 'error',
4589
- inputs: [],
4590
- name: 'premintSignerContractFailedToRecoverSigner',
4591
- },
4592
- { type: 'error', inputs: [], name: 'premintSignerContractNotAContract' },
4593
- ] as const
4594
-
4595
- /**
4596
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773dE7607C8d2eF571ba03ab22a7df64CEA)
4597
- */
4598
- export const zoraMintsAddress = {
4599
- 999999999: '0x77777773dE7607C8d2eF571ba03ab22a7df64CEA',
4600
- } as const
4601
-
4602
- /**
4603
- * [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773dE7607C8d2eF571ba03ab22a7df64CEA)
4604
- */
4605
- export const zoraMintsConfig = {
4606
- address: zoraMintsAddress,
4607
- abi: zoraMintsABI,
4608
- } as const