@zoralabs/protocol-deployments 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -2511,7 +2511,7 @@ var buySupplyWithSwapRouterHookABI = [
2511
2511
  }
2512
2512
  ];
2513
2513
  var buySupplyWithSwapRouterHookAddress = {
2514
- 8453: "0xd77038a7f400E8242d2916f7EB5741e689d4aE25",
2514
+ 8453: "0xc90e349360C43a0217CEF289f231C66D4748960F",
2515
2515
  84532: "0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE"
2516
2516
  };
2517
2517
  var buySupplyWithSwapRouterHookConfig = {
@@ -3514,7 +3514,6 @@ var callerAndCommenterABI = [
3514
3514
  { type: "error", inputs: [], name: "NotInitializing" },
3515
3515
  { type: "error", inputs: [], name: "NotSmartWallet" },
3516
3516
  { type: "error", inputs: [], name: "NotSmartWalletOwner" },
3517
- { type: "error", inputs: [], name: "NotTokenHolderOrAdmin" },
3518
3517
  { type: "error", inputs: [], name: "OnlySparksContract" },
3519
3518
  { type: "error", inputs: [], name: "TransferFailed" },
3520
3519
  { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
@@ -3549,23 +3548,6 @@ var callerAndCommenterConfig = {
3549
3548
  abi: callerAndCommenterABI
3550
3549
  };
3551
3550
  var coinABI = [
3552
- {
3553
- type: "constructor",
3554
- inputs: [
3555
- {
3556
- name: "protocolRewardRecipient_",
3557
- internalType: "address",
3558
- type: "address"
3559
- },
3560
- { name: "protocolRewards_", internalType: "address", type: "address" },
3561
- { name: "weth_", internalType: "address", type: "address" },
3562
- { name: "v3Factory_", internalType: "address", type: "address" },
3563
- { name: "swapRouter_", internalType: "address", type: "address" },
3564
- { name: "airlock_", internalType: "address", type: "address" }
3565
- ],
3566
- stateMutability: "nonpayable"
3567
- },
3568
- { type: "receive", stateMutability: "payable" },
3569
3551
  {
3570
3552
  type: "function",
3571
3553
  inputs: [],
@@ -3573,13 +3555,6 @@ var coinABI = [
3573
3555
  outputs: [{ name: "", internalType: "bytes32", type: "bytes32" }],
3574
3556
  stateMutability: "view"
3575
3557
  },
3576
- {
3577
- type: "function",
3578
- inputs: [],
3579
- name: "WETH",
3580
- outputs: [{ name: "", internalType: "address", type: "address" }],
3581
- stateMutability: "view"
3582
- },
3583
3558
  {
3584
3559
  type: "function",
3585
3560
  inputs: [{ name: "account", internalType: "address", type: "address" }],
@@ -3637,29 +3612,6 @@ var coinABI = [
3637
3612
  outputs: [],
3638
3613
  stateMutability: "nonpayable"
3639
3614
  },
3640
- {
3641
- type: "function",
3642
- inputs: [
3643
- { name: "recipient", internalType: "address", type: "address" },
3644
- { name: "orderSize", internalType: "uint256", type: "uint256" },
3645
- { name: "minAmountOut", internalType: "uint256", type: "uint256" },
3646
- { name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" },
3647
- { name: "tradeReferrer", internalType: "address", type: "address" }
3648
- ],
3649
- name: "buy",
3650
- outputs: [
3651
- { name: "", internalType: "uint256", type: "uint256" },
3652
- { name: "", internalType: "uint256", type: "uint256" }
3653
- ],
3654
- stateMutability: "payable"
3655
- },
3656
- {
3657
- type: "function",
3658
- inputs: [{ name: "pushEthRewards", internalType: "bool", type: "bool" }],
3659
- name: "claimSecondaryRewards",
3660
- outputs: [],
3661
- stateMutability: "nonpayable"
3662
- },
3663
3615
  {
3664
3616
  type: "function",
3665
3617
  inputs: [],
@@ -3710,6 +3662,48 @@ var coinABI = [
3710
3662
  ],
3711
3663
  stateMutability: "view"
3712
3664
  },
3665
+ {
3666
+ type: "function",
3667
+ inputs: [
3668
+ {
3669
+ name: "coinVersionLookup",
3670
+ internalType: "contract IDeployedCoinVersionLookup",
3671
+ type: "address"
3672
+ }
3673
+ ],
3674
+ name: "getPayoutSwapPath",
3675
+ outputs: [
3676
+ {
3677
+ name: "payoutSwapPath",
3678
+ internalType: "struct IHasSwapPath.PayoutSwapPath",
3679
+ type: "tuple",
3680
+ components: [
3681
+ {
3682
+ name: "path",
3683
+ internalType: "struct PathKey[]",
3684
+ type: "tuple[]",
3685
+ components: [
3686
+ {
3687
+ name: "intermediateCurrency",
3688
+ internalType: "Currency",
3689
+ type: "address"
3690
+ },
3691
+ { name: "fee", internalType: "uint24", type: "uint24" },
3692
+ { name: "tickSpacing", internalType: "int24", type: "int24" },
3693
+ {
3694
+ name: "hooks",
3695
+ internalType: "contract IHooks",
3696
+ type: "address"
3697
+ },
3698
+ { name: "hookData", internalType: "bytes", type: "bytes" }
3699
+ ]
3700
+ },
3701
+ { name: "currencyIn", internalType: "Currency", type: "address" }
3702
+ ]
3703
+ }
3704
+ ],
3705
+ stateMutability: "view"
3706
+ },
3713
3707
  {
3714
3708
  type: "function",
3715
3709
  inputs: [],
@@ -3741,6 +3735,33 @@ var coinABI = [
3741
3735
  ],
3742
3736
  stateMutability: "view"
3743
3737
  },
3738
+ {
3739
+ type: "function",
3740
+ inputs: [],
3741
+ name: "getPoolKey",
3742
+ outputs: [
3743
+ {
3744
+ name: "",
3745
+ internalType: "struct PoolKey",
3746
+ type: "tuple",
3747
+ components: [
3748
+ { name: "currency0", internalType: "Currency", type: "address" },
3749
+ { name: "currency1", internalType: "Currency", type: "address" },
3750
+ { name: "fee", internalType: "uint24", type: "uint24" },
3751
+ { name: "tickSpacing", internalType: "int24", type: "int24" },
3752
+ { name: "hooks", internalType: "contract IHooks", type: "address" }
3753
+ ]
3754
+ }
3755
+ ],
3756
+ stateMutability: "view"
3757
+ },
3758
+ {
3759
+ type: "function",
3760
+ inputs: [],
3761
+ name: "hooks",
3762
+ outputs: [{ name: "", internalType: "contract IHooks", type: "address" }],
3763
+ stateMutability: "view"
3764
+ },
3744
3765
  {
3745
3766
  type: "function",
3746
3767
  inputs: [
@@ -3751,7 +3772,19 @@ var coinABI = [
3751
3772
  { name: "symbol_", internalType: "string", type: "string" },
3752
3773
  { name: "platformReferrer_", internalType: "address", type: "address" },
3753
3774
  { name: "currency_", internalType: "address", type: "address" },
3754
- { name: "poolAddress_", internalType: "address", type: "address" },
3775
+ {
3776
+ name: "poolKey_",
3777
+ internalType: "struct PoolKey",
3778
+ type: "tuple",
3779
+ components: [
3780
+ { name: "currency0", internalType: "Currency", type: "address" },
3781
+ { name: "currency1", internalType: "Currency", type: "address" },
3782
+ { name: "fee", internalType: "uint24", type: "uint24" },
3783
+ { name: "tickSpacing", internalType: "int24", type: "int24" },
3784
+ { name: "hooks", internalType: "contract IHooks", type: "address" }
3785
+ ]
3786
+ },
3787
+ { name: "sqrtPriceX96", internalType: "uint160", type: "uint160" },
3755
3788
  {
3756
3789
  name: "poolConfiguration_",
3757
3790
  internalType: "struct PoolConfiguration",
@@ -3774,16 +3807,6 @@ var coinABI = [
3774
3807
  type: "uint256[]"
3775
3808
  }
3776
3809
  ]
3777
- },
3778
- {
3779
- name: "positions_",
3780
- internalType: "struct LpPosition[]",
3781
- type: "tuple[]",
3782
- components: [
3783
- { name: "tickLower", internalType: "int24", type: "int24" },
3784
- { name: "tickUpper", internalType: "int24", type: "int24" },
3785
- { name: "liquidity", internalType: "uint128", type: "uint128" }
3786
- ]
3787
3810
  }
3788
3811
  ],
3789
3812
  name: "initialize",
@@ -3799,17 +3822,26 @@ var coinABI = [
3799
3822
  },
3800
3823
  {
3801
3824
  type: "function",
3802
- inputs: [],
3803
- name: "market",
3804
- outputs: [{ name: "", internalType: "bytes", type: "bytes" }],
3805
- stateMutability: "view"
3806
- },
3807
- {
3808
- type: "function",
3809
- inputs: [],
3810
- name: "marketVersion",
3811
- outputs: [{ name: "", internalType: "uint8", type: "uint8" }],
3812
- stateMutability: "view"
3825
+ inputs: [
3826
+ { name: "newHook", internalType: "address", type: "address" },
3827
+ { name: "additionalData", internalType: "bytes", type: "bytes" }
3828
+ ],
3829
+ name: "migrateLiquidity",
3830
+ outputs: [
3831
+ {
3832
+ name: "newPoolKey",
3833
+ internalType: "struct PoolKey",
3834
+ type: "tuple",
3835
+ components: [
3836
+ { name: "currency0", internalType: "Currency", type: "address" },
3837
+ { name: "currency1", internalType: "Currency", type: "address" },
3838
+ { name: "fee", internalType: "uint24", type: "uint24" },
3839
+ { name: "tickSpacing", internalType: "int24", type: "int24" },
3840
+ { name: "hooks", internalType: "contract IHooks", type: "address" }
3841
+ ]
3842
+ }
3843
+ ],
3844
+ stateMutability: "nonpayable"
3813
3845
  },
3814
3846
  {
3815
3847
  type: "function",
@@ -3864,30 +3896,9 @@ var coinABI = [
3864
3896
  {
3865
3897
  type: "function",
3866
3898
  inputs: [],
3867
- name: "poolAddress",
3868
- outputs: [{ name: "", internalType: "address", type: "address" }],
3869
- stateMutability: "view"
3870
- },
3871
- {
3872
- type: "function",
3873
- inputs: [],
3874
- name: "poolConfiguration",
3875
- outputs: [
3876
- { name: "version", internalType: "uint8", type: "uint8" },
3877
- { name: "numPositions", internalType: "uint16", type: "uint16" },
3878
- { name: "fee", internalType: "uint24", type: "uint24" },
3879
- { name: "tickSpacing", internalType: "int24", type: "int24" }
3880
- ],
3881
- stateMutability: "view"
3882
- },
3883
- {
3884
- type: "function",
3885
- inputs: [{ name: "", internalType: "uint256", type: "uint256" }],
3886
- name: "positions",
3899
+ name: "poolManager",
3887
3900
  outputs: [
3888
- { name: "tickLower", internalType: "int24", type: "int24" },
3889
- { name: "tickUpper", internalType: "int24", type: "int24" },
3890
- { name: "liquidity", internalType: "uint128", type: "uint128" }
3901
+ { name: "", internalType: "contract IPoolManager", type: "address" }
3891
3902
  ],
3892
3903
  stateMutability: "view"
3893
3904
  },
@@ -3928,22 +3939,6 @@ var coinABI = [
3928
3939
  outputs: [],
3929
3940
  stateMutability: "nonpayable"
3930
3941
  },
3931
- {
3932
- type: "function",
3933
- inputs: [
3934
- { name: "recipient", internalType: "address", type: "address" },
3935
- { name: "orderSize", internalType: "uint256", type: "uint256" },
3936
- { name: "minAmountOut", internalType: "uint256", type: "uint256" },
3937
- { name: "sqrtPriceLimitX96", internalType: "uint160", type: "uint160" },
3938
- { name: "tradeReferrer", internalType: "address", type: "address" }
3939
- ],
3940
- name: "sell",
3941
- outputs: [
3942
- { name: "", internalType: "uint256", type: "uint256" },
3943
- { name: "", internalType: "uint256", type: "uint256" }
3944
- ],
3945
- stateMutability: "nonpayable"
3946
- },
3947
3942
  {
3948
3943
  type: "function",
3949
3944
  inputs: [{ name: "newURI", internalType: "string", type: "string" }],
@@ -3975,13 +3970,6 @@ var coinABI = [
3975
3970
  inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
3976
3971
  name: "supportsInterface",
3977
3972
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
3978
- stateMutability: "pure"
3979
- },
3980
- {
3981
- type: "function",
3982
- inputs: [],
3983
- name: "swapRouter",
3984
- outputs: [{ name: "", internalType: "address", type: "address" }],
3985
3973
  stateMutability: "view"
3986
3974
  },
3987
3975
  {
@@ -4026,24 +4014,6 @@ var coinABI = [
4026
4014
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
4027
4015
  stateMutability: "nonpayable"
4028
4016
  },
4029
- {
4030
- type: "function",
4031
- inputs: [
4032
- { name: "amount0Owed", internalType: "uint256", type: "uint256" },
4033
- { name: "amount1Owed", internalType: "uint256", type: "uint256" },
4034
- { name: "", internalType: "bytes", type: "bytes" }
4035
- ],
4036
- name: "uniswapV3MintCallback",
4037
- outputs: [],
4038
- stateMutability: "nonpayable"
4039
- },
4040
- {
4041
- type: "function",
4042
- inputs: [],
4043
- name: "v3Factory",
4044
- outputs: [{ name: "", internalType: "address", type: "address" }],
4045
- stateMutability: "view"
4046
- },
4047
4017
  {
4048
4018
  type: "event",
4049
4019
  anonymous: false,
@@ -4400,6 +4370,51 @@ var coinABI = [
4400
4370
  ],
4401
4371
  name: "Initialized"
4402
4372
  },
4373
+ {
4374
+ type: "event",
4375
+ anonymous: false,
4376
+ inputs: [
4377
+ {
4378
+ name: "fromPoolKey",
4379
+ internalType: "struct PoolKey",
4380
+ type: "tuple",
4381
+ components: [
4382
+ { name: "currency0", internalType: "Currency", type: "address" },
4383
+ { name: "currency1", internalType: "Currency", type: "address" },
4384
+ { name: "fee", internalType: "uint24", type: "uint24" },
4385
+ { name: "tickSpacing", internalType: "int24", type: "int24" },
4386
+ { name: "hooks", internalType: "contract IHooks", type: "address" }
4387
+ ],
4388
+ indexed: false
4389
+ },
4390
+ {
4391
+ name: "fromPoolKeyHash",
4392
+ internalType: "bytes32",
4393
+ type: "bytes32",
4394
+ indexed: false
4395
+ },
4396
+ {
4397
+ name: "toPoolKey",
4398
+ internalType: "struct PoolKey",
4399
+ type: "tuple",
4400
+ components: [
4401
+ { name: "currency0", internalType: "Currency", type: "address" },
4402
+ { name: "currency1", internalType: "Currency", type: "address" },
4403
+ { name: "fee", internalType: "uint24", type: "uint24" },
4404
+ { name: "tickSpacing", internalType: "int24", type: "int24" },
4405
+ { name: "hooks", internalType: "contract IHooks", type: "address" }
4406
+ ],
4407
+ indexed: false
4408
+ },
4409
+ {
4410
+ name: "toPoolKeyHash",
4411
+ internalType: "bytes32",
4412
+ type: "bytes32",
4413
+ indexed: false
4414
+ }
4415
+ ],
4416
+ name: "LiquidityMigrated"
4417
+ },
4403
4418
  {
4404
4419
  type: "event",
4405
4420
  anonymous: false,
@@ -4465,17 +4480,6 @@ var coinABI = [
4465
4480
  ],
4466
4481
  name: "Transfer"
4467
4482
  },
4468
- {
4469
- type: "error",
4470
- inputs: [{ name: "target", internalType: "address", type: "address" }],
4471
- name: "AddressEmptyCode"
4472
- },
4473
- {
4474
- type: "error",
4475
- inputs: [{ name: "account", internalType: "address", type: "address" }],
4476
- name: "AddressInsufficientBalance"
4477
- },
4478
- { type: "error", inputs: [], name: "AddressZero" },
4479
4483
  { type: "error", inputs: [], name: "AddressZero" },
4480
4484
  { type: "error", inputs: [], name: "AlreadyOwner" },
4481
4485
  { type: "error", inputs: [], name: "CannotMintZeroLiquidity" },
@@ -4551,7 +4555,6 @@ var coinABI = [
4551
4555
  { type: "error", inputs: [], name: "EthAmountTooSmall" },
4552
4556
  { type: "error", inputs: [], name: "EthTransferFailed" },
4553
4557
  { type: "error", inputs: [], name: "EthTransferInvalid" },
4554
- { type: "error", inputs: [], name: "FailedInnerCall" },
4555
4558
  { type: "error", inputs: [], name: "InitialOrderSizeTooLarge" },
4556
4559
  { type: "error", inputs: [], name: "InsufficientFunds" },
4557
4560
  { type: "error", inputs: [], name: "InsufficientLiquidity" },
@@ -4587,6 +4590,7 @@ var coinABI = [
4587
4590
  ],
4588
4591
  name: "MaxShareToBeSoldExceeded"
4589
4592
  },
4593
+ { type: "error", inputs: [], name: "NameIsRequired" },
4590
4594
  { type: "error", inputs: [], name: "NotInitializing" },
4591
4595
  { type: "error", inputs: [], name: "NotOwner" },
4592
4596
  { type: "error", inputs: [], name: "NumDiscoveryPositionsOutOfRange" },
@@ -4603,11 +4607,6 @@ var coinABI = [
4603
4607
  { type: "error", inputs: [], name: "OnlyWeth" },
4604
4608
  { type: "error", inputs: [], name: "OwnerCannotBeAddressZero" },
4605
4609
  { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
4606
- {
4607
- type: "error",
4608
- inputs: [{ name: "token", internalType: "address", type: "address" }],
4609
- name: "SafeERC20FailedOperation"
4610
- },
4611
4610
  { type: "error", inputs: [], name: "SlippageBoundsExceeded" },
4612
4611
  { type: "error", inputs: [], name: "UseRevokeOwnershipToRemoveSelf" }
4613
4612
  ];
@@ -4615,7 +4614,6 @@ var coinFactoryABI = [
4615
4614
  {
4616
4615
  type: "constructor",
4617
4616
  inputs: [
4618
- { name: "_coinImpl", internalType: "address", type: "address" },
4619
4617
  { name: "_coinV4Impl", internalType: "address", type: "address" },
4620
4618
  { name: "_creatorCoinImpl", internalType: "address", type: "address" },
4621
4619
  { name: "_contentCoinHook", internalType: "address", type: "address" },
@@ -4630,6 +4628,13 @@ var coinFactoryABI = [
4630
4628
  outputs: [{ name: "", internalType: "string", type: "string" }],
4631
4629
  stateMutability: "view"
4632
4630
  },
4631
+ {
4632
+ type: "function",
4633
+ inputs: [],
4634
+ name: "acceptOwnership",
4635
+ outputs: [],
4636
+ stateMutability: "nonpayable"
4637
+ },
4633
4638
  {
4634
4639
  type: "function",
4635
4640
  inputs: [
@@ -4644,13 +4649,6 @@ var coinFactoryABI = [
4644
4649
  outputs: [{ name: "", internalType: "address", type: "address" }],
4645
4650
  stateMutability: "view"
4646
4651
  },
4647
- {
4648
- type: "function",
4649
- inputs: [],
4650
- name: "coinImpl",
4651
- outputs: [{ name: "", internalType: "address", type: "address" }],
4652
- stateMutability: "view"
4653
- },
4654
4652
  {
4655
4653
  type: "function",
4656
4654
  inputs: [],
@@ -4744,7 +4742,7 @@ var coinFactoryABI = [
4744
4742
  { name: "symbol", internalType: "string", type: "string" },
4745
4743
  { name: "poolConfig", internalType: "bytes", type: "bytes" },
4746
4744
  { name: "platformReferrer", internalType: "address", type: "address" },
4747
- { name: "orderSize", internalType: "uint256", type: "uint256" }
4745
+ { name: "", internalType: "uint256", type: "uint256" }
4748
4746
  ],
4749
4747
  name: "deploy",
4750
4748
  outputs: [
@@ -4819,6 +4817,13 @@ var coinFactoryABI = [
4819
4817
  outputs: [{ name: "", internalType: "address", type: "address" }],
4820
4818
  stateMutability: "view"
4821
4819
  },
4820
+ {
4821
+ type: "function",
4822
+ inputs: [],
4823
+ name: "pendingOwner",
4824
+ outputs: [{ name: "", internalType: "address", type: "address" }],
4825
+ stateMutability: "view"
4826
+ },
4822
4827
  {
4823
4828
  type: "function",
4824
4829
  inputs: [],
@@ -5060,6 +5065,25 @@ var coinFactoryABI = [
5060
5065
  ],
5061
5066
  name: "Initialized"
5062
5067
  },
5068
+ {
5069
+ type: "event",
5070
+ anonymous: false,
5071
+ inputs: [
5072
+ {
5073
+ name: "previousOwner",
5074
+ internalType: "address",
5075
+ type: "address",
5076
+ indexed: true
5077
+ },
5078
+ {
5079
+ name: "newOwner",
5080
+ internalType: "address",
5081
+ type: "address",
5082
+ indexed: true
5083
+ }
5084
+ ],
5085
+ name: "OwnershipTransferStarted"
5086
+ },
5063
5087
  {
5064
5088
  type: "event",
5065
5089
  anonymous: false,
@@ -5097,13 +5121,7 @@ var coinFactoryABI = [
5097
5121
  inputs: [{ name: "target", internalType: "address", type: "address" }],
5098
5122
  name: "AddressEmptyCode"
5099
5123
  },
5100
- {
5101
- type: "error",
5102
- inputs: [{ name: "account", internalType: "address", type: "address" }],
5103
- name: "AddressInsufficientBalance"
5104
- },
5105
5124
  { type: "error", inputs: [], name: "ArrayLengthMismatch" },
5106
- { type: "error", inputs: [], name: "CannotMintZeroLiquidity" },
5107
5125
  { type: "error", inputs: [], name: "ConfigTickLowerMustBeLessThanTickUpper" },
5108
5126
  { type: "error", inputs: [], name: "Deprecated" },
5109
5127
  { type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
@@ -5115,7 +5133,6 @@ var coinFactoryABI = [
5115
5133
  name: "ERC1967InvalidImplementation"
5116
5134
  },
5117
5135
  { type: "error", inputs: [], name: "ERC1967NonPayable" },
5118
- { type: "error", inputs: [], name: "ERC20TransferAmountMismatch" },
5119
5136
  { type: "error", inputs: [], name: "EthTransferInvalid" },
5120
5137
  { type: "error", inputs: [], name: "FailedInnerCall" },
5121
5138
  { type: "error", inputs: [], name: "InvalidConfig" },
@@ -5130,14 +5147,6 @@ var coinFactoryABI = [
5130
5147
  ],
5131
5148
  name: "InvalidTickRangeMisordered"
5132
5149
  },
5133
- {
5134
- type: "error",
5135
- inputs: [
5136
- { name: "tickLower", internalType: "int24", type: "int24" },
5137
- { name: "tickUpper", internalType: "int24", type: "int24" }
5138
- ],
5139
- name: "InvalidTickRangeMisordered"
5140
- },
5141
5150
  {
5142
5151
  type: "error",
5143
5152
  inputs: [
@@ -5159,11 +5168,6 @@ var coinFactoryABI = [
5159
5168
  name: "OwnableUnauthorizedAccount"
5160
5169
  },
5161
5170
  { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
5162
- {
5163
- type: "error",
5164
- inputs: [{ name: "token", internalType: "address", type: "address" }],
5165
- name: "SafeERC20FailedOperation"
5166
- },
5167
5171
  { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
5168
5172
  {
5169
5173
  type: "error",
@@ -5194,17 +5198,17 @@ var coinV4ABI = [
5194
5198
  type: "constructor",
5195
5199
  inputs: [
5196
5200
  {
5197
- name: "protocolRewardRecipient_",
5201
+ name: "_protocolRewardRecipient",
5198
5202
  internalType: "address",
5199
5203
  type: "address"
5200
5204
  },
5201
- { name: "protocolRewards_", internalType: "address", type: "address" },
5205
+ { name: "_protocolRewards", internalType: "address", type: "address" },
5202
5206
  {
5203
- name: "poolManager_",
5207
+ name: "_poolManager",
5204
5208
  internalType: "contract IPoolManager",
5205
5209
  type: "address"
5206
5210
  },
5207
- { name: "airlock_", internalType: "address", type: "address" }
5211
+ { name: "_airlock", internalType: "address", type: "address" }
5208
5212
  ],
5209
5213
  stateMutability: "nonpayable"
5210
5214
  },
@@ -5272,6 +5276,13 @@ var coinV4ABI = [
5272
5276
  outputs: [],
5273
5277
  stateMutability: "nonpayable"
5274
5278
  },
5279
+ {
5280
+ type: "function",
5281
+ inputs: [],
5282
+ name: "claimVesting",
5283
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5284
+ stateMutability: "nonpayable"
5285
+ },
5275
5286
  {
5276
5287
  type: "function",
5277
5288
  inputs: [],
@@ -5322,6 +5333,13 @@ var coinV4ABI = [
5322
5333
  ],
5323
5334
  stateMutability: "view"
5324
5335
  },
5336
+ {
5337
+ type: "function",
5338
+ inputs: [],
5339
+ name: "getClaimableAmount",
5340
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5341
+ stateMutability: "view"
5342
+ },
5325
5343
  {
5326
5344
  type: "function",
5327
5345
  inputs: [
@@ -5630,7 +5648,7 @@ var coinV4ABI = [
5630
5648
  inputs: [{ name: "interfaceId", internalType: "bytes4", type: "bytes4" }],
5631
5649
  name: "supportsInterface",
5632
5650
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5633
- stateMutability: "pure"
5651
+ stateMutability: "view"
5634
5652
  },
5635
5653
  {
5636
5654
  type: "function",
@@ -5646,6 +5664,13 @@ var coinV4ABI = [
5646
5664
  outputs: [{ name: "", internalType: "string", type: "string" }],
5647
5665
  stateMutability: "view"
5648
5666
  },
5667
+ {
5668
+ type: "function",
5669
+ inputs: [],
5670
+ name: "totalClaimed",
5671
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5672
+ stateMutability: "view"
5673
+ },
5649
5674
  {
5650
5675
  type: "function",
5651
5676
  inputs: [],
@@ -5674,6 +5699,20 @@ var coinV4ABI = [
5674
5699
  outputs: [{ name: "", internalType: "bool", type: "bool" }],
5675
5700
  stateMutability: "nonpayable"
5676
5701
  },
5702
+ {
5703
+ type: "function",
5704
+ inputs: [],
5705
+ name: "vestingEndTime",
5706
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5707
+ stateMutability: "view"
5708
+ },
5709
+ {
5710
+ type: "function",
5711
+ inputs: [],
5712
+ name: "vestingStartTime",
5713
+ outputs: [{ name: "", internalType: "uint256", type: "uint256" }],
5714
+ stateMutability: "view"
5715
+ },
5677
5716
  {
5678
5717
  type: "event",
5679
5718
  anonymous: false,
@@ -6016,6 +6055,43 @@ var coinV4ABI = [
6016
6055
  name: "ContractMetadataUpdated"
6017
6056
  },
6018
6057
  { type: "event", anonymous: false, inputs: [], name: "ContractURIUpdated" },
6058
+ {
6059
+ type: "event",
6060
+ anonymous: false,
6061
+ inputs: [
6062
+ {
6063
+ name: "recipient",
6064
+ internalType: "address",
6065
+ type: "address",
6066
+ indexed: true
6067
+ },
6068
+ {
6069
+ name: "claimAmount",
6070
+ internalType: "uint256",
6071
+ type: "uint256",
6072
+ indexed: false
6073
+ },
6074
+ {
6075
+ name: "totalClaimed",
6076
+ internalType: "uint256",
6077
+ type: "uint256",
6078
+ indexed: false
6079
+ },
6080
+ {
6081
+ name: "vestingStartTime",
6082
+ internalType: "uint256",
6083
+ type: "uint256",
6084
+ indexed: false
6085
+ },
6086
+ {
6087
+ name: "vestingEndTime",
6088
+ internalType: "uint256",
6089
+ type: "uint256",
6090
+ indexed: false
6091
+ }
6092
+ ],
6093
+ name: "CreatorVestingClaimed"
6094
+ },
6019
6095
  { type: "event", anonymous: false, inputs: [], name: "EIP712DomainChanged" },
6020
6096
  {
6021
6097
  type: "event",
@@ -6226,6 +6302,7 @@ var coinV4ABI = [
6226
6302
  ],
6227
6303
  name: "InvalidAccountNonce"
6228
6304
  },
6305
+ { type: "error", inputs: [], name: "InvalidCurrency" },
6229
6306
  { type: "error", inputs: [], name: "InvalidCurrencyLowerTick" },
6230
6307
  { type: "error", inputs: [], name: "InvalidInitialization" },
6231
6308
  { type: "error", inputs: [], name: "InvalidMarketType" },
@@ -6250,6 +6327,7 @@ var coinV4ABI = [
6250
6327
  ],
6251
6328
  name: "MaxShareToBeSoldExceeded"
6252
6329
  },
6330
+ { type: "error", inputs: [], name: "NameIsRequired" },
6253
6331
  { type: "error", inputs: [], name: "NotInitializing" },
6254
6332
  { type: "error", inputs: [], name: "NotOwner" },
6255
6333
  { type: "error", inputs: [], name: "NumDiscoveryPositionsOutOfRange" },
@@ -8010,7 +8088,6 @@ var commentsABI = [
8010
8088
  { type: "error", inputs: [], name: "NotInitializing" },
8011
8089
  { type: "error", inputs: [], name: "NotSmartWallet" },
8012
8090
  { type: "error", inputs: [], name: "NotSmartWalletOwner" },
8013
- { type: "error", inputs: [], name: "NotTokenHolderOrAdmin" },
8014
8091
  { type: "error", inputs: [], name: "OnlySparksContract" },
8015
8092
  { type: "error", inputs: [], name: "TransferFailed" },
8016
8093
  { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
@@ -8141,7 +8218,6 @@ var devCoinFactoryABI = [
8141
8218
  {
8142
8219
  type: "constructor",
8143
8220
  inputs: [
8144
- { name: "_coinImpl", internalType: "address", type: "address" },
8145
8221
  { name: "_coinV4Impl", internalType: "address", type: "address" },
8146
8222
  { name: "_creatorCoinImpl", internalType: "address", type: "address" },
8147
8223
  { name: "_contentCoinHook", internalType: "address", type: "address" },
@@ -8156,6 +8232,13 @@ var devCoinFactoryABI = [
8156
8232
  outputs: [{ name: "", internalType: "string", type: "string" }],
8157
8233
  stateMutability: "view"
8158
8234
  },
8235
+ {
8236
+ type: "function",
8237
+ inputs: [],
8238
+ name: "acceptOwnership",
8239
+ outputs: [],
8240
+ stateMutability: "nonpayable"
8241
+ },
8159
8242
  {
8160
8243
  type: "function",
8161
8244
  inputs: [
@@ -8170,13 +8253,6 @@ var devCoinFactoryABI = [
8170
8253
  outputs: [{ name: "", internalType: "address", type: "address" }],
8171
8254
  stateMutability: "view"
8172
8255
  },
8173
- {
8174
- type: "function",
8175
- inputs: [],
8176
- name: "coinImpl",
8177
- outputs: [{ name: "", internalType: "address", type: "address" }],
8178
- stateMutability: "view"
8179
- },
8180
8256
  {
8181
8257
  type: "function",
8182
8258
  inputs: [],
@@ -8270,7 +8346,7 @@ var devCoinFactoryABI = [
8270
8346
  { name: "symbol", internalType: "string", type: "string" },
8271
8347
  { name: "poolConfig", internalType: "bytes", type: "bytes" },
8272
8348
  { name: "platformReferrer", internalType: "address", type: "address" },
8273
- { name: "orderSize", internalType: "uint256", type: "uint256" }
8349
+ { name: "", internalType: "uint256", type: "uint256" }
8274
8350
  ],
8275
8351
  name: "deploy",
8276
8352
  outputs: [
@@ -8345,6 +8421,13 @@ var devCoinFactoryABI = [
8345
8421
  outputs: [{ name: "", internalType: "address", type: "address" }],
8346
8422
  stateMutability: "view"
8347
8423
  },
8424
+ {
8425
+ type: "function",
8426
+ inputs: [],
8427
+ name: "pendingOwner",
8428
+ outputs: [{ name: "", internalType: "address", type: "address" }],
8429
+ stateMutability: "view"
8430
+ },
8348
8431
  {
8349
8432
  type: "function",
8350
8433
  inputs: [],
@@ -8586,6 +8669,25 @@ var devCoinFactoryABI = [
8586
8669
  ],
8587
8670
  name: "Initialized"
8588
8671
  },
8672
+ {
8673
+ type: "event",
8674
+ anonymous: false,
8675
+ inputs: [
8676
+ {
8677
+ name: "previousOwner",
8678
+ internalType: "address",
8679
+ type: "address",
8680
+ indexed: true
8681
+ },
8682
+ {
8683
+ name: "newOwner",
8684
+ internalType: "address",
8685
+ type: "address",
8686
+ indexed: true
8687
+ }
8688
+ ],
8689
+ name: "OwnershipTransferStarted"
8690
+ },
8589
8691
  {
8590
8692
  type: "event",
8591
8693
  anonymous: false,
@@ -8623,13 +8725,7 @@ var devCoinFactoryABI = [
8623
8725
  inputs: [{ name: "target", internalType: "address", type: "address" }],
8624
8726
  name: "AddressEmptyCode"
8625
8727
  },
8626
- {
8627
- type: "error",
8628
- inputs: [{ name: "account", internalType: "address", type: "address" }],
8629
- name: "AddressInsufficientBalance"
8630
- },
8631
8728
  { type: "error", inputs: [], name: "ArrayLengthMismatch" },
8632
- { type: "error", inputs: [], name: "CannotMintZeroLiquidity" },
8633
8729
  { type: "error", inputs: [], name: "ConfigTickLowerMustBeLessThanTickUpper" },
8634
8730
  { type: "error", inputs: [], name: "Deprecated" },
8635
8731
  { type: "error", inputs: [], name: "ERC1167FailedCreateClone" },
@@ -8641,7 +8737,6 @@ var devCoinFactoryABI = [
8641
8737
  name: "ERC1967InvalidImplementation"
8642
8738
  },
8643
8739
  { type: "error", inputs: [], name: "ERC1967NonPayable" },
8644
- { type: "error", inputs: [], name: "ERC20TransferAmountMismatch" },
8645
8740
  { type: "error", inputs: [], name: "EthTransferInvalid" },
8646
8741
  { type: "error", inputs: [], name: "FailedInnerCall" },
8647
8742
  { type: "error", inputs: [], name: "InvalidConfig" },
@@ -8656,14 +8751,6 @@ var devCoinFactoryABI = [
8656
8751
  ],
8657
8752
  name: "InvalidTickRangeMisordered"
8658
8753
  },
8659
- {
8660
- type: "error",
8661
- inputs: [
8662
- { name: "tickLower", internalType: "int24", type: "int24" },
8663
- { name: "tickUpper", internalType: "int24", type: "int24" }
8664
- ],
8665
- name: "InvalidTickRangeMisordered"
8666
- },
8667
8754
  {
8668
8755
  type: "error",
8669
8756
  inputs: [
@@ -8685,11 +8772,6 @@ var devCoinFactoryABI = [
8685
8772
  name: "OwnableUnauthorizedAccount"
8686
8773
  },
8687
8774
  { type: "error", inputs: [], name: "ReentrancyGuardReentrantCall" },
8688
- {
8689
- type: "error",
8690
- inputs: [{ name: "token", internalType: "address", type: "address" }],
8691
- name: "SafeERC20FailedOperation"
8692
- },
8693
8775
  { type: "error", inputs: [], name: "UUPSUnauthorizedCallContext" },
8694
8776
  {
8695
8777
  type: "error",