@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.js CHANGED
@@ -502,7 +502,8 @@ var zoraCreator1155ImplABI = [
502
502
  inputs: [
503
503
  { name: "_mintFeeRecipient", internalType: "address", type: "address" },
504
504
  { name: "_upgradeGate", internalType: "address", type: "address" },
505
- { name: "_protocolRewards", internalType: "address", type: "address" }
505
+ { name: "_protocolRewards", internalType: "address", type: "address" },
506
+ { name: "_mints", internalType: "address", type: "address" }
506
507
  ]
507
508
  },
508
509
  { stateMutability: "payable", type: "receive" },
@@ -571,18 +572,6 @@ var zoraCreator1155ImplABI = [
571
572
  name: "adminMint",
572
573
  outputs: []
573
574
  },
574
- {
575
- stateMutability: "nonpayable",
576
- type: "function",
577
- inputs: [
578
- { name: "recipient", internalType: "address", type: "address" },
579
- { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
580
- { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
581
- { name: "data", internalType: "bytes", type: "bytes" }
582
- ],
583
- name: "adminMintBatch",
584
- outputs: []
585
- },
586
575
  {
587
576
  stateMutability: "view",
588
577
  type: "function",
@@ -651,71 +640,10 @@ var zoraCreator1155ImplABI = [
651
640
  {
652
641
  stateMutability: "pure",
653
642
  type: "function",
654
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
655
- name: "computeFreeMintRewards",
656
- outputs: [
657
- {
658
- name: "",
659
- internalType: "struct RewardsSettings",
660
- type: "tuple",
661
- components: [
662
- { name: "creatorReward", internalType: "uint256", type: "uint256" },
663
- {
664
- name: "createReferralReward",
665
- internalType: "uint256",
666
- type: "uint256"
667
- },
668
- {
669
- name: "mintReferralReward",
670
- internalType: "uint256",
671
- type: "uint256"
672
- },
673
- {
674
- name: "firstMinterReward",
675
- internalType: "uint256",
676
- type: "uint256"
677
- },
678
- { name: "zoraReward", internalType: "uint256", type: "uint256" }
679
- ]
680
- }
681
- ]
682
- },
683
- {
684
- stateMutability: "pure",
685
- type: "function",
686
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
687
- name: "computePaidMintRewards",
688
- outputs: [
689
- {
690
- name: "",
691
- internalType: "struct RewardsSettings",
692
- type: "tuple",
693
- components: [
694
- { name: "creatorReward", internalType: "uint256", type: "uint256" },
695
- {
696
- name: "createReferralReward",
697
- internalType: "uint256",
698
- type: "uint256"
699
- },
700
- {
701
- name: "mintReferralReward",
702
- internalType: "uint256",
703
- type: "uint256"
704
- },
705
- {
706
- name: "firstMinterReward",
707
- internalType: "uint256",
708
- type: "uint256"
709
- },
710
- { name: "zoraReward", internalType: "uint256", type: "uint256" }
711
- ]
712
- }
713
- ]
714
- },
715
- {
716
- stateMutability: "pure",
717
- type: "function",
718
- inputs: [{ name: "numTokens", internalType: "uint256", type: "uint256" }],
643
+ inputs: [
644
+ { name: "mintPrice", internalType: "uint256", type: "uint256" },
645
+ { name: "quantity", internalType: "uint256", type: "uint256" }
646
+ ],
719
647
  name: "computeTotalReward",
720
648
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
721
649
  },
@@ -778,7 +706,7 @@ var zoraCreator1155ImplABI = [
778
706
  { name: "premintConfig", internalType: "bytes", type: "bytes" },
779
707
  { name: "premintVersion", internalType: "bytes32", type: "bytes32" },
780
708
  { name: "signature", internalType: "bytes", type: "bytes" },
781
- { name: "sender", internalType: "address", type: "address" },
709
+ { name: "firstMinter", internalType: "address", type: "address" },
782
710
  {
783
711
  name: "premintSignerContract",
784
712
  internalType: "address",
@@ -953,12 +881,32 @@ var zoraCreator1155ImplABI = [
953
881
  outputs: []
954
882
  },
955
883
  {
956
- stateMutability: "pure",
884
+ stateMutability: "view",
957
885
  type: "function",
958
886
  inputs: [],
959
887
  name: "mintFee",
960
888
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
961
889
  },
890
+ {
891
+ stateMutability: "payable",
892
+ type: "function",
893
+ inputs: [
894
+ { name: "mintTokenIds", internalType: "uint256[]", type: "uint256[]" },
895
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
896
+ { name: "minter", internalType: "contract IMinter1155", type: "address" },
897
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
898
+ {
899
+ name: "rewardsRecipients",
900
+ internalType: "address[]",
901
+ type: "address[]"
902
+ },
903
+ { name: "minterArguments", internalType: "bytes", type: "bytes" }
904
+ ],
905
+ name: "mintWithMints",
906
+ outputs: [
907
+ { name: "quantityMinted", internalType: "uint256", type: "uint256" }
908
+ ]
909
+ },
962
910
  {
963
911
  stateMutability: "payable",
964
912
  type: "function",
@@ -993,6 +941,32 @@ var zoraCreator1155ImplABI = [
993
941
  name: "nextTokenId",
994
942
  outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
995
943
  },
944
+ {
945
+ stateMutability: "pure",
946
+ type: "function",
947
+ inputs: [
948
+ { name: "", internalType: "address", type: "address" },
949
+ { name: "", internalType: "address", type: "address" },
950
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
951
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
952
+ { name: "", internalType: "bytes", type: "bytes" }
953
+ ],
954
+ name: "onERC1155BatchReceived",
955
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
956
+ },
957
+ {
958
+ stateMutability: "pure",
959
+ type: "function",
960
+ inputs: [
961
+ { name: "", internalType: "address", type: "address" },
962
+ { name: "", internalType: "address", type: "address" },
963
+ { name: "", internalType: "uint256", type: "uint256" },
964
+ { name: "", internalType: "uint256", type: "uint256" },
965
+ { name: "", internalType: "bytes", type: "bytes" }
966
+ ],
967
+ name: "onERC1155Received",
968
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
969
+ },
996
970
  {
997
971
  stateMutability: "view",
998
972
  type: "function",
@@ -1841,6 +1815,7 @@ var zoraCreator1155ImplABI = [
1841
1815
  inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
1842
1816
  name: "NoRendererForToken"
1843
1817
  },
1818
+ { type: "error", inputs: [], name: "NonEthRedemption" },
1844
1819
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
1845
1820
  { type: "error", inputs: [], name: "PremintDeleted" },
1846
1821
  {
@@ -2854,6 +2829,7 @@ var zoraCreator1155PremintExecutorImplABI = [
2854
2829
  { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
2855
2830
  { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
2856
2831
  { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
2832
+ { type: "error", inputs: [], name: "NonEthRedemption" },
2857
2833
  { type: "error", inputs: [], name: "ONLY_CREATE_REFERRAL" },
2858
2834
  { type: "error", inputs: [], name: "ONLY_OWNER" },
2859
2835
  { type: "error", inputs: [], name: "ONLY_PENDING_OWNER" },
@@ -3569,107 +3545,1606 @@ var zoraCreatorRedeemMinterFactoryConfig = {
3569
3545
  address: zoraCreatorRedeemMinterFactoryAddress,
3570
3546
  abi: zoraCreatorRedeemMinterFactoryABI
3571
3547
  };
3572
-
3573
- // src/generated/1155.ts
3574
- var __exports = {};
3575
- __export(__exports, {
3576
- addresses: () => addresses,
3577
- chainConfigs: () => chainConfigs
3578
- });
3579
- var chainConfigs = {
3580
- 1: {
3581
- FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
3582
- MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
3583
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3548
+ var zoraMints1155ABI = [
3549
+ { stateMutability: "nonpayable", type: "constructor", inputs: [] },
3550
+ {
3551
+ stateMutability: "view",
3552
+ type: "function",
3553
+ inputs: [],
3554
+ name: "ETH_ADDRESS",
3555
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3584
3556
  },
3585
- 10: {
3586
- FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
3587
- MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
3588
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3557
+ {
3558
+ stateMutability: "view",
3559
+ type: "function",
3560
+ inputs: [],
3561
+ name: "MINIMUM_ERC20_PRICE",
3562
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3589
3563
  },
3590
- 999: {
3591
- FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3592
- MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
3593
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3564
+ {
3565
+ stateMutability: "view",
3566
+ type: "function",
3567
+ inputs: [],
3568
+ name: "MINIMUM_ETH_PRICE",
3569
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3594
3570
  },
3595
- 8453: {
3596
- FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
3597
- MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
3598
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3571
+ {
3572
+ stateMutability: "view",
3573
+ type: "function",
3574
+ inputs: [],
3575
+ name: "authority",
3576
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3599
3577
  },
3600
- 42161: {
3601
- FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
3602
- MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
3603
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3578
+ {
3579
+ stateMutability: "view",
3580
+ type: "function",
3581
+ inputs: [
3582
+ { name: "account", internalType: "address", type: "address" },
3583
+ { name: "id", internalType: "uint256", type: "uint256" }
3584
+ ],
3585
+ name: "balanceOf",
3586
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3604
3587
  },
3605
- 81457: {
3606
- FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
3607
- MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
3608
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3588
+ {
3589
+ stateMutability: "view",
3590
+ type: "function",
3591
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
3592
+ name: "balanceOfAccount",
3593
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3609
3594
  },
3610
- 421614: {
3611
- FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3612
- MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
3613
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3595
+ {
3596
+ stateMutability: "view",
3597
+ type: "function",
3598
+ inputs: [
3599
+ { name: "accounts", internalType: "address[]", type: "address[]" },
3600
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" }
3601
+ ],
3602
+ name: "balanceOfBatch",
3603
+ outputs: [{ name: "", internalType: "uint256[]", type: "uint256[]" }]
3614
3604
  },
3615
- 7777777: {
3616
- FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
3617
- MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
3618
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3605
+ {
3606
+ stateMutability: "view",
3607
+ type: "function",
3608
+ inputs: [],
3609
+ name: "contractURI",
3610
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3619
3611
  },
3620
- 11155111: {
3621
- FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3622
- MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
3623
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3612
+ {
3613
+ stateMutability: "pure",
3614
+ type: "function",
3615
+ inputs: [],
3616
+ name: "contractVersion",
3617
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3624
3618
  },
3625
- 168587773: {
3626
- FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3627
- MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
3628
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3619
+ {
3620
+ stateMutability: "nonpayable",
3621
+ type: "function",
3622
+ inputs: [
3623
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3624
+ {
3625
+ name: "tokenConfig",
3626
+ internalType: "struct TokenConfig",
3627
+ type: "tuple",
3628
+ components: [
3629
+ { name: "price", internalType: "uint256", type: "uint256" },
3630
+ { name: "tokenAddress", internalType: "address", type: "address" }
3631
+ ]
3632
+ }
3633
+ ],
3634
+ name: "createToken",
3635
+ outputs: []
3629
3636
  },
3630
- 999999999: {
3631
- FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3632
- MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
3633
- PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
3634
- }
3635
- };
3636
- var addresses = {
3637
- 1: {
3638
- CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
3639
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3640
- FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
3641
- FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3642
- FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3643
- MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3644
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
3645
- PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3646
- REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
3647
- UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3648
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
3649
- timestamp: 1706664239
3637
+ {
3638
+ stateMutability: "view",
3639
+ type: "function",
3640
+ inputs: [],
3641
+ name: "eip712Domain",
3642
+ outputs: [
3643
+ { name: "fields", internalType: "bytes1", type: "bytes1" },
3644
+ { name: "name", internalType: "string", type: "string" },
3645
+ { name: "version", internalType: "string", type: "string" },
3646
+ { name: "chainId", internalType: "uint256", type: "uint256" },
3647
+ { name: "verifyingContract", internalType: "address", type: "address" },
3648
+ { name: "salt", internalType: "bytes32", type: "bytes32" },
3649
+ { name: "extensions", internalType: "uint256[]", type: "uint256[]" }
3650
+ ]
3650
3651
  },
3651
- 10: {
3652
- CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
3653
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3654
- FACTORY_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
3655
- FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3656
- FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
3657
- MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
3658
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
3659
- PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3660
- REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
3661
- UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
3662
- ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
3663
- timestamp: 1706664035
3652
+ {
3653
+ stateMutability: "view",
3654
+ type: "function",
3655
+ inputs: [],
3656
+ name: "getManager",
3657
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3664
3658
  },
3665
- 999: {
3666
- CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
3667
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3668
- FACTORY_IMPL: "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
3669
- FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3670
- FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
3671
- MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
3672
- PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3659
+ {
3660
+ stateMutability: "view",
3661
+ type: "function",
3662
+ inputs: [],
3663
+ name: "getMsgSender",
3664
+ outputs: [{ name: "", internalType: "address", type: "address" }]
3665
+ },
3666
+ {
3667
+ stateMutability: "view",
3668
+ type: "function",
3669
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3670
+ name: "getTokenConfig",
3671
+ outputs: [
3672
+ {
3673
+ name: "",
3674
+ internalType: "struct TokenConfig",
3675
+ type: "tuple",
3676
+ components: [
3677
+ { name: "price", internalType: "uint256", type: "uint256" },
3678
+ { name: "tokenAddress", internalType: "address", type: "address" }
3679
+ ]
3680
+ }
3681
+ ]
3682
+ },
3683
+ {
3684
+ stateMutability: "view",
3685
+ type: "function",
3686
+ inputs: [
3687
+ {
3688
+ name: "permit",
3689
+ internalType: "struct IZoraMints1155Managed.Permit",
3690
+ type: "tuple",
3691
+ components: [
3692
+ { name: "owner", internalType: "address", type: "address" },
3693
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3694
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3695
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3696
+ { name: "call", internalType: "bytes", type: "bytes" },
3697
+ { name: "deadline", internalType: "uint256", type: "uint256" }
3698
+ ]
3699
+ },
3700
+ { name: "nonce", internalType: "uint256", type: "uint256" }
3701
+ ],
3702
+ name: "hashPermit",
3703
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
3704
+ },
3705
+ {
3706
+ stateMutability: "view",
3707
+ type: "function",
3708
+ inputs: [
3709
+ { name: "account", internalType: "address", type: "address" },
3710
+ { name: "operator", internalType: "address", type: "address" }
3711
+ ],
3712
+ name: "isApprovedForAll",
3713
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3714
+ },
3715
+ {
3716
+ stateMutability: "view",
3717
+ type: "function",
3718
+ inputs: [],
3719
+ name: "isConsumingScheduledOp",
3720
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
3721
+ },
3722
+ {
3723
+ stateMutability: "view",
3724
+ type: "function",
3725
+ inputs: [
3726
+ {
3727
+ name: "permit",
3728
+ internalType: "struct IZoraMints1155Managed.Permit",
3729
+ type: "tuple",
3730
+ components: [
3731
+ { name: "owner", internalType: "address", type: "address" },
3732
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3733
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3734
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3735
+ { name: "call", internalType: "bytes", type: "bytes" },
3736
+ { name: "deadline", internalType: "uint256", type: "uint256" }
3737
+ ]
3738
+ },
3739
+ { name: "signature", internalType: "bytes", type: "bytes" }
3740
+ ],
3741
+ name: "isValidSignature",
3742
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3743
+ },
3744
+ {
3745
+ stateMutability: "nonpayable",
3746
+ type: "function",
3747
+ inputs: [
3748
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3749
+ { name: "tokenAddress", internalType: "address", type: "address" },
3750
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3751
+ { name: "recipient", internalType: "address", type: "address" },
3752
+ { name: "data", internalType: "bytes", type: "bytes" }
3753
+ ],
3754
+ name: "mintTokenWithERC20",
3755
+ outputs: []
3756
+ },
3757
+ {
3758
+ stateMutability: "payable",
3759
+ type: "function",
3760
+ inputs: [
3761
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3762
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3763
+ { name: "recipient", internalType: "address", type: "address" },
3764
+ { name: "data", internalType: "bytes", type: "bytes" }
3765
+ ],
3766
+ name: "mintTokenWithEth",
3767
+ outputs: []
3768
+ },
3769
+ {
3770
+ stateMutability: "pure",
3771
+ type: "function",
3772
+ inputs: [],
3773
+ name: "name",
3774
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3775
+ },
3776
+ {
3777
+ stateMutability: "view",
3778
+ type: "function",
3779
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
3780
+ name: "nonces",
3781
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3782
+ },
3783
+ {
3784
+ stateMutability: "nonpayable",
3785
+ type: "function",
3786
+ inputs: [
3787
+ { name: "newContractURI", internalType: "string", type: "string" },
3788
+ { name: "newBaseURI", internalType: "string", type: "string" }
3789
+ ],
3790
+ name: "notifyURIsUpdated",
3791
+ outputs: []
3792
+ },
3793
+ {
3794
+ stateMutability: "nonpayable",
3795
+ type: "function",
3796
+ inputs: [
3797
+ { name: "newUri", internalType: "string", type: "string" },
3798
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
3799
+ ],
3800
+ name: "notifyUpdatedTokenURI",
3801
+ outputs: []
3802
+ },
3803
+ {
3804
+ stateMutability: "nonpayable",
3805
+ type: "function",
3806
+ inputs: [
3807
+ {
3808
+ name: "permit",
3809
+ internalType: "struct IZoraMints1155Managed.Permit",
3810
+ type: "tuple",
3811
+ components: [
3812
+ { name: "owner", internalType: "address", type: "address" },
3813
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3814
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3815
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3816
+ { name: "call", internalType: "bytes", type: "bytes" },
3817
+ { name: "deadline", internalType: "uint256", type: "uint256" }
3818
+ ]
3819
+ },
3820
+ { name: "signature", internalType: "bytes", type: "bytes" }
3821
+ ],
3822
+ name: "permitTransferBatchToManagerAndCall",
3823
+ outputs: [{ name: "callReturn", internalType: "bytes", type: "bytes" }]
3824
+ },
3825
+ {
3826
+ stateMutability: "nonpayable",
3827
+ type: "function",
3828
+ inputs: [
3829
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
3830
+ { name: "quantity", internalType: "uint256", type: "uint256" },
3831
+ { name: "recipient", internalType: "address", type: "address" }
3832
+ ],
3833
+ name: "redeem",
3834
+ outputs: [
3835
+ {
3836
+ name: "",
3837
+ internalType: "struct Redemption",
3838
+ type: "tuple",
3839
+ components: [
3840
+ { name: "tokenAddress", internalType: "address", type: "address" },
3841
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3842
+ ]
3843
+ }
3844
+ ]
3845
+ },
3846
+ {
3847
+ stateMutability: "nonpayable",
3848
+ type: "function",
3849
+ inputs: [
3850
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3851
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3852
+ { name: "recipient", internalType: "address", type: "address" }
3853
+ ],
3854
+ name: "redeemBatch",
3855
+ outputs: [
3856
+ {
3857
+ name: "redemptions",
3858
+ internalType: "struct Redemption[]",
3859
+ type: "tuple[]",
3860
+ components: [
3861
+ { name: "tokenAddress", internalType: "address", type: "address" },
3862
+ { name: "valueRedeemed", internalType: "uint256", type: "uint256" }
3863
+ ]
3864
+ }
3865
+ ]
3866
+ },
3867
+ {
3868
+ stateMutability: "nonpayable",
3869
+ type: "function",
3870
+ inputs: [
3871
+ { name: "from", internalType: "address", type: "address" },
3872
+ { name: "to", internalType: "address", type: "address" },
3873
+ { name: "ids", internalType: "uint256[]", type: "uint256[]" },
3874
+ { name: "values", internalType: "uint256[]", type: "uint256[]" },
3875
+ { name: "data", internalType: "bytes", type: "bytes" }
3876
+ ],
3877
+ name: "safeBatchTransferFrom",
3878
+ outputs: []
3879
+ },
3880
+ {
3881
+ stateMutability: "nonpayable",
3882
+ type: "function",
3883
+ inputs: [
3884
+ { name: "from", internalType: "address", type: "address" },
3885
+ { name: "to", internalType: "address", type: "address" },
3886
+ { name: "id", internalType: "uint256", type: "uint256" },
3887
+ { name: "value", internalType: "uint256", type: "uint256" },
3888
+ { name: "data", internalType: "bytes", type: "bytes" }
3889
+ ],
3890
+ name: "safeTransferFrom",
3891
+ outputs: []
3892
+ },
3893
+ {
3894
+ stateMutability: "nonpayable",
3895
+ type: "function",
3896
+ inputs: [
3897
+ { name: "operator", internalType: "address", type: "address" },
3898
+ { name: "approved", internalType: "bool", type: "bool" }
3899
+ ],
3900
+ name: "setApprovalForAll",
3901
+ outputs: []
3902
+ },
3903
+ {
3904
+ stateMutability: "nonpayable",
3905
+ type: "function",
3906
+ inputs: [
3907
+ { name: "newAuthority", internalType: "address", type: "address" }
3908
+ ],
3909
+ name: "setAuthority",
3910
+ outputs: []
3911
+ },
3912
+ {
3913
+ stateMutability: "view",
3914
+ type: "function",
3915
+ inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3916
+ name: "supportsInterface",
3917
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3918
+ },
3919
+ {
3920
+ stateMutability: "pure",
3921
+ type: "function",
3922
+ inputs: [],
3923
+ name: "symbol",
3924
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3925
+ },
3926
+ {
3927
+ stateMutability: "view",
3928
+ type: "function",
3929
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3930
+ name: "tokenExists",
3931
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
3932
+ },
3933
+ {
3934
+ stateMutability: "view",
3935
+ type: "function",
3936
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3937
+ name: "tokenPrice",
3938
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
3939
+ },
3940
+ {
3941
+ stateMutability: "payable",
3942
+ type: "function",
3943
+ inputs: [
3944
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
3945
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
3946
+ { name: "safeTransferData", internalType: "bytes", type: "bytes" },
3947
+ { name: "call", internalType: "bytes", type: "bytes" }
3948
+ ],
3949
+ name: "transferBatchToManagerAndCall",
3950
+ outputs: [{ name: "callReturn", internalType: "bytes", type: "bytes" }]
3951
+ },
3952
+ {
3953
+ stateMutability: "view",
3954
+ type: "function",
3955
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
3956
+ name: "uri",
3957
+ outputs: [{ name: "", internalType: "string", type: "string" }]
3958
+ },
3959
+ {
3960
+ type: "event",
3961
+ anonymous: false,
3962
+ inputs: [
3963
+ {
3964
+ name: "account",
3965
+ internalType: "address",
3966
+ type: "address",
3967
+ indexed: true
3968
+ },
3969
+ {
3970
+ name: "operator",
3971
+ internalType: "address",
3972
+ type: "address",
3973
+ indexed: true
3974
+ },
3975
+ { name: "approved", internalType: "bool", type: "bool", indexed: false }
3976
+ ],
3977
+ name: "ApprovalForAll"
3978
+ },
3979
+ {
3980
+ type: "event",
3981
+ anonymous: false,
3982
+ inputs: [
3983
+ {
3984
+ name: "authority",
3985
+ internalType: "address",
3986
+ type: "address",
3987
+ indexed: false
3988
+ }
3989
+ ],
3990
+ name: "AuthorityUpdated"
3991
+ },
3992
+ { type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
3993
+ { type: "event", anonymous: false, inputs: [], name: "EIP712DomainChanged" },
3994
+ {
3995
+ type: "event",
3996
+ anonymous: false,
3997
+ inputs: [
3998
+ {
3999
+ name: "tokenId",
4000
+ internalType: "uint256",
4001
+ type: "uint256",
4002
+ indexed: true
4003
+ }
4004
+ ],
4005
+ name: "EthMintableTokenSet"
4006
+ },
4007
+ {
4008
+ type: "event",
4009
+ anonymous: false,
4010
+ inputs: [
4011
+ {
4012
+ name: "tokenId",
4013
+ internalType: "uint256",
4014
+ type: "uint256",
4015
+ indexed: true
4016
+ },
4017
+ {
4018
+ name: "pricePerToken",
4019
+ internalType: "uint256",
4020
+ type: "uint256",
4021
+ indexed: true
4022
+ }
4023
+ ],
4024
+ name: "EthTokenCreated"
4025
+ },
4026
+ {
4027
+ type: "event",
4028
+ anonymous: false,
4029
+ inputs: [
4030
+ {
4031
+ name: "tokenIds",
4032
+ internalType: "uint256[]",
4033
+ type: "uint256[]",
4034
+ indexed: false
4035
+ },
4036
+ {
4037
+ name: "quantities",
4038
+ internalType: "uint256[]",
4039
+ type: "uint256[]",
4040
+ indexed: false
4041
+ },
4042
+ {
4043
+ name: "recipient",
4044
+ internalType: "address",
4045
+ type: "address",
4046
+ indexed: false
4047
+ }
4048
+ ],
4049
+ name: "RedeemedBatch"
4050
+ },
4051
+ {
4052
+ type: "event",
4053
+ anonymous: false,
4054
+ inputs: [
4055
+ {
4056
+ name: "tokenId",
4057
+ internalType: "uint256",
4058
+ type: "uint256",
4059
+ indexed: true
4060
+ },
4061
+ {
4062
+ name: "tokenConfig",
4063
+ internalType: "struct TokenConfig",
4064
+ type: "tuple",
4065
+ components: [
4066
+ { name: "price", internalType: "uint256", type: "uint256" },
4067
+ { name: "tokenAddress", internalType: "address", type: "address" }
4068
+ ],
4069
+ indexed: true
4070
+ }
4071
+ ],
4072
+ name: "TokenCreated"
4073
+ },
4074
+ {
4075
+ type: "event",
4076
+ anonymous: false,
4077
+ inputs: [
4078
+ {
4079
+ name: "operator",
4080
+ internalType: "address",
4081
+ type: "address",
4082
+ indexed: true
4083
+ },
4084
+ { name: "from", internalType: "address", type: "address", indexed: true },
4085
+ { name: "to", internalType: "address", type: "address", indexed: true },
4086
+ {
4087
+ name: "ids",
4088
+ internalType: "uint256[]",
4089
+ type: "uint256[]",
4090
+ indexed: false
4091
+ },
4092
+ {
4093
+ name: "values",
4094
+ internalType: "uint256[]",
4095
+ type: "uint256[]",
4096
+ indexed: false
4097
+ }
4098
+ ],
4099
+ name: "TransferBatch"
4100
+ },
4101
+ {
4102
+ type: "event",
4103
+ anonymous: false,
4104
+ inputs: [
4105
+ {
4106
+ name: "operator",
4107
+ internalType: "address",
4108
+ type: "address",
4109
+ indexed: true
4110
+ },
4111
+ { name: "from", internalType: "address", type: "address", indexed: true },
4112
+ { name: "to", internalType: "address", type: "address", indexed: true },
4113
+ { name: "id", internalType: "uint256", type: "uint256", indexed: false },
4114
+ {
4115
+ name: "value",
4116
+ internalType: "uint256",
4117
+ type: "uint256",
4118
+ indexed: false
4119
+ }
4120
+ ],
4121
+ name: "TransferSingle"
4122
+ },
4123
+ {
4124
+ type: "event",
4125
+ anonymous: false,
4126
+ inputs: [
4127
+ { name: "value", internalType: "string", type: "string", indexed: false },
4128
+ { name: "id", internalType: "uint256", type: "uint256", indexed: true }
4129
+ ],
4130
+ name: "URI"
4131
+ },
4132
+ {
4133
+ type: "event",
4134
+ anonymous: false,
4135
+ inputs: [
4136
+ {
4137
+ name: "contractURI",
4138
+ internalType: "string",
4139
+ type: "string",
4140
+ indexed: false
4141
+ },
4142
+ {
4143
+ name: "baseURI",
4144
+ internalType: "string",
4145
+ type: "string",
4146
+ indexed: false
4147
+ }
4148
+ ],
4149
+ name: "URIsUpdated"
4150
+ },
4151
+ {
4152
+ type: "error",
4153
+ inputs: [{ name: "authority", internalType: "address", type: "address" }],
4154
+ name: "AccessManagedInvalidAuthority"
4155
+ },
4156
+ {
4157
+ type: "error",
4158
+ inputs: [
4159
+ { name: "caller", internalType: "address", type: "address" },
4160
+ { name: "delay", internalType: "uint32", type: "uint32" }
4161
+ ],
4162
+ name: "AccessManagedRequiredDelay"
4163
+ },
4164
+ {
4165
+ type: "error",
4166
+ inputs: [{ name: "caller", internalType: "address", type: "address" }],
4167
+ name: "AccessManagedUnauthorized"
4168
+ },
4169
+ {
4170
+ type: "error",
4171
+ inputs: [
4172
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
4173
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
4174
+ ],
4175
+ name: "ArrayLengthMismatch"
4176
+ },
4177
+ {
4178
+ type: "error",
4179
+ inputs: [{ name: "returnData", internalType: "bytes", type: "bytes" }],
4180
+ name: "CallFailed"
4181
+ },
4182
+ {
4183
+ type: "error",
4184
+ inputs: [
4185
+ { name: "sender", internalType: "address", type: "address" },
4186
+ { name: "balance", internalType: "uint256", type: "uint256" },
4187
+ { name: "needed", internalType: "uint256", type: "uint256" },
4188
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4189
+ ],
4190
+ name: "ERC1155InsufficientBalance"
4191
+ },
4192
+ {
4193
+ type: "error",
4194
+ inputs: [{ name: "approver", internalType: "address", type: "address" }],
4195
+ name: "ERC1155InvalidApprover"
4196
+ },
4197
+ {
4198
+ type: "error",
4199
+ inputs: [
4200
+ { name: "idsLength", internalType: "uint256", type: "uint256" },
4201
+ { name: "valuesLength", internalType: "uint256", type: "uint256" }
4202
+ ],
4203
+ name: "ERC1155InvalidArrayLength"
4204
+ },
4205
+ {
4206
+ type: "error",
4207
+ inputs: [{ name: "operator", internalType: "address", type: "address" }],
4208
+ name: "ERC1155InvalidOperator"
4209
+ },
4210
+ {
4211
+ type: "error",
4212
+ inputs: [{ name: "receiver", internalType: "address", type: "address" }],
4213
+ name: "ERC1155InvalidReceiver"
4214
+ },
4215
+ {
4216
+ type: "error",
4217
+ inputs: [{ name: "sender", internalType: "address", type: "address" }],
4218
+ name: "ERC1155InvalidSender"
4219
+ },
4220
+ {
4221
+ type: "error",
4222
+ inputs: [
4223
+ { name: "operator", internalType: "address", type: "address" },
4224
+ { name: "owner", internalType: "address", type: "address" }
4225
+ ],
4226
+ name: "ERC1155MissingApprovalForAll"
4227
+ },
4228
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4229
+ {
4230
+ type: "error",
4231
+ inputs: [{ name: "deadline", internalType: "uint256", type: "uint256" }],
4232
+ name: "ERC2612ExpiredSignature"
4233
+ },
4234
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
4235
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
4236
+ {
4237
+ type: "error",
4238
+ inputs: [
4239
+ { name: "account", internalType: "address", type: "address" },
4240
+ { name: "currentNonce", internalType: "uint256", type: "uint256" }
4241
+ ],
4242
+ name: "InvalidAccountNonce"
4243
+ },
4244
+ { type: "error", inputs: [], name: "InvalidRecipient" },
4245
+ { type: "error", inputs: [], name: "InvalidShortString" },
4246
+ { type: "error", inputs: [], name: "InvalidSignature" },
4247
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
4248
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4249
+ {
4250
+ type: "error",
4251
+ inputs: [{ name: "str", internalType: "string", type: "string" }],
4252
+ name: "StringTooLong"
4253
+ },
4254
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4255
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
4256
+ {
4257
+ type: "error",
4258
+ inputs: [
4259
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
4260
+ {
4261
+ name: "expectedTokenAddress",
4262
+ internalType: "address",
4263
+ type: "address"
4264
+ }
4265
+ ],
4266
+ name: "TokenMismatch"
4267
+ },
4268
+ { type: "error", inputs: [], name: "TokenNotMintable" }
4269
+ ];
4270
+ var zoraMints1155Address = {
4271
+ 999999999: "0x7777777287d4c25c0AD1E532FBd82C4d7Cf79E0F"
4272
+ };
4273
+ var zoraMints1155Config = {
4274
+ address: zoraMints1155Address,
4275
+ abi: zoraMints1155ABI
4276
+ };
4277
+ var zoraMintsManagerImplABI = [
4278
+ {
4279
+ stateMutability: "nonpayable",
4280
+ type: "constructor",
4281
+ inputs: [
4282
+ {
4283
+ name: "_premintExecutor",
4284
+ internalType: "contract IZoraCreator1155PremintExecutorV2",
4285
+ type: "address"
4286
+ }
4287
+ ]
4288
+ },
4289
+ {
4290
+ stateMutability: "view",
4291
+ type: "function",
4292
+ inputs: [],
4293
+ name: "UPGRADE_INTERFACE_VERSION",
4294
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4295
+ },
4296
+ {
4297
+ stateMutability: "nonpayable",
4298
+ type: "function",
4299
+ inputs: [],
4300
+ name: "acceptOwnership",
4301
+ outputs: []
4302
+ },
4303
+ {
4304
+ stateMutability: "view",
4305
+ type: "function",
4306
+ inputs: [
4307
+ { name: "caller", internalType: "address", type: "address" },
4308
+ { name: "", internalType: "address", type: "address" },
4309
+ { name: "", internalType: "bytes4", type: "bytes4" }
4310
+ ],
4311
+ name: "canCall",
4312
+ outputs: [{ name: "", internalType: "bool", type: "bool" }]
4313
+ },
4314
+ {
4315
+ stateMutability: "payable",
4316
+ type: "function",
4317
+ inputs: [
4318
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4319
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4320
+ {
4321
+ name: "zoraCreator1155Contract",
4322
+ internalType: "contract IMintWithMints",
4323
+ type: "address"
4324
+ },
4325
+ { name: "minter", internalType: "contract IMinter1155", type: "address" },
4326
+ {
4327
+ name: "zoraCreator1155TokenId",
4328
+ internalType: "uint256",
4329
+ type: "uint256"
4330
+ },
4331
+ {
4332
+ name: "mintArguments",
4333
+ internalType: "struct MintArguments",
4334
+ type: "tuple",
4335
+ components: [
4336
+ { name: "mintRecipient", internalType: "address", type: "address" },
4337
+ { name: "mintComment", internalType: "string", type: "string" },
4338
+ {
4339
+ name: "mintRewardsRecipients",
4340
+ internalType: "address[]",
4341
+ type: "address[]"
4342
+ }
4343
+ ]
4344
+ }
4345
+ ],
4346
+ name: "collect",
4347
+ outputs: []
4348
+ },
4349
+ {
4350
+ stateMutability: "payable",
4351
+ type: "function",
4352
+ inputs: [
4353
+ { name: "tokenIds", internalType: "uint256[]", type: "uint256[]" },
4354
+ { name: "quantities", internalType: "uint256[]", type: "uint256[]" },
4355
+ {
4356
+ name: "contractConfig",
4357
+ internalType: "struct ContractCreationConfig",
4358
+ type: "tuple",
4359
+ components: [
4360
+ { name: "contractAdmin", internalType: "address", type: "address" },
4361
+ { name: "contractURI", internalType: "string", type: "string" },
4362
+ { name: "contractName", internalType: "string", type: "string" }
4363
+ ]
4364
+ },
4365
+ {
4366
+ name: "premintConfig",
4367
+ internalType: "struct PremintConfigV2",
4368
+ type: "tuple",
4369
+ components: [
4370
+ {
4371
+ name: "tokenConfig",
4372
+ internalType: "struct TokenCreationConfigV2",
4373
+ type: "tuple",
4374
+ components: [
4375
+ { name: "tokenURI", internalType: "string", type: "string" },
4376
+ { name: "maxSupply", internalType: "uint256", type: "uint256" },
4377
+ {
4378
+ name: "maxTokensPerAddress",
4379
+ internalType: "uint64",
4380
+ type: "uint64"
4381
+ },
4382
+ { name: "pricePerToken", internalType: "uint96", type: "uint96" },
4383
+ { name: "mintStart", internalType: "uint64", type: "uint64" },
4384
+ { name: "mintDuration", internalType: "uint64", type: "uint64" },
4385
+ { name: "royaltyBPS", internalType: "uint32", type: "uint32" },
4386
+ {
4387
+ name: "payoutRecipient",
4388
+ internalType: "address",
4389
+ type: "address"
4390
+ },
4391
+ {
4392
+ name: "fixedPriceMinter",
4393
+ internalType: "address",
4394
+ type: "address"
4395
+ },
4396
+ {
4397
+ name: "createReferral",
4398
+ internalType: "address",
4399
+ type: "address"
4400
+ }
4401
+ ]
4402
+ },
4403
+ { name: "uid", internalType: "uint32", type: "uint32" },
4404
+ { name: "version", internalType: "uint32", type: "uint32" },
4405
+ { name: "deleted", internalType: "bool", type: "bool" }
4406
+ ]
4407
+ },
4408
+ { name: "signature", internalType: "bytes", type: "bytes" },
4409
+ {
4410
+ name: "mintArguments",
4411
+ internalType: "struct MintArguments",
4412
+ type: "tuple",
4413
+ components: [
4414
+ { name: "mintRecipient", internalType: "address", type: "address" },
4415
+ { name: "mintComment", internalType: "string", type: "string" },
4416
+ {
4417
+ name: "mintRewardsRecipients",
4418
+ internalType: "address[]",
4419
+ type: "address[]"
4420
+ }
4421
+ ]
4422
+ },
4423
+ { name: "signerContract", internalType: "address", type: "address" }
4424
+ ],
4425
+ name: "collectPremintV2",
4426
+ outputs: [
4427
+ {
4428
+ name: "result",
4429
+ internalType: "struct PremintResult",
4430
+ type: "tuple",
4431
+ components: [
4432
+ { name: "contractAddress", internalType: "address", type: "address" },
4433
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4434
+ { name: "createdNewContract", internalType: "bool", type: "bool" }
4435
+ ]
4436
+ }
4437
+ ]
4438
+ },
4439
+ {
4440
+ stateMutability: "pure",
4441
+ type: "function",
4442
+ inputs: [],
4443
+ name: "contractName",
4444
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4445
+ },
4446
+ {
4447
+ stateMutability: "view",
4448
+ type: "function",
4449
+ inputs: [],
4450
+ name: "contractURI",
4451
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4452
+ },
4453
+ {
4454
+ stateMutability: "pure",
4455
+ type: "function",
4456
+ inputs: [],
4457
+ name: "contractVersion",
4458
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4459
+ },
4460
+ {
4461
+ stateMutability: "nonpayable",
4462
+ type: "function",
4463
+ inputs: [
4464
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4465
+ {
4466
+ name: "tokenConfig",
4467
+ internalType: "struct TokenConfig",
4468
+ type: "tuple",
4469
+ components: [
4470
+ { name: "price", internalType: "uint256", type: "uint256" },
4471
+ { name: "tokenAddress", internalType: "address", type: "address" }
4472
+ ]
4473
+ },
4474
+ { name: "defaultMintable", internalType: "bool", type: "bool" }
4475
+ ],
4476
+ name: "createToken",
4477
+ outputs: []
4478
+ },
4479
+ {
4480
+ stateMutability: "view",
4481
+ type: "function",
4482
+ inputs: [],
4483
+ name: "getEthPrice",
4484
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4485
+ },
4486
+ {
4487
+ stateMutability: "view",
4488
+ type: "function",
4489
+ inputs: [],
4490
+ name: "implementation",
4491
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4492
+ },
4493
+ {
4494
+ stateMutability: "nonpayable",
4495
+ type: "function",
4496
+ inputs: [
4497
+ { name: "defaultOwner", internalType: "address", type: "address" },
4498
+ { name: "zoraMintsSalt", internalType: "bytes32", type: "bytes32" },
4499
+ { name: "zoraMintsCreationCode", internalType: "bytes", type: "bytes" },
4500
+ { name: "initialEthTokenId", internalType: "uint256", type: "uint256" },
4501
+ {
4502
+ name: "initialEthTokenPrice",
4503
+ internalType: "uint256",
4504
+ type: "uint256"
4505
+ },
4506
+ { name: "newBaseURI", internalType: "string", type: "string" },
4507
+ { name: "newContractURI", internalType: "string", type: "string" }
4508
+ ],
4509
+ name: "initialize",
4510
+ outputs: [
4511
+ {
4512
+ name: "mints",
4513
+ internalType: "contract IZoraMints1155",
4514
+ type: "address"
4515
+ }
4516
+ ]
4517
+ },
4518
+ {
4519
+ stateMutability: "nonpayable",
4520
+ type: "function",
4521
+ inputs: [
4522
+ { name: "tokenAddress", internalType: "address", type: "address" },
4523
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4524
+ { name: "recipient", internalType: "address", type: "address" }
4525
+ ],
4526
+ name: "mintWithERC20",
4527
+ outputs: [
4528
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4529
+ ]
4530
+ },
4531
+ {
4532
+ stateMutability: "payable",
4533
+ type: "function",
4534
+ inputs: [
4535
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4536
+ { name: "recipient", internalType: "address", type: "address" }
4537
+ ],
4538
+ name: "mintWithEth",
4539
+ outputs: [
4540
+ { name: "mintableTokenId", internalType: "uint256", type: "uint256" }
4541
+ ]
4542
+ },
4543
+ {
4544
+ stateMutability: "view",
4545
+ type: "function",
4546
+ inputs: [],
4547
+ name: "mintableEthToken",
4548
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }]
4549
+ },
4550
+ {
4551
+ stateMutability: "pure",
4552
+ type: "function",
4553
+ inputs: [
4554
+ { name: "", internalType: "address", type: "address" },
4555
+ { name: "", internalType: "address", type: "address" },
4556
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
4557
+ { name: "", internalType: "uint256[]", type: "uint256[]" },
4558
+ { name: "", internalType: "bytes", type: "bytes" }
4559
+ ],
4560
+ name: "onERC1155BatchReceived",
4561
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4562
+ },
4563
+ {
4564
+ stateMutability: "pure",
4565
+ type: "function",
4566
+ inputs: [
4567
+ { name: "", internalType: "address", type: "address" },
4568
+ { name: "", internalType: "address", type: "address" },
4569
+ { name: "", internalType: "uint256", type: "uint256" },
4570
+ { name: "", internalType: "uint256", type: "uint256" },
4571
+ { name: "", internalType: "bytes", type: "bytes" }
4572
+ ],
4573
+ name: "onERC1155Received",
4574
+ outputs: [{ name: "", internalType: "bytes4", type: "bytes4" }]
4575
+ },
4576
+ {
4577
+ stateMutability: "view",
4578
+ type: "function",
4579
+ inputs: [],
4580
+ name: "owner",
4581
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4582
+ },
4583
+ {
4584
+ stateMutability: "view",
4585
+ type: "function",
4586
+ inputs: [],
4587
+ name: "pendingOwner",
4588
+ outputs: [{ name: "", internalType: "address", type: "address" }]
4589
+ },
4590
+ {
4591
+ stateMutability: "view",
4592
+ type: "function",
4593
+ inputs: [],
4594
+ name: "proxiableUUID",
4595
+ outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }]
4596
+ },
4597
+ {
4598
+ stateMutability: "nonpayable",
4599
+ type: "function",
4600
+ inputs: [],
4601
+ name: "renounceOwnership",
4602
+ outputs: []
4603
+ },
4604
+ {
4605
+ stateMutability: "nonpayable",
4606
+ type: "function",
4607
+ inputs: [
4608
+ { name: "tokenAddress", internalType: "address", type: "address" },
4609
+ { name: "tokenId", internalType: "uint256", type: "uint256" }
4610
+ ],
4611
+ name: "setDefaultMintable",
4612
+ outputs: []
4613
+ },
4614
+ {
4615
+ stateMutability: "nonpayable",
4616
+ type: "function",
4617
+ inputs: [
4618
+ { name: "newContractURI", internalType: "string", type: "string" },
4619
+ { name: "newBaseURI", internalType: "string", type: "string" }
4620
+ ],
4621
+ name: "setMetadataURIs",
4622
+ outputs: []
4623
+ },
4624
+ {
4625
+ stateMutability: "nonpayable",
4626
+ type: "function",
4627
+ inputs: [{ name: "newOwner", internalType: "address", type: "address" }],
4628
+ name: "transferOwnership",
4629
+ outputs: []
4630
+ },
4631
+ {
4632
+ stateMutability: "payable",
4633
+ type: "function",
4634
+ inputs: [
4635
+ { name: "newImplementation", internalType: "address", type: "address" },
4636
+ { name: "data", internalType: "bytes", type: "bytes" }
4637
+ ],
4638
+ name: "upgradeToAndCall",
4639
+ outputs: []
4640
+ },
4641
+ {
4642
+ stateMutability: "view",
4643
+ type: "function",
4644
+ inputs: [{ name: "tokenId", internalType: "uint256", type: "uint256" }],
4645
+ name: "uri",
4646
+ outputs: [{ name: "", internalType: "string", type: "string" }]
4647
+ },
4648
+ {
4649
+ stateMutability: "view",
4650
+ type: "function",
4651
+ inputs: [],
4652
+ name: "zoraMints1155",
4653
+ outputs: [
4654
+ { name: "", internalType: "contract IZoraMints1155", type: "address" }
4655
+ ]
4656
+ },
4657
+ {
4658
+ type: "event",
4659
+ anonymous: false,
4660
+ inputs: [
4661
+ {
4662
+ name: "tokenIds",
4663
+ internalType: "uint256[]",
4664
+ type: "uint256[]",
4665
+ indexed: true
4666
+ },
4667
+ {
4668
+ name: "quantities",
4669
+ internalType: "uint256[]",
4670
+ type: "uint256[]",
4671
+ indexed: false
4672
+ },
4673
+ {
4674
+ name: "zoraCreator1155Contract",
4675
+ internalType: "address",
4676
+ type: "address",
4677
+ indexed: true
4678
+ },
4679
+ {
4680
+ name: "zoraCreator1155TokenId",
4681
+ internalType: "uint256",
4682
+ type: "uint256",
4683
+ indexed: true
4684
+ }
4685
+ ],
4686
+ name: "Collected"
4687
+ },
4688
+ {
4689
+ type: "event",
4690
+ anonymous: false,
4691
+ inputs: [
4692
+ {
4693
+ name: "tokenAddress",
4694
+ internalType: "address",
4695
+ type: "address",
4696
+ indexed: false
4697
+ },
4698
+ {
4699
+ name: "tokenId",
4700
+ internalType: "uint256",
4701
+ type: "uint256",
4702
+ indexed: false
4703
+ }
4704
+ ],
4705
+ name: "DefaultMintableTokenSet"
4706
+ },
4707
+ {
4708
+ type: "event",
4709
+ anonymous: false,
4710
+ inputs: [
4711
+ {
4712
+ name: "version",
4713
+ internalType: "uint64",
4714
+ type: "uint64",
4715
+ indexed: false
4716
+ }
4717
+ ],
4718
+ name: "Initialized"
4719
+ },
4720
+ {
4721
+ type: "event",
4722
+ anonymous: false,
4723
+ inputs: [
4724
+ {
4725
+ name: "sender",
4726
+ internalType: "address",
4727
+ type: "address",
4728
+ indexed: true
4729
+ },
4730
+ {
4731
+ name: "tokenContract",
4732
+ internalType: "address",
4733
+ type: "address",
4734
+ indexed: true
4735
+ },
4736
+ {
4737
+ name: "tokenId",
4738
+ internalType: "uint256",
4739
+ type: "uint256",
4740
+ indexed: true
4741
+ },
4742
+ {
4743
+ name: "quantity",
4744
+ internalType: "uint256",
4745
+ type: "uint256",
4746
+ indexed: false
4747
+ },
4748
+ {
4749
+ name: "comment",
4750
+ internalType: "string",
4751
+ type: "string",
4752
+ indexed: false
4753
+ }
4754
+ ],
4755
+ name: "MintComment"
4756
+ },
4757
+ {
4758
+ type: "event",
4759
+ anonymous: false,
4760
+ inputs: [
4761
+ {
4762
+ name: "previousOwner",
4763
+ internalType: "address",
4764
+ type: "address",
4765
+ indexed: true
4766
+ },
4767
+ {
4768
+ name: "newOwner",
4769
+ internalType: "address",
4770
+ type: "address",
4771
+ indexed: true
4772
+ }
4773
+ ],
4774
+ name: "OwnershipTransferStarted"
4775
+ },
4776
+ {
4777
+ type: "event",
4778
+ anonymous: false,
4779
+ inputs: [
4780
+ {
4781
+ name: "previousOwner",
4782
+ internalType: "address",
4783
+ type: "address",
4784
+ indexed: true
4785
+ },
4786
+ {
4787
+ name: "newOwner",
4788
+ internalType: "address",
4789
+ type: "address",
4790
+ indexed: true
4791
+ }
4792
+ ],
4793
+ name: "OwnershipTransferred"
4794
+ },
4795
+ {
4796
+ type: "event",
4797
+ anonymous: false,
4798
+ inputs: [
4799
+ {
4800
+ name: "contractURI",
4801
+ internalType: "string",
4802
+ type: "string",
4803
+ indexed: false
4804
+ },
4805
+ {
4806
+ name: "baseURI",
4807
+ internalType: "string",
4808
+ type: "string",
4809
+ indexed: false
4810
+ }
4811
+ ],
4812
+ name: "URIsUpdated"
4813
+ },
4814
+ {
4815
+ type: "event",
4816
+ anonymous: false,
4817
+ inputs: [
4818
+ {
4819
+ name: "implementation",
4820
+ internalType: "address",
4821
+ type: "address",
4822
+ indexed: true
4823
+ }
4824
+ ],
4825
+ name: "Upgraded"
4826
+ },
4827
+ {
4828
+ type: "error",
4829
+ inputs: [{ name: "target", internalType: "address", type: "address" }],
4830
+ name: "AddressEmptyCode"
4831
+ },
4832
+ {
4833
+ type: "error",
4834
+ inputs: [
4835
+ { name: "lengthA", internalType: "uint256", type: "uint256" },
4836
+ { name: "lengthB", internalType: "uint256", type: "uint256" }
4837
+ ],
4838
+ name: "ArrayLengthMismatch"
4839
+ },
4840
+ {
4841
+ type: "error",
4842
+ inputs: [
4843
+ { name: "operator", internalType: "address", type: "address" },
4844
+ { name: "user", internalType: "address", type: "address" }
4845
+ ],
4846
+ name: "Burn_NotOwnerOrApproved"
4847
+ },
4848
+ {
4849
+ type: "error",
4850
+ inputs: [{ name: "reason", internalType: "bytes", type: "bytes" }],
4851
+ name: "CallFailed"
4852
+ },
4853
+ { type: "error", inputs: [], name: "Call_TokenIdMismatch" },
4854
+ { type: "error", inputs: [], name: "CallerNotZoraCreator1155" },
4855
+ {
4856
+ type: "error",
4857
+ inputs: [
4858
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
4859
+ { name: "quantity", internalType: "uint256", type: "uint256" },
4860
+ { name: "totalMinted", internalType: "uint256", type: "uint256" },
4861
+ { name: "maxSupply", internalType: "uint256", type: "uint256" }
4862
+ ],
4863
+ name: "CannotMintMoreTokens"
4864
+ },
4865
+ {
4866
+ type: "error",
4867
+ inputs: [
4868
+ { name: "proposedAddress", internalType: "address", type: "address" }
4869
+ ],
4870
+ name: "Config_TransferHookNotSupported"
4871
+ },
4872
+ { type: "error", inputs: [], name: "Create2EmptyBytecode" },
4873
+ { type: "error", inputs: [], name: "Create2FailedDeployment" },
4874
+ {
4875
+ type: "error",
4876
+ inputs: [
4877
+ { name: "balance", internalType: "uint256", type: "uint256" },
4878
+ { name: "needed", internalType: "uint256", type: "uint256" }
4879
+ ],
4880
+ name: "Create2InsufficientBalance"
4881
+ },
4882
+ { type: "error", inputs: [], name: "ERC1155_MINT_TO_ZERO_ADDRESS" },
4883
+ {
4884
+ type: "error",
4885
+ inputs: [
4886
+ { name: "implementation", internalType: "address", type: "address" }
4887
+ ],
4888
+ name: "ERC1967InvalidImplementation"
4889
+ },
4890
+ { type: "error", inputs: [], name: "ERC1967NonPayable" },
4891
+ { type: "error", inputs: [], name: "ERC20TransferSlippage" },
4892
+ { type: "error", inputs: [], name: "ETHTransferFailed" },
4893
+ {
4894
+ type: "error",
4895
+ inputs: [
4896
+ { name: "recipient", internalType: "address", type: "address" },
4897
+ { name: "amount", internalType: "uint256", type: "uint256" }
4898
+ ],
4899
+ name: "ETHWithdrawFailed"
4900
+ },
4901
+ { type: "error", inputs: [], name: "FailedInnerCall" },
4902
+ { type: "error", inputs: [], name: "FirstMinterAddressZero" },
4903
+ {
4904
+ type: "error",
4905
+ inputs: [
4906
+ { name: "amount", internalType: "uint256", type: "uint256" },
4907
+ { name: "contractValue", internalType: "uint256", type: "uint256" }
4908
+ ],
4909
+ name: "FundsWithdrawInsolvent"
4910
+ },
4911
+ { type: "error", inputs: [], name: "IncorrectAmountSent" },
4912
+ { type: "error", inputs: [], name: "InvalidAdminAction" },
4913
+ { type: "error", inputs: [], name: "InvalidInitialization" },
4914
+ {
4915
+ type: "error",
4916
+ inputs: [
4917
+ { name: "mintTo", internalType: "address", type: "address" },
4918
+ { name: "merkleProof", internalType: "bytes32[]", type: "bytes32[]" },
4919
+ { name: "merkleRoot", internalType: "bytes32", type: "bytes32" }
4920
+ ],
4921
+ name: "InvalidMerkleProof"
4922
+ },
4923
+ { type: "error", inputs: [], name: "InvalidMintSchedule" },
4924
+ { type: "error", inputs: [], name: "InvalidPremintVersion" },
4925
+ { type: "error", inputs: [], name: "InvalidRecipient" },
4926
+ { type: "error", inputs: [], name: "InvalidSignature" },
4927
+ { type: "error", inputs: [], name: "InvalidSignatureVersion" },
4928
+ {
4929
+ type: "error",
4930
+ inputs: [{ name: "magicValue", internalType: "bytes4", type: "bytes4" }],
4931
+ name: "InvalidSigner"
4932
+ },
4933
+ { type: "error", inputs: [], name: "InvalidTokenPrice" },
4934
+ { type: "error", inputs: [], name: "MintNotYetStarted" },
4935
+ { type: "error", inputs: [], name: "MintWithMintsNotSupportedOnContract" },
4936
+ { type: "error", inputs: [], name: "Mint_InsolventSaleTransfer" },
4937
+ { type: "error", inputs: [], name: "Mint_InvalidMintArrayLength" },
4938
+ { type: "error", inputs: [], name: "Mint_TokenIDMintNotAllowed" },
4939
+ { type: "error", inputs: [], name: "Mint_UnknownCommand" },
4940
+ { type: "error", inputs: [], name: "Mint_ValueTransferFail" },
4941
+ { type: "error", inputs: [], name: "MinterContractAlreadyExists" },
4942
+ { type: "error", inputs: [], name: "MinterContractDoesNotExist" },
4943
+ { type: "error", inputs: [], name: "NewOwnerNeedsToBeAdmin" },
4944
+ { type: "error", inputs: [], name: "NoUriForNonexistentToken" },
4945
+ { type: "error", inputs: [], name: "NonEthRedemption" },
4946
+ { type: "error", inputs: [], name: "NotInitializing" },
4947
+ {
4948
+ type: "error",
4949
+ inputs: [{ name: "owner", internalType: "address", type: "address" }],
4950
+ name: "OwnableInvalidOwner"
4951
+ },
4952
+ {
4953
+ type: "error",
4954
+ inputs: [{ name: "account", internalType: "address", type: "address" }],
4955
+ name: "OwnableUnauthorizedAccount"
4956
+ },
4957
+ { type: "error", inputs: [], name: "PremintDeleted" },
4958
+ {
4959
+ type: "error",
4960
+ inputs: [
4961
+ { name: "caller", internalType: "address", type: "address" },
4962
+ { name: "recipient", internalType: "address", type: "address" },
4963
+ { name: "amount", internalType: "uint256", type: "uint256" }
4964
+ ],
4965
+ name: "ProtocolRewardsWithdrawFailed"
4966
+ },
4967
+ { type: "error", inputs: [], name: "Renderer_NotValidRendererContract" },
4968
+ { type: "error", inputs: [], name: "SaleEnded" },
4969
+ { type: "error", inputs: [], name: "SaleHasNotStarted" },
4970
+ {
4971
+ type: "error",
4972
+ inputs: [
4973
+ { name: "targetContract", internalType: "address", type: "address" }
4974
+ ],
4975
+ name: "Sale_CannotCallNonSalesContract"
4976
+ },
4977
+ { type: "error", inputs: [], name: "TokenAlreadyCreated" },
4978
+ { type: "error", inputs: [], name: "TokenDoesNotExist" },
4979
+ {
4980
+ type: "error",
4981
+ inputs: [
4982
+ { name: "expected", internalType: "uint256", type: "uint256" },
4983
+ { name: "actual", internalType: "uint256", type: "uint256" }
4984
+ ],
4985
+ name: "TokenIdMismatch"
4986
+ },
4987
+ {
4988
+ type: "error",
4989
+ inputs: [
4990
+ { name: "storedTokenAddress", internalType: "address", type: "address" },
4991
+ {
4992
+ name: "expectedTokenAddress",
4993
+ internalType: "address",
4994
+ type: "address"
4995
+ }
4996
+ ],
4997
+ name: "TokenMismatch"
4998
+ },
4999
+ { type: "error", inputs: [], name: "TokenNotMintable" },
5000
+ { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
5001
+ {
5002
+ type: "error",
5003
+ inputs: [{ name: "slot", internalType: "bytes32", type: "bytes32" }],
5004
+ name: "UUPSUnsupportedProxiableUUID"
5005
+ },
5006
+ {
5007
+ type: "error",
5008
+ inputs: [
5009
+ { name: "expected", internalType: "string", type: "string" },
5010
+ { name: "actual", internalType: "string", type: "string" }
5011
+ ],
5012
+ name: "UpgradeToMismatchedContractName"
5013
+ },
5014
+ {
5015
+ type: "error",
5016
+ inputs: [
5017
+ { name: "user", internalType: "address", type: "address" },
5018
+ { name: "limit", internalType: "uint256", type: "uint256" },
5019
+ { name: "requestedAmount", internalType: "uint256", type: "uint256" }
5020
+ ],
5021
+ name: "UserExceedsMintLimit"
5022
+ },
5023
+ {
5024
+ type: "error",
5025
+ inputs: [
5026
+ { name: "user", internalType: "address", type: "address" },
5027
+ { name: "tokenId", internalType: "uint256", type: "uint256" },
5028
+ { name: "role", internalType: "uint256", type: "uint256" }
5029
+ ],
5030
+ name: "UserMissingRoleForToken"
5031
+ },
5032
+ { type: "error", inputs: [], name: "WrongValueSent" },
5033
+ {
5034
+ type: "error",
5035
+ inputs: [],
5036
+ name: "premintSignerContractFailedToRecoverSigner"
5037
+ },
5038
+ { type: "error", inputs: [], name: "premintSignerContractNotAContract" }
5039
+ ];
5040
+ var zoraMintsManagerImplAddress = {
5041
+ 999999999: "0x7777777d61b747bB131cEA42Fb849e5F0d8C0483"
5042
+ };
5043
+ var zoraMintsManagerImplConfig = {
5044
+ address: zoraMintsManagerImplAddress,
5045
+ abi: zoraMintsManagerImplABI
5046
+ };
5047
+
5048
+ // src/generated/1155.ts
5049
+ var __exports = {};
5050
+ __export(__exports, {
5051
+ addresses: () => addresses,
5052
+ chainConfigs: () => chainConfigs
5053
+ });
5054
+ var chainConfigs = {
5055
+ 1: {
5056
+ FACTORY_OWNER: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5057
+ MINT_FEE_RECIPIENT: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0",
5058
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5059
+ },
5060
+ 10: {
5061
+ FACTORY_OWNER: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5062
+ MINT_FEE_RECIPIENT: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c",
5063
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5064
+ },
5065
+ 999: {
5066
+ FACTORY_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5067
+ MINT_FEE_RECIPIENT: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5068
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5069
+ },
5070
+ 8453: {
5071
+ FACTORY_OWNER: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5072
+ MINT_FEE_RECIPIENT: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6",
5073
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5074
+ },
5075
+ 42161: {
5076
+ FACTORY_OWNER: "0xF7DafC329C93D84267c0E7B146C0bD68807f6A03",
5077
+ MINT_FEE_RECIPIENT: "0x10Fb02A68C3EA8bD439A6f515dcE07CC049f5c94",
5078
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5079
+ },
5080
+ 81457: {
5081
+ FACTORY_OWNER: "0x5b297B1b87f8De28C9fA7AFe183Db9F9e6295523",
5082
+ MINT_FEE_RECIPIENT: "0x72E6394056f9152D3a41e5A25De383c191D16134",
5083
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5084
+ },
5085
+ 421614: {
5086
+ FACTORY_OWNER: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5087
+ MINT_FEE_RECIPIENT: "0x256537b56007b32BabEB44E868EC8AA5cBF03D30",
5088
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5089
+ },
5090
+ 7777777: {
5091
+ FACTORY_OWNER: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5092
+ MINT_FEE_RECIPIENT: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853",
5093
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5094
+ },
5095
+ 11155111: {
5096
+ FACTORY_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5097
+ MINT_FEE_RECIPIENT: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5098
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5099
+ },
5100
+ 168587773: {
5101
+ FACTORY_OWNER: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
5102
+ MINT_FEE_RECIPIENT: "0x8cF22F26d528B09b3cc54b7ff956630Bf741b773",
5103
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5104
+ },
5105
+ 999999999: {
5106
+ FACTORY_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5107
+ MINT_FEE_RECIPIENT: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5108
+ PROTOCOL_REWARDS: "0x7777777F279eba3d3Ad8F4E708545291A6fDBA8B"
5109
+ }
5110
+ };
5111
+ var addresses = {
5112
+ 1: {
5113
+ CONTRACT_1155_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
5114
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5115
+ FACTORY_IMPL: "0xD662FB0fB00261C039441EF49Dbab154d7c533bD",
5116
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5117
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5118
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5119
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5120
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5121
+ REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
5122
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5123
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5124
+ timestamp: 1706664239
5125
+ },
5126
+ 10: {
5127
+ CONTRACT_1155_IMPL: "0xECfbCf718E17B6e76A675dDB936a9249C69DD2aA",
5128
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5129
+ FACTORY_IMPL: "0x32006e298C19818CD5e8000E26439691f0ac2128",
5130
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5131
+ FIXED_PRICE_SALE_STRATEGY: "0x3678862f04290E565cCA2EF163BAeb92Bb76790C",
5132
+ MERKLE_MINT_SALE_STRATEGY: "0x899ce31dF6C6Af81203AcAaD285bF539234eF4b8",
5133
+ PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5134
+ PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
5135
+ REDEEM_MINTER_FACTORY: "0x1B28A04b7eB7b93f920ddF2021aa3fAE065395f2",
5136
+ UPGRADE_GATE: "0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900",
5137
+ ERC20_MINTER: "0x777777E8850d8D6d98De2B5f64fae401F96eFF31",
5138
+ timestamp: 1706664035
5139
+ },
5140
+ 999: {
5141
+ CONTRACT_1155_IMPL: "0x2022AdEF470DA3543a19fac8c9be80618112704D",
5142
+ CONTRACT_1155_IMPL_VERSION: "2.7.0",
5143
+ FACTORY_IMPL: "0x4b0365Ec68C2D92Af2Fa56f120095F0859142Eff",
5144
+ FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
5145
+ FIXED_PRICE_SALE_STRATEGY: "0x04E2516A2c207E84a1839755675dfd8eF6302F0a",
5146
+ MERKLE_MINT_SALE_STRATEGY: "0xf48172CA3B6068B20eE4917Eb27b5472f1f272C7",
5147
+ PREMINTER_IMPL: "0x795Efc066f89DFB03048dDd0598F2D8521c99Df6",
3673
5148
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3674
5149
  REDEEM_MINTER_FACTORY: "0x78964965cF77850224513a367f899435C5B69174",
3675
5150
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
@@ -3773,21 +5248,73 @@ var addresses = {
3773
5248
  timestamp: 1709234007
3774
5249
  },
3775
5250
  999999999: {
3776
- CONTRACT_1155_IMPL: "0x980170C861E723309628a27c27397a955920F968",
3777
- CONTRACT_1155_IMPL_VERSION: "2.7.0",
3778
- FACTORY_IMPL: "0xcea530A0d2d158500E248a59682a1D230c2422F7",
5251
+ CONTRACT_1155_IMPL: "0xa2562fFeD81C699b08487244A822feE0D09Abe15",
5252
+ CONTRACT_1155_IMPL_VERSION: "2.9.0-DEV.0",
5253
+ FACTORY_IMPL: "0xe61c819753EDE74fB3F97D851f7DDFA3ec738856",
3779
5254
  FACTORY_PROXY: "0x777777C338d93e2C7adf08D102d45CA7CC4Ed021",
3780
5255
  FIXED_PRICE_SALE_STRATEGY: "0x6d28164C3CE04A190D5F9f0f8881fc807EAD975A",
3781
5256
  MERKLE_MINT_SALE_STRATEGY: "0x5e5fD4b758076BAD940db0284b711A67E8a3B88c",
3782
- PREMINTER_IMPL: "0x6f4f0c7748050d178b50cB000c94d54ea54A82aA",
5257
+ PREMINTER_IMPL: "0x1840606A43AC211Ffd548BE727563D863bfCF707",
3783
5258
  PREMINTER_PROXY: "0x7777773606e7e46C8Ba8B98C08f5cD218e31d340",
3784
5259
  REDEEM_MINTER_FACTORY: "0x25cFb6dd9cDE8425e781d6718a29Ccbca3F038d6",
3785
5260
  UPGRADE_GATE: "0x0000000000000000000000000000000000000000",
3786
- timestamp: 1706663810
5261
+ timestamp: 1712013215
5262
+ }
5263
+ };
5264
+
5265
+ // src/generated/mints.ts
5266
+ var mints_exports = {};
5267
+ __export(mints_exports, {
5268
+ addresses: () => addresses2,
5269
+ chainConfigs: () => chainConfigs2
5270
+ });
5271
+ var chainConfigs2 = {
5272
+ 1: {
5273
+ PROXY_ADMIN: "0xDB392f4391462d60B8B4413ef72018Ab595Af9D0",
5274
+ MINTS_OWNER: "0xd1d1D4e36117aB794ec5d4c78cBD3a8904E691D0"
5275
+ },
5276
+ 10: {
5277
+ PROXY_ADMIN: "0x4c7f7b6067fac9a737ecf2ca1a733fc85dd65a2b",
5278
+ MINTS_OWNER: "0x7A810DCd0f8d83B20212326813Db6EF7E9FD030c"
5279
+ },
5280
+ 420: {
5281
+ PROXY_ADMIN: "0xbb45052B2260707655Dfd916a416264f5981192c",
5282
+ MINTS_OWNER: "0x5dEe21327CD7CD6725C2578DA1c3E5bb2D2D34b2"
5283
+ },
5284
+ 999: {
5285
+ PROXY_ADMIN: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252",
5286
+ MINTS_OWNER: "0xE84DBB2B25F761751231a9D0DAfbdD4dC3aa8252"
5287
+ },
5288
+ 8453: {
5289
+ PROXY_ADMIN: "0x004d6611884B4A661749B64b2ADc78505c3e1AB3",
5290
+ MINTS_OWNER: "0x7bf90111Ad7C22bec9E9dFf8A01A44713CC1b1B6"
5291
+ },
5292
+ 84531: {
5293
+ PROXY_ADMIN: "0x02539E813cA450C2c7334e885423f4A899a063Fe",
5294
+ MINTS_OWNER: "0x02539E813cA450C2c7334e885423f4A899a063Fe"
5295
+ },
5296
+ 7777777: {
5297
+ PROXY_ADMIN: "0xdEA20c96253dc2d64897D2b8d27A8d935dE74955",
5298
+ MINTS_OWNER: "0xEcfc2ee50409E459c554a2b0376F882Ce916D853"
5299
+ },
5300
+ 11155111: {
5301
+ PROXY_ADMIN: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D",
5302
+ MINTS_OWNER: "0xCE9F2e8EaFa11637F8A1CB60AE8AaC601Ae30f2D"
5303
+ },
5304
+ 999999999: {
5305
+ PROXY_ADMIN: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E",
5306
+ MINTS_OWNER: "0xdae22ce69Afcb7f4bc37D32E267645722949DE0E"
5307
+ }
5308
+ };
5309
+ var addresses2 = {
5310
+ 999999999: {
5311
+ MINTS_MANAGER_IMPL: "0xeC580aF42A2588f2a6d1753328107FD271a07b74",
5312
+ MINTS_MANAGER_IMPL_VERSION: "0.1.0-DEV.2"
3787
5313
  }
3788
5314
  };
3789
5315
  export {
3790
5316
  __exports as contracts1155,
5317
+ mints_exports as mints,
3791
5318
  zoraCreator1155FactoryImplABI,
3792
5319
  zoraCreator1155FactoryImplAddress,
3793
5320
  zoraCreator1155FactoryImplConfig,
@@ -3803,6 +5330,12 @@ export {
3803
5330
  zoraCreatorMerkleMinterStrategyConfig,
3804
5331
  zoraCreatorRedeemMinterFactoryABI,
3805
5332
  zoraCreatorRedeemMinterFactoryAddress,
3806
- zoraCreatorRedeemMinterFactoryConfig
5333
+ zoraCreatorRedeemMinterFactoryConfig,
5334
+ zoraMints1155ABI,
5335
+ zoraMints1155Address,
5336
+ zoraMints1155Config,
5337
+ zoraMintsManagerImplABI,
5338
+ zoraMintsManagerImplAddress,
5339
+ zoraMintsManagerImplConfig
3807
5340
  };
3808
5341
  //# sourceMappingURL=index.js.map