@zoralabs/protocol-deployments 0.3.11-DEV.4 → 0.3.11-DEV.6

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.
@@ -3513,6 +3513,46 @@ export declare const cointagABI: readonly [{
3513
3513
  readonly type: "uint256";
3514
3514
  }];
3515
3515
  readonly stateMutability: "view";
3516
+ }, {
3517
+ readonly type: "function";
3518
+ readonly inputs: readonly [];
3519
+ readonly name: "REQUIRED_OBSERVATION_CARDINALITY";
3520
+ readonly outputs: readonly [{
3521
+ readonly name: "";
3522
+ readonly internalType: "uint16";
3523
+ readonly type: "uint16";
3524
+ }];
3525
+ readonly stateMutability: "view";
3526
+ }, {
3527
+ readonly type: "function";
3528
+ 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";
3536
+ }, {
3537
+ readonly type: "function";
3538
+ readonly inputs: readonly [];
3539
+ readonly name: "TIME_WEIGHTED_PRICE_PERIOD";
3540
+ readonly outputs: readonly [{
3541
+ readonly name: "";
3542
+ readonly internalType: "uint32";
3543
+ readonly type: "uint32";
3544
+ }];
3545
+ readonly stateMutability: "view";
3546
+ }, {
3547
+ readonly type: "function";
3548
+ readonly inputs: readonly [];
3549
+ readonly name: "contractVersion";
3550
+ readonly outputs: readonly [{
3551
+ readonly name: "";
3552
+ readonly internalType: "string";
3553
+ readonly type: "string";
3554
+ }];
3555
+ readonly stateMutability: "pure";
3516
3556
  }, {
3517
3557
  readonly type: "function";
3518
3558
  readonly inputs: readonly [];
@@ -3523,6 +3563,12 @@ export declare const cointagABI: readonly [{
3523
3563
  readonly type: "address";
3524
3564
  }];
3525
3565
  readonly stateMutability: "view";
3566
+ }, {
3567
+ readonly type: "function";
3568
+ readonly inputs: readonly [];
3569
+ readonly name: "ensureObservationCardinality";
3570
+ readonly outputs: readonly [];
3571
+ readonly stateMutability: "nonpayable";
3526
3572
  }, {
3527
3573
  readonly type: "function";
3528
3574
  readonly inputs: readonly [];
@@ -3533,6 +3579,20 @@ export declare const cointagABI: readonly [{
3533
3579
  readonly type: "address";
3534
3580
  }];
3535
3581
  readonly stateMutability: "view";
3582
+ }, {
3583
+ readonly type: "function";
3584
+ readonly inputs: readonly [];
3585
+ readonly name: "hasEnoughObservationCardinality";
3586
+ readonly outputs: readonly [{
3587
+ readonly name: "";
3588
+ readonly internalType: "bool";
3589
+ readonly type: "bool";
3590
+ }, {
3591
+ readonly name: "";
3592
+ readonly internalType: "uint256";
3593
+ readonly type: "uint256";
3594
+ }];
3595
+ readonly stateMutability: "view";
3536
3596
  }, {
3537
3597
  readonly type: "function";
3538
3598
  readonly inputs: readonly [{
@@ -3581,6 +3641,12 @@ export declare const cointagABI: readonly [{
3581
3641
  readonly type: "address";
3582
3642
  }];
3583
3643
  readonly stateMutability: "view";
3644
+ }, {
3645
+ readonly type: "function";
3646
+ readonly inputs: readonly [];
3647
+ readonly name: "pull";
3648
+ readonly outputs: readonly [];
3649
+ readonly stateMutability: "nonpayable";
3584
3650
  }, {
3585
3651
  readonly type: "function";
3586
3652
  readonly inputs: readonly [{
@@ -3609,12 +3675,6 @@ export declare const cointagABI: readonly [{
3609
3675
  readonly type: "address";
3610
3676
  }];
3611
3677
  readonly stateMutability: "view";
3612
- }, {
3613
- readonly type: "function";
3614
- readonly inputs: readonly [];
3615
- readonly name: "withdraw";
3616
- readonly outputs: readonly [];
3617
- readonly stateMutability: "nonpayable";
3618
3678
  }, {
3619
3679
  readonly type: "event";
3620
3680
  readonly anonymous: false;
@@ -3706,6 +3766,18 @@ export declare const cointagABI: readonly [{
3706
3766
  readonly type: "address";
3707
3767
  }];
3708
3768
  readonly name: "AddressInsufficientBalance";
3769
+ }, {
3770
+ readonly type: "error";
3771
+ 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";
3779
+ }];
3780
+ readonly name: "AmountOutLessThanMinimum";
3709
3781
  }, {
3710
3782
  readonly type: "error";
3711
3783
  readonly inputs: readonly [];
@@ -3714,6 +3786,18 @@ export declare const cointagABI: readonly [{
3714
3786
  readonly type: "error";
3715
3787
  readonly inputs: readonly [];
3716
3788
  readonly name: "InvalidInitialization";
3789
+ }, {
3790
+ readonly type: "error";
3791
+ readonly inputs: readonly [{
3792
+ readonly name: "requiredCardinality";
3793
+ readonly internalType: "uint256";
3794
+ readonly type: "uint256";
3795
+ }, {
3796
+ readonly name: "currentCardinality";
3797
+ readonly internalType: "uint256";
3798
+ readonly type: "uint256";
3799
+ }];
3800
+ readonly name: "NotEnoughObservationCardinality";
3717
3801
  }, {
3718
3802
  readonly type: "error";
3719
3803
  readonly inputs: readonly [];
@@ -3721,11 +3805,11 @@ export declare const cointagABI: readonly [{
3721
3805
  }, {
3722
3806
  readonly type: "error";
3723
3807
  readonly inputs: readonly [];
3724
- readonly name: "ONLY_POOL";
3808
+ readonly name: "OnlyPool";
3725
3809
  }, {
3726
3810
  readonly type: "error";
3727
3811
  readonly inputs: readonly [];
3728
- readonly name: "ONLY_PROTOCOL_REWARDS_OR_WETH";
3812
+ readonly name: "OnlyProtocolRewardsOrWeth";
3729
3813
  }, {
3730
3814
  readonly type: "error";
3731
3815
  readonly inputs: readonly [{
@@ -3736,7 +3820,8 @@ export declare const cointagABI: readonly [{
3736
3820
  readonly name: "SafeERC20FailedOperation";
3737
3821
  }];
3738
3822
  /**
3739
- * [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
3823
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
3824
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
3740
3825
  */
3741
3826
  export declare const cointagFactoryABI: readonly [{
3742
3827
  readonly type: "constructor";
@@ -3858,7 +3943,7 @@ export declare const cointagFactoryABI: readonly [{
3858
3943
  readonly name: "getOrCreateCointag";
3859
3944
  readonly outputs: readonly [{
3860
3945
  readonly name: "";
3861
- readonly internalType: "address";
3946
+ readonly internalType: "contract Cointag";
3862
3947
  readonly type: "address";
3863
3948
  }];
3864
3949
  readonly stateMutability: "nonpayable";
@@ -4129,16 +4214,20 @@ export declare const cointagFactoryABI: readonly [{
4129
4214
  readonly name: "UpgradeToMismatchedContractName";
4130
4215
  }];
4131
4216
  /**
4132
- * [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
4217
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
4218
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
4133
4219
  */
4134
4220
  export declare const cointagFactoryAddress: {
4221
+ readonly 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
4135
4222
  readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
4136
4223
  };
4137
4224
  /**
4138
- * [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
4225
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
4226
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8)
4139
4227
  */
4140
4228
  export declare const cointagFactoryConfig: {
4141
4229
  readonly address: {
4230
+ readonly 8453: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
4142
4231
  readonly 84532: "0x77777779A8ed7943134E4E2D5C48698bCcBE8Be8";
4143
4232
  };
4144
4233
  readonly abi: readonly [{
@@ -4261,7 +4350,7 @@ export declare const cointagFactoryConfig: {
4261
4350
  readonly name: "getOrCreateCointag";
4262
4351
  readonly outputs: readonly [{
4263
4352
  readonly name: "";
4264
- readonly internalType: "address";
4353
+ readonly internalType: "contract Cointag";
4265
4354
  readonly type: "address";
4266
4355
  }];
4267
4356
  readonly stateMutability: "nonpayable";
@@ -11045,6 +11134,158 @@ export declare const iSponsoredSparksSpenderActionABI: readonly [{
11045
11134
  readonly outputs: readonly [];
11046
11135
  readonly stateMutability: "nonpayable";
11047
11136
  }];
11137
+ export declare const iUniswapV3PoolABI: readonly [{
11138
+ readonly type: "function";
11139
+ readonly inputs: readonly [];
11140
+ readonly name: "fee";
11141
+ readonly outputs: readonly [{
11142
+ readonly name: "";
11143
+ readonly internalType: "uint24";
11144
+ readonly type: "uint24";
11145
+ }];
11146
+ readonly stateMutability: "view";
11147
+ }, {
11148
+ readonly type: "function";
11149
+ readonly inputs: readonly [];
11150
+ readonly name: "feeGrowthGlobal0X128";
11151
+ readonly outputs: readonly [{
11152
+ readonly name: "";
11153
+ readonly internalType: "uint256";
11154
+ readonly type: "uint256";
11155
+ }];
11156
+ readonly stateMutability: "view";
11157
+ }, {
11158
+ readonly type: "function";
11159
+ readonly inputs: readonly [];
11160
+ readonly name: "feeGrowthGlobal1X128";
11161
+ readonly outputs: readonly [{
11162
+ readonly name: "";
11163
+ readonly internalType: "uint256";
11164
+ readonly type: "uint256";
11165
+ }];
11166
+ readonly stateMutability: "view";
11167
+ }, {
11168
+ readonly type: "function";
11169
+ readonly inputs: readonly [{
11170
+ readonly name: "observationCardinalityNext";
11171
+ readonly internalType: "uint16";
11172
+ readonly type: "uint16";
11173
+ }];
11174
+ readonly name: "increaseObservationCardinalityNext";
11175
+ readonly outputs: readonly [];
11176
+ readonly stateMutability: "nonpayable";
11177
+ }, {
11178
+ readonly type: "function";
11179
+ readonly inputs: readonly [{
11180
+ readonly name: "secondsAgos";
11181
+ readonly internalType: "uint32[]";
11182
+ readonly type: "uint32[]";
11183
+ }];
11184
+ readonly name: "observe";
11185
+ readonly outputs: readonly [{
11186
+ readonly name: "tickCumulatives";
11187
+ readonly internalType: "int56[]";
11188
+ readonly type: "int56[]";
11189
+ }, {
11190
+ readonly name: "secondsPerLiquidityCumulativeX128s";
11191
+ readonly internalType: "uint160[]";
11192
+ readonly type: "uint160[]";
11193
+ }];
11194
+ readonly stateMutability: "view";
11195
+ }, {
11196
+ readonly type: "function";
11197
+ readonly inputs: readonly [];
11198
+ readonly name: "slot0";
11199
+ readonly outputs: readonly [{
11200
+ readonly name: "slot0";
11201
+ readonly internalType: "struct IUniswapV3Pool.Slot0";
11202
+ readonly type: "tuple";
11203
+ readonly components: readonly [{
11204
+ readonly name: "sqrtPriceX96";
11205
+ readonly internalType: "uint160";
11206
+ readonly type: "uint160";
11207
+ }, {
11208
+ readonly name: "tick";
11209
+ readonly internalType: "int24";
11210
+ readonly type: "int24";
11211
+ }, {
11212
+ readonly name: "observationIndex";
11213
+ readonly internalType: "uint16";
11214
+ readonly type: "uint16";
11215
+ }, {
11216
+ readonly name: "observationCardinality";
11217
+ readonly internalType: "uint16";
11218
+ readonly type: "uint16";
11219
+ }, {
11220
+ readonly name: "observationCardinalityNext";
11221
+ readonly internalType: "uint16";
11222
+ readonly type: "uint16";
11223
+ }, {
11224
+ readonly name: "feeProtocol";
11225
+ readonly internalType: "uint8";
11226
+ readonly type: "uint8";
11227
+ }, {
11228
+ readonly name: "unlocked";
11229
+ readonly internalType: "bool";
11230
+ readonly type: "bool";
11231
+ }];
11232
+ }];
11233
+ readonly stateMutability: "view";
11234
+ }, {
11235
+ readonly type: "function";
11236
+ readonly inputs: readonly [{
11237
+ readonly name: "recipient";
11238
+ readonly internalType: "address";
11239
+ readonly type: "address";
11240
+ }, {
11241
+ readonly name: "zeroForOne";
11242
+ readonly internalType: "bool";
11243
+ readonly type: "bool";
11244
+ }, {
11245
+ readonly name: "amountSpecified";
11246
+ readonly internalType: "int256";
11247
+ readonly type: "int256";
11248
+ }, {
11249
+ readonly name: "sqrtPriceLimitX96";
11250
+ readonly internalType: "uint160";
11251
+ readonly type: "uint160";
11252
+ }, {
11253
+ readonly name: "data";
11254
+ readonly internalType: "bytes";
11255
+ readonly type: "bytes";
11256
+ }];
11257
+ readonly name: "swap";
11258
+ readonly outputs: readonly [{
11259
+ readonly name: "amount0";
11260
+ readonly internalType: "int256";
11261
+ readonly type: "int256";
11262
+ }, {
11263
+ readonly name: "amount1";
11264
+ readonly internalType: "int256";
11265
+ readonly type: "int256";
11266
+ }];
11267
+ readonly stateMutability: "nonpayable";
11268
+ }, {
11269
+ readonly type: "function";
11270
+ readonly inputs: readonly [];
11271
+ readonly name: "token0";
11272
+ readonly outputs: readonly [{
11273
+ readonly name: "";
11274
+ readonly internalType: "address";
11275
+ readonly type: "address";
11276
+ }];
11277
+ readonly stateMutability: "view";
11278
+ }, {
11279
+ readonly type: "function";
11280
+ readonly inputs: readonly [];
11281
+ readonly name: "token1";
11282
+ readonly outputs: readonly [{
11283
+ readonly name: "";
11284
+ readonly internalType: "address";
11285
+ readonly type: "address";
11286
+ }];
11287
+ readonly stateMutability: "view";
11288
+ }];
11048
11289
  export declare const iUnwrapAndForwardActionABI: readonly [{
11049
11290
  readonly type: "function";
11050
11291
  readonly inputs: readonly [{
@@ -14349,6 +14590,283 @@ export declare const sponsoredSparksSpenderConfig: {
14349
14590
  readonly name: "WithdrawFailed";
14350
14591
  }];
14351
14592
  };
14593
+ /**
14594
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14595
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14596
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
14597
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14598
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
14599
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
14600
+ * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
14601
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
14602
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
14603
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
14604
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
14605
+ */
14606
+ export declare const uniswapV3SwapRouterABI: readonly [{
14607
+ readonly type: "function";
14608
+ readonly inputs: readonly [{
14609
+ readonly name: "params";
14610
+ readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
14611
+ readonly type: "tuple";
14612
+ readonly components: readonly [{
14613
+ readonly name: "tokenIn";
14614
+ readonly internalType: "address";
14615
+ readonly type: "address";
14616
+ }, {
14617
+ readonly name: "tokenOut";
14618
+ readonly internalType: "address";
14619
+ readonly type: "address";
14620
+ }, {
14621
+ readonly name: "fee";
14622
+ readonly internalType: "uint24";
14623
+ readonly type: "uint24";
14624
+ }, {
14625
+ readonly name: "recipient";
14626
+ readonly internalType: "address";
14627
+ readonly type: "address";
14628
+ }, {
14629
+ readonly name: "amountIn";
14630
+ readonly internalType: "uint256";
14631
+ readonly type: "uint256";
14632
+ }, {
14633
+ readonly name: "amountOutMinimum";
14634
+ readonly internalType: "uint256";
14635
+ readonly type: "uint256";
14636
+ }, {
14637
+ readonly name: "sqrtPriceLimitX96";
14638
+ readonly internalType: "uint160";
14639
+ readonly type: "uint160";
14640
+ }];
14641
+ }];
14642
+ readonly name: "exactInputSingle";
14643
+ readonly outputs: readonly [{
14644
+ readonly name: "amountOut";
14645
+ readonly internalType: "uint256";
14646
+ readonly type: "uint256";
14647
+ }];
14648
+ readonly stateMutability: "payable";
14649
+ }, {
14650
+ readonly type: "function";
14651
+ readonly inputs: readonly [{
14652
+ readonly name: "params";
14653
+ readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
14654
+ readonly type: "tuple";
14655
+ readonly components: readonly [{
14656
+ readonly name: "tokenIn";
14657
+ readonly internalType: "address";
14658
+ readonly type: "address";
14659
+ }, {
14660
+ readonly name: "tokenOut";
14661
+ readonly internalType: "address";
14662
+ readonly type: "address";
14663
+ }, {
14664
+ readonly name: "fee";
14665
+ readonly internalType: "uint24";
14666
+ readonly type: "uint24";
14667
+ }, {
14668
+ readonly name: "recipient";
14669
+ readonly internalType: "address";
14670
+ readonly type: "address";
14671
+ }, {
14672
+ readonly name: "amountOut";
14673
+ readonly internalType: "uint256";
14674
+ readonly type: "uint256";
14675
+ }, {
14676
+ readonly name: "amountInMaximum";
14677
+ readonly internalType: "uint256";
14678
+ readonly type: "uint256";
14679
+ }, {
14680
+ readonly name: "sqrtPriceLimitX96";
14681
+ readonly internalType: "uint160";
14682
+ readonly type: "uint160";
14683
+ }];
14684
+ }];
14685
+ readonly name: "exactOutputSingle";
14686
+ readonly outputs: readonly [{
14687
+ readonly name: "amountIn";
14688
+ readonly internalType: "uint256";
14689
+ readonly type: "uint256";
14690
+ }];
14691
+ readonly stateMutability: "payable";
14692
+ }, {
14693
+ readonly type: "function";
14694
+ readonly inputs: readonly [{
14695
+ readonly name: "amount0Delta";
14696
+ readonly internalType: "int256";
14697
+ readonly type: "int256";
14698
+ }, {
14699
+ readonly name: "amount1Delta";
14700
+ readonly internalType: "int256";
14701
+ readonly type: "int256";
14702
+ }, {
14703
+ readonly name: "data";
14704
+ readonly internalType: "bytes";
14705
+ readonly type: "bytes";
14706
+ }];
14707
+ readonly name: "uniswapV3SwapCallback";
14708
+ readonly outputs: readonly [];
14709
+ readonly stateMutability: "nonpayable";
14710
+ }];
14711
+ /**
14712
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14713
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14714
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
14715
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14716
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
14717
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
14718
+ * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
14719
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
14720
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
14721
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
14722
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
14723
+ */
14724
+ export declare const uniswapV3SwapRouterAddress: {
14725
+ readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
14726
+ readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
14727
+ readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
14728
+ readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
14729
+ readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
14730
+ readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
14731
+ readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
14732
+ readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
14733
+ readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
14734
+ readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
14735
+ readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
14736
+ };
14737
+ /**
14738
+ * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14739
+ * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14740
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x2626664c2603336E57B271c5C0b26F421741e481)
14741
+ * - [__View Contract on Arbitrum One Arbiscan__](https://arbiscan.io/address/0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45)
14742
+ * - [__View Contract on Blast Blastscan__](https://blastscan.io/address/0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66)
14743
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
14744
+ * - [__View Contract on Arbitrum Sepolia Arbiscan__](https://sepolia.arbiscan.io/address/0x101F443B4d1b059569D643917553c771E1b9663E)
14745
+ * - [__View Contract on Zora Explorer__](https://explorer.zora.energy/address/0x7De04c96BE5159c3b5CeffC82aa176dc81281557)
14746
+ * - [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E)
14747
+ * - [__View Contract on Op Sepolia Blockscout__](https://optimism-sepolia.blockscout.com/address/0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4)
14748
+ * - [__View Contract on Zora Sepolia Zora Sepolia Explorer__](https://sepolia.explorer.zora.energy//address/0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a)
14749
+ */
14750
+ export declare const uniswapV3SwapRouterConfig: {
14751
+ readonly address: {
14752
+ readonly 1: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
14753
+ readonly 10: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
14754
+ readonly 8453: "0x2626664c2603336E57B271c5C0b26F421741e481";
14755
+ readonly 42161: "0x68b3465833fb72A70ecDF485E0e4C7bD8665Fc45";
14756
+ readonly 81457: "0x549FEB8c9bd4c12Ad2AB27022dA12492aC452B66";
14757
+ readonly 84532: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
14758
+ readonly 421614: "0x101F443B4d1b059569D643917553c771E1b9663E";
14759
+ readonly 7777777: "0x7De04c96BE5159c3b5CeffC82aa176dc81281557";
14760
+ readonly 11155111: "0x3bFA4769FB09eefC5a80d6E87c3B9C650f7Ae48E";
14761
+ readonly 11155420: "0x94cC0AaC535CCDB3C01d6787D6413C739ae12bc4";
14762
+ readonly 999999999: "0x6B36d761981d82B1e07cF3c4daF4cB4615c4850a";
14763
+ };
14764
+ readonly abi: readonly [{
14765
+ readonly type: "function";
14766
+ readonly inputs: readonly [{
14767
+ readonly name: "params";
14768
+ readonly internalType: "struct ISwapRouter.ExactInputSingleParams";
14769
+ readonly type: "tuple";
14770
+ readonly components: readonly [{
14771
+ readonly name: "tokenIn";
14772
+ readonly internalType: "address";
14773
+ readonly type: "address";
14774
+ }, {
14775
+ readonly name: "tokenOut";
14776
+ readonly internalType: "address";
14777
+ readonly type: "address";
14778
+ }, {
14779
+ readonly name: "fee";
14780
+ readonly internalType: "uint24";
14781
+ readonly type: "uint24";
14782
+ }, {
14783
+ readonly name: "recipient";
14784
+ readonly internalType: "address";
14785
+ readonly type: "address";
14786
+ }, {
14787
+ readonly name: "amountIn";
14788
+ readonly internalType: "uint256";
14789
+ readonly type: "uint256";
14790
+ }, {
14791
+ readonly name: "amountOutMinimum";
14792
+ readonly internalType: "uint256";
14793
+ readonly type: "uint256";
14794
+ }, {
14795
+ readonly name: "sqrtPriceLimitX96";
14796
+ readonly internalType: "uint160";
14797
+ readonly type: "uint160";
14798
+ }];
14799
+ }];
14800
+ readonly name: "exactInputSingle";
14801
+ readonly outputs: readonly [{
14802
+ readonly name: "amountOut";
14803
+ readonly internalType: "uint256";
14804
+ readonly type: "uint256";
14805
+ }];
14806
+ readonly stateMutability: "payable";
14807
+ }, {
14808
+ readonly type: "function";
14809
+ readonly inputs: readonly [{
14810
+ readonly name: "params";
14811
+ readonly internalType: "struct ISwapRouter.ExactOutputSingleParams";
14812
+ readonly type: "tuple";
14813
+ readonly components: readonly [{
14814
+ readonly name: "tokenIn";
14815
+ readonly internalType: "address";
14816
+ readonly type: "address";
14817
+ }, {
14818
+ readonly name: "tokenOut";
14819
+ readonly internalType: "address";
14820
+ readonly type: "address";
14821
+ }, {
14822
+ readonly name: "fee";
14823
+ readonly internalType: "uint24";
14824
+ readonly type: "uint24";
14825
+ }, {
14826
+ readonly name: "recipient";
14827
+ readonly internalType: "address";
14828
+ readonly type: "address";
14829
+ }, {
14830
+ readonly name: "amountOut";
14831
+ readonly internalType: "uint256";
14832
+ readonly type: "uint256";
14833
+ }, {
14834
+ readonly name: "amountInMaximum";
14835
+ readonly internalType: "uint256";
14836
+ readonly type: "uint256";
14837
+ }, {
14838
+ readonly name: "sqrtPriceLimitX96";
14839
+ readonly internalType: "uint160";
14840
+ readonly type: "uint160";
14841
+ }];
14842
+ }];
14843
+ readonly name: "exactOutputSingle";
14844
+ readonly outputs: readonly [{
14845
+ readonly name: "amountIn";
14846
+ readonly internalType: "uint256";
14847
+ readonly type: "uint256";
14848
+ }];
14849
+ readonly stateMutability: "payable";
14850
+ }, {
14851
+ readonly type: "function";
14852
+ readonly inputs: readonly [{
14853
+ readonly name: "amount0Delta";
14854
+ readonly internalType: "int256";
14855
+ readonly type: "int256";
14856
+ }, {
14857
+ readonly name: "amount1Delta";
14858
+ readonly internalType: "int256";
14859
+ readonly type: "int256";
14860
+ }, {
14861
+ readonly name: "data";
14862
+ readonly internalType: "bytes";
14863
+ readonly type: "bytes";
14864
+ }];
14865
+ readonly name: "uniswapV3SwapCallback";
14866
+ readonly outputs: readonly [];
14867
+ readonly stateMutability: "nonpayable";
14868
+ }];
14869
+ };
14352
14870
  /**
14353
14871
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
14354
14872
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0xbC50029836A59A4E5e1Bb8988272F46ebA0F9900)
@@ -34053,6 +34571,45 @@ export declare const zoraTimedSaleStrategyABI: readonly [{
34053
34571
  }];
34054
34572
  }];
34055
34573
  readonly stateMutability: "pure";
34574
+ }, {
34575
+ readonly type: "function";
34576
+ readonly inputs: readonly [{
34577
+ readonly name: "quantity";
34578
+ readonly internalType: "uint256";
34579
+ readonly type: "uint256";
34580
+ }];
34581
+ readonly name: "computeRewardsV2";
34582
+ readonly outputs: readonly [{
34583
+ readonly name: "";
34584
+ readonly internalType: "struct IZoraTimedSaleStrategy.RewardsSettings";
34585
+ readonly type: "tuple";
34586
+ readonly components: readonly [{
34587
+ readonly name: "totalReward";
34588
+ readonly internalType: "uint256";
34589
+ readonly type: "uint256";
34590
+ }, {
34591
+ readonly name: "creatorReward";
34592
+ readonly internalType: "uint256";
34593
+ readonly type: "uint256";
34594
+ }, {
34595
+ readonly name: "createReferralReward";
34596
+ readonly internalType: "uint256";
34597
+ readonly type: "uint256";
34598
+ }, {
34599
+ readonly name: "mintReferralReward";
34600
+ readonly internalType: "uint256";
34601
+ readonly type: "uint256";
34602
+ }, {
34603
+ readonly name: "marketReward";
34604
+ readonly internalType: "uint256";
34605
+ readonly type: "uint256";
34606
+ }, {
34607
+ readonly name: "zoraReward";
34608
+ readonly internalType: "uint256";
34609
+ readonly type: "uint256";
34610
+ }];
34611
+ }];
34612
+ readonly stateMutability: "pure";
34056
34613
  }, {
34057
34614
  readonly type: "function";
34058
34615
  readonly inputs: readonly [];
@@ -35144,6 +35701,45 @@ export declare const zoraTimedSaleStrategyConfig: {
35144
35701
  }];
35145
35702
  }];
35146
35703
  readonly stateMutability: "pure";
35704
+ }, {
35705
+ readonly type: "function";
35706
+ readonly inputs: readonly [{
35707
+ readonly name: "quantity";
35708
+ readonly internalType: "uint256";
35709
+ readonly type: "uint256";
35710
+ }];
35711
+ readonly name: "computeRewardsV2";
35712
+ readonly outputs: readonly [{
35713
+ readonly name: "";
35714
+ readonly internalType: "struct IZoraTimedSaleStrategy.RewardsSettings";
35715
+ readonly type: "tuple";
35716
+ readonly components: readonly [{
35717
+ readonly name: "totalReward";
35718
+ readonly internalType: "uint256";
35719
+ readonly type: "uint256";
35720
+ }, {
35721
+ readonly name: "creatorReward";
35722
+ readonly internalType: "uint256";
35723
+ readonly type: "uint256";
35724
+ }, {
35725
+ readonly name: "createReferralReward";
35726
+ readonly internalType: "uint256";
35727
+ readonly type: "uint256";
35728
+ }, {
35729
+ readonly name: "mintReferralReward";
35730
+ readonly internalType: "uint256";
35731
+ readonly type: "uint256";
35732
+ }, {
35733
+ readonly name: "marketReward";
35734
+ readonly internalType: "uint256";
35735
+ readonly type: "uint256";
35736
+ }, {
35737
+ readonly name: "zoraReward";
35738
+ readonly internalType: "uint256";
35739
+ readonly type: "uint256";
35740
+ }];
35741
+ }];
35742
+ readonly stateMutability: "pure";
35147
35743
  }, {
35148
35744
  readonly type: "function";
35149
35745
  readonly inputs: readonly [];