@zoralabs/protocol-deployments 0.1.5-NUMBERKEYS.0 → 0.1.5

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/index.cjs CHANGED
@@ -21,6 +21,11 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var src_exports = {};
22
22
  __export(src_exports, {
23
23
  contracts1155: () => __exports,
24
+ iUnwrapAndForwardActionABI: () => iUnwrapAndForwardActionABI,
25
+ mints: () => mints_exports,
26
+ mintsEthUnwrapperAndCallerABI: () => mintsEthUnwrapperAndCallerABI,
27
+ mintsEthUnwrapperAndCallerAddress: () => mintsEthUnwrapperAndCallerAddress,
28
+ mintsEthUnwrapperAndCallerConfig: () => mintsEthUnwrapperAndCallerConfig,
24
29
  zoraCreator1155FactoryImplABI: () => zoraCreator1155FactoryImplABI,
25
30
  zoraCreator1155FactoryImplAddress: () => zoraCreator1155FactoryImplAddress,
26
31
  zoraCreator1155FactoryImplConfig: () => zoraCreator1155FactoryImplConfig,
@@ -36,11 +41,126 @@ __export(src_exports, {
36
41
  zoraCreatorMerkleMinterStrategyConfig: () => zoraCreatorMerkleMinterStrategyConfig,
37
42
  zoraCreatorRedeemMinterFactoryABI: () => zoraCreatorRedeemMinterFactoryABI,
38
43
  zoraCreatorRedeemMinterFactoryAddress: () => zoraCreatorRedeemMinterFactoryAddress,
39
- zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig
44
+ zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig,
45
+ zoraMints1155ABI: () => zoraMints1155ABI,
46
+ zoraMints1155Address: () => zoraMints1155Address,
47
+ zoraMints1155Config: () => zoraMints1155Config,
48
+ zoraMintsManagerImplABI: () => zoraMintsManagerImplABI,
49
+ zoraMintsManagerImplAddress: () => zoraMintsManagerImplAddress,
50
+ zoraMintsManagerImplConfig: () => zoraMintsManagerImplConfig
40
51
  });
41
52
  module.exports = __toCommonJS(src_exports);
42
53
 
43
54
  // src/generated/wagmi.ts
55
+ var iUnwrapAndForwardActionABI = [
56
+ {
57
+ stateMutability: "payable",
58
+ type: "function",
59
+ inputs: [
60
+ { name: "receiverAddress", internalType: "address", type: "address" },
61
+ { name: "call", internalType: "bytes", type: "bytes" },
62
+ { name: "valueToSend", internalType: "uint256", type: "uint256" }
63
+ ],
64
+ name: "callWithEth",
65
+ outputs: []
66
+ }
67
+ ];
68
+ var mintsEthUnwrapperAndCallerABI = [
69
+ {
70
+ stateMutability: "nonpayable",
71
+ type: "constructor",
72
+ inputs: [
73
+ {
74
+ name: "_zoraMints1155",
75
+ internalType: "contract IZoraMints1155",
76
+ type: "address"
77
+ }
78
+ ]
79
+ },
80
+ { stateMutability: "payable", type: "receive" },
81
+ {
82
+ stateMutability: "nonpayable",
83
+ type: "function",
84
+ inputs: [
85
+ { name: "", internalType: "address", type: "address" },
86
+ { name: "from", internalType: "address", type: "address" },
87
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
88
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
89
+ { name: "data", internalType: "bytes", type: "bytes" }
90
+ ],
91
+ name: "onERC1155BatchReceived",
92
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
93
+ },
94
+ {
95
+ stateMutability: "nonpayable",
96
+ type: "function",
97
+ inputs: [
98
+ { name: "", internalType: "address", type: "address" },
99
+ { name: "from", internalType: "address", type: "address" },
100
+ { name: "id", internalType: "uint256", type: "uint256" },
101
+ { name: "value", internalType: "uint256", type: "uint256" },
102
+ { name: "data", internalType: "bytes", type: "bytes" }
103
+ ],
104
+ name: "onERC1155Received",
105
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
106
+ },
107
+ {
108
+ stateMutability: "payable",
109
+ type: "function",
110
+ inputs: [
111
+ {
112
+ name: "permit",
113
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
114
+ type: "tuple",
115
+ components: [
116
+ { name: "owner", internalType: "address", type: "address" },
117
+ { name: "to", internalType: "address", type: "address" },
118
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
119
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
120
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
121
+ { name: "deadline", internalType: "uint256", type: "uint256" },
122
+ { name: "nonce", internalType: "uint256", type: "uint256" }
123
+ ]
124
+ },
125
+ { name: "signature", internalType: "bytes", type: "bytes" }
126
+ ],
127
+ name: "permitWithAdditionalValue",
128
+ outputs: []
129
+ },
130
+ {
131
+ type: "error",
132
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
133
+ name: "AddressInsufficientBalance"
134
+ },
135
+ {
136
+ type: "error",
137
+ inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
138
+ name: "CallFailed"
139
+ },
140
+ {
141
+ type: "error",
142
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
143
+ name: "ERC20NotSupported"
144
+ },
145
+ { type: "error", inputs: [], name: "FailedInnerCall" },
146
+ { type: "error", inputs: [], name: "NotExpectingReceive" },
147
+ { type: "error", inputs: [], name: "NotZoraMints1155" },
148
+ { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
149
+ {
150
+ type: "error",
151
+ inputs: [{ name: "data", internalType: "bytes", type: "bytes" }],
152
+ name: "TransferFailed"
153
+ },
154
+ { type: "error", inputs: [], name: "UnknownUserAction" }
155
+ ];
156
+ var mintsEthUnwrapperAndCallerAddress = {
157
+ 7777777: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
158
+ 999999999: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC"
159
+ };
160
+ var mintsEthUnwrapperAndCallerConfig = {
161
+ address: mintsEthUnwrapperAndCallerAddress,
162
+ abi: mintsEthUnwrapperAndCallerABI
163
+ };
44
164
  var zoraCreator1155FactoryImplABI = [
45
165
  {
46
166
  stateMutability: "nonpayable",
@@ -521,6 +641,7 @@ var zoraCreator1155FactoryImplAddress = {
521
641
  8453: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
522
642
  42161: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
523
643
  81457: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
644
+ 84532: "0x8cfbF874A12b346115003532119C29f6B56719CB",
524
645
  421614: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
525
646
  7777777: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
526
647
  11155111: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
@@ -538,7 +659,8 @@ var zoraCreator1155ImplABI = [
538
659
  inputs: [
539
660
  { name: "_mintFeeRecipient", internalType: "address", type: "address" },
540
661
  { name: "_upgradeGate", internalType: "address", type: "address" },
541
- { name: "_protocolRewards", internalType: "address", type: "address" }
662
+ { name: "_protocolRewards", internalType: "address", type: "address" },
663
+ { name: "_mints", internalType: "address", type: "address" }
542
664
  ]
543
665
  },
544
666
  { stateMutability: "payable", type: "receive" },
@@ -607,18 +729,6 @@ var zoraCreator1155ImplABI = [
607
729
  name: "adminMint",
608
730
  outputs: []
609
731
  },
610
- {
611
- stateMutability: "nonpayable",
612
- type: "function",
613
- inputs: [
614
- { name: "recipient", internalType: "address", type: "address" },
615
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
616
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
617
- { name: "data", internalType: "bytes", type: "bytes" }
618
- ],
619
- name: "adminMintBatch",
620
- outputs: []
621
- },
622
732
  {
623
733
  stateMutability: "view",
624
734
  type: "function",
@@ -687,71 +797,10 @@ var zoraCreator1155ImplABI = [
687
797
  {
688
798
  stateMutability: "pure",
689
799
  type: "function",
690
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
691
- name: "computeFreeMintRewards",
692
- outputs: [
693
- {
694
- name: "",
695
- internalType: "struct RewardsSettings",
696
- type: "tuple",
697
- components: [
698
- { name: "creatorReward", internalType: "uint256", type: "uint256" },
699
- {
700
- name: "createReferralReward",
701
- internalType: "uint256",
702
- type: "uint256"
703
- },
704
- {
705
- name: "mintReferralReward",
706
- internalType: "uint256",
707
- type: "uint256"
708
- },
709
- {
710
- name: "firstMinterReward",
711
- internalType: "uint256",
712
- type: "uint256"
713
- },
714
- { name: "zoraReward", internalType: "uint256", type: "uint256" }
715
- ]
716
- }
717
- ]
718
- },
719
- {
720
- stateMutability: "pure",
721
- type: "function",
722
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
723
- name: "computePaidMintRewards",
724
- outputs: [
725
- {
726
- name: "",
727
- internalType: "struct RewardsSettings",
728
- type: "tuple",
729
- components: [
730
- { name: "creatorReward", internalType: "uint256", type: "uint256" },
731
- {
732
- name: "createReferralReward",
733
- internalType: "uint256",
734
- type: "uint256"
735
- },
736
- {
737
- name: "mintReferralReward",
738
- internalType: "uint256",
739
- type: "uint256"
740
- },
741
- {
742
- name: "firstMinterReward",
743
- internalType: "uint256",
744
- type: "uint256"
745
- },
746
- { name: "zoraReward", internalType: "uint256", type: "uint256" }
747
- ]
748
- }
749
- ]
750
- },
751
- {
752
- stateMutability: "pure",
753
- type: "function",
754
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
800
+ inputs: [
801
+ { name: "mintPrice", internalType: "uint256", type: "uint256" },
802
+ { name: "quantity", internalType: "uint256", type: "uint256" }
803
+ ],
755
804
  name: "computeTotalReward",
756
805
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
757
806
  },
@@ -814,7 +863,7 @@ var zoraCreator1155ImplABI = [
814
863
  { name: "premintConfig", internalType: "bytes", type: "bytes" },
815
864
  { name: "premintVersion", internalType: "bytes32", type: "bytes32" },
816
865
  { name: "signature", internalType: "bytes", type: "bytes" },
817
- { name: "sender", internalType: "address", type: "address" },
866
+ { name: "firstMinter", internalType: "address", type: "address" },
818
867
  {
819
868
  name: "premintSignerContract",
820
869
  internalType: "address",
@@ -989,12 +1038,32 @@ var zoraCreator1155ImplABI = [
989
1038
  outputs: []
990
1039
  },
991
1040
  {
992
- stateMutability: "pure",
1041
+ stateMutability: "view",
993
1042
  type: "function",
994
1043
  inputs: [],
995
1044
  name: "mintFee",
996
1045
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
997
1046
  },
1047
+ {
1048
+ stateMutability: "payable",
1049
+ type: "function",
1050
+ inputs: [
1051
+ { name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
1052
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
1053
+ { name: "minter", internalType: "contract IMinter1155", type: "address" },
1054
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
1055
+ {
1056
+ name: "rewardsRecipients",
1057
+ internalType: "address[]",
1058
+ type: "address[]"
1059
+ },
1060
+ { name: "minterArguments", internalType: "bytes", type: "bytes" }
1061
+ ],
1062
+ name: "mintWithMints",
1063
+ outputs: [
1064
+ { name: "quantityMinted", internalType: "uint256", type: "uint256" }
1065
+ ]
1066
+ },
998
1067
  {
999
1068
  stateMutability: "payable",
1000
1069
  type: "function",
@@ -1029,6 +1098,32 @@ var zoraCreator1155ImplABI = [
1029
1098
  name: "nextTokenId",
1030
1099
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1031
1100
  },
1101
+ {
1102
+ stateMutability: "view",
1103
+ type: "function",
1104
+ inputs: [
1105
+ { name: "", internalType: "address", type: "address" },
1106
+ { name: "", internalType: "address", type: "address" },
1107
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
1108
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
1109
+ { name: "", internalType: "bytes", type: "bytes" }
1110
+ ],
1111
+ name: "onERC1155BatchReceived",
1112
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
1113
+ },
1114
+ {
1115
+ stateMutability: "view",
1116
+ type: "function",
1117
+ inputs: [
1118
+ { name: "", internalType: "address", type: "address" },
1119
+ { name: "", internalType: "address", type: "address" },
1120
+ { name: "", internalType: "uint256", type: "uint256" },
1121
+ { name: "", internalType: "uint256", type: "uint256" },
1122
+ { name: "", internalType: "bytes", type: "bytes" }
1123
+ ],
1124
+ name: "onERC1155Received",
1125
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
1126
+ },
1032
1127
  {
1033
1128
  stateMutability: "view",
1034
1129
  type: "function",
@@ -1877,7 +1972,9 @@ var zoraCreator1155ImplABI = [
1877
1972
  inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
1878
1973
  name: "NoRendererForToken"
1879
1974
  },
1975
+ { type: "error", inputs: [], name: "NonEthRedemption" },
1880
1976
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
1977
+ { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
1881
1978
  { type: "error", inputs: [], name: "PremintDeleted" },
1882
1979
  {
1883
1980
  type: "error",
@@ -2890,10 +2987,12 @@ var zoraCreator1155PremintExecutorImplABI = [
2890
2987
  { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
2891
2988
  { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
2892
2989
  { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
2990
+ { type: "error", inputs: [], name: "NonEthRedemption" },
2893
2991
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
2894
2992
  { type: "error", inputs: [], name: "ONLY_OWNER" },
2895
2993
  { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
2896
2994
  { type: "error", inputs: [], name: "OWNER_CANNOT_BE_ZERO_ADDRESS" },
2995
+ { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
2897
2996
  { type: "error", inputs: [], name: "PremintDeleted" },
2898
2997
  {
2899
2998
  type: "error",
@@ -3217,6 +3316,7 @@ var zoraCreatorFixedPriceSaleStrategyAddress = {
3217
3316
  8453: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3218
3317
  42161: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3219
3318
  81457: "0x3EB144aee170BF62FdA1536e38aF51f08e34A5D0",
3319
+ 84532: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
3220
3320
  421614: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
3221
3321
  7777777: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3222
3322
  11155111: "0x1Cd1C1f3b8B779B50Db23155F2Cb244FCcA06B21",
@@ -3430,6 +3530,7 @@ var zoraCreatorMerkleMinterStrategyAddress = {
3430
3530
  8453: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3431
3531
  42161: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3432
3532
  81457: "0xB9C997FcC46a27331CC986cc2416ee99C1d506c3",
3533
+ 84532: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
3433
3534
  421614: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
3434
3535
  7777777: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3435
3536
  11155111: "0xe770E6f19aecF8ef3145A50087999b5556aB3610",
@@ -3595,6 +3696,7 @@ var zoraCreatorRedeemMinterFactoryAddress = {
3595
3696
  8453: "0x78964965cF77850224513a367f899435C5B69174",
3596
3697
  42161: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3597
3698
  81457: "0x7A0dE1B1f5420Df5D946878fBe2cF109011BE614",
3699
+ 84532: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
3598
3700
  421614: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
3599
3701
  7777777: "0x78964965cF77850224513a367f899435C5B69174",
3600
3702
  11155111: "0x69bB4A24EBD8b1B87AF4538E0Ca3075b7E398c3D",
@@ -3605,62 +3707,1659 @@ var zoraCreatorRedeemMinterFactoryConfig = {
3605
3707
  address: zoraCreatorRedeemMinterFactoryAddress,
3606
3708
  abi: zoraCreatorRedeemMinterFactoryABI
3607
3709
  };
3608
-
3609
- // src/generated/1155.ts
3610
- var __exports = {};
3611
- __export(__exports, {
3612
- addresses: () => addresses,
3613
- chainConfigs: () => chainConfigs
3614
- });
3615
- var chainConfigs = {
3616
- 1: {
3617
- FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
3618
- MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3619
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3710
+ var zoraMints1155ABI = [
3711
+ { stateMutability: "nonpayable", type: "constructor", inputs: [] },
3712
+ {
3713
+ stateMutability: "view",
3714
+ type: "function",
3715
+ inputs: [],
3716
+ name: "ETH_ADDRESS",
3717
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3620
3718
  },
3621
- 10: {
3622
- FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3623
- MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3624
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3719
+ {
3720
+ stateMutability: "view",
3721
+ type: "function",
3722
+ inputs: [],
3723
+ name: "MINIMUM_ERC20_PRICE",
3724
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3625
3725
  },
3626
- 999: {
3627
- FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3628
- MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3629
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3726
+ {
3727
+ stateMutability: "view",
3728
+ type: "function",
3729
+ inputs: [],
3730
+ name: "MINIMUM_ETH_PRICE",
3731
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3630
3732
  },
3631
- 8453: {
3632
- FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
3633
- MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
3634
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3733
+ {
3734
+ stateMutability: "view",
3735
+ type: "function",
3736
+ inputs: [],
3737
+ name: "NAME",
3738
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3635
3739
  },
3636
- 42161: {
3637
- FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
3638
- MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3639
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3740
+ {
3741
+ stateMutability: "view",
3742
+ type: "function",
3743
+ inputs: [],
3744
+ name: "VERSION",
3745
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3640
3746
  },
3641
- 81457: {
3642
- FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
3643
- MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
3644
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3747
+ {
3748
+ stateMutability: "view",
3749
+ type: "function",
3750
+ inputs: [],
3751
+ name: "authority",
3752
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3645
3753
  },
3646
- 421614: {
3647
- FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3648
- MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3649
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3754
+ {
3755
+ stateMutability: "view",
3756
+ type: "function",
3757
+ inputs: [
3758
+ { name: "account", internalType: "address", type: "address" },
3759
+ { name: "id", internalType: "uint256", type: "uint256" }
3760
+ ],
3761
+ name: "balanceOf",
3762
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3650
3763
  },
3651
- 7777777: {
3652
- FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
3653
- MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
3654
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3764
+ {
3765
+ stateMutability: "view",
3766
+ type: "function",
3767
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
3768
+ name: "balanceOfAccount",
3769
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3655
3770
  },
3656
- 11155111: {
3657
- FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3658
- MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3659
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3771
+ {
3772
+ stateMutability: "view",
3773
+ type: "function",
3774
+ inputs: [
3775
+ { name: "accounts", internalType: "address[]", type: "address[]" },
3776
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" }
3777
+ ],
3778
+ name: "balanceOfBatch",
3779
+ outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
3660
3780
  },
3661
- 168587773: {
3662
- FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3663
- MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3781
+ {
3782
+ stateMutability: "view",
3783
+ type: "function",
3784
+ inputs: [],
3785
+ name: "contractURI",
3786
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3787
+ },
3788
+ {
3789
+ stateMutability: "nonpayable",
3790
+ type: "function",
3791
+ inputs: [
3792
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3793
+ {
3794
+ name: "tokenConfig",
3795
+ internalType: "struct TokenConfig",
3796
+ type: "tuple",
3797
+ components: [
3798
+ { name: "price", internalType: "uint256", type: "uint256" },
3799
+ { name: "tokenAddress", internalType: "address", type: "address" },
3800
+ { name: "redeemHandler", internalType: "address", type: "address" }
3801
+ ]
3802
+ }
3803
+ ],
3804
+ name: "createToken",
3805
+ outputs: []
3806
+ },
3807
+ {
3808
+ stateMutability: "view",
3809
+ type: "function",
3810
+ inputs: [],
3811
+ name: "eip712Domain",
3812
+ outputs: [
3813
+ { name: "fields", internalType: "bytes1", type: "bytes1" },
3814
+ { name: "name", internalType: "string", type: "string" },
3815
+ { name: "version", internalType: "string", type: "string" },
3816
+ { name: "chainId", internalType: "uint256", type: "uint256" },
3817
+ { name: "verifyingContract", internalType: "address", type: "address" },
3818
+ { name: "salt", internalType: "bytes32", type: "bytes32" },
3819
+ { name: "extensions", internalType: "uint256[]", type: "uint256[]" }
3820
+ ]
3821
+ },
3822
+ {
3823
+ stateMutability: "view",
3824
+ type: "function",
3825
+ inputs: [],
3826
+ name: "getManager",
3827
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3828
+ },
3829
+ {
3830
+ stateMutability: "view",
3831
+ type: "function",
3832
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3833
+ name: "getTokenConfig",
3834
+ outputs: [
3835
+ {
3836
+ name: "",
3837
+ internalType: "struct TokenConfig",
3838
+ type: "tuple",
3839
+ components: [
3840
+ { name: "price", internalType: "uint256", type: "uint256" },
3841
+ { name: "tokenAddress", internalType: "address", type: "address" },
3842
+ { name: "redeemHandler", internalType: "address", type: "address" }
3843
+ ]
3844
+ }
3845
+ ]
3846
+ },
3847
+ {
3848
+ stateMutability: "view",
3849
+ type: "function",
3850
+ inputs: [
3851
+ {
3852
+ name: "permit",
3853
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
3854
+ type: "tuple",
3855
+ components: [
3856
+ { name: "owner", internalType: "address", type: "address" },
3857
+ { name: "to", internalType: "address", type: "address" },
3858
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3859
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3860
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3861
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3862
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3863
+ ]
3864
+ }
3865
+ ],
3866
+ name: "hashPermitBatch",
3867
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
3868
+ },
3869
+ {
3870
+ stateMutability: "view",
3871
+ type: "function",
3872
+ inputs: [
3873
+ {
3874
+ name: "permit",
3875
+ internalType: "struct IZoraMints1155Managed.PermitSingle",
3876
+ type: "tuple",
3877
+ components: [
3878
+ { name: "owner", internalType: "address", type: "address" },
3879
+ { name: "to", internalType: "address", type: "address" },
3880
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3881
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3882
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3883
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3884
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3885
+ ]
3886
+ }
3887
+ ],
3888
+ name: "hashPermitSingle",
3889
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
3890
+ },
3891
+ {
3892
+ stateMutability: "view",
3893
+ type: "function",
3894
+ inputs: [
3895
+ { name: "account", internalType: "address", type: "address" },
3896
+ { name: "operator", internalType: "address", type: "address" }
3897
+ ],
3898
+ name: "isApprovedForAll",
3899
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3900
+ },
3901
+ {
3902
+ stateMutability: "view",
3903
+ type: "function",
3904
+ inputs: [],
3905
+ name: "isConsumingScheduledOp",
3906
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
3907
+ },
3908
+ {
3909
+ stateMutability: "view",
3910
+ type: "function",
3911
+ inputs: [
3912
+ {
3913
+ name: "permit",
3914
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
3915
+ type: "tuple",
3916
+ components: [
3917
+ { name: "owner", internalType: "address", type: "address" },
3918
+ { name: "to", internalType: "address", type: "address" },
3919
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3920
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3921
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3922
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3923
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3924
+ ]
3925
+ },
3926
+ { name: "signature", internalType: "bytes", type: "bytes" }
3927
+ ],
3928
+ name: "isValidSignatureTransferBatch",
3929
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3930
+ },
3931
+ {
3932
+ stateMutability: "view",
3933
+ type: "function",
3934
+ inputs: [
3935
+ {
3936
+ name: "permit",
3937
+ internalType: "struct IZoraMints1155Managed.PermitSingle",
3938
+ type: "tuple",
3939
+ components: [
3940
+ { name: "owner", internalType: "address", type: "address" },
3941
+ { name: "to", internalType: "address", type: "address" },
3942
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3943
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3944
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3945
+ { name: "deadline", internalType: "uint256", type: "uint256" },
3946
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3947
+ ]
3948
+ },
3949
+ { name: "signature", internalType: "bytes", type: "bytes" }
3950
+ ],
3951
+ name: "isValidSignatureTransferSingle",
3952
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3953
+ },
3954
+ {
3955
+ stateMutability: "nonpayable",
3956
+ type: "function",
3957
+ inputs: [
3958
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3959
+ { name: "tokenAddress", internalType: "address", type: "address" },
3960
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3961
+ { name: "recipient", internalType: "address", type: "address" },
3962
+ { name: "data", internalType: "bytes", type: "bytes" }
3963
+ ],
3964
+ name: "mintTokenWithERC20",
3965
+ outputs: []
3966
+ },
3967
+ {
3968
+ stateMutability: "payable",
3969
+ type: "function",
3970
+ inputs: [
3971
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3972
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3973
+ { name: "recipient", internalType: "address", type: "address" },
3974
+ { name: "data", internalType: "bytes", type: "bytes" }
3975
+ ],
3976
+ name: "mintTokenWithEth",
3977
+ outputs: []
3978
+ },
3979
+ {
3980
+ stateMutability: "pure",
3981
+ type: "function",
3982
+ inputs: [],
3983
+ name: "name",
3984
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3985
+ },
3986
+ {
3987
+ stateMutability: "view",
3988
+ type: "function",
3989
+ inputs: [
3990
+ { name: "owner", internalType: "address", type: "address" },
3991
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3992
+ ],
3993
+ name: "nonceUsed",
3994
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3995
+ },
3996
+ {
3997
+ stateMutability: "nonpayable",
3998
+ type: "function",
3999
+ inputs: [
4000
+ { name: "newContractURI", internalType: "string", type: "string" },
4001
+ { name: "newBaseURI", internalType: "string", type: "string" }
4002
+ ],
4003
+ name: "notifyURIsUpdated",
4004
+ outputs: []
4005
+ },
4006
+ {
4007
+ stateMutability: "nonpayable",
4008
+ type: "function",
4009
+ inputs: [
4010
+ { name: "newUri", internalType: "string", type: "string" },
4011
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4012
+ ],
4013
+ name: "notifyUpdatedTokenURI",
4014
+ outputs: []
4015
+ },
4016
+ {
4017
+ stateMutability: "nonpayable",
4018
+ type: "function",
4019
+ inputs: [
4020
+ {
4021
+ name: "permit",
4022
+ internalType: "struct IZoraMints1155Managed.PermitSingle",
4023
+ type: "tuple",
4024
+ components: [
4025
+ { name: "owner", internalType: "address", type: "address" },
4026
+ { name: "to", internalType: "address", type: "address" },
4027
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4028
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4029
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
4030
+ { name: "deadline", internalType: "uint256", type: "uint256" },
4031
+ { name: "nonce", internalType: "uint256", type: "uint256" }
4032
+ ]
4033
+ },
4034
+ { name: "signature", internalType: "bytes", type: "bytes" }
4035
+ ],
4036
+ name: "permitSafeTransfer",
4037
+ outputs: []
4038
+ },
4039
+ {
4040
+ stateMutability: "nonpayable",
4041
+ type: "function",
4042
+ inputs: [
4043
+ {
4044
+ name: "permit",
4045
+ internalType: "struct IZoraMints1155Managed.PermitBatch",
4046
+ type: "tuple",
4047
+ components: [
4048
+ { name: "owner", internalType: "address", type: "address" },
4049
+ { name: "to", internalType: "address", type: "address" },
4050
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4051
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4052
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
4053
+ { name: "deadline", internalType: "uint256", type: "uint256" },
4054
+ { name: "nonce", internalType: "uint256", type: "uint256" }
4055
+ ]
4056
+ },
4057
+ { name: "signature", internalType: "bytes", type: "bytes" }
4058
+ ],
4059
+ name: "permitSafeTransferBatch",
4060
+ outputs: []
4061
+ },
4062
+ {
4063
+ stateMutability: "nonpayable",
4064
+ type: "function",
4065
+ inputs: [
4066
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4067
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4068
+ { name: "recipient", internalType: "address", type: "address" }
4069
+ ],
4070
+ name: "redeem",
4071
+ outputs: [
4072
+ {
4073
+ name: "",
4074
+ internalType: "struct Redemption",
4075
+ type: "tuple",
4076
+ components: [
4077
+ { name: "tokenAddress", internalType: "address", type: "address" },
4078
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
4079
+ ]
4080
+ }
4081
+ ]
4082
+ },
4083
+ {
4084
+ stateMutability: "nonpayable",
4085
+ type: "function",
4086
+ inputs: [
4087
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4088
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4089
+ { name: "recipient", internalType: "address", type: "address" }
4090
+ ],
4091
+ name: "redeemBatch",
4092
+ outputs: [
4093
+ {
4094
+ name: "redemptions",
4095
+ internalType: "struct Redemption[]",
4096
+ type: "tuple[]",
4097
+ components: [
4098
+ { name: "tokenAddress", internalType: "address", type: "address" },
4099
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
4100
+ ]
4101
+ }
4102
+ ]
4103
+ },
4104
+ {
4105
+ stateMutability: "nonpayable",
4106
+ type: "function",
4107
+ inputs: [
4108
+ { name: "from", internalType: "address", type: "address" },
4109
+ { name: "to", internalType: "address", type: "address" },
4110
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
4111
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
4112
+ { name: "data", internalType: "bytes", type: "bytes" }
4113
+ ],
4114
+ name: "safeBatchTransferFrom",
4115
+ outputs: []
4116
+ },
4117
+ {
4118
+ stateMutability: "nonpayable",
4119
+ type: "function",
4120
+ inputs: [
4121
+ { name: "from", internalType: "address", type: "address" },
4122
+ { name: "to", internalType: "address", type: "address" },
4123
+ { name: "id", internalType: "uint256", type: "uint256" },
4124
+ { name: "value", internalType: "uint256", type: "uint256" },
4125
+ { name: "data", internalType: "bytes", type: "bytes" }
4126
+ ],
4127
+ name: "safeTransferFrom",
4128
+ outputs: []
4129
+ },
4130
+ {
4131
+ stateMutability: "nonpayable",
4132
+ type: "function",
4133
+ inputs: [
4134
+ { name: "operator", internalType: "address", type: "address" },
4135
+ { name: "approved", internalType: "bool", type: "bool" }
4136
+ ],
4137
+ name: "setApprovalForAll",
4138
+ outputs: []
4139
+ },
4140
+ {
4141
+ stateMutability: "nonpayable",
4142
+ type: "function",
4143
+ inputs: [
4144
+ { name: "newAuthority", internalType: "address", type: "address" }
4145
+ ],
4146
+ name: "setAuthority",
4147
+ outputs: []
4148
+ },
4149
+ {
4150
+ stateMutability: "view",
4151
+ type: "function",
4152
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
4153
+ name: "supportsInterface",
4154
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
4155
+ },
4156
+ {
4157
+ stateMutability: "pure",
4158
+ type: "function",
4159
+ inputs: [],
4160
+ name: "symbol",
4161
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4162
+ },
4163
+ {
4164
+ stateMutability: "view",
4165
+ type: "function",
4166
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
4167
+ name: "tokenExists",
4168
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
4169
+ },
4170
+ {
4171
+ stateMutability: "view",
4172
+ type: "function",
4173
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
4174
+ name: "tokenPrice",
4175
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4176
+ },
4177
+ {
4178
+ stateMutability: "payable",
4179
+ type: "function",
4180
+ inputs: [
4181
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4182
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4183
+ { name: "call", internalType: "bytes", type: "bytes" }
4184
+ ],
4185
+ name: "transferBatchToManagerAndCall",
4186
+ outputs: [{ name: "callReturn", internalType: "bytes", type: "bytes" }]
4187
+ },
4188
+ {
4189
+ stateMutability: "view",
4190
+ type: "function",
4191
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
4192
+ name: "uri",
4193
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4194
+ },
4195
+ {
4196
+ type: "event",
4197
+ anonymous: false,
4198
+ inputs: [
4199
+ {
4200
+ name: "account",
4201
+ internalType: "address",
4202
+ type: "address",
4203
+ indexed: true
4204
+ },
4205
+ {
4206
+ name: "operator",
4207
+ internalType: "address",
4208
+ type: "address",
4209
+ indexed: true
4210
+ },
4211
+ { name: "approved", internalType: "bool", type: "bool", indexed: false }
4212
+ ],
4213
+ name: "ApprovalForAll"
4214
+ },
4215
+ {
4216
+ type: "event",
4217
+ anonymous: false,
4218
+ inputs: [
4219
+ {
4220
+ name: "authority",
4221
+ internalType: "address",
4222
+ type: "address",
4223
+ indexed: false
4224
+ }
4225
+ ],
4226
+ name: "AuthorityUpdated"
4227
+ },
4228
+ { type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
4229
+ { type: "event", anonymous: false, inputs: [], name: "EIP712DomainChanged" },
4230
+ {
4231
+ type: "event",
4232
+ anonymous: false,
4233
+ inputs: [
4234
+ {
4235
+ name: "tokenId",
4236
+ internalType: "uint256",
4237
+ type: "uint256",
4238
+ indexed: true
4239
+ },
4240
+ {
4241
+ name: "price",
4242
+ internalType: "uint256",
4243
+ type: "uint256",
4244
+ indexed: true
4245
+ },
4246
+ {
4247
+ name: "tokenAddress",
4248
+ internalType: "address",
4249
+ type: "address",
4250
+ indexed: true
4251
+ }
4252
+ ],
4253
+ name: "TokenCreated"
4254
+ },
4255
+ {
4256
+ type: "event",
4257
+ anonymous: false,
4258
+ inputs: [
4259
+ {
4260
+ name: "operator",
4261
+ internalType: "address",
4262
+ type: "address",
4263
+ indexed: true
4264
+ },
4265
+ { name: "from", internalType: "address", type: "address", indexed: true },
4266
+ { name: "to", internalType: "address", type: "address", indexed: true },
4267
+ {
4268
+ name: "ids",
4269
+ internalType: "uint256[]",
4270
+ type: "uint256[]",
4271
+ indexed: false
4272
+ },
4273
+ {
4274
+ name: "values",
4275
+ internalType: "uint256[]",
4276
+ type: "uint256[]",
4277
+ indexed: false
4278
+ }
4279
+ ],
4280
+ name: "TransferBatch"
4281
+ },
4282
+ {
4283
+ type: "event",
4284
+ anonymous: false,
4285
+ inputs: [
4286
+ {
4287
+ name: "operator",
4288
+ internalType: "address",
4289
+ type: "address",
4290
+ indexed: true
4291
+ },
4292
+ { name: "from", internalType: "address", type: "address", indexed: true },
4293
+ { name: "to", internalType: "address", type: "address", indexed: true },
4294
+ { name: "id", internalType: "uint256", type: "uint256", indexed: false },
4295
+ {
4296
+ name: "value",
4297
+ internalType: "uint256",
4298
+ type: "uint256",
4299
+ indexed: false
4300
+ }
4301
+ ],
4302
+ name: "TransferSingle"
4303
+ },
4304
+ {
4305
+ type: "event",
4306
+ anonymous: false,
4307
+ inputs: [
4308
+ { name: "value", internalType: "string", type: "string", indexed: false },
4309
+ { name: "id", internalType: "uint256", type: "uint256", indexed: true }
4310
+ ],
4311
+ name: "URI"
4312
+ },
4313
+ {
4314
+ type: "event",
4315
+ anonymous: false,
4316
+ inputs: [
4317
+ {
4318
+ name: "contractURI",
4319
+ internalType: "string",
4320
+ type: "string",
4321
+ indexed: false
4322
+ },
4323
+ {
4324
+ name: "baseURI",
4325
+ internalType: "string",
4326
+ type: "string",
4327
+ indexed: false
4328
+ }
4329
+ ],
4330
+ name: "URIsUpdated"
4331
+ },
4332
+ {
4333
+ type: "error",
4334
+ inputs: [{ name: "authority", internalType: "address", type: "address" }],
4335
+ name: "AccessManagedInvalidAuthority"
4336
+ },
4337
+ {
4338
+ type: "error",
4339
+ inputs: [
4340
+ { name: "caller", internalType: "address", type: "address" },
4341
+ { name: "delay", internalType: "uint32", type: "uint32" }
4342
+ ],
4343
+ name: "AccessManagedRequiredDelay"
4344
+ },
4345
+ {
4346
+ type: "error",
4347
+ inputs: [{ name: "caller", internalType: "address", type: "address" }],
4348
+ name: "AccessManagedUnauthorized"
4349
+ },
4350
+ {
4351
+ type: "error",
4352
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
4353
+ name: "AddressEmptyCode"
4354
+ },
4355
+ {
4356
+ type: "error",
4357
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
4358
+ name: "AddressInsufficientBalance"
4359
+ },
4360
+ {
4361
+ type: "error",
4362
+ inputs: [
4363
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
4364
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
4365
+ ],
4366
+ name: "ArrayLengthMismatch"
4367
+ },
4368
+ {
4369
+ type: "error",
4370
+ inputs: [{ name: "returnData", internalType: "bytes", type: "bytes" }],
4371
+ name: "CallFailed"
4372
+ },
4373
+ {
4374
+ type: "error",
4375
+ inputs: [
4376
+ { name: "sender", internalType: "address", type: "address" },
4377
+ { name: "balance", internalType: "uint256", type: "uint256" },
4378
+ { name: "needed", internalType: "uint256", type: "uint256" },
4379
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4380
+ ],
4381
+ name: "ERC1155InsufficientBalance"
4382
+ },
4383
+ {
4384
+ type: "error",
4385
+ inputs: [{ name: "approver", internalType: "address", type: "address" }],
4386
+ name: "ERC1155InvalidApprover"
4387
+ },
4388
+ {
4389
+ type: "error",
4390
+ inputs: [
4391
+ { name: "idsLength", internalType: "uint256", type: "uint256" },
4392
+ { name: "valuesLength", internalType: "uint256", type: "uint256" }
4393
+ ],
4394
+ name: "ERC1155InvalidArrayLength"
4395
+ },
4396
+ {
4397
+ type: "error",
4398
+ inputs: [{ name: "operator", internalType: "address", type: "address" }],
4399
+ name: "ERC1155InvalidOperator"
4400
+ },
4401
+ {
4402
+ type: "error",
4403
+ inputs: [{ name: "receiver", internalType: "address", type: "address" }],
4404
+ name: "ERC1155InvalidReceiver"
4405
+ },
4406
+ {
4407
+ type: "error",
4408
+ inputs: [{ name: "sender", internalType: "address", type: "address" }],
4409
+ name: "ERC1155InvalidSender"
4410
+ },
4411
+ {
4412
+ type: "error",
4413
+ inputs: [
4414
+ { name: "operator", internalType: "address", type: "address" },
4415
+ { name: "owner", internalType: "address", type: "address" }
4416
+ ],
4417
+ name: "ERC1155MissingApprovalForAll"
4418
+ },
4419
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4420
+ {
4421
+ type: "error",
4422
+ inputs: [{ name: "deadline", internalType: "uint256", type: "uint256" }],
4423
+ name: "ERC2612ExpiredSignature"
4424
+ },
4425
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
4426
+ { type: "error", inputs: [], name: "FailedInnerCall" },
4427
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
4428
+ {
4429
+ type: "error",
4430
+ inputs: [
4431
+ { name: "account", internalType: "address", type: "address" },
4432
+ { name: "currentNonce", internalType: "uint256", type: "uint256" }
4433
+ ],
4434
+ name: "InvalidAccountNonce"
4435
+ },
4436
+ { type: "error", inputs: [], name: "InvalidRecipient" },
4437
+ { type: "error", inputs: [], name: "InvalidShortString" },
4438
+ { type: "error", inputs: [], name: "InvalidSignature" },
4439
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
4440
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4441
+ {
4442
+ type: "error",
4443
+ inputs: [{ name: "handler", internalType: "address", type: "address" }],
4444
+ name: "NotARedeemHandler"
4445
+ },
4446
+ {
4447
+ type: "error",
4448
+ inputs: [{ name: "token", internalType: "address", type: "address" }],
4449
+ name: "SafeERC20FailedOperation"
4450
+ },
4451
+ {
4452
+ type: "error",
4453
+ inputs: [{ name: "str", internalType: "string", type: "string" }],
4454
+ name: "StringTooLong"
4455
+ },
4456
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4457
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
4458
+ {
4459
+ type: "error",
4460
+ inputs: [
4461
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
4462
+ {
4463
+ name: "expectedTokenAddress",
4464
+ internalType: "address",
4465
+ type: "address"
4466
+ }
4467
+ ],
4468
+ name: "TokenMismatch"
4469
+ },
4470
+ { type: "error", inputs: [], name: "TokenNotMintable" }
4471
+ ];
4472
+ var zoraMints1155Address = {
4473
+ 7777777: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073",
4474
+ 999999999: "0x7777777d57c1C6e472fa379b7b3B6c6ba3835073"
4475
+ };
4476
+ var zoraMints1155Config = {
4477
+ address: zoraMints1155Address,
4478
+ abi: zoraMints1155ABI
4479
+ };
4480
+ var zoraMintsManagerImplABI = [
4481
+ {
4482
+ stateMutability: "nonpayable",
4483
+ type: "constructor",
4484
+ inputs: [
4485
+ {
4486
+ name: "_premintExecutor",
4487
+ internalType: "contract IZoraCreator1155PremintExecutorV2",
4488
+ type: "address"
4489
+ }
4490
+ ]
4491
+ },
4492
+ {
4493
+ stateMutability: "view",
4494
+ type: "function",
4495
+ inputs: [],
4496
+ name: "UPGRADE_INTERFACE_VERSION",
4497
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4498
+ },
4499
+ {
4500
+ stateMutability: "nonpayable",
4501
+ type: "function",
4502
+ inputs: [],
4503
+ name: "acceptOwnership",
4504
+ outputs: []
4505
+ },
4506
+ {
4507
+ stateMutability: "payable",
4508
+ type: "function",
4509
+ inputs: [
4510
+ { name: "callFrom", internalType: "address", type: "address" },
4511
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4512
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4513
+ { name: "call", internalType: "bytes", type: "bytes" }
4514
+ ],
4515
+ name: "callWithTransferTokens",
4516
+ outputs: [
4517
+ { name: "success", internalType: "bool", type: "bool" },
4518
+ { name: "result", internalType: "bytes", type: "bytes" }
4519
+ ]
4520
+ },
4521
+ {
4522
+ stateMutability: "view",
4523
+ type: "function",
4524
+ inputs: [
4525
+ { name: "caller", internalType: "address", type: "address" },
4526
+ { name: "", internalType: "address", type: "address" },
4527
+ { name: "", internalType: "bytes4", type: "bytes4" }
4528
+ ],
4529
+ name: "canCall",
4530
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
4531
+ },
4532
+ {
4533
+ stateMutability: "payable",
4534
+ type: "function",
4535
+ inputs: [
4536
+ {
4537
+ name: "zoraCreator1155Contract",
4538
+ internalType: "contract IMintWithMints",
4539
+ type: "address"
4540
+ },
4541
+ { name: "minter", internalType: "contract IMinter1155", type: "address" },
4542
+ {
4543
+ name: "zoraCreator1155TokenId",
4544
+ internalType: "uint256",
4545
+ type: "uint256"
4546
+ },
4547
+ {
4548
+ name: "collectMintArguments",
4549
+ internalType: "struct ICollectWithZoraMints.CollectMintArguments",
4550
+ type: "tuple",
4551
+ components: [
4552
+ {
4553
+ name: "mintRewardsRecipients",
4554
+ internalType: "address[]",
4555
+ type: "address[]"
4556
+ },
4557
+ { name: "minterArguments", internalType: "bytes", type: "bytes" },
4558
+ { name: "mintComment", internalType: "string", type: "string" }
4559
+ ]
4560
+ }
4561
+ ],
4562
+ name: "collect",
4563
+ outputs: []
4564
+ },
4565
+ {
4566
+ stateMutability: "payable",
4567
+ type: "function",
4568
+ inputs: [
4569
+ {
4570
+ name: "contractConfig",
4571
+ internalType: "struct ContractCreationConfig",
4572
+ type: "tuple",
4573
+ components: [
4574
+ { name: "contractAdmin", internalType: "address", type: "address" },
4575
+ { name: "contractURI", internalType: "string", type: "string" },
4576
+ { name: "contractName", internalType: "string", type: "string" }
4577
+ ]
4578
+ },
4579
+ {
4580
+ name: "premintConfig",
4581
+ internalType: "struct PremintConfigV2",
4582
+ type: "tuple",
4583
+ components: [
4584
+ {
4585
+ name: "tokenConfig",
4586
+ internalType: "struct TokenCreationConfigV2",
4587
+ type: "tuple",
4588
+ components: [
4589
+ { name: "tokenURI", internalType: "string", type: "string" },
4590
+ { name: "maxSupply", internalType: "uint256", type: "uint256" },
4591
+ {
4592
+ name: "maxTokensPerAddress",
4593
+ internalType: "uint64",
4594
+ type: "uint64"
4595
+ },
4596
+ { name: "pricePerToken", internalType: "uint96", type: "uint96" },
4597
+ { name: "mintStart", internalType: "uint64", type: "uint64" },
4598
+ { name: "mintDuration", internalType: "uint64", type: "uint64" },
4599
+ { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
4600
+ {
4601
+ name: "payoutRecipient",
4602
+ internalType: "address",
4603
+ type: "address"
4604
+ },
4605
+ {
4606
+ name: "fixedPriceMinter",
4607
+ internalType: "address",
4608
+ type: "address"
4609
+ },
4610
+ {
4611
+ name: "createReferral",
4612
+ internalType: "address",
4613
+ type: "address"
4614
+ }
4615
+ ]
4616
+ },
4617
+ { name: "uid", internalType: "uint32", type: "uint32" },
4618
+ { name: "version", internalType: "uint32", type: "uint32" },
4619
+ { name: "deleted", internalType: "bool", type: "bool" }
4620
+ ]
4621
+ },
4622
+ { name: "signature", internalType: "bytes", type: "bytes" },
4623
+ {
4624
+ name: "mintArguments",
4625
+ internalType: "struct MintArguments",
4626
+ type: "tuple",
4627
+ components: [
4628
+ { name: "mintRecipient", internalType: "address", type: "address" },
4629
+ { name: "mintComment", internalType: "string", type: "string" },
4630
+ {
4631
+ name: "mintRewardsRecipients",
4632
+ internalType: "address[]",
4633
+ type: "address[]"
4634
+ }
4635
+ ]
4636
+ },
4637
+ { name: "signerContract", internalType: "address", type: "address" }
4638
+ ],
4639
+ name: "collectPremintV2",
4640
+ outputs: [
4641
+ {
4642
+ name: "result",
4643
+ internalType: "struct PremintResult",
4644
+ type: "tuple",
4645
+ components: [
4646
+ { name: "contractAddress", internalType: "address", type: "address" },
4647
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4648
+ { name: "createdNewContract", internalType: "bool", type: "bool" }
4649
+ ]
4650
+ }
4651
+ ]
4652
+ },
4653
+ {
4654
+ stateMutability: "pure",
4655
+ type: "function",
4656
+ inputs: [],
4657
+ name: "contractName",
4658
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4659
+ },
4660
+ {
4661
+ stateMutability: "view",
4662
+ type: "function",
4663
+ inputs: [],
4664
+ name: "contractURI",
4665
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4666
+ },
4667
+ {
4668
+ stateMutability: "pure",
4669
+ type: "function",
4670
+ inputs: [],
4671
+ name: "contractVersion",
4672
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4673
+ },
4674
+ {
4675
+ stateMutability: "nonpayable",
4676
+ type: "function",
4677
+ inputs: [
4678
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4679
+ {
4680
+ name: "tokenConfig",
4681
+ internalType: "struct TokenConfig",
4682
+ type: "tuple",
4683
+ components: [
4684
+ { name: "price", internalType: "uint256", type: "uint256" },
4685
+ { name: "tokenAddress", internalType: "address", type: "address" },
4686
+ { name: "redeemHandler", internalType: "address", type: "address" }
4687
+ ]
4688
+ },
4689
+ { name: "defaultMintable", internalType: "bool", type: "bool" }
4690
+ ],
4691
+ name: "createToken",
4692
+ outputs: []
4693
+ },
4694
+ {
4695
+ stateMutability: "pure",
4696
+ type: "function",
4697
+ inputs: [{ name: "minterArguments", internalType: "bytes", type: "bytes" }],
4698
+ name: "decodeMintRecipientAndComment",
4699
+ outputs: [
4700
+ { name: "mintTo", internalType: "address", type: "address" },
4701
+ { name: "mintComment", internalType: "string", type: "string" }
4702
+ ]
4703
+ },
4704
+ {
4705
+ stateMutability: "view",
4706
+ type: "function",
4707
+ inputs: [],
4708
+ name: "getEthPrice",
4709
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4710
+ },
4711
+ {
4712
+ stateMutability: "view",
4713
+ type: "function",
4714
+ inputs: [],
4715
+ name: "implementation",
4716
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4717
+ },
4718
+ {
4719
+ stateMutability: "nonpayable",
4720
+ type: "function",
4721
+ inputs: [
4722
+ { name: "defaultOwner", internalType: "address", type: "address" },
4723
+ { name: "zoraMintsSalt", internalType: "bytes32", type: "bytes32" },
4724
+ { name: "zoraMintsCreationCode", internalType: "bytes", type: "bytes" },
4725
+ { name: "initialEthTokenId", internalType: "uint256", type: "uint256" },
4726
+ {
4727
+ name: "initialEthTokenPrice",
4728
+ internalType: "uint256",
4729
+ type: "uint256"
4730
+ },
4731
+ { name: "newBaseURI", internalType: "string", type: "string" },
4732
+ { name: "newContractURI", internalType: "string", type: "string" }
4733
+ ],
4734
+ name: "initialize",
4735
+ outputs: [
4736
+ {
4737
+ name: "mints",
4738
+ internalType: "contract IZoraMints1155",
4739
+ type: "address"
4740
+ }
4741
+ ]
4742
+ },
4743
+ {
4744
+ stateMutability: "nonpayable",
4745
+ type: "function",
4746
+ inputs: [
4747
+ { name: "tokenAddress", internalType: "address", type: "address" },
4748
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4749
+ { name: "recipient", internalType: "address", type: "address" }
4750
+ ],
4751
+ name: "mintWithERC20",
4752
+ outputs: [
4753
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4754
+ ]
4755
+ },
4756
+ {
4757
+ stateMutability: "payable",
4758
+ type: "function",
4759
+ inputs: [
4760
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4761
+ { name: "recipient", internalType: "address", type: "address" }
4762
+ ],
4763
+ name: "mintWithEth",
4764
+ outputs: [
4765
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4766
+ ]
4767
+ },
4768
+ {
4769
+ stateMutability: "view",
4770
+ type: "function",
4771
+ inputs: [],
4772
+ name: "mintableEthToken",
4773
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4774
+ },
4775
+ {
4776
+ stateMutability: "nonpayable",
4777
+ type: "function",
4778
+ inputs: [
4779
+ { name: "", internalType: "address", type: "address" },
4780
+ { name: "from", internalType: "address", type: "address" },
4781
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
4782
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
4783
+ { name: "data", internalType: "bytes", type: "bytes" }
4784
+ ],
4785
+ name: "onERC1155BatchReceived",
4786
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4787
+ },
4788
+ {
4789
+ stateMutability: "nonpayable",
4790
+ type: "function",
4791
+ inputs: [
4792
+ { name: "", internalType: "address", type: "address" },
4793
+ { name: "from", internalType: "address", type: "address" },
4794
+ { name: "id", internalType: "uint256", type: "uint256" },
4795
+ { name: "value", internalType: "uint256", type: "uint256" },
4796
+ { name: "data", internalType: "bytes", type: "bytes" }
4797
+ ],
4798
+ name: "onERC1155Received",
4799
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4800
+ },
4801
+ {
4802
+ stateMutability: "view",
4803
+ type: "function",
4804
+ inputs: [],
4805
+ name: "owner",
4806
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4807
+ },
4808
+ {
4809
+ stateMutability: "view",
4810
+ type: "function",
4811
+ inputs: [],
4812
+ name: "pendingOwner",
4813
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4814
+ },
4815
+ {
4816
+ stateMutability: "view",
4817
+ type: "function",
4818
+ inputs: [],
4819
+ name: "proxiableUUID",
4820
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
4821
+ },
4822
+ {
4823
+ stateMutability: "nonpayable",
4824
+ type: "function",
4825
+ inputs: [],
4826
+ name: "renounceOwnership",
4827
+ outputs: []
4828
+ },
4829
+ {
4830
+ stateMutability: "nonpayable",
4831
+ type: "function",
4832
+ inputs: [
4833
+ { name: "tokenAddress", internalType: "address", type: "address" },
4834
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4835
+ ],
4836
+ name: "setDefaultMintable",
4837
+ outputs: []
4838
+ },
4839
+ {
4840
+ stateMutability: "nonpayable",
4841
+ type: "function",
4842
+ inputs: [
4843
+ { name: "newContractURI", internalType: "string", type: "string" },
4844
+ { name: "newBaseURI", internalType: "string", type: "string" }
4845
+ ],
4846
+ name: "setMetadataURIs",
4847
+ outputs: []
4848
+ },
4849
+ {
4850
+ stateMutability: "nonpayable",
4851
+ type: "function",
4852
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
4853
+ name: "transferOwnership",
4854
+ outputs: []
4855
+ },
4856
+ {
4857
+ stateMutability: "payable",
4858
+ type: "function",
4859
+ inputs: [
4860
+ { name: "newImplementation", internalType: "address", type: "address" },
4861
+ { name: "data", internalType: "bytes", type: "bytes" }
4862
+ ],
4863
+ name: "upgradeToAndCall",
4864
+ outputs: []
4865
+ },
4866
+ {
4867
+ stateMutability: "view",
4868
+ type: "function",
4869
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
4870
+ name: "uri",
4871
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4872
+ },
4873
+ {
4874
+ stateMutability: "view",
4875
+ type: "function",
4876
+ inputs: [],
4877
+ name: "zoraMints1155",
4878
+ outputs: [
4879
+ { name: "", internalType: "contract IZoraMints1155", type: "address" }
4880
+ ]
4881
+ },
4882
+ {
4883
+ type: "event",
4884
+ anonymous: false,
4885
+ inputs: [
4886
+ {
4887
+ name: "tokenIds",
4888
+ internalType: "uint256[]",
4889
+ type: "uint256[]",
4890
+ indexed: true
4891
+ },
4892
+ {
4893
+ name: "quantities",
4894
+ internalType: "uint256[]",
4895
+ type: "uint256[]",
4896
+ indexed: false
4897
+ },
4898
+ {
4899
+ name: "zoraCreator1155Contract",
4900
+ internalType: "address",
4901
+ type: "address",
4902
+ indexed: true
4903
+ },
4904
+ {
4905
+ name: "zoraCreator1155TokenId",
4906
+ internalType: "uint256",
4907
+ type: "uint256",
4908
+ indexed: true
4909
+ }
4910
+ ],
4911
+ name: "Collected"
4912
+ },
4913
+ {
4914
+ type: "event",
4915
+ anonymous: false,
4916
+ inputs: [
4917
+ {
4918
+ name: "tokenAddress",
4919
+ internalType: "address",
4920
+ type: "address",
4921
+ indexed: false
4922
+ },
4923
+ {
4924
+ name: "tokenId",
4925
+ internalType: "uint256",
4926
+ type: "uint256",
4927
+ indexed: false
4928
+ }
4929
+ ],
4930
+ name: "DefaultMintableTokenSet"
4931
+ },
4932
+ {
4933
+ type: "event",
4934
+ anonymous: false,
4935
+ inputs: [
4936
+ {
4937
+ name: "version",
4938
+ internalType: "uint64",
4939
+ type: "uint64",
4940
+ indexed: false
4941
+ }
4942
+ ],
4943
+ name: "Initialized"
4944
+ },
4945
+ {
4946
+ type: "event",
4947
+ anonymous: false,
4948
+ inputs: [
4949
+ {
4950
+ name: "sender",
4951
+ internalType: "address",
4952
+ type: "address",
4953
+ indexed: true
4954
+ },
4955
+ {
4956
+ name: "tokenContract",
4957
+ internalType: "address",
4958
+ type: "address",
4959
+ indexed: true
4960
+ },
4961
+ {
4962
+ name: "tokenId",
4963
+ internalType: "uint256",
4964
+ type: "uint256",
4965
+ indexed: true
4966
+ },
4967
+ {
4968
+ name: "quantity",
4969
+ internalType: "uint256",
4970
+ type: "uint256",
4971
+ indexed: false
4972
+ },
4973
+ {
4974
+ name: "comment",
4975
+ internalType: "string",
4976
+ type: "string",
4977
+ indexed: false
4978
+ }
4979
+ ],
4980
+ name: "MintComment"
4981
+ },
4982
+ {
4983
+ type: "event",
4984
+ anonymous: false,
4985
+ inputs: [
4986
+ {
4987
+ name: "previousOwner",
4988
+ internalType: "address",
4989
+ type: "address",
4990
+ indexed: true
4991
+ },
4992
+ {
4993
+ name: "newOwner",
4994
+ internalType: "address",
4995
+ type: "address",
4996
+ indexed: true
4997
+ }
4998
+ ],
4999
+ name: "OwnershipTransferStarted"
5000
+ },
5001
+ {
5002
+ type: "event",
5003
+ anonymous: false,
5004
+ inputs: [
5005
+ {
5006
+ name: "previousOwner",
5007
+ internalType: "address",
5008
+ type: "address",
5009
+ indexed: true
5010
+ },
5011
+ {
5012
+ name: "newOwner",
5013
+ internalType: "address",
5014
+ type: "address",
5015
+ indexed: true
5016
+ }
5017
+ ],
5018
+ name: "OwnershipTransferred"
5019
+ },
5020
+ {
5021
+ type: "event",
5022
+ anonymous: false,
5023
+ inputs: [
5024
+ {
5025
+ name: "contractURI",
5026
+ internalType: "string",
5027
+ type: "string",
5028
+ indexed: false
5029
+ },
5030
+ {
5031
+ name: "baseURI",
5032
+ internalType: "string",
5033
+ type: "string",
5034
+ indexed: false
5035
+ }
5036
+ ],
5037
+ name: "URIsUpdated"
5038
+ },
5039
+ {
5040
+ type: "event",
5041
+ anonymous: false,
5042
+ inputs: [
5043
+ {
5044
+ name: "implementation",
5045
+ internalType: "address",
5046
+ type: "address",
5047
+ indexed: true
5048
+ }
5049
+ ],
5050
+ name: "Upgraded"
5051
+ },
5052
+ {
5053
+ type: "error",
5054
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
5055
+ name: "AddressEmptyCode"
5056
+ },
5057
+ {
5058
+ type: "error",
5059
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
5060
+ name: "AddressInsufficientBalance"
5061
+ },
5062
+ {
5063
+ type: "error",
5064
+ inputs: [
5065
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
5066
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
5067
+ ],
5068
+ name: "ArrayLengthMismatch"
5069
+ },
5070
+ {
5071
+ type: "error",
5072
+ inputs: [
5073
+ { name: "operator", internalType: "address", type: "address" },
5074
+ { name: "user", internalType: "address", type: "address" }
5075
+ ],
5076
+ name: "Burn_NotOwnerOrApproved"
5077
+ },
5078
+ {
5079
+ type: "error",
5080
+ inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
5081
+ name: "CallFailed"
5082
+ },
5083
+ { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
5084
+ { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
5085
+ {
5086
+ type: "error",
5087
+ inputs: [
5088
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
5089
+ { name: "quantity", internalType: "uint256", type: "uint256" },
5090
+ { name: "totalMinted", internalType: "uint256", type: "uint256" },
5091
+ { name: "maxSupply", internalType: "uint256", type: "uint256" }
5092
+ ],
5093
+ name: "CannotMintMoreTokens"
5094
+ },
5095
+ {
5096
+ type: "error",
5097
+ inputs: [
5098
+ { name: "proposedAddress", internalType: "address", type: "address" }
5099
+ ],
5100
+ name: "Config_TransferHookNotSupported"
5101
+ },
5102
+ { type: "error", inputs: [], name: "Create2EmptyBytecode" },
5103
+ { type: "error", inputs: [], name: "Create2FailedDeployment" },
5104
+ {
5105
+ type: "error",
5106
+ inputs: [
5107
+ { name: "balance", internalType: "uint256", type: "uint256" },
5108
+ { name: "needed", internalType: "uint256", type: "uint256" }
5109
+ ],
5110
+ name: "Create2InsufficientBalance"
5111
+ },
5112
+ { type: "error", inputs: [], name: "DefaultOwnerCannotBeZero" },
5113
+ { type: "error", inputs: [], name: "ERC1155BatchReceivedCallFailed" },
5114
+ { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
5115
+ {
5116
+ type: "error",
5117
+ inputs: [
5118
+ { name: "implementation", internalType: "address", type: "address" }
5119
+ ],
5120
+ name: "ERC1967InvalidImplementation"
5121
+ },
5122
+ { type: "error", inputs: [], name: "ERC1967NonPayable" },
5123
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
5124
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
5125
+ {
5126
+ type: "error",
5127
+ inputs: [
5128
+ { name: "recipient", internalType: "address", type: "address" },
5129
+ { name: "amount", internalType: "uint256", type: "uint256" }
5130
+ ],
5131
+ name: "ETHWithdrawFailed"
5132
+ },
5133
+ { type: "error", inputs: [], name: "FailedInnerCall" },
5134
+ { type: "error", inputs: [], name: "FirstMinterAddressZero" },
5135
+ {
5136
+ type: "error",
5137
+ inputs: [
5138
+ { name: "amount", internalType: "uint256", type: "uint256" },
5139
+ { name: "contractValue", internalType: "uint256", type: "uint256" }
5140
+ ],
5141
+ name: "FundsWithdrawInsolvent"
5142
+ },
5143
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
5144
+ { type: "error", inputs: [], name: "InvalidAdminAction" },
5145
+ { type: "error", inputs: [], name: "InvalidInitialization" },
5146
+ {
5147
+ type: "error",
5148
+ inputs: [
5149
+ { name: "mintTo", internalType: "address", type: "address" },
5150
+ { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
5151
+ { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
5152
+ ],
5153
+ name: "InvalidMerkleProof"
5154
+ },
5155
+ { type: "error", inputs: [], name: "InvalidMintSchedule" },
5156
+ { type: "error", inputs: [], name: "InvalidOwnerForAssociatedZoraMints" },
5157
+ { type: "error", inputs: [], name: "InvalidPremintVersion" },
5158
+ { type: "error", inputs: [], name: "InvalidRecipient" },
5159
+ { type: "error", inputs: [], name: "InvalidSignature" },
5160
+ { type: "error", inputs: [], name: "InvalidSignatureVersion" },
5161
+ {
5162
+ type: "error",
5163
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
5164
+ name: "InvalidSigner"
5165
+ },
5166
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
5167
+ { type: "error", inputs: [], name: "MintNotYetStarted" },
5168
+ { type: "error", inputs: [], name: "MintWithMintsNotSupportedOnContract" },
5169
+ { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
5170
+ { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
5171
+ { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
5172
+ { type: "error", inputs: [], name: "Mint_UnknownCommand" },
5173
+ { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
5174
+ { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
5175
+ { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
5176
+ { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
5177
+ { type: "error", inputs: [], name: "NoTokensTransferred" },
5178
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
5179
+ { type: "error", inputs: [], name: "NonEthRedemption" },
5180
+ {
5181
+ type: "error",
5182
+ inputs: [{ name: "handler", internalType: "address", type: "address" }],
5183
+ name: "NotARedeemHandler"
5184
+ },
5185
+ { type: "error", inputs: [], name: "NotInitializing" },
5186
+ { type: "error", inputs: [], name: "NotSelfCall" },
5187
+ { type: "error", inputs: [], name: "NotZoraMints1155" },
5188
+ { type: "error", inputs: [], name: "OnlyTransfersFromZoraMints" },
5189
+ {
5190
+ type: "error",
5191
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
5192
+ name: "OwnableInvalidOwner"
5193
+ },
5194
+ {
5195
+ type: "error",
5196
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
5197
+ name: "OwnableUnauthorizedAccount"
5198
+ },
5199
+ { type: "error", inputs: [], name: "PremintDeleted" },
5200
+ { type: "error", inputs: [], name: "PremintExecutorCannotBeZero" },
5201
+ {
5202
+ type: "error",
5203
+ inputs: [
5204
+ { name: "caller", internalType: "address", type: "address" },
5205
+ { name: "recipient", internalType: "address", type: "address" },
5206
+ { name: "amount", internalType: "uint256", type: "uint256" }
5207
+ ],
5208
+ name: "ProtocolRewardsWithdrawFailed"
5209
+ },
5210
+ { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
5211
+ { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
5212
+ {
5213
+ type: "error",
5214
+ inputs: [{ name: "token", internalType: "address", type: "address" }],
5215
+ name: "SafeERC20FailedOperation"
5216
+ },
5217
+ { type: "error", inputs: [], name: "SaleEnded" },
5218
+ { type: "error", inputs: [], name: "SaleHasNotStarted" },
5219
+ {
5220
+ type: "error",
5221
+ inputs: [
5222
+ { name: "targetContract", internalType: "address", type: "address" }
5223
+ ],
5224
+ name: "Sale_CannotCallNonSalesContract"
5225
+ },
5226
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
5227
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
5228
+ {
5229
+ type: "error",
5230
+ inputs: [
5231
+ { name: "expected", internalType: "uint256", type: "uint256" },
5232
+ { name: "actual", internalType: "uint256", type: "uint256" }
5233
+ ],
5234
+ name: "TokenIdMismatch"
5235
+ },
5236
+ {
5237
+ type: "error",
5238
+ inputs: [
5239
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
5240
+ {
5241
+ name: "expectedTokenAddress",
5242
+ internalType: "address",
5243
+ type: "address"
5244
+ }
5245
+ ],
5246
+ name: "TokenMismatch"
5247
+ },
5248
+ { type: "error", inputs: [], name: "TokenNotMintable" },
5249
+ { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
5250
+ {
5251
+ type: "error",
5252
+ inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
5253
+ name: "UUPSUnsupportedProxiableUUID"
5254
+ },
5255
+ {
5256
+ type: "error",
5257
+ inputs: [{ name: "selector", internalType: "bytes4", type: "bytes4" }],
5258
+ name: "UnknownUserAction"
5259
+ },
5260
+ {
5261
+ type: "error",
5262
+ inputs: [
5263
+ { name: "expected", internalType: "string", type: "string" },
5264
+ { name: "actual", internalType: "string", type: "string" }
5265
+ ],
5266
+ name: "UpgradeToMismatchedContractName"
5267
+ },
5268
+ {
5269
+ type: "error",
5270
+ inputs: [
5271
+ { name: "user", internalType: "address", type: "address" },
5272
+ { name: "limit", internalType: "uint256", type: "uint256" },
5273
+ { name: "requestedAmount", internalType: "uint256", type: "uint256" }
5274
+ ],
5275
+ name: "UserExceedsMintLimit"
5276
+ },
5277
+ {
5278
+ type: "error",
5279
+ inputs: [
5280
+ { name: "user", internalType: "address", type: "address" },
5281
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
5282
+ { name: "role", internalType: "uint256", type: "uint256" }
5283
+ ],
5284
+ name: "UserMissingRoleForToken"
5285
+ },
5286
+ { type: "error", inputs: [], name: "WrongValueSent" },
5287
+ {
5288
+ type: "error",
5289
+ inputs: [],
5290
+ name: "premintSignerContractFailedToRecoverSigner"
5291
+ },
5292
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
5293
+ ];
5294
+ var zoraMintsManagerImplAddress = {
5295
+ 7777777: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B",
5296
+ 999999999: "0x77777770cA269366c7208aFcF36FE2C6F7f7608B"
5297
+ };
5298
+ var zoraMintsManagerImplConfig = {
5299
+ address: zoraMintsManagerImplAddress,
5300
+ abi: zoraMintsManagerImplABI
5301
+ };
5302
+
5303
+ // src/generated/1155.ts
5304
+ var __exports = {};
5305
+ __export(__exports, {
5306
+ addresses: () => addresses,
5307
+ chainConfigs: () => chainConfigs
5308
+ });
5309
+ var chainConfigs = {
5310
+ 1: {
5311
+ FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5312
+ MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
5313
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5314
+ },
5315
+ 10: {
5316
+ FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5317
+ MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
5318
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5319
+ },
5320
+ 999: {
5321
+ FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5322
+ MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5323
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5324
+ },
5325
+ 8453: {
5326
+ FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5327
+ MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
5328
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5329
+ },
5330
+ 42161: {
5331
+ FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
5332
+ MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
5333
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5334
+ },
5335
+ 81457: {
5336
+ FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
5337
+ MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
5338
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5339
+ },
5340
+ 84532: {
5341
+ FACTORY_OWNER: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
5342
+ MINT_FEE_RECIPIENT: "0x12125c8a52B8E4ed1A28e1f964023b4477f11300",
5343
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5344
+ },
5345
+ 421614: {
5346
+ FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5347
+ MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5348
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5349
+ },
5350
+ 7777777: {
5351
+ FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5352
+ MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
5353
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5354
+ },
5355
+ 11155111: {
5356
+ FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5357
+ MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5358
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5359
+ },
5360
+ 168587773: {
5361
+ FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
5362
+ MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3664
5363
  PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3665
5364
  },
3666
5365
  999999999: {
@@ -3753,6 +5452,20 @@ var addresses = {
3753
5452
  ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
3754
5453
  timestamp: 1709235955
3755
5454
  },
5455
+ 84532: {
5456
+ CONTRACT_1155_IMPL: "0x8237F421357F87a23ed0CFf3a5586172F210A21B",
5457
+ CONTRACT_1155_IMPL_VERSION: "2.7.3",
5458
+ FACTORY_IMPL: "0x932A29Dbfc1B8c3BdfC763eF53F113486A5b5E7D",
5459
+ FACTORY_PROXY: "0x8cfbF874A12b346115003532119C29f6B56719CB",
5460
+ FIXED_PRICE_SALE_STRATEGY: "0xd34872BE0cdb6b09d45FCa067B07f04a1A9aE1aE",
5461
+ MERKLE_MINT_SALE_STRATEGY: "0x3E8524770adD176bE381a0529E09f1c6c3502A5a",
5462
+ PREMINTER_IMPL: "",
5463
+ PREMINTER_PROXY: "",
5464
+ REDEEM_MINTER_FACTORY: "0x805E0a08dE70f85C01F7848370d5e3fc08aAd0ea",
5465
+ UPGRADE_GATE: "0x0ABdD5AA61E9107519DB7cD626442B905284B7eb",
5466
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5467
+ timestamp: 1706663694
5468
+ },
3756
5469
  421614: {
3757
5470
  CONTRACT_1155_IMPL: "0xc288fe9B145fC31D9aFBa771d0FeB986F6eb49e3",
3758
5471
  CONTRACT_1155_IMPL_VERSION: "2.7.0",
@@ -3768,18 +5481,17 @@ var addresses = {
3768
5481
  timestamp: 1706661669
3769
5482
  },
3770
5483
  7777777: {
3771
- CONTRACT_1155_IMPL: "0x57f412Ea90b59ce4023AFDE95C251E3c747EB7F8",
3772
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3773
- FACTORY_IMPL: "0xc6bf69986859f0dC0b77f2cA6AD86F5b294c0443",
5484
+ CONTRACT_1155_IMPL: "0x2C49E95303734eE3826307783d5fDD180B2131D3",
5485
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
5486
+ FACTORY_IMPL: "0xB2696570215c3158eB1D218FB1a3DF92a418B034",
3774
5487
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3775
5488
  FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3776
5489
  MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3777
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5490
+ PREMINTER_IMPL: "0xD754417BDABFCc3a3997B9A15E9F6922a8131Ac1",
3778
5491
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3779
5492
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
3780
5493
  UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3781
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
3782
- timestamp: 1706663694
5494
+ timestamp: 1712349677
3783
5495
  },
3784
5496
  11155111: {
3785
5497
  CONTRACT_1155_IMPL: "0x437A762fc2a8f898Aa7a2575Be21c41753DC4797",
@@ -3809,22 +5521,84 @@ var addresses = {
3809
5521
  timestamp: 1709234007
3810
5522
  },
3811
5523
  999999999: {
3812
- CONTRACT_1155_IMPL: "0x980170C861E723309628a27c27397a955920F968",
3813
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3814
- FACTORY_IMPL: "0xcea530A0d2d158500E248a59682a1D230c2422F7",
5524
+ CONTRACT_1155_IMPL: "0xaDf7F654d8E416aaD85d4f06fDf4cA3D05BDA1A1",
5525
+ CONTRACT_1155_IMPL_VERSION: "2.9.0",
5526
+ FACTORY_IMPL: "0xE8219ad920ab6ae21aF2d3831df4B18d96d23F5a",
3815
5527
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3816
5528
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
3817
5529
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
3818
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5530
+ PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
3819
5531
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3820
5532
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
3821
5533
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
3822
- timestamp: 1706663810
5534
+ timestamp: 1712339316
5535
+ }
5536
+ };
5537
+
5538
+ // src/generated/mints.ts
5539
+ var mints_exports = {};
5540
+ __export(mints_exports, {
5541
+ addresses: () => addresses2,
5542
+ chainConfigs: () => chainConfigs2
5543
+ });
5544
+ var chainConfigs2 = {
5545
+ 1: {
5546
+ PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5547
+ MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
5548
+ },
5549
+ 10: {
5550
+ PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5551
+ MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
5552
+ },
5553
+ 420: {
5554
+ PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
5555
+ MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
5556
+ },
5557
+ 999: {
5558
+ PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5559
+ MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
5560
+ },
5561
+ 8453: {
5562
+ PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5563
+ MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
5564
+ },
5565
+ 84531: {
5566
+ PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
5567
+ MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
5568
+ },
5569
+ 7777777: {
5570
+ PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5571
+ MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
5572
+ },
5573
+ 11155111: {
5574
+ PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5575
+ MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
5576
+ },
5577
+ 999999999: {
5578
+ PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5579
+ MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
5580
+ }
5581
+ };
5582
+ var addresses2 = {
5583
+ 7777777: {
5584
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
5585
+ MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
5586
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0"
5587
+ },
5588
+ 999999999: {
5589
+ MINTS_ETH_UNWRAPPER_AND_CALLER: "0xE9Db91DD126D81697B588F1C145d74283E5C8ccC",
5590
+ MINTS_MANAGER_IMPL: "0x212957295F3A40408E14531387915cDfB26A7DeB",
5591
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0"
3823
5592
  }
3824
5593
  };
3825
5594
  // Annotate the CommonJS export names for ESM import in node:
3826
5595
  0 && (module.exports = {
3827
5596
  contracts1155,
5597
+ iUnwrapAndForwardActionABI,
5598
+ mints,
5599
+ mintsEthUnwrapperAndCallerABI,
5600
+ mintsEthUnwrapperAndCallerAddress,
5601
+ mintsEthUnwrapperAndCallerConfig,
3828
5602
  zoraCreator1155FactoryImplABI,
3829
5603
  zoraCreator1155FactoryImplAddress,
3830
5604
  zoraCreator1155FactoryImplConfig,
@@ -3840,6 +5614,12 @@ var addresses = {
3840
5614
  zoraCreatorMerkleMinterStrategyConfig,
3841
5615
  zoraCreatorRedeemMinterFactoryABI,
3842
5616
  zoraCreatorRedeemMinterFactoryAddress,
3843
- zoraCreatorRedeemMinterFactoryConfig
5617
+ zoraCreatorRedeemMinterFactoryConfig,
5618
+ zoraMints1155ABI,
5619
+ zoraMints1155Address,
5620
+ zoraMints1155Config,
5621
+ zoraMintsManagerImplABI,
5622
+ zoraMintsManagerImplAddress,
5623
+ zoraMintsManagerImplConfig
3844
5624
  });
3845
5625
  //# sourceMappingURL=index.cjs.map