@zoralabs/protocol-deployments 0.4.0-DEV.0 → 0.4.0

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.
@@ -3491,11 +3491,15 @@ export declare const callerAndCommenterConfig: {
3491
3491
  export declare const cointagABI: readonly [{
3492
3492
  readonly type: "constructor";
3493
3493
  readonly inputs: readonly [{
3494
- readonly name: "_protocolRewards";
3494
+ readonly name: "protocolRewards_";
3495
3495
  readonly internalType: "address";
3496
3496
  readonly type: "address";
3497
3497
  }, {
3498
- readonly name: "_weth";
3498
+ readonly name: "weth_";
3499
+ readonly internalType: "address";
3500
+ readonly type: "address";
3501
+ }, {
3502
+ readonly name: "upgradeGate_";
3499
3503
  readonly internalType: "address";
3500
3504
  readonly type: "address";
3501
3505
  }];
@@ -3516,37 +3520,50 @@ export declare const cointagABI: readonly [{
3516
3520
  }, {
3517
3521
  readonly type: "function";
3518
3522
  readonly inputs: readonly [];
3519
- readonly name: "REQUIRED_OBSERVATION_CARDINALITY";
3523
+ readonly name: "UPGRADE_INTERFACE_VERSION";
3520
3524
  readonly outputs: readonly [{
3521
3525
  readonly name: "";
3522
- readonly internalType: "uint16";
3523
- readonly type: "uint16";
3526
+ readonly internalType: "string";
3527
+ readonly type: "string";
3524
3528
  }];
3525
3529
  readonly stateMutability: "view";
3526
3530
  }, {
3527
3531
  readonly type: "function";
3528
3532
  readonly inputs: readonly [];
3529
- readonly name: "SLIPPAGE";
3530
- readonly outputs: readonly [{
3531
- readonly name: "";
3532
- readonly internalType: "uint256";
3533
- readonly type: "uint256";
3534
- }];
3535
- readonly stateMutability: "view";
3533
+ readonly name: "acceptOwnership";
3534
+ readonly outputs: readonly [];
3535
+ readonly stateMutability: "nonpayable";
3536
3536
  }, {
3537
3537
  readonly type: "function";
3538
3538
  readonly inputs: readonly [];
3539
- readonly name: "TIME_WEIGHTED_PRICE_PERIOD";
3539
+ readonly name: "config";
3540
3540
  readonly outputs: readonly [{
3541
- readonly name: "";
3542
- readonly internalType: "uint32";
3543
- readonly type: "uint32";
3541
+ readonly name: "cointagStorage";
3542
+ readonly internalType: "struct ICointag.CointagStorageV1";
3543
+ readonly type: "tuple";
3544
+ readonly components: readonly [{
3545
+ readonly name: "creatorRewardRecipient";
3546
+ readonly internalType: "address";
3547
+ readonly type: "address";
3548
+ }, {
3549
+ readonly name: "erc20";
3550
+ readonly internalType: "contract IERC20";
3551
+ readonly type: "address";
3552
+ }, {
3553
+ readonly name: "pool";
3554
+ readonly internalType: "contract IUniswapV3Pool";
3555
+ readonly type: "address";
3556
+ }, {
3557
+ readonly name: "percentageToBuyBurn";
3558
+ readonly internalType: "uint256";
3559
+ readonly type: "uint256";
3560
+ }];
3544
3561
  }];
3545
- readonly stateMutability: "view";
3562
+ readonly stateMutability: "pure";
3546
3563
  }, {
3547
3564
  readonly type: "function";
3548
3565
  readonly inputs: readonly [];
3549
- readonly name: "contractVersion";
3566
+ readonly name: "contractName";
3550
3567
  readonly outputs: readonly [{
3551
3568
  readonly name: "";
3552
3569
  readonly internalType: "string";
@@ -3556,17 +3573,17 @@ export declare const cointagABI: readonly [{
3556
3573
  }, {
3557
3574
  readonly type: "function";
3558
3575
  readonly inputs: readonly [];
3559
- readonly name: "creatorRewardRecipient";
3576
+ readonly name: "contractVersion";
3560
3577
  readonly outputs: readonly [{
3561
3578
  readonly name: "";
3562
- readonly internalType: "address";
3563
- readonly type: "address";
3579
+ readonly internalType: "string";
3580
+ readonly type: "string";
3564
3581
  }];
3565
- readonly stateMutability: "view";
3582
+ readonly stateMutability: "pure";
3566
3583
  }, {
3567
3584
  readonly type: "function";
3568
3585
  readonly inputs: readonly [];
3569
- readonly name: "ensureObservationCardinality";
3586
+ readonly name: "distribute";
3570
3587
  readonly outputs: readonly [];
3571
3588
  readonly stateMutability: "nonpayable";
3572
3589
  }, {
@@ -3575,36 +3592,32 @@ export declare const cointagABI: readonly [{
3575
3592
  readonly name: "erc20";
3576
3593
  readonly outputs: readonly [{
3577
3594
  readonly name: "";
3578
- readonly internalType: "contract IBurnableERC20";
3595
+ readonly internalType: "contract IERC20";
3579
3596
  readonly type: "address";
3580
3597
  }];
3581
3598
  readonly stateMutability: "view";
3582
3599
  }, {
3583
3600
  readonly type: "function";
3584
3601
  readonly inputs: readonly [];
3585
- readonly name: "hasEnoughObservationCardinality";
3602
+ readonly name: "implementation";
3586
3603
  readonly outputs: readonly [{
3587
3604
  readonly name: "";
3588
- readonly internalType: "bool";
3589
- readonly type: "bool";
3590
- }, {
3591
- readonly name: "";
3592
- readonly internalType: "uint256";
3593
- readonly type: "uint256";
3605
+ readonly internalType: "address";
3606
+ readonly type: "address";
3594
3607
  }];
3595
3608
  readonly stateMutability: "view";
3596
3609
  }, {
3597
3610
  readonly type: "function";
3598
3611
  readonly inputs: readonly [{
3599
- readonly name: "_creatorRewardRecipient";
3612
+ readonly name: "creatorRewardRecipient";
3600
3613
  readonly internalType: "address";
3601
3614
  readonly type: "address";
3602
3615
  }, {
3603
- readonly name: "_pool";
3616
+ readonly name: "pool_";
3604
3617
  readonly internalType: "address";
3605
3618
  readonly type: "address";
3606
3619
  }, {
3607
- readonly name: "_percentageToBuyBurn";
3620
+ readonly name: "percentageToBuyBurn";
3608
3621
  readonly internalType: "uint256";
3609
3622
  readonly type: "uint256";
3610
3623
  }];
@@ -3614,11 +3627,21 @@ export declare const cointagABI: readonly [{
3614
3627
  }, {
3615
3628
  readonly type: "function";
3616
3629
  readonly inputs: readonly [];
3617
- readonly name: "percentageToBuyBurn";
3630
+ readonly name: "owner";
3618
3631
  readonly outputs: readonly [{
3619
3632
  readonly name: "";
3620
- readonly internalType: "uint256";
3621
- readonly type: "uint256";
3633
+ readonly internalType: "address";
3634
+ readonly type: "address";
3635
+ }];
3636
+ readonly stateMutability: "view";
3637
+ }, {
3638
+ readonly type: "function";
3639
+ readonly inputs: readonly [];
3640
+ readonly name: "pendingOwner";
3641
+ readonly outputs: readonly [{
3642
+ readonly name: "";
3643
+ readonly internalType: "address";
3644
+ readonly type: "address";
3622
3645
  }];
3623
3646
  readonly stateMutability: "view";
3624
3647
  }, {
@@ -3641,12 +3664,38 @@ export declare const cointagABI: readonly [{
3641
3664
  readonly type: "address";
3642
3665
  }];
3643
3666
  readonly stateMutability: "view";
3667
+ }, {
3668
+ readonly type: "function";
3669
+ readonly inputs: readonly [];
3670
+ readonly name: "proxiableUUID";
3671
+ readonly outputs: readonly [{
3672
+ readonly name: "";
3673
+ readonly internalType: "bytes32";
3674
+ readonly type: "bytes32";
3675
+ }];
3676
+ readonly stateMutability: "view";
3644
3677
  }, {
3645
3678
  readonly type: "function";
3646
3679
  readonly inputs: readonly [];
3647
3680
  readonly name: "pull";
3648
3681
  readonly outputs: readonly [];
3649
3682
  readonly stateMutability: "nonpayable";
3683
+ }, {
3684
+ readonly type: "function";
3685
+ readonly inputs: readonly [];
3686
+ readonly name: "renounceOwnership";
3687
+ readonly outputs: readonly [];
3688
+ readonly stateMutability: "nonpayable";
3689
+ }, {
3690
+ readonly type: "function";
3691
+ readonly inputs: readonly [{
3692
+ readonly name: "newOwner";
3693
+ readonly internalType: "address";
3694
+ readonly type: "address";
3695
+ }];
3696
+ readonly name: "transferOwnership";
3697
+ readonly outputs: readonly [];
3698
+ readonly stateMutability: "nonpayable";
3650
3699
  }, {
3651
3700
  readonly type: "function";
3652
3701
  readonly inputs: readonly [{
@@ -3665,6 +3714,30 @@ export declare const cointagABI: readonly [{
3665
3714
  readonly name: "uniswapV3SwapCallback";
3666
3715
  readonly outputs: readonly [];
3667
3716
  readonly stateMutability: "nonpayable";
3717
+ }, {
3718
+ readonly type: "function";
3719
+ readonly inputs: readonly [];
3720
+ readonly name: "upgradeGate";
3721
+ readonly outputs: readonly [{
3722
+ readonly name: "";
3723
+ readonly internalType: "contract IUpgradeGate";
3724
+ readonly type: "address";
3725
+ }];
3726
+ readonly stateMutability: "view";
3727
+ }, {
3728
+ readonly type: "function";
3729
+ readonly inputs: readonly [{
3730
+ readonly name: "newImplementation";
3731
+ readonly internalType: "address";
3732
+ readonly type: "address";
3733
+ }, {
3734
+ readonly name: "data";
3735
+ readonly internalType: "bytes";
3736
+ readonly type: "bytes";
3737
+ }];
3738
+ readonly name: "upgradeToAndCall";
3739
+ readonly outputs: readonly [];
3740
+ readonly stateMutability: "payable";
3668
3741
  }, {
3669
3742
  readonly type: "function";
3670
3743
  readonly inputs: readonly [];
@@ -3679,27 +3752,27 @@ export declare const cointagABI: readonly [{
3679
3752
  readonly type: "event";
3680
3753
  readonly anonymous: false;
3681
3754
  readonly inputs: readonly [{
3682
- readonly name: "amountERc20Received";
3755
+ readonly name: "amountERC20Received";
3683
3756
  readonly internalType: "uint256";
3684
3757
  readonly type: "uint256";
3685
3758
  readonly indexed: false;
3686
3759
  }, {
3687
- readonly name: "amountERc20Burned";
3760
+ readonly name: "amountERC20Burned";
3688
3761
  readonly internalType: "uint256";
3689
3762
  readonly type: "uint256";
3690
3763
  readonly indexed: false;
3691
3764
  }, {
3692
- readonly name: "amountEthSpent";
3765
+ readonly name: "amountETHSpent";
3693
3766
  readonly internalType: "uint256";
3694
3767
  readonly type: "uint256";
3695
3768
  readonly indexed: false;
3696
3769
  }, {
3697
- readonly name: "amountEthToCreator";
3770
+ readonly name: "amountETHToCreator";
3698
3771
  readonly internalType: "uint256";
3699
3772
  readonly type: "uint256";
3700
3773
  readonly indexed: false;
3701
3774
  }, {
3702
- readonly name: "totalEthReceived";
3775
+ readonly name: "totalETHReceived";
3703
3776
  readonly internalType: "uint256";
3704
3777
  readonly type: "uint256";
3705
3778
  readonly indexed: false;
@@ -3715,6 +3788,21 @@ export declare const cointagABI: readonly [{
3715
3788
  readonly indexed: false;
3716
3789
  }];
3717
3790
  readonly name: "BuyBurn";
3791
+ }, {
3792
+ readonly type: "event";
3793
+ readonly anonymous: false;
3794
+ readonly inputs: readonly [{
3795
+ readonly name: "amount";
3796
+ readonly internalType: "uint256";
3797
+ readonly type: "uint256";
3798
+ readonly indexed: true;
3799
+ }, {
3800
+ readonly name: "sender";
3801
+ readonly internalType: "address";
3802
+ readonly type: "address";
3803
+ readonly indexed: true;
3804
+ }];
3805
+ readonly name: "EthReceived";
3718
3806
  }, {
3719
3807
  readonly type: "event";
3720
3808
  readonly anonymous: false;
@@ -3750,6 +3838,46 @@ export declare const cointagABI: readonly [{
3750
3838
  readonly indexed: false;
3751
3839
  }];
3752
3840
  readonly name: "Initialized";
3841
+ }, {
3842
+ readonly type: "event";
3843
+ readonly anonymous: false;
3844
+ readonly inputs: readonly [{
3845
+ readonly name: "previousOwner";
3846
+ readonly internalType: "address";
3847
+ readonly type: "address";
3848
+ readonly indexed: true;
3849
+ }, {
3850
+ readonly name: "newOwner";
3851
+ readonly internalType: "address";
3852
+ readonly type: "address";
3853
+ readonly indexed: true;
3854
+ }];
3855
+ readonly name: "OwnershipTransferStarted";
3856
+ }, {
3857
+ readonly type: "event";
3858
+ readonly anonymous: false;
3859
+ readonly inputs: readonly [{
3860
+ readonly name: "previousOwner";
3861
+ readonly internalType: "address";
3862
+ readonly type: "address";
3863
+ readonly indexed: true;
3864
+ }, {
3865
+ readonly name: "newOwner";
3866
+ readonly internalType: "address";
3867
+ readonly type: "address";
3868
+ readonly indexed: true;
3869
+ }];
3870
+ readonly name: "OwnershipTransferred";
3871
+ }, {
3872
+ readonly type: "event";
3873
+ readonly anonymous: false;
3874
+ readonly inputs: readonly [{
3875
+ readonly name: "implementation";
3876
+ readonly internalType: "address";
3877
+ readonly type: "address";
3878
+ readonly indexed: true;
3879
+ }];
3880
+ readonly name: "Upgraded";
3753
3881
  }, {
3754
3882
  readonly type: "error";
3755
3883
  readonly inputs: readonly [{
@@ -3766,18 +3894,22 @@ export declare const cointagABI: readonly [{
3766
3894
  readonly type: "address";
3767
3895
  }];
3768
3896
  readonly name: "AddressInsufficientBalance";
3897
+ }, {
3898
+ readonly type: "error";
3899
+ readonly inputs: readonly [];
3900
+ readonly name: "AddressZero";
3769
3901
  }, {
3770
3902
  readonly type: "error";
3771
3903
  readonly inputs: readonly [{
3772
- readonly name: "amountOut";
3773
- readonly internalType: "uint256";
3774
- readonly type: "uint256";
3775
- }, {
3776
- readonly name: "amountOutMinimum";
3777
- readonly internalType: "uint256";
3778
- readonly type: "uint256";
3904
+ readonly name: "implementation";
3905
+ readonly internalType: "address";
3906
+ readonly type: "address";
3779
3907
  }];
3780
- readonly name: "AmountOutLessThanMinimum";
3908
+ readonly name: "ERC1967InvalidImplementation";
3909
+ }, {
3910
+ readonly type: "error";
3911
+ readonly inputs: readonly [];
3912
+ readonly name: "ERC1967NonPayable";
3781
3913
  }, {
3782
3914
  readonly type: "error";
3783
3915
  readonly inputs: readonly [];
@@ -3789,15 +3921,15 @@ export declare const cointagABI: readonly [{
3789
3921
  }, {
3790
3922
  readonly type: "error";
3791
3923
  readonly inputs: readonly [{
3792
- readonly name: "requiredCardinality";
3793
- readonly internalType: "uint256";
3794
- readonly type: "uint256";
3924
+ readonly name: "oldImpl";
3925
+ readonly internalType: "address";
3926
+ readonly type: "address";
3795
3927
  }, {
3796
- readonly name: "currentCardinality";
3797
- readonly internalType: "uint256";
3798
- readonly type: "uint256";
3928
+ readonly name: "newImpl";
3929
+ readonly internalType: "address";
3930
+ readonly type: "address";
3799
3931
  }];
3800
- readonly name: "NotEnoughObservationCardinality";
3932
+ readonly name: "InvalidUpgradePath";
3801
3933
  }, {
3802
3934
  readonly type: "error";
3803
3935
  readonly inputs: readonly [];
@@ -3810,6 +3942,26 @@ export declare const cointagABI: readonly [{
3810
3942
  readonly type: "error";
3811
3943
  readonly inputs: readonly [];
3812
3944
  readonly name: "OnlyProtocolRewardsOrWeth";
3945
+ }, {
3946
+ readonly type: "error";
3947
+ readonly inputs: readonly [{
3948
+ readonly name: "owner";
3949
+ readonly internalType: "address";
3950
+ readonly type: "address";
3951
+ }];
3952
+ readonly name: "OwnableInvalidOwner";
3953
+ }, {
3954
+ readonly type: "error";
3955
+ readonly inputs: readonly [{
3956
+ readonly name: "account";
3957
+ readonly internalType: "address";
3958
+ readonly type: "address";
3959
+ }];
3960
+ readonly name: "OwnableUnauthorizedAccount";
3961
+ }, {
3962
+ readonly type: "error";
3963
+ readonly inputs: readonly [];
3964
+ readonly name: "PoolNeedsOneTokenToBeWETH";
3813
3965
  }, {
3814
3966
  readonly type: "error";
3815
3967
  readonly inputs: readonly [{
@@ -3818,11 +3970,44 @@ export declare const cointagABI: readonly [{
3818
3970
  readonly type: "address";
3819
3971
  }];
3820
3972
  readonly name: "SafeERC20FailedOperation";
3973
+ }, {
3974
+ readonly type: "error";
3975
+ readonly inputs: readonly [];
3976
+ readonly name: "UUPSUnauthorizedCallContext";
3977
+ }, {
3978
+ readonly type: "error";
3979
+ readonly inputs: readonly [{
3980
+ readonly name: "slot";
3981
+ readonly internalType: "bytes32";
3982
+ readonly type: "bytes32";
3983
+ }];
3984
+ readonly name: "UUPSUnsupportedProxiableUUID";
3985
+ }, {
3986
+ readonly type: "error";
3987
+ readonly inputs: readonly [];
3988
+ readonly name: "UnknownBurnError";
3989
+ }, {
3990
+ readonly type: "error";
3991
+ readonly inputs: readonly [];
3992
+ readonly name: "UnknownSwapError";
3993
+ }, {
3994
+ readonly type: "error";
3995
+ readonly inputs: readonly [{
3996
+ readonly name: "current";
3997
+ readonly internalType: "string";
3998
+ readonly type: "string";
3999
+ }, {
4000
+ readonly name: "newName";
4001
+ readonly internalType: "string";
4002
+ readonly type: "string";
4003
+ }];
4004
+ readonly name: "UpgradeToMismatchedContractName";
3821
4005
  }];
3822
4006
  /**
3823
4007
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
3824
4008
  * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
3825
4009
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
4010
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773Bd7Cccb7E704315CA51245707E19B0DE)
3826
4011
  */
3827
4012
  export declare const cointagFactoryABI: readonly [{
3828
4013
  readonly type: "constructor";
@@ -3914,36 +4099,6 @@ export declare const cointagFactoryABI: readonly [{
3914
4099
  readonly type: "address";
3915
4100
  }];
3916
4101
  readonly stateMutability: "view";
3917
- }, {
3918
- readonly type: "function";
3919
- readonly inputs: readonly [{
3920
- readonly name: "_implementation";
3921
- readonly internalType: "address";
3922
- readonly type: "address";
3923
- }, {
3924
- readonly name: "_creatorRewardRecipient";
3925
- readonly internalType: "address";
3926
- readonly type: "address";
3927
- }, {
3928
- readonly name: "_pool";
3929
- readonly internalType: "address";
3930
- readonly type: "address";
3931
- }, {
3932
- readonly name: "_percentageToBuyBurn";
3933
- readonly internalType: "uint256";
3934
- readonly type: "uint256";
3935
- }, {
3936
- readonly name: "saltSource";
3937
- readonly internalType: "bytes";
3938
- readonly type: "bytes";
3939
- }];
3940
- readonly name: "getCointagAddressForImpl";
3941
- readonly outputs: readonly [{
3942
- readonly name: "";
3943
- readonly internalType: "address";
3944
- readonly type: "address";
3945
- }];
3946
- readonly stateMutability: "view";
3947
4102
  }, {
3948
4103
  readonly type: "function";
3949
4104
  readonly inputs: readonly [{
@@ -4066,6 +4221,16 @@ export declare const cointagFactoryABI: readonly [{
4066
4221
  readonly name: "transferOwnership";
4067
4222
  readonly outputs: readonly [];
4068
4223
  readonly stateMutability: "nonpayable";
4224
+ }, {
4225
+ readonly type: "function";
4226
+ readonly inputs: readonly [];
4227
+ readonly name: "upgradeGate";
4228
+ readonly outputs: readonly [{
4229
+ readonly name: "";
4230
+ readonly internalType: "contract IUpgradeGate";
4231
+ readonly type: "address";
4232
+ }];
4233
+ readonly stateMutability: "view";
4069
4234
  }, {
4070
4235
  readonly type: "function";
4071
4236
  readonly inputs: readonly [{
@@ -4177,10 +4342,6 @@ export declare const cointagFactoryABI: readonly [{
4177
4342
  readonly type: "error";
4178
4343
  readonly inputs: readonly [];
4179
4344
  readonly name: "AddressZero";
4180
- }, {
4181
- readonly type: "error";
4182
- readonly inputs: readonly [];
4183
- readonly name: "ERC1167FailedCreateClone";
4184
4345
  }, {
4185
4346
  readonly type: "error";
4186
4347
  readonly inputs: readonly [{
@@ -4262,22 +4423,26 @@ export declare const cointagFactoryABI: readonly [{
4262
4423
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
4263
4424
  * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
4264
4425
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
4426
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773Bd7Cccb7E704315CA51245707E19B0DE)
4265
4427
  */
4266
4428
  export declare const cointagFactoryAddress: {
4267
4429
  readonly 8453: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
4268
4430
  readonly 84532: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
4269
4431
  readonly 7777777: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
4432
+ readonly 999999999: "0x77777773Bd7Cccb7E704315CA51245707E19B0DE";
4270
4433
  };
4271
4434
  /**
4272
4435
  * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
4273
4436
  * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
4274
4437
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F)
4438
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777773Bd7Cccb7E704315CA51245707E19B0DE)
4275
4439
  */
4276
4440
  export declare const cointagFactoryConfig: {
4277
4441
  readonly address: {
4278
4442
  readonly 8453: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
4279
4443
  readonly 84532: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
4280
4444
  readonly 7777777: "0x7777777BbD0b88aD5F3b5f4c89C6B60D74b9774F";
4445
+ readonly 999999999: "0x77777773Bd7Cccb7E704315CA51245707E19B0DE";
4281
4446
  };
4282
4447
  readonly abi: readonly [{
4283
4448
  readonly type: "constructor";
@@ -4369,36 +4534,6 @@ export declare const cointagFactoryConfig: {
4369
4534
  readonly type: "address";
4370
4535
  }];
4371
4536
  readonly stateMutability: "view";
4372
- }, {
4373
- readonly type: "function";
4374
- readonly inputs: readonly [{
4375
- readonly name: "_implementation";
4376
- readonly internalType: "address";
4377
- readonly type: "address";
4378
- }, {
4379
- readonly name: "_creatorRewardRecipient";
4380
- readonly internalType: "address";
4381
- readonly type: "address";
4382
- }, {
4383
- readonly name: "_pool";
4384
- readonly internalType: "address";
4385
- readonly type: "address";
4386
- }, {
4387
- readonly name: "_percentageToBuyBurn";
4388
- readonly internalType: "uint256";
4389
- readonly type: "uint256";
4390
- }, {
4391
- readonly name: "saltSource";
4392
- readonly internalType: "bytes";
4393
- readonly type: "bytes";
4394
- }];
4395
- readonly name: "getCointagAddressForImpl";
4396
- readonly outputs: readonly [{
4397
- readonly name: "";
4398
- readonly internalType: "address";
4399
- readonly type: "address";
4400
- }];
4401
- readonly stateMutability: "view";
4402
4537
  }, {
4403
4538
  readonly type: "function";
4404
4539
  readonly inputs: readonly [{
@@ -4521,6 +4656,16 @@ export declare const cointagFactoryConfig: {
4521
4656
  readonly name: "transferOwnership";
4522
4657
  readonly outputs: readonly [];
4523
4658
  readonly stateMutability: "nonpayable";
4659
+ }, {
4660
+ readonly type: "function";
4661
+ readonly inputs: readonly [];
4662
+ readonly name: "upgradeGate";
4663
+ readonly outputs: readonly [{
4664
+ readonly name: "";
4665
+ readonly internalType: "contract IUpgradeGate";
4666
+ readonly type: "address";
4667
+ }];
4668
+ readonly stateMutability: "view";
4524
4669
  }, {
4525
4670
  readonly type: "function";
4526
4671
  readonly inputs: readonly [{
@@ -4632,10 +4777,6 @@ export declare const cointagFactoryConfig: {
4632
4777
  readonly type: "error";
4633
4778
  readonly inputs: readonly [];
4634
4779
  readonly name: "AddressZero";
4635
- }, {
4636
- readonly type: "error";
4637
- readonly inputs: readonly [];
4638
- readonly name: "ERC1167FailedCreateClone";
4639
4780
  }, {
4640
4781
  readonly type: "error";
4641
4782
  readonly inputs: readonly [{
@@ -12824,7 +12965,7 @@ export declare const secondarySwapABI: readonly [{
12824
12965
  readonly type: "address";
12825
12966
  readonly indexed: true;
12826
12967
  }, {
12827
- readonly name: "amountEthSold";
12968
+ readonly name: "amountETHSold";
12828
12969
  readonly internalType: "uint256";
12829
12970
  readonly type: "uint256";
12830
12971
  readonly indexed: false;
@@ -12889,7 +13030,7 @@ export declare const secondarySwapABI: readonly [{
12889
13030
  readonly type: "address";
12890
13031
  readonly indexed: true;
12891
13032
  }, {
12892
- readonly name: "amountEthPurchased";
13033
+ readonly name: "amountETHPurchased";
12893
13034
  readonly internalType: "uint256";
12894
13035
  readonly type: "uint256";
12895
13036
  readonly indexed: false;
@@ -13216,7 +13357,7 @@ export declare const secondarySwapConfig: {
13216
13357
  readonly type: "address";
13217
13358
  readonly indexed: true;
13218
13359
  }, {
13219
- readonly name: "amountEthSold";
13360
+ readonly name: "amountETHSold";
13220
13361
  readonly internalType: "uint256";
13221
13362
  readonly type: "uint256";
13222
13363
  readonly indexed: false;
@@ -13281,7 +13422,7 @@ export declare const secondarySwapConfig: {
13281
13422
  readonly type: "address";
13282
13423
  readonly indexed: true;
13283
13424
  }, {
13284
- readonly name: "amountEthPurchased";
13425
+ readonly name: "amountETHPurchased";
13285
13426
  readonly internalType: "uint256";
13286
13427
  readonly type: "uint256";
13287
13428
  readonly indexed: false;
@@ -30859,6 +31000,8 @@ export declare const zoraMintsManagerImplConfig: {
30859
31000
  }];
30860
31001
  };
30861
31002
  /**
31003
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
31004
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
30862
31005
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
30863
31006
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
30864
31007
  */
@@ -32132,19 +32275,27 @@ export declare const zoraSparks1155ABI: readonly [{
32132
32275
  readonly name: "TokenNotMintable";
32133
32276
  }];
32134
32277
  /**
32278
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32279
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32135
32280
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32136
32281
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32137
32282
  */
32138
32283
  export declare const zoraSparks1155Address: {
32284
+ readonly 8453: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32285
+ readonly 84532: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32139
32286
  readonly 7777777: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32140
32287
  readonly 999999999: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32141
32288
  };
32142
32289
  /**
32290
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32291
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32143
32292
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32144
32293
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x7777777b3eA6C126942BB14dD5C3C11D365C385D)
32145
32294
  */
32146
32295
  export declare const zoraSparks1155Config: {
32147
32296
  readonly address: {
32297
+ readonly 8453: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32298
+ readonly 84532: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32148
32299
  readonly 7777777: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32149
32300
  readonly 999999999: "0x7777777b3eA6C126942BB14dD5C3C11D365C385D";
32150
32301
  };
@@ -33419,6 +33570,8 @@ export declare const zoraSparks1155Config: {
33419
33570
  }];
33420
33571
  };
33421
33572
  /**
33573
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33574
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33422
33575
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33423
33576
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33424
33577
  */
@@ -33974,19 +34127,27 @@ export declare const zoraSparksManagerImplABI: readonly [{
33974
34127
  readonly name: "UpgradeToMismatchedContractName";
33975
34128
  }];
33976
34129
  /**
34130
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
34131
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33977
34132
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33978
34133
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33979
34134
  */
33980
34135
  export declare const zoraSparksManagerImplAddress: {
34136
+ readonly 8453: "0x77777779acd6a96C0c57272112921A0b833c38fD";
34137
+ readonly 84532: "0x77777779acd6a96C0c57272112921A0b833c38fD";
33981
34138
  readonly 7777777: "0x77777779acd6a96C0c57272112921A0b833c38fD";
33982
34139
  readonly 999999999: "0x77777779acd6a96C0c57272112921A0b833c38fD";
33983
34140
  };
33984
34141
  /**
34142
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
34143
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33985
34144
  * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33986
34145
  * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x77777779acd6a96C0c57272112921A0b833c38fD)
33987
34146
  */
33988
34147
  export declare const zoraSparksManagerImplConfig: {
33989
34148
  readonly address: {
34149
+ readonly 8453: "0x77777779acd6a96C0c57272112921A0b833c38fD";
34150
+ readonly 84532: "0x77777779acd6a96C0c57272112921A0b833c38fD";
33990
34151
  readonly 7777777: "0x77777779acd6a96C0c57272112921A0b833c38fD";
33991
34152
  readonly 999999999: "0x77777779acd6a96C0c57272112921A0b833c38fD";
33992
34153
  };