@zoralabs/protocol-deployments 0.5.6-PRE.0 → 0.5.6-PRE.1

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.
@@ -5068,7 +5068,8 @@ export declare const coinABI: readonly [{
5068
5068
  readonly name: "UseRevokeOwnershipToRemoveSelf";
5069
5069
  }];
5070
5070
  /**
5071
- * [__View Contract on Base Basescan__](https://basescan.org/address/0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85)
5071
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5072
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5072
5073
  */
5073
5074
  export declare const coinFactoryABI: readonly [{
5074
5075
  readonly type: "constructor";
@@ -5628,17 +5629,21 @@ export declare const coinFactoryABI: readonly [{
5628
5629
  readonly name: "UpgradeToMismatchedContractName";
5629
5630
  }];
5630
5631
  /**
5631
- * [__View Contract on Base Basescan__](https://basescan.org/address/0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85)
5632
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5633
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5632
5634
  */
5633
5635
  export declare const coinFactoryAddress: {
5634
- readonly 8453: "0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85";
5636
+ readonly 8453: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5637
+ readonly 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5635
5638
  };
5636
5639
  /**
5637
- * [__View Contract on Base Basescan__](https://basescan.org/address/0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85)
5640
+ * - [__View Contract on Base Basescan__](https://basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5641
+ * - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
5638
5642
  */
5639
5643
  export declare const coinFactoryConfig: {
5640
5644
  readonly address: {
5641
- readonly 8453: "0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85";
5645
+ readonly 8453: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5646
+ readonly 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
5642
5647
  };
5643
5648
  readonly abi: readonly [{
5644
5649
  readonly type: "constructor";
@@ -10543,6 +10548,1137 @@ export declare const commentsConfig: {
10543
10548
  readonly name: "UpgradeToMismatchedContractName";
10544
10549
  }];
10545
10550
  };
10551
+ /**
10552
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85)
10553
+ */
10554
+ export declare const devCoinFactoryABI: readonly [{
10555
+ readonly type: "constructor";
10556
+ readonly inputs: readonly [{
10557
+ readonly name: "_coinImpl";
10558
+ readonly internalType: "address";
10559
+ readonly type: "address";
10560
+ }, {
10561
+ readonly name: "_coinV4Impl";
10562
+ readonly internalType: "address";
10563
+ readonly type: "address";
10564
+ }];
10565
+ readonly stateMutability: "nonpayable";
10566
+ }, {
10567
+ readonly type: "function";
10568
+ readonly inputs: readonly [];
10569
+ readonly name: "UPGRADE_INTERFACE_VERSION";
10570
+ readonly outputs: readonly [{
10571
+ readonly name: "";
10572
+ readonly internalType: "string";
10573
+ readonly type: "string";
10574
+ }];
10575
+ readonly stateMutability: "view";
10576
+ }, {
10577
+ readonly type: "function";
10578
+ readonly inputs: readonly [];
10579
+ readonly name: "coinImpl";
10580
+ readonly outputs: readonly [{
10581
+ readonly name: "";
10582
+ readonly internalType: "address";
10583
+ readonly type: "address";
10584
+ }];
10585
+ readonly stateMutability: "view";
10586
+ }, {
10587
+ readonly type: "function";
10588
+ readonly inputs: readonly [];
10589
+ readonly name: "coinV4Impl";
10590
+ readonly outputs: readonly [{
10591
+ readonly name: "";
10592
+ readonly internalType: "address";
10593
+ readonly type: "address";
10594
+ }];
10595
+ readonly stateMutability: "view";
10596
+ }, {
10597
+ readonly type: "function";
10598
+ readonly inputs: readonly [];
10599
+ readonly name: "contractName";
10600
+ readonly outputs: readonly [{
10601
+ readonly name: "";
10602
+ readonly internalType: "string";
10603
+ readonly type: "string";
10604
+ }];
10605
+ readonly stateMutability: "pure";
10606
+ }, {
10607
+ readonly type: "function";
10608
+ readonly inputs: readonly [];
10609
+ readonly name: "contractVersion";
10610
+ readonly outputs: readonly [{
10611
+ readonly name: "";
10612
+ readonly internalType: "string";
10613
+ readonly type: "string";
10614
+ }];
10615
+ readonly stateMutability: "pure";
10616
+ }, {
10617
+ readonly type: "function";
10618
+ readonly inputs: readonly [{
10619
+ readonly name: "payoutRecipient";
10620
+ readonly internalType: "address";
10621
+ readonly type: "address";
10622
+ }, {
10623
+ readonly name: "owners";
10624
+ readonly internalType: "address[]";
10625
+ readonly type: "address[]";
10626
+ }, {
10627
+ readonly name: "uri";
10628
+ readonly internalType: "string";
10629
+ readonly type: "string";
10630
+ }, {
10631
+ readonly name: "name";
10632
+ readonly internalType: "string";
10633
+ readonly type: "string";
10634
+ }, {
10635
+ readonly name: "symbol";
10636
+ readonly internalType: "string";
10637
+ readonly type: "string";
10638
+ }, {
10639
+ readonly name: "platformReferrer";
10640
+ readonly internalType: "address";
10641
+ readonly type: "address";
10642
+ }, {
10643
+ readonly name: "currency";
10644
+ readonly internalType: "address";
10645
+ readonly type: "address";
10646
+ }, {
10647
+ readonly name: "tickLower";
10648
+ readonly internalType: "int24";
10649
+ readonly type: "int24";
10650
+ }, {
10651
+ readonly name: "orderSize";
10652
+ readonly internalType: "uint256";
10653
+ readonly type: "uint256";
10654
+ }];
10655
+ readonly name: "deploy";
10656
+ readonly outputs: readonly [{
10657
+ readonly name: "";
10658
+ readonly internalType: "address";
10659
+ readonly type: "address";
10660
+ }, {
10661
+ readonly name: "";
10662
+ readonly internalType: "uint256";
10663
+ readonly type: "uint256";
10664
+ }];
10665
+ readonly stateMutability: "payable";
10666
+ }, {
10667
+ readonly type: "function";
10668
+ readonly inputs: readonly [{
10669
+ readonly name: "payoutRecipient";
10670
+ readonly internalType: "address";
10671
+ readonly type: "address";
10672
+ }, {
10673
+ readonly name: "owners";
10674
+ readonly internalType: "address[]";
10675
+ readonly type: "address[]";
10676
+ }, {
10677
+ readonly name: "uri";
10678
+ readonly internalType: "string";
10679
+ readonly type: "string";
10680
+ }, {
10681
+ readonly name: "name";
10682
+ readonly internalType: "string";
10683
+ readonly type: "string";
10684
+ }, {
10685
+ readonly name: "symbol";
10686
+ readonly internalType: "string";
10687
+ readonly type: "string";
10688
+ }, {
10689
+ readonly name: "poolConfig";
10690
+ readonly internalType: "bytes";
10691
+ readonly type: "bytes";
10692
+ }, {
10693
+ readonly name: "platformReferrer";
10694
+ readonly internalType: "address";
10695
+ readonly type: "address";
10696
+ }, {
10697
+ readonly name: "orderSize";
10698
+ readonly internalType: "uint256";
10699
+ readonly type: "uint256";
10700
+ }];
10701
+ readonly name: "deploy";
10702
+ readonly outputs: readonly [{
10703
+ readonly name: "";
10704
+ readonly internalType: "address";
10705
+ readonly type: "address";
10706
+ }, {
10707
+ readonly name: "";
10708
+ readonly internalType: "uint256";
10709
+ readonly type: "uint256";
10710
+ }];
10711
+ readonly stateMutability: "payable";
10712
+ }, {
10713
+ readonly type: "function";
10714
+ readonly inputs: readonly [{
10715
+ readonly name: "payoutRecipient";
10716
+ readonly internalType: "address";
10717
+ readonly type: "address";
10718
+ }, {
10719
+ readonly name: "owners";
10720
+ readonly internalType: "address[]";
10721
+ readonly type: "address[]";
10722
+ }, {
10723
+ readonly name: "uri";
10724
+ readonly internalType: "string";
10725
+ readonly type: "string";
10726
+ }, {
10727
+ readonly name: "name";
10728
+ readonly internalType: "string";
10729
+ readonly type: "string";
10730
+ }, {
10731
+ readonly name: "symbol";
10732
+ readonly internalType: "string";
10733
+ readonly type: "string";
10734
+ }, {
10735
+ readonly name: "poolConfig";
10736
+ readonly internalType: "bytes";
10737
+ readonly type: "bytes";
10738
+ }, {
10739
+ readonly name: "platformReferrer";
10740
+ readonly internalType: "address";
10741
+ readonly type: "address";
10742
+ }, {
10743
+ readonly name: "hook";
10744
+ readonly internalType: "address";
10745
+ readonly type: "address";
10746
+ }, {
10747
+ readonly name: "hookData";
10748
+ readonly internalType: "bytes";
10749
+ readonly type: "bytes";
10750
+ }];
10751
+ readonly name: "deployWithHook";
10752
+ readonly outputs: readonly [{
10753
+ readonly name: "coin";
10754
+ readonly internalType: "address";
10755
+ readonly type: "address";
10756
+ }, {
10757
+ readonly name: "hookDataOut";
10758
+ readonly internalType: "bytes";
10759
+ readonly type: "bytes";
10760
+ }];
10761
+ readonly stateMutability: "payable";
10762
+ }, {
10763
+ readonly type: "function";
10764
+ readonly inputs: readonly [];
10765
+ readonly name: "implementation";
10766
+ readonly outputs: readonly [{
10767
+ readonly name: "";
10768
+ readonly internalType: "address";
10769
+ readonly type: "address";
10770
+ }];
10771
+ readonly stateMutability: "view";
10772
+ }, {
10773
+ readonly type: "function";
10774
+ readonly inputs: readonly [{
10775
+ readonly name: "initialOwner";
10776
+ readonly internalType: "address";
10777
+ readonly type: "address";
10778
+ }];
10779
+ readonly name: "initialize";
10780
+ readonly outputs: readonly [];
10781
+ readonly stateMutability: "nonpayable";
10782
+ }, {
10783
+ readonly type: "function";
10784
+ readonly inputs: readonly [];
10785
+ readonly name: "owner";
10786
+ readonly outputs: readonly [{
10787
+ readonly name: "";
10788
+ readonly internalType: "address";
10789
+ readonly type: "address";
10790
+ }];
10791
+ readonly stateMutability: "view";
10792
+ }, {
10793
+ readonly type: "function";
10794
+ readonly inputs: readonly [];
10795
+ readonly name: "proxiableUUID";
10796
+ readonly outputs: readonly [{
10797
+ readonly name: "";
10798
+ readonly internalType: "bytes32";
10799
+ readonly type: "bytes32";
10800
+ }];
10801
+ readonly stateMutability: "view";
10802
+ }, {
10803
+ readonly type: "function";
10804
+ readonly inputs: readonly [];
10805
+ readonly name: "renounceOwnership";
10806
+ readonly outputs: readonly [];
10807
+ readonly stateMutability: "nonpayable";
10808
+ }, {
10809
+ readonly type: "function";
10810
+ readonly inputs: readonly [{
10811
+ readonly name: "newOwner";
10812
+ readonly internalType: "address";
10813
+ readonly type: "address";
10814
+ }];
10815
+ readonly name: "transferOwnership";
10816
+ readonly outputs: readonly [];
10817
+ readonly stateMutability: "nonpayable";
10818
+ }, {
10819
+ readonly type: "function";
10820
+ readonly inputs: readonly [{
10821
+ readonly name: "newImplementation";
10822
+ readonly internalType: "address";
10823
+ readonly type: "address";
10824
+ }, {
10825
+ readonly name: "data";
10826
+ readonly internalType: "bytes";
10827
+ readonly type: "bytes";
10828
+ }];
10829
+ readonly name: "upgradeToAndCall";
10830
+ readonly outputs: readonly [];
10831
+ readonly stateMutability: "payable";
10832
+ }, {
10833
+ readonly type: "event";
10834
+ readonly anonymous: false;
10835
+ readonly inputs: readonly [{
10836
+ readonly name: "caller";
10837
+ readonly internalType: "address";
10838
+ readonly type: "address";
10839
+ readonly indexed: true;
10840
+ }, {
10841
+ readonly name: "payoutRecipient";
10842
+ readonly internalType: "address";
10843
+ readonly type: "address";
10844
+ readonly indexed: true;
10845
+ }, {
10846
+ readonly name: "platformReferrer";
10847
+ readonly internalType: "address";
10848
+ readonly type: "address";
10849
+ readonly indexed: true;
10850
+ }, {
10851
+ readonly name: "currency";
10852
+ readonly internalType: "address";
10853
+ readonly type: "address";
10854
+ readonly indexed: false;
10855
+ }, {
10856
+ readonly name: "uri";
10857
+ readonly internalType: "string";
10858
+ readonly type: "string";
10859
+ readonly indexed: false;
10860
+ }, {
10861
+ readonly name: "name";
10862
+ readonly internalType: "string";
10863
+ readonly type: "string";
10864
+ readonly indexed: false;
10865
+ }, {
10866
+ readonly name: "symbol";
10867
+ readonly internalType: "string";
10868
+ readonly type: "string";
10869
+ readonly indexed: false;
10870
+ }, {
10871
+ readonly name: "coin";
10872
+ readonly internalType: "address";
10873
+ readonly type: "address";
10874
+ readonly indexed: false;
10875
+ }, {
10876
+ readonly name: "pool";
10877
+ readonly internalType: "address";
10878
+ readonly type: "address";
10879
+ readonly indexed: false;
10880
+ }, {
10881
+ readonly name: "version";
10882
+ readonly internalType: "string";
10883
+ readonly type: "string";
10884
+ readonly indexed: false;
10885
+ }];
10886
+ readonly name: "CoinCreated";
10887
+ }, {
10888
+ readonly type: "event";
10889
+ readonly anonymous: false;
10890
+ readonly inputs: readonly [{
10891
+ readonly name: "caller";
10892
+ readonly internalType: "address";
10893
+ readonly type: "address";
10894
+ readonly indexed: true;
10895
+ }, {
10896
+ readonly name: "payoutRecipient";
10897
+ readonly internalType: "address";
10898
+ readonly type: "address";
10899
+ readonly indexed: true;
10900
+ }, {
10901
+ readonly name: "platformReferrer";
10902
+ readonly internalType: "address";
10903
+ readonly type: "address";
10904
+ readonly indexed: true;
10905
+ }, {
10906
+ readonly name: "currency";
10907
+ readonly internalType: "address";
10908
+ readonly type: "address";
10909
+ readonly indexed: false;
10910
+ }, {
10911
+ readonly name: "uri";
10912
+ readonly internalType: "string";
10913
+ readonly type: "string";
10914
+ readonly indexed: false;
10915
+ }, {
10916
+ readonly name: "name";
10917
+ readonly internalType: "string";
10918
+ readonly type: "string";
10919
+ readonly indexed: false;
10920
+ }, {
10921
+ readonly name: "symbol";
10922
+ readonly internalType: "string";
10923
+ readonly type: "string";
10924
+ readonly indexed: false;
10925
+ }, {
10926
+ readonly name: "coin";
10927
+ readonly internalType: "address";
10928
+ readonly type: "address";
10929
+ readonly indexed: false;
10930
+ }, {
10931
+ readonly name: "poolKey";
10932
+ readonly internalType: "struct PoolKey";
10933
+ readonly type: "tuple";
10934
+ readonly components: readonly [{
10935
+ readonly name: "currency0";
10936
+ readonly internalType: "Currency";
10937
+ readonly type: "address";
10938
+ }, {
10939
+ readonly name: "currency1";
10940
+ readonly internalType: "Currency";
10941
+ readonly type: "address";
10942
+ }, {
10943
+ readonly name: "fee";
10944
+ readonly internalType: "uint24";
10945
+ readonly type: "uint24";
10946
+ }, {
10947
+ readonly name: "tickSpacing";
10948
+ readonly internalType: "int24";
10949
+ readonly type: "int24";
10950
+ }, {
10951
+ readonly name: "hooks";
10952
+ readonly internalType: "contract IHooks";
10953
+ readonly type: "address";
10954
+ }];
10955
+ readonly indexed: false;
10956
+ }, {
10957
+ readonly name: "version";
10958
+ readonly internalType: "string";
10959
+ readonly type: "string";
10960
+ readonly indexed: false;
10961
+ }];
10962
+ readonly name: "CoinCreatedV4";
10963
+ }, {
10964
+ readonly type: "event";
10965
+ readonly anonymous: false;
10966
+ readonly inputs: readonly [{
10967
+ readonly name: "version";
10968
+ readonly internalType: "uint64";
10969
+ readonly type: "uint64";
10970
+ readonly indexed: false;
10971
+ }];
10972
+ readonly name: "Initialized";
10973
+ }, {
10974
+ readonly type: "event";
10975
+ readonly anonymous: false;
10976
+ readonly inputs: readonly [{
10977
+ readonly name: "previousOwner";
10978
+ readonly internalType: "address";
10979
+ readonly type: "address";
10980
+ readonly indexed: true;
10981
+ }, {
10982
+ readonly name: "newOwner";
10983
+ readonly internalType: "address";
10984
+ readonly type: "address";
10985
+ readonly indexed: true;
10986
+ }];
10987
+ readonly name: "OwnershipTransferred";
10988
+ }, {
10989
+ readonly type: "event";
10990
+ readonly anonymous: false;
10991
+ readonly inputs: readonly [{
10992
+ readonly name: "implementation";
10993
+ readonly internalType: "address";
10994
+ readonly type: "address";
10995
+ readonly indexed: true;
10996
+ }];
10997
+ readonly name: "Upgraded";
10998
+ }, {
10999
+ readonly type: "error";
11000
+ readonly inputs: readonly [{
11001
+ readonly name: "target";
11002
+ readonly internalType: "address";
11003
+ readonly type: "address";
11004
+ }];
11005
+ readonly name: "AddressEmptyCode";
11006
+ }, {
11007
+ readonly type: "error";
11008
+ readonly inputs: readonly [{
11009
+ readonly name: "account";
11010
+ readonly internalType: "address";
11011
+ readonly type: "address";
11012
+ }];
11013
+ readonly name: "AddressInsufficientBalance";
11014
+ }, {
11015
+ readonly type: "error";
11016
+ readonly inputs: readonly [];
11017
+ readonly name: "ERC1167FailedCreateClone";
11018
+ }, {
11019
+ readonly type: "error";
11020
+ readonly inputs: readonly [{
11021
+ readonly name: "implementation";
11022
+ readonly internalType: "address";
11023
+ readonly type: "address";
11024
+ }];
11025
+ readonly name: "ERC1967InvalidImplementation";
11026
+ }, {
11027
+ readonly type: "error";
11028
+ readonly inputs: readonly [];
11029
+ readonly name: "ERC1967NonPayable";
11030
+ }, {
11031
+ readonly type: "error";
11032
+ readonly inputs: readonly [];
11033
+ readonly name: "ERC20TransferAmountMismatch";
11034
+ }, {
11035
+ readonly type: "error";
11036
+ readonly inputs: readonly [];
11037
+ readonly name: "EthTransferInvalid";
11038
+ }, {
11039
+ readonly type: "error";
11040
+ readonly inputs: readonly [];
11041
+ readonly name: "FailedInnerCall";
11042
+ }, {
11043
+ readonly type: "error";
11044
+ readonly inputs: readonly [];
11045
+ readonly name: "InvalidHook";
11046
+ }, {
11047
+ readonly type: "error";
11048
+ readonly inputs: readonly [];
11049
+ readonly name: "InvalidInitialization";
11050
+ }, {
11051
+ readonly type: "error";
11052
+ readonly inputs: readonly [];
11053
+ readonly name: "InvalidPoolVersion";
11054
+ }, {
11055
+ readonly type: "error";
11056
+ readonly inputs: readonly [];
11057
+ readonly name: "NotInitializing";
11058
+ }, {
11059
+ readonly type: "error";
11060
+ readonly inputs: readonly [{
11061
+ readonly name: "owner";
11062
+ readonly internalType: "address";
11063
+ readonly type: "address";
11064
+ }];
11065
+ readonly name: "OwnableInvalidOwner";
11066
+ }, {
11067
+ readonly type: "error";
11068
+ readonly inputs: readonly [{
11069
+ readonly name: "account";
11070
+ readonly internalType: "address";
11071
+ readonly type: "address";
11072
+ }];
11073
+ readonly name: "OwnableUnauthorizedAccount";
11074
+ }, {
11075
+ readonly type: "error";
11076
+ readonly inputs: readonly [];
11077
+ readonly name: "ReentrancyGuardReentrantCall";
11078
+ }, {
11079
+ readonly type: "error";
11080
+ readonly inputs: readonly [{
11081
+ readonly name: "token";
11082
+ readonly internalType: "address";
11083
+ readonly type: "address";
11084
+ }];
11085
+ readonly name: "SafeERC20FailedOperation";
11086
+ }, {
11087
+ readonly type: "error";
11088
+ readonly inputs: readonly [];
11089
+ readonly name: "UUPSUnauthorizedCallContext";
11090
+ }, {
11091
+ readonly type: "error";
11092
+ readonly inputs: readonly [{
11093
+ readonly name: "slot";
11094
+ readonly internalType: "bytes32";
11095
+ readonly type: "bytes32";
11096
+ }];
11097
+ readonly name: "UUPSUnsupportedProxiableUUID";
11098
+ }, {
11099
+ readonly type: "error";
11100
+ readonly inputs: readonly [{
11101
+ readonly name: "currentName";
11102
+ readonly internalType: "string";
11103
+ readonly type: "string";
11104
+ }, {
11105
+ readonly name: "newName";
11106
+ readonly internalType: "string";
11107
+ readonly type: "string";
11108
+ }];
11109
+ readonly name: "UpgradeToMismatchedContractName";
11110
+ }];
11111
+ /**
11112
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85)
11113
+ */
11114
+ export declare const devCoinFactoryAddress: {
11115
+ readonly 8453: "0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85";
11116
+ };
11117
+ /**
11118
+ * [__View Contract on Base Basescan__](https://basescan.org/address/0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85)
11119
+ */
11120
+ export declare const devCoinFactoryConfig: {
11121
+ readonly address: {
11122
+ readonly 8453: "0x8A7d3ae26c4De36A24BcC892953e6c3823bBFA85";
11123
+ };
11124
+ readonly abi: readonly [{
11125
+ readonly type: "constructor";
11126
+ readonly inputs: readonly [{
11127
+ readonly name: "_coinImpl";
11128
+ readonly internalType: "address";
11129
+ readonly type: "address";
11130
+ }, {
11131
+ readonly name: "_coinV4Impl";
11132
+ readonly internalType: "address";
11133
+ readonly type: "address";
11134
+ }];
11135
+ readonly stateMutability: "nonpayable";
11136
+ }, {
11137
+ readonly type: "function";
11138
+ readonly inputs: readonly [];
11139
+ readonly name: "UPGRADE_INTERFACE_VERSION";
11140
+ readonly outputs: readonly [{
11141
+ readonly name: "";
11142
+ readonly internalType: "string";
11143
+ readonly type: "string";
11144
+ }];
11145
+ readonly stateMutability: "view";
11146
+ }, {
11147
+ readonly type: "function";
11148
+ readonly inputs: readonly [];
11149
+ readonly name: "coinImpl";
11150
+ readonly outputs: readonly [{
11151
+ readonly name: "";
11152
+ readonly internalType: "address";
11153
+ readonly type: "address";
11154
+ }];
11155
+ readonly stateMutability: "view";
11156
+ }, {
11157
+ readonly type: "function";
11158
+ readonly inputs: readonly [];
11159
+ readonly name: "coinV4Impl";
11160
+ readonly outputs: readonly [{
11161
+ readonly name: "";
11162
+ readonly internalType: "address";
11163
+ readonly type: "address";
11164
+ }];
11165
+ readonly stateMutability: "view";
11166
+ }, {
11167
+ readonly type: "function";
11168
+ readonly inputs: readonly [];
11169
+ readonly name: "contractName";
11170
+ readonly outputs: readonly [{
11171
+ readonly name: "";
11172
+ readonly internalType: "string";
11173
+ readonly type: "string";
11174
+ }];
11175
+ readonly stateMutability: "pure";
11176
+ }, {
11177
+ readonly type: "function";
11178
+ readonly inputs: readonly [];
11179
+ readonly name: "contractVersion";
11180
+ readonly outputs: readonly [{
11181
+ readonly name: "";
11182
+ readonly internalType: "string";
11183
+ readonly type: "string";
11184
+ }];
11185
+ readonly stateMutability: "pure";
11186
+ }, {
11187
+ readonly type: "function";
11188
+ readonly inputs: readonly [{
11189
+ readonly name: "payoutRecipient";
11190
+ readonly internalType: "address";
11191
+ readonly type: "address";
11192
+ }, {
11193
+ readonly name: "owners";
11194
+ readonly internalType: "address[]";
11195
+ readonly type: "address[]";
11196
+ }, {
11197
+ readonly name: "uri";
11198
+ readonly internalType: "string";
11199
+ readonly type: "string";
11200
+ }, {
11201
+ readonly name: "name";
11202
+ readonly internalType: "string";
11203
+ readonly type: "string";
11204
+ }, {
11205
+ readonly name: "symbol";
11206
+ readonly internalType: "string";
11207
+ readonly type: "string";
11208
+ }, {
11209
+ readonly name: "platformReferrer";
11210
+ readonly internalType: "address";
11211
+ readonly type: "address";
11212
+ }, {
11213
+ readonly name: "currency";
11214
+ readonly internalType: "address";
11215
+ readonly type: "address";
11216
+ }, {
11217
+ readonly name: "tickLower";
11218
+ readonly internalType: "int24";
11219
+ readonly type: "int24";
11220
+ }, {
11221
+ readonly name: "orderSize";
11222
+ readonly internalType: "uint256";
11223
+ readonly type: "uint256";
11224
+ }];
11225
+ readonly name: "deploy";
11226
+ readonly outputs: readonly [{
11227
+ readonly name: "";
11228
+ readonly internalType: "address";
11229
+ readonly type: "address";
11230
+ }, {
11231
+ readonly name: "";
11232
+ readonly internalType: "uint256";
11233
+ readonly type: "uint256";
11234
+ }];
11235
+ readonly stateMutability: "payable";
11236
+ }, {
11237
+ readonly type: "function";
11238
+ readonly inputs: readonly [{
11239
+ readonly name: "payoutRecipient";
11240
+ readonly internalType: "address";
11241
+ readonly type: "address";
11242
+ }, {
11243
+ readonly name: "owners";
11244
+ readonly internalType: "address[]";
11245
+ readonly type: "address[]";
11246
+ }, {
11247
+ readonly name: "uri";
11248
+ readonly internalType: "string";
11249
+ readonly type: "string";
11250
+ }, {
11251
+ readonly name: "name";
11252
+ readonly internalType: "string";
11253
+ readonly type: "string";
11254
+ }, {
11255
+ readonly name: "symbol";
11256
+ readonly internalType: "string";
11257
+ readonly type: "string";
11258
+ }, {
11259
+ readonly name: "poolConfig";
11260
+ readonly internalType: "bytes";
11261
+ readonly type: "bytes";
11262
+ }, {
11263
+ readonly name: "platformReferrer";
11264
+ readonly internalType: "address";
11265
+ readonly type: "address";
11266
+ }, {
11267
+ readonly name: "orderSize";
11268
+ readonly internalType: "uint256";
11269
+ readonly type: "uint256";
11270
+ }];
11271
+ readonly name: "deploy";
11272
+ readonly outputs: readonly [{
11273
+ readonly name: "";
11274
+ readonly internalType: "address";
11275
+ readonly type: "address";
11276
+ }, {
11277
+ readonly name: "";
11278
+ readonly internalType: "uint256";
11279
+ readonly type: "uint256";
11280
+ }];
11281
+ readonly stateMutability: "payable";
11282
+ }, {
11283
+ readonly type: "function";
11284
+ readonly inputs: readonly [{
11285
+ readonly name: "payoutRecipient";
11286
+ readonly internalType: "address";
11287
+ readonly type: "address";
11288
+ }, {
11289
+ readonly name: "owners";
11290
+ readonly internalType: "address[]";
11291
+ readonly type: "address[]";
11292
+ }, {
11293
+ readonly name: "uri";
11294
+ readonly internalType: "string";
11295
+ readonly type: "string";
11296
+ }, {
11297
+ readonly name: "name";
11298
+ readonly internalType: "string";
11299
+ readonly type: "string";
11300
+ }, {
11301
+ readonly name: "symbol";
11302
+ readonly internalType: "string";
11303
+ readonly type: "string";
11304
+ }, {
11305
+ readonly name: "poolConfig";
11306
+ readonly internalType: "bytes";
11307
+ readonly type: "bytes";
11308
+ }, {
11309
+ readonly name: "platformReferrer";
11310
+ readonly internalType: "address";
11311
+ readonly type: "address";
11312
+ }, {
11313
+ readonly name: "hook";
11314
+ readonly internalType: "address";
11315
+ readonly type: "address";
11316
+ }, {
11317
+ readonly name: "hookData";
11318
+ readonly internalType: "bytes";
11319
+ readonly type: "bytes";
11320
+ }];
11321
+ readonly name: "deployWithHook";
11322
+ readonly outputs: readonly [{
11323
+ readonly name: "coin";
11324
+ readonly internalType: "address";
11325
+ readonly type: "address";
11326
+ }, {
11327
+ readonly name: "hookDataOut";
11328
+ readonly internalType: "bytes";
11329
+ readonly type: "bytes";
11330
+ }];
11331
+ readonly stateMutability: "payable";
11332
+ }, {
11333
+ readonly type: "function";
11334
+ readonly inputs: readonly [];
11335
+ readonly name: "implementation";
11336
+ readonly outputs: readonly [{
11337
+ readonly name: "";
11338
+ readonly internalType: "address";
11339
+ readonly type: "address";
11340
+ }];
11341
+ readonly stateMutability: "view";
11342
+ }, {
11343
+ readonly type: "function";
11344
+ readonly inputs: readonly [{
11345
+ readonly name: "initialOwner";
11346
+ readonly internalType: "address";
11347
+ readonly type: "address";
11348
+ }];
11349
+ readonly name: "initialize";
11350
+ readonly outputs: readonly [];
11351
+ readonly stateMutability: "nonpayable";
11352
+ }, {
11353
+ readonly type: "function";
11354
+ readonly inputs: readonly [];
11355
+ readonly name: "owner";
11356
+ readonly outputs: readonly [{
11357
+ readonly name: "";
11358
+ readonly internalType: "address";
11359
+ readonly type: "address";
11360
+ }];
11361
+ readonly stateMutability: "view";
11362
+ }, {
11363
+ readonly type: "function";
11364
+ readonly inputs: readonly [];
11365
+ readonly name: "proxiableUUID";
11366
+ readonly outputs: readonly [{
11367
+ readonly name: "";
11368
+ readonly internalType: "bytes32";
11369
+ readonly type: "bytes32";
11370
+ }];
11371
+ readonly stateMutability: "view";
11372
+ }, {
11373
+ readonly type: "function";
11374
+ readonly inputs: readonly [];
11375
+ readonly name: "renounceOwnership";
11376
+ readonly outputs: readonly [];
11377
+ readonly stateMutability: "nonpayable";
11378
+ }, {
11379
+ readonly type: "function";
11380
+ readonly inputs: readonly [{
11381
+ readonly name: "newOwner";
11382
+ readonly internalType: "address";
11383
+ readonly type: "address";
11384
+ }];
11385
+ readonly name: "transferOwnership";
11386
+ readonly outputs: readonly [];
11387
+ readonly stateMutability: "nonpayable";
11388
+ }, {
11389
+ readonly type: "function";
11390
+ readonly inputs: readonly [{
11391
+ readonly name: "newImplementation";
11392
+ readonly internalType: "address";
11393
+ readonly type: "address";
11394
+ }, {
11395
+ readonly name: "data";
11396
+ readonly internalType: "bytes";
11397
+ readonly type: "bytes";
11398
+ }];
11399
+ readonly name: "upgradeToAndCall";
11400
+ readonly outputs: readonly [];
11401
+ readonly stateMutability: "payable";
11402
+ }, {
11403
+ readonly type: "event";
11404
+ readonly anonymous: false;
11405
+ readonly inputs: readonly [{
11406
+ readonly name: "caller";
11407
+ readonly internalType: "address";
11408
+ readonly type: "address";
11409
+ readonly indexed: true;
11410
+ }, {
11411
+ readonly name: "payoutRecipient";
11412
+ readonly internalType: "address";
11413
+ readonly type: "address";
11414
+ readonly indexed: true;
11415
+ }, {
11416
+ readonly name: "platformReferrer";
11417
+ readonly internalType: "address";
11418
+ readonly type: "address";
11419
+ readonly indexed: true;
11420
+ }, {
11421
+ readonly name: "currency";
11422
+ readonly internalType: "address";
11423
+ readonly type: "address";
11424
+ readonly indexed: false;
11425
+ }, {
11426
+ readonly name: "uri";
11427
+ readonly internalType: "string";
11428
+ readonly type: "string";
11429
+ readonly indexed: false;
11430
+ }, {
11431
+ readonly name: "name";
11432
+ readonly internalType: "string";
11433
+ readonly type: "string";
11434
+ readonly indexed: false;
11435
+ }, {
11436
+ readonly name: "symbol";
11437
+ readonly internalType: "string";
11438
+ readonly type: "string";
11439
+ readonly indexed: false;
11440
+ }, {
11441
+ readonly name: "coin";
11442
+ readonly internalType: "address";
11443
+ readonly type: "address";
11444
+ readonly indexed: false;
11445
+ }, {
11446
+ readonly name: "pool";
11447
+ readonly internalType: "address";
11448
+ readonly type: "address";
11449
+ readonly indexed: false;
11450
+ }, {
11451
+ readonly name: "version";
11452
+ readonly internalType: "string";
11453
+ readonly type: "string";
11454
+ readonly indexed: false;
11455
+ }];
11456
+ readonly name: "CoinCreated";
11457
+ }, {
11458
+ readonly type: "event";
11459
+ readonly anonymous: false;
11460
+ readonly inputs: readonly [{
11461
+ readonly name: "caller";
11462
+ readonly internalType: "address";
11463
+ readonly type: "address";
11464
+ readonly indexed: true;
11465
+ }, {
11466
+ readonly name: "payoutRecipient";
11467
+ readonly internalType: "address";
11468
+ readonly type: "address";
11469
+ readonly indexed: true;
11470
+ }, {
11471
+ readonly name: "platformReferrer";
11472
+ readonly internalType: "address";
11473
+ readonly type: "address";
11474
+ readonly indexed: true;
11475
+ }, {
11476
+ readonly name: "currency";
11477
+ readonly internalType: "address";
11478
+ readonly type: "address";
11479
+ readonly indexed: false;
11480
+ }, {
11481
+ readonly name: "uri";
11482
+ readonly internalType: "string";
11483
+ readonly type: "string";
11484
+ readonly indexed: false;
11485
+ }, {
11486
+ readonly name: "name";
11487
+ readonly internalType: "string";
11488
+ readonly type: "string";
11489
+ readonly indexed: false;
11490
+ }, {
11491
+ readonly name: "symbol";
11492
+ readonly internalType: "string";
11493
+ readonly type: "string";
11494
+ readonly indexed: false;
11495
+ }, {
11496
+ readonly name: "coin";
11497
+ readonly internalType: "address";
11498
+ readonly type: "address";
11499
+ readonly indexed: false;
11500
+ }, {
11501
+ readonly name: "poolKey";
11502
+ readonly internalType: "struct PoolKey";
11503
+ readonly type: "tuple";
11504
+ readonly components: readonly [{
11505
+ readonly name: "currency0";
11506
+ readonly internalType: "Currency";
11507
+ readonly type: "address";
11508
+ }, {
11509
+ readonly name: "currency1";
11510
+ readonly internalType: "Currency";
11511
+ readonly type: "address";
11512
+ }, {
11513
+ readonly name: "fee";
11514
+ readonly internalType: "uint24";
11515
+ readonly type: "uint24";
11516
+ }, {
11517
+ readonly name: "tickSpacing";
11518
+ readonly internalType: "int24";
11519
+ readonly type: "int24";
11520
+ }, {
11521
+ readonly name: "hooks";
11522
+ readonly internalType: "contract IHooks";
11523
+ readonly type: "address";
11524
+ }];
11525
+ readonly indexed: false;
11526
+ }, {
11527
+ readonly name: "version";
11528
+ readonly internalType: "string";
11529
+ readonly type: "string";
11530
+ readonly indexed: false;
11531
+ }];
11532
+ readonly name: "CoinCreatedV4";
11533
+ }, {
11534
+ readonly type: "event";
11535
+ readonly anonymous: false;
11536
+ readonly inputs: readonly [{
11537
+ readonly name: "version";
11538
+ readonly internalType: "uint64";
11539
+ readonly type: "uint64";
11540
+ readonly indexed: false;
11541
+ }];
11542
+ readonly name: "Initialized";
11543
+ }, {
11544
+ readonly type: "event";
11545
+ readonly anonymous: false;
11546
+ readonly inputs: readonly [{
11547
+ readonly name: "previousOwner";
11548
+ readonly internalType: "address";
11549
+ readonly type: "address";
11550
+ readonly indexed: true;
11551
+ }, {
11552
+ readonly name: "newOwner";
11553
+ readonly internalType: "address";
11554
+ readonly type: "address";
11555
+ readonly indexed: true;
11556
+ }];
11557
+ readonly name: "OwnershipTransferred";
11558
+ }, {
11559
+ readonly type: "event";
11560
+ readonly anonymous: false;
11561
+ readonly inputs: readonly [{
11562
+ readonly name: "implementation";
11563
+ readonly internalType: "address";
11564
+ readonly type: "address";
11565
+ readonly indexed: true;
11566
+ }];
11567
+ readonly name: "Upgraded";
11568
+ }, {
11569
+ readonly type: "error";
11570
+ readonly inputs: readonly [{
11571
+ readonly name: "target";
11572
+ readonly internalType: "address";
11573
+ readonly type: "address";
11574
+ }];
11575
+ readonly name: "AddressEmptyCode";
11576
+ }, {
11577
+ readonly type: "error";
11578
+ readonly inputs: readonly [{
11579
+ readonly name: "account";
11580
+ readonly internalType: "address";
11581
+ readonly type: "address";
11582
+ }];
11583
+ readonly name: "AddressInsufficientBalance";
11584
+ }, {
11585
+ readonly type: "error";
11586
+ readonly inputs: readonly [];
11587
+ readonly name: "ERC1167FailedCreateClone";
11588
+ }, {
11589
+ readonly type: "error";
11590
+ readonly inputs: readonly [{
11591
+ readonly name: "implementation";
11592
+ readonly internalType: "address";
11593
+ readonly type: "address";
11594
+ }];
11595
+ readonly name: "ERC1967InvalidImplementation";
11596
+ }, {
11597
+ readonly type: "error";
11598
+ readonly inputs: readonly [];
11599
+ readonly name: "ERC1967NonPayable";
11600
+ }, {
11601
+ readonly type: "error";
11602
+ readonly inputs: readonly [];
11603
+ readonly name: "ERC20TransferAmountMismatch";
11604
+ }, {
11605
+ readonly type: "error";
11606
+ readonly inputs: readonly [];
11607
+ readonly name: "EthTransferInvalid";
11608
+ }, {
11609
+ readonly type: "error";
11610
+ readonly inputs: readonly [];
11611
+ readonly name: "FailedInnerCall";
11612
+ }, {
11613
+ readonly type: "error";
11614
+ readonly inputs: readonly [];
11615
+ readonly name: "InvalidHook";
11616
+ }, {
11617
+ readonly type: "error";
11618
+ readonly inputs: readonly [];
11619
+ readonly name: "InvalidInitialization";
11620
+ }, {
11621
+ readonly type: "error";
11622
+ readonly inputs: readonly [];
11623
+ readonly name: "InvalidPoolVersion";
11624
+ }, {
11625
+ readonly type: "error";
11626
+ readonly inputs: readonly [];
11627
+ readonly name: "NotInitializing";
11628
+ }, {
11629
+ readonly type: "error";
11630
+ readonly inputs: readonly [{
11631
+ readonly name: "owner";
11632
+ readonly internalType: "address";
11633
+ readonly type: "address";
11634
+ }];
11635
+ readonly name: "OwnableInvalidOwner";
11636
+ }, {
11637
+ readonly type: "error";
11638
+ readonly inputs: readonly [{
11639
+ readonly name: "account";
11640
+ readonly internalType: "address";
11641
+ readonly type: "address";
11642
+ }];
11643
+ readonly name: "OwnableUnauthorizedAccount";
11644
+ }, {
11645
+ readonly type: "error";
11646
+ readonly inputs: readonly [];
11647
+ readonly name: "ReentrancyGuardReentrantCall";
11648
+ }, {
11649
+ readonly type: "error";
11650
+ readonly inputs: readonly [{
11651
+ readonly name: "token";
11652
+ readonly internalType: "address";
11653
+ readonly type: "address";
11654
+ }];
11655
+ readonly name: "SafeERC20FailedOperation";
11656
+ }, {
11657
+ readonly type: "error";
11658
+ readonly inputs: readonly [];
11659
+ readonly name: "UUPSUnauthorizedCallContext";
11660
+ }, {
11661
+ readonly type: "error";
11662
+ readonly inputs: readonly [{
11663
+ readonly name: "slot";
11664
+ readonly internalType: "bytes32";
11665
+ readonly type: "bytes32";
11666
+ }];
11667
+ readonly name: "UUPSUnsupportedProxiableUUID";
11668
+ }, {
11669
+ readonly type: "error";
11670
+ readonly inputs: readonly [{
11671
+ readonly name: "currentName";
11672
+ readonly internalType: "string";
11673
+ readonly type: "string";
11674
+ }, {
11675
+ readonly name: "newName";
11676
+ readonly internalType: "string";
11677
+ readonly type: "string";
11678
+ }];
11679
+ readonly name: "UpgradeToMismatchedContractName";
11680
+ }];
11681
+ };
10546
11682
  /**
10547
11683
  * - [__View Contract on Ethereum Etherscan__](https://etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)
10548
11684
  * - [__View Contract on Op Mainnet Optimism Explorer__](https://optimistic.etherscan.io/address/0x777777E8850d8D6d98De2B5f64fae401F96eFF31)