@zoralabs/protocol-deployments 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/{turbo-build.log → turbo-build$colon$js.log} +23 -19
- package/CHANGELOG.md +16 -0
- package/dist/{_esm-3RFC2XVO.js → _esm-AN6HMJZC.js} +3 -3
- package/dist/_esm-AN6HMJZC.js.map +1 -0
- package/dist/generated/wagmi.d.ts +364 -36
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +118 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +118 -18
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/src/generated/wagmi.ts +118 -18
- package/dist/_esm-3RFC2XVO.js.map +0 -1
|
@@ -4033,6 +4033,16 @@ export declare const coinABI: readonly [{
|
|
|
4033
4033
|
readonly name: "burn";
|
|
4034
4034
|
readonly outputs: readonly [];
|
|
4035
4035
|
readonly stateMutability: "nonpayable";
|
|
4036
|
+
}, {
|
|
4037
|
+
readonly type: "function";
|
|
4038
|
+
readonly inputs: readonly [];
|
|
4039
|
+
readonly name: "coinType";
|
|
4040
|
+
readonly outputs: readonly [{
|
|
4041
|
+
readonly name: "";
|
|
4042
|
+
readonly internalType: "enum IHasCoinType.CoinType";
|
|
4043
|
+
readonly type: "uint8";
|
|
4044
|
+
}];
|
|
4045
|
+
readonly stateMutability: "view";
|
|
4036
4046
|
}, {
|
|
4037
4047
|
readonly type: "function";
|
|
4038
4048
|
readonly inputs: readonly [];
|
|
@@ -4620,6 +4630,16 @@ export declare const coinABI: readonly [{
|
|
|
4620
4630
|
readonly type: "uint256";
|
|
4621
4631
|
}];
|
|
4622
4632
|
readonly stateMutability: "view";
|
|
4633
|
+
}, {
|
|
4634
|
+
readonly type: "function";
|
|
4635
|
+
readonly inputs: readonly [];
|
|
4636
|
+
readonly name: "totalSupplyForPositions";
|
|
4637
|
+
readonly outputs: readonly [{
|
|
4638
|
+
readonly name: "";
|
|
4639
|
+
readonly internalType: "uint256";
|
|
4640
|
+
readonly type: "uint256";
|
|
4641
|
+
}];
|
|
4642
|
+
readonly stateMutability: "view";
|
|
4623
4643
|
}, {
|
|
4624
4644
|
readonly type: "function";
|
|
4625
4645
|
readonly inputs: readonly [{
|
|
@@ -5354,10 +5374,6 @@ export declare const coinABI: readonly [{
|
|
|
5354
5374
|
readonly type: "error";
|
|
5355
5375
|
readonly inputs: readonly [];
|
|
5356
5376
|
readonly name: "OwnerCannotBeAddressZero";
|
|
5357
|
-
}, {
|
|
5358
|
-
readonly type: "error";
|
|
5359
|
-
readonly inputs: readonly [];
|
|
5360
|
-
readonly name: "ReentrancyGuardReentrantCall";
|
|
5361
5377
|
}, {
|
|
5362
5378
|
readonly type: "error";
|
|
5363
5379
|
readonly inputs: readonly [];
|
|
@@ -5374,19 +5390,19 @@ export declare const coinABI: readonly [{
|
|
|
5374
5390
|
export declare const coinFactoryABI: readonly [{
|
|
5375
5391
|
readonly type: "constructor";
|
|
5376
5392
|
readonly inputs: readonly [{
|
|
5377
|
-
readonly name: "
|
|
5393
|
+
readonly name: "coinV4Impl_";
|
|
5378
5394
|
readonly internalType: "address";
|
|
5379
5395
|
readonly type: "address";
|
|
5380
5396
|
}, {
|
|
5381
|
-
readonly name: "
|
|
5397
|
+
readonly name: "creatorCoinImpl_";
|
|
5382
5398
|
readonly internalType: "address";
|
|
5383
5399
|
readonly type: "address";
|
|
5384
5400
|
}, {
|
|
5385
|
-
readonly name: "
|
|
5401
|
+
readonly name: "hook_";
|
|
5386
5402
|
readonly internalType: "address";
|
|
5387
5403
|
readonly type: "address";
|
|
5388
5404
|
}, {
|
|
5389
|
-
readonly name: "
|
|
5405
|
+
readonly name: "zoraHookRegistry_";
|
|
5390
5406
|
readonly internalType: "address";
|
|
5391
5407
|
readonly type: "address";
|
|
5392
5408
|
}];
|
|
@@ -5536,7 +5552,7 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5536
5552
|
readonly internalType: "int24";
|
|
5537
5553
|
readonly type: "int24";
|
|
5538
5554
|
}, {
|
|
5539
|
-
readonly name: "
|
|
5555
|
+
readonly name: "";
|
|
5540
5556
|
readonly internalType: "uint256";
|
|
5541
5557
|
readonly type: "uint256";
|
|
5542
5558
|
}];
|
|
@@ -5724,7 +5740,61 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5724
5740
|
readonly internalType: "address";
|
|
5725
5741
|
readonly type: "address";
|
|
5726
5742
|
}, {
|
|
5727
|
-
readonly name: "
|
|
5743
|
+
readonly name: "postDeployHook";
|
|
5744
|
+
readonly internalType: "address";
|
|
5745
|
+
readonly type: "address";
|
|
5746
|
+
}, {
|
|
5747
|
+
readonly name: "postDeployHookData";
|
|
5748
|
+
readonly internalType: "bytes";
|
|
5749
|
+
readonly type: "bytes";
|
|
5750
|
+
}, {
|
|
5751
|
+
readonly name: "coinSalt";
|
|
5752
|
+
readonly internalType: "bytes32";
|
|
5753
|
+
readonly type: "bytes32";
|
|
5754
|
+
}];
|
|
5755
|
+
readonly name: "deployCreatorCoin";
|
|
5756
|
+
readonly outputs: readonly [{
|
|
5757
|
+
readonly name: "coin";
|
|
5758
|
+
readonly internalType: "address";
|
|
5759
|
+
readonly type: "address";
|
|
5760
|
+
}, {
|
|
5761
|
+
readonly name: "postDeployHookDataOut";
|
|
5762
|
+
readonly internalType: "bytes";
|
|
5763
|
+
readonly type: "bytes";
|
|
5764
|
+
}];
|
|
5765
|
+
readonly stateMutability: "payable";
|
|
5766
|
+
}, {
|
|
5767
|
+
readonly type: "function";
|
|
5768
|
+
readonly inputs: readonly [{
|
|
5769
|
+
readonly name: "payoutRecipient";
|
|
5770
|
+
readonly internalType: "address";
|
|
5771
|
+
readonly type: "address";
|
|
5772
|
+
}, {
|
|
5773
|
+
readonly name: "owners";
|
|
5774
|
+
readonly internalType: "address[]";
|
|
5775
|
+
readonly type: "address[]";
|
|
5776
|
+
}, {
|
|
5777
|
+
readonly name: "uri";
|
|
5778
|
+
readonly internalType: "string";
|
|
5779
|
+
readonly type: "string";
|
|
5780
|
+
}, {
|
|
5781
|
+
readonly name: "name";
|
|
5782
|
+
readonly internalType: "string";
|
|
5783
|
+
readonly type: "string";
|
|
5784
|
+
}, {
|
|
5785
|
+
readonly name: "symbol";
|
|
5786
|
+
readonly internalType: "string";
|
|
5787
|
+
readonly type: "string";
|
|
5788
|
+
}, {
|
|
5789
|
+
readonly name: "poolConfig";
|
|
5790
|
+
readonly internalType: "bytes";
|
|
5791
|
+
readonly type: "bytes";
|
|
5792
|
+
}, {
|
|
5793
|
+
readonly name: "platformReferrer";
|
|
5794
|
+
readonly internalType: "address";
|
|
5795
|
+
readonly type: "address";
|
|
5796
|
+
}, {
|
|
5797
|
+
readonly name: "deployHook";
|
|
5728
5798
|
readonly internalType: "address";
|
|
5729
5799
|
readonly type: "address";
|
|
5730
5800
|
}, {
|
|
@@ -5757,6 +5827,16 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5757
5827
|
readonly type: "uint8";
|
|
5758
5828
|
}];
|
|
5759
5829
|
readonly stateMutability: "view";
|
|
5830
|
+
}, {
|
|
5831
|
+
readonly type: "function";
|
|
5832
|
+
readonly inputs: readonly [];
|
|
5833
|
+
readonly name: "hook";
|
|
5834
|
+
readonly outputs: readonly [{
|
|
5835
|
+
readonly name: "";
|
|
5836
|
+
readonly internalType: "address";
|
|
5837
|
+
readonly type: "address";
|
|
5838
|
+
}];
|
|
5839
|
+
readonly stateMutability: "view";
|
|
5760
5840
|
}, {
|
|
5761
5841
|
readonly type: "function";
|
|
5762
5842
|
readonly inputs: readonly [];
|
|
@@ -5837,6 +5917,16 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5837
5917
|
readonly name: "upgradeToAndCall";
|
|
5838
5918
|
readonly outputs: readonly [];
|
|
5839
5919
|
readonly stateMutability: "payable";
|
|
5920
|
+
}, {
|
|
5921
|
+
readonly type: "function";
|
|
5922
|
+
readonly inputs: readonly [];
|
|
5923
|
+
readonly name: "zoraHookRegistry";
|
|
5924
|
+
readonly outputs: readonly [{
|
|
5925
|
+
readonly name: "";
|
|
5926
|
+
readonly internalType: "address";
|
|
5927
|
+
readonly type: "address";
|
|
5928
|
+
}];
|
|
5929
|
+
readonly stateMutability: "view";
|
|
5840
5930
|
}, {
|
|
5841
5931
|
readonly type: "event";
|
|
5842
5932
|
readonly anonymous: false;
|
|
@@ -6269,19 +6359,19 @@ export declare const coinFactoryConfig: {
|
|
|
6269
6359
|
readonly abi: readonly [{
|
|
6270
6360
|
readonly type: "constructor";
|
|
6271
6361
|
readonly inputs: readonly [{
|
|
6272
|
-
readonly name: "
|
|
6362
|
+
readonly name: "coinV4Impl_";
|
|
6273
6363
|
readonly internalType: "address";
|
|
6274
6364
|
readonly type: "address";
|
|
6275
6365
|
}, {
|
|
6276
|
-
readonly name: "
|
|
6366
|
+
readonly name: "creatorCoinImpl_";
|
|
6277
6367
|
readonly internalType: "address";
|
|
6278
6368
|
readonly type: "address";
|
|
6279
6369
|
}, {
|
|
6280
|
-
readonly name: "
|
|
6370
|
+
readonly name: "hook_";
|
|
6281
6371
|
readonly internalType: "address";
|
|
6282
6372
|
readonly type: "address";
|
|
6283
6373
|
}, {
|
|
6284
|
-
readonly name: "
|
|
6374
|
+
readonly name: "zoraHookRegistry_";
|
|
6285
6375
|
readonly internalType: "address";
|
|
6286
6376
|
readonly type: "address";
|
|
6287
6377
|
}];
|
|
@@ -6431,7 +6521,7 @@ export declare const coinFactoryConfig: {
|
|
|
6431
6521
|
readonly internalType: "int24";
|
|
6432
6522
|
readonly type: "int24";
|
|
6433
6523
|
}, {
|
|
6434
|
-
readonly name: "
|
|
6524
|
+
readonly name: "";
|
|
6435
6525
|
readonly internalType: "uint256";
|
|
6436
6526
|
readonly type: "uint256";
|
|
6437
6527
|
}];
|
|
@@ -6619,7 +6709,61 @@ export declare const coinFactoryConfig: {
|
|
|
6619
6709
|
readonly internalType: "address";
|
|
6620
6710
|
readonly type: "address";
|
|
6621
6711
|
}, {
|
|
6622
|
-
readonly name: "
|
|
6712
|
+
readonly name: "postDeployHook";
|
|
6713
|
+
readonly internalType: "address";
|
|
6714
|
+
readonly type: "address";
|
|
6715
|
+
}, {
|
|
6716
|
+
readonly name: "postDeployHookData";
|
|
6717
|
+
readonly internalType: "bytes";
|
|
6718
|
+
readonly type: "bytes";
|
|
6719
|
+
}, {
|
|
6720
|
+
readonly name: "coinSalt";
|
|
6721
|
+
readonly internalType: "bytes32";
|
|
6722
|
+
readonly type: "bytes32";
|
|
6723
|
+
}];
|
|
6724
|
+
readonly name: "deployCreatorCoin";
|
|
6725
|
+
readonly outputs: readonly [{
|
|
6726
|
+
readonly name: "coin";
|
|
6727
|
+
readonly internalType: "address";
|
|
6728
|
+
readonly type: "address";
|
|
6729
|
+
}, {
|
|
6730
|
+
readonly name: "postDeployHookDataOut";
|
|
6731
|
+
readonly internalType: "bytes";
|
|
6732
|
+
readonly type: "bytes";
|
|
6733
|
+
}];
|
|
6734
|
+
readonly stateMutability: "payable";
|
|
6735
|
+
}, {
|
|
6736
|
+
readonly type: "function";
|
|
6737
|
+
readonly inputs: readonly [{
|
|
6738
|
+
readonly name: "payoutRecipient";
|
|
6739
|
+
readonly internalType: "address";
|
|
6740
|
+
readonly type: "address";
|
|
6741
|
+
}, {
|
|
6742
|
+
readonly name: "owners";
|
|
6743
|
+
readonly internalType: "address[]";
|
|
6744
|
+
readonly type: "address[]";
|
|
6745
|
+
}, {
|
|
6746
|
+
readonly name: "uri";
|
|
6747
|
+
readonly internalType: "string";
|
|
6748
|
+
readonly type: "string";
|
|
6749
|
+
}, {
|
|
6750
|
+
readonly name: "name";
|
|
6751
|
+
readonly internalType: "string";
|
|
6752
|
+
readonly type: "string";
|
|
6753
|
+
}, {
|
|
6754
|
+
readonly name: "symbol";
|
|
6755
|
+
readonly internalType: "string";
|
|
6756
|
+
readonly type: "string";
|
|
6757
|
+
}, {
|
|
6758
|
+
readonly name: "poolConfig";
|
|
6759
|
+
readonly internalType: "bytes";
|
|
6760
|
+
readonly type: "bytes";
|
|
6761
|
+
}, {
|
|
6762
|
+
readonly name: "platformReferrer";
|
|
6763
|
+
readonly internalType: "address";
|
|
6764
|
+
readonly type: "address";
|
|
6765
|
+
}, {
|
|
6766
|
+
readonly name: "deployHook";
|
|
6623
6767
|
readonly internalType: "address";
|
|
6624
6768
|
readonly type: "address";
|
|
6625
6769
|
}, {
|
|
@@ -6652,6 +6796,16 @@ export declare const coinFactoryConfig: {
|
|
|
6652
6796
|
readonly type: "uint8";
|
|
6653
6797
|
}];
|
|
6654
6798
|
readonly stateMutability: "view";
|
|
6799
|
+
}, {
|
|
6800
|
+
readonly type: "function";
|
|
6801
|
+
readonly inputs: readonly [];
|
|
6802
|
+
readonly name: "hook";
|
|
6803
|
+
readonly outputs: readonly [{
|
|
6804
|
+
readonly name: "";
|
|
6805
|
+
readonly internalType: "address";
|
|
6806
|
+
readonly type: "address";
|
|
6807
|
+
}];
|
|
6808
|
+
readonly stateMutability: "view";
|
|
6655
6809
|
}, {
|
|
6656
6810
|
readonly type: "function";
|
|
6657
6811
|
readonly inputs: readonly [];
|
|
@@ -6732,6 +6886,16 @@ export declare const coinFactoryConfig: {
|
|
|
6732
6886
|
readonly name: "upgradeToAndCall";
|
|
6733
6887
|
readonly outputs: readonly [];
|
|
6734
6888
|
readonly stateMutability: "payable";
|
|
6889
|
+
}, {
|
|
6890
|
+
readonly type: "function";
|
|
6891
|
+
readonly inputs: readonly [];
|
|
6892
|
+
readonly name: "zoraHookRegistry";
|
|
6893
|
+
readonly outputs: readonly [{
|
|
6894
|
+
readonly name: "";
|
|
6895
|
+
readonly internalType: "address";
|
|
6896
|
+
readonly type: "address";
|
|
6897
|
+
}];
|
|
6898
|
+
readonly stateMutability: "view";
|
|
6735
6899
|
}, {
|
|
6736
6900
|
readonly type: "event";
|
|
6737
6901
|
readonly anonymous: false;
|
|
@@ -7148,19 +7312,19 @@ export declare const coinFactoryConfig: {
|
|
|
7148
7312
|
export declare const coinV4ABI: readonly [{
|
|
7149
7313
|
readonly type: "constructor";
|
|
7150
7314
|
readonly inputs: readonly [{
|
|
7151
|
-
readonly name: "
|
|
7315
|
+
readonly name: "protocolRewardRecipient_";
|
|
7152
7316
|
readonly internalType: "address";
|
|
7153
7317
|
readonly type: "address";
|
|
7154
7318
|
}, {
|
|
7155
|
-
readonly name: "
|
|
7319
|
+
readonly name: "protocolRewards_";
|
|
7156
7320
|
readonly internalType: "address";
|
|
7157
7321
|
readonly type: "address";
|
|
7158
7322
|
}, {
|
|
7159
|
-
readonly name: "
|
|
7323
|
+
readonly name: "poolManager_";
|
|
7160
7324
|
readonly internalType: "contract IPoolManager";
|
|
7161
7325
|
readonly type: "address";
|
|
7162
7326
|
}, {
|
|
7163
|
-
readonly name: "
|
|
7327
|
+
readonly name: "airlock_";
|
|
7164
7328
|
readonly internalType: "address";
|
|
7165
7329
|
readonly type: "address";
|
|
7166
7330
|
}];
|
|
@@ -7275,6 +7439,16 @@ export declare const coinV4ABI: readonly [{
|
|
|
7275
7439
|
readonly type: "uint256";
|
|
7276
7440
|
}];
|
|
7277
7441
|
readonly stateMutability: "nonpayable";
|
|
7442
|
+
}, {
|
|
7443
|
+
readonly type: "function";
|
|
7444
|
+
readonly inputs: readonly [];
|
|
7445
|
+
readonly name: "coinType";
|
|
7446
|
+
readonly outputs: readonly [{
|
|
7447
|
+
readonly name: "";
|
|
7448
|
+
readonly internalType: "enum IHasCoinType.CoinType";
|
|
7449
|
+
readonly type: "uint8";
|
|
7450
|
+
}];
|
|
7451
|
+
readonly stateMutability: "pure";
|
|
7278
7452
|
}, {
|
|
7279
7453
|
readonly type: "function";
|
|
7280
7454
|
readonly inputs: readonly [];
|
|
@@ -7882,6 +8056,16 @@ export declare const coinV4ABI: readonly [{
|
|
|
7882
8056
|
readonly type: "uint256";
|
|
7883
8057
|
}];
|
|
7884
8058
|
readonly stateMutability: "view";
|
|
8059
|
+
}, {
|
|
8060
|
+
readonly type: "function";
|
|
8061
|
+
readonly inputs: readonly [];
|
|
8062
|
+
readonly name: "totalSupplyForPositions";
|
|
8063
|
+
readonly outputs: readonly [{
|
|
8064
|
+
readonly name: "";
|
|
8065
|
+
readonly internalType: "uint256";
|
|
8066
|
+
readonly type: "uint256";
|
|
8067
|
+
}];
|
|
8068
|
+
readonly stateMutability: "pure";
|
|
7885
8069
|
}, {
|
|
7886
8070
|
readonly type: "function";
|
|
7887
8071
|
readonly inputs: readonly [{
|
|
@@ -8670,10 +8854,6 @@ export declare const coinV4ABI: readonly [{
|
|
|
8670
8854
|
readonly type: "error";
|
|
8671
8855
|
readonly inputs: readonly [];
|
|
8672
8856
|
readonly name: "OwnerCannotBeAddressZero";
|
|
8673
|
-
}, {
|
|
8674
|
-
readonly type: "error";
|
|
8675
|
-
readonly inputs: readonly [];
|
|
8676
|
-
readonly name: "ReentrancyGuardReentrantCall";
|
|
8677
8857
|
}, {
|
|
8678
8858
|
readonly type: "error";
|
|
8679
8859
|
readonly inputs: readonly [];
|
|
@@ -13349,19 +13529,19 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
13349
13529
|
export declare const devCoinFactoryABI: readonly [{
|
|
13350
13530
|
readonly type: "constructor";
|
|
13351
13531
|
readonly inputs: readonly [{
|
|
13352
|
-
readonly name: "
|
|
13532
|
+
readonly name: "coinV4Impl_";
|
|
13353
13533
|
readonly internalType: "address";
|
|
13354
13534
|
readonly type: "address";
|
|
13355
13535
|
}, {
|
|
13356
|
-
readonly name: "
|
|
13536
|
+
readonly name: "creatorCoinImpl_";
|
|
13357
13537
|
readonly internalType: "address";
|
|
13358
13538
|
readonly type: "address";
|
|
13359
13539
|
}, {
|
|
13360
|
-
readonly name: "
|
|
13540
|
+
readonly name: "hook_";
|
|
13361
13541
|
readonly internalType: "address";
|
|
13362
13542
|
readonly type: "address";
|
|
13363
13543
|
}, {
|
|
13364
|
-
readonly name: "
|
|
13544
|
+
readonly name: "zoraHookRegistry_";
|
|
13365
13545
|
readonly internalType: "address";
|
|
13366
13546
|
readonly type: "address";
|
|
13367
13547
|
}];
|
|
@@ -13511,7 +13691,7 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
13511
13691
|
readonly internalType: "int24";
|
|
13512
13692
|
readonly type: "int24";
|
|
13513
13693
|
}, {
|
|
13514
|
-
readonly name: "
|
|
13694
|
+
readonly name: "";
|
|
13515
13695
|
readonly internalType: "uint256";
|
|
13516
13696
|
readonly type: "uint256";
|
|
13517
13697
|
}];
|
|
@@ -13699,7 +13879,61 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
13699
13879
|
readonly internalType: "address";
|
|
13700
13880
|
readonly type: "address";
|
|
13701
13881
|
}, {
|
|
13702
|
-
readonly name: "
|
|
13882
|
+
readonly name: "postDeployHook";
|
|
13883
|
+
readonly internalType: "address";
|
|
13884
|
+
readonly type: "address";
|
|
13885
|
+
}, {
|
|
13886
|
+
readonly name: "postDeployHookData";
|
|
13887
|
+
readonly internalType: "bytes";
|
|
13888
|
+
readonly type: "bytes";
|
|
13889
|
+
}, {
|
|
13890
|
+
readonly name: "coinSalt";
|
|
13891
|
+
readonly internalType: "bytes32";
|
|
13892
|
+
readonly type: "bytes32";
|
|
13893
|
+
}];
|
|
13894
|
+
readonly name: "deployCreatorCoin";
|
|
13895
|
+
readonly outputs: readonly [{
|
|
13896
|
+
readonly name: "coin";
|
|
13897
|
+
readonly internalType: "address";
|
|
13898
|
+
readonly type: "address";
|
|
13899
|
+
}, {
|
|
13900
|
+
readonly name: "postDeployHookDataOut";
|
|
13901
|
+
readonly internalType: "bytes";
|
|
13902
|
+
readonly type: "bytes";
|
|
13903
|
+
}];
|
|
13904
|
+
readonly stateMutability: "payable";
|
|
13905
|
+
}, {
|
|
13906
|
+
readonly type: "function";
|
|
13907
|
+
readonly inputs: readonly [{
|
|
13908
|
+
readonly name: "payoutRecipient";
|
|
13909
|
+
readonly internalType: "address";
|
|
13910
|
+
readonly type: "address";
|
|
13911
|
+
}, {
|
|
13912
|
+
readonly name: "owners";
|
|
13913
|
+
readonly internalType: "address[]";
|
|
13914
|
+
readonly type: "address[]";
|
|
13915
|
+
}, {
|
|
13916
|
+
readonly name: "uri";
|
|
13917
|
+
readonly internalType: "string";
|
|
13918
|
+
readonly type: "string";
|
|
13919
|
+
}, {
|
|
13920
|
+
readonly name: "name";
|
|
13921
|
+
readonly internalType: "string";
|
|
13922
|
+
readonly type: "string";
|
|
13923
|
+
}, {
|
|
13924
|
+
readonly name: "symbol";
|
|
13925
|
+
readonly internalType: "string";
|
|
13926
|
+
readonly type: "string";
|
|
13927
|
+
}, {
|
|
13928
|
+
readonly name: "poolConfig";
|
|
13929
|
+
readonly internalType: "bytes";
|
|
13930
|
+
readonly type: "bytes";
|
|
13931
|
+
}, {
|
|
13932
|
+
readonly name: "platformReferrer";
|
|
13933
|
+
readonly internalType: "address";
|
|
13934
|
+
readonly type: "address";
|
|
13935
|
+
}, {
|
|
13936
|
+
readonly name: "deployHook";
|
|
13703
13937
|
readonly internalType: "address";
|
|
13704
13938
|
readonly type: "address";
|
|
13705
13939
|
}, {
|
|
@@ -13732,6 +13966,16 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
13732
13966
|
readonly type: "uint8";
|
|
13733
13967
|
}];
|
|
13734
13968
|
readonly stateMutability: "view";
|
|
13969
|
+
}, {
|
|
13970
|
+
readonly type: "function";
|
|
13971
|
+
readonly inputs: readonly [];
|
|
13972
|
+
readonly name: "hook";
|
|
13973
|
+
readonly outputs: readonly [{
|
|
13974
|
+
readonly name: "";
|
|
13975
|
+
readonly internalType: "address";
|
|
13976
|
+
readonly type: "address";
|
|
13977
|
+
}];
|
|
13978
|
+
readonly stateMutability: "view";
|
|
13735
13979
|
}, {
|
|
13736
13980
|
readonly type: "function";
|
|
13737
13981
|
readonly inputs: readonly [];
|
|
@@ -13812,6 +14056,16 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
13812
14056
|
readonly name: "upgradeToAndCall";
|
|
13813
14057
|
readonly outputs: readonly [];
|
|
13814
14058
|
readonly stateMutability: "payable";
|
|
14059
|
+
}, {
|
|
14060
|
+
readonly type: "function";
|
|
14061
|
+
readonly inputs: readonly [];
|
|
14062
|
+
readonly name: "zoraHookRegistry";
|
|
14063
|
+
readonly outputs: readonly [{
|
|
14064
|
+
readonly name: "";
|
|
14065
|
+
readonly internalType: "address";
|
|
14066
|
+
readonly type: "address";
|
|
14067
|
+
}];
|
|
14068
|
+
readonly stateMutability: "view";
|
|
13815
14069
|
}, {
|
|
13816
14070
|
readonly type: "event";
|
|
13817
14071
|
readonly anonymous: false;
|
|
@@ -14240,19 +14494,19 @@ export declare const devCoinFactoryConfig: {
|
|
|
14240
14494
|
readonly abi: readonly [{
|
|
14241
14495
|
readonly type: "constructor";
|
|
14242
14496
|
readonly inputs: readonly [{
|
|
14243
|
-
readonly name: "
|
|
14497
|
+
readonly name: "coinV4Impl_";
|
|
14244
14498
|
readonly internalType: "address";
|
|
14245
14499
|
readonly type: "address";
|
|
14246
14500
|
}, {
|
|
14247
|
-
readonly name: "
|
|
14501
|
+
readonly name: "creatorCoinImpl_";
|
|
14248
14502
|
readonly internalType: "address";
|
|
14249
14503
|
readonly type: "address";
|
|
14250
14504
|
}, {
|
|
14251
|
-
readonly name: "
|
|
14505
|
+
readonly name: "hook_";
|
|
14252
14506
|
readonly internalType: "address";
|
|
14253
14507
|
readonly type: "address";
|
|
14254
14508
|
}, {
|
|
14255
|
-
readonly name: "
|
|
14509
|
+
readonly name: "zoraHookRegistry_";
|
|
14256
14510
|
readonly internalType: "address";
|
|
14257
14511
|
readonly type: "address";
|
|
14258
14512
|
}];
|
|
@@ -14402,7 +14656,7 @@ export declare const devCoinFactoryConfig: {
|
|
|
14402
14656
|
readonly internalType: "int24";
|
|
14403
14657
|
readonly type: "int24";
|
|
14404
14658
|
}, {
|
|
14405
|
-
readonly name: "
|
|
14659
|
+
readonly name: "";
|
|
14406
14660
|
readonly internalType: "uint256";
|
|
14407
14661
|
readonly type: "uint256";
|
|
14408
14662
|
}];
|
|
@@ -14590,7 +14844,61 @@ export declare const devCoinFactoryConfig: {
|
|
|
14590
14844
|
readonly internalType: "address";
|
|
14591
14845
|
readonly type: "address";
|
|
14592
14846
|
}, {
|
|
14593
|
-
readonly name: "
|
|
14847
|
+
readonly name: "postDeployHook";
|
|
14848
|
+
readonly internalType: "address";
|
|
14849
|
+
readonly type: "address";
|
|
14850
|
+
}, {
|
|
14851
|
+
readonly name: "postDeployHookData";
|
|
14852
|
+
readonly internalType: "bytes";
|
|
14853
|
+
readonly type: "bytes";
|
|
14854
|
+
}, {
|
|
14855
|
+
readonly name: "coinSalt";
|
|
14856
|
+
readonly internalType: "bytes32";
|
|
14857
|
+
readonly type: "bytes32";
|
|
14858
|
+
}];
|
|
14859
|
+
readonly name: "deployCreatorCoin";
|
|
14860
|
+
readonly outputs: readonly [{
|
|
14861
|
+
readonly name: "coin";
|
|
14862
|
+
readonly internalType: "address";
|
|
14863
|
+
readonly type: "address";
|
|
14864
|
+
}, {
|
|
14865
|
+
readonly name: "postDeployHookDataOut";
|
|
14866
|
+
readonly internalType: "bytes";
|
|
14867
|
+
readonly type: "bytes";
|
|
14868
|
+
}];
|
|
14869
|
+
readonly stateMutability: "payable";
|
|
14870
|
+
}, {
|
|
14871
|
+
readonly type: "function";
|
|
14872
|
+
readonly inputs: readonly [{
|
|
14873
|
+
readonly name: "payoutRecipient";
|
|
14874
|
+
readonly internalType: "address";
|
|
14875
|
+
readonly type: "address";
|
|
14876
|
+
}, {
|
|
14877
|
+
readonly name: "owners";
|
|
14878
|
+
readonly internalType: "address[]";
|
|
14879
|
+
readonly type: "address[]";
|
|
14880
|
+
}, {
|
|
14881
|
+
readonly name: "uri";
|
|
14882
|
+
readonly internalType: "string";
|
|
14883
|
+
readonly type: "string";
|
|
14884
|
+
}, {
|
|
14885
|
+
readonly name: "name";
|
|
14886
|
+
readonly internalType: "string";
|
|
14887
|
+
readonly type: "string";
|
|
14888
|
+
}, {
|
|
14889
|
+
readonly name: "symbol";
|
|
14890
|
+
readonly internalType: "string";
|
|
14891
|
+
readonly type: "string";
|
|
14892
|
+
}, {
|
|
14893
|
+
readonly name: "poolConfig";
|
|
14894
|
+
readonly internalType: "bytes";
|
|
14895
|
+
readonly type: "bytes";
|
|
14896
|
+
}, {
|
|
14897
|
+
readonly name: "platformReferrer";
|
|
14898
|
+
readonly internalType: "address";
|
|
14899
|
+
readonly type: "address";
|
|
14900
|
+
}, {
|
|
14901
|
+
readonly name: "deployHook";
|
|
14594
14902
|
readonly internalType: "address";
|
|
14595
14903
|
readonly type: "address";
|
|
14596
14904
|
}, {
|
|
@@ -14623,6 +14931,16 @@ export declare const devCoinFactoryConfig: {
|
|
|
14623
14931
|
readonly type: "uint8";
|
|
14624
14932
|
}];
|
|
14625
14933
|
readonly stateMutability: "view";
|
|
14934
|
+
}, {
|
|
14935
|
+
readonly type: "function";
|
|
14936
|
+
readonly inputs: readonly [];
|
|
14937
|
+
readonly name: "hook";
|
|
14938
|
+
readonly outputs: readonly [{
|
|
14939
|
+
readonly name: "";
|
|
14940
|
+
readonly internalType: "address";
|
|
14941
|
+
readonly type: "address";
|
|
14942
|
+
}];
|
|
14943
|
+
readonly stateMutability: "view";
|
|
14626
14944
|
}, {
|
|
14627
14945
|
readonly type: "function";
|
|
14628
14946
|
readonly inputs: readonly [];
|
|
@@ -14703,6 +15021,16 @@ export declare const devCoinFactoryConfig: {
|
|
|
14703
15021
|
readonly name: "upgradeToAndCall";
|
|
14704
15022
|
readonly outputs: readonly [];
|
|
14705
15023
|
readonly stateMutability: "payable";
|
|
15024
|
+
}, {
|
|
15025
|
+
readonly type: "function";
|
|
15026
|
+
readonly inputs: readonly [];
|
|
15027
|
+
readonly name: "zoraHookRegistry";
|
|
15028
|
+
readonly outputs: readonly [{
|
|
15029
|
+
readonly name: "";
|
|
15030
|
+
readonly internalType: "address";
|
|
15031
|
+
readonly type: "address";
|
|
15032
|
+
}];
|
|
15033
|
+
readonly stateMutability: "view";
|
|
14706
15034
|
}, {
|
|
14707
15035
|
readonly type: "event";
|
|
14708
15036
|
readonly anonymous: false;
|