@zoralabs/protocol-deployments 0.5.9 → 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 +689 -332
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +198 -77
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +198 -74
- package/dist/index.js.map +1 -1
- package/package.json +11 -11
- package/src/generated/wagmi.ts +208 -97
- 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";
|
|
@@ -12288,317 +12570,124 @@ export declare const commentsConfig: {
|
|
|
12288
12570
|
}];
|
|
12289
12571
|
};
|
|
12290
12572
|
/**
|
|
12291
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
12573
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x3d7A3f3351855e135CF89AB412A7C2AA449f9296)
|
|
12292
12574
|
*/
|
|
12293
|
-
export declare const
|
|
12575
|
+
export declare const devCoinFactoryABI: readonly [{
|
|
12294
12576
|
readonly type: "constructor";
|
|
12295
12577
|
readonly inputs: readonly [{
|
|
12296
|
-
readonly name: "
|
|
12297
|
-
readonly internalType: "
|
|
12578
|
+
readonly name: "_coinImpl";
|
|
12579
|
+
readonly internalType: "address";
|
|
12298
12580
|
readonly type: "address";
|
|
12299
12581
|
}, {
|
|
12300
|
-
readonly name: "
|
|
12582
|
+
readonly name: "_coinV4Impl";
|
|
12583
|
+
readonly internalType: "address";
|
|
12584
|
+
readonly type: "address";
|
|
12585
|
+
}, {
|
|
12586
|
+
readonly name: "_creatorCoinImpl";
|
|
12301
12587
|
readonly internalType: "address";
|
|
12302
12588
|
readonly type: "address";
|
|
12303
12589
|
}];
|
|
12304
12590
|
readonly stateMutability: "nonpayable";
|
|
12591
|
+
}, {
|
|
12592
|
+
readonly type: "function";
|
|
12593
|
+
readonly inputs: readonly [];
|
|
12594
|
+
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
12595
|
+
readonly outputs: readonly [{
|
|
12596
|
+
readonly name: "";
|
|
12597
|
+
readonly internalType: "string";
|
|
12598
|
+
readonly type: "string";
|
|
12599
|
+
}];
|
|
12600
|
+
readonly stateMutability: "view";
|
|
12305
12601
|
}, {
|
|
12306
12602
|
readonly type: "function";
|
|
12307
12603
|
readonly inputs: readonly [{
|
|
12308
|
-
readonly name: "
|
|
12604
|
+
readonly name: "msgSender";
|
|
12309
12605
|
readonly internalType: "address";
|
|
12310
12606
|
readonly type: "address";
|
|
12311
12607
|
}, {
|
|
12312
|
-
readonly name: "
|
|
12313
|
-
readonly internalType: "
|
|
12314
|
-
readonly type: "
|
|
12608
|
+
readonly name: "name";
|
|
12609
|
+
readonly internalType: "string";
|
|
12610
|
+
readonly type: "string";
|
|
12315
12611
|
}, {
|
|
12316
|
-
readonly name: "
|
|
12612
|
+
readonly name: "symbol";
|
|
12613
|
+
readonly internalType: "string";
|
|
12614
|
+
readonly type: "string";
|
|
12615
|
+
}, {
|
|
12616
|
+
readonly name: "poolConfig";
|
|
12317
12617
|
readonly internalType: "bytes";
|
|
12318
12618
|
readonly type: "bytes";
|
|
12619
|
+
}, {
|
|
12620
|
+
readonly name: "platformReferrer";
|
|
12621
|
+
readonly internalType: "address";
|
|
12622
|
+
readonly type: "address";
|
|
12623
|
+
}, {
|
|
12624
|
+
readonly name: "coinSalt";
|
|
12625
|
+
readonly internalType: "bytes32";
|
|
12626
|
+
readonly type: "bytes32";
|
|
12319
12627
|
}];
|
|
12320
|
-
readonly name: "
|
|
12628
|
+
readonly name: "coinAddress";
|
|
12321
12629
|
readonly outputs: readonly [{
|
|
12322
12630
|
readonly name: "";
|
|
12323
|
-
readonly internalType: "
|
|
12324
|
-
readonly type: "
|
|
12631
|
+
readonly internalType: "address";
|
|
12632
|
+
readonly type: "address";
|
|
12325
12633
|
}];
|
|
12326
|
-
readonly stateMutability: "
|
|
12634
|
+
readonly stateMutability: "view";
|
|
12327
12635
|
}, {
|
|
12328
12636
|
readonly type: "function";
|
|
12329
12637
|
readonly inputs: readonly [];
|
|
12330
|
-
readonly name: "
|
|
12638
|
+
readonly name: "coinImpl";
|
|
12331
12639
|
readonly outputs: readonly [{
|
|
12332
12640
|
readonly name: "";
|
|
12333
|
-
readonly internalType: "
|
|
12641
|
+
readonly internalType: "address";
|
|
12334
12642
|
readonly type: "address";
|
|
12335
12643
|
}];
|
|
12336
12644
|
readonly stateMutability: "view";
|
|
12337
12645
|
}, {
|
|
12338
12646
|
readonly type: "function";
|
|
12339
|
-
readonly inputs: readonly [
|
|
12340
|
-
|
|
12341
|
-
readonly internalType: "bytes4";
|
|
12342
|
-
readonly type: "bytes4";
|
|
12343
|
-
}];
|
|
12344
|
-
readonly name: "supportsInterface";
|
|
12647
|
+
readonly inputs: readonly [];
|
|
12648
|
+
readonly name: "coinV4Impl";
|
|
12345
12649
|
readonly outputs: readonly [{
|
|
12346
12650
|
readonly name: "";
|
|
12347
|
-
readonly internalType: "
|
|
12348
|
-
readonly type: "
|
|
12651
|
+
readonly internalType: "address";
|
|
12652
|
+
readonly type: "address";
|
|
12349
12653
|
}];
|
|
12350
|
-
readonly stateMutability: "
|
|
12654
|
+
readonly stateMutability: "view";
|
|
12351
12655
|
}, {
|
|
12352
|
-
readonly type: "
|
|
12656
|
+
readonly type: "function";
|
|
12353
12657
|
readonly inputs: readonly [];
|
|
12354
|
-
readonly name: "
|
|
12355
|
-
|
|
12356
|
-
|
|
12357
|
-
|
|
12358
|
-
readonly
|
|
12359
|
-
readonly internalType: "uint256";
|
|
12360
|
-
readonly type: "uint256";
|
|
12658
|
+
readonly name: "contractName";
|
|
12659
|
+
readonly outputs: readonly [{
|
|
12660
|
+
readonly name: "";
|
|
12661
|
+
readonly internalType: "string";
|
|
12662
|
+
readonly type: "string";
|
|
12361
12663
|
}];
|
|
12362
|
-
readonly
|
|
12363
|
-
}, {
|
|
12364
|
-
readonly type: "error";
|
|
12365
|
-
readonly inputs: readonly [];
|
|
12366
|
-
readonly name: "Erc20NotReceived";
|
|
12367
|
-
}, {
|
|
12368
|
-
readonly type: "error";
|
|
12369
|
-
readonly inputs: readonly [];
|
|
12370
|
-
readonly name: "HookNotImplemented";
|
|
12664
|
+
readonly stateMutability: "pure";
|
|
12371
12665
|
}, {
|
|
12372
|
-
readonly type: "
|
|
12666
|
+
readonly type: "function";
|
|
12373
12667
|
readonly inputs: readonly [];
|
|
12374
|
-
readonly name: "
|
|
12668
|
+
readonly name: "contractVersion";
|
|
12669
|
+
readonly outputs: readonly [{
|
|
12670
|
+
readonly name: "";
|
|
12671
|
+
readonly internalType: "string";
|
|
12672
|
+
readonly type: "string";
|
|
12673
|
+
}];
|
|
12674
|
+
readonly stateMutability: "pure";
|
|
12375
12675
|
}, {
|
|
12376
|
-
readonly type: "
|
|
12676
|
+
readonly type: "function";
|
|
12377
12677
|
readonly inputs: readonly [];
|
|
12378
|
-
readonly name: "
|
|
12678
|
+
readonly name: "creatorCoinImpl";
|
|
12679
|
+
readonly outputs: readonly [{
|
|
12680
|
+
readonly name: "";
|
|
12681
|
+
readonly internalType: "address";
|
|
12682
|
+
readonly type: "address";
|
|
12683
|
+
}];
|
|
12684
|
+
readonly stateMutability: "view";
|
|
12379
12685
|
}, {
|
|
12380
|
-
readonly type: "
|
|
12686
|
+
readonly type: "function";
|
|
12381
12687
|
readonly inputs: readonly [{
|
|
12382
|
-
readonly name: "
|
|
12383
|
-
readonly internalType: "
|
|
12384
|
-
readonly type: "
|
|
12385
|
-
}];
|
|
12386
|
-
readonly name: "SwapReverted";
|
|
12387
|
-
}];
|
|
12388
|
-
/**
|
|
12389
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/0x8A329330481Ee53FADb75068fEe531dCb8Cf1c98)
|
|
12390
|
-
*/
|
|
12391
|
-
export declare const devBuySupplyWithSwapRouterHookAddress: {
|
|
12392
|
-
readonly 8453: "0x8A329330481Ee53FADb75068fEe531dCb8Cf1c98";
|
|
12393
|
-
};
|
|
12394
|
-
/**
|
|
12395
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/0x8A329330481Ee53FADb75068fEe531dCb8Cf1c98)
|
|
12396
|
-
*/
|
|
12397
|
-
export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
12398
|
-
readonly address: {
|
|
12399
|
-
readonly 8453: "0x8A329330481Ee53FADb75068fEe531dCb8Cf1c98";
|
|
12400
|
-
};
|
|
12401
|
-
readonly abi: readonly [{
|
|
12402
|
-
readonly type: "constructor";
|
|
12403
|
-
readonly inputs: readonly [{
|
|
12404
|
-
readonly name: "_factory";
|
|
12405
|
-
readonly internalType: "contract IZoraFactory";
|
|
12406
|
-
readonly type: "address";
|
|
12407
|
-
}, {
|
|
12408
|
-
readonly name: "_swapRouter";
|
|
12409
|
-
readonly internalType: "address";
|
|
12410
|
-
readonly type: "address";
|
|
12411
|
-
}];
|
|
12412
|
-
readonly stateMutability: "nonpayable";
|
|
12413
|
-
}, {
|
|
12414
|
-
readonly type: "function";
|
|
12415
|
-
readonly inputs: readonly [{
|
|
12416
|
-
readonly name: "sender";
|
|
12417
|
-
readonly internalType: "address";
|
|
12418
|
-
readonly type: "address";
|
|
12419
|
-
}, {
|
|
12420
|
-
readonly name: "coin";
|
|
12421
|
-
readonly internalType: "contract ICoin";
|
|
12422
|
-
readonly type: "address";
|
|
12423
|
-
}, {
|
|
12424
|
-
readonly name: "hookData";
|
|
12425
|
-
readonly internalType: "bytes";
|
|
12426
|
-
readonly type: "bytes";
|
|
12427
|
-
}];
|
|
12428
|
-
readonly name: "afterCoinDeploy";
|
|
12429
|
-
readonly outputs: readonly [{
|
|
12430
|
-
readonly name: "";
|
|
12431
|
-
readonly internalType: "bytes";
|
|
12432
|
-
readonly type: "bytes";
|
|
12433
|
-
}];
|
|
12434
|
-
readonly stateMutability: "payable";
|
|
12435
|
-
}, {
|
|
12436
|
-
readonly type: "function";
|
|
12437
|
-
readonly inputs: readonly [];
|
|
12438
|
-
readonly name: "factory";
|
|
12439
|
-
readonly outputs: readonly [{
|
|
12440
|
-
readonly name: "";
|
|
12441
|
-
readonly internalType: "contract IZoraFactory";
|
|
12442
|
-
readonly type: "address";
|
|
12443
|
-
}];
|
|
12444
|
-
readonly stateMutability: "view";
|
|
12445
|
-
}, {
|
|
12446
|
-
readonly type: "function";
|
|
12447
|
-
readonly inputs: readonly [{
|
|
12448
|
-
readonly name: "interfaceId";
|
|
12449
|
-
readonly internalType: "bytes4";
|
|
12450
|
-
readonly type: "bytes4";
|
|
12451
|
-
}];
|
|
12452
|
-
readonly name: "supportsInterface";
|
|
12453
|
-
readonly outputs: readonly [{
|
|
12454
|
-
readonly name: "";
|
|
12455
|
-
readonly internalType: "bool";
|
|
12456
|
-
readonly type: "bool";
|
|
12457
|
-
}];
|
|
12458
|
-
readonly stateMutability: "pure";
|
|
12459
|
-
}, {
|
|
12460
|
-
readonly type: "error";
|
|
12461
|
-
readonly inputs: readonly [];
|
|
12462
|
-
readonly name: "AddressZero";
|
|
12463
|
-
}, {
|
|
12464
|
-
readonly type: "error";
|
|
12465
|
-
readonly inputs: readonly [{
|
|
12466
|
-
readonly name: "balance";
|
|
12467
|
-
readonly internalType: "uint256";
|
|
12468
|
-
readonly type: "uint256";
|
|
12469
|
-
}];
|
|
12470
|
-
readonly name: "CoinBalanceNot0";
|
|
12471
|
-
}, {
|
|
12472
|
-
readonly type: "error";
|
|
12473
|
-
readonly inputs: readonly [];
|
|
12474
|
-
readonly name: "Erc20NotReceived";
|
|
12475
|
-
}, {
|
|
12476
|
-
readonly type: "error";
|
|
12477
|
-
readonly inputs: readonly [];
|
|
12478
|
-
readonly name: "HookNotImplemented";
|
|
12479
|
-
}, {
|
|
12480
|
-
readonly type: "error";
|
|
12481
|
-
readonly inputs: readonly [];
|
|
12482
|
-
readonly name: "InvalidSwapRouterCall";
|
|
12483
|
-
}, {
|
|
12484
|
-
readonly type: "error";
|
|
12485
|
-
readonly inputs: readonly [];
|
|
12486
|
-
readonly name: "NotFactory";
|
|
12487
|
-
}, {
|
|
12488
|
-
readonly type: "error";
|
|
12489
|
-
readonly inputs: readonly [{
|
|
12490
|
-
readonly name: "error";
|
|
12491
|
-
readonly internalType: "bytes";
|
|
12492
|
-
readonly type: "bytes";
|
|
12493
|
-
}];
|
|
12494
|
-
readonly name: "SwapReverted";
|
|
12495
|
-
}];
|
|
12496
|
-
};
|
|
12497
|
-
/**
|
|
12498
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/0x3d7A3f3351855e135CF89AB412A7C2AA449f9296)
|
|
12499
|
-
*/
|
|
12500
|
-
export declare const devCoinFactoryABI: readonly [{
|
|
12501
|
-
readonly type: "constructor";
|
|
12502
|
-
readonly inputs: readonly [{
|
|
12503
|
-
readonly name: "_coinImpl";
|
|
12504
|
-
readonly internalType: "address";
|
|
12505
|
-
readonly type: "address";
|
|
12506
|
-
}, {
|
|
12507
|
-
readonly name: "_coinV4Impl";
|
|
12508
|
-
readonly internalType: "address";
|
|
12509
|
-
readonly type: "address";
|
|
12510
|
-
}];
|
|
12511
|
-
readonly stateMutability: "nonpayable";
|
|
12512
|
-
}, {
|
|
12513
|
-
readonly type: "function";
|
|
12514
|
-
readonly inputs: readonly [];
|
|
12515
|
-
readonly name: "UPGRADE_INTERFACE_VERSION";
|
|
12516
|
-
readonly outputs: readonly [{
|
|
12517
|
-
readonly name: "";
|
|
12518
|
-
readonly internalType: "string";
|
|
12519
|
-
readonly type: "string";
|
|
12520
|
-
}];
|
|
12521
|
-
readonly stateMutability: "view";
|
|
12522
|
-
}, {
|
|
12523
|
-
readonly type: "function";
|
|
12524
|
-
readonly inputs: readonly [{
|
|
12525
|
-
readonly name: "msgSender";
|
|
12526
|
-
readonly internalType: "address";
|
|
12527
|
-
readonly type: "address";
|
|
12528
|
-
}, {
|
|
12529
|
-
readonly name: "name";
|
|
12530
|
-
readonly internalType: "string";
|
|
12531
|
-
readonly type: "string";
|
|
12532
|
-
}, {
|
|
12533
|
-
readonly name: "symbol";
|
|
12534
|
-
readonly internalType: "string";
|
|
12535
|
-
readonly type: "string";
|
|
12536
|
-
}, {
|
|
12537
|
-
readonly name: "poolConfig";
|
|
12538
|
-
readonly internalType: "bytes";
|
|
12539
|
-
readonly type: "bytes";
|
|
12540
|
-
}, {
|
|
12541
|
-
readonly name: "platformReferrer";
|
|
12542
|
-
readonly internalType: "address";
|
|
12543
|
-
readonly type: "address";
|
|
12544
|
-
}, {
|
|
12545
|
-
readonly name: "coinSalt";
|
|
12546
|
-
readonly internalType: "bytes32";
|
|
12547
|
-
readonly type: "bytes32";
|
|
12548
|
-
}];
|
|
12549
|
-
readonly name: "coinAddress";
|
|
12550
|
-
readonly outputs: readonly [{
|
|
12551
|
-
readonly name: "";
|
|
12552
|
-
readonly internalType: "address";
|
|
12553
|
-
readonly type: "address";
|
|
12554
|
-
}];
|
|
12555
|
-
readonly stateMutability: "view";
|
|
12556
|
-
}, {
|
|
12557
|
-
readonly type: "function";
|
|
12558
|
-
readonly inputs: readonly [];
|
|
12559
|
-
readonly name: "coinImpl";
|
|
12560
|
-
readonly outputs: readonly [{
|
|
12561
|
-
readonly name: "";
|
|
12562
|
-
readonly internalType: "address";
|
|
12563
|
-
readonly type: "address";
|
|
12564
|
-
}];
|
|
12565
|
-
readonly stateMutability: "view";
|
|
12566
|
-
}, {
|
|
12567
|
-
readonly type: "function";
|
|
12568
|
-
readonly inputs: readonly [];
|
|
12569
|
-
readonly name: "coinV4Impl";
|
|
12570
|
-
readonly outputs: readonly [{
|
|
12571
|
-
readonly name: "";
|
|
12572
|
-
readonly internalType: "address";
|
|
12573
|
-
readonly type: "address";
|
|
12574
|
-
}];
|
|
12575
|
-
readonly stateMutability: "view";
|
|
12576
|
-
}, {
|
|
12577
|
-
readonly type: "function";
|
|
12578
|
-
readonly inputs: readonly [];
|
|
12579
|
-
readonly name: "contractName";
|
|
12580
|
-
readonly outputs: readonly [{
|
|
12581
|
-
readonly name: "";
|
|
12582
|
-
readonly internalType: "string";
|
|
12583
|
-
readonly type: "string";
|
|
12584
|
-
}];
|
|
12585
|
-
readonly stateMutability: "pure";
|
|
12586
|
-
}, {
|
|
12587
|
-
readonly type: "function";
|
|
12588
|
-
readonly inputs: readonly [];
|
|
12589
|
-
readonly name: "contractVersion";
|
|
12590
|
-
readonly outputs: readonly [{
|
|
12591
|
-
readonly name: "";
|
|
12592
|
-
readonly internalType: "string";
|
|
12593
|
-
readonly type: "string";
|
|
12594
|
-
}];
|
|
12595
|
-
readonly stateMutability: "pure";
|
|
12596
|
-
}, {
|
|
12597
|
-
readonly type: "function";
|
|
12598
|
-
readonly inputs: readonly [{
|
|
12599
|
-
readonly name: "payoutRecipient";
|
|
12600
|
-
readonly internalType: "address";
|
|
12601
|
-
readonly type: "address";
|
|
12688
|
+
readonly name: "payoutRecipient";
|
|
12689
|
+
readonly internalType: "address";
|
|
12690
|
+
readonly type: "address";
|
|
12602
12691
|
}, {
|
|
12603
12692
|
readonly name: "owners";
|
|
12604
12693
|
readonly internalType: "address[]";
|
|
@@ -12743,6 +12832,48 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12743
12832
|
readonly type: "uint256";
|
|
12744
12833
|
}];
|
|
12745
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";
|
|
12746
12877
|
}, {
|
|
12747
12878
|
readonly type: "function";
|
|
12748
12879
|
readonly inputs: readonly [{
|
|
@@ -13013,6 +13144,87 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
13013
13144
|
readonly indexed: false;
|
|
13014
13145
|
}];
|
|
13015
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";
|
|
13016
13228
|
}, {
|
|
13017
13229
|
readonly type: "event";
|
|
13018
13230
|
readonly anonymous: false;
|
|
@@ -13108,6 +13320,10 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
13108
13320
|
readonly type: "error";
|
|
13109
13321
|
readonly inputs: readonly [];
|
|
13110
13322
|
readonly name: "FailedInnerCall";
|
|
13323
|
+
}, {
|
|
13324
|
+
readonly type: "error";
|
|
13325
|
+
readonly inputs: readonly [];
|
|
13326
|
+
readonly name: "InvalidConfig";
|
|
13111
13327
|
}, {
|
|
13112
13328
|
readonly type: "error";
|
|
13113
13329
|
readonly inputs: readonly [];
|
|
@@ -13248,6 +13464,10 @@ export declare const devCoinFactoryConfig: {
|
|
|
13248
13464
|
readonly name: "_coinV4Impl";
|
|
13249
13465
|
readonly internalType: "address";
|
|
13250
13466
|
readonly type: "address";
|
|
13467
|
+
}, {
|
|
13468
|
+
readonly name: "_creatorCoinImpl";
|
|
13469
|
+
readonly internalType: "address";
|
|
13470
|
+
readonly type: "address";
|
|
13251
13471
|
}];
|
|
13252
13472
|
readonly stateMutability: "nonpayable";
|
|
13253
13473
|
}, {
|
|
@@ -13334,6 +13554,16 @@ export declare const devCoinFactoryConfig: {
|
|
|
13334
13554
|
readonly type: "string";
|
|
13335
13555
|
}];
|
|
13336
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";
|
|
13337
13567
|
}, {
|
|
13338
13568
|
readonly type: "function";
|
|
13339
13569
|
readonly inputs: readonly [{
|
|
@@ -13484,6 +13714,48 @@ export declare const devCoinFactoryConfig: {
|
|
|
13484
13714
|
readonly type: "uint256";
|
|
13485
13715
|
}];
|
|
13486
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";
|
|
13487
13759
|
}, {
|
|
13488
13760
|
readonly type: "function";
|
|
13489
13761
|
readonly inputs: readonly [{
|
|
@@ -13754,6 +14026,87 @@ export declare const devCoinFactoryConfig: {
|
|
|
13754
14026
|
readonly indexed: false;
|
|
13755
14027
|
}];
|
|
13756
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";
|
|
13757
14110
|
}, {
|
|
13758
14111
|
readonly type: "event";
|
|
13759
14112
|
readonly anonymous: false;
|
|
@@ -13849,6 +14202,10 @@ export declare const devCoinFactoryConfig: {
|
|
|
13849
14202
|
readonly type: "error";
|
|
13850
14203
|
readonly inputs: readonly [];
|
|
13851
14204
|
readonly name: "FailedInnerCall";
|
|
14205
|
+
}, {
|
|
14206
|
+
readonly type: "error";
|
|
14207
|
+
readonly inputs: readonly [];
|
|
14208
|
+
readonly name: "InvalidConfig";
|
|
13852
14209
|
}, {
|
|
13853
14210
|
readonly type: "error";
|
|
13854
14211
|
readonly inputs: readonly [];
|