@zoralabs/protocol-deployments 0.5.8 → 0.6.0-creator-coins.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +46 -47
- package/CHANGELOG.md +6 -0
- package/LICENSE +21 -0
- package/dist/encoding.d.ts +2 -2
- package/dist/generated/wagmi.d.ts +629 -65
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +198 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +198 -8
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/src/generated/wagmi.ts +208 -18
- package/.turbo/turbo-lint.log +0 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
3
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
2
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
|
|
3
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1463f270201b846a8B243243D4B982CB0720fA86)
|
|
4
4
|
*/
|
|
5
5
|
export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
6
6
|
readonly type: "constructor";
|
|
@@ -98,21 +98,21 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
98
98
|
readonly name: "SwapReverted";
|
|
99
99
|
}];
|
|
100
100
|
/**
|
|
101
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
102
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
101
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
|
|
102
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1463f270201b846a8B243243D4B982CB0720fA86)
|
|
103
103
|
*/
|
|
104
104
|
export declare const buySupplyWithSwapRouterHookAddress: {
|
|
105
|
-
readonly 8453: "
|
|
106
|
-
readonly 84532: "
|
|
105
|
+
readonly 8453: "0x4269b3ba4522192e0C54197BD0D7131A3abA6256";
|
|
106
|
+
readonly 84532: "0x1463f270201b846a8B243243D4B982CB0720fA86";
|
|
107
107
|
};
|
|
108
108
|
/**
|
|
109
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
110
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
109
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x4269b3ba4522192e0C54197BD0D7131A3abA6256)
|
|
110
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x1463f270201b846a8B243243D4B982CB0720fA86)
|
|
111
111
|
*/
|
|
112
112
|
export declare const buySupplyWithSwapRouterHookConfig: {
|
|
113
113
|
readonly address: {
|
|
114
|
-
readonly 8453: "
|
|
115
|
-
readonly 84532: "
|
|
114
|
+
readonly 8453: "0x4269b3ba4522192e0C54197BD0D7131A3abA6256";
|
|
115
|
+
readonly 84532: "0x1463f270201b846a8B243243D4B982CB0720fA86";
|
|
116
116
|
};
|
|
117
117
|
readonly abi: readonly [{
|
|
118
118
|
readonly type: "constructor";
|
|
@@ -3928,7 +3928,7 @@ export declare const coinABI: readonly [{
|
|
|
3928
3928
|
}, {
|
|
3929
3929
|
readonly type: "function";
|
|
3930
3930
|
readonly inputs: readonly [];
|
|
3931
|
-
readonly name: "
|
|
3931
|
+
readonly name: "dopplerFeeRecipient";
|
|
3932
3932
|
readonly outputs: readonly [{
|
|
3933
3933
|
readonly name: "";
|
|
3934
3934
|
readonly internalType: "address";
|
|
@@ -5151,8 +5151,8 @@ export declare const coinABI: readonly [{
|
|
|
5151
5151
|
readonly name: "UseRevokeOwnershipToRemoveSelf";
|
|
5152
5152
|
}];
|
|
5153
5153
|
/**
|
|
5154
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
5155
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
5154
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x25271c98c1548c075c6DD463308c9a37135c842c)
|
|
5155
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
5156
5156
|
*/
|
|
5157
5157
|
export declare const coinFactoryABI: readonly [{
|
|
5158
5158
|
readonly type: "constructor";
|
|
@@ -5164,6 +5164,10 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5164
5164
|
readonly name: "_coinV4Impl";
|
|
5165
5165
|
readonly internalType: "address";
|
|
5166
5166
|
readonly type: "address";
|
|
5167
|
+
}, {
|
|
5168
|
+
readonly name: "_creatorCoinImpl";
|
|
5169
|
+
readonly internalType: "address";
|
|
5170
|
+
readonly type: "address";
|
|
5167
5171
|
}];
|
|
5168
5172
|
readonly stateMutability: "nonpayable";
|
|
5169
5173
|
}, {
|
|
@@ -5250,6 +5254,16 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5250
5254
|
readonly type: "string";
|
|
5251
5255
|
}];
|
|
5252
5256
|
readonly stateMutability: "pure";
|
|
5257
|
+
}, {
|
|
5258
|
+
readonly type: "function";
|
|
5259
|
+
readonly inputs: readonly [];
|
|
5260
|
+
readonly name: "creatorCoinImpl";
|
|
5261
|
+
readonly outputs: readonly [{
|
|
5262
|
+
readonly name: "";
|
|
5263
|
+
readonly internalType: "address";
|
|
5264
|
+
readonly type: "address";
|
|
5265
|
+
}];
|
|
5266
|
+
readonly stateMutability: "view";
|
|
5253
5267
|
}, {
|
|
5254
5268
|
readonly type: "function";
|
|
5255
5269
|
readonly inputs: readonly [{
|
|
@@ -5400,6 +5414,48 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5400
5414
|
readonly type: "uint256";
|
|
5401
5415
|
}];
|
|
5402
5416
|
readonly stateMutability: "payable";
|
|
5417
|
+
}, {
|
|
5418
|
+
readonly type: "function";
|
|
5419
|
+
readonly inputs: readonly [{
|
|
5420
|
+
readonly name: "payoutRecipient";
|
|
5421
|
+
readonly internalType: "address";
|
|
5422
|
+
readonly type: "address";
|
|
5423
|
+
}, {
|
|
5424
|
+
readonly name: "owners";
|
|
5425
|
+
readonly internalType: "address[]";
|
|
5426
|
+
readonly type: "address[]";
|
|
5427
|
+
}, {
|
|
5428
|
+
readonly name: "uri";
|
|
5429
|
+
readonly internalType: "string";
|
|
5430
|
+
readonly type: "string";
|
|
5431
|
+
}, {
|
|
5432
|
+
readonly name: "name";
|
|
5433
|
+
readonly internalType: "string";
|
|
5434
|
+
readonly type: "string";
|
|
5435
|
+
}, {
|
|
5436
|
+
readonly name: "symbol";
|
|
5437
|
+
readonly internalType: "string";
|
|
5438
|
+
readonly type: "string";
|
|
5439
|
+
}, {
|
|
5440
|
+
readonly name: "poolConfig";
|
|
5441
|
+
readonly internalType: "bytes";
|
|
5442
|
+
readonly type: "bytes";
|
|
5443
|
+
}, {
|
|
5444
|
+
readonly name: "platformReferrer";
|
|
5445
|
+
readonly internalType: "address";
|
|
5446
|
+
readonly type: "address";
|
|
5447
|
+
}, {
|
|
5448
|
+
readonly name: "coinSalt";
|
|
5449
|
+
readonly internalType: "bytes32";
|
|
5450
|
+
readonly type: "bytes32";
|
|
5451
|
+
}];
|
|
5452
|
+
readonly name: "deployCreatorCoin";
|
|
5453
|
+
readonly outputs: readonly [{
|
|
5454
|
+
readonly name: "";
|
|
5455
|
+
readonly internalType: "address";
|
|
5456
|
+
readonly type: "address";
|
|
5457
|
+
}];
|
|
5458
|
+
readonly stateMutability: "nonpayable";
|
|
5403
5459
|
}, {
|
|
5404
5460
|
readonly type: "function";
|
|
5405
5461
|
readonly inputs: readonly [{
|
|
@@ -5670,6 +5726,87 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5670
5726
|
readonly indexed: false;
|
|
5671
5727
|
}];
|
|
5672
5728
|
readonly name: "CoinCreatedV4";
|
|
5729
|
+
}, {
|
|
5730
|
+
readonly type: "event";
|
|
5731
|
+
readonly anonymous: false;
|
|
5732
|
+
readonly inputs: readonly [{
|
|
5733
|
+
readonly name: "caller";
|
|
5734
|
+
readonly internalType: "address";
|
|
5735
|
+
readonly type: "address";
|
|
5736
|
+
readonly indexed: true;
|
|
5737
|
+
}, {
|
|
5738
|
+
readonly name: "payoutRecipient";
|
|
5739
|
+
readonly internalType: "address";
|
|
5740
|
+
readonly type: "address";
|
|
5741
|
+
readonly indexed: true;
|
|
5742
|
+
}, {
|
|
5743
|
+
readonly name: "platformReferrer";
|
|
5744
|
+
readonly internalType: "address";
|
|
5745
|
+
readonly type: "address";
|
|
5746
|
+
readonly indexed: true;
|
|
5747
|
+
}, {
|
|
5748
|
+
readonly name: "currency";
|
|
5749
|
+
readonly internalType: "address";
|
|
5750
|
+
readonly type: "address";
|
|
5751
|
+
readonly indexed: false;
|
|
5752
|
+
}, {
|
|
5753
|
+
readonly name: "uri";
|
|
5754
|
+
readonly internalType: "string";
|
|
5755
|
+
readonly type: "string";
|
|
5756
|
+
readonly indexed: false;
|
|
5757
|
+
}, {
|
|
5758
|
+
readonly name: "name";
|
|
5759
|
+
readonly internalType: "string";
|
|
5760
|
+
readonly type: "string";
|
|
5761
|
+
readonly indexed: false;
|
|
5762
|
+
}, {
|
|
5763
|
+
readonly name: "symbol";
|
|
5764
|
+
readonly internalType: "string";
|
|
5765
|
+
readonly type: "string";
|
|
5766
|
+
readonly indexed: false;
|
|
5767
|
+
}, {
|
|
5768
|
+
readonly name: "coin";
|
|
5769
|
+
readonly internalType: "address";
|
|
5770
|
+
readonly type: "address";
|
|
5771
|
+
readonly indexed: false;
|
|
5772
|
+
}, {
|
|
5773
|
+
readonly name: "poolKey";
|
|
5774
|
+
readonly internalType: "struct PoolKey";
|
|
5775
|
+
readonly type: "tuple";
|
|
5776
|
+
readonly components: readonly [{
|
|
5777
|
+
readonly name: "currency0";
|
|
5778
|
+
readonly internalType: "Currency";
|
|
5779
|
+
readonly type: "address";
|
|
5780
|
+
}, {
|
|
5781
|
+
readonly name: "currency1";
|
|
5782
|
+
readonly internalType: "Currency";
|
|
5783
|
+
readonly type: "address";
|
|
5784
|
+
}, {
|
|
5785
|
+
readonly name: "fee";
|
|
5786
|
+
readonly internalType: "uint24";
|
|
5787
|
+
readonly type: "uint24";
|
|
5788
|
+
}, {
|
|
5789
|
+
readonly name: "tickSpacing";
|
|
5790
|
+
readonly internalType: "int24";
|
|
5791
|
+
readonly type: "int24";
|
|
5792
|
+
}, {
|
|
5793
|
+
readonly name: "hooks";
|
|
5794
|
+
readonly internalType: "contract IHooks";
|
|
5795
|
+
readonly type: "address";
|
|
5796
|
+
}];
|
|
5797
|
+
readonly indexed: false;
|
|
5798
|
+
}, {
|
|
5799
|
+
readonly name: "poolKeyHash";
|
|
5800
|
+
readonly internalType: "bytes32";
|
|
5801
|
+
readonly type: "bytes32";
|
|
5802
|
+
readonly indexed: false;
|
|
5803
|
+
}, {
|
|
5804
|
+
readonly name: "version";
|
|
5805
|
+
readonly internalType: "string";
|
|
5806
|
+
readonly type: "string";
|
|
5807
|
+
readonly indexed: false;
|
|
5808
|
+
}];
|
|
5809
|
+
readonly name: "CreatorCoinCreated";
|
|
5673
5810
|
}, {
|
|
5674
5811
|
readonly type: "event";
|
|
5675
5812
|
readonly anonymous: false;
|
|
@@ -5765,6 +5902,10 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5765
5902
|
readonly type: "error";
|
|
5766
5903
|
readonly inputs: readonly [];
|
|
5767
5904
|
readonly name: "FailedInnerCall";
|
|
5905
|
+
}, {
|
|
5906
|
+
readonly type: "error";
|
|
5907
|
+
readonly inputs: readonly [];
|
|
5908
|
+
readonly name: "InvalidConfig";
|
|
5768
5909
|
}, {
|
|
5769
5910
|
readonly type: "error";
|
|
5770
5911
|
readonly inputs: readonly [];
|
|
@@ -5883,21 +6024,21 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5883
6024
|
readonly name: "ZeroDiscoverySupplyShare";
|
|
5884
6025
|
}];
|
|
5885
6026
|
/**
|
|
5886
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
5887
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
6027
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x25271c98c1548c075c6DD463308c9a37135c842c)
|
|
6028
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
5888
6029
|
*/
|
|
5889
6030
|
export declare const coinFactoryAddress: {
|
|
5890
|
-
readonly 8453: "
|
|
5891
|
-
readonly 84532: "
|
|
6031
|
+
readonly 8453: "0x25271c98c1548c075c6DD463308c9a37135c842c";
|
|
6032
|
+
readonly 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
|
|
5892
6033
|
};
|
|
5893
6034
|
/**
|
|
5894
|
-
* - [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
5895
|
-
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/
|
|
6035
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x25271c98c1548c075c6DD463308c9a37135c842c)
|
|
6036
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x777777751622c0d3258f214F9DF38E35BF45baF3)
|
|
5896
6037
|
*/
|
|
5897
6038
|
export declare const coinFactoryConfig: {
|
|
5898
6039
|
readonly address: {
|
|
5899
|
-
readonly 8453: "
|
|
5900
|
-
readonly 84532: "
|
|
6040
|
+
readonly 8453: "0x25271c98c1548c075c6DD463308c9a37135c842c";
|
|
6041
|
+
readonly 84532: "0x777777751622c0d3258f214F9DF38E35BF45baF3";
|
|
5901
6042
|
};
|
|
5902
6043
|
readonly abi: readonly [{
|
|
5903
6044
|
readonly type: "constructor";
|
|
@@ -5909,6 +6050,10 @@ export declare const coinFactoryConfig: {
|
|
|
5909
6050
|
readonly name: "_coinV4Impl";
|
|
5910
6051
|
readonly internalType: "address";
|
|
5911
6052
|
readonly type: "address";
|
|
6053
|
+
}, {
|
|
6054
|
+
readonly name: "_creatorCoinImpl";
|
|
6055
|
+
readonly internalType: "address";
|
|
6056
|
+
readonly type: "address";
|
|
5912
6057
|
}];
|
|
5913
6058
|
readonly stateMutability: "nonpayable";
|
|
5914
6059
|
}, {
|
|
@@ -5995,6 +6140,16 @@ export declare const coinFactoryConfig: {
|
|
|
5995
6140
|
readonly type: "string";
|
|
5996
6141
|
}];
|
|
5997
6142
|
readonly stateMutability: "pure";
|
|
6143
|
+
}, {
|
|
6144
|
+
readonly type: "function";
|
|
6145
|
+
readonly inputs: readonly [];
|
|
6146
|
+
readonly name: "creatorCoinImpl";
|
|
6147
|
+
readonly outputs: readonly [{
|
|
6148
|
+
readonly name: "";
|
|
6149
|
+
readonly internalType: "address";
|
|
6150
|
+
readonly type: "address";
|
|
6151
|
+
}];
|
|
6152
|
+
readonly stateMutability: "view";
|
|
5998
6153
|
}, {
|
|
5999
6154
|
readonly type: "function";
|
|
6000
6155
|
readonly inputs: readonly [{
|
|
@@ -6145,6 +6300,48 @@ export declare const coinFactoryConfig: {
|
|
|
6145
6300
|
readonly type: "uint256";
|
|
6146
6301
|
}];
|
|
6147
6302
|
readonly stateMutability: "payable";
|
|
6303
|
+
}, {
|
|
6304
|
+
readonly type: "function";
|
|
6305
|
+
readonly inputs: readonly [{
|
|
6306
|
+
readonly name: "payoutRecipient";
|
|
6307
|
+
readonly internalType: "address";
|
|
6308
|
+
readonly type: "address";
|
|
6309
|
+
}, {
|
|
6310
|
+
readonly name: "owners";
|
|
6311
|
+
readonly internalType: "address[]";
|
|
6312
|
+
readonly type: "address[]";
|
|
6313
|
+
}, {
|
|
6314
|
+
readonly name: "uri";
|
|
6315
|
+
readonly internalType: "string";
|
|
6316
|
+
readonly type: "string";
|
|
6317
|
+
}, {
|
|
6318
|
+
readonly name: "name";
|
|
6319
|
+
readonly internalType: "string";
|
|
6320
|
+
readonly type: "string";
|
|
6321
|
+
}, {
|
|
6322
|
+
readonly name: "symbol";
|
|
6323
|
+
readonly internalType: "string";
|
|
6324
|
+
readonly type: "string";
|
|
6325
|
+
}, {
|
|
6326
|
+
readonly name: "poolConfig";
|
|
6327
|
+
readonly internalType: "bytes";
|
|
6328
|
+
readonly type: "bytes";
|
|
6329
|
+
}, {
|
|
6330
|
+
readonly name: "platformReferrer";
|
|
6331
|
+
readonly internalType: "address";
|
|
6332
|
+
readonly type: "address";
|
|
6333
|
+
}, {
|
|
6334
|
+
readonly name: "coinSalt";
|
|
6335
|
+
readonly internalType: "bytes32";
|
|
6336
|
+
readonly type: "bytes32";
|
|
6337
|
+
}];
|
|
6338
|
+
readonly name: "deployCreatorCoin";
|
|
6339
|
+
readonly outputs: readonly [{
|
|
6340
|
+
readonly name: "";
|
|
6341
|
+
readonly internalType: "address";
|
|
6342
|
+
readonly type: "address";
|
|
6343
|
+
}];
|
|
6344
|
+
readonly stateMutability: "nonpayable";
|
|
6148
6345
|
}, {
|
|
6149
6346
|
readonly type: "function";
|
|
6150
6347
|
readonly inputs: readonly [{
|
|
@@ -6419,63 +6616,144 @@ export declare const coinFactoryConfig: {
|
|
|
6419
6616
|
readonly type: "event";
|
|
6420
6617
|
readonly anonymous: false;
|
|
6421
6618
|
readonly inputs: readonly [{
|
|
6422
|
-
readonly name: "
|
|
6423
|
-
readonly internalType: "uint64";
|
|
6424
|
-
readonly type: "uint64";
|
|
6425
|
-
readonly indexed: false;
|
|
6426
|
-
}];
|
|
6427
|
-
readonly name: "Initialized";
|
|
6428
|
-
}, {
|
|
6429
|
-
readonly type: "event";
|
|
6430
|
-
readonly anonymous: false;
|
|
6431
|
-
readonly inputs: readonly [{
|
|
6432
|
-
readonly name: "previousOwner";
|
|
6619
|
+
readonly name: "caller";
|
|
6433
6620
|
readonly internalType: "address";
|
|
6434
6621
|
readonly type: "address";
|
|
6435
6622
|
readonly indexed: true;
|
|
6436
6623
|
}, {
|
|
6437
|
-
readonly name: "
|
|
6624
|
+
readonly name: "payoutRecipient";
|
|
6438
6625
|
readonly internalType: "address";
|
|
6439
6626
|
readonly type: "address";
|
|
6440
6627
|
readonly indexed: true;
|
|
6441
|
-
}
|
|
6442
|
-
|
|
6443
|
-
}, {
|
|
6444
|
-
readonly type: "event";
|
|
6445
|
-
readonly anonymous: false;
|
|
6446
|
-
readonly inputs: readonly [{
|
|
6447
|
-
readonly name: "implementation";
|
|
6628
|
+
}, {
|
|
6629
|
+
readonly name: "platformReferrer";
|
|
6448
6630
|
readonly internalType: "address";
|
|
6449
6631
|
readonly type: "address";
|
|
6450
6632
|
readonly indexed: true;
|
|
6451
|
-
}
|
|
6452
|
-
|
|
6453
|
-
}, {
|
|
6454
|
-
readonly type: "error";
|
|
6455
|
-
readonly inputs: readonly [{
|
|
6456
|
-
readonly name: "target";
|
|
6633
|
+
}, {
|
|
6634
|
+
readonly name: "currency";
|
|
6457
6635
|
readonly internalType: "address";
|
|
6458
6636
|
readonly type: "address";
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
readonly
|
|
6637
|
+
readonly indexed: false;
|
|
6638
|
+
}, {
|
|
6639
|
+
readonly name: "uri";
|
|
6640
|
+
readonly internalType: "string";
|
|
6641
|
+
readonly type: "string";
|
|
6642
|
+
readonly indexed: false;
|
|
6643
|
+
}, {
|
|
6644
|
+
readonly name: "name";
|
|
6645
|
+
readonly internalType: "string";
|
|
6646
|
+
readonly type: "string";
|
|
6647
|
+
readonly indexed: false;
|
|
6648
|
+
}, {
|
|
6649
|
+
readonly name: "symbol";
|
|
6650
|
+
readonly internalType: "string";
|
|
6651
|
+
readonly type: "string";
|
|
6652
|
+
readonly indexed: false;
|
|
6653
|
+
}, {
|
|
6654
|
+
readonly name: "coin";
|
|
6465
6655
|
readonly internalType: "address";
|
|
6466
6656
|
readonly type: "address";
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6657
|
+
readonly indexed: false;
|
|
6658
|
+
}, {
|
|
6659
|
+
readonly name: "poolKey";
|
|
6660
|
+
readonly internalType: "struct PoolKey";
|
|
6661
|
+
readonly type: "tuple";
|
|
6662
|
+
readonly components: readonly [{
|
|
6663
|
+
readonly name: "currency0";
|
|
6664
|
+
readonly internalType: "Currency";
|
|
6665
|
+
readonly type: "address";
|
|
6666
|
+
}, {
|
|
6667
|
+
readonly name: "currency1";
|
|
6668
|
+
readonly internalType: "Currency";
|
|
6669
|
+
readonly type: "address";
|
|
6670
|
+
}, {
|
|
6671
|
+
readonly name: "fee";
|
|
6672
|
+
readonly internalType: "uint24";
|
|
6673
|
+
readonly type: "uint24";
|
|
6674
|
+
}, {
|
|
6675
|
+
readonly name: "tickSpacing";
|
|
6676
|
+
readonly internalType: "int24";
|
|
6677
|
+
readonly type: "int24";
|
|
6678
|
+
}, {
|
|
6679
|
+
readonly name: "hooks";
|
|
6680
|
+
readonly internalType: "contract IHooks";
|
|
6681
|
+
readonly type: "address";
|
|
6682
|
+
}];
|
|
6683
|
+
readonly indexed: false;
|
|
6684
|
+
}, {
|
|
6685
|
+
readonly name: "poolKeyHash";
|
|
6686
|
+
readonly internalType: "bytes32";
|
|
6687
|
+
readonly type: "bytes32";
|
|
6688
|
+
readonly indexed: false;
|
|
6689
|
+
}, {
|
|
6690
|
+
readonly name: "version";
|
|
6691
|
+
readonly internalType: "string";
|
|
6692
|
+
readonly type: "string";
|
|
6693
|
+
readonly indexed: false;
|
|
6694
|
+
}];
|
|
6695
|
+
readonly name: "CreatorCoinCreated";
|
|
6696
|
+
}, {
|
|
6697
|
+
readonly type: "event";
|
|
6698
|
+
readonly anonymous: false;
|
|
6699
|
+
readonly inputs: readonly [{
|
|
6700
|
+
readonly name: "version";
|
|
6701
|
+
readonly internalType: "uint64";
|
|
6702
|
+
readonly type: "uint64";
|
|
6703
|
+
readonly indexed: false;
|
|
6704
|
+
}];
|
|
6705
|
+
readonly name: "Initialized";
|
|
6706
|
+
}, {
|
|
6707
|
+
readonly type: "event";
|
|
6708
|
+
readonly anonymous: false;
|
|
6709
|
+
readonly inputs: readonly [{
|
|
6710
|
+
readonly name: "previousOwner";
|
|
6711
|
+
readonly internalType: "address";
|
|
6712
|
+
readonly type: "address";
|
|
6713
|
+
readonly indexed: true;
|
|
6714
|
+
}, {
|
|
6715
|
+
readonly name: "newOwner";
|
|
6716
|
+
readonly internalType: "address";
|
|
6717
|
+
readonly type: "address";
|
|
6718
|
+
readonly indexed: true;
|
|
6719
|
+
}];
|
|
6720
|
+
readonly name: "OwnershipTransferred";
|
|
6721
|
+
}, {
|
|
6722
|
+
readonly type: "event";
|
|
6723
|
+
readonly anonymous: false;
|
|
6724
|
+
readonly inputs: readonly [{
|
|
6725
|
+
readonly name: "implementation";
|
|
6726
|
+
readonly internalType: "address";
|
|
6727
|
+
readonly type: "address";
|
|
6728
|
+
readonly indexed: true;
|
|
6729
|
+
}];
|
|
6730
|
+
readonly name: "Upgraded";
|
|
6731
|
+
}, {
|
|
6732
|
+
readonly type: "error";
|
|
6733
|
+
readonly inputs: readonly [{
|
|
6734
|
+
readonly name: "target";
|
|
6735
|
+
readonly internalType: "address";
|
|
6736
|
+
readonly type: "address";
|
|
6737
|
+
}];
|
|
6738
|
+
readonly name: "AddressEmptyCode";
|
|
6739
|
+
}, {
|
|
6740
|
+
readonly type: "error";
|
|
6741
|
+
readonly inputs: readonly [{
|
|
6742
|
+
readonly name: "account";
|
|
6743
|
+
readonly internalType: "address";
|
|
6744
|
+
readonly type: "address";
|
|
6745
|
+
}];
|
|
6746
|
+
readonly name: "AddressInsufficientBalance";
|
|
6747
|
+
}, {
|
|
6748
|
+
readonly type: "error";
|
|
6749
|
+
readonly inputs: readonly [];
|
|
6750
|
+
readonly name: "ArrayLengthMismatch";
|
|
6751
|
+
}, {
|
|
6752
|
+
readonly type: "error";
|
|
6753
|
+
readonly inputs: readonly [];
|
|
6754
|
+
readonly name: "CannotMintZeroLiquidity";
|
|
6755
|
+
}, {
|
|
6756
|
+
readonly type: "error";
|
|
6479
6757
|
readonly inputs: readonly [];
|
|
6480
6758
|
readonly name: "ConfigTickLowerMustBeLessThanTickUpper";
|
|
6481
6759
|
}, {
|
|
@@ -6510,6 +6788,10 @@ export declare const coinFactoryConfig: {
|
|
|
6510
6788
|
readonly type: "error";
|
|
6511
6789
|
readonly inputs: readonly [];
|
|
6512
6790
|
readonly name: "FailedInnerCall";
|
|
6791
|
+
}, {
|
|
6792
|
+
readonly type: "error";
|
|
6793
|
+
readonly inputs: readonly [];
|
|
6794
|
+
readonly name: "InvalidConfig";
|
|
6513
6795
|
}, {
|
|
6514
6796
|
readonly type: "error";
|
|
6515
6797
|
readonly inputs: readonly [];
|
|
@@ -6795,7 +7077,7 @@ export declare const coinV4ABI: readonly [{
|
|
|
6795
7077
|
}, {
|
|
6796
7078
|
readonly type: "function";
|
|
6797
7079
|
readonly inputs: readonly [];
|
|
6798
|
-
readonly name: "
|
|
7080
|
+
readonly name: "dopplerFeeRecipient";
|
|
6799
7081
|
readonly outputs: readonly [{
|
|
6800
7082
|
readonly name: "";
|
|
6801
7083
|
readonly internalType: "address";
|
|
@@ -12300,6 +12582,10 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12300
12582
|
readonly name: "_coinV4Impl";
|
|
12301
12583
|
readonly internalType: "address";
|
|
12302
12584
|
readonly type: "address";
|
|
12585
|
+
}, {
|
|
12586
|
+
readonly name: "_creatorCoinImpl";
|
|
12587
|
+
readonly internalType: "address";
|
|
12588
|
+
readonly type: "address";
|
|
12303
12589
|
}];
|
|
12304
12590
|
readonly stateMutability: "nonpayable";
|
|
12305
12591
|
}, {
|
|
@@ -12386,6 +12672,16 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12386
12672
|
readonly type: "string";
|
|
12387
12673
|
}];
|
|
12388
12674
|
readonly stateMutability: "pure";
|
|
12675
|
+
}, {
|
|
12676
|
+
readonly type: "function";
|
|
12677
|
+
readonly inputs: readonly [];
|
|
12678
|
+
readonly name: "creatorCoinImpl";
|
|
12679
|
+
readonly outputs: readonly [{
|
|
12680
|
+
readonly name: "";
|
|
12681
|
+
readonly internalType: "address";
|
|
12682
|
+
readonly type: "address";
|
|
12683
|
+
}];
|
|
12684
|
+
readonly stateMutability: "view";
|
|
12389
12685
|
}, {
|
|
12390
12686
|
readonly type: "function";
|
|
12391
12687
|
readonly inputs: readonly [{
|
|
@@ -12536,6 +12832,48 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12536
12832
|
readonly type: "uint256";
|
|
12537
12833
|
}];
|
|
12538
12834
|
readonly stateMutability: "payable";
|
|
12835
|
+
}, {
|
|
12836
|
+
readonly type: "function";
|
|
12837
|
+
readonly inputs: readonly [{
|
|
12838
|
+
readonly name: "payoutRecipient";
|
|
12839
|
+
readonly internalType: "address";
|
|
12840
|
+
readonly type: "address";
|
|
12841
|
+
}, {
|
|
12842
|
+
readonly name: "owners";
|
|
12843
|
+
readonly internalType: "address[]";
|
|
12844
|
+
readonly type: "address[]";
|
|
12845
|
+
}, {
|
|
12846
|
+
readonly name: "uri";
|
|
12847
|
+
readonly internalType: "string";
|
|
12848
|
+
readonly type: "string";
|
|
12849
|
+
}, {
|
|
12850
|
+
readonly name: "name";
|
|
12851
|
+
readonly internalType: "string";
|
|
12852
|
+
readonly type: "string";
|
|
12853
|
+
}, {
|
|
12854
|
+
readonly name: "symbol";
|
|
12855
|
+
readonly internalType: "string";
|
|
12856
|
+
readonly type: "string";
|
|
12857
|
+
}, {
|
|
12858
|
+
readonly name: "poolConfig";
|
|
12859
|
+
readonly internalType: "bytes";
|
|
12860
|
+
readonly type: "bytes";
|
|
12861
|
+
}, {
|
|
12862
|
+
readonly name: "platformReferrer";
|
|
12863
|
+
readonly internalType: "address";
|
|
12864
|
+
readonly type: "address";
|
|
12865
|
+
}, {
|
|
12866
|
+
readonly name: "coinSalt";
|
|
12867
|
+
readonly internalType: "bytes32";
|
|
12868
|
+
readonly type: "bytes32";
|
|
12869
|
+
}];
|
|
12870
|
+
readonly name: "deployCreatorCoin";
|
|
12871
|
+
readonly outputs: readonly [{
|
|
12872
|
+
readonly name: "";
|
|
12873
|
+
readonly internalType: "address";
|
|
12874
|
+
readonly type: "address";
|
|
12875
|
+
}];
|
|
12876
|
+
readonly stateMutability: "nonpayable";
|
|
12539
12877
|
}, {
|
|
12540
12878
|
readonly type: "function";
|
|
12541
12879
|
readonly inputs: readonly [{
|
|
@@ -12806,6 +13144,87 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12806
13144
|
readonly indexed: false;
|
|
12807
13145
|
}];
|
|
12808
13146
|
readonly name: "CoinCreatedV4";
|
|
13147
|
+
}, {
|
|
13148
|
+
readonly type: "event";
|
|
13149
|
+
readonly anonymous: false;
|
|
13150
|
+
readonly inputs: readonly [{
|
|
13151
|
+
readonly name: "caller";
|
|
13152
|
+
readonly internalType: "address";
|
|
13153
|
+
readonly type: "address";
|
|
13154
|
+
readonly indexed: true;
|
|
13155
|
+
}, {
|
|
13156
|
+
readonly name: "payoutRecipient";
|
|
13157
|
+
readonly internalType: "address";
|
|
13158
|
+
readonly type: "address";
|
|
13159
|
+
readonly indexed: true;
|
|
13160
|
+
}, {
|
|
13161
|
+
readonly name: "platformReferrer";
|
|
13162
|
+
readonly internalType: "address";
|
|
13163
|
+
readonly type: "address";
|
|
13164
|
+
readonly indexed: true;
|
|
13165
|
+
}, {
|
|
13166
|
+
readonly name: "currency";
|
|
13167
|
+
readonly internalType: "address";
|
|
13168
|
+
readonly type: "address";
|
|
13169
|
+
readonly indexed: false;
|
|
13170
|
+
}, {
|
|
13171
|
+
readonly name: "uri";
|
|
13172
|
+
readonly internalType: "string";
|
|
13173
|
+
readonly type: "string";
|
|
13174
|
+
readonly indexed: false;
|
|
13175
|
+
}, {
|
|
13176
|
+
readonly name: "name";
|
|
13177
|
+
readonly internalType: "string";
|
|
13178
|
+
readonly type: "string";
|
|
13179
|
+
readonly indexed: false;
|
|
13180
|
+
}, {
|
|
13181
|
+
readonly name: "symbol";
|
|
13182
|
+
readonly internalType: "string";
|
|
13183
|
+
readonly type: "string";
|
|
13184
|
+
readonly indexed: false;
|
|
13185
|
+
}, {
|
|
13186
|
+
readonly name: "coin";
|
|
13187
|
+
readonly internalType: "address";
|
|
13188
|
+
readonly type: "address";
|
|
13189
|
+
readonly indexed: false;
|
|
13190
|
+
}, {
|
|
13191
|
+
readonly name: "poolKey";
|
|
13192
|
+
readonly internalType: "struct PoolKey";
|
|
13193
|
+
readonly type: "tuple";
|
|
13194
|
+
readonly components: readonly [{
|
|
13195
|
+
readonly name: "currency0";
|
|
13196
|
+
readonly internalType: "Currency";
|
|
13197
|
+
readonly type: "address";
|
|
13198
|
+
}, {
|
|
13199
|
+
readonly name: "currency1";
|
|
13200
|
+
readonly internalType: "Currency";
|
|
13201
|
+
readonly type: "address";
|
|
13202
|
+
}, {
|
|
13203
|
+
readonly name: "fee";
|
|
13204
|
+
readonly internalType: "uint24";
|
|
13205
|
+
readonly type: "uint24";
|
|
13206
|
+
}, {
|
|
13207
|
+
readonly name: "tickSpacing";
|
|
13208
|
+
readonly internalType: "int24";
|
|
13209
|
+
readonly type: "int24";
|
|
13210
|
+
}, {
|
|
13211
|
+
readonly name: "hooks";
|
|
13212
|
+
readonly internalType: "contract IHooks";
|
|
13213
|
+
readonly type: "address";
|
|
13214
|
+
}];
|
|
13215
|
+
readonly indexed: false;
|
|
13216
|
+
}, {
|
|
13217
|
+
readonly name: "poolKeyHash";
|
|
13218
|
+
readonly internalType: "bytes32";
|
|
13219
|
+
readonly type: "bytes32";
|
|
13220
|
+
readonly indexed: false;
|
|
13221
|
+
}, {
|
|
13222
|
+
readonly name: "version";
|
|
13223
|
+
readonly internalType: "string";
|
|
13224
|
+
readonly type: "string";
|
|
13225
|
+
readonly indexed: false;
|
|
13226
|
+
}];
|
|
13227
|
+
readonly name: "CreatorCoinCreated";
|
|
12809
13228
|
}, {
|
|
12810
13229
|
readonly type: "event";
|
|
12811
13230
|
readonly anonymous: false;
|
|
@@ -12901,6 +13320,10 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12901
13320
|
readonly type: "error";
|
|
12902
13321
|
readonly inputs: readonly [];
|
|
12903
13322
|
readonly name: "FailedInnerCall";
|
|
13323
|
+
}, {
|
|
13324
|
+
readonly type: "error";
|
|
13325
|
+
readonly inputs: readonly [];
|
|
13326
|
+
readonly name: "InvalidConfig";
|
|
12904
13327
|
}, {
|
|
12905
13328
|
readonly type: "error";
|
|
12906
13329
|
readonly inputs: readonly [];
|
|
@@ -13041,6 +13464,10 @@ export declare const devCoinFactoryConfig: {
|
|
|
13041
13464
|
readonly name: "_coinV4Impl";
|
|
13042
13465
|
readonly internalType: "address";
|
|
13043
13466
|
readonly type: "address";
|
|
13467
|
+
}, {
|
|
13468
|
+
readonly name: "_creatorCoinImpl";
|
|
13469
|
+
readonly internalType: "address";
|
|
13470
|
+
readonly type: "address";
|
|
13044
13471
|
}];
|
|
13045
13472
|
readonly stateMutability: "nonpayable";
|
|
13046
13473
|
}, {
|
|
@@ -13127,6 +13554,16 @@ export declare const devCoinFactoryConfig: {
|
|
|
13127
13554
|
readonly type: "string";
|
|
13128
13555
|
}];
|
|
13129
13556
|
readonly stateMutability: "pure";
|
|
13557
|
+
}, {
|
|
13558
|
+
readonly type: "function";
|
|
13559
|
+
readonly inputs: readonly [];
|
|
13560
|
+
readonly name: "creatorCoinImpl";
|
|
13561
|
+
readonly outputs: readonly [{
|
|
13562
|
+
readonly name: "";
|
|
13563
|
+
readonly internalType: "address";
|
|
13564
|
+
readonly type: "address";
|
|
13565
|
+
}];
|
|
13566
|
+
readonly stateMutability: "view";
|
|
13130
13567
|
}, {
|
|
13131
13568
|
readonly type: "function";
|
|
13132
13569
|
readonly inputs: readonly [{
|
|
@@ -13277,6 +13714,48 @@ export declare const devCoinFactoryConfig: {
|
|
|
13277
13714
|
readonly type: "uint256";
|
|
13278
13715
|
}];
|
|
13279
13716
|
readonly stateMutability: "payable";
|
|
13717
|
+
}, {
|
|
13718
|
+
readonly type: "function";
|
|
13719
|
+
readonly inputs: readonly [{
|
|
13720
|
+
readonly name: "payoutRecipient";
|
|
13721
|
+
readonly internalType: "address";
|
|
13722
|
+
readonly type: "address";
|
|
13723
|
+
}, {
|
|
13724
|
+
readonly name: "owners";
|
|
13725
|
+
readonly internalType: "address[]";
|
|
13726
|
+
readonly type: "address[]";
|
|
13727
|
+
}, {
|
|
13728
|
+
readonly name: "uri";
|
|
13729
|
+
readonly internalType: "string";
|
|
13730
|
+
readonly type: "string";
|
|
13731
|
+
}, {
|
|
13732
|
+
readonly name: "name";
|
|
13733
|
+
readonly internalType: "string";
|
|
13734
|
+
readonly type: "string";
|
|
13735
|
+
}, {
|
|
13736
|
+
readonly name: "symbol";
|
|
13737
|
+
readonly internalType: "string";
|
|
13738
|
+
readonly type: "string";
|
|
13739
|
+
}, {
|
|
13740
|
+
readonly name: "poolConfig";
|
|
13741
|
+
readonly internalType: "bytes";
|
|
13742
|
+
readonly type: "bytes";
|
|
13743
|
+
}, {
|
|
13744
|
+
readonly name: "platformReferrer";
|
|
13745
|
+
readonly internalType: "address";
|
|
13746
|
+
readonly type: "address";
|
|
13747
|
+
}, {
|
|
13748
|
+
readonly name: "coinSalt";
|
|
13749
|
+
readonly internalType: "bytes32";
|
|
13750
|
+
readonly type: "bytes32";
|
|
13751
|
+
}];
|
|
13752
|
+
readonly name: "deployCreatorCoin";
|
|
13753
|
+
readonly outputs: readonly [{
|
|
13754
|
+
readonly name: "";
|
|
13755
|
+
readonly internalType: "address";
|
|
13756
|
+
readonly type: "address";
|
|
13757
|
+
}];
|
|
13758
|
+
readonly stateMutability: "nonpayable";
|
|
13280
13759
|
}, {
|
|
13281
13760
|
readonly type: "function";
|
|
13282
13761
|
readonly inputs: readonly [{
|
|
@@ -13547,6 +14026,87 @@ export declare const devCoinFactoryConfig: {
|
|
|
13547
14026
|
readonly indexed: false;
|
|
13548
14027
|
}];
|
|
13549
14028
|
readonly name: "CoinCreatedV4";
|
|
14029
|
+
}, {
|
|
14030
|
+
readonly type: "event";
|
|
14031
|
+
readonly anonymous: false;
|
|
14032
|
+
readonly inputs: readonly [{
|
|
14033
|
+
readonly name: "caller";
|
|
14034
|
+
readonly internalType: "address";
|
|
14035
|
+
readonly type: "address";
|
|
14036
|
+
readonly indexed: true;
|
|
14037
|
+
}, {
|
|
14038
|
+
readonly name: "payoutRecipient";
|
|
14039
|
+
readonly internalType: "address";
|
|
14040
|
+
readonly type: "address";
|
|
14041
|
+
readonly indexed: true;
|
|
14042
|
+
}, {
|
|
14043
|
+
readonly name: "platformReferrer";
|
|
14044
|
+
readonly internalType: "address";
|
|
14045
|
+
readonly type: "address";
|
|
14046
|
+
readonly indexed: true;
|
|
14047
|
+
}, {
|
|
14048
|
+
readonly name: "currency";
|
|
14049
|
+
readonly internalType: "address";
|
|
14050
|
+
readonly type: "address";
|
|
14051
|
+
readonly indexed: false;
|
|
14052
|
+
}, {
|
|
14053
|
+
readonly name: "uri";
|
|
14054
|
+
readonly internalType: "string";
|
|
14055
|
+
readonly type: "string";
|
|
14056
|
+
readonly indexed: false;
|
|
14057
|
+
}, {
|
|
14058
|
+
readonly name: "name";
|
|
14059
|
+
readonly internalType: "string";
|
|
14060
|
+
readonly type: "string";
|
|
14061
|
+
readonly indexed: false;
|
|
14062
|
+
}, {
|
|
14063
|
+
readonly name: "symbol";
|
|
14064
|
+
readonly internalType: "string";
|
|
14065
|
+
readonly type: "string";
|
|
14066
|
+
readonly indexed: false;
|
|
14067
|
+
}, {
|
|
14068
|
+
readonly name: "coin";
|
|
14069
|
+
readonly internalType: "address";
|
|
14070
|
+
readonly type: "address";
|
|
14071
|
+
readonly indexed: false;
|
|
14072
|
+
}, {
|
|
14073
|
+
readonly name: "poolKey";
|
|
14074
|
+
readonly internalType: "struct PoolKey";
|
|
14075
|
+
readonly type: "tuple";
|
|
14076
|
+
readonly components: readonly [{
|
|
14077
|
+
readonly name: "currency0";
|
|
14078
|
+
readonly internalType: "Currency";
|
|
14079
|
+
readonly type: "address";
|
|
14080
|
+
}, {
|
|
14081
|
+
readonly name: "currency1";
|
|
14082
|
+
readonly internalType: "Currency";
|
|
14083
|
+
readonly type: "address";
|
|
14084
|
+
}, {
|
|
14085
|
+
readonly name: "fee";
|
|
14086
|
+
readonly internalType: "uint24";
|
|
14087
|
+
readonly type: "uint24";
|
|
14088
|
+
}, {
|
|
14089
|
+
readonly name: "tickSpacing";
|
|
14090
|
+
readonly internalType: "int24";
|
|
14091
|
+
readonly type: "int24";
|
|
14092
|
+
}, {
|
|
14093
|
+
readonly name: "hooks";
|
|
14094
|
+
readonly internalType: "contract IHooks";
|
|
14095
|
+
readonly type: "address";
|
|
14096
|
+
}];
|
|
14097
|
+
readonly indexed: false;
|
|
14098
|
+
}, {
|
|
14099
|
+
readonly name: "poolKeyHash";
|
|
14100
|
+
readonly internalType: "bytes32";
|
|
14101
|
+
readonly type: "bytes32";
|
|
14102
|
+
readonly indexed: false;
|
|
14103
|
+
}, {
|
|
14104
|
+
readonly name: "version";
|
|
14105
|
+
readonly internalType: "string";
|
|
14106
|
+
readonly type: "string";
|
|
14107
|
+
readonly indexed: false;
|
|
14108
|
+
}];
|
|
14109
|
+
readonly name: "CreatorCoinCreated";
|
|
13550
14110
|
}, {
|
|
13551
14111
|
readonly type: "event";
|
|
13552
14112
|
readonly anonymous: false;
|
|
@@ -13642,6 +14202,10 @@ export declare const devCoinFactoryConfig: {
|
|
|
13642
14202
|
readonly type: "error";
|
|
13643
14203
|
readonly inputs: readonly [];
|
|
13644
14204
|
readonly name: "FailedInnerCall";
|
|
14205
|
+
}, {
|
|
14206
|
+
readonly type: "error";
|
|
14207
|
+
readonly inputs: readonly [];
|
|
14208
|
+
readonly name: "InvalidConfig";
|
|
13645
14209
|
}, {
|
|
13646
14210
|
readonly type: "error";
|
|
13647
14211
|
readonly inputs: readonly [];
|