@zoralabs/protocol-deployments 0.1.5-DEV.1 → 0.1.5-DEV.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -21,6 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  var src_exports = {};
22
22
  __export(src_exports, {
23
23
  contracts1155: () => __exports,
24
+ mints: () => mints_exports,
24
25
  zoraCreator1155FactoryImplABI: () => zoraCreator1155FactoryImplABI,
25
26
  zoraCreator1155FactoryImplAddress: () => zoraCreator1155FactoryImplAddress,
26
27
  zoraCreator1155FactoryImplConfig: () => zoraCreator1155FactoryImplConfig,
@@ -36,7 +37,13 @@ __export(src_exports, {
36
37
  zoraCreatorMerkleMinterStrategyConfig: () => zoraCreatorMerkleMinterStrategyConfig,
37
38
  zoraCreatorRedeemMinterFactoryABI: () => zoraCreatorRedeemMinterFactoryABI,
38
39
  zoraCreatorRedeemMinterFactoryAddress: () => zoraCreatorRedeemMinterFactoryAddress,
39
- zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig
40
+ zoraCreatorRedeemMinterFactoryConfig: () => zoraCreatorRedeemMinterFactoryConfig,
41
+ zoraMints1155ABI: () => zoraMints1155ABI,
42
+ zoraMints1155Address: () => zoraMints1155Address,
43
+ zoraMints1155Config: () => zoraMints1155Config,
44
+ zoraMintsManagerImplABI: () => zoraMintsManagerImplABI,
45
+ zoraMintsManagerImplAddress: () => zoraMintsManagerImplAddress,
46
+ zoraMintsManagerImplConfig: () => zoraMintsManagerImplConfig
40
47
  });
41
48
  module.exports = __toCommonJS(src_exports);
42
49
 
@@ -538,7 +545,8 @@ var zoraCreator1155ImplABI = [
538
545
  inputs: [
539
546
  { name: "_mintFeeRecipient", internalType: "address", type: "address" },
540
547
  { name: "_upgradeGate", internalType: "address", type: "address" },
541
- { name: "_protocolRewards", internalType: "address", type: "address" }
548
+ { name: "_protocolRewards", internalType: "address", type: "address" },
549
+ { name: "_mints", internalType: "address", type: "address" }
542
550
  ]
543
551
  },
544
552
  { stateMutability: "payable", type: "receive" },
@@ -607,18 +615,6 @@ var zoraCreator1155ImplABI = [
607
615
  name: "adminMint",
608
616
  outputs: []
609
617
  },
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
618
  {
623
619
  stateMutability: "view",
624
620
  type: "function",
@@ -687,71 +683,10 @@ var zoraCreator1155ImplABI = [
687
683
  {
688
684
  stateMutability: "pure",
689
685
  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" }],
686
+ inputs: [
687
+ { name: "mintPrice", internalType: "uint256", type: "uint256" },
688
+ { name: "quantity", internalType: "uint256", type: "uint256" }
689
+ ],
755
690
  name: "computeTotalReward",
756
691
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
757
692
  },
@@ -814,7 +749,7 @@ var zoraCreator1155ImplABI = [
814
749
  { name: "premintConfig", internalType: "bytes", type: "bytes" },
815
750
  { name: "premintVersion", internalType: "bytes32", type: "bytes32" },
816
751
  { name: "signature", internalType: "bytes", type: "bytes" },
817
- { name: "sender", internalType: "address", type: "address" },
752
+ { name: "firstMinter", internalType: "address", type: "address" },
818
753
  {
819
754
  name: "premintSignerContract",
820
755
  internalType: "address",
@@ -989,12 +924,32 @@ var zoraCreator1155ImplABI = [
989
924
  outputs: []
990
925
  },
991
926
  {
992
- stateMutability: "pure",
927
+ stateMutability: "view",
993
928
  type: "function",
994
929
  inputs: [],
995
930
  name: "mintFee",
996
931
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
997
932
  },
933
+ {
934
+ stateMutability: "payable",
935
+ type: "function",
936
+ inputs: [
937
+ { name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
938
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
939
+ { name: "minter", internalType: "contract IMinter1155", type: "address" },
940
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
941
+ {
942
+ name: "rewardsRecipients",
943
+ internalType: "address[]",
944
+ type: "address[]"
945
+ },
946
+ { name: "minterArguments", internalType: "bytes", type: "bytes" }
947
+ ],
948
+ name: "mintWithMints",
949
+ outputs: [
950
+ { name: "quantityMinted", internalType: "uint256", type: "uint256" }
951
+ ]
952
+ },
998
953
  {
999
954
  stateMutability: "payable",
1000
955
  type: "function",
@@ -1029,6 +984,32 @@ var zoraCreator1155ImplABI = [
1029
984
  name: "nextTokenId",
1030
985
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
1031
986
  },
987
+ {
988
+ stateMutability: "pure",
989
+ type: "function",
990
+ inputs: [
991
+ { name: "", internalType: "address", type: "address" },
992
+ { name: "", internalType: "address", type: "address" },
993
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
994
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
995
+ { name: "", internalType: "bytes", type: "bytes" }
996
+ ],
997
+ name: "onERC1155BatchReceived",
998
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
999
+ },
1000
+ {
1001
+ stateMutability: "pure",
1002
+ type: "function",
1003
+ inputs: [
1004
+ { name: "", internalType: "address", type: "address" },
1005
+ { name: "", internalType: "address", type: "address" },
1006
+ { name: "", internalType: "uint256", type: "uint256" },
1007
+ { name: "", internalType: "uint256", type: "uint256" },
1008
+ { name: "", internalType: "bytes", type: "bytes" }
1009
+ ],
1010
+ name: "onERC1155Received",
1011
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
1012
+ },
1032
1013
  {
1033
1014
  stateMutability: "view",
1034
1015
  type: "function",
@@ -1877,6 +1858,7 @@ var zoraCreator1155ImplABI = [
1877
1858
  inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
1878
1859
  name: "NoRendererForToken"
1879
1860
  },
1861
+ { type: "error", inputs: [], name: "NonEthRedemption" },
1880
1862
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
1881
1863
  { type: "error", inputs: [], name: "PremintDeleted" },
1882
1864
  {
@@ -2890,6 +2872,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2890
2872
  { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
2891
2873
  { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
2892
2874
  { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
2875
+ { type: "error", inputs: [], name: "NonEthRedemption" },
2893
2876
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
2894
2877
  { type: "error", inputs: [], name: "ONLY_OWNER" },
2895
2878
  { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
@@ -3605,107 +3588,1606 @@ var zoraCreatorRedeemMinterFactoryConfig = {
3605
3588
  address: zoraCreatorRedeemMinterFactoryAddress,
3606
3589
  abi: zoraCreatorRedeemMinterFactoryABI
3607
3590
  };
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"
3591
+ var zoraMints1155ABI = [
3592
+ { stateMutability: "nonpayable", type: "constructor", inputs: [] },
3593
+ {
3594
+ stateMutability: "view",
3595
+ type: "function",
3596
+ inputs: [],
3597
+ name: "ETH_ADDRESS",
3598
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3620
3599
  },
3621
- 10: {
3622
- FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3623
- MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3624
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3600
+ {
3601
+ stateMutability: "view",
3602
+ type: "function",
3603
+ inputs: [],
3604
+ name: "MINIMUM_ERC20_PRICE",
3605
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3625
3606
  },
3626
- 999: {
3627
- FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3628
- MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3629
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3607
+ {
3608
+ stateMutability: "view",
3609
+ type: "function",
3610
+ inputs: [],
3611
+ name: "MINIMUM_ETH_PRICE",
3612
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3630
3613
  },
3631
- 8453: {
3632
- FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
3633
- MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
3634
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3614
+ {
3615
+ stateMutability: "view",
3616
+ type: "function",
3617
+ inputs: [],
3618
+ name: "authority",
3619
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3635
3620
  },
3636
- 42161: {
3637
- FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
3638
- MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3639
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3621
+ {
3622
+ stateMutability: "view",
3623
+ type: "function",
3624
+ inputs: [
3625
+ { name: "account", internalType: "address", type: "address" },
3626
+ { name: "id", internalType: "uint256", type: "uint256" }
3627
+ ],
3628
+ name: "balanceOf",
3629
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3640
3630
  },
3641
- 81457: {
3642
- FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
3643
- MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
3644
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3631
+ {
3632
+ stateMutability: "view",
3633
+ type: "function",
3634
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
3635
+ name: "balanceOfAccount",
3636
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3645
3637
  },
3646
- 421614: {
3647
- FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3648
- MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3649
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3638
+ {
3639
+ stateMutability: "view",
3640
+ type: "function",
3641
+ inputs: [
3642
+ { name: "accounts", internalType: "address[]", type: "address[]" },
3643
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" }
3644
+ ],
3645
+ name: "balanceOfBatch",
3646
+ outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
3650
3647
  },
3651
- 7777777: {
3652
- FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
3653
- MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
3654
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3648
+ {
3649
+ stateMutability: "view",
3650
+ type: "function",
3651
+ inputs: [],
3652
+ name: "contractURI",
3653
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3655
3654
  },
3656
- 11155111: {
3657
- FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3658
- MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3659
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3655
+ {
3656
+ stateMutability: "pure",
3657
+ type: "function",
3658
+ inputs: [],
3659
+ name: "contractVersion",
3660
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3660
3661
  },
3661
- 168587773: {
3662
- FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3663
- MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3664
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3662
+ {
3663
+ stateMutability: "nonpayable",
3664
+ type: "function",
3665
+ inputs: [
3666
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3667
+ {
3668
+ name: "tokenConfig",
3669
+ internalType: "struct TokenConfig",
3670
+ type: "tuple",
3671
+ components: [
3672
+ { name: "price", internalType: "uint256", type: "uint256" },
3673
+ { name: "tokenAddress", internalType: "address", type: "address" }
3674
+ ]
3675
+ }
3676
+ ],
3677
+ name: "createToken",
3678
+ outputs: []
3665
3679
  },
3666
- 999999999: {
3667
- FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3668
- MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3669
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3670
- }
3671
- };
3672
- var addresses = {
3673
- 1: {
3674
- CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
3675
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3676
- FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
3677
- FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3678
- FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3679
- MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3680
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
3681
- PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3682
- REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
3683
- UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3684
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
3685
- timestamp: 1706664239
3680
+ {
3681
+ stateMutability: "view",
3682
+ type: "function",
3683
+ inputs: [],
3684
+ name: "eip712Domain",
3685
+ outputs: [
3686
+ { name: "fields", internalType: "bytes1", type: "bytes1" },
3687
+ { name: "name", internalType: "string", type: "string" },
3688
+ { name: "version", internalType: "string", type: "string" },
3689
+ { name: "chainId", internalType: "uint256", type: "uint256" },
3690
+ { name: "verifyingContract", internalType: "address", type: "address" },
3691
+ { name: "salt", internalType: "bytes32", type: "bytes32" },
3692
+ { name: "extensions", internalType: "uint256[]", type: "uint256[]" }
3693
+ ]
3686
3694
  },
3687
- 10: {
3688
- CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
3689
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3690
- FACTORY_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
3691
- FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3692
- FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
3693
- MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
3694
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
3695
- PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3696
- REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
3697
- UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3698
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
3699
- timestamp: 1706664035
3695
+ {
3696
+ stateMutability: "view",
3697
+ type: "function",
3698
+ inputs: [],
3699
+ name: "getManager",
3700
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3700
3701
  },
3701
- 999: {
3702
- CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
3703
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3704
- FACTORY_IMPL: "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
3705
- FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3706
- FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3707
- MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3708
- PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3702
+ {
3703
+ stateMutability: "view",
3704
+ type: "function",
3705
+ inputs: [],
3706
+ name: "getMsgSender",
3707
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3708
+ },
3709
+ {
3710
+ stateMutability: "view",
3711
+ type: "function",
3712
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3713
+ name: "getTokenConfig",
3714
+ outputs: [
3715
+ {
3716
+ name: "",
3717
+ internalType: "struct TokenConfig",
3718
+ type: "tuple",
3719
+ components: [
3720
+ { name: "price", internalType: "uint256", type: "uint256" },
3721
+ { name: "tokenAddress", internalType: "address", type: "address" }
3722
+ ]
3723
+ }
3724
+ ]
3725
+ },
3726
+ {
3727
+ stateMutability: "view",
3728
+ type: "function",
3729
+ inputs: [
3730
+ {
3731
+ name: "permit",
3732
+ internalType: "struct IZoraMints1155Managed.Permit",
3733
+ type: "tuple",
3734
+ components: [
3735
+ { name: "owner", internalType: "address", type: "address" },
3736
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3737
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3738
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3739
+ { name: "call", internalType: "bytes", type: "bytes" },
3740
+ { name: "deadline", internalType: "uint256", type: "uint256" }
3741
+ ]
3742
+ },
3743
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3744
+ ],
3745
+ name: "hashPermit",
3746
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
3747
+ },
3748
+ {
3749
+ stateMutability: "view",
3750
+ type: "function",
3751
+ inputs: [
3752
+ { name: "account", internalType: "address", type: "address" },
3753
+ { name: "operator", internalType: "address", type: "address" }
3754
+ ],
3755
+ name: "isApprovedForAll",
3756
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3757
+ },
3758
+ {
3759
+ stateMutability: "view",
3760
+ type: "function",
3761
+ inputs: [],
3762
+ name: "isConsumingScheduledOp",
3763
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
3764
+ },
3765
+ {
3766
+ stateMutability: "view",
3767
+ type: "function",
3768
+ inputs: [
3769
+ {
3770
+ name: "permit",
3771
+ internalType: "struct IZoraMints1155Managed.Permit",
3772
+ type: "tuple",
3773
+ components: [
3774
+ { name: "owner", internalType: "address", type: "address" },
3775
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3776
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3777
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3778
+ { name: "call", internalType: "bytes", type: "bytes" },
3779
+ { name: "deadline", internalType: "uint256", type: "uint256" }
3780
+ ]
3781
+ },
3782
+ { name: "signature", internalType: "bytes", type: "bytes" }
3783
+ ],
3784
+ name: "isValidSignature",
3785
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3786
+ },
3787
+ {
3788
+ stateMutability: "nonpayable",
3789
+ type: "function",
3790
+ inputs: [
3791
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3792
+ { name: "tokenAddress", internalType: "address", type: "address" },
3793
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3794
+ { name: "recipient", internalType: "address", type: "address" },
3795
+ { name: "data", internalType: "bytes", type: "bytes" }
3796
+ ],
3797
+ name: "mintTokenWithERC20",
3798
+ outputs: []
3799
+ },
3800
+ {
3801
+ stateMutability: "payable",
3802
+ type: "function",
3803
+ inputs: [
3804
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3805
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3806
+ { name: "recipient", internalType: "address", type: "address" },
3807
+ { name: "data", internalType: "bytes", type: "bytes" }
3808
+ ],
3809
+ name: "mintTokenWithEth",
3810
+ outputs: []
3811
+ },
3812
+ {
3813
+ stateMutability: "pure",
3814
+ type: "function",
3815
+ inputs: [],
3816
+ name: "name",
3817
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3818
+ },
3819
+ {
3820
+ stateMutability: "view",
3821
+ type: "function",
3822
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
3823
+ name: "nonces",
3824
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3825
+ },
3826
+ {
3827
+ stateMutability: "nonpayable",
3828
+ type: "function",
3829
+ inputs: [
3830
+ { name: "newContractURI", internalType: "string", type: "string" },
3831
+ { name: "newBaseURI", internalType: "string", type: "string" }
3832
+ ],
3833
+ name: "notifyURIsUpdated",
3834
+ outputs: []
3835
+ },
3836
+ {
3837
+ stateMutability: "nonpayable",
3838
+ type: "function",
3839
+ inputs: [
3840
+ { name: "newUri", internalType: "string", type: "string" },
3841
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
3842
+ ],
3843
+ name: "notifyUpdatedTokenURI",
3844
+ outputs: []
3845
+ },
3846
+ {
3847
+ stateMutability: "nonpayable",
3848
+ type: "function",
3849
+ inputs: [
3850
+ {
3851
+ name: "permit",
3852
+ internalType: "struct IZoraMints1155Managed.Permit",
3853
+ type: "tuple",
3854
+ components: [
3855
+ { name: "owner", internalType: "address", type: "address" },
3856
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3857
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3858
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3859
+ { name: "call", internalType: "bytes", type: "bytes" },
3860
+ { name: "deadline", internalType: "uint256", type: "uint256" }
3861
+ ]
3862
+ },
3863
+ { name: "signature", internalType: "bytes", type: "bytes" }
3864
+ ],
3865
+ name: "permitTransferBatchToManagerAndCall",
3866
+ outputs: [{ name: "callReturn", internalType: "bytes", type: "bytes" }]
3867
+ },
3868
+ {
3869
+ stateMutability: "nonpayable",
3870
+ type: "function",
3871
+ inputs: [
3872
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3873
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3874
+ { name: "recipient", internalType: "address", type: "address" }
3875
+ ],
3876
+ name: "redeem",
3877
+ outputs: [
3878
+ {
3879
+ name: "",
3880
+ internalType: "struct Redemption",
3881
+ type: "tuple",
3882
+ components: [
3883
+ { name: "tokenAddress", internalType: "address", type: "address" },
3884
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3885
+ ]
3886
+ }
3887
+ ]
3888
+ },
3889
+ {
3890
+ stateMutability: "nonpayable",
3891
+ type: "function",
3892
+ inputs: [
3893
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3894
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3895
+ { name: "recipient", internalType: "address", type: "address" }
3896
+ ],
3897
+ name: "redeemBatch",
3898
+ outputs: [
3899
+ {
3900
+ name: "redemptions",
3901
+ internalType: "struct Redemption[]",
3902
+ type: "tuple[]",
3903
+ components: [
3904
+ { name: "tokenAddress", internalType: "address", type: "address" },
3905
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3906
+ ]
3907
+ }
3908
+ ]
3909
+ },
3910
+ {
3911
+ stateMutability: "nonpayable",
3912
+ type: "function",
3913
+ inputs: [
3914
+ { name: "from", internalType: "address", type: "address" },
3915
+ { name: "to", internalType: "address", type: "address" },
3916
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
3917
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
3918
+ { name: "data", internalType: "bytes", type: "bytes" }
3919
+ ],
3920
+ name: "safeBatchTransferFrom",
3921
+ outputs: []
3922
+ },
3923
+ {
3924
+ stateMutability: "nonpayable",
3925
+ type: "function",
3926
+ inputs: [
3927
+ { name: "from", internalType: "address", type: "address" },
3928
+ { name: "to", internalType: "address", type: "address" },
3929
+ { name: "id", internalType: "uint256", type: "uint256" },
3930
+ { name: "value", internalType: "uint256", type: "uint256" },
3931
+ { name: "data", internalType: "bytes", type: "bytes" }
3932
+ ],
3933
+ name: "safeTransferFrom",
3934
+ outputs: []
3935
+ },
3936
+ {
3937
+ stateMutability: "nonpayable",
3938
+ type: "function",
3939
+ inputs: [
3940
+ { name: "operator", internalType: "address", type: "address" },
3941
+ { name: "approved", internalType: "bool", type: "bool" }
3942
+ ],
3943
+ name: "setApprovalForAll",
3944
+ outputs: []
3945
+ },
3946
+ {
3947
+ stateMutability: "nonpayable",
3948
+ type: "function",
3949
+ inputs: [
3950
+ { name: "newAuthority", internalType: "address", type: "address" }
3951
+ ],
3952
+ name: "setAuthority",
3953
+ outputs: []
3954
+ },
3955
+ {
3956
+ stateMutability: "view",
3957
+ type: "function",
3958
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3959
+ name: "supportsInterface",
3960
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3961
+ },
3962
+ {
3963
+ stateMutability: "pure",
3964
+ type: "function",
3965
+ inputs: [],
3966
+ name: "symbol",
3967
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3968
+ },
3969
+ {
3970
+ stateMutability: "view",
3971
+ type: "function",
3972
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3973
+ name: "tokenExists",
3974
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3975
+ },
3976
+ {
3977
+ stateMutability: "view",
3978
+ type: "function",
3979
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3980
+ name: "tokenPrice",
3981
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3982
+ },
3983
+ {
3984
+ stateMutability: "payable",
3985
+ type: "function",
3986
+ inputs: [
3987
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3988
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3989
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3990
+ { name: "call", internalType: "bytes", type: "bytes" }
3991
+ ],
3992
+ name: "transferBatchToManagerAndCall",
3993
+ outputs: [{ name: "callReturn", internalType: "bytes", type: "bytes" }]
3994
+ },
3995
+ {
3996
+ stateMutability: "view",
3997
+ type: "function",
3998
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3999
+ name: "uri",
4000
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4001
+ },
4002
+ {
4003
+ type: "event",
4004
+ anonymous: false,
4005
+ inputs: [
4006
+ {
4007
+ name: "account",
4008
+ internalType: "address",
4009
+ type: "address",
4010
+ indexed: true
4011
+ },
4012
+ {
4013
+ name: "operator",
4014
+ internalType: "address",
4015
+ type: "address",
4016
+ indexed: true
4017
+ },
4018
+ { name: "approved", internalType: "bool", type: "bool", indexed: false }
4019
+ ],
4020
+ name: "ApprovalForAll"
4021
+ },
4022
+ {
4023
+ type: "event",
4024
+ anonymous: false,
4025
+ inputs: [
4026
+ {
4027
+ name: "authority",
4028
+ internalType: "address",
4029
+ type: "address",
4030
+ indexed: false
4031
+ }
4032
+ ],
4033
+ name: "AuthorityUpdated"
4034
+ },
4035
+ { type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
4036
+ { type: "event", anonymous: false, inputs: [], name: "EIP712DomainChanged" },
4037
+ {
4038
+ type: "event",
4039
+ anonymous: false,
4040
+ inputs: [
4041
+ {
4042
+ name: "tokenId",
4043
+ internalType: "uint256",
4044
+ type: "uint256",
4045
+ indexed: true
4046
+ }
4047
+ ],
4048
+ name: "EthMintableTokenSet"
4049
+ },
4050
+ {
4051
+ type: "event",
4052
+ anonymous: false,
4053
+ inputs: [
4054
+ {
4055
+ name: "tokenId",
4056
+ internalType: "uint256",
4057
+ type: "uint256",
4058
+ indexed: true
4059
+ },
4060
+ {
4061
+ name: "pricePerToken",
4062
+ internalType: "uint256",
4063
+ type: "uint256",
4064
+ indexed: true
4065
+ }
4066
+ ],
4067
+ name: "EthTokenCreated"
4068
+ },
4069
+ {
4070
+ type: "event",
4071
+ anonymous: false,
4072
+ inputs: [
4073
+ {
4074
+ name: "tokenIds",
4075
+ internalType: "uint256[]",
4076
+ type: "uint256[]",
4077
+ indexed: false
4078
+ },
4079
+ {
4080
+ name: "quantities",
4081
+ internalType: "uint256[]",
4082
+ type: "uint256[]",
4083
+ indexed: false
4084
+ },
4085
+ {
4086
+ name: "recipient",
4087
+ internalType: "address",
4088
+ type: "address",
4089
+ indexed: false
4090
+ }
4091
+ ],
4092
+ name: "RedeemedBatch"
4093
+ },
4094
+ {
4095
+ type: "event",
4096
+ anonymous: false,
4097
+ inputs: [
4098
+ {
4099
+ name: "tokenId",
4100
+ internalType: "uint256",
4101
+ type: "uint256",
4102
+ indexed: true
4103
+ },
4104
+ {
4105
+ name: "tokenConfig",
4106
+ internalType: "struct TokenConfig",
4107
+ type: "tuple",
4108
+ components: [
4109
+ { name: "price", internalType: "uint256", type: "uint256" },
4110
+ { name: "tokenAddress", internalType: "address", type: "address" }
4111
+ ],
4112
+ indexed: true
4113
+ }
4114
+ ],
4115
+ name: "TokenCreated"
4116
+ },
4117
+ {
4118
+ type: "event",
4119
+ anonymous: false,
4120
+ inputs: [
4121
+ {
4122
+ name: "operator",
4123
+ internalType: "address",
4124
+ type: "address",
4125
+ indexed: true
4126
+ },
4127
+ { name: "from", internalType: "address", type: "address", indexed: true },
4128
+ { name: "to", internalType: "address", type: "address", indexed: true },
4129
+ {
4130
+ name: "ids",
4131
+ internalType: "uint256[]",
4132
+ type: "uint256[]",
4133
+ indexed: false
4134
+ },
4135
+ {
4136
+ name: "values",
4137
+ internalType: "uint256[]",
4138
+ type: "uint256[]",
4139
+ indexed: false
4140
+ }
4141
+ ],
4142
+ name: "TransferBatch"
4143
+ },
4144
+ {
4145
+ type: "event",
4146
+ anonymous: false,
4147
+ inputs: [
4148
+ {
4149
+ name: "operator",
4150
+ internalType: "address",
4151
+ type: "address",
4152
+ indexed: true
4153
+ },
4154
+ { name: "from", internalType: "address", type: "address", indexed: true },
4155
+ { name: "to", internalType: "address", type: "address", indexed: true },
4156
+ { name: "id", internalType: "uint256", type: "uint256", indexed: false },
4157
+ {
4158
+ name: "value",
4159
+ internalType: "uint256",
4160
+ type: "uint256",
4161
+ indexed: false
4162
+ }
4163
+ ],
4164
+ name: "TransferSingle"
4165
+ },
4166
+ {
4167
+ type: "event",
4168
+ anonymous: false,
4169
+ inputs: [
4170
+ { name: "value", internalType: "string", type: "string", indexed: false },
4171
+ { name: "id", internalType: "uint256", type: "uint256", indexed: true }
4172
+ ],
4173
+ name: "URI"
4174
+ },
4175
+ {
4176
+ type: "event",
4177
+ anonymous: false,
4178
+ inputs: [
4179
+ {
4180
+ name: "contractURI",
4181
+ internalType: "string",
4182
+ type: "string",
4183
+ indexed: false
4184
+ },
4185
+ {
4186
+ name: "baseURI",
4187
+ internalType: "string",
4188
+ type: "string",
4189
+ indexed: false
4190
+ }
4191
+ ],
4192
+ name: "URIsUpdated"
4193
+ },
4194
+ {
4195
+ type: "error",
4196
+ inputs: [{ name: "authority", internalType: "address", type: "address" }],
4197
+ name: "AccessManagedInvalidAuthority"
4198
+ },
4199
+ {
4200
+ type: "error",
4201
+ inputs: [
4202
+ { name: "caller", internalType: "address", type: "address" },
4203
+ { name: "delay", internalType: "uint32", type: "uint32" }
4204
+ ],
4205
+ name: "AccessManagedRequiredDelay"
4206
+ },
4207
+ {
4208
+ type: "error",
4209
+ inputs: [{ name: "caller", internalType: "address", type: "address" }],
4210
+ name: "AccessManagedUnauthorized"
4211
+ },
4212
+ {
4213
+ type: "error",
4214
+ inputs: [
4215
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
4216
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
4217
+ ],
4218
+ name: "ArrayLengthMismatch"
4219
+ },
4220
+ {
4221
+ type: "error",
4222
+ inputs: [{ name: "returnData", internalType: "bytes", type: "bytes" }],
4223
+ name: "CallFailed"
4224
+ },
4225
+ {
4226
+ type: "error",
4227
+ inputs: [
4228
+ { name: "sender", internalType: "address", type: "address" },
4229
+ { name: "balance", internalType: "uint256", type: "uint256" },
4230
+ { name: "needed", internalType: "uint256", type: "uint256" },
4231
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4232
+ ],
4233
+ name: "ERC1155InsufficientBalance"
4234
+ },
4235
+ {
4236
+ type: "error",
4237
+ inputs: [{ name: "approver", internalType: "address", type: "address" }],
4238
+ name: "ERC1155InvalidApprover"
4239
+ },
4240
+ {
4241
+ type: "error",
4242
+ inputs: [
4243
+ { name: "idsLength", internalType: "uint256", type: "uint256" },
4244
+ { name: "valuesLength", internalType: "uint256", type: "uint256" }
4245
+ ],
4246
+ name: "ERC1155InvalidArrayLength"
4247
+ },
4248
+ {
4249
+ type: "error",
4250
+ inputs: [{ name: "operator", internalType: "address", type: "address" }],
4251
+ name: "ERC1155InvalidOperator"
4252
+ },
4253
+ {
4254
+ type: "error",
4255
+ inputs: [{ name: "receiver", internalType: "address", type: "address" }],
4256
+ name: "ERC1155InvalidReceiver"
4257
+ },
4258
+ {
4259
+ type: "error",
4260
+ inputs: [{ name: "sender", internalType: "address", type: "address" }],
4261
+ name: "ERC1155InvalidSender"
4262
+ },
4263
+ {
4264
+ type: "error",
4265
+ inputs: [
4266
+ { name: "operator", internalType: "address", type: "address" },
4267
+ { name: "owner", internalType: "address", type: "address" }
4268
+ ],
4269
+ name: "ERC1155MissingApprovalForAll"
4270
+ },
4271
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4272
+ {
4273
+ type: "error",
4274
+ inputs: [{ name: "deadline", internalType: "uint256", type: "uint256" }],
4275
+ name: "ERC2612ExpiredSignature"
4276
+ },
4277
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
4278
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
4279
+ {
4280
+ type: "error",
4281
+ inputs: [
4282
+ { name: "account", internalType: "address", type: "address" },
4283
+ { name: "currentNonce", internalType: "uint256", type: "uint256" }
4284
+ ],
4285
+ name: "InvalidAccountNonce"
4286
+ },
4287
+ { type: "error", inputs: [], name: "InvalidRecipient" },
4288
+ { type: "error", inputs: [], name: "InvalidShortString" },
4289
+ { type: "error", inputs: [], name: "InvalidSignature" },
4290
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
4291
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4292
+ {
4293
+ type: "error",
4294
+ inputs: [{ name: "str", internalType: "string", type: "string" }],
4295
+ name: "StringTooLong"
4296
+ },
4297
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4298
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
4299
+ {
4300
+ type: "error",
4301
+ inputs: [
4302
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
4303
+ {
4304
+ name: "expectedTokenAddress",
4305
+ internalType: "address",
4306
+ type: "address"
4307
+ }
4308
+ ],
4309
+ name: "TokenMismatch"
4310
+ },
4311
+ { type: "error", inputs: [], name: "TokenNotMintable" }
4312
+ ];
4313
+ var zoraMints1155Address = {
4314
+ 999999999: "0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F"
4315
+ };
4316
+ var zoraMints1155Config = {
4317
+ address: zoraMints1155Address,
4318
+ abi: zoraMints1155ABI
4319
+ };
4320
+ var zoraMintsManagerImplABI = [
4321
+ {
4322
+ stateMutability: "nonpayable",
4323
+ type: "constructor",
4324
+ inputs: [
4325
+ {
4326
+ name: "_premintExecutor",
4327
+ internalType: "contract IZoraCreator1155PremintExecutorV2",
4328
+ type: "address"
4329
+ }
4330
+ ]
4331
+ },
4332
+ {
4333
+ stateMutability: "view",
4334
+ type: "function",
4335
+ inputs: [],
4336
+ name: "UPGRADE_INTERFACE_VERSION",
4337
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4338
+ },
4339
+ {
4340
+ stateMutability: "nonpayable",
4341
+ type: "function",
4342
+ inputs: [],
4343
+ name: "acceptOwnership",
4344
+ outputs: []
4345
+ },
4346
+ {
4347
+ stateMutability: "view",
4348
+ type: "function",
4349
+ inputs: [
4350
+ { name: "caller", internalType: "address", type: "address" },
4351
+ { name: "", internalType: "address", type: "address" },
4352
+ { name: "", internalType: "bytes4", type: "bytes4" }
4353
+ ],
4354
+ name: "canCall",
4355
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
4356
+ },
4357
+ {
4358
+ stateMutability: "payable",
4359
+ type: "function",
4360
+ inputs: [
4361
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4362
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4363
+ {
4364
+ name: "zoraCreator1155Contract",
4365
+ internalType: "contract IMintWithMints",
4366
+ type: "address"
4367
+ },
4368
+ { name: "minter", internalType: "contract IMinter1155", type: "address" },
4369
+ {
4370
+ name: "zoraCreator1155TokenId",
4371
+ internalType: "uint256",
4372
+ type: "uint256"
4373
+ },
4374
+ {
4375
+ name: "mintArguments",
4376
+ internalType: "struct MintArguments",
4377
+ type: "tuple",
4378
+ components: [
4379
+ { name: "mintRecipient", internalType: "address", type: "address" },
4380
+ { name: "mintComment", internalType: "string", type: "string" },
4381
+ {
4382
+ name: "mintRewardsRecipients",
4383
+ internalType: "address[]",
4384
+ type: "address[]"
4385
+ }
4386
+ ]
4387
+ }
4388
+ ],
4389
+ name: "collect",
4390
+ outputs: []
4391
+ },
4392
+ {
4393
+ stateMutability: "payable",
4394
+ type: "function",
4395
+ inputs: [
4396
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4397
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4398
+ {
4399
+ name: "contractConfig",
4400
+ internalType: "struct ContractCreationConfig",
4401
+ type: "tuple",
4402
+ components: [
4403
+ { name: "contractAdmin", internalType: "address", type: "address" },
4404
+ { name: "contractURI", internalType: "string", type: "string" },
4405
+ { name: "contractName", internalType: "string", type: "string" }
4406
+ ]
4407
+ },
4408
+ {
4409
+ name: "premintConfig",
4410
+ internalType: "struct PremintConfigV2",
4411
+ type: "tuple",
4412
+ components: [
4413
+ {
4414
+ name: "tokenConfig",
4415
+ internalType: "struct TokenCreationConfigV2",
4416
+ type: "tuple",
4417
+ components: [
4418
+ { name: "tokenURI", internalType: "string", type: "string" },
4419
+ { name: "maxSupply", internalType: "uint256", type: "uint256" },
4420
+ {
4421
+ name: "maxTokensPerAddress",
4422
+ internalType: "uint64",
4423
+ type: "uint64"
4424
+ },
4425
+ { name: "pricePerToken", internalType: "uint96", type: "uint96" },
4426
+ { name: "mintStart", internalType: "uint64", type: "uint64" },
4427
+ { name: "mintDuration", internalType: "uint64", type: "uint64" },
4428
+ { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
4429
+ {
4430
+ name: "payoutRecipient",
4431
+ internalType: "address",
4432
+ type: "address"
4433
+ },
4434
+ {
4435
+ name: "fixedPriceMinter",
4436
+ internalType: "address",
4437
+ type: "address"
4438
+ },
4439
+ {
4440
+ name: "createReferral",
4441
+ internalType: "address",
4442
+ type: "address"
4443
+ }
4444
+ ]
4445
+ },
4446
+ { name: "uid", internalType: "uint32", type: "uint32" },
4447
+ { name: "version", internalType: "uint32", type: "uint32" },
4448
+ { name: "deleted", internalType: "bool", type: "bool" }
4449
+ ]
4450
+ },
4451
+ { name: "signature", internalType: "bytes", type: "bytes" },
4452
+ {
4453
+ name: "mintArguments",
4454
+ internalType: "struct MintArguments",
4455
+ type: "tuple",
4456
+ components: [
4457
+ { name: "mintRecipient", internalType: "address", type: "address" },
4458
+ { name: "mintComment", internalType: "string", type: "string" },
4459
+ {
4460
+ name: "mintRewardsRecipients",
4461
+ internalType: "address[]",
4462
+ type: "address[]"
4463
+ }
4464
+ ]
4465
+ },
4466
+ { name: "signerContract", internalType: "address", type: "address" }
4467
+ ],
4468
+ name: "collectPremintV2",
4469
+ outputs: [
4470
+ {
4471
+ name: "result",
4472
+ internalType: "struct PremintResult",
4473
+ type: "tuple",
4474
+ components: [
4475
+ { name: "contractAddress", internalType: "address", type: "address" },
4476
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4477
+ { name: "createdNewContract", internalType: "bool", type: "bool" }
4478
+ ]
4479
+ }
4480
+ ]
4481
+ },
4482
+ {
4483
+ stateMutability: "pure",
4484
+ type: "function",
4485
+ inputs: [],
4486
+ name: "contractName",
4487
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4488
+ },
4489
+ {
4490
+ stateMutability: "view",
4491
+ type: "function",
4492
+ inputs: [],
4493
+ name: "contractURI",
4494
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4495
+ },
4496
+ {
4497
+ stateMutability: "pure",
4498
+ type: "function",
4499
+ inputs: [],
4500
+ name: "contractVersion",
4501
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4502
+ },
4503
+ {
4504
+ stateMutability: "nonpayable",
4505
+ type: "function",
4506
+ inputs: [
4507
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4508
+ {
4509
+ name: "tokenConfig",
4510
+ internalType: "struct TokenConfig",
4511
+ type: "tuple",
4512
+ components: [
4513
+ { name: "price", internalType: "uint256", type: "uint256" },
4514
+ { name: "tokenAddress", internalType: "address", type: "address" }
4515
+ ]
4516
+ },
4517
+ { name: "defaultMintable", internalType: "bool", type: "bool" }
4518
+ ],
4519
+ name: "createToken",
4520
+ outputs: []
4521
+ },
4522
+ {
4523
+ stateMutability: "view",
4524
+ type: "function",
4525
+ inputs: [],
4526
+ name: "getEthPrice",
4527
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4528
+ },
4529
+ {
4530
+ stateMutability: "view",
4531
+ type: "function",
4532
+ inputs: [],
4533
+ name: "implementation",
4534
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4535
+ },
4536
+ {
4537
+ stateMutability: "nonpayable",
4538
+ type: "function",
4539
+ inputs: [
4540
+ { name: "defaultOwner", internalType: "address", type: "address" },
4541
+ { name: "zoraMintsSalt", internalType: "bytes32", type: "bytes32" },
4542
+ { name: "zoraMintsCreationCode", internalType: "bytes", type: "bytes" },
4543
+ { name: "initialEthTokenId", internalType: "uint256", type: "uint256" },
4544
+ {
4545
+ name: "initialEthTokenPrice",
4546
+ internalType: "uint256",
4547
+ type: "uint256"
4548
+ },
4549
+ { name: "newBaseURI", internalType: "string", type: "string" },
4550
+ { name: "newContractURI", internalType: "string", type: "string" }
4551
+ ],
4552
+ name: "initialize",
4553
+ outputs: [
4554
+ {
4555
+ name: "mints",
4556
+ internalType: "contract IZoraMints1155",
4557
+ type: "address"
4558
+ }
4559
+ ]
4560
+ },
4561
+ {
4562
+ stateMutability: "nonpayable",
4563
+ type: "function",
4564
+ inputs: [
4565
+ { name: "tokenAddress", internalType: "address", type: "address" },
4566
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4567
+ { name: "recipient", internalType: "address", type: "address" }
4568
+ ],
4569
+ name: "mintWithERC20",
4570
+ outputs: [
4571
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4572
+ ]
4573
+ },
4574
+ {
4575
+ stateMutability: "payable",
4576
+ type: "function",
4577
+ inputs: [
4578
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4579
+ { name: "recipient", internalType: "address", type: "address" }
4580
+ ],
4581
+ name: "mintWithEth",
4582
+ outputs: [
4583
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4584
+ ]
4585
+ },
4586
+ {
4587
+ stateMutability: "view",
4588
+ type: "function",
4589
+ inputs: [],
4590
+ name: "mintableEthToken",
4591
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4592
+ },
4593
+ {
4594
+ stateMutability: "pure",
4595
+ type: "function",
4596
+ inputs: [
4597
+ { name: "", internalType: "address", type: "address" },
4598
+ { name: "", internalType: "address", type: "address" },
4599
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
4600
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
4601
+ { name: "", internalType: "bytes", type: "bytes" }
4602
+ ],
4603
+ name: "onERC1155BatchReceived",
4604
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4605
+ },
4606
+ {
4607
+ stateMutability: "pure",
4608
+ type: "function",
4609
+ inputs: [
4610
+ { name: "", internalType: "address", type: "address" },
4611
+ { name: "", internalType: "address", type: "address" },
4612
+ { name: "", internalType: "uint256", type: "uint256" },
4613
+ { name: "", internalType: "uint256", type: "uint256" },
4614
+ { name: "", internalType: "bytes", type: "bytes" }
4615
+ ],
4616
+ name: "onERC1155Received",
4617
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4618
+ },
4619
+ {
4620
+ stateMutability: "view",
4621
+ type: "function",
4622
+ inputs: [],
4623
+ name: "owner",
4624
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4625
+ },
4626
+ {
4627
+ stateMutability: "view",
4628
+ type: "function",
4629
+ inputs: [],
4630
+ name: "pendingOwner",
4631
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4632
+ },
4633
+ {
4634
+ stateMutability: "view",
4635
+ type: "function",
4636
+ inputs: [],
4637
+ name: "proxiableUUID",
4638
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
4639
+ },
4640
+ {
4641
+ stateMutability: "nonpayable",
4642
+ type: "function",
4643
+ inputs: [],
4644
+ name: "renounceOwnership",
4645
+ outputs: []
4646
+ },
4647
+ {
4648
+ stateMutability: "nonpayable",
4649
+ type: "function",
4650
+ inputs: [
4651
+ { name: "tokenAddress", internalType: "address", type: "address" },
4652
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4653
+ ],
4654
+ name: "setDefaultMintable",
4655
+ outputs: []
4656
+ },
4657
+ {
4658
+ stateMutability: "nonpayable",
4659
+ type: "function",
4660
+ inputs: [
4661
+ { name: "newContractURI", internalType: "string", type: "string" },
4662
+ { name: "newBaseURI", internalType: "string", type: "string" }
4663
+ ],
4664
+ name: "setMetadataURIs",
4665
+ outputs: []
4666
+ },
4667
+ {
4668
+ stateMutability: "nonpayable",
4669
+ type: "function",
4670
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
4671
+ name: "transferOwnership",
4672
+ outputs: []
4673
+ },
4674
+ {
4675
+ stateMutability: "payable",
4676
+ type: "function",
4677
+ inputs: [
4678
+ { name: "newImplementation", internalType: "address", type: "address" },
4679
+ { name: "data", internalType: "bytes", type: "bytes" }
4680
+ ],
4681
+ name: "upgradeToAndCall",
4682
+ outputs: []
4683
+ },
4684
+ {
4685
+ stateMutability: "view",
4686
+ type: "function",
4687
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
4688
+ name: "uri",
4689
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4690
+ },
4691
+ {
4692
+ stateMutability: "view",
4693
+ type: "function",
4694
+ inputs: [],
4695
+ name: "zoraMints1155",
4696
+ outputs: [
4697
+ { name: "", internalType: "contract IZoraMints1155", type: "address" }
4698
+ ]
4699
+ },
4700
+ {
4701
+ type: "event",
4702
+ anonymous: false,
4703
+ inputs: [
4704
+ {
4705
+ name: "tokenIds",
4706
+ internalType: "uint256[]",
4707
+ type: "uint256[]",
4708
+ indexed: true
4709
+ },
4710
+ {
4711
+ name: "quantities",
4712
+ internalType: "uint256[]",
4713
+ type: "uint256[]",
4714
+ indexed: false
4715
+ },
4716
+ {
4717
+ name: "zoraCreator1155Contract",
4718
+ internalType: "address",
4719
+ type: "address",
4720
+ indexed: true
4721
+ },
4722
+ {
4723
+ name: "zoraCreator1155TokenId",
4724
+ internalType: "uint256",
4725
+ type: "uint256",
4726
+ indexed: true
4727
+ }
4728
+ ],
4729
+ name: "Collected"
4730
+ },
4731
+ {
4732
+ type: "event",
4733
+ anonymous: false,
4734
+ inputs: [
4735
+ {
4736
+ name: "tokenAddress",
4737
+ internalType: "address",
4738
+ type: "address",
4739
+ indexed: false
4740
+ },
4741
+ {
4742
+ name: "tokenId",
4743
+ internalType: "uint256",
4744
+ type: "uint256",
4745
+ indexed: false
4746
+ }
4747
+ ],
4748
+ name: "DefaultMintableTokenSet"
4749
+ },
4750
+ {
4751
+ type: "event",
4752
+ anonymous: false,
4753
+ inputs: [
4754
+ {
4755
+ name: "version",
4756
+ internalType: "uint64",
4757
+ type: "uint64",
4758
+ indexed: false
4759
+ }
4760
+ ],
4761
+ name: "Initialized"
4762
+ },
4763
+ {
4764
+ type: "event",
4765
+ anonymous: false,
4766
+ inputs: [
4767
+ {
4768
+ name: "sender",
4769
+ internalType: "address",
4770
+ type: "address",
4771
+ indexed: true
4772
+ },
4773
+ {
4774
+ name: "tokenContract",
4775
+ internalType: "address",
4776
+ type: "address",
4777
+ indexed: true
4778
+ },
4779
+ {
4780
+ name: "tokenId",
4781
+ internalType: "uint256",
4782
+ type: "uint256",
4783
+ indexed: true
4784
+ },
4785
+ {
4786
+ name: "quantity",
4787
+ internalType: "uint256",
4788
+ type: "uint256",
4789
+ indexed: false
4790
+ },
4791
+ {
4792
+ name: "comment",
4793
+ internalType: "string",
4794
+ type: "string",
4795
+ indexed: false
4796
+ }
4797
+ ],
4798
+ name: "MintComment"
4799
+ },
4800
+ {
4801
+ type: "event",
4802
+ anonymous: false,
4803
+ inputs: [
4804
+ {
4805
+ name: "previousOwner",
4806
+ internalType: "address",
4807
+ type: "address",
4808
+ indexed: true
4809
+ },
4810
+ {
4811
+ name: "newOwner",
4812
+ internalType: "address",
4813
+ type: "address",
4814
+ indexed: true
4815
+ }
4816
+ ],
4817
+ name: "OwnershipTransferStarted"
4818
+ },
4819
+ {
4820
+ type: "event",
4821
+ anonymous: false,
4822
+ inputs: [
4823
+ {
4824
+ name: "previousOwner",
4825
+ internalType: "address",
4826
+ type: "address",
4827
+ indexed: true
4828
+ },
4829
+ {
4830
+ name: "newOwner",
4831
+ internalType: "address",
4832
+ type: "address",
4833
+ indexed: true
4834
+ }
4835
+ ],
4836
+ name: "OwnershipTransferred"
4837
+ },
4838
+ {
4839
+ type: "event",
4840
+ anonymous: false,
4841
+ inputs: [
4842
+ {
4843
+ name: "contractURI",
4844
+ internalType: "string",
4845
+ type: "string",
4846
+ indexed: false
4847
+ },
4848
+ {
4849
+ name: "baseURI",
4850
+ internalType: "string",
4851
+ type: "string",
4852
+ indexed: false
4853
+ }
4854
+ ],
4855
+ name: "URIsUpdated"
4856
+ },
4857
+ {
4858
+ type: "event",
4859
+ anonymous: false,
4860
+ inputs: [
4861
+ {
4862
+ name: "implementation",
4863
+ internalType: "address",
4864
+ type: "address",
4865
+ indexed: true
4866
+ }
4867
+ ],
4868
+ name: "Upgraded"
4869
+ },
4870
+ {
4871
+ type: "error",
4872
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
4873
+ name: "AddressEmptyCode"
4874
+ },
4875
+ {
4876
+ type: "error",
4877
+ inputs: [
4878
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
4879
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
4880
+ ],
4881
+ name: "ArrayLengthMismatch"
4882
+ },
4883
+ {
4884
+ type: "error",
4885
+ inputs: [
4886
+ { name: "operator", internalType: "address", type: "address" },
4887
+ { name: "user", internalType: "address", type: "address" }
4888
+ ],
4889
+ name: "Burn_NotOwnerOrApproved"
4890
+ },
4891
+ {
4892
+ type: "error",
4893
+ inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
4894
+ name: "CallFailed"
4895
+ },
4896
+ { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
4897
+ { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
4898
+ {
4899
+ type: "error",
4900
+ inputs: [
4901
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4902
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4903
+ { name: "totalMinted", internalType: "uint256", type: "uint256" },
4904
+ { name: "maxSupply", internalType: "uint256", type: "uint256" }
4905
+ ],
4906
+ name: "CannotMintMoreTokens"
4907
+ },
4908
+ {
4909
+ type: "error",
4910
+ inputs: [
4911
+ { name: "proposedAddress", internalType: "address", type: "address" }
4912
+ ],
4913
+ name: "Config_TransferHookNotSupported"
4914
+ },
4915
+ { type: "error", inputs: [], name: "Create2EmptyBytecode" },
4916
+ { type: "error", inputs: [], name: "Create2FailedDeployment" },
4917
+ {
4918
+ type: "error",
4919
+ inputs: [
4920
+ { name: "balance", internalType: "uint256", type: "uint256" },
4921
+ { name: "needed", internalType: "uint256", type: "uint256" }
4922
+ ],
4923
+ name: "Create2InsufficientBalance"
4924
+ },
4925
+ { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
4926
+ {
4927
+ type: "error",
4928
+ inputs: [
4929
+ { name: "implementation", internalType: "address", type: "address" }
4930
+ ],
4931
+ name: "ERC1967InvalidImplementation"
4932
+ },
4933
+ { type: "error", inputs: [], name: "ERC1967NonPayable" },
4934
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4935
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
4936
+ {
4937
+ type: "error",
4938
+ inputs: [
4939
+ { name: "recipient", internalType: "address", type: "address" },
4940
+ { name: "amount", internalType: "uint256", type: "uint256" }
4941
+ ],
4942
+ name: "ETHWithdrawFailed"
4943
+ },
4944
+ { type: "error", inputs: [], name: "FailedInnerCall" },
4945
+ { type: "error", inputs: [], name: "FirstMinterAddressZero" },
4946
+ {
4947
+ type: "error",
4948
+ inputs: [
4949
+ { name: "amount", internalType: "uint256", type: "uint256" },
4950
+ { name: "contractValue", internalType: "uint256", type: "uint256" }
4951
+ ],
4952
+ name: "FundsWithdrawInsolvent"
4953
+ },
4954
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
4955
+ { type: "error", inputs: [], name: "InvalidAdminAction" },
4956
+ { type: "error", inputs: [], name: "InvalidInitialization" },
4957
+ {
4958
+ type: "error",
4959
+ inputs: [
4960
+ { name: "mintTo", internalType: "address", type: "address" },
4961
+ { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
4962
+ { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
4963
+ ],
4964
+ name: "InvalidMerkleProof"
4965
+ },
4966
+ { type: "error", inputs: [], name: "InvalidMintSchedule" },
4967
+ { type: "error", inputs: [], name: "InvalidPremintVersion" },
4968
+ { type: "error", inputs: [], name: "InvalidRecipient" },
4969
+ { type: "error", inputs: [], name: "InvalidSignature" },
4970
+ { type: "error", inputs: [], name: "InvalidSignatureVersion" },
4971
+ {
4972
+ type: "error",
4973
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
4974
+ name: "InvalidSigner"
4975
+ },
4976
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
4977
+ { type: "error", inputs: [], name: "MintNotYetStarted" },
4978
+ { type: "error", inputs: [], name: "MintWithMintsNotSupportedOnContract" },
4979
+ { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
4980
+ { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
4981
+ { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
4982
+ { type: "error", inputs: [], name: "Mint_UnknownCommand" },
4983
+ { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
4984
+ { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
4985
+ { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
4986
+ { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
4987
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4988
+ { type: "error", inputs: [], name: "NonEthRedemption" },
4989
+ { type: "error", inputs: [], name: "NotInitializing" },
4990
+ {
4991
+ type: "error",
4992
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
4993
+ name: "OwnableInvalidOwner"
4994
+ },
4995
+ {
4996
+ type: "error",
4997
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
4998
+ name: "OwnableUnauthorizedAccount"
4999
+ },
5000
+ { type: "error", inputs: [], name: "PremintDeleted" },
5001
+ {
5002
+ type: "error",
5003
+ inputs: [
5004
+ { name: "caller", internalType: "address", type: "address" },
5005
+ { name: "recipient", internalType: "address", type: "address" },
5006
+ { name: "amount", internalType: "uint256", type: "uint256" }
5007
+ ],
5008
+ name: "ProtocolRewardsWithdrawFailed"
5009
+ },
5010
+ { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
5011
+ { type: "error", inputs: [], name: "SaleEnded" },
5012
+ { type: "error", inputs: [], name: "SaleHasNotStarted" },
5013
+ {
5014
+ type: "error",
5015
+ inputs: [
5016
+ { name: "targetContract", internalType: "address", type: "address" }
5017
+ ],
5018
+ name: "Sale_CannotCallNonSalesContract"
5019
+ },
5020
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
5021
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
5022
+ {
5023
+ type: "error",
5024
+ inputs: [
5025
+ { name: "expected", internalType: "uint256", type: "uint256" },
5026
+ { name: "actual", internalType: "uint256", type: "uint256" }
5027
+ ],
5028
+ name: "TokenIdMismatch"
5029
+ },
5030
+ {
5031
+ type: "error",
5032
+ inputs: [
5033
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
5034
+ {
5035
+ name: "expectedTokenAddress",
5036
+ internalType: "address",
5037
+ type: "address"
5038
+ }
5039
+ ],
5040
+ name: "TokenMismatch"
5041
+ },
5042
+ { type: "error", inputs: [], name: "TokenNotMintable" },
5043
+ { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
5044
+ {
5045
+ type: "error",
5046
+ inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
5047
+ name: "UUPSUnsupportedProxiableUUID"
5048
+ },
5049
+ {
5050
+ type: "error",
5051
+ inputs: [
5052
+ { name: "expected", internalType: "string", type: "string" },
5053
+ { name: "actual", internalType: "string", type: "string" }
5054
+ ],
5055
+ name: "UpgradeToMismatchedContractName"
5056
+ },
5057
+ {
5058
+ type: "error",
5059
+ inputs: [
5060
+ { name: "user", internalType: "address", type: "address" },
5061
+ { name: "limit", internalType: "uint256", type: "uint256" },
5062
+ { name: "requestedAmount", internalType: "uint256", type: "uint256" }
5063
+ ],
5064
+ name: "UserExceedsMintLimit"
5065
+ },
5066
+ {
5067
+ type: "error",
5068
+ inputs: [
5069
+ { name: "user", internalType: "address", type: "address" },
5070
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
5071
+ { name: "role", internalType: "uint256", type: "uint256" }
5072
+ ],
5073
+ name: "UserMissingRoleForToken"
5074
+ },
5075
+ { type: "error", inputs: [], name: "WrongValueSent" },
5076
+ {
5077
+ type: "error",
5078
+ inputs: [],
5079
+ name: "premintSignerContractFailedToRecoverSigner"
5080
+ },
5081
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
5082
+ ];
5083
+ var zoraMintsManagerImplAddress = {
5084
+ 999999999: "0x7777777d61b747bB131cEA42Fb849e5F0d8C0483"
5085
+ };
5086
+ var zoraMintsManagerImplConfig = {
5087
+ address: zoraMintsManagerImplAddress,
5088
+ abi: zoraMintsManagerImplABI
5089
+ };
5090
+
5091
+ // src/generated/1155.ts
5092
+ var __exports = {};
5093
+ __export(__exports, {
5094
+ addresses: () => addresses,
5095
+ chainConfigs: () => chainConfigs
5096
+ });
5097
+ var chainConfigs = {
5098
+ 1: {
5099
+ FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5100
+ MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
5101
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5102
+ },
5103
+ 10: {
5104
+ FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5105
+ MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
5106
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5107
+ },
5108
+ 999: {
5109
+ FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5110
+ MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5111
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5112
+ },
5113
+ 8453: {
5114
+ FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5115
+ MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
5116
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5117
+ },
5118
+ 42161: {
5119
+ FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
5120
+ MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
5121
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5122
+ },
5123
+ 81457: {
5124
+ FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
5125
+ MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
5126
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5127
+ },
5128
+ 421614: {
5129
+ FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5130
+ MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5131
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5132
+ },
5133
+ 7777777: {
5134
+ FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5135
+ MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
5136
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5137
+ },
5138
+ 11155111: {
5139
+ FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5140
+ MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5141
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5142
+ },
5143
+ 168587773: {
5144
+ FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
5145
+ MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
5146
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5147
+ },
5148
+ 999999999: {
5149
+ FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5150
+ MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5151
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5152
+ }
5153
+ };
5154
+ var addresses = {
5155
+ 1: {
5156
+ CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
5157
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5158
+ FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
5159
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5160
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5161
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5162
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5163
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5164
+ REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
5165
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5166
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5167
+ timestamp: 1706664239
5168
+ },
5169
+ 10: {
5170
+ CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
5171
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5172
+ FACTORY_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
5173
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5174
+ FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
5175
+ MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
5176
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5177
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5178
+ REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
5179
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5180
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5181
+ timestamp: 1706664035
5182
+ },
5183
+ 999: {
5184
+ CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
5185
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5186
+ FACTORY_IMPL: "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
5187
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5188
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5189
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5190
+ PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3709
5191
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3710
5192
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
3711
5193
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
@@ -3809,22 +5291,74 @@ var addresses = {
3809
5291
  timestamp: 1709234007
3810
5292
  },
3811
5293
  999999999: {
3812
- CONTRACT_1155_IMPL: "0x980170C861E723309628a27c27397a955920F968",
3813
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3814
- FACTORY_IMPL: "0xcea530A0d2d158500E248a59682a1D230c2422F7",
5294
+ CONTRACT_1155_IMPL: "0xa2562fFeD81C699b08487244A822feE0D09Abe15",
5295
+ CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
5296
+ FACTORY_IMPL: "0xe61c819753EDE74fB3F97D851f7DDFA3ec738856",
3815
5297
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3816
5298
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
3817
5299
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
3818
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5300
+ PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
3819
5301
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3820
5302
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
3821
5303
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
3822
- timestamp: 1706663810
5304
+ timestamp: 1712013215
5305
+ }
5306
+ };
5307
+
5308
+ // src/generated/mints.ts
5309
+ var mints_exports = {};
5310
+ __export(mints_exports, {
5311
+ addresses: () => addresses2,
5312
+ chainConfigs: () => chainConfigs2
5313
+ });
5314
+ var chainConfigs2 = {
5315
+ 1: {
5316
+ PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5317
+ MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
5318
+ },
5319
+ 10: {
5320
+ PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5321
+ MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
5322
+ },
5323
+ 420: {
5324
+ PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
5325
+ MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
5326
+ },
5327
+ 999: {
5328
+ PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5329
+ MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
5330
+ },
5331
+ 8453: {
5332
+ PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5333
+ MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
5334
+ },
5335
+ 84531: {
5336
+ PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
5337
+ MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
5338
+ },
5339
+ 7777777: {
5340
+ PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5341
+ MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
5342
+ },
5343
+ 11155111: {
5344
+ PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5345
+ MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
5346
+ },
5347
+ 999999999: {
5348
+ PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5349
+ MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
5350
+ }
5351
+ };
5352
+ var addresses2 = {
5353
+ 999999999: {
5354
+ MINTS_MANAGER_IMPL: "0xeC580aF42A2588f2a6d1753328107FD271a07b74",
5355
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.2"
3823
5356
  }
3824
5357
  };
3825
5358
  // Annotate the CommonJS export names for ESM import in node:
3826
5359
  0 && (module.exports = {
3827
5360
  contracts1155,
5361
+ mints,
3828
5362
  zoraCreator1155FactoryImplABI,
3829
5363
  zoraCreator1155FactoryImplAddress,
3830
5364
  zoraCreator1155FactoryImplConfig,
@@ -3840,6 +5374,12 @@ var addresses = {
3840
5374
  zoraCreatorMerkleMinterStrategyConfig,
3841
5375
  zoraCreatorRedeemMinterFactoryABI,
3842
5376
  zoraCreatorRedeemMinterFactoryAddress,
3843
- zoraCreatorRedeemMinterFactoryConfig
5377
+ zoraCreatorRedeemMinterFactoryConfig,
5378
+ zoraMints1155ABI,
5379
+ zoraMints1155Address,
5380
+ zoraMints1155Config,
5381
+ zoraMintsManagerImplABI,
5382
+ zoraMintsManagerImplAddress,
5383
+ zoraMintsManagerImplConfig
3844
5384
  });
3845
5385
  //# sourceMappingURL=index.cjs.map